@font-face{font-family:Inter;src:local('Inter');font-display:swap}
:root{--navy:#0c2c4d;--ink:#143451;--muted:#657990;--teal:#009aa9;--green:#1bb787;--line:#dce6ef;--bg:#f4f7fa;--white:#fff;--radius:18px;--shadow:0 4px 18px #0c2c4d05}
*{box-sizing:border-box}body{margin:0;background:var(--bg);font:16px/1.55 Inter,system-ui,-apple-system,'Segoe UI',sans-serif;color:var(--ink)}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:#087c8b}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(1.8rem,3vw,2.5rem);letter-spacing:-.045em;line-height:1.15;margin-bottom:12px}h2{font-size:1.15rem;letter-spacing:-.015em;margin-bottom:22px}h3{font-size:1rem}small,.meta{font-size:.85rem;color:var(--muted)}[hidden]{display:none!important}.muted{color:var(--muted)}.eyebrow{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#058994;font-weight:800;margin-bottom:12px}.skip{position:absolute;top:-100px;left:16px;background:white;z-index:20;padding:10px}.skip:focus{top:10px}:focus-visible{outline:3px solid #38bfc9;outline-offset:3px}.loading{min-height:80vh;display:grid;place-content:center;text-align:center;gap:15px}.spinner{width:24px;height:24px;border:3px solid #dbe9ed;border-top-color:var(--teal);border-radius:50%;animation:spin 1s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:11px 20px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--ink);font-weight:650;text-decoration:none;font-size:.9rem}.btn:hover{border-color:var(--teal);background:#f6fcfb}.btn.primary{background:linear-gradient(110deg,#009bad,#1bb787);border-color:transparent;color:white}.btn.primary:hover{filter:brightness(.94)}.btn.link{border:0;background:none;color:#057d8d;padding:6px}.btn.wide{width:100%}.icon{width:21px;height:21px;stroke:currentColor;stroke-width:1.7;fill:none;flex:none}.logo{width:140px;height:auto;object-fit:contain}.auth{min-height:100vh;display:grid;grid-template-columns:45% 55%}.auth-brand{background:var(--navy);padding:46px clamp(28px,5vw,80px);color:white;display:flex;flex-direction:column;justify-content:space-between}.brand-copy{max-width:430px;margin:65px 0}.brand-copy h1{font-size:clamp(2.5rem,4vw,4.2rem)}.brand-copy p{color:#c4d4e3;font-size:1.05rem}.brand-copy .eyebrow{color:#65d9c3}.brand-footer{font-size:.8rem;color:#a5b8cd}.auth-form-wrap{padding:45px 24px;display:grid;place-items:center}.auth-card{width:min(440px,100%)}.auth-card h1{font-size:2rem}.mobile-brand{display:none}.auth-tabs{display:flex;background:#eaf0f5;padding:5px;border-radius:12px;margin:28px 0}.auth-tabs button{width:50%;border:0;border-radius:9px;background:transparent;padding:11px;color:var(--muted);font-weight:650;font-size:.9rem}.auth-tabs button.active{background:white;color:var(--ink);box-shadow:var(--shadow)}.field{display:grid;gap:7px;margin-bottom:20px;min-width:0}.field label{font-size:.9rem;font-weight:650}.field input,.field textarea,.field select{width:100%;min-width:0;border:1px solid #d2dfe9;border-radius:10px;padding:12px 14px;background:white;color:var(--ink)}.field textarea{resize:vertical;min-height:120px}.help{font-size:.85rem;color:var(--muted);margin:18px 0 0}.callout{padding:14px 17px;background:#eaf9f6;border-radius:10px;font-size:.9rem;border-left:3px solid #15aa9e;margin-bottom:22px}.callout.warn{background:#fff6e5;border-color:#dda32d}.error{color:#ac2545;background:#fff0f3;padding:12px 16px;border-radius:10px;font-size:.9rem;margin:14px 0}.success{color:#136747;background:#e9f7ef;padding:16px;border-radius:10px}.demo-banner{padding:9px 20px;background:#fff2d1;text-align:center;font-size:.85rem;font-weight:600}.shell{display:grid;grid-template-columns:232px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:34px 18px 22px;background:var(--navy);color:white;display:flex;flex-direction:column}.sidebar .logo{margin:0 14px 4px}.sidebar .area-label{margin:6px 15px 34px;color:#a6bbcc;font-size:.75rem;letter-spacing:.08em}.nav{display:grid;gap:7px}.nav a{display:flex;align-items:center;gap:13px;text-decoration:none;color:#c5d5e5;padding:13px 16px;border-radius:10px;font-size:.95rem}.nav a.active{background:#16465e;color:#fff}.nav a:hover{background:#153e58;color:white}.sidebar-bottom{margin-top:auto;border-top:1px solid #24445f;padding:22px 12px 0}.sidebar-bottom .btn{color:#dce9f2;background:transparent;border:0;padding-left:0}.identity{display:flex;gap:12px;align-items:center;margin-bottom:9px}.avatar{display:grid;place-items:center;width:39px;height:39px;border-radius:50%;background:#d9f5ed;color:#126557;font-weight:750}.identity b{display:block;font-size:.85rem;max-width:140px;overflow-wrap:anywhere}.identity small{color:#a5bbcb}.workspace{min-width:0}.topbar{height:79px;display:flex;align-items:center;justify-content:space-between;background:white;border-bottom:1px solid var(--line);padding:0 clamp(22px,4vw,54px)}.topbar span{font-size:.9rem;color:var(--muted)}.topbar strong{color:var(--ink);font-weight:600}.page{padding:40px clamp(22px,4vw,54px) 54px;max-width:1510px;margin:auto}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:30px}.page-head p{margin:0;color:var(--muted)}.grid{display:grid;gap:22px}.grid.two{grid-template-columns:minmax(0,1.4fr) minmax(290px,1fr)}.grid.equal{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:27px;box-shadow:var(--shadow);min-width:0}.card.hero{background:var(--navy);color:white;position:relative;overflow:hidden}.hero .eyebrow{color:#6ee1c6}.hero p{color:#c1d5e3}.hero .hero-title{font-size:1.7rem;letter-spacing:-.04em;max-width:470px}.hero .btn{margin-top:10px}.card-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px}.card-header h2{margin:0}.status{display:inline-flex;padding:4px 10px;border-radius:30px;background:#eef3f7;color:#4c6276;font-weight:650;font-size:.8rem;white-space:nowrap}.status.good{background:#e3f6ed;color:#197859}.status.warn{background:#fff2d7;color:#8b600b}.status.bad{background:#fbe8ed;color:#ac2545}.summary-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:13px 0;border-bottom:1px solid #edf1f5}.summary-row:last-child{border:0}.summary-row>span{color:var(--muted);font-size:.9rem;flex-shrink:0}.summary-row>b{text-align:right;font-size:.95rem;overflow-wrap:anywhere;min-width:0}.amount{font-size:2.1rem;letter-spacing:-.045em;font-weight:750}.amount small{font-size:.9rem;letter-spacing:0;font-weight:400}.quick-list{display:grid;gap:11px}.quick-action{display:flex;align-items:center;gap:15px;border:1px solid var(--line);padding:16px;border-radius:12px;text-decoration:none;color:var(--ink)}.quick-action:hover{border-color:var(--teal)}.icon-box{width:42px;height:42px;background:#e4f7f2;color:#078a87;border-radius:12px;display:grid;place-items:center;flex-shrink:0}.quick-action b{display:block;font-size:.95rem}.quick-action small{display:block}.stack{display:grid;gap:20px}.empty{text-align:center;color:var(--muted);padding:35px 12px}.list-item{border-bottom:1px solid var(--line);padding:19px 0;display:flex;justify-content:space-between;gap:16px;align-items:center}.list-item:last-child{border:0}.list-item h3{margin:0 0 5px}.list-item p{margin:0;font-size:.85rem;color:var(--muted)}.list-item .actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.list-item .actions .btn{min-height:39px;padding:8px 12px}.ticket-link{display:block;text-decoration:none;color:inherit;border:1px solid var(--line);border-radius:12px;padding:18px;margin-bottom:12px}.ticket-link:hover{border-color:var(--teal)}.ticket-link .line{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.ticket-link p{margin:6px 0 0;font-size:.85rem;color:var(--muted)}.comment{padding:18px;border:1px solid var(--line);border-radius:12px;margin-bottom:14px}.comment .meta{display:flex;justify-content:space-between;gap:15px;margin-bottom:9px}.prewrap{white-space:pre-wrap;overflow-wrap:anywhere}.toolbar{display:flex;gap:9px;margin:0 0 20px;flex-wrap:wrap}.toolbar .selected{background:var(--navy);color:white;border-color:var(--navy)}.toast{position:fixed;bottom:24px;right:24px;max-width:420px;padding:16px 23px;background:var(--navy);color:white;border-radius:12px;box-shadow:0 12px 30px #0003;z-index:10}.footer{color:var(--muted);font-size:.8rem;margin-top:30px;text-align:center}.inline{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.ticket-description{padding:16px 0;white-space:pre-wrap;overflow-wrap:anywhere}.support-contact{font-size:.85rem;color:var(--muted);margin-top:24px}.support-contact a{font-weight:650}.data-error{padding:16px;border:1px solid #e9bcc7;border-radius:12px;color:#ac2545;background:white}
@media(max-width:1050px){.shell{grid-template-columns:205px minmax(0,1fr)}.grid.two{grid-template-columns:1fr}.sidebar{padding:30px 12px}.page{padding:30px 25px}.card{padding:24px}.auth{grid-template-columns:40% 60%}}
@media(max-width:700px){.auth{display:block}.auth-brand{display:none}.auth-form-wrap{min-height:100vh;padding:30px 24px}.mobile-brand{display:block;background:var(--navy);padding:18px 24px;margin:-30px -24px 35px;border-radius:0 0 16px 16px}.mobile-brand .logo{width:110px}.auth-card{max-width:480px}.shell{display:block;padding-bottom:83px}.sidebar{position:fixed;bottom:0;top:auto;width:100%;height:auto;z-index:5;padding:7px 8px calc(7px + env(safe-area-inset-bottom));display:block;border-radius:16px 16px 0 0}.sidebar>.logo,.sidebar>.area-label,.sidebar-bottom{display:none}.nav{display:flex;justify-content:space-between;gap:2px}.nav a{padding:9px 3px;flex:1;display:flex;flex-direction:column;gap:4px;font-size:.75rem;border-radius:10px}.nav .icon{width:21px;height:21px}.topbar{height:65px;padding:0 20px}.topbar span{font-size:.8rem}.page{padding:25px 17px 26px}.page-head{align-items:flex-start;margin-bottom:24px;flex-direction:column;gap:16px}.page-head h1{font-size:1.9rem}.grid.equal{grid-template-columns:1fr}.grid{gap:16px}.card{padding:21px;border-radius:15px}.hero .hero-title{font-size:1.5rem}.list-item{align-items:flex-start;flex-wrap:wrap}.list-item .actions{width:100%;justify-content:space-between}.summary-row{gap:16px}.summary-row.address{display:block}.summary-row.address>b{display:block;text-align:left;margin-top:7px}.toast{bottom:95px;right:16px;left:16px}.topbar .btn{min-height:38px;font-size:.8rem;padding:7px 10px}.mobile-hide{display:none}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}
