:root{--navy:#0a1730;--navy2:#101f3d;--ink:#172033;--muted:#748096;--line:#e7eaf0;--bg:#f5f7fb;--white:#fff;--gold:#d9aa45;--green:#1f9d68;--red:#d9485f;--blue:#3d6ce7;--shadow:0 12px 32px rgba(19,34,64,.08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:linear-gradient(180deg,var(--navy),#071126);color:#fff;padding:26px 18px;display:flex;flex-direction:column;z-index:2}.brand{display:flex;gap:12px;align-items:center;padding:0 7px 28px}.brand strong{display:block}.brand span{display:block;color:#9facbe;font-size:11px;margin-top:3px}.brand-icon{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#f0c25d,#bd8a24);display:grid;place-items:center;color:#16203a;box-shadow:0 8px 20px rgba(217,170,69,.24)}.brand-icon.big{width:54px;height:54px;border-radius:16px;font-size:22px}.sidebar nav{display:grid;gap:6px}.sidebar nav a{padding:12px 13px;border-radius:10px;color:#aeb8c9;font-weight:600;font-size:14px;display:flex;gap:12px}.sidebar nav a:hover,.sidebar nav a.active{background:#ffffff12;color:#fff}.side-foot{margin-top:auto;border-top:1px solid #ffffff18;padding:18px 8px 0;display:grid;gap:14px;color:#8996aa}.side-foot a{font-weight:700;color:#d7dfeb}.main{margin-left:250px;min-height:100vh}.topbar{height:90px;background:#fff;border-bottom:1px solid var(--line);padding:0 32px;display:flex;align-items:center;justify-content:space-between}.topbar h1{font-size:22px;margin:0}.topbar p{margin:5px 0 0;color:var(--muted);font-size:13px}.user-chip{background:#eef2f8;padding:9px 13px;border-radius:99px;font-size:13px;font-weight:700}.content{padding:30px;max-width:1500px}.hero{background:linear-gradient(135deg,#0b1d3b,#183663);color:#fff;border-radius:20px;padding:30px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow);margin-bottom:24px}.hero h2{font-size:28px;margin:7px 0 8px}.hero p{max-width:730px;margin:0;color:#c3cede;line-height:1.6}.eyebrow{font-size:11px;letter-spacing:.16em;color:#efc86d;font-weight:800}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat{background:#fff;padding:20px;border-radius:16px;box-shadow:var(--shadow);border:1px solid #eef0f4}.stat span,.stat small{display:block;color:var(--muted);font-size:12px}.stat strong{display:block;font-size:29px;margin:8px 0 4px}.stat.gold{background:#fffaf0;border-color:#f4e4be}.panel,.form-card{background:#fff;border:1px solid #eceff3;border-radius:16px;box-shadow:var(--shadow)}.panel-head,.toolbar{display:flex;justify-content:space-between;align-items:center;padding:20px 22px}.panel-head{border-bottom:1px solid var(--line)}.panel-head h3,.toolbar h2,.form-card h3{margin:0}.panel-head p,.toolbar p{margin:5px 0 0;color:var(--muted);font-size:13px}.panel-head a{font-size:13px;color:var(--blue);font-weight:700}.toolbar{padding:0 0 18px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;color:#7b879b;font-size:11px;text-transform:uppercase;letter-spacing:.04em;background:#fafbfc}th,td{padding:14px 18px;border-bottom:1px solid #edf0f4;vertical-align:middle}td strong{display:block}td small{display:block;color:var(--muted);margin-top:4px}.actions{white-space:nowrap}.btn{border:1px solid #dfe3ea;background:#fff;padding:10px 14px;border-radius:10px;font-weight:750;font-size:13px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--gold);border-color:var(--gold);color:#162039}.btn.tiny{padding:7px 9px;font-size:11px}.btn.danger{color:var(--red)}.btn.full{width:100%}.status{display:inline-flex;padding:6px 9px;border-radius:99px;font-size:10px;font-weight:800;text-transform:capitalize;background:#eef2f7;color:#607089}.status.new_bill{background:#e6f7f0;color:#14744c}.status.up_to_date{background:#eef3ff;color:#365fc4}.status.error{background:#ffedf0;color:#b83249}.status.waiting{background:#fff7e4;color:#9d6a00}.error-text{max-width:240px;color:var(--red)!important}.empty{text-align:center;padding:54px 20px}.empty>div{font-size:35px}.empty h3{margin:10px 0 6px}.empty p{color:var(--muted);margin:0 0 17px}.form-card{padding:24px;max-width:850px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid h3{grid-column:1/-1;border-bottom:1px solid var(--line);padding-bottom:10px;margin:8px 0 0}.wide{grid-column:1/-1}label{display:grid;gap:7px;font-size:12px;font-weight:750}input,select{width:100%;border:1px solid #dfe4eb;background:#fff;border-radius:10px;padding:12px 13px;font:inherit;color:var(--ink);outline:none}input:focus,select:focus{border-color:#93a7d8;box-shadow:0 0 0 3px #3d6ce711}label small,.help,.muted{font-weight:400;color:var(--muted);font-size:11px;line-height:1.5}.switch-row{display:flex;align-items:flex-start;gap:10px;background:#f8fafc;border-radius:12px;padding:14px}.switch-row input{width:auto;margin-top:3px}.switch-row span small{display:block;margin-top:3px}.form-actions{display:flex;justify-content:flex-end;gap:10px}.alert{padding:12px 14px;border-radius:10px;margin-bottom:16px;font-size:13px}.alert.success{background:#e8f8f1;color:#126e49}.alert.error{background:#ffedf0;color:#a72f45}.alert.info{background:#eef4ff;color:#365baf}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.settings-grid .form-card{max-width:none}.stack{display:grid;gap:16px}.codebox{background:#0c1730;color:#d9e3f7;padding:14px;border-radius:10px;font:12px ui-monospace,monospace;word-break:break-all;margin:13px 0}.health-line{display:flex;gap:11px;align-items:center;margin:15px 0}.health-line small{display:block;color:var(--muted);margin-top:3px}.dot{width:10px;height:10px;border-radius:50%}.dot.green{background:var(--green)}.dot.gold{background:var(--gold)}.auth-shell,.setup-shell{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 20% 20%,#173563,transparent 35%),linear-gradient(135deg,#071125,#0d1c39)}.auth-card,.setup-card{width:min(460px,100%);background:#fff;border-radius:20px;padding:28px;box-shadow:0 24px 60px #0005}.setup-card{width:min(760px,100%)}.auth-brand{text-align:center;margin-bottom:24px}.auth-brand .brand-icon{margin:0 auto 12px}.auth-brand h1,.setup-head h1{margin:0}.auth-brand p,.setup-head p{margin:6px 0 0;color:var(--muted)}.setup-head{display:flex;align-items:center;gap:15px;margin-bottom:23px}.setup-note{margin-top:20px;background:#f7f9fc;border-radius:10px;padding:12px;color:var(--muted);font-size:12px}@media(max-width:1000px){.cards{grid-template-columns:1fr 1fr}.settings-grid{grid-template-columns:1fr}}@media(max-width:760px){.sidebar{position:static;width:auto;padding:14px}.sidebar nav{grid-template-columns:repeat(4,1fr)}.sidebar nav a{justify-content:center;font-size:0}.sidebar nav a span{font-size:18px}.side-foot,.brand span{display:none}.brand{padding:0 0 12px}.main{margin-left:0}.topbar{padding:0 18px;height:74px}.content{padding:18px}.hero{padding:22px;display:grid;gap:18px}.hero h2{font-size:23px}.cards{grid-template-columns:1fr 1fr;gap:10px}.form-grid{grid-template-columns:1fr}.wide,.form-grid h3{grid-column:1}.settings-grid{grid-template-columns:1fr}.toolbar{align-items:flex-end}.user-chip{display:none}}@media(max-width:440px){.cards{grid-template-columns:1fr}.hero .btn{width:100%}.setup-shell,.auth-shell{padding:14px}.setup-card,.auth-card{padding:20px}}

.diag-summary{display:flex;gap:16px;align-items:flex-start;padding:20px 22px;border-radius:16px;margin-bottom:18px;border:1px solid}.diag-summary.good{background:#eaf8f2;border-color:#ccecdf}.diag-summary.bad{background:#fff1f3;border-color:#ffd5dc}.diag-summary h3{margin:0 0 6px}.diag-summary p{margin:0;color:var(--muted);line-height:1.55}.diag-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-weight:900;background:#fff}.diag-list{display:grid;gap:0;margin-top:12px}.diag-list>div{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid var(--line);font-size:13px}.diag-list>div:last-child{border-bottom:0}.diag-list .ok{color:var(--green)}.diag-list .fail{color:var(--red)}.diag-panel{margin-top:18px}.diag-next{max-width:none;margin-top:18px}
.diag-summary{display:flex;gap:15px;align-items:flex-start;padding:20px 22px;border-radius:16px;margin-bottom:18px;border:1px solid}.diag-summary.good{background:#edf9f4;border-color:#cfeee0}.diag-summary.bad{background:#fff2f4;border-color:#f4ced5}.diag-summary h3{margin:0 0 5px}.diag-summary p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.diag-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;font-weight:900;background:#fff}.diag-list{display:grid;gap:12px;margin-top:15px}.diag-list>div{display:flex;justify-content:space-between;gap:14px;padding-bottom:11px;border-bottom:1px solid var(--line);font-size:13px}.diag-list .ok{color:var(--green)}.diag-list .fail{color:var(--red)}.diag-next{margin-top:18px}
