:root{--bg:#f4f6f8;--panel:#fff;--text:#202427;--muted:#68717d;--line:#dde2e7;--primary:#ef0014;--primary2:#c40011;--dark:#202427;--danger:#c9364c;--success:#168a5b;--warning:#ad6b00;--shadow:0 12px 30px rgba(31,36,39,.08);--soft-red:#fff0f2}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:var(--primary);text-decoration:none}.page-watermark{position:fixed;z-index:0;pointer-events:none;inset:105px 5vw 30px 5vw;background:url('system-serwis-logo.png') center 46%/min(76vw,1120px) auto no-repeat;opacity:.024;filter:grayscale(1)}.topbar,.container,.footer{position:relative;z-index:1}
.topbar{min-height:86px;background:rgba(255,255,255,.97);color:var(--dark);display:flex;align-items:center;justify-content:space-between;padding:10px 28px;gap:24px;box-shadow:0 2px 14px rgba(0,0,0,.07);border-bottom:3px solid var(--primary);position:sticky;top:0;z-index:20;backdrop-filter:blur(9px)}.brand{display:flex;align-items:center;gap:18px;color:var(--dark);min-width:250px}.brand img{display:block;width:235px;max-height:58px;object-fit:contain;object-position:left center}.brand-copy{padding-left:17px;border-left:1px solid #d7dce1;line-height:1.15}.brand-copy strong{display:block;font-size:14px}.brand-copy small{display:block;color:#858d97;font-size:11px;margin-top:4px}.nav{display:flex;align-items:center;justify-content:flex-end;gap:13px;flex-wrap:wrap}.nav>a:not(.btn){color:#353b41;font-weight:700;font-size:14px;padding:8px 3px}.nav>a:not(.btn):hover{color:var(--primary)}.nav-user{padding-left:8px;color:#2b3035;font-weight:700}.nav-user em{font-style:normal;color:#8a929c;font-size:11px;margin-left:4px;text-transform:uppercase}.notification-link{display:inline-flex!important;gap:6px;align-items:center;position:relative}.bell{font-size:16px}.notification-badge{min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:var(--primary);color:#fff;display:inline-grid;place-items:center;font-size:11px;line-height:1}.notification-badge.is-zero{background:#c9cfd6;color:#fff}
.container{max-width:1240px;margin:28px auto;padding:0 18px}.footer{max-width:1240px;margin:20px auto 0;border-top:1px solid #d8dde3;padding:25px 18px 36px;color:#6f7883;font-size:13px;display:flex;align-items:center;justify-content:center;gap:28px;text-align:left}.footer img{width:210px;height:auto;opacity:.86}.footer a{color:#505860}.footer strong{color:#353b41}.panel{background:rgba(255,255,255,.97);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:22px;margin-bottom:20px}.panel h1,.panel h2,.panel h3{margin-top:0}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.stat{background:rgba(255,255,255,.97);border:1px solid var(--line);border-top:3px solid var(--primary);border-radius:14px;padding:18px;box-shadow:0 6px 20px rgba(31,36,39,.04)}.stat .number{font-size:30px;font-weight:850}.stat .label{color:var(--muted);font-size:14px}.toolbar{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:16px}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;padding:10px 15px;font-weight:750;cursor:pointer;background:var(--primary);color:#fff;box-shadow:0 5px 14px rgba(239,0,20,.15)}.btn:hover{background:var(--primary2)}.btn-light{background:#fff;color:#252a2e;border:1px solid #cbd3df;box-shadow:none}.btn-light:hover{background:#f3f5f7}.btn-danger{background:var(--danger)}.btn-sm{padding:7px 10px;font-size:13px}.btn-success{background:var(--success)}input,select,textarea{width:100%;border:1px solid #cbd5df;border-radius:10px;padding:11px 12px;font:inherit;background:#fff;color:var(--text);outline:none}input:focus,select:focus,textarea:focus{border-color:#ef6672;box-shadow:0 0 0 3px rgba(239,0,20,.08)}textarea{min-height:130px;resize:vertical}label{display:block;font-weight:750;margin-bottom:6px}.field{margin-bottom:15px}.help{font-size:13px;color:var(--muted);margin-top:5px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px}.table{width:100%;border-collapse:collapse;background:#fff;min-width:780px}.table th,.table td{padding:12px 14px;border-bottom:1px solid #e8edf2;text-align:left;vertical-align:top}.table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#69727c;background:#f8f9fa}.table tr:last-child td{border-bottom:none}.table tbody tr:hover td{background:#fcfcfd}.status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800;background:#e9eef7;color:#42516b}.status-new{background:#e6f0ff;color:#1d55b3}.status-accepted{background:#e9f7ef;color:#127049}.status-progress{background:#fff3d8;color:#8c5b00}.status-waiting{background:#f4eaff;color:#6b3bb1}.status-done{background:#e5f8ee;color:#0d7349}.status-rejected{background:#ffe6ea;color:#a42439}.alert{padding:12px 14px;border-radius:10px;margin-bottom:16px;border:1px solid}.alert-success{background:#eaf8f1;border-color:#b9e7ce;color:#11623f}.alert-danger{background:#fff0f2;border-color:#f2bec7;color:#91263a}.alert-warning{background:#fff8e8;border-color:#f0d69a;color:#765017}.auth{max-width:500px;margin:5vh auto}.auth .panel{padding:30px}.auth-title{text-align:center;margin-bottom:24px}.auth-title p{color:var(--muted)}.auth-logo{display:block;width:min(360px,90%);height:auto;margin:0 auto 24px}.ticket-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.ticket-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:13px}.ticket-description{white-space:pre-wrap;line-height:1.6;background:#f8fafb;padding:16px;border-radius:12px;border:1px solid #e5eaf0}.conversation{display:flex;flex-direction:column;gap:12px}.msg{max-width:78%;padding:12px 14px;border-radius:14px;background:#eef1f4;border:1px solid #dde3e8}.msg.mine{margin-left:auto;background:#fff0f2;border-color:#ffc5cb}.msg .meta{font-size:12px;color:var(--muted);margin-bottom:5px}.msg .body{white-space:pre-wrap;line-height:1.5}.history{display:flex;flex-direction:column;gap:10px}.history-item{border-left:3px solid #cbd5dd;padding:2px 0 2px 12px}.history-item small{color:var(--muted)}.filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.print-only{display:none}.muted{color:var(--muted)}.empty{text-align:center;padding:36px;color:var(--muted)}.pill{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:5px 9px;font-size:12px;color:#4d5a6e;background:#fff}
.contact-strip{position:relative;overflow:hidden;background:linear-gradient(105deg,#22272b,#30363b);color:#fff;border-radius:16px;padding:18px 20px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;gap:22px;box-shadow:0 10px 24px rgba(24,29,32,.12)}.contact-strip:after{content:"";position:absolute;right:-60px;top:-40px;width:390px;height:150px;background:url('system-serwis-logo.png') center/contain no-repeat;opacity:.045;filter:brightness(4) grayscale(1);pointer-events:none}.contact-strip-title{min-width:230px;position:relative;z-index:1}.contact-strip-title strong{display:block;font-size:16px}.contact-strip-title span{display:block;color:#bfc6cd;font-size:12px;margin-top:4px}.contact-items{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end;position:relative;z-index:1}.contact-items a{display:flex;flex-direction:column;gap:2px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:9px 11px;color:#fff}.contact-items a:hover{background:rgba(255,255,255,.14)}.contact-items span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#adb5bd}.contact-items strong{font-size:12px;white-space:nowrap}
.notification-list{padding:0;overflow:hidden}.notification-row{display:flex;align-items:flex-start;gap:13px;padding:15px 18px;border-bottom:1px solid #e8edf1;color:var(--text);transition:.15s}.notification-row:last-child{border-bottom:0}.notification-row:hover{background:#f8f9fa}.notification-row.unread{background:#fff7f8}.notification-row.unread:hover{background:#fff0f2}.notification-dot{width:9px;height:9px;border-radius:50%;background:#cbd1d8;margin-top:7px;flex:0 0 auto}.notification-row.unread .notification-dot{background:var(--primary);box-shadow:0 0 0 4px rgba(239,0,20,.08)}.notification-copy{flex:1;min-width:0}.notification-copy strong{display:block;margin-bottom:4px}.notification-copy div{font-size:14px;color:#4f5861;line-height:1.45}.notification-copy small{display:block;color:#89919a;margin-top:7px}.notification-row.unread>.pill{border-color:#ffc5cb;background:#fff;color:#c40011}
.toast-container{position:fixed;right:20px;bottom:20px;z-index:100;display:flex;flex-direction:column;gap:10px;max-width:min(390px,calc(100vw - 40px))}.toast{background:#202427;color:#fff;border-left:5px solid var(--primary);border-radius:12px;box-shadow:0 14px 40px rgba(0,0,0,.25);padding:14px 16px;animation:toast-in .25s ease-out}.toast strong{display:block;margin-bottom:4px}.toast div{color:#d5d9dd;font-size:13px;line-height:1.4}.toast a{display:inline-block;color:#fff;margin-top:9px;font-size:12px;font-weight:800;text-decoration:underline}.toast.fade{opacity:0;transform:translateY(8px);transition:.3s}.live-notice{display:flex;align-items:center;gap:8px;font-size:12px;color:#737c85}.live-dot{width:8px;height:8px;border-radius:50%;background:#22a06b;box-shadow:0 0 0 4px rgba(34,160,107,.12)}@keyframes toast-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1050px){.topbar{align-items:flex-start;flex-direction:column}.nav{width:100%;justify-content:flex-start}.brand-copy{display:none}.contact-strip{align-items:flex-start;flex-direction:column}.contact-items{justify-content:flex-start}}
@media(max-width:900px){.grid-3,.grid-2,.form-row,.filters{grid-template-columns:1fr}.ticket-head{flex-direction:column}.msg{max-width:94%}.brand img{width:210px}.footer{flex-direction:column;text-align:center}.contact-items{width:100%}.contact-items a{flex:1 1 210px}.page-watermark{background-size:95vw}}
@media(max-width:620px){.topbar{padding:10px 16px}.nav{gap:8px}.nav-user{width:100%;padding-left:0}.container{margin:20px auto;padding:0 12px}.panel{padding:17px}.brand img{width:190px}.contact-strip{padding:16px}.contact-items{flex-direction:column}.contact-items a{width:100%;flex:auto}.notification-link span:not(.bell):not(.notification-badge){display:none}}
@media print{body{background:#fff}.page-watermark{opacity:.035}.topbar,.footer,.no-print,.btn,.toast-container{display:none!important}.container{max-width:none;margin:0;padding:0}.panel{box-shadow:none;border:0;padding:0;background:#fff}.print-only{display:block}.print-only .print-logo{display:block;width:250px;margin-bottom:18px}.table{min-width:0;font-size:11px}.table th,.table td{padding:7px}.page-break{page-break-before:always}.stat{box-shadow:none}.contact-strip{display:none!important}}

.compact-stat{min-width:150px;padding:10px 14px}.compact-stat .number{font-size:24px}.panel ul{line-height:1.7}
