:root{--primary: #0f766e;--secondary: #f59e0b;--sidebar-bg: #0f172a;--bg: #f5f8fb;--surface: #ffffff;--text: #0f172a;--muted: #64748b;--line: #dbe3ee}*{box-sizing:border-box}body{margin:0;font-family:Manrope,sans-serif;color:var(--text);background:#f4f7fb}h1,h2,h3{font-family:Space Grotesk,sans-serif}.shell{height:100vh;display:grid;grid-template-columns:250px 1fr;overflow:hidden}.sidebar{position:sticky;top:0;align-self:start;height:100vh;overflow-y:auto;padding:1.2rem;background:var(--sidebar-bg);color:#f8fafc;border-right:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:.9rem}.sidebar-branding{display:grid;justify-items:center}.brand-logo{width:auto;height:auto;max-width:180px;max-height:64px;object-fit:contain;margin-bottom:.7rem}.brand-title{margin:0 0 1rem;font-size:1.2rem;text-align:center}.brand-subtitle{margin:-.75rem 0 .85rem;font-size:.78rem;text-align:center;opacity:.85;max-width:190px;overflow-wrap:anywhere}.sidebar-nav{display:grid;gap:.2rem}.sidebar-account{margin-top:auto;position:relative}.account-toggle{width:100%;text-align:left;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#f8fafc}.account-name,.account-role{display:block}.account-name{font-weight:700}.account-role{font-size:.82rem;opacity:.9}.account-menu{position:absolute;left:0;right:0;bottom:calc(100% + .4rem);background:#fff;border:1px solid #d4deea;border-radius:12px;box-shadow:0 12px 24px #0f172a29;overflow:hidden}.account-menu-link{display:block;width:100%;border:0;border-bottom:1px solid #edf2f7;padding:.62rem .72rem;background:#fff;color:#0f172a;text-align:left;text-decoration:none;font:inherit;cursor:pointer}.account-menu-link:last-child{border-bottom:0}.mfa-qr{width:180px;height:180px;border:1px solid #dbe3ee;border-radius:10px;padding:.35rem;background:#fff;margin-bottom:.5rem}.nav-link{display:block;color:#dbeafe;text-decoration:none;padding:.65rem .8rem;border-radius:10px;margin-bottom:.4rem}.nav-link.active{background:#ffffff2b}.main{height:100vh;overflow-y:auto;padding:1rem 1.4rem 1.4rem}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;background:#ffffffc7;border:1px solid #d8e4ef;border-radius:12px;padding:.6rem .8rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.card,.panel{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:1rem;box-shadow:0 16px 36px #11283f17}.card-button{text-align:left;background:var(--surface);color:var(--text);border:1px solid var(--line);width:100%}.card-button h3,.card-button p{color:var(--text)}.panel{width:min(540px,92vw)}.panel.wide{width:min(920px,94vw)}.auth-panel{display:grid;gap:.75rem}.login-shell{min-height:100vh;display:grid;place-items:center;padding:1.2rem;background:radial-gradient(circle at 15% 20%,rgba(245,158,11,.2),transparent 32%),radial-gradient(circle at 80% 78%,rgba(15,118,110,.23),transparent 34%),linear-gradient(145deg,#f4f7fb,#e9f0f8 60%,#f8fbff);position:relative;overflow:hidden}.login-bg-orb{position:absolute;border-radius:999px;filter:blur(2px);opacity:.5;pointer-events:none}.login-bg-orb-a{width:320px;height:320px;background:radial-gradient(circle,#0f766e59,#0f766e00 72%);top:-80px;right:-80px}.login-bg-orb-b{width:300px;height:300px;background:radial-gradient(circle,#f59e0b47,#f59e0b00 70%);bottom:-95px;left:-90px}.login-panel{width:min(460px,92vw);background:#ffffffe6;border:1px solid rgba(219,227,238,.95);box-shadow:0 28px 58px #11283f29;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-panel h2,.auth-panel p{margin:0}.auth-panel button{margin-top:.35rem}.login-logo{width:auto;max-width:220px;max-height:78px;object-fit:contain;justify-self:center;margin-bottom:.2rem}.login-title{text-align:center;margin-bottom:0}.login-subtitle{text-align:center;margin-top:-.15rem;margin-bottom:.25rem;font-size:.92rem}.login-footer{position:fixed;left:0;right:0;bottom:.9rem;text-align:center;color:#334155;font-size:.82rem;letter-spacing:.01em}.centered-page{min-height:100vh;display:grid;place-items:center;padding:1rem}.stack{display:grid;gap:1rem}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.stats-grid p{margin:0;font-size:1.4rem;font-weight:800}.inline-form,.grid-form,.grid2{display:grid;gap:.6rem}.grid-form{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-form>*{min-width:0}.grid-form>input,.grid-form>select,.grid-form>button,.grid-form>.checkbox-row{min-height:42px}.grid-form>.checkbox-row{width:100%;border:1px solid #c9d5e2;border-radius:10px;padding:.62rem .72rem}.grid-form h3{grid-column:1 / -1;margin:0}.grid2{grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:.35rem;align-content:start}.field-label{font-size:.86rem;font-weight:700;color:#1e293b}.field-help{font-size:.78rem;color:var(--muted)}.checkbox-field{border:1px dashed #cfd9e6;border-radius:10px;padding:.55rem .7rem}.checkbox-row{display:inline-flex;align-items:center;gap:.55rem;font-size:.92rem}.checkbox-row input{width:auto}input,select,button{border:1px solid #c9d5e2;border-radius:10px;padding:.62rem .72rem;font:inherit}input,select{width:100%}button{width:auto;background:var(--primary);color:#fff;border:0;cursor:pointer;transition:transform .16s ease,filter .16s ease;font-weight:700}button:hover{transform:translateY(-1px);filter:brightness(1.05)}.btn-compact{width:auto;padding:.5rem .85rem;border-radius:999px;font-size:.9rem;background:#0f172a}.btn-link{background:transparent;color:#0f172a;border:0;padding:.35rem .4rem;text-decoration:underline;font-weight:600}.btn-link.danger{color:#b91c1c}.inline-actions{display:flex;align-items:center;gap:.45rem}.grid-form button,.inline-form button,.panel button{width:100%}.grid-form .btn-compact,.inline-form .btn-compact,.panel .btn-compact{width:auto}.muted{color:var(--muted)}.error{color:#dc2626}.payment-overdue{color:#b91c1c;font-weight:800}.invoice-modal-backdrop{position:fixed;inset:0;background:#0f172a8c;display:grid;place-items:center;z-index:1200;padding:1rem}.invoice-modal{width:min(480px,94vw);display:grid;gap:.7rem}.invoice-modal h3,.invoice-modal p{margin:0}table{width:100%;border-collapse:collapse}th,td{padding:.6rem;text-align:left;border-bottom:1px solid #edf2f7}.feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem}.feature-item{display:flex;align-items:center;gap:.5rem}.feature-card{border:1px solid #d8e2ed;border-radius:12px;padding:.7rem .8rem;background:#f8fbff;justify-content:space-between}.module-section h3{margin-top:0}.actions-row{display:flex;flex-wrap:wrap;gap:.6rem}.actions-row .btn-compact{width:auto}.bulk-actions{align-items:end}.bulk-actions .field{gap:.25rem}.bulk-actions .field-label{font-size:.78rem}.bulk-actions input:not([type=checkbox]),.bulk-actions select{min-height:30px;padding:.24rem .45rem;font-size:.8rem}.bulk-actions .btn-compact{min-height:30px;padding:.24rem .48rem;border-radius:7px;font-size:.76rem}.bulk-actions button.btn-compact{line-height:1.1;transform:none}.bulk-actions button.btn-tiny{min-height:26px!important;padding:.18rem .42rem!important;font-size:.72rem!important;border-radius:6px!important}.bulk-actions input[type=file]::file-selector-button{margin-right:.45rem;border:1px solid #c9d5e2;border-radius:8px;padding:.2rem .42rem;font-size:.72rem;background:#f8fbff;color:#0f172a;cursor:pointer}.feature-text{text-transform:none;font-weight:600;color:#0f172a}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.switch-slider{position:absolute;cursor:pointer;inset:0;background:#cbd5e1;border-radius:999px;transition:background-color .2s ease}.switch-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s ease}.switch input:checked+.switch-slider{background:var(--primary)}.switch input:checked+.switch-slider:before{transform:translate(20px)}.chart-wrap{height:280px}.branding-preview{width:150px;max-height:72px;object-fit:contain;border:1px solid #dde6f0;border-radius:10px;padding:.3rem;background:#fff}.settings-intro{grid-column:1 / -1;margin:-.2rem 0 .2rem}.branding-summary{grid-column:1 / -1;padding:.75rem .9rem;box-shadow:none}.branding-summary h4{margin:0 0 .35rem}.branding-summary p{margin:.2rem 0}.warning-panel{border:2px solid #ef4444;background:#fff5f5}.warning-panel h3{color:#b91c1c;margin-top:0}.warning-text{color:#b91c1c;font-weight:700}.renewal-header{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-bottom:.6rem}.renewal-header h3{margin:0}.renewal-window-selector{display:inline-flex;gap:.45rem}.renewal-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.window-chip{padding:.42rem .72rem;border-radius:999px;border:1px solid transparent;font-size:.83rem;font-weight:800;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.window-chip:hover{transform:translateY(-1px)}.window-chip-15{background:#fee2e2;color:#991b1b;border-color:#fca5a5}.window-chip-30{background:#fef3c7;color:#92400e;border-color:#fcd34d}.window-chip-90{background:#dcfce7;color:#166534;border-color:#86efac}.renewal-countdown{font-weight:700}.renewal-countdown-urgent{color:#b91c1c}.renewal-countdown-warning{color:#92400e}.renewal-countdown-safe{color:#166534}.window-chip.active{box-shadow:0 0 0 2px #0f766e47}@media(max-width:980px){.shell{height:auto;grid-template-columns:1fr;overflow:visible}.shell .login-footer{position:static;margin-top:.9rem;padding:0 .6rem}.sidebar{position:sticky;top:0;height:auto;overflow-y:visible;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;overflow-x:auto}.sidebar nav{display:flex;gap:.5rem}.sidebar-account{margin-top:0}.account-menu{left:auto;right:0;min-width:170px;bottom:auto;top:calc(100% + .4rem)}.nav-link{margin:0;white-space:nowrap}.stats-grid,.grid-form,.grid2{grid-template-columns:1fr}.renewal-header{flex-direction:column;align-items:flex-start}.renewal-actions{width:100%}}
