@keyframes authFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes authGlow1{0%,to{transform:translate(-20%,-30%) scale(1);opacity:.3}50%{transform:translate(-15%,-25%) scale(1.12);opacity:.5}}@keyframes authGlow2{0%,to{transform:translate(20%,10%) scale(1);opacity:.2}50%{transform:translate(15%,15%) scale(1.08);opacity:.35}}@keyframes authGlow3{0%,to{transform:translateY(50%) scale(1);opacity:.15}50%{transform:translate(5%,45%) scale(1.1);opacity:.3}}@keyframes authSpin{to{transform:rotate(1turn)}}@keyframes authPillIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.1fr minmax(0,480px);background:var(--bg)}.auth-aside{background:var(--sb-bg);color:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden;opacity:0;transition:opacity .7s ease}.auth-aside--in{opacity:1}.auth-aside-bg{position:absolute;inset:0;pointer-events:none}.auth-grid-pattern{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.03) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.03) 1px,transparent 0);background-size:36px 36px;-webkit-mask-image:radial-gradient(ellipse 110% 85% at 50% 45%,#000 20%,transparent 100%);mask-image:radial-gradient(ellipse 110% 85% at 50% 45%,#000 20%,transparent 100%)}.auth-glow{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none}.auth-glow--1{width:380px;height:380px;background:rgba(43,89,255,.22);top:5%;left:0;animation:authGlow1 12s ease-in-out infinite}.auth-glow--2{width:280px;height:280px;background:rgba(99,102,241,.14);bottom:15%;right:0;animation:authGlow2 14s ease-in-out infinite}.auth-glow--3{width:200px;height:200px;background:rgba(139,92,246,.1);bottom:5%;left:30%;animation:authGlow3 16s ease-in-out infinite}.auth-aside-content{position:relative;z-index:2;display:flex;flex-direction:column;height:100%;padding:32px 40px}.auth-aside-brand{display:flex;align-items:center;gap:9px}.auth-aside-logo{width:28px;height:28px;flex-shrink:0}.auth-aside-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.auth-aside-wordmark{font-weight:600;font-size:16px;letter-spacing:-.01em;color:#fff}.aside-version-badge{font-size:10px;font-weight:600;background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.45);padding:2px 7px;border-radius:4px;letter-spacing:.02em}.auth-aside-center{flex:1;display:flex;flex-direction:column;justify-content:center;gap:28px}.auth-aside-tag{display:inline-flex;align-items:center;gap:8px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:1.8px;color:hsla(0,0%,100%,.45);margin-bottom:4px}.aside-tag-dot{width:6px;height:6px;background:#2b59ff;border-radius:50%;box-shadow:0 0 8px rgba(43,89,255,.6)}.auth-aside-h2{font-size:clamp(24px,2.2vw,32px);font-weight:700;letter-spacing:-.03em;line-height:1.25;margin:0;color:hsla(0,0%,100%,.95)}.auth-aside-accent{background:linear-gradient(135deg,#6b8aff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-aside-desc{font-size:14px;line-height:1.6;color:hsla(0,0%,100%,.5);margin:4px 0 0;max-width:360px}.aside-pills{display:flex;flex-wrap:wrap;gap:8px}.aside-pill{display:inline-flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.07);padding:7px 12px;border-radius:8px;font-size:12px;font-weight:500;color:hsla(0,0%,100%,.75);opacity:0;transform:scale(.92);white-space:nowrap}.aside-pill.visible{animation:authPillIn .35s cubic-bezier(.22,1,.36,1) forwards}.aside-pill-icon{color:#6b8aff}.aside-pill-icon,.aside-stats{display:flex;align-items:center}.aside-stats{gap:0;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:10px;padding:14px 0}.aside-stat{flex:1;text-align:center;display:flex;flex-direction:column;gap:2px}.aside-stat-value{font-size:18px;font-weight:700;letter-spacing:-.02em;color:#fff}.aside-stat-label{font-size:10.5px;color:hsla(0,0%,100%,.35);font-weight:500}.aside-stat-sep{width:1px;height:28px;background:hsla(0,0%,100%,.08);flex-shrink:0}.auth-aside-bottom{padding-top:20px;border-top:1px solid hsla(0,0%,100%,.06)}.aside-testimonial{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;padding:16px 18px}.aside-testi-stars{color:#f59e0b;letter-spacing:2px;font-size:12px;margin-bottom:8px}.aside-testi-text{font-size:13.5px;line-height:1.6;color:hsla(0,0%,100%,.7);margin:0 0 12px}.aside-testi-author{display:flex;align-items:center;gap:9px}.aside-testi-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#2b59ff,#6b8aff);display:grid;place-items:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0}.aside-testi-name{font-size:12.5px;font-weight:600;color:hsla(0,0%,100%,.85)}.aside-testi-role{font-size:11px;color:hsla(0,0%,100%,.35)}.auth-main{display:flex;align-items:center;justify-content:center;padding:32px 36px;min-height:100vh;background:var(--bg)}.auth-main-inner{width:100%;max-width:400px;display:flex;flex-direction:column}.auth-mobile-brand{display:none;align-items:center;gap:10px;margin-bottom:28px}.auth-card{width:100%}.lg-wrap{opacity:0;transform:translateY(14px)}.lg-wrap--in{animation:authFadeUp .5s cubic-bezier(.22,1,.36,1) .1s forwards}.lg-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:28px 28px 24px;box-shadow:0 1px 3px rgba(20,22,26,.04),0 8px 24px rgba(20,22,26,.04)}.lg-header{margin-bottom:24px}.lg-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.lg-icon-box{width:40px;height:40px;background:var(--accent-soft);border-radius:10px;display:grid;place-items:center}.lg-secure-chip{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--pos);background:var(--pos-soft);padding:5px 10px;border-radius:6px}.lg-title{font-size:22px;font-weight:700;letter-spacing:-.025em;margin:0 0 5px;color:var(--ink);line-height:1.2}.lg-subtitle{font-size:13.5px;color:var(--ink-3);margin:0;line-height:1.45}.lg-form{gap:16px}.lg-field,.lg-form{display:flex;flex-direction:column}.lg-field{gap:5px}.lg-label{font-size:12.5px;font-weight:500;color:var(--ink-2)}.lg-label-row{display:flex;align-items:center;justify-content:space-between}.lg-forgot{font-size:11.5px;font-weight:500;color:var(--accent);text-decoration:none;transition:color .15s}.lg-forgot:hover{color:var(--accent-ink)}.lg-input-wrap{position:relative}.lg-input-icon,.lg-input-wrap{display:flex;align-items:center}.lg-input-icon{position:absolute;left:11px;color:var(--ink-4);pointer-events:none;transition:color .2s;z-index:1}.lg-field--focus .lg-input-icon{color:var(--accent)}.lg-input{width:100%;background:var(--bg);border:1.5px solid var(--line-2);border-radius:9px;padding:10px 12px 10px 36px;font-size:13.5px;font-family:inherit;color:var(--ink);transition:border-color .2s,box-shadow .2s,background .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.lg-input--pwd{padding-right:38px}.lg-input::-moz-placeholder{color:var(--ink-4)}.lg-input::placeholder{color:var(--ink-4)}.lg-input:hover{border-color:rgba(20,22,26,.18)}.lg-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);background:var(--surface)}.lg-eye{position:absolute;right:6px;width:28px;height:28px;border-radius:6px;display:grid;place-items:center;color:var(--ink-3);background:transparent;border:none;cursor:pointer;transition:color .15s,background .15s}.lg-eye:hover{color:var(--ink);background:var(--surface-2)}.lg-check{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:var(--ink-3);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lg-check input[type=checkbox]{display:none}.lg-check-box{width:16px;height:16px;border:1.5px solid var(--line-2);border-radius:4px;display:grid;place-items:center;background:var(--surface);flex-shrink:0;transition:border-color .15s,background .15s}.lg-check-box svg{width:10px;height:10px;color:#fff;opacity:0}.lg-check input:checked+.lg-check-box{background:var(--ink);border-color:var(--ink)}.lg-check input:checked+.lg-check-box svg{opacity:1}.lg-submit{background:var(--ink);color:#fff;padding:11px 18px;border-radius:9px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;margin-top:2px}.lg-submit:hover:not(:disabled){background:#000;transform:translateY(-1px);box-shadow:0 4px 12px rgba(20,22,26,.15)}.lg-submit:active:not(:disabled){transform:translateY(0)}.lg-submit:disabled{opacity:.5;cursor:not-allowed}.lg-submit--loading{pointer-events:none}.lg-spinner{width:15px;height:15px;border:2px solid hsla(0,0%,100%,.25);border-top-color:#fff;border-radius:50%;animation:authSpin .6s linear infinite;flex-shrink:0}.lg-divider{display:flex;align-items:center;gap:12px;margin:18px 0 14px}.lg-divider:after,.lg-divider:before{content:"";flex:1;height:1px;background:var(--line)}.lg-divider span{font-size:11px;color:var(--ink-4);text-transform:uppercase;letter-spacing:1px;font-weight:500}.lg-alt{text-align:center;font-size:13px;color:var(--ink-3)}.lg-alt-link{color:var(--ink);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:3px;margin-left:3px;transition:color .15s,gap .2s}.lg-alt-link:hover{color:var(--accent);gap:6px}.lg-trust-bar{gap:0;margin-top:16px;background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:10px 0}.lg-trust-bar,.lg-trust-item{display:flex;align-items:center;justify-content:center}.lg-trust-item{flex:1;gap:5px;font-size:11px;font-weight:500;color:var(--ink-3)}.lg-trust-item svg{color:var(--ink-4)}.lg-trust-sep{width:1px;height:18px;background:var(--line);flex-shrink:0}.lg-footer{text-align:center;font-size:10.5px;color:var(--ink-4);margin-top:14px;letter-spacing:.01em}@media (max-width:960px){.auth-shell{grid-template-columns:1fr}.auth-aside{display:none}.auth-mobile-brand{display:flex}.auth-main{padding:28px 20px}}@media (max-width:480px){.auth-main{padding:20px 14px}.lg-card{padding:22px 20px 20px}.lg-title{font-size:20px}.lg-trust-bar{flex-wrap:wrap;gap:8px;padding:10px}.lg-trust-sep{display:none}}.auth-card h1{font-size:22px;font-weight:700;letter-spacing:-.025em;margin:0 0 5px;color:var(--ink);line-height:1.2}.auth-card .sub{font-size:13.5px;color:var(--ink-3);margin-bottom:24px}.auth-card form{display:flex;flex-direction:column;gap:14px}.auth-card .btn-submit{background:var(--ink);color:#fff;padding:11px 14px;border-radius:9px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;cursor:pointer;transition:background .15s}.auth-card .btn-submit:hover{background:#000}.auth-card .btn-submit:disabled{opacity:.5;cursor:not-allowed}.auth-card .row-between{display:flex;align-items:center;justify-content:space-between;font-size:12px}.auth-card .link{color:var(--accent);text-decoration:none;font-weight:500;font-size:11.5px}.auth-card .link:hover{text-decoration:underline}.auth-card .alt{text-align:center;margin-top:18px;font-size:13px;color:var(--ink-3)}.auth-card .alt a{color:var(--ink);font-weight:600}.auth-card .alt a:hover{color:var(--accent)}.strength{display:flex;gap:4px;margin-top:4px}.strength .bar{height:3px;flex:1;background:var(--surface-3);border-radius:2px;transition:background .15s}.strength .bar.on.weak{background:var(--neg)}.strength .bar.on.medium{background:var(--warn)}.strength .bar.on.strong{background:var(--pos)}.strength-label{font-size:11px;margin-top:4px;color:var(--ink-3)}.strength-label.weak{color:var(--neg)}.strength-label.medium{color:var(--warn)}.strength-label.strong{color:var(--pos)}.steps-progress{display:flex;align-items:center;gap:8px;margin-bottom:24px}.steps-progress .step{display:flex;flex-direction:column;gap:6px;flex:1}.steps-progress .step .bar{height:3px;background:var(--surface-3);border-radius:2px}.steps-progress .step.done .bar{background:var(--accent)}.steps-progress .step.on .bar{background:var(--ink)}.steps-progress .step .lab{font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-4)}.steps-progress .step.done .lab{color:var(--accent-ink)}.steps-progress .step.on .lab{color:var(--ink)}[data-theme=dark] .auth-card .btn-submit,[data-theme=dark] .lg-submit{background:var(--ink);color:var(--bg)}[data-theme=dark] .auth-card .btn-submit:hover:not(:disabled),[data-theme=dark] .lg-submit:hover:not(:disabled){background:var(--ink-2);color:var(--bg);box-shadow:0 4px 12px hsla(0,0%,100%,.08)}[data-theme=dark] .lg-input:hover{border-color:hsla(0,0%,100%,.22)}[data-theme=dark] .lg-check input:checked+.lg-check-box{background:var(--accent);border-color:var(--accent)}[data-theme=dark] .lg-check input:checked+.lg-check-box svg{color:#fff}[data-theme=dark] .lg-theme-btn:hover{background:var(--surface-3)!important;color:var(--ink)!important}[data-theme=dark] .lg-forgot:hover{color:var(--ink)}.onb-shell{min-height:100vh;flex-direction:column;justify-content:center;background:var(--bg);padding:40px 24px}.onb-head,.onb-shell{display:flex;align-items:center}.onb-head{width:100%;max-width:720px;gap:10px;margin-bottom:24px}.onb-head .mark{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--surface-2)}.onb-head .mark img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.onb-head .name{font-size:16px;font-weight:700;color:var(--ink)}.onb-head .skip{margin-left:auto;font-size:13.5px;font-weight:500;color:var(--ink-3);transition:color .15s}.onb-head .skip:hover{color:var(--ink)}.onb-card{width:100%;max-width:720px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:32px;box-shadow:0 1px 3px rgba(20,22,26,.04),0 12px 32px rgba(20,22,26,.03)}.onb-card h1{font-size:22px;font-weight:700;letter-spacing:-.02em;margin:0 0 6px;color:var(--ink)}.onb-card .sub{font-size:13.5px;color:var(--ink-3);margin-bottom:24px}.onb-status-grid{gap:12px;margin-bottom:20px}.onb-grid-2,.onb-status-grid{display:grid;grid-template-columns:1fr 1fr}.onb-grid-2{gap:16px}.onb-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.onb-foot{display:flex;justify-content:space-between;align-items:center;margin-top:28px;padding-top:20px;border-top:1px solid var(--line)}.banner{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--r);font-size:13px;line-height:1.5;color:var(--ink-2);background:var(--surface-2)}.banner svg{flex-shrink:0;margin-top:2px}.banner.accent{background:var(--accent-soft);border-color:rgba(43,89,255,.18);color:var(--accent-ink)}.banner.pos{background:var(--pos-soft);border-color:rgba(22,116,74,.18);color:var(--pos)}@media (max-width:640px){.onb-grid-2,.onb-grid-3,.onb-status-grid{grid-template-columns:1fr}.onb-card{padding:24px 20px}}:root{--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px)}.sb-backdrop,.sb-close,.sb-toggle,.topbar-here-mobile{display:none}@media (max-width:768px){.app{grid-template-columns:1fr;min-height:100dvh}.sb{position:fixed;top:0;left:0;width:min(86vw,320px);height:100dvh;z-index:60;transform:translateX(-105%);transition:transform .28s cubic-bezier(.22,.61,.36,1);box-shadow:0 20px 60px -20px rgba(0,0,0,.5);padding-top:var(--safe-top);padding-bottom:var(--safe-bottom);border-right:1px solid var(--sb-line)}.sb.open{transform:translateX(0)}.sb-wordmark{display:block}.sb-org{display:flex}.sb-label{display:block}.sb-item .label{display:inline;flex:1}.sb-badge{display:inline-flex}.sb-user-info{display:block}.sb-foot .sb-user>svg,.sb-org-chev{display:inline-block}.sb-brand{justify-content:flex-start;padding:18px 18px 22px}.sb-brand .sb-close{margin-left:auto}.sb-item{justify-content:flex-start;padding:10px 12px;min-height:42px}.sb-item.active:before{left:-8px}.sb-foot{padding:10px 12px 14px}.sb-user{justify-content:flex-start;padding:8px}.sb-close{display:grid;place-items:center;width:36px;height:36px;border-radius:var(--r);color:var(--sb-fg);background:transparent}.sb-close:hover{background:var(--sb-active-bg);color:var(--sb-active-fg)}.sb-backdrop{display:block;position:fixed;inset:0;z-index:55;background:rgba(15,17,21,.5);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .2s ease;border:0}.app.sb-open .sb-backdrop{opacity:1;pointer-events:auto}body.sb-open{overflow:hidden}.sb-toggle{display:grid;place-items:center;margin-right:2px}.topbar{padding:10px 14px;padding-top:max(10px,var(--safe-top));gap:8px}.crumbs{display:none}.topbar-here-mobile{display:block;flex:1 1 0;min-width:0;font-size:14.5px;font-weight:600;color:var(--ink);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-spacer{display:none}.search{min-width:36px;max-width:36px;width:36px;height:36px;padding:0;justify-content:center;flex-shrink:0}.search>span{display:none}.search svg{width:16px;height:16px;opacity:1;color:var(--ink-2)}.icon-btn{width:40px;height:40px}.icon-btn svg{width:18px;height:18px}.main{padding:20px 16px 32px;padding-left:max(16px,var(--safe-left));padding-right:max(16px,var(--safe-right))}.page-head{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:20px}.page-head>div:first-child{min-width:0}.page-head h1{font-size:22px;line-height:1.2}.page-head .sub{font-size:13.5px}.page-head .actions{flex-wrap:wrap;gap:8px}.page-head .actions .btn{flex:1 1 auto;justify-content:center}.kpi-strip{grid-template-columns:1fr 1fr}.kpi{padding:16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.kpi:nth-child(2n){border-right:0}.kpi-value{font-size:22px}.grid-2,.grid-3,.grid-4,.grid-eq,.split{grid-template-columns:1fr}.card-head{flex-wrap:wrap;padding:16px 16px 12px}.card-body{padding:0 16px 16px}.card-link{font-size:12px}.table-wrap{border-left:0;border-right:0;border-radius:0;margin-left:-16px;margin-right:-16px;width:calc(100% + 32px);-webkit-overflow-scrolling:touch}.table{font-size:13px}.table thead th{padding:9px 12px;font-size:11px}.table tbody td{padding:10px 12px}.table-toolbar{padding:12px 16px;gap:8px}.table-toolbar>*{flex:1 1 auto;min-width:0}.table-toolbar .spacer{display:none}.btn{min-height:40px;padding:9px 14px;font-size:13.5px}.seg{flex-wrap:wrap;width:100%}.seg button{flex:1 1 auto;min-height:36px;padding:7px 10px}.input,.select,.textarea{font-size:16px;padding:11px 12px;min-height:42px}.textarea{min-height:96px}.tabs{flex-wrap:nowrap;overflow-x:auto;margin-left:-16px;margin-right:-16px;padding:0 16px;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs .tab{white-space:nowrap;flex-shrink:0}.chips{gap:6px}.chip{padding:6px 10px;font-size:12.5px;min-height:32px}.pipe-row{grid-template-columns:10px 1fr auto}.pipe-row .ct{display:none}.section{margin-top:24px;margin-bottom:12px}.section h2{font-size:14.5px}.topbar [style*="position: absolute"][style*="width: 320px"]{width:calc(100vw - 24px)!important;right:12px!important;max-width:360px}.chart-stats{gap:16px;padding:10px 16px 6px}.chart-stat .v{font-size:18px}.empty{padding:40px 18px}.empty .title{font-size:14px}.empty .desc{font-size:12.5px}.confirm-card{grid-template-columns:1fr;grid-template-areas:"icon" "body" "actions";padding:20px 18px 16px;row-gap:12px}.confirm-actions{justify-content:stretch}.confirm-actions .btn-cancel,.confirm-actions .btn-confirm{flex:1;min-height:44px}.ag-shell{grid-template-columns:1fr;height:calc(100dvh - 56px - var(--safe-top));border-radius:0;border-left:0;border-right:0;margin:-20px -16px 0}.ag-sessions,.ag-tools{display:none}.ag-header{padding:12px 14px}.ag-messages{padding:18px 14px 8px}.ag-composer{padding:8px 12px 14px;padding-bottom:max(14px,var(--safe-bottom))}.ag-textarea{font-size:16px;padding:12px 14px 4px}.ag-msg-body{max-width:92%}.ag-bubble{font-size:14px;padding:10px 14px}.ag-suggestions{grid-template-columns:1fr}.ag-empty{padding:24px 12px 12px}.ag-empty-title{font-size:20px}.ag-empty-sub{font-size:13.5px}.kpi-strip:has(.fsc-kpi-card){grid-template-columns:1fr 1fr;gap:10px}.fsc-kpi-card{padding:14px}.fsc-kpi-value{font-size:20px}.fsc-scenario-grid{grid-template-columns:1fr}.fsc-score-ring{width:140px;height:140px}.fsc-score-value{font-size:32px}.fsc-fab{right:16px;bottom:calc(20px + var(--safe-bottom));width:48px;height:48px}.auth-shell,.login-shell{grid-template-columns:1fr!important}.auth-aside,.login-aside{display:none}.auth-card,.login-card{margin:24px 16px;padding:24px 20px}.invoice-preview{font-size:8px}.invoice-preview .ip-band{padding:8px 10px}.invoice-preview .ip-title{font-size:13px}.invoice-preview .ip-parties{padding:10px;gap:8px}.fsc-fab,[class*=-fab],[class*=whatsapp]{bottom:calc(20px + var(--safe-bottom))!important}}@media (max-width:480px){.kpi-strip{grid-template-columns:1fr}.kpi{border-right:0!important}.kpi:last-child{border-bottom:0}.kpi-value{font-size:20px}.kpi-strip:has(.fsc-kpi-card){grid-template-columns:1fr}.page-head h1{font-size:20px}.page-head .sub{font-size:13px}.topbar{padding:8px 12px;gap:6px;padding-top:max(8px,var(--safe-top))}.topbar-here-mobile{font-size:14px}.icon-btn{width:38px;height:38px}.search{min-width:34px;max-width:34px;width:34px;height:34px}.main{padding:16px 14px 28px}.table-wrap{margin-left:-14px;margin-right:-14px;width:calc(100% + 28px)}.ag-shell{margin:-16px -14px 0}.card-head{padding:14px 14px 10px}.card-body{padding:0 14px 14px}.field-label{font-size:12px}.tabs .tab{padding:9px 11px;font-size:13px}.ag-composer-actions{padding:6px 8px 8px 12px}.ag-send{width:36px;height:36px}.sb{width:min(84vw,300px)}.fsc-score-ring{width:120px;height:120px}.fsc-score-value{font-size:26px}.row{padding:10px 16px;gap:10px}.row-date{width:32px}.row-title{font-size:13px}.row-sub{font-size:11.5px}.topbar [style*="position: absolute"][style*="width: 320px"]{width:calc(100vw - 16px)!important;right:8px!important}.topbar .icon-btn[title=Aide]{display:none}}@media (max-width:360px){.main{padding:14px 12px 24px}.page-head h1{font-size:19px}.table-wrap{margin-left:-12px;margin-right:-12px;width:calc(100% + 24px)}.ag-shell{margin:-14px -12px 0}.sb{width:88vw}.btn{padding:8px 12px;font-size:13px}.seg button{font-size:12px;padding:7px 8px}}@media (min-width:769px) and (max-width:1024px){.main{padding:24px}.page-head h1{font-size:26px}.topbar{padding:12px 22px}}@media (max-width:900px) and (max-height:480px) and (orientation:landscape){.ag-empty{padding:16px 12px 8px}.ag-empty-mark{width:48px;height:48px;margin-bottom:12px}.ag-empty-title{font-size:18px}}@media (prefers-reduced-motion:reduce){.sb,.sb-backdrop{transition:none}}@media (hover:none) and (pointer:coarse){.table tbody tr:hover{background:transparent}.ag-session-del{opacity:1}}