:root{
  --blue:#1a73e8;--blue-700:#1557b0;--blue-50:#e8f0fe;--red:#ea4335;--red-700:#b3261e;
  --red-50:#fce8e6;--yellow:#fbbc04;--yellow-50:#fef7e0;--green:#34a853;--green-700:#137333;
  --green-50:#e6f4ea;--ink:#202124;--muted:#5f6368;--subtle:#80868b;--line:#dadce0;
  --bg:#f8f9fa;--surface:#fff;--surface-2:#f1f3f4;--radius:16px;--small-radius:10px;
  --shadow:0 1px 2px rgba(60,64,67,.08),0 2px 8px rgba(60,64,67,.08);--sidebar:224px
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Roboto,"Roboto Flex",Arial,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}a{color:var(--blue);text-decoration:none}p{margin:0}h1,h2,h3{font-weight:500;letter-spacing:-.02em}h1{font-size:32px;line-height:1.16;margin:4px 0}h2{font-size:20px;margin:0}h3{font-size:16px;margin:0}.topbar{height:64px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 22px;position:fixed;inset:0 0 auto 0;z-index:20;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);min-width:202px}.brand-mark{width:34px;height:34px;border-radius:11px;display:inline-grid;place-items:center;background:conic-gradient(from 45deg,var(--blue) 0 25%,var(--red) 0 50%,var(--yellow) 0 75%,var(--green) 0);color:#fff;font-size:18px;font-weight:700;box-shadow:inset 0 0 0 3px rgba(255,255,255,.22)}.brand-mark.large{width:52px;height:52px;border-radius:16px;font-size:27px}.brand-copy{font-size:19px;font-weight:500;white-space:nowrap}.brand-copy small{display:block;color:var(--muted);font-size:10px;font-weight:400;letter-spacing:.02em}.top-actions{display:flex;align-items:center;gap:10px}.client-switcher select{min-width:250px;height:40px;border:1px solid var(--line);border-radius:20px;background:#fff;padding:0 36px 0 16px;font-size:14px}.icon-button{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:var(--muted);position:relative}.icon-button:hover{background:var(--surface-2)}.notification-button>span{font-size:12px;color:var(--blue)}.notification-button b{position:absolute;right:-2px;top:-2px;background:var(--red);color:#fff;border:2px solid #fff;border-radius:10px;font-size:9px;min-width:18px;padding:1px 4px}.user-menu{position:relative}.user-menu summary{list-style:none}.user-menu summary::-webkit-details-marker{display:none}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e8eaed;color:#3c4043;font-size:12px;font-weight:700;cursor:pointer}.menu-popover{position:absolute;right:0;top:47px;width:190px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:8px;box-shadow:0 8px 24px rgba(60,64,67,.22)}.menu-popover a,.menu-popover button{display:block;width:100%;padding:10px 12px;border:0;background:none;text-align:left;color:var(--ink);border-radius:8px;cursor:pointer;font-size:14px}.menu-popover a:hover,.menu-popover button:hover{background:var(--surface-2)}.sidebar{position:fixed;left:0;top:64px;bottom:0;width:var(--sidebar);background:#fff;border-right:1px solid var(--line);padding:22px 12px;z-index:10;display:flex;flex-direction:column;justify-content:space-between}.sidebar nav{display:grid;gap:4px}.sidebar nav a{height:44px;border-radius:0 22px 22px 0;display:flex;align-items:center;gap:15px;padding:0 16px;color:#3c4043;font-size:14px;font-weight:500}.sidebar nav a span{width:22px;text-align:center;font-size:18px;color:var(--muted)}.sidebar nav a:hover{background:var(--surface-2)}.sidebar nav a.active{background:var(--blue-50);color:#174ea6}.sidebar nav a.active span{color:var(--blue)}.readonly-chip{margin:10px 14px;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.readonly-chip span{width:8px;height:8px;border-radius:50%;background:var(--green)}.container{max-width:1500px;margin:64px 0 0 var(--sidebar);padding:34px 38px 84px}.container.guest{max-width:none;margin:0;padding:0}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:2px 0 24px}.page-head p{margin-top:5px}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:700;color:var(--blue)}.muted{color:var(--muted)}.back{display:inline-block;margin-bottom:12px;font-size:14px;font-weight:500}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.card.no-pad{padding:0}.padded{padding:22px 22px 0}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.section-head p{color:var(--muted);font-size:13px;margin-top:3px}.button{appearance:none;border:0;border-radius:20px;min-height:40px;padding:9px 18px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s,box-shadow .15s,transform .1s}.button:active{transform:scale(.98)}.button.primary{background:var(--blue);color:#fff;box-shadow:0 1px 2px rgba(26,115,232,.3)}.button.primary:hover{background:var(--blue-700);box-shadow:0 2px 6px rgba(26,115,232,.3)}.button.tonal{background:var(--blue-50);color:#174ea6}.button.tonal:hover{background:#d2e3fc}.button.danger{background:var(--red);color:#fff}.button.wide{width:100%}.text-button{border:0;background:none;color:var(--blue);font-size:14px;font-weight:600;cursor:pointer;padding:7px 5px}.alert,.notice-readonly{border-radius:12px;padding:14px 16px;margin:15px 0;font-size:14px}.alert.compact{margin:0 0 20px}.alert.success{background:var(--green-50);color:var(--green-700)}.alert.error{background:var(--red-50);color:var(--red-700)}.alert.info{background:var(--blue-50);color:#174ea6}.alert.warning{background:var(--yellow-50);color:#7a4f01}.notice-readonly{background:#fff8e1;border:1px solid #f6d365;color:#5f4300}.filter-bar{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px;margin-bottom:18px}.filter-bar label,.form-stack label,.form-grid label,.settings-form label,.inline-form label,.log-filters label{display:grid;gap:5px;color:#3c4043;font-size:12px;font-weight:500}.filter-bar input{min-width:144px}.filter-note{font-size:12px;color:var(--muted);margin-left:auto;align-self:center}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(155px,1fr));gap:14px;margin:18px 0}.metric-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{min-height:118px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px;display:flex;flex-direction:column}.metric-card>span{font-size:13px;color:var(--muted)}.metric-card strong{font-size:25px;font-weight:500;margin:7px 0 2px;letter-spacing:-.03em}.metric-card small{color:var(--subtle);font-size:11px;margin-top:auto}.metric-card.blue{border-top:3px solid var(--blue)}.content-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:18px}.overview-grid{margin-top:18px}.client-list{margin:0 -22px -22px}.client-row,.account-row{display:flex;align-items:center;gap:13px;min-height:68px;padding:11px 22px;border-top:1px solid #eceff1;color:var(--ink)}.client-row:hover{background:#f8fafd}.client-avatar{width:40px;height:40px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:var(--blue-50);color:var(--blue);font-weight:600}.client-avatar.inactive{background:#eee;color:#777}.client-main{display:flex;flex-direction:column;min-width:0;flex:1}.client-main strong{font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.client-main small,.client-kpi small{font-size:11px;color:var(--muted)}.client-kpi{text-align:right;font-size:14px}.client-kpi small{display:block}.count-badge{background:var(--red-50);color:var(--red-700);font-size:11px;font-weight:700;border-radius:12px;padding:3px 7px}.chevron{font-size:25px;color:#9aa0a6}.timeline{display:grid;gap:15px}.timeline article{display:flex;gap:12px}.timeline-dot{width:9px;height:9px;border-radius:50%;background:#9aa0a6;margin-top:6px;flex:0 0 auto}.timeline-dot.success{background:var(--green)}.timeline-dot.error{background:var(--red)}.timeline-dot.warning{background:var(--yellow)}.timeline-dot.info{background:var(--blue)}.timeline article strong{font-size:13px}.timeline article p{font-size:12px;color:var(--muted);margin:2px 0}.timeline article small{font-size:10px;color:var(--subtle)}.account-list{padding-bottom:8px}.account-row{border-top:1px solid var(--line);min-height:78px}.check-label{display:flex!important;align-items:center;gap:7px!important;white-space:nowrap}.check-label input{width:17px;height:17px}.switch{display:flex!important;align-items:center;gap:8px!important;cursor:pointer;white-space:nowrap}.switch input{position:absolute;opacity:0}.switch span{width:36px;height:20px;border-radius:10px;background:#bdc1c6;position:relative;transition:.2s}.switch span:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;left:2px;top:2px;transition:.2s;box-shadow:0 1px 3px rgba(0,0,0,.25)}.switch input:checked+span{background:#8ab4f8}.switch input:checked+span:after{left:18px;background:var(--blue)}.switch em{font-size:12px;font-style:normal;color:var(--muted);min-width:66px}.badge{display:inline-flex;align-items:center;border-radius:12px;background:#eef0f1;color:#50545a;padding:4px 9px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.badge.success,.badge.completed,.badge.approved,.badge.applied,.badge.verified,.badge.safe{background:var(--green-50);color:var(--green-700)}.badge.queued,.badge.running,.badge.info{background:var(--blue-50);color:#174ea6}.badge.failed,.badge.rejected{background:var(--red-50);color:var(--red-700)}.badge.partial,.badge.warning,.badge.deferred{background:var(--yellow-50);color:#7a4f01}.badge.neutral,.badge.risk{background:#f1f3f4;color:var(--muted)}.action-strip{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px}.action-strip>div{display:flex;flex-direction:column}.action-strip span{font-size:12px;color:var(--muted)}.analysis-progress-card,.run-progress{display:block;background:#fff;border:1px solid #d2e3fc;border-radius:14px;padding:17px;margin:14px 0;color:var(--ink);box-shadow:var(--shadow)}.progress-copy{display:flex;align-items:center;gap:12px}.progress-copy strong{font-size:14px}.progress-copy small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.spinner{width:22px;height:22px;border:3px solid #d2e3fc;border-top-color:var(--blue);border-radius:50%;animation:spin 1s linear infinite;flex:0 0 auto}@keyframes spin{to{transform:rotate(360deg)}}.progress-track{height:7px;border-radius:5px;background:#e8eaed;margin-top:14px;overflow:hidden}.progress-track.large{height:9px}.progress-track span{display:block;height:100%;border-radius:5px;background:linear-gradient(90deg,var(--blue),#669df6);transition:width .5s}.run-progress p{font-size:12px;color:var(--muted);margin-top:10px}.tabs{position:sticky;top:64px;z-index:5;background:var(--bg);display:flex;gap:4px;overflow:auto;border-bottom:1px solid var(--line);margin:24px 0 18px;padding-top:5px}.tabs a{color:var(--muted);padding:11px 14px;border-bottom:3px solid transparent;font-size:13px;font-weight:600;white-space:nowrap}.tabs a:hover,.tabs a:first-child{color:var(--blue);border-color:var(--blue)}.tabs span{background:var(--blue-50);border-radius:9px;padding:2px 5px;font-size:10px}.section-card{margin-top:18px;scroll-margin-top:120px}.advice-list{margin:0 -22px -22px}.advice-row{display:flex;align-items:center;gap:12px;padding:14px 22px;border-top:1px solid #eceff1;color:var(--ink)}.advice-row:hover{background:#f8fafd}.severity-line{width:4px;height:35px;border-radius:3px;background:var(--blue)}.severity-line.high{background:var(--red)}.severity-line.medium{background:var(--yellow)}.advice-copy{display:flex;flex-direction:column;flex:1;min-width:0}.advice-copy strong{font-size:14px}.advice-copy small{font-size:11px;color:var(--muted);text-transform:capitalize}.source-badges{display:flex;gap:5px;flex-wrap:wrap}.source-badges em,.source-badges>span{font-style:normal;background:#f1f3f4;border-radius:11px;padding:4px 8px;font-size:10px;color:var(--muted)}.source-badges.detailed{margin:13px 0}.source-badges.detailed>span{background:var(--blue-50);color:#174ea6}.source-badges small{opacity:.7;margin-left:3px}.data-source-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.data-source-grid article{display:flex;align-items:center;gap:13px;padding:14px;border:1px solid var(--line);border-radius:12px}.data-source-grid article>div{flex:1}.data-source-grid p{font-size:12px;color:var(--muted);margin-top:2px}.source-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;font-weight:700;flex:0 0 auto}.source-icon.large{width:50px;height:50px;border-radius:14px;font-size:20px}.source-icon.ads{background:#e8f0fe;color:var(--blue)}.source-icon.ga4{background:#fef3e5;color:#e37400}.source-icon.speed{background:#fef7e0;color:#b06000}.source-icon.public{background:#e6f4ea;color:var(--green-700)}.source-icon.openai{background:#f3e8fd;color:#8430ce}.source-dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:4px}.source-dot.ads{background:var(--blue)}.history-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(250px,1fr);gap:18px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px 10px;border-bottom:1px solid var(--line);font-size:13px;vertical-align:top}th{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:600}td a{font-weight:600}.subcard{background:#f8f9fa;border:1px solid var(--line);border-radius:12px;padding:16px}.form-stack{display:grid;gap:14px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.span-2{grid-column:span 2}input,select,textarea{width:100%;border:1px solid #bdc1c6;border-radius:8px;background:#fff;padding:10px 11px;min-height:42px}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid #d2e3fc;border-color:var(--blue)}.annotation-list{display:flex;gap:10px;overflow:auto;margin-top:18px}.annotation-list article{min-width:230px;border-left:3px solid var(--blue);padding:9px 12px;background:#f8f9fa;border-radius:0 9px 9px 0}.annotation-list strong{font-size:12px}.annotation-list p{font-size:11px;color:var(--muted);margin-top:3px}.inline-form{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px}.report-list{display:grid;margin-top:18px}.report-list article{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--line)}.report-list article>div{flex:1}.report-list strong,.report-list small{display:block}.report-list small{font-size:11px;color:var(--muted)}.file-icon{width:38px;height:38px;border-radius:8px;background:var(--red-50);color:var(--red-700);display:grid;place-items:center;font-size:9px;font-weight:700}.settings-form{display:grid;gap:18px}.settings-form fieldset{border:1px solid var(--line);border-radius:12px;padding:17px}.settings-form legend{padding:0 7px;font-size:13px;font-weight:600;color:var(--blue)}.source-settings{display:grid}.source-settings>div,.source-settings>label{display:flex!important;align-items:center;justify-content:space-between;gap:14px;padding:10px;border-bottom:1px solid #eceff1;font-size:13px}.source-settings select{max-width:180px}.source-settings strong{font-size:12px}.quality-banner{display:flex;align-items:flex-start;gap:12px;background:var(--green-50);color:var(--green-700);border-radius:12px;padding:14px 16px;margin:15px 0}.quality-banner.warning{background:var(--yellow-50);color:#7a4f01}.quality-banner>span{width:24px;height:24px;border-radius:50%;background:currentColor;color:#fff;display:grid;place-items:center;font-weight:700}.quality-banner>div{flex:1}.quality-banner p{font-size:12px;margin-top:2px}.quality-banner details summary{font-size:12px;cursor:pointer}.recommendation-list{display:grid;gap:14px}.recommendation{scroll-margin-top:120px}.recommendation-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.recommendation-meta{display:flex;align-items:center;gap:8px}.category{text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:700;color:var(--blue)}.recommendation h2{margin:5px 0 0}.severity-label.high{background:var(--red-50);color:var(--red-700)}.severity-label.medium{background:var(--yellow-50);color:#7a4f01}.severity-label.low{background:var(--blue-50);color:#174ea6}.rationale{font-size:14px;margin:12px 0;color:#3c4043}.countermeasure{background:#f8f9fa;border-left:3px solid var(--blue);border-radius:0 8px 8px 0;padding:11px 13px;margin:10px 0}.countermeasure strong{font-size:12px;color:var(--blue)}.countermeasure p,.countermeasure li{font-size:13px}.countermeasure ul{margin:6px 0 0;padding-left:18px}.evidence-panel{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 0}.evidence-panel summary{color:var(--blue);font-size:13px;font-weight:600;cursor:pointer}.evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.evidence-grid h3{font-size:12px;margin-bottom:4px}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f8f9fa;border-radius:8px;padding:11px;font:11px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;color:#3c4043;max-height:360px;overflow:auto}.review-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:15px}.review-row>div:first-child small{display:block;color:var(--muted);margin-top:4px}.review-row>div:first-child p{font-size:12px;margin-top:5px}.decision-actions{display:flex;align-items:center;gap:8px}.decision-sheet{position:relative}.decision-sheet>summary{list-style:none;cursor:pointer;color:var(--blue);background:var(--blue-50);padding:10px 15px;border-radius:20px;font-size:13px;font-weight:600}.decision-sheet>summary::-webkit-details-marker{display:none}.decision-sheet.danger>summary{background:var(--red-50);color:var(--red-700)}.decision-sheet[open]>form{position:absolute;right:0;bottom:48px;width:320px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px;box-shadow:0 8px 30px rgba(60,64,67,.25);z-index:8;display:grid;gap:12px}.decision-sheet.apply>summary.button{color:#fff;background:var(--blue)}.helper{font-size:11px!important;color:var(--muted);margin-top:8px}.impact-chip{border-radius:14px;padding:8px 12px;background:#f1f3f4;font-size:12px;font-weight:600}.impact-chip.positive{background:var(--green-50);color:var(--green-700)}.impact-chip.negative{background:var(--red-50);color:var(--red-700)}.empty,.empty-state{text-align:center;color:var(--muted);padding:30px}.empty.small{padding:15px}.empty-state>span{font-size:34px;color:#9aa0a6}.empty-state h3{color:var(--ink);margin:6px 0}.empty-state p{font-size:13px;margin-bottom:14px}.log-filters{display:flex;align-items:flex-end;flex-wrap:wrap;gap:10px;margin-bottom:14px}.log-filters label{min-width:115px}.log-filters .search-field{flex:1;min-width:180px}.live-toggle{display:flex!important;align-items:center;gap:7px!important}.live-toggle input{width:18px;min-height:18px}.filter-chip{display:inline-flex;gap:7px;align-items:center;border-radius:15px;background:var(--blue-50);color:#174ea6;padding:6px 10px;font-size:11px;margin-bottom:10px}.export-menu{display:flex;align-items:center;gap:5px;position:relative}.export-menu details{position:relative}.export-menu summary{list-style:none;color:var(--blue);font-size:12px;cursor:pointer}.export-menu details>div{position:absolute;right:0;top:30px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:6px;box-shadow:var(--shadow);z-index:5}.export-menu details a{display:block;padding:7px 12px;font-size:12px}.log-card{padding:0;overflow:hidden}.log-toolbar{display:flex;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--line);font-size:12px}.log-table-wrap{overflow:auto;max-height:65vh}.log-table{min-width:1000px}.log-table thead{position:sticky;top:0;background:#f8f9fa;z-index:1}.log-table td{font-size:11px}.log-table td:nth-child(6){max-width:360px}.log-table td:nth-child(4) small{display:block;color:var(--muted)}.log-level{border-radius:5px;padding:3px 5px;font-size:9px;font-weight:700}.log-level.info{background:var(--blue-50);color:#174ea6}.log-level.warning{background:var(--yellow-50);color:#7a4f01}.log-level.error,.log-level.critical{background:var(--red-50);color:var(--red-700)}.log-level.debug{background:#f1f3f4;color:var(--muted)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.integration-card{display:flex;align-items:flex-start;gap:15px}.integration-card>div{flex:1}.integration-card h2{margin-bottom:4px}.integration-card p{font-size:13px;color:var(--muted);margin-bottom:9px}.integration-card small{display:block;color:var(--muted);margin-top:8px}.cost-buckets article{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line);font-size:12px}.notification-page-list{padding:0}.notification-page-list article{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;border-bottom:1px solid var(--line)}.notification-page-list article.unread{background:#f8fbff}.notification-page-list article>div{flex:1}.notification-page-list p{font-size:13px;color:var(--muted);margin:3px 0}.notification-page-list small{font-size:11px;color:var(--subtle)}.qr-panel{display:flex;align-items:center;gap:20px}.qr-panel img{width:180px;height:180px;border:1px solid var(--line);border-radius:12px;padding:8px}.qr-panel p{font-size:13px;color:var(--muted);max-width:360px;margin-top:4px}.recovery-stat{display:flex;align-items:baseline;gap:8px;margin:25px 0}.recovery-stat strong{font-size:40px;color:var(--blue);font-weight:500}.recovery-stat span{color:var(--muted)}.security-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.security-list article{display:flex;gap:12px}.security-list article>span{width:24px;height:24px;border-radius:50%;background:var(--green-50);color:var(--green-700);display:grid;place-items:center}.security-list p{font-size:12px;color:var(--muted);margin-top:2px}.spaced{margin-top:18px}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(280px,1fr) minmax(400px,1.15fr);background:#fff}.login-brand{background:linear-gradient(145deg,#e8f0fe 0,#f8f9fa 50%,#e6f4ea 100%);display:flex;flex-direction:column;align-items:center;justify-content:center}.login-brand h1{font-size:34px;margin:13px 0 0}.login-brand p{color:var(--muted)}.login-card{width:min(430px,calc(100% - 40px));margin:auto;box-shadow:none;border:0}.login-card h2{font-size:27px;margin:7px 0}.login-card .text-button{display:block;margin-top:14px;text-align:center}.bottom-nav{display:none}.toast-region{position:fixed;right:20px;bottom:20px;z-index:50;display:grid;gap:8px}.toast{background:#323232;color:#fff;border-radius:8px;padding:12px 16px;box-shadow:0 3px 12px rgba(0,0,0,.3);font-size:13px;animation:toastIn .2s ease}@keyframes toastIn{from{transform:translateY(10px);opacity:0}}@media(max-width:1120px){.metric-grid{grid-template-columns:repeat(3,1fr)}.source-badges:not(.detailed){display:none}.client-switcher select{min-width:200px}.container{padding:28px 25px 80px}}
@media(max-width:840px){:root{--sidebar:0px}.sidebar{display:none}.topbar{padding:0 14px}.brand-copy small{display:none}.client-switcher select{min-width:0;width:42vw;max-width:260px}.container{margin-left:0;padding:25px 16px calc(90px + env(safe-area-inset-bottom))}.bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;z-index:20;background:rgba(255,255,255,.97);border-top:1px solid var(--line);padding:5px 6px calc(5px + env(safe-area-inset-bottom));backdrop-filter:blur(12px)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:1px;color:var(--muted);font-size:10px;padding:3px}.bottom-nav a span{font-size:18px;height:22px}.bottom-nav a.active{color:var(--blue)}.content-grid,.history-grid{grid-template-columns:1fr}.metric-grid,.metric-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.integration-grid,.security-list{grid-template-columns:1fr}.data-source-grid{grid-template-columns:1fr}.page-head{align-items:flex-start}.login-shell{grid-template-columns:1fr}.login-brand{display:none}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.evidence-grid{grid-template-columns:1fr}}
@media(max-width:560px){h1{font-size:27px}.topbar{height:60px}.brand{min-width:0}.brand-copy{display:none}.brand-mark{width:32px;height:32px}.client-switcher{flex:1}.client-switcher select{width:100%;max-width:none}.top-actions{flex:1}.container{margin-top:60px;padding:20px 12px calc(88px + env(safe-area-inset-bottom))}.page-head{display:flex;flex-direction:column;gap:13px;margin-bottom:17px}.page-head>.button,.page-head>form,.page-head .export-menu{width:100%}.page-head>form .button,.page-head>.button{width:100%}.filter-bar{display:grid;grid-template-columns:1fr 1fr;padding:12px}.filter-bar label{min-width:0}.filter-bar input{min-width:0}.filter-bar .button,.filter-note{grid-column:span 2;width:100%;margin:0;text-align:center}.metric-grid,.metric-grid.four{gap:9px}.metric-card{min-height:108px;padding:14px}.metric-card strong{font-size:20px}.card{padding:17px;border-radius:14px}.client-list,.advice-list{margin:0 -17px -17px}.client-row,.advice-row{padding-left:17px;padding-right:17px}.client-kpi{display:none}.action-strip{display:grid}.action-strip form,.action-strip .button{width:100%}.tabs{top:60px;margin-left:-12px;margin-right:-12px;padding-left:8px}.data-source-grid article{align-items:flex-start}.history-grid{display:block}.history-grid .subcard{margin-top:15px}.inline-form{display:grid;grid-template-columns:1fr 1fr}.inline-form label:last-of-type,.inline-form .button{grid-column:span 2}.source-settings>div,.source-settings>label{align-items:flex-start;flex-direction:column}.source-settings select{max-width:none}.review-row{align-items:stretch;flex-direction:column}.decision-actions{display:grid;grid-template-columns:1fr 1fr}.decision-actions>form:last-child{grid-column:span 2}.decision-actions .button,.decision-sheet>summary{text-align:center;width:100%;justify-content:center}.decision-sheet[open]>form{position:fixed;left:8px;right:8px;bottom:calc(75px + env(safe-area-inset-bottom));width:auto;max-height:70vh;overflow:auto;border-radius:20px;z-index:30}.recommendation-head h2{font-size:18px}.source-badges.detailed{overflow:auto;flex-wrap:nowrap}.source-badges.detailed>span{white-space:nowrap}.account-row{display:grid;grid-template-columns:40px 1fr auto}.account-row .check-label,.account-row .switch{grid-column:2/4}.account-row .button{grid-column:1/4}.log-filters{display:grid;grid-template-columns:1fr 1fr}.log-filters label,.log-filters .search-field{min-width:0}.log-filters .search-field,.log-filters .button,.log-filters .live-toggle{grid-column:span 2}.integration-card{display:grid;grid-template-columns:50px 1fr}.integration-card>a,.integration-card>span.muted{grid-column:1/3}.qr-panel{flex-direction:column;text-align:center}.notification-page-list article{padding:14px}.notification-page-list .button{padding:7px 10px}.login-card{width:calc(100% - 24px);padding:16px}.login-card h2{font-size:25px}}
@media(max-width:430px){.filter-bar{grid-template-columns:minmax(0,1fr)}.filter-bar label,.filter-bar .button,.filter-note{grid-column:1;min-width:0;width:100%}.filter-bar label{overflow:hidden}.filter-bar input[type="date"]{-webkit-appearance:none;appearance:none;display:block;width:-webkit-fill-available;min-width:0;max-width:100%;text-align:center}}
.analysis-history-list{display:grid;gap:12px}.analysis-history-item{display:block;color:var(--ink);transition:box-shadow .15s,transform .1s}.analysis-history-item:hover{box-shadow:0 3px 12px rgba(60,64,67,.16)}.analysis-history-item:active{transform:scale(.995)}.analysis-history-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.analysis-history-head h2{margin:9px 0 2px}.analysis-history-head p{font-size:12px;color:var(--muted)}.analysis-history-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.analysis-history-meta span{display:flex;flex-direction:column}.analysis-history-meta strong{font-size:16px;font-weight:500}.analysis-history-meta small{font-size:11px;color:var(--muted)}.analysis-history-error{margin-top:12px;padding:9px 11px;border-radius:8px;background:var(--red-50);color:var(--red-700);font-size:12px}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px}.pagination span{font-size:12px;color:var(--muted)}
@media(max-width:560px){.history-filters{grid-template-columns:minmax(0,1fr)}.history-filters label,.history-filters .button,.history-filters .text-button{grid-column:1;min-width:0;width:100%}.history-filters label{overflow:hidden}.history-filters input[type="date"]{-webkit-appearance:none;appearance:none;display:block;width:-webkit-fill-available;min-width:0;max-width:100%;text-align:center}.analysis-history-meta{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:13px}.analysis-history-head h2{font-size:18px}.pagination{justify-content:space-between;flex-wrap:wrap}.pagination span{order:-1;width:100%;text-align:center}}
