:root{--bg:#080809;--panel:#111114;--panel2:#16161a;--line:#ffffff17;--text:#f8f8f8;--muted:#8d8d98;--pink:#ff3b7f;--green:#58d68d;--red:#ff6464}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.bi-shell{grid-template-columns:230px 1fr;min-height:100vh;display:grid}.bi-sidebar{border-right:1px solid var(--line);background:#0b0b0d;flex-direction:column;height:100vh;padding:28px 18px;display:flex;position:sticky;top:0}.bi-brand{align-items:center;gap:12px;padding:0 10px 28px;display:flex}.bi-brandMark{background:var(--pink);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.bi-brand strong,.bi-brand span{display:block}.bi-brand span{color:var(--muted);margin-top:2px;font-size:12px}.bi-nav{flex-direction:column;gap:5px;display:flex}.bi-navItem{color:#aaaab4;border-radius:12px;align-items:center;gap:12px;padding:11px 12px;font-size:14px;font-weight:650;display:flex}.bi-navItem:hover{color:#fff;background:#ffffff0d}.bi-navItem:first-child{color:#ff6b9c;background:#ff3b7f1f}.bi-navItem span{text-align:center;width:20px}.bi-sidebarFooter{color:var(--muted);margin-top:auto;padding:12px;font-size:12px}.bi-liveDot{background:var(--green);border-radius:99px;width:7px;height:7px;margin-right:7px;display:inline-block;box-shadow:0 0 10px #58d68d99}.bi-main{min-width:0}.bi-page{max-width:1500px;margin:0 auto;padding:42px 44px 70px}.bi-header{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:28px;display:flex}.bi-eyebrow,.bi-kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--pink);font-size:10px;font-weight:800}.bi-header h1{letter-spacing:-.04em;margin:8px 0 6px;font-size:36px}.bi-header p{color:var(--muted);margin:0}.bi-periods{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.bi-periods button{border:1px solid var(--line);background:var(--panel);color:var(--muted);cursor:pointer;border-radius:10px;padding:8px 10px;font-size:12px}.bi-periods button.active{color:#0b0b0d;background:#fff;border-color:#fff}.bi-briefing{background:linear-gradient(130deg,#ff3b7f1f,#ffffff06);border:1px solid #ff3b7f38;border-radius:22px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:25px 28px;display:flex}.bi-briefing h2{margin:8px 0 5px;font-size:24px}.bi-briefing p{color:var(--muted);margin:0}.bi-briefingSignal{color:#d4d4d8;font-size:12px}.bi-briefingSignal span{background:var(--green);border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.bi-kpiGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px;display:grid}.bi-kpi,.bi-card{border:1px solid var(--line);background:var(--panel);border-radius:18px}.bi-kpi{padding:18px}.bi-kpi>span{color:var(--muted);font-size:12px;display:block}.bi-kpi>strong{letter-spacing:-.04em;margin:10px 0;font-size:30px;display:block}.bi-kpi>div{align-items:center;gap:10px;min-height:18px;display:flex}.bi-kpi em{font-size:11px;font-style:normal;font-weight:800}.bi-kpi .up{color:var(--green)}.bi-kpi .down,.bi-kpi.danger>strong{color:var(--red)}.bi-kpi small{color:var(--muted)}.bi-gridTwo{grid-template-columns:1.45fr 1fr;gap:12px;margin-bottom:12px;display:grid}.bi-gridThree{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.bi-card{min-width:0;padding:20px}.bi-cardHead{justify-content:space-between;margin-bottom:18px;display:flex}.bi-card h3{margin:5px 0 0;font-size:18px}.bi-chartCard{min-height:330px}.bi-bars{align-items:flex-end;gap:7px;height:230px;padding-top:15px;display:flex}.bi-barCol{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;min-width:4px;height:100%;display:flex}.bi-bar{background:linear-gradient(#ff5d96,#d91d61);border-radius:7px 7px 3px 3px;width:100%;max-width:26px}.bi-barCol span{color:var(--muted);white-space:nowrap;font-size:9px;transform:rotate(-45deg)}.bi-funnel{margin-bottom:16px}.bi-funnel>div:first-child{justify-content:space-between;margin-bottom:7px;font-size:13px;display:flex}.bi-track{background:#242429;border-radius:999px;height:8px;overflow:hidden}.bi-track i{background:var(--pink);border-radius:999px;height:100%;display:block}.bi-miniStats{gap:10px;margin-top:22px;display:flex}.bi-miniStats span{background:var(--panel2);color:var(--muted);border-radius:12px;flex:1;padding:12px;font-size:11px}.bi-miniStats b{color:#fff;margin-top:4px;font-size:18px;display:block}.bi-rowItem{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding:12px 0;display:flex}.bi-rowItem strong,.bi-rowItem small{display:block}.bi-rowItem strong{font-size:13px}.bi-rowItem small{color:var(--muted);margin-top:4px;font-size:11px}.bi-severity{text-transform:uppercase;background:#222;border-radius:7px;padding:5px 7px;font-size:10px}.bi-severity.error,.bi-severity.fatal{color:var(--red);background:#ff64641a}.bi-empty,.bi-state,.bi-error,.bi-guard{color:var(--muted);border:1px dashed var(--line);border-radius:14px;padding:24px}.bi-error{color:#ff9b9b;background:#ff50500f;margin-bottom:16px}.bi-guard{margin:40px}.bi-empty{font-size:12px;line-height:1.5}@media (max-width:1100px){.bi-kpiGrid{grid-template-columns:repeat(2,1fr)}.bi-gridThree,.bi-gridTwo{grid-template-columns:1fr}}@media (max-width:760px){.bi-shell{grid-template-columns:1fr}.bi-sidebar{display:none}.bi-page{padding:24px 16px}.bi-header{flex-direction:column;align-items:flex-start}.bi-periods{justify-content:flex-start}.bi-kpiGrid{grid-template-columns:1fr 1fr}.bi-briefing{flex-direction:column;align-items:flex-start;gap:18px}}.bi-tableToolbar{color:var(--muted);align-items:center;gap:10px;margin-bottom:18px;font-size:12px;display:flex}.bi-input,.bi-select{border:1px solid var(--line);color:#fff;background:#0c0c0f;border-radius:11px;outline:none;padding:10px 12px}.bi-input{min-width:320px}.bi-select{min-width:150px}.bi-primaryButton,.bi-actionButton{border-radius:10px;justify-content:center;align-items:center;padding:10px 13px;font-size:12px;font-weight:800;display:inline-flex}.bi-primaryButton{background:var(--pink);color:#fff}.bi-actionButton{border:1px solid var(--line);background:var(--panel2)}.bi-tableWrap{overflow:auto}.bi-table{border-collapse:collapse;width:100%;font-size:12px}.bi-table th{text-align:left;color:var(--muted);border-bottom:1px solid var(--line);white-space:nowrap;padding:11px;font-weight:650}.bi-table td{border-bottom:1px solid var(--line);vertical-align:middle;white-space:nowrap;padding:13px 11px}.bi-action{color:#ff6b9c;font-weight:750}.bi-person{align-items:center;gap:11px;display:flex}.bi-person img,.bi-person i{object-fit:cover;background:#29292e;border-radius:50%;width:34px;height:34px;display:block}.bi-person strong,.bi-person small{display:block}.bi-person small{color:var(--muted);margin-top:3px}.bi-person.hero img,.bi-person.hero i{width:68px;height:68px}.bi-badge{border-radius:99px;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.bi-badge.success{color:var(--green);background:#58d68d1a}.bi-badge.muted{color:#aaaab4;background:#202024}.bi-back{color:#ff6b9c;margin-bottom:20px;font-size:13px;font-weight:750}.bi-detailHero{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.bi-detailHero h1{margin:6px 0;font-size:34px}.bi-detailHero p{color:var(--muted);margin:0}.bi-meta{text-align:right;color:var(--muted);flex-direction:column;gap:7px;font-size:11px;display:flex}.bi-detailActions{gap:8px;display:flex}.bi-timeline{flex-direction:column;display:flex}.bi-timelineItem{border-top:1px solid var(--line);grid-template-columns:15px 1fr;gap:12px;padding:13px 0;display:grid}.bi-timelineItem>span{background:var(--pink);border-radius:50%;width:9px;height:9px;margin-top:4px}.bi-timelineItem strong,.bi-timelineItem small{display:block}.bi-timelineItem small{color:var(--muted);margin-top:4px}.bi-kpiGrid:has(.bi-kpi:nth-child(5)){grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:850px){.bi-detailHero{flex-direction:column;align-items:flex-start}.bi-meta{text-align:left}.bi-input{flex:1;min-width:0}.bi-tableToolbar{flex-wrap:wrap}}.spot-editor-page{max-width:1280px;margin:0 auto;padding:42px 44px 96px}.spot-editor-hero{justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:22px;display:flex}.spot-editor-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--pink);margin-bottom:9px;font-size:10px;font-weight:850}.spot-editor-hero h1{letter-spacing:-.045em;margin:0 0 9px;font-size:38px;line-height:1.04}.spot-editor-hero p{color:var(--muted);max-width:650px;margin:0;font-size:14px;line-height:1.6}.spot-editor-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.spot-editor-back,.spot-editor-delete{border:1px solid var(--line);border-radius:11px;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:12px;font-weight:750;transition:all .18s;display:inline-flex}.spot-editor-back{background:var(--panel);color:#d7d7dd}.spot-editor-back:hover{background:var(--panel2);border-color:#ffffff29;transform:translateY(-1px)}.spot-editor-delete{color:#ff8e8e;cursor:pointer;background:#ff646414;border-color:#ff646438}.spot-editor-delete:hover{background:#ff646424}.spot-editor-delete:disabled{opacity:.55;cursor:not-allowed}.spot-editor-hint{background:linear-gradient(120deg,#ff3b7f17,#ffffff06);border:1px solid #ff3b7f2e;border-radius:15px;align-items:center;gap:13px;margin-bottom:18px;padding:15px 17px;display:flex}.spot-editor-hintIcon{color:#ff76a7;background:#ff3b7f24;border-radius:11px;place-items:center;width:36px;height:36px;display:grid}.spot-editor-hint strong,.spot-editor-hint span{display:block}.spot-editor-hint strong{margin-bottom:3px;font-size:12px}.spot-editor-hint span{color:var(--muted);font-size:11px;line-height:1.45}.spot-editor-meta{align-items:center;gap:10px;margin:-8px 0 20px;display:flex}.spot-editor-meta code{color:#777783;border:1px solid var(--line);background:#111114;border-radius:8px;padding:6px 8px;font-size:10px}.spot-status{text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--line);border-radius:999px;padding:6px 8px;font-size:10px;font-weight:850}.spot-status-approved{color:#7ae3a8;background:#58d68d14;border-color:#58d68d33}.spot-status-pending{color:#ffd37a;background:#ffc45414;border-color:#ffc45433}.spot-status-rejected,.spot-status-hidden{color:#ff9191;background:#ff646414;border-color:#ff646433}.spot-editor-loading,.spot-editor-empty{border:1px dashed var(--line);background:var(--panel);min-height:300px;color:var(--muted);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.spot-editor-empty strong{color:#fff;font-size:20px}.spot-editor-empty span{font-size:13px}.spot-editor-empty a{color:#ff7aa9;font-weight:750}.spot-editor-spinner{border:2px solid #ffffff1f;border-top-color:var(--pink);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spot-spin}@keyframes spot-spin{to{transform:rotate(360deg)}}.by-form{grid-template-columns:minmax(0,1.5fr) minmax(320px,.85fr);align-items:start;gap:16px;display:grid}.by-form>.by-alert,.by-form>.by-formGrid1,.by-form>.by-toolbar{grid-column:1/-1}.by-formGrid1{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.by-formGrid1>.by-field:first-child,.by-formGrid1>.by-panel,.by-formGrid1>.by-section,.by-formGrid1>.by-hours,.by-formGrid1>.by-toolbar{grid-column:1/-1}.by-formGrid2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.by-formGrid3{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.by-field{flex-direction:column;gap:7px;min-width:0;display:flex}.by-fieldLabel{color:#c5c5ce;letter-spacing:.01em;font-size:11px;font-weight:750}.by-input,.by-select{color:#f7f7f8;width:100%;min-height:44px;font:inherit;background:#0d0d10;border:1px solid #ffffff1a;border-radius:11px;outline:none;padding:11px 13px;font-size:13px;transition:border-color .16s,box-shadow .16s,background .16s}.by-input::placeholder{color:#666671}.by-input:hover,.by-select:hover{border-color:#ffffff2b}.by-input:focus,.by-select:focus{background:#101014;border-color:#ff3b7fb3;box-shadow:0 0 0 3px #ff3b7f1c}.by-input[type=number]{appearance:textfield}.by-input[type=file],.by-file{background:#0b0b0e;padding:9px}.by-input textarea,textarea.by-input{resize:vertical;min-height:94px;line-height:1.5}.by-select{cursor:pointer}.by-select option{color:#fff;background:#121216}.by-panel{border:1px solid var(--line);background:linear-gradient(#121216,#0f0f12);border-radius:17px;box-shadow:0 14px 42px #00000021}.by-section{margin:2px 0;padding:20px!important}.by-h3{letter-spacing:-.015em;font-size:16px;font-weight:800}.by-muted{color:var(--muted)}.by-small{font-size:11px;line-height:1.5}.by-alert{border:1px solid var(--line);border-radius:12px;padding:13px 15px;font-size:12px;line-height:1.5}.by-alertError{color:#faa;background:#ff5a5a14;border-color:#ff5a5a33}.by-alertOk{color:#91eab7;background:#58d68d14;border-color:#58d68d33}.by-hours{gap:8px;display:grid}.by-hoursDay{border:1px solid var(--line);background:#0d0d10;border-radius:13px;grid-template-columns:120px minmax(0,1fr);align-items:start;gap:14px;padding:13px;display:grid}.by-hoursDay>div:first-child{padding-top:9px;font-size:12px;font-weight:800}.by-hoursClosed{color:var(--muted);align-items:center;gap:8px;margin-bottom:8px;font-size:11px;display:flex}.by-hoursRow{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.by-hoursTimes{align-items:center;gap:7px;display:flex}.by-hoursTimes input{width:112px}.by-btn{border:1px solid var(--line);color:#f5f5f7;cursor:pointer;background:#1a1a1f;border-radius:10px;justify-content:center;align-items:center;min-height:39px;padding:0 13px;font-size:11px;font-weight:800;transition:all .16s;display:inline-flex}.by-btn:hover{background:#202026;border-color:#ffffff2e;transform:translateY(-1px)}.by-btn-soft{color:#c7c7d0;background:#141418}.by-btn-accent{color:#fff;background:linear-gradient(135deg,#ff4b89,#e7276b);border-color:#0000;box-shadow:0 9px 24px #ff3b7f33}.by-btn-accent:hover{background:linear-gradient(135deg,#ff6197,#ec3475)}.by-toolbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f0f12e0;border:1px solid #ffffff1f;border-radius:15px;justify-content:flex-end;align-items:center;gap:10px;padding:12px;display:flex;position:sticky;bottom:16px;box-shadow:0 18px 60px #0000006b}.by-toolbar .by-btn-accent{min-width:170px;min-height:45px}.by-photoPreview{object-fit:cover;border:1px solid var(--line);border-radius:13px;width:100%;max-height:340px;margin-top:10px}.by-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.by-galleryItem{aspect-ratio:1;border:1px solid var(--line);background:#0c0c0e;border-radius:12px;position:relative;overflow:hidden}.by-galleryImg{object-fit:cover;width:100%;height:100%}.by-galleryDelete{color:#fff;cursor:pointer;background:#0a0a0cd1;border:1px solid #ffffff26;border-radius:9px;width:27px;height:27px;position:absolute;top:7px;right:7px}.by-file::file-selector-button{color:#fff;cursor:pointer;background:#24242a;border:0;border-radius:8px;margin-right:10px;padding:7px 10px;font-size:11px;font-weight:750}.by-input[type=file]::file-selector-button{color:#fff;cursor:pointer;background:#24242a;border:0;border-radius:8px;margin-right:10px;padding:7px 10px;font-size:11px;font-weight:750}@media (max-width:980px){.spot-editor-page{padding:32px 24px 80px}.by-form,.by-formGrid1{grid-template-columns:1fr}.by-formGrid1>*{grid-column:1!important}.by-gallery{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.spot-editor-page{padding:24px 16px 70px}.spot-editor-hero{flex-direction:column}.spot-editor-hero h1{font-size:30px}.spot-editor-actions{justify-content:flex-start}.by-formGrid2,.by-formGrid3,.by-hoursDay{grid-template-columns:1fr}.by-gallery{grid-template-columns:repeat(2,1fr)}.by-toolbar{bottom:8px}.spot-editor-hint{align-items:flex-start}}.bi-pad{padding:22px}.bi-grid2{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:14px;margin-bottom:14px;display:grid}.bi-sectionHead{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.bi-sectionHead h2,.bi-card h2{letter-spacing:-.025em;margin:6px 0 0;font-size:19px}.bi-list{flex-direction:column;display:flex}.bi-listRow{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:14px 0;display:flex}.bi-listRow:first-child{border-top:0}.bi-listRow strong,.bi-listRow small{display:block}.bi-listRow small{color:var(--muted);margin-top:5px;font-size:11px}.bi-listRow b{color:#ff72a4;font-size:13px}.bi-select{border:1px solid var(--line);color:#eee;background:#101013;border-radius:10px;outline:none;min-height:38px;padding:0 11px}.bi-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4b89,#df2163);border:0;border-radius:10px;min-height:40px;padding:0 14px;font-weight:800}.bi-button:disabled{opacity:.55}.bi-textarea{border:1px solid var(--line);color:#fff;resize:vertical;background:#0c0c0f;border-radius:12px;outline:none;width:100%;min-height:190px;margin:14px 0;padding:13px}.bi-textarea:focus{border-color:#ff3b7fa6;box-shadow:0 0 0 3px #ff3b7f1a}.bi-code{white-space:pre-wrap;word-break:break-word;border:1px solid var(--line);color:#d6d6dc;background:#09090b;border-radius:13px;max-height:520px;padding:16px;font:11px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.bi-badge.warning{color:#ffd071;background:#ffbe461a}.bi-badge.danger{color:#ff8d8d;background:#ff64641a}.bi-navItem:first-child:not(.active){color:#aaaab4;background:0 0}.bi-navItem.active{color:#ff6b9c;background:#ff3b7f1f}@media (max-width:1050px){.bi-grid2{grid-template-columns:1fr}}@media (max-width:700px){.bi-pad{padding:16px}.bi-detailActions{flex-wrap:wrap;width:100%}}.bi-momentsKpis{grid-template-columns:repeat(4,minmax(0,1fr))}.bi-communityChart{align-items:flex-end;gap:10px;height:260px;padding:18px 4px 0;display:flex;overflow-x:auto}.bi-communityDay{flex-direction:column;align-items:center;gap:10px;min-width:34px;height:100%;display:flex}.bi-communityBars{border-bottom:1px solid #ffffff14;justify-content:center;align-items:flex-end;gap:3px;width:100%;height:210px;display:flex}.bi-communityBars i{border-radius:7px 7px 2px 2px;width:7px;min-height:3px;display:block}.bi-communityBars .likes{background:#ff3f86}.bi-communityBars .posts{background:#f4ebdd}.bi-communityBars .comments{background:#65d89b}.bi-communityDay small{color:var(--muted);white-space:nowrap;font-size:10px;transform:rotate(-35deg)}.bi-scoreBadge{color:#ff7da7;background:#ff3f861f;border:1px solid #ff3f8647;border-radius:999px;justify-content:center;min-width:38px;padding:6px 10px;font-weight:800;display:inline-flex}.bi-eventGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.bi-eventTile{border:1px solid var(--border);background:#ffffff06;border-radius:16px;flex-direction:column;gap:8px;padding:18px;display:flex}.bi-eventTile span{text-transform:capitalize;color:var(--muted);font-size:13px}.bi-eventTile strong{font-size:28px}.bi-eventTile small{color:var(--muted)}.bi-table td small{color:var(--muted);margin-top:5px;display:block}@media (max-width:1100px){.bi-momentsKpis,.bi-eventGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.bi-momentsKpis,.bi-eventGrid{grid-template-columns:1fr}}.bi-partnerKpis{grid-template-columns:repeat(4,minmax(0,1fr))}.bi-intentGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.bi-intentTile{border:1px solid var(--border);background:#ffffff06;border-radius:18px;flex-direction:column;gap:8px;padding:22px;display:flex}.bi-intentTile span{color:var(--muted);font-size:13px}.bi-intentTile strong{font-size:32px}.bi-claimBadge{text-align:center;border:1px solid var(--border);border-radius:999px;min-width:44px;padding:6px 10px;font-weight:800}.bi-claimBadge.good{color:#65d89b;background:#65d89b1a;border-color:#65d89b40}.bi-claimBadge.warn{color:#f6c969;background:#f6c9691a;border-color:#f6c96940}.bi-claimBadge.bad{color:#ff7d87;background:#ff7d871a;border-color:#ff7d8740}.bi-claimBadge.muted{color:var(--muted)}.bi-rowActions{justify-content:flex-end;gap:8px;display:flex}.bi-rowActions a{border:1px solid var(--border);white-space:nowrap;border-radius:10px;padding:7px 10px}.bi-ownerGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.bi-ownerCard{border:1px solid var(--border);background:#ffffff06;border-radius:18px;flex-direction:column;gap:18px;padding:20px;display:flex;position:relative}.bi-ownerCard>div:nth-child(2){flex-direction:column;gap:5px;display:flex}.bi-ownerCard small{color:var(--muted)}.bi-ownerRank{color:#ff7da7;font-weight:900;position:absolute;top:16px;right:16px}.bi-ownerCard dl{grid-template-columns:repeat(3,1fr);gap:8px;margin:0;display:grid}.bi-ownerCard dl div{flex-direction:column;gap:4px;display:flex}.bi-ownerCard dt{color:var(--muted);font-size:11px}.bi-ownerCard dd{margin:0;font-size:18px;font-weight:800}@media (max-width:1100px){.bi-partnerKpis,.bi-ownerGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.bi-partnerKpis,.bi-ownerGrid,.bi-intentGrid{grid-template-columns:1fr}.bi-rowActions{flex-direction:column}}.bi-systemBrief{background:radial-gradient(circle at 85% 0,#ff7da721,#0000 34%),#ffffff06;border:1px solid #ff7da73d;border-radius:24px;justify-content:space-between;align-items:center;gap:24px;padding:26px 28px;display:flex}.bi-systemBrief h2{margin:5px 0 8px;font-size:28px}.bi-systemBrief p{color:var(--muted);margin:0}.bi-healthPill{white-space:nowrap;border:1px solid var(--border);border-radius:999px;align-items:center;gap:9px;padding:10px 14px;font-weight:800;display:flex}.bi-healthPill span{background:currentColor;border-radius:50%;width:9px;height:9px;box-shadow:0 0 14px}.bi-healthPill.good{color:#65d89b;background:#65d89b14;border-color:#65d89b40}.bi-healthPill.warning{color:#f6c969;background:#f6c96914;border-color:#f6c96940}.bi-healthPill.critical{color:#ff7d87;background:#ff7d8714;border-color:#ff7d8740}.bi-insightGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.bi-insightCard{border:1px solid var(--border);background:#ffffff06;border-radius:18px;gap:14px;padding:18px;display:flex}.bi-insightCard strong{margin-bottom:6px;display:block}.bi-insightCard p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.bi-insightIcon{border-radius:10px;flex:none;place-items:center;width:32px;height:32px;font-weight:900;display:grid}.bi-insightCard.good .bi-insightIcon{color:#65d89b;background:#65d89b1f}.bi-insightCard.warning .bi-insightIcon{color:#f6c969;background:#f6c9691f}.bi-insightCard.critical .bi-insightIcon{color:#ff7d87;background:#ff7d871f}.bi-insightCard.info .bi-insightIcon{color:#86b7ff;background:#86b7ff1f}.bi-systemKpis{grid-template-columns:repeat(4,minmax(0,1fr))}.bi-systemChart{align-items:flex-end;gap:9px;height:250px;padding-top:18px;display:flex;overflow-x:auto}.bi-systemBarCol{flex-direction:column;flex:1;align-items:center;gap:5px;min-width:34px;height:100%;display:flex}.bi-systemBarTrack{background:#ffffff06;border-radius:8px;align-items:flex-end;width:100%;height:180px;display:flex;overflow:hidden}.bi-systemBar{background:linear-gradient(#ff9aba,#ff7da7);border-radius:8px 8px 0 0;width:100%;min-height:3px}.bi-systemBarCol strong{font-size:11px}.bi-systemBarCol span{color:var(--muted);font-size:10px}.bi-sizeTrack{background:#ffffff0f;border-radius:999px;width:100%;height:7px;overflow:hidden}.bi-sizeTrack span{background:#ff7da7;border-radius:999px;height:100%;display:block}.bi-severity{border:1px solid var(--border);text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.bi-severity.fatal,.bi-severity.error{color:#ff7d87;background:#ff7d8714;border-color:#ff7d8740}.bi-severity.warning{color:#f6c969;background:#f6c96914;border-color:#f6c96940}.bi-severity.info{color:#86b7ff;background:#86b7ff14;border-color:#86b7ff40}@media (max-width:1200px){.bi-insightGrid,.bi-systemKpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.bi-systemBrief{flex-direction:column;align-items:flex-start}.bi-insightGrid,.bi-systemKpis{grid-template-columns:1fr}}.sq-page{flex-direction:column;gap:22px;display:flex}.sq-headerActions,.sq-toolbar,.sq-spotActions{align-items:center;gap:10px;display:flex}.sq-heroGrid{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:16px;display:grid}.sq-scoreHero{color:#f9f6ef;background:radial-gradient(circle at 88% 5%,#ff7da738,#0000 36%),linear-gradient(145deg,#18181c,#0f0f12);border:1px solid #ffffff14;border-radius:24px;padding:24px}.sq-scoreHeroTop{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sq-scoreHeroTop strong{letter-spacing:-.06em;margin-top:5px;font-size:clamp(42px,5vw,72px);line-height:.95;display:block}.sq-scoreHeroBadge{color:#ffd7e4;background:#ff7da71f;border:1px solid #ff7da73d;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800}.sq-scoreTrack{background:#ffffff14;border-radius:999px;height:10px;margin-top:24px;overflow:hidden}.sq-scoreFill{border-radius:inherit;background:linear-gradient(90deg,#ff7da7,#ffd4e0);height:100%}.sq-scoreHero p{color:#ffffffa3;margin:15px 0 0;line-height:1.55}.sq-statusGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.sq-summaryCard{background:#fff;border:1px solid #12121614;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:125px;padding:18px;display:flex}.sq-summaryCard span{color:#777780;font-size:13px;font-weight:750}.sq-summaryCard strong{color:#19191d;letter-spacing:-.04em;font-size:38px;line-height:1}.sq-summary-excellent{box-shadow:inset 0 3px #76a64b}.sq-summary-good{box-shadow:inset 0 3px #a0ba69}.sq-summary-warning{box-shadow:inset 0 3px #dfad56}.sq-summary-critical{box-shadow:inset 0 3px #dc6666}.sq-queueGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.sq-queueCard{appearance:none;text-align:left;cursor:pointer;color:#222227;background:#fff;border:1px solid #12121614;border-radius:20px;min-height:136px;padding:16px;transition:transform .16s,border-color .16s,box-shadow .16s}.sq-queueCard:hover,.sq-queueCard.active{border-color:#ff7da780;transform:translateY(-2px);box-shadow:0 14px 34px #2a171f17}.sq-queueCard.danger.active,.sq-queueCard.danger:hover{border-color:#dc53537a}.sq-queueCard span,.sq-queueCard small{display:block}.sq-queueCard span{color:#777780;min-height:34px;font-size:12px;font-weight:750;line-height:1.35}.sq-queueCard strong{margin:9px 0 11px;font-size:32px;line-height:1;display:block}.sq-queueCard small{color:#ff6f9e;font-weight:800}.sq-worklist{overflow:hidden}.sq-worklistHead{border-bottom:1px solid #12121612;justify-content:space-between;align-items:flex-end;gap:18px;padding:20px;display:flex}.sq-worklistHead h3{margin:4px 0 0}.sq-toolbar .bi-input{min-width:280px}.sq-list{flex-direction:column;display:flex}.sq-spotCard{border-bottom:1px solid #12121612;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:18px;padding:19px 20px;display:grid}.sq-spotCard:last-child{border-bottom:0}.sq-scoreCircle{background:#f6f6f7;border:6px solid #00000014;border-radius:50%;justify-content:center;align-items:baseline;width:68px;height:68px;padding-top:20px;display:flex}.sq-scoreCircle strong{font-size:23px;line-height:1}.sq-scoreCircle span{margin-left:1px;font-size:10px;font-weight:800}.sq-score-excellent{color:#4f762e;background:#eff8e8;border-color:#a9cc88}.sq-score-good{color:#657633;background:#f5f8e9;border-color:#c2d48c}.sq-score-warning{color:#925f17;background:#fff8e8;border-color:#efc87e}.sq-score-critical{color:#9c3535;background:#fff0f0;border-color:#ef9a9a}.sq-spotMain{min-width:0}.sq-spotTitleRow{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sq-spotTitleRow h4{color:#17171b;margin:0;font-size:18px}.sq-spotTitleRow p{color:#777780;margin:4px 0 0;font-size:13px}.sq-qualityLabel{border-radius:999px;flex:none;padding:6px 9px;font-size:11px;font-weight:850}.sq-label-excellent{color:#47702b;background:#edf7e7}.sq-label-good{color:#657633;background:#f2f6df}.sq-label-warning{color:#8b5c18;background:#fff4d9}.sq-label-critical{color:#9a3535;background:#ffe8e8}.sq-facts,.sq-issues{flex-wrap:wrap;gap:7px;display:flex}.sq-facts{color:#8b8b94;margin-top:10px;font-size:11px;font-weight:700}.sq-facts span:not(:last-child):after{content:"·";margin-left:7px}.sq-issues{margin-top:12px}.sq-issue{border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}.sq-issue-critical{color:#9d3232;background:#ffe4e4}.sq-issue-high{color:#a85026;background:#ffeddd}.sq-issue-medium{color:#78611d;background:#fff6d8}.sq-issue-low,.sq-issue-more{color:#666672;background:#eeeef1}.sq-spotActions{flex-direction:column;align-items:stretch;min-width:124px}.sq-spotActions .bi-primaryButton,.sq-spotActions .bi-action{text-align:center}@media (max-width:1180px){.sq-heroGrid{grid-template-columns:1fr}.sq-queueGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.sq-header,.sq-worklistHead,.sq-spotTitleRow,.sq-headerActions,.sq-toolbar{flex-direction:column;align-items:stretch}.sq-toolbar .bi-input{min-width:0}.sq-queueGrid,.sq-statusGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.sq-spotCard{grid-template-columns:64px minmax(0,1fr)}.sq-spotActions{flex-direction:row;grid-column:1/-1}}@media (max-width:560px){.sq-queueGrid,.sq-statusGrid{grid-template-columns:1fr}.sq-spotCard{padding:16px}}.sqb-search{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:16px;display:grid}.sqb-list{flex-direction:column;gap:16px;display:flex}.sqb-card{color:#fff;background:#17171b;border:1px solid #ffffff17;border-radius:24px;grid-template-columns:300px minmax(0,1fr);display:grid;overflow:hidden}.sqb-media{background:#24242a;min-height:320px;position:relative}.sqb-media img,.sqb-placeholder{width:100%;height:100%;min-height:320px}.sqb-media img{object-fit:cover;display:block}.sqb-rank,.sqb-attribution{background:#000000b3;border:1px solid #ffffff2b;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;position:absolute;left:12px}.sqb-attribution{white-space:nowrap;text-overflow:ellipsis;bottom:12px;right:12px;overflow:hidden}.sqb-top{justify-content:space-between;gap:16px;display:flex}.sqb-top h2{margin:0}.sqb-top p{color:#ffffff94}.sqb-confidence.excellent{color:#cfeeb5;border-color:#7bab57}.sqb-confidence.good{color:#e3edbc;border-color:#a6b967}.sqb-confidence.warning{color:#ffe0a0;border-color:#d6a44d}.sqb-confidence.critical{color:#ffb1b1;border-color:#d55d5d}.sqb-bars{grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0;display:grid}.sqb-bars>div>div{color:#fff9;justify-content:space-between;font-size:10px;display:flex}.sqb-bars i{background:#ffffff14;border-radius:999px;height:5px;margin-top:6px;display:block;overflow:hidden}.sqb-bars b{background:linear-gradient(90deg,#ff7da7,#ffd3e1);height:100%;display:block}@media (max-width:800px){.sqb-search,.sqb-card{grid-template-columns:1fr}.sqb-media,.sqb-media img,.sqb-placeholder{min-height:240px}.sqb-bars{grid-template-columns:1fr}}.sq-spotTitleRow h4{color:#fff!important}.sq-spotTitleRow p{color:#ffffff9e!important}.sqb-page{flex-direction:column;gap:20px;display:flex}.sqb-back{color:#ff7da7;font-weight:800;text-decoration:none}.sqb-hero{background:radial-gradient(circle at 90% 0,#ff7da72e,#0000 34%),linear-gradient(145deg,#17171b,#0f0f12);border:1px solid #ffffff17;border-radius:26px;justify-content:space-between;gap:20px;padding:28px;display:flex}.sqb-hero h1{color:#fff;letter-spacing:-.055em;margin:7px 0 5px;font-size:clamp(38px,5vw,64px)}.sqb-hero p{color:#ffffff9e;margin:0}.sqb-status{color:#ffd4e1;background:#ff7da71f;border:1px solid #ff7da742;border-radius:999px;align-self:flex-start;padding:8px 12px;font-size:12px;font-weight:850}.sqb-search{padding:22px}.sqb-search h3{margin:4px 0}.sqb-search p{color:#7f7f89;margin:0}.sqb-searchRow{grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:18px;display:grid}.sqb-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.sqb-card{background:#17171b;border:1px solid #ffffff17;border-radius:24px;overflow:hidden}.sqb-cardBest{border-color:#ff7da785}.sqb-media{background:#25252a;height:270px;position:relative}.sqb-image,.sqb-placeholder{width:100%;height:100%}.sqb-image{object-fit:cover;display:block}.sqb-placeholder{color:#ffffff2b;justify-content:center;align-items:center;font-size:110px;font-weight:900;display:flex}.sqb-rank,.sqb-attribution{color:#fff;background:#000000b8;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;position:absolute;left:14px}.sqb-rank{top:14px}.sqb-attribution{bottom:14px;right:14px}.sqb-body{padding:20px}.sqb-title{justify-content:space-between;gap:16px;display:flex}.sqb-title h2{color:#fff;margin:0;font-size:23px}.sqb-title p{color:#ffffff94;margin:5px 0 0}.sqb-confidence{border:5px solid #ffffff26;border-radius:50%;flex-direction:column;flex:0 0 76px;justify-content:center;align-items:center;width:76px;height:76px;display:flex}.sqb-confidence strong{font-size:19px}.sqb-confidence span{text-transform:uppercase;font-size:9px;font-weight:850}.sqb-excellent{color:#d4f0bb;border-color:#7daa58}.sqb-good{color:#e4edba;border-color:#a7b968}.sqb-warning{color:#ffe1a2;border-color:#d6a34d}.sqb-critical{color:#ffb1b1;border-color:#d55f5f}.sqb-meta,.sqb-facts,.sqb-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sqb-meta{margin-top:14px}.sqb-meta span,.sqb-facts span{color:#ffffffb8;background:#ffffff0f;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:750}.sqb-scores{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.sqb-score>div:first-child{color:#ffffff8c;justify-content:space-between;font-size:10px;font-weight:750;display:flex}.sqb-score strong{color:#fff}.sqb-track{background:#ffffff14;border-radius:999px;height:6px;margin-top:6px;overflow:hidden}.sqb-fill{border-radius:inherit;background:linear-gradient(90deg,#ff7da7,#ffd3e1);height:100%}.sqb-facts{margin-top:16px}.sqb-actions{margin-top:20px}.sqb-actions .bi-action{margin-left:auto}.sqb-empty{text-align:center;color:#7f7f89;padding:34px}@media (max-width:1050px){.sqb-grid{grid-template-columns:1fr}}@media (max-width:700px){.sqb-hero,.sqb-title{flex-direction:column}.sqb-searchRow,.sqb-scores{grid-template-columns:1fr}.sqb-actions{flex-direction:column;align-items:stretch}.sqb-actions .bi-action{text-align:center;margin-left:0}}@media (max-width:760px){body.bi-mobileMenuOpen{overflow:hidden}.bi-shell{min-height:100vh;display:block}.bi-sidebar{display:none}.bi-main{min-width:0;padding-top:76px}.bi-mobileHeader{z-index:80;height:76px;padding:max(12px, env(safe-area-inset-top)) 17px 12px;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#080809e6;justify-content:space-between;align-items:center;display:flex;position:fixed;inset:0 0 auto}.bi-mobileBrand{align-items:center;gap:11px;min-width:0;display:flex}.bi-mobileBrand .bi-brandMark{flex:0 0 39px;width:39px;height:39px}.bi-mobileBrand strong,.bi-mobileBrand span{display:block}.bi-mobileBrand strong{font-size:15px;line-height:1.1}.bi-mobileBrand span{color:var(--muted);margin-top:3px;font-size:11px}.bi-mobileMenuButton{border:1px solid var(--line);background:var(--panel);cursor:pointer;border-radius:14px;place-content:center;gap:5px;width:44px;height:44px;display:grid}.bi-mobileMenuButton span{background:#f5f5f7;border-radius:99px;width:18px;height:1.5px;display:block}.bi-mobileBackdrop{z-index:89;opacity:0;pointer-events:none;background:#000000ad;border:0;width:100%;height:100%;padding:0;transition:opacity .18s;position:fixed;inset:0}.bi-mobileBackdrop.open{opacity:1;pointer-events:auto;display:block}.bi-mobileDrawer{z-index:90;width:min(88vw,390px);padding:max(22px, env(safe-area-inset-top)) 16px max(18px, env(safe-area-inset-bottom));border-left:1px solid var(--line);background:radial-gradient(circle at 90% 0,#ff3b7f1f,#0000 34%),#0b0b0d;flex-direction:column;transition:transform .22s cubic-bezier(.22,.8,.28,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(105%);box-shadow:-24px 0 70px #00000085}.bi-mobileDrawer.open{transform:translate(0)}.bi-mobileDrawerHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:62px;padding:4px 7px 18px;display:flex}.bi-mobileDrawerHead span,.bi-mobileDrawerHead strong{display:block}.bi-mobileDrawerHead span{color:var(--pink);letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:850}.bi-mobileDrawerHead strong{letter-spacing:-.035em;margin-top:5px;font-size:22px}.bi-mobileClose{border:1px solid var(--line);background:var(--panel);color:#fff;cursor:pointer;border-radius:13px;width:40px;height:40px;font-size:27px;font-weight:300;line-height:1}.bi-mobileNav{overscroll-behavior:contain;min-height:0;margin-top:14px;padding-right:3px;overflow-y:auto}.bi-mobileNav .bi-navItem{border-radius:14px;min-height:48px;padding:12px 13px;font-size:15px}.bi-mobileNav .bi-navItem span{width:24px}.bi-mobileDrawerFooter{color:var(--muted);margin-top:auto;padding:17px 12px 4px;font-size:12px}}.bi-mobileHeader,.bi-mobileBackdrop,.bi-mobileDrawer{display:none}@media (max-width:760px){body.bi-mobileMenuOpen{overflow:hidden}.bi-shell{min-height:100vh;display:block}.bi-sidebar{display:none}.bi-main{min-width:0;padding-top:76px}.bi-mobileHeader{z-index:80;min-height:76px;padding:max(12px, env(safe-area-inset-top)) 17px 12px;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#080809eb;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.bi-mobileBrand{align-items:center;gap:11px;min-width:0;display:flex}.bi-mobileBrand .bi-brandMark{flex:0 0 39px;width:39px;height:39px}.bi-mobileBrand strong,.bi-mobileBrand span{display:block}.bi-mobileBrand strong{font-size:15px;line-height:1.1}.bi-mobileBrand span{color:var(--muted);margin-top:3px;font-size:11px}.bi-mobileMenuButton{border:1px solid var(--line);background:var(--panel);cursor:pointer;border-radius:14px;flex:0 0 44px;place-content:center;gap:5px;width:44px;height:44px;display:grid}.bi-mobileMenuButton span{background:#f5f5f7;border-radius:999px;width:19px;height:2px;display:block}.bi-mobileBackdrop{z-index:89;opacity:0;pointer-events:none;background:#000000ad;border:0;width:100%;height:100%;padding:0;transition:opacity .18s;position:fixed;inset:0}.bi-mobileBackdrop.open{opacity:1;pointer-events:auto;display:block}.bi-mobileDrawer{z-index:90;width:min(88vw,390px);padding:max(22px, env(safe-area-inset-top)) 16px max(18px, env(safe-area-inset-bottom));border-left:1px solid var(--line);background:radial-gradient(circle at 90% 0,#ff3b7f1f,#0000 34%),#0b0b0d;flex-direction:column;transition:transform .22s cubic-bezier(.22,.8,.28,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(105%);box-shadow:-24px 0 70px #00000085}.bi-mobileDrawer.open{transform:translate(0)}.bi-mobileDrawerHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:62px;padding:4px 7px 18px;display:flex}.bi-mobileDrawerHead span,.bi-mobileDrawerHead strong{display:block}.bi-mobileDrawerHead span{color:var(--pink);letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:850}.bi-mobileDrawerHead strong{letter-spacing:-.035em;margin-top:5px;font-size:22px}.bi-mobileClose{border:1px solid var(--line);background:var(--panel);color:#fff;cursor:pointer;border-radius:13px;width:40px;height:40px;font-size:27px;font-weight:300;line-height:1}.bi-mobileNav{overscroll-behavior:contain;min-height:0;margin-top:14px;padding-right:3px;overflow-y:auto}.bi-mobileNav .bi-navItem{border-radius:14px;min-height:48px;padding:12px 13px;font-size:15px}.bi-mobileNav .bi-navItem span{width:24px}.bi-mobileDrawerFooter{color:var(--muted);margin-top:auto;padding:17px 12px 4px;font-size:12px}}.privacyAdmin{gap:22px}.eventForm{flex-direction:column;gap:16px;display:flex}.eventForm label,.eventForm legend{color:#aaaab4;flex-direction:column;gap:7px;font-size:12px;font-weight:750;display:flex}.eventForm input,.eventForm textarea,.eventForm select,.bi-input{border:1px solid var(--line);color:#fff;background:#0b0b0d;border-radius:11px;width:100%;padding:11px}.eventGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.eventChecks{flex-wrap:wrap;gap:8px;display:flex}.eventChecks label{background:#18181c;border-radius:9px;flex-direction:row;align-items:center;padding:8px 10px}.eventChecks input{width:auto}.eventOccurrences{margin-top:12px}.eventVenueCombobox{margin-top:-10px;position:relative}.eventVenueCombobox>input{border:1px solid var(--line);color:#fff;background:#0b0b0d;border-radius:11px;width:100%;padding:12px}.eventVenueCombobox>input:focus{border-color:#ff7da7;outline:2px solid #ff7da73d}.eventVenueMenu{z-index:40;overscroll-behavior:contain;background:#111115;border:1px solid #35353d;border-radius:14px;max-height:326px;padding:6px;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 45px #0000007a}.eventVenueMenu button{appearance:none;color:#fff;text-align:left;cursor:pointer;touch-action:manipulation;background:0 0;border:0;border-radius:10px;flex-direction:column;gap:4px;width:100%;padding:11px 12px;display:flex}.eventVenueMenu button:hover,.eventVenueMenu button.highlighted{background:#ff7da71a}.eventVenueMenu button[aria-selected=true]{box-shadow:inset 0 0 0 1px #ff7da780}.eventVenueMenu button strong{font-size:13px}.eventVenueMenu button span{color:#8f8f99;font-size:11px;line-height:1.35}.eventVenueMenu .eventVenueFree{border-top:1px solid var(--line);color:#ff8eb3;border-radius:0 0 10px 10px;margin-top:5px}.eventVenueState{color:#92929d;padding:13px;font-size:12px}.eventVenueState.error{color:#ff9aa5}.eventVenueSelection{background:#65d89b12;border:1px solid #65d89b40;border-radius:11px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-top:8px;padding:9px 10px;display:grid}.eventVenueSelection.free{background:#ff7da712;border-color:#ff7da74d}.eventVenueSelection span{color:#74d89f;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:900}.eventVenueSelection.free span{color:#ff8eb3}.eventVenueSelection strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.eventVenueSelection button{color:#fff;cursor:pointer;background:#ffffff12;border:0;border-radius:8px;width:30px;height:30px;font-size:18px}@media (max-width:760px){.eventGrid{grid-template-columns:1fr}.eventVenueMenu{z-index:90;max-height:min(52vh,390px);padding:8px;padding-bottom:max(8px,env(safe-area-inset-bottom));border-radius:18px;position:fixed;inset:auto 12px 12px;box-shadow:0 0 0 100vmax #0000006b,0 18px 45px #000000a6}.eventVenueMenu button{min-height:54px;padding:12px}.eventVenueSelection{grid-template-columns:1fr auto}.eventVenueSelection span,.eventVenueSelection strong{grid-column:1}.eventVenueSelection button{grid-area:1/2/3}}.privacyPrimary,.privacySecondary{appearance:none;cursor:pointer;border:0;border-radius:13px;padding:11px 15px;font-weight:850}.privacyPrimary{color:#111114;background:#ff7da7}.privacySecondary{color:#fff;border:1px solid var(--line);background:#ffffff14}.privacyPrimary:disabled,.privacySecondary:disabled{opacity:.5;cursor:not-allowed}.privacyKpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.privacySection{padding:22px}.privacySectionHead{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.privacySectionHead span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800;display:block}.privacySectionHead h2{margin:5px 0 0;font-size:24px}.privacySectionHead>strong{color:#ff7da7}.privacyPurposeGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.privacyPurpose{border:1px solid var(--line);background:#ffffff07;border-radius:17px;padding:17px}.privacyPurpose>div:first-child span{font-weight:850}.privacyPurpose small{color:var(--muted);margin-top:4px;display:block}.privacyPurpose dl{grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0 0;display:grid}.privacyPurpose dl div{flex-direction:column;gap:5px;display:flex}.privacyPurpose dt{color:var(--muted);font-size:11px}.privacyPurpose dd{margin:0;font-size:21px;font-weight:900}.privacyWorkspace{grid-template-columns:minmax(300px,.72fr) minmax(520px,1.28fr);align-items:start;gap:16px;display:grid}.privacyDocuments,.privacyEditor{padding:20px}.privacyDocumentList{flex-direction:column;gap:8px;display:flex}.privacyDocumentList button{appearance:none;text-align:left;color:#fff;border:1px solid var(--line);cursor:pointer;background:#ffffff06;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:13px;display:flex}.privacyDocumentList button.active,.privacyDocumentList button:hover{background:#ff7da712;border-color:#ff7da773}.privacyDocumentList strong,.privacyDocumentList span{display:block}.privacyDocumentList span{color:var(--muted);margin-top:4px;font-size:12px}.privacyStatus{text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--line);border-radius:999px;padding:6px 8px;font-size:10px;font-style:normal;font-weight:900}.privacyStatus.draft{color:#f5c76b;background:#f5c76b14;border-color:#f5c76b3d}.privacyStatus.published{color:#65d89b;background:#65d89b14;border-color:#65d89b3d}.privacyStatus.retired{color:#9999a3}.privacyForm{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.privacyForm label{color:#b9b9c1;flex-direction:column;gap:7px;font-size:12px;font-weight:800;display:flex}.privacyForm label.wide{grid-column:1/-1}.privacyForm input,.privacyForm select,.privacyForm textarea{border:1px solid var(--line);color:#fff;width:100%;font:inherit;resize:vertical;background:#0d0d10;border-radius:12px;padding:11px 12px}.privacyForm input:disabled,.privacyForm textarea:disabled,.privacyForm select:disabled{opacity:.72}.privacyForm .privacyCheck{color:#fff;flex-direction:row;align-items:center}.privacyForm .privacyCheck input{width:auto}.privacyActions{justify-content:flex-end;align-items:center;gap:10px;margin-top:18px;display:flex}.privacyImmutable{color:var(--muted)}.privacyEmpty{text-align:center;min-height:300px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.privacyEmpty strong{color:#fff;margin-bottom:7px;font-size:19px}@media (max-width:1200px){.privacyPurposeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.privacyWorkspace{grid-template-columns:1fr}}@media (max-width:760px){.privacyKpis,.privacyPurposeGrid,.privacyForm{grid-template-columns:1fr}.privacyForm label.wide{grid-column:auto}.privacySectionHead,.privacyActions{flex-direction:column;align-items:flex-start}.privacyActions button{width:100%}}.privacyRequestTable{flex-direction:column;gap:10px;display:flex}.privacyRequest{border:1px solid var(--line);background:#ffffff07;border-radius:16px;grid-template-columns:minmax(260px,1fr) auto auto;align-items:center;gap:14px;padding:15px;display:grid}.privacyRequestMain strong,.privacyRequestMain span,.privacyRequestMain small{display:block}.privacyRequestMain span{color:#fff;margin-top:4px}.privacyRequestMain small{color:var(--muted);margin-top:5px}.privacyRequestActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.privacyStatus.scheduled{color:#f5c76b;background:#f5c76b14;border-color:#f5c76b3d}.privacyStatus.processing{color:#7cb7ff;background:#7cb7ff14;border-color:#7cb7ff3d}.privacyStatus.ready,.privacyStatus.completed{color:#65d89b;background:#65d89b14;border-color:#65d89b3d}.privacyStatus.failed,.privacyStatus.rejected{color:#ff7d87;background:#ff7d8714;border-color:#ff7d873d}@media (max-width:900px){.privacyRequest{grid-template-columns:1fr}.privacyRequestActions{justify-content:flex-start}}.privacyDanger{appearance:none;cursor:pointer;color:#ff9aa5;background:#b83d502e;border:1px solid #ff7d8757;border-radius:13px;padding:11px 15px;font-weight:850}.privacyDanger:hover{background:#b83d5047}.privacyDanger:disabled{opacity:.5;cursor:not-allowed}.privacyPreflight{border:1px solid var(--line);background:#ffffff09;border-radius:12px;min-width:220px;max-width:320px;padding:10px 12px}.privacyPreflight strong,.privacyPreflight span,.privacyPreflight small{display:block}.privacyPreflight strong{color:#fff;font-size:12px}.privacyPreflight span{color:var(--muted);margin-top:4px;font-size:11px}.privacyPreflight small{color:#ff9aa5;margin-top:5px;font-size:11px;line-height:1.4}@media (max-width:1100px){.privacyPreflight{max-width:none}}.bi-navGroup{color:#666671;letter-spacing:.16em;text-transform:uppercase;margin:14px 12px 5px;font-size:9px;font-weight:900}.bi-navGroup:first-child{margin-top:0}.fcc-page{max-width:1540px;margin:0 auto;padding:38px 42px 80px}.fcc-wordmark,.fcc-overline{color:#ff6b9c;letter-spacing:.19em;text-transform:uppercase;font-size:10px;font-weight:900;display:block}.fcc-hero{grid-template-columns:minmax(0,1.05fr) minmax(420px,.7fr);gap:18px;margin-bottom:16px;display:grid}.fcc-heroCopy,.fcc-readiness{border:1px solid var(--line);border-radius:28px;min-height:440px}.fcc-heroCopy{background:radial-gradient(circle at 88% 10%,#ff3b7f29,#0000 31%),linear-gradient(145deg,#141418,#0d0d10);flex-direction:column;align-items:flex-start;padding:42px;display:flex}.fcc-launchLabel{color:#aaaab4;margin-top:auto;font-size:15px;font-weight:750}.fcc-heroCopy h1{letter-spacing:-.075em;margin:9px 0 16px;font-size:clamp(52px,6vw,84px);line-height:.88}.fcc-heroCopy p{color:#92929d;max-width:620px;margin:0;font-size:14px;line-height:1.65}.fcc-readiness{color:#111114;background:#f4f0e9;flex-direction:column;padding:34px;display:flex}.fcc-readiness>span{text-transform:uppercase;letter-spacing:.12em;color:#68656a;font-size:10px;font-weight:900}.fcc-readiness>strong{letter-spacing:-.085em;margin-top:22px;font-size:clamp(88px,9vw,132px);line-height:.8}.fcc-readiness>strong em{margin-left:4px;font-size:.34em;font-style:normal}.fcc-readinessTrack{background:#11111417;border-radius:999px;height:9px;margin:28px 0 24px;overflow:hidden}.fcc-readinessTrack i{border-radius:inherit;background:#ff3b7f;height:100%;display:block}.fcc-launchVerdict{border-top:1px solid #1111141f;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:22px;display:flex}.fcc-launchVerdict small{letter-spacing:.13em;text-transform:uppercase;font-size:11px;font-weight:850}.fcc-launchVerdict b{letter-spacing:-.04em;font-size:31px}.fcc-readiness.blocked .fcc-launchVerdict b{color:#d72951}.fcc-readiness.go .fcc-launchVerdict b{color:#267950}.fcc-readinessMeta{color:#6a676c;justify-content:space-between;gap:15px;margin-top:20px;font-size:11px;display:flex}.fcc-readinessMeta b{color:#111114;font-size:15px}.fcc-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.fcc-kpi{border:1px solid var(--line);background:#121216;border-radius:18px;flex-direction:column;min-height:135px;padding:17px;display:flex}.fcc-kpi>span{color:#8f8f99;font-size:11px}.fcc-kpi>strong{letter-spacing:-.045em;margin:auto 0 10px;font-size:29px}.fcc-kpi>small{color:#6f6f78;letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:850}.fcc-kpi.danger>strong{color:#ff7d87}.fcc-kpi.subdued>strong{color:#f4c96e;font-size:16px}.fcc-grid{grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr);gap:14px;margin-bottom:14px;display:grid}.fcc-gridTop{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr)}.fcc-panel{border:1px solid var(--line);background:#111114;border-radius:22px;padding:24px}.fcc-panelHead{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.fcc-panelHead h2,.fcc-panel h2{letter-spacing:-.035em;margin:6px 0 0;font-size:21px}.fcc-panelHead>a{color:#ff7da7;font-size:11px;font-weight:850}.fcc-panelHead>b{color:#ff7d87}.fcc-categories{gap:15px;display:grid}.fcc-category>div:first-child{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:13px;margin-bottom:7px;display:grid}.fcc-category span{font-size:12px;font-weight:800}.fcc-category small{color:#777782;font-size:10px}.fcc-category b{text-align:right;min-width:40px;font-size:12px}.fcc-category>div:last-child{background:#242429;border-radius:999px;height:5px;overflow:hidden}.fcc-category i{border-radius:inherit;background:linear-gradient(90deg,#ff3b7f,#ff8ab3);height:100%;display:block}.fcc-gateList{flex-direction:column;display:flex}.fcc-gateRow{border-top:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 0;display:grid}.fcc-gateRow:first-child{border-top:0}.fcc-gateRow strong,.fcc-gateRow small{display:block}.fcc-gateRow strong{font-size:12px}.fcc-gateRow small{color:#787883;margin-top:4px;font-size:10px}.fcc-priority,.fcc-status,.fcc-source,.fcc-ci,.fcc-merge{border:1px solid var(--line);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 8px;font-size:9px;font-weight:900;display:inline-flex}.fcc-priority.P0{color:#ff858e;background:#ff646e17;border-color:#ff646e40}.fcc-priority.P1{color:#f4c96e;background:#f4c96e14;border-color:#f4c96e38}.fcc-status.open{color:#ff8d95}.fcc-status.in_progress{color:#86b7ff}.fcc-status.verify{color:#f4c96e}.fcc-status.verified{color:#65d89b}.fcc-status.accepted_risk{color:#c5a7ff}.fcc-source{color:#9898a2}.fcc-source.automatic{color:#7fc0ff}.fcc-source.system{color:#c5a7ff}.fcc-source.manual{color:#f2c982}.fcc-engineering{margin-bottom:14px}.fcc-engineeringMain{grid-template-columns:1fr 1.5fr .65fr;gap:10px;margin-bottom:18px;display:grid}.fcc-engineeringMain>div{border:1px solid var(--line);background:#0c0c0f;border-radius:16px;flex-direction:column;min-height:120px;padding:17px;display:flex}.fcc-engineeringMain span{color:#73737d;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:850}.fcc-engineeringMain strong,.fcc-engineeringMain a{letter-spacing:-.035em;margin:auto 0 8px;font-size:22px;font-weight:900}.fcc-engineeringMain a{color:#ff7da7}.fcc-engineeringMain small{color:#777782;font-size:10px}.fcc-prList{flex-direction:column;display:flex}.fcc-pr{border-top:1px solid var(--line);grid-template-columns:45px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:13px 0;display:grid}.fcc-prNumber{color:#ff7da7;font-size:12px;font-weight:900}.fcc-pr strong,.fcc-pr small{display:block}.fcc-pr strong{font-size:12px}.fcc-pr small{color:#777782;margin-top:4px;font-size:10px}.fcc-ci.pass,.fcc-merge.mergeable{color:#65d89b}.fcc-ci.fail,.fcc-merge.conflicting{color:#ff7d87}.fcc-ci.pending{color:#f4c96e}.fcc-road{flex-direction:column;display:flex}.fcc-milestone{grid-template-columns:18px 1fr;gap:12px;padding:9px 0;display:grid;position:relative}.fcc-milestone:not(:last-child):before{content:"";background:#2c2c32;width:1px;position:absolute;top:21px;bottom:-8px;left:5px}.fcc-milestone i{z-index:1;background:#111114;border:2px solid #4b4b55;border-radius:50%;width:11px;height:11px;margin-top:2px}.fcc-milestone.verified i{background:#65d89b;border-color:#65d89b}.fcc-milestone.in_progress i,.fcc-milestone.verify i{border-color:#ff7da7}.fcc-milestone strong,.fcc-milestone small{display:block}.fcc-milestone strong{font-size:12px}.fcc-milestone small{color:#73737e;margin-top:4px;font-size:10px}.fcc-verified{border-top:1px solid var(--line);grid-template-columns:31px 1fr;align-items:center;gap:11px;padding:12px 0;display:grid}.fcc-verified>span{color:#65d89b;background:#65d89b1a;border-radius:9px;place-items:center;width:28px;height:28px;display:grid}.fcc-verified strong,.fcc-verified small{display:block}.fcc-verified strong{font-size:12px}.fcc-verified small{color:#73737e;margin-top:3px;font-size:10px}.fcc-pageHeader{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px;display:flex}.fcc-pageHeader h1{letter-spacing:-.055em;margin:9px 0 8px;font-size:44px}.fcc-pageHeader p{color:#8d8d98;max-width:760px;margin:0;line-height:1.55}.fcc-back{color:#ff7da7;font-size:12px;font-weight:850}.fcc-refreshNote{color:#8b8b95;align-items:center;gap:8px;font-size:11px;display:flex}.fcc-refreshNote span{background:#65d89b;border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #65d89b99}.fcc-note{background:#ff3b7f0e;border:1px solid #ff3b7f38;border-radius:17px;padding:18px 21px}.fcc-note strong{color:#ff7da7}.fcc-note p{color:#a0a0aa;margin:7px 0 0;font-size:12px;line-height:1.55}.fcc-registerSummary{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px;display:grid}.fcc-registerSummary>div{border:1px solid var(--line);background:#111114;border-radius:17px;padding:17px}.fcc-registerSummary span,.fcc-registerSummary small{color:#7d7d87;text-transform:uppercase;letter-spacing:.08em;font-size:10px;display:block}.fcc-registerSummary strong{margin:10px 0 5px;font-size:31px;display:block}.fcc-filters{gap:9px;margin-bottom:14px;display:flex}.fcc-filters select,.fcc-gateEditor select,.fcc-gateEditor input,.fcc-gateEditor textarea{border:1px solid var(--line);color:#f6f6f7;background:#0c0c0f;border-radius:11px;outline:none;padding:10px 12px}.fcc-filters select{min-width:170px}.fcc-register{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.fcc-registerGate{border:1px solid var(--line);background:#111114;border-radius:20px;min-height:235px;padding:20px;transition:all .15s}.fcc-registerGate:hover{background:#141418;border-color:#ff7da759;transform:translateY(-2px)}.fcc-registerTop{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.fcc-registerTop>small{color:#70707a;margin-left:auto;font-size:9px}.fcc-registerGate h2{letter-spacing:-.035em;margin:23px 0 9px;font-size:20px}.fcc-registerGate p{color:#93939d;margin:0;font-size:12px;line-height:1.55}.fcc-registerMeta{border-top:1px solid var(--line);color:#6f6f79;justify-content:space-between;gap:9px;margin-top:22px;padding-top:13px;font-size:9px;display:flex}.fcc-gateHero{grid-template-columns:1fr 210px;align-items:end;gap:24px;margin:24px 0;display:grid}.fcc-gateLabels{gap:8px;display:flex}.fcc-gateHero h1{letter-spacing:-.06em;margin:14px 0 9px;font-size:48px}.fcc-gateHero p{color:#9999a3;max-width:800px;margin:0;line-height:1.6}.fcc-gateCategory{border:1px solid var(--line);background:#111114;border-radius:18px;padding:20px}.fcc-gateCategory span,.fcc-gateCategory strong,.fcc-gateCategory small{display:block}.fcc-gateCategory span{color:#8c8c96;font-size:11px}.fcc-gateCategory strong{margin:9px 0 3px;font-size:34px}.fcc-gateCategory small{color:#6f6f78;text-transform:uppercase;font-size:9px}.fcc-detailGrid{grid-template-columns:minmax(0,1.3fr) minmax(380px,.7fr);align-items:start;gap:14px;display:grid}.fcc-detailMain{flex-direction:column;gap:14px;display:flex}.fcc-copy{color:#a5a5ae;line-height:1.7}.fcc-evidence{border-top:1px solid var(--line);grid-template-columns:80px 1fr;gap:15px;padding:14px 0;display:grid}.fcc-evidence>span{color:#ff7da7;text-transform:uppercase;font-size:9px;font-weight:900}.fcc-evidence strong{word-break:break-word;font-size:12px}.fcc-evidence p{color:#878791;margin:6px 0 0;font-size:11px;line-height:1.5}.fcc-related{background:#ff7da70e;border:1px solid #ff7da738;border-radius:19px;flex-direction:column;padding:20px;display:flex}.fcc-related span{color:#ff7da7;text-transform:uppercase;font-size:9px;font-weight:900}.fcc-related strong{word-break:break-all;margin:9px 0 6px}.fcc-related small{color:#888892}.fcc-gateEditor{position:sticky;top:20px}.fcc-gateEditor>label{color:#a7a7b0;text-transform:uppercase;letter-spacing:.06em;flex-direction:column;gap:7px;margin-top:14px;font-size:10px;font-weight:850;display:flex}.fcc-gateEditor input,.fcc-gateEditor select,.fcc-gateEditor textarea{width:100%;font:inherit;text-transform:none;letter-spacing:normal;resize:vertical;font-size:12px}.fcc-gateEditor>button{color:#fff;cursor:pointer;background:#ff3b7f;border:0;border-radius:11px;width:100%;margin-top:14px;padding:12px;font-weight:900}.fcc-gateEditor>button:disabled{opacity:.55}.fcc-gateEditor dl{border-top:1px solid var(--line);gap:11px;margin:20px 0 0;padding-top:18px;display:grid}.fcc-gateEditor dl div{justify-content:space-between;gap:12px;display:flex}.fcc-gateEditor dt{color:#71717b;font-size:10px}.fcc-gateEditor dd{text-align:right;text-transform:capitalize;margin:0;font-size:10px}.fcc-loading,.fcc-error,.fcc-inlineState,.fcc-inlineError,.fcc-success,.fcc-empty{border:1px dashed var(--line);color:#888892;border-radius:13px;padding:18px;font-size:11px}.fcc-error,.fcc-inlineError{color:#ff9aa2;background:#ff646e0f;border-color:#ff646e3d}.fcc-success{color:#78dda4;background:#65d89b0f;border-color:#65d89b38}@media (max-width:1250px){.fcc-kpis{grid-template-columns:repeat(3,1fr)}.fcc-register{grid-template-columns:repeat(2,1fr)}.fcc-grid,.fcc-gridTop,.fcc-detailGrid{grid-template-columns:1fr}.fcc-gateEditor{position:static}.fcc-engineeringMain{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.fcc-page{padding:28px 22px 70px}.fcc-hero{grid-template-columns:1fr}.fcc-heroCopy,.fcc-readiness{min-height:370px}.fcc-pageHeader{flex-direction:column;align-items:flex-start}.fcc-register,.fcc-gateHero{grid-template-columns:1fr}.fcc-registerSummary{grid-template-columns:repeat(2,1fr)}.fcc-engineeringMain{grid-template-columns:1fr}.fcc-pr{grid-template-columns:42px 1fr}.fcc-pr .fcc-ci,.fcc-pr .fcc-merge{display:none}}@media (max-width:600px){.fcc-page{padding:22px 15px 60px}.fcc-heroCopy,.fcc-readiness{min-height:340px;padding:25px}.fcc-heroCopy h1{font-size:49px}.fcc-kpis{grid-template-columns:repeat(2,1fr)}.fcc-kpi{min-height:120px}.fcc-pageHeader h1,.fcc-gateHero h1{font-size:36px}.fcc-registerMeta,.fcc-filters{flex-direction:column}.fcc-filters select{width:100%}.fcc-readinessMeta{flex-direction:column}}.fcc-engineeringMain{grid-template-columns:.8fr 1.25fr 1.1fr .55fr}@media (max-width:1250px){.fcc-engineeringMain{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.fcc-engineeringMain{grid-template-columns:1fr}}.fcc-page{overflow-x:clip}.fcc-page *{min-width:0}.fcc-heroCopy h1,.fcc-pageHeader h1,.fcc-gateHero h1{overflow-wrap:anywhere}.fcc-readiness>strong{white-space:nowrap;max-width:100%;font-size:clamp(72px,9vw,132px)}.human-spot-editor{gap:22px;display:grid}.human-editor-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.human-editor-header h2{margin:5px 0 8px;font-size:30px}.human-editor-header p,.human-editor-section>p,.human-source-panel>p,.human-review-section>p{color:#8d8d98;line-height:1.55}.human-readiness{color:#111114;text-align:right;background:#f4f0e9;border-radius:18px;min-width:190px;padding:20px}.human-readiness strong,.human-readiness span{display:block}.human-readiness strong{letter-spacing:-.06em;font-size:42px}.human-readiness span{margin-top:5px;font-size:11px;font-weight:800}.human-readiness-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.human-readiness-grid>div,.human-source-panel,.human-editor-section,.human-review-section,.human-debug{border:1px solid var(--line);background:#111114;border-radius:18px;padding:20px}.human-readiness-grid h3,.human-source-panel h3,.human-editor-section h3,.human-review-section h3{margin:0 0 10px}.human-readiness-grid ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.human-readiness-grid li{color:#d6d6da;grid-template-columns:auto 1fr;gap:7px;font-size:12px;display:grid}.human-readiness-grid li small{color:#85858f;grid-column:2}.human-issue-actions{flex-wrap:wrap;grid-column:2;gap:6px;margin-top:5px;display:flex!important}.human-issue-actions button{border:1px solid var(--line);color:#ddd;cursor:pointer;background:#1a1a1f;border-radius:999px;padding:6px 9px;font-size:10px}.human-issue-actions button:disabled{opacity:.45}.human-source-panel .spot-editor-grid{margin-top:14px}.human-source-panel label{gap:7px;display:grid}.human-source-panel input+input{margin-top:7px}.human-field-list{gap:12px;margin-top:16px;display:grid}.human-field-card{border:1px solid var(--line);background:#0c0c0f;border-radius:15px;grid-template-columns:minmax(260px,.75fr) minmax(420px,1.25fr);gap:24px;padding:18px;display:grid}.human-field-copy h4{margin:0 0 7px;font-size:16px}.human-field-copy>p{color:#777781;margin:0;font-size:11px;line-height:1.5}.human-current{color:#81dda8;background:#65d89b12;border-radius:11px;gap:4px;margin-top:15px;padding:11px;font-size:11px;display:grid}.human-current.unknown{color:#85858f;background:#ffffff09}.human-current span{color:#777781}.human-current em{color:#f4c96e;font-style:normal;font-weight:800}.human-field-control{gap:10px;display:grid}.human-field-control select,.human-field-control input,.human-field-control textarea,.human-source-panel select,.human-source-panel input{border:1px solid var(--line);color:#f4f4f5;background:#15151a;border-radius:10px;width:100%;padding:10px 12px}.human-field-control button,.human-proposal-list button{color:#fff;cursor:pointer;background:#ff3b7f;border:0;border-radius:999px;justify-self:start;padding:9px 13px;font-size:11px;font-weight:850}.human-field-control button:disabled,.human-proposal-list button:disabled{opacity:.45;cursor:not-allowed}.human-age-grid,.human-tristate-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.human-tristate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.human-age-grid label,.human-tristate-grid label{color:#9696a0;gap:5px;font-size:10px;display:grid}.human-choice-grid{flex-wrap:wrap;gap:7px;display:flex}.human-choice-grid label{border:1px solid var(--line);color:#aaaab2;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:8px 10px;font-size:11px;display:flex}.human-choice-grid label.selected{color:#fff;background:#ff3b7f1c;border-color:#ff3b7f}.human-choice-grid input{width:auto}.human-proposal-list{gap:10px;margin-top:14px;display:grid}.human-proposal-list article{border:1px solid var(--line);background:#0c0c0f;border-radius:13px;padding:15px}.human-proposal-list h4{margin:0 0 9px}.human-proposal-list p{color:#92929c;margin:5px 0;font-size:11px;line-height:1.45}.human-proposal-list article>div{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.human-debug summary{cursor:pointer;font-weight:800}.human-debug pre{color:#8e8e99;max-height:480px;font-size:10px;overflow:auto}.human-editor-section:nth-of-type(4){border-color:#ff3b7f2e}@media (max-width:900px){.human-editor-header{display:grid}.human-readiness{text-align:left;width:100%}.human-readiness-grid,.human-field-card{grid-template-columns:1fr}.human-age-grid,.human-tristate-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.human-readiness-grid,.human-age-grid,.human-tristate-grid{grid-template-columns:1fr}}.fcc-launchVerdict{gap:18px}.fcc-launchVerdict b{text-align:right;overflow-wrap:anywhere;max-width:430px;line-height:1.02}.fcc-readinessInterpretation{color:#615f64;margin:16px 0 0;font-size:12px;line-height:1.55}.fcc-kpi{min-height:172px}.fcc-kpi>span{font-weight:750;line-height:1.35}.fcc-kpi>strong{overflow-wrap:anywhere;margin:18px 0 8px;line-height:1.05}.fcc-kpi>p{color:#85858f;margin:0 0 14px;font-size:10px;line-height:1.45}.fcc-kpi>small{margin-top:auto}.fcc-kpi.subdued>strong{color:#f4c96e;font-size:17px;line-height:1.25}.fcc-panelIntro{color:#85858f;max-width:510px;margin:7px 0 0;font-size:11px;line-height:1.5}.fcc-gateRow p{color:#92929c;margin:5px 0;font-size:10px;line-height:1.45}.fcc-priority.P2{color:#aaaab4;background:#aaaab412;border-color:#aaaab42e}.fcc-status.accepted_risk{color:#aaaab4;background:#aaaab412}.fcc-engineeringSummary{border:1px solid var(--line);background:#0c0c0f;border-radius:14px;align-items:center;gap:11px;margin:-4px 0 16px;padding:13px 15px;display:flex}.fcc-engineeringSummary>span{background:#202025;border-radius:8px;flex:none;place-items:center;width:25px;height:25px;font-weight:900;display:grid}.fcc-engineeringSummary p{color:#aaaab3;margin:0;font-size:12px;line-height:1.45}.fcc-engineeringSummary.pass>span{color:#65d89b;background:#65d89b1a}.fcc-engineeringSummary.fail>span{color:#ff7d87;background:#ff7d871a}.fcc-engineeringSummary.pending>span{color:#f4c96e;background:#f4c96e1a}.fcc-draft{border:1px solid var(--line);color:#aaaab4;text-transform:uppercase;letter-spacing:.06em;vertical-align:middle;border-radius:999px;margin-left:8px;padding:3px 6px;font-size:8px;font-style:normal;display:inline-flex}.fcc-currentState h2,.fcc-responsibility h2{font-size:26px}.fcc-technicalEditor{border:1px solid var(--line);background:#0c0c0f;border-radius:12px;margin-top:14px}.fcc-technicalEditor summary{color:#a7a7b0;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;padding:12px;font-size:10px;font-weight:850}.fcc-technicalEditor>label{color:#a7a7b0;text-transform:uppercase;letter-spacing:.06em;flex-direction:column;gap:7px;padding:0 12px 12px;font-size:10px;font-weight:850;display:flex}@media (max-width:900px){.fcc-page{padding:28px 22px 70px}.fcc-heroCopy,.fcc-readiness{min-height:0}.fcc-heroCopy{min-height:360px;padding:32px}.fcc-readiness{padding:30px}.fcc-readiness>strong{font-size:clamp(72px,18vw,112px)}.fcc-launchVerdict{flex-direction:column;align-items:flex-start}.fcc-launchVerdict b{text-align:left;max-width:100%;font-size:clamp(24px,5vw,31px)}.fcc-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.fcc-registerMeta{flex-wrap:wrap;justify-content:flex-start}.fcc-pr{grid-template-columns:42px minmax(0,1fr);row-gap:8px}.fcc-pr .fcc-ci,.fcc-pr .fcc-merge{grid-column:2;justify-self:start;display:inline-flex}}@media (max-width:600px){.fcc-page{padding:22px 15px 60px}.fcc-heroCopy,.fcc-readiness{padding:24px}.fcc-heroCopy{min-height:320px}.fcc-heroCopy h1{font-size:clamp(39px,14vw,52px);line-height:.92}.fcc-readiness>strong{font-size:clamp(66px,24vw,98px)}.fcc-kpis{grid-template-columns:1fr}.fcc-kpi{min-height:145px}.fcc-readinessMeta{gap:8px}.fcc-panelHead{flex-direction:column}.fcc-gateLabels{flex-wrap:wrap}.fcc-registerSummary{grid-template-columns:1fr 1fr}}:root{--admin-surface:#111114;--admin-surface-raised:#17171b;--admin-border:#ffffff17;--admin-border-strong:#ffffff29;--admin-focus:#ff3b7fb8;--admin-warning:#f4c96e;--admin-info:#86b7ff}html{scroll-behavior:smooth}body{overflow-x:hidden}button,a,input,select,textarea{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline-offset:2px;outline:3px solid #ff3b7f52}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.bi-shell{grid-template-columns:248px minmax(0,1fr)}.bi-sidebar{scrollbar-width:thin;padding:22px 14px;overflow-y:auto}.bi-brand{padding:0 10px 20px}.bi-navItem{border-radius:11px;min-height:42px;padding:10px 11px}.bi-navGroup{color:#777781;margin-top:18px}.bi-main{overflow-x:clip}.bi-page,.by-page{width:100%;max-width:1480px;margin:0 auto;padding:36px 38px 84px}.admin-page{gap:18px;display:grid}.admin-pageHeader{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:6px;display:flex}.admin-pageHeader>div:first-child{min-width:0}.admin-eyebrow{color:var(--pink);letter-spacing:.17em;text-transform:uppercase;font-size:10px;font-weight:900}.admin-pageHeader h1{letter-spacing:-.055em;margin:8px 0 7px;font-size:clamp(32px,4vw,48px);line-height:1}.admin-pageHeader p{max-width:720px;color:var(--muted);margin:0;font-size:14px;line-height:1.55}.admin-pageActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.admin-summaryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.admin-summaryGrid article{border:1px solid var(--admin-border);background:linear-gradient(#141418,#101013);border-radius:17px;flex-direction:column;justify-content:space-between;min-height:118px;padding:17px;display:flex}.admin-summaryGrid span{color:var(--muted);font-size:11px;font-weight:750}.admin-summaryGrid strong{letter-spacing:-.045em;font-size:31px}.admin-actionGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.admin-actionGrid>a{border:1px solid var(--admin-border);background:linear-gradient(#151519,#101013);border-radius:18px;flex-direction:column;min-height:170px;padding:18px;transition:transform .16s,border-color .16s;display:flex}.admin-actionGrid>a:hover{border-color:#ff3b7f52;transform:translateY(-2px)}.admin-actionGrid span{color:#ff7da7;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:900}.admin-actionGrid strong{letter-spacing:-.025em;margin:10px 0 7px;font-size:19px}.admin-actionGrid p{color:var(--muted);margin:0;font-size:11px;line-height:1.45}.admin-actionGrid b{color:#d7d7dd;margin-top:auto;padding-top:15px;font-size:10px}.admin-listPanel,.admin-sectionCard{border:1px solid var(--admin-border);background:var(--admin-surface);border-radius:20px;overflow:hidden}.admin-filterBar{border-bottom:1px solid var(--admin-border);background:#ffffff04;justify-content:space-between;align-items:center;gap:14px;padding:15px 17px;display:flex}.admin-filterControls{flex-wrap:wrap;align-items:center;gap:9px;min-width:0;display:flex}.admin-filterBar input,.admin-filterBar select{border:1px solid var(--admin-border);color:#fff;min-height:44px;font:inherit;background:#0c0c0f;border-radius:11px;padding:10px 12px;font-size:13px}.admin-filterBar input{width:min(360px,45vw)}.admin-filterBar input::placeholder{color:#6f6f79}.admin-filterBar input:focus,.admin-filterBar select:focus{border-color:var(--admin-focus);outline:0;box-shadow:0 0 0 3px #ff3b7f1a}.admin-resultCount{color:var(--muted);flex:none;font-size:11px;font-weight:750}.admin-clearButton{color:#ff7da7;cursor:pointer;background:0 0;border:0;min-height:42px;font-size:11px;font-weight:850}.admin-desktopTable table{border-collapse:collapse;width:100%;font-size:12px}.admin-desktopTable th{border-bottom:1px solid var(--admin-border);color:#83838d;text-align:left;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;padding:12px 14px;font-size:10px}.admin-desktopTable td{border-bottom:1px solid var(--admin-border);vertical-align:middle;padding:15px 14px}.admin-desktopTable tr:last-child td{border-bottom:0}.admin-desktopTable tr:hover td{background:#ffffff05}.admin-desktopTable td strong,.admin-desktopTable td small{display:block}.admin-desktopTable td strong{font-size:13px}.admin-desktopTable td small{color:var(--muted);margin-top:4px;font-size:10px}.admin-rowActions,.admin-cardActions{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.admin-rowActions a,.admin-cardActions a{border:1px solid var(--admin-border);color:#dddde2;border-radius:9px;justify-content:center;align-items:center;min-height:35px;padding:0 10px;font-size:10px;font-weight:800;display:inline-flex}.admin-rowActions a:first-child,.admin-cardActions a:first-child{color:#fff;background:#24242a}.admin-statusBadge{border:1px solid var(--admin-border);color:#aaaab4;white-space:nowrap;background:#202024;border-radius:999px;justify-content:center;align-items:center;min-height:25px;padding:4px 8px;font-size:9px;font-weight:850;display:inline-flex}.admin-statusBadge.success{color:#72dfa2;background:#58d68d17;border-color:#58d68d33}.admin-statusBadge.warning{color:#f4c96e;background:#f4c96e14;border-color:#f4c96e33}.admin-statusBadge.danger{color:#ff8f98;background:#ff646e14;border-color:#ff646e33}.admin-statusBadge.info{color:#8abaff;background:#8abaff14;border-color:#8abaff33}.admin-readinessCell{grid-template-columns:minmax(70px,1fr) auto;align-items:center;gap:7px;min-width:150px;display:grid}.admin-readinessCell>span,.admin-mobileReadiness>span{background:#25252a;border-radius:999px;height:6px;overflow:hidden}.admin-readinessCell i,.admin-mobileReadiness i{border-radius:inherit;background:linear-gradient(90deg,#ff3b7f,#ff92b7);height:100%;display:block}.admin-readinessCell b{font-size:11px}.admin-readinessCell small{grid-column:1/-1;color:#85858f!important;margin:0!important}.admin-mutedValue{color:var(--muted);font-size:10px}.admin-mobileReadiness{background:#18181c;border-radius:11px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin:13px 0 2px;padding:10px;display:grid}.admin-mobileReadiness b{color:#cfcfd5;font-size:10px}.admin-mobileList{display:none}.admin-emptyState,.admin-loadingState,.admin-errorState{border:1px dashed var(--admin-border-strong);color:var(--muted);border-radius:15px;justify-content:center;align-items:center;gap:11px;margin:16px;padding:28px;display:flex}.admin-emptyState{text-align:center;flex-direction:column;min-height:220px}.admin-emptyState>span{color:#cfcfd5;background:#202024;border-radius:14px;place-items:center;width:44px;height:44px;font-size:20px;display:grid}.admin-emptyState strong{color:#f4f4f5;font-size:17px}.admin-emptyState p{max-width:420px;margin:0;font-size:12px;line-height:1.5}.admin-emptyState a,.admin-errorState button{color:#fff;background:#ff3b7f;border:0;border-radius:10px;padding:9px 12px;font-size:11px;font-weight:850}.admin-loadingState i{border:2px solid #ffffff1c;border-top-color:var(--pink);border-radius:50%;width:19px;height:19px;animation:.8s linear infinite spot-spin}.admin-errorState{color:#ff9da5;background:#ff646e0f;border-style:solid;border-color:#ff646e33;justify-content:space-between}.admin-errorState strong,.admin-errorState span{display:block}.admin-errorState span{color:#b98c92;margin-top:4px;font-size:11px}.admin-sectionCard{padding:20px}.admin-sectionCard>header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.admin-sectionCard h2{margin:0;font-size:19px}.admin-sectionCard header p{color:var(--muted);margin:6px 0 0;font-size:12px;line-height:1.5}.rl-page small{color:var(--muted);font-size:10px;line-height:1.45}.rl-page .admin-summaryGrid article small{margin-top:8px;display:block}.rl-notice{color:#9ae6ba;background:#58d68d14;border:1px solid #58d68d40;border-radius:13px;padding:13px 16px;font-size:12px;font-weight:750}.rl-config{background:radial-gradient(circle at 92% 5%,#ff3b7f1f,transparent 34%),var(--admin-surface)}.rl-configGrid{grid-template-columns:minmax(220px,.75fr) minmax(300px,1.25fr);gap:18px;display:grid}.rl-configGrid label{align-content:start;gap:8px;display:grid}.rl-configGrid label>span{font-size:11px;font-weight:850}.rl-configGrid label>div{align-items:center;gap:9px;display:flex}.rl-configGrid input,.rl-configGrid textarea{border:1px solid var(--admin-border);color:#fff;width:100%;font:inherit;background:#0c0c0f;border-radius:12px}.rl-configGrid input{min-height:48px;padding:10px 12px;font-size:18px;font-weight:850}.rl-configGrid textarea{resize:vertical;min-height:92px;padding:12px;font-size:12px;line-height:1.5}.rl-configGrid input:focus,.rl-configGrid textarea:focus{border-color:var(--admin-focus);outline:0;box-shadow:0 0 0 3px #ff3b7f1a}.rl-configGrid b{color:#c6c6cd;font-size:11px}.rl-config>footer{border-top:1px solid var(--admin-border);justify-content:space-between;align-items:flex-end;gap:18px;margin-top:20px;padding-top:16px;display:flex}.rl-config>footer>div{gap:4px;display:grid}.rl-config>footer span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px}.rl-config>footer code{font-size:10px}.rl-config>footer button{background:var(--pink);color:#fff;cursor:pointer;border:0;border-radius:11px;min-height:42px;padding:0 15px;font-size:11px;font-weight:900}.rl-config>footer button:disabled{opacity:.38;cursor:not-allowed}.rl-sectionHead{border-bottom:1px solid var(--admin-border);padding:19px 20px 15px}.rl-sectionHead span{color:#ff7da7;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:900}.rl-sectionHead h2{margin:6px 0 4px;font-size:20px}.rl-sectionHead p{color:var(--muted);margin:0;font-size:11px}.rl-twoColumn{grid-template-columns:1fr 1fr;gap:18px;display:grid}.rl-twoColumn dl{gap:0;margin:0;display:grid}.rl-twoColumn dl div{border-top:1px solid var(--admin-border);justify-content:space-between;gap:16px;padding:11px 0;display:flex}.rl-twoColumn dt{color:var(--muted);font-size:10px}.rl-twoColumn dd{text-align:right;margin:0;font-size:11px;font-weight:800}.rl-disambiguation{border:1px solid var(--admin-border);background:#0e0e11;border-radius:13px;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;padding:14px;display:grid}.rl-disambiguation>div{flex-wrap:wrap;gap:5px;display:flex}.rl-disambiguation span{background:#222228;border-radius:999px;padding:5px 7px;font-size:9px}.rl-disambiguation>b{color:#ff7da7}.rl-disambiguation>strong{font-size:17px}.rl-disambiguation>small{word-break:break-word;grid-column:1/-1}.rl-audit>article{border-top:1px solid var(--admin-border);padding:12px 0}.rl-audit>article>div{justify-content:space-between;gap:14px;display:flex}.rl-audit>article strong{font-size:12px}.rl-audit>article span{color:var(--muted);font-size:10px}.rl-audit>article p{margin:7px 0 5px;font-size:11px}.rl-audit>article small{word-break:break-word}.rl-referenceCard{border:1px solid var(--admin-border);background:#151519;border-radius:14px;margin:12px;padding:14px}.rl-referenceCard header{justify-content:space-between;gap:12px;display:flex}.rl-referenceCard h2{margin:0;font-size:15px}.rl-referenceCard p{color:var(--muted);margin:4px 0 12px;font-size:10px}.rl-referenceCard code,.rl-referenceCard small{margin-top:8px;display:block}@media (max-width:900px){.rl-configGrid,.rl-twoColumn{grid-template-columns:1fr}.rl-config>footer{flex-direction:column;align-items:stretch}.rl-config>footer button{width:100%}}.by-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.by-title{letter-spacing:-.05em;margin:0;font-size:clamp(32px,4vw,46px)}.by-subtitle{color:var(--muted);margin-top:7px;font-size:13px;line-height:1.5}.by-card{border:1px solid var(--admin-border);background:var(--admin-surface);border-radius:18px}.by-tableWrap{-webkit-overflow-scrolling:touch;max-width:100%;overflow:auto}.by-table{border-collapse:collapse;width:100%;font-size:12px}.by-table th,.by-table td{border-bottom:1px solid var(--admin-border);text-align:left;vertical-align:top;padding:13px 14px}.by-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px}.by-link{color:#ff7da7;font-weight:800}.by-badge{border:1px solid var(--admin-border);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:850;display:inline-flex}.by-badge-green{color:#72dfa2;background:#58d68d14}.by-badge-yellow{color:#f4c96e;background:#f4c96e14}.by-badge-red{color:#ff8f98;background:#ff646e14}.human-spot-editor{scroll-margin-top:90px}.hsi-hierarchy-warning{color:#f4d99a;background:#f4c96e14;border:1px solid #f4c96e6b;border-radius:12px;gap:8px;padding:14px;font-size:12px;line-height:1.5;display:grid}.hsi-hierarchy-warning p{color:#d8c89e;margin:0}.hsi-hierarchy-warning button{color:#fff3cf;cursor:pointer;background:#2c2518;border:1px solid #f4c96e73;border-radius:999px;justify-self:start;margin-top:2px;padding:9px 13px;font-weight:800}.hsi-hierarchy-warning button:focus-visible{outline-offset:2px;outline:2px solid #fff}.human-editor-header{padding-bottom:4px;position:relative}.human-readiness{position:sticky;top:18px;box-shadow:0 18px 44px #0000002e}.human-editor-section,.human-source-panel,.human-review-section{scroll-margin-top:92px}.human-editor-section>h3:before,.human-source-panel>h3:before,.human-review-section>h3:before{content:"";background:#65d89b;border-radius:50%;width:7px;height:7px;margin:0 9px 2px 0;display:inline-block;box-shadow:0 0 10px #65d89b47}.human-field-card{transition:border-color .16s,background .16s}.human-field-card:focus-within{background:#101014;border-color:#ff3b7f66}.human-field-control button{min-height:42px;padding-inline:16px}.human-current{font-size:12px;line-height:1.45}.human-choice-grid label{min-height:40px}.bi-mobileQuickNav{display:none}.human-section-nav{z-index:35;border:1px solid var(--admin-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);scrollbar-width:none;background:#0f0f12e6;border-radius:14px;gap:6px;padding:8px;display:flex;position:sticky;top:10px;overflow-x:auto}.spot-editor-tabs{z-index:38;border:1px solid var(--admin-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);scrollbar-width:none;background:#0f0f12eb;border-radius:14px;gap:6px;margin-bottom:18px;padding:8px;display:flex;position:sticky;top:10px;overflow-x:auto}.spot-editor-tabs a{color:#9a9aa4;white-space:nowrap;border-radius:9px;flex:none;align-items:center;min-height:35px;padding:0 11px;font-size:10px;font-weight:800;display:flex}.spot-editor-tabs a:hover{color:#fff;background:#202024}.spot-editor-anchor{scroll-margin-top:82px}.human-section-nav::-webkit-scrollbar{display:none}.human-section-nav a{color:#9a9aa4;white-space:nowrap;border-radius:9px;flex:none;align-items:center;min-height:34px;padding:0 11px;font-size:10px;font-weight:800;display:flex}.human-section-nav a:hover{color:#fff;background:#202024}.human-understanding-card{background:radial-gradient(circle at 90% 5%,#ff3b7f21,#0000 34%),#111114;border:1px solid #ff3b7f33;border-radius:20px;padding:22px;scroll-margin-top:82px}.human-understanding-card>div:first-child span{color:#ff7da7;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:900}.human-understanding-card h3{letter-spacing:-.035em;margin:7px 0 0;font-size:24px}.human-understanding-tags{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.human-understanding-tags span{border:1px solid var(--admin-border);color:#d9d9df;background:#ffffff09;border-radius:11px;align-items:center;gap:7px;max-width:100%;padding:8px 10px;font-size:11px;display:flex}.human-understanding-tags b{color:#81818b;font-size:9px;font-weight:750}.human-understanding-card>p{border-top:1px solid var(--admin-border);color:#92929c;margin:16px 0 0;padding-top:14px;font-size:11px;line-height:1.5}.admin-emptyState.compact{min-height:150px;margin:12px 0 0}.admin-reviewCard{border-bottom:1px solid var(--admin-border);padding:15px}.admin-reviewCard:last-child{border-bottom:0}.admin-reviewCard>div{grid-template-columns:44px 1fr;align-items:center;gap:11px;display:grid}.admin-reviewCount{color:#ff7da7;background:#ff3b7f1a;border-radius:13px;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.admin-reviewCard h2{margin:0;font-size:15px}.admin-reviewCard p{color:var(--muted);margin:4px 0 0;font-size:10px}.admin-reviewCard>a{border:1px solid var(--admin-border);background:#202024;border-radius:11px;justify-content:center;align-items:center;min-height:42px;margin-top:12px;font-size:11px;font-weight:850;display:flex}.admin-reviewGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.admin-reviewDetailCard{border:1px solid var(--admin-border);background:#111114;border-radius:18px;min-width:0;padding:18px}.admin-reviewDetailCard>header,.admin-reviewDetailCard>footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-reviewDetailCard header strong,.admin-reviewDetailCard header span{display:block}.admin-reviewDetailCard header span,.admin-reviewDetailCard footer span{color:var(--muted);margin-top:4px;font-size:10px}.admin-reviewText{color:#dddde2;overflow-wrap:anywhere;min-height:48px;margin:18px 0;font-size:13px;line-height:1.55}.admin-reviewMoods{background:#0c0c0f;border-radius:12px;flex-wrap:wrap;align-items:center;gap:6px;padding:12px;display:flex}.admin-reviewMoods span{color:#777781;text-transform:uppercase;margin-right:3px;font-size:9px;font-weight:850}.admin-reviewMoods b{color:#ff82ac;background:#ff3b7f1a;border-radius:999px;padding:5px 8px;font-size:10px}.admin-reviewMoods em{color:var(--muted);font-size:10px;font-style:normal}.admin-reviewPhotos{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px;display:grid}.admin-reviewPhotos img{aspect-ratio:1;object-fit:cover;border-radius:10px;width:100%}.admin-reviewDetailCard>footer{border-top:1px solid var(--admin-border);margin-top:15px;padding-top:13px}.admin-reviewDetailCard>footer button{color:#ff949d;background:#ff646e0f;border:1px solid #ff646e33;border-radius:10px;min-height:38px;padding:0 11px;font-size:10px;font-weight:800}@media (max-width:1100px){.admin-summaryGrid,.admin-actionGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-pageHeader{flex-direction:column;align-items:flex-start}.admin-reviewGrid{grid-template-columns:1fr}.admin-pageActions{justify-content:flex-start}}@media (max-width:760px){.bi-main{padding:66px 0 calc(74px + env(safe-area-inset-bottom))}.bi-mobileHeader{height:66px;min-height:66px;padding:10px 14px}.bi-mobileBrand .bi-brandMark{border-radius:11px;flex-basis:36px;width:36px;height:36px}.bi-mobileMenuButton{flex-basis:42px;width:42px;height:42px}.bi-mobileQuickNav{z-index:75;right:8px;bottom:max(8px,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f12f0;border:1px solid #ffffff1f;border-radius:18px;grid-template-columns:repeat(4,1fr);gap:2px;height:58px;padding:5px;display:grid;position:fixed;left:8px;box-shadow:0 15px 50px #0000007a}.bi-mobileQuickNav a{color:#7f7f89;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;font-size:9px;font-weight:750;display:flex}.bi-mobileQuickNav a span{font-size:16px;line-height:1}.bi-mobileQuickNav a.active{color:#ff7da7;background:#ff3b7f1a}.bi-page,.by-page,.spot-editor-page,.fcc-page{padding:22px 14px calc(88px + env(safe-area-inset-bottom))}.admin-page{gap:14px}.admin-pageHeader{gap:16px;margin-bottom:0}.admin-pageHeader h1{font-size:34px}.admin-pageHeader p{font-size:13px}.admin-pageActions{width:100%}.admin-pageActions>*{flex:auto}.bi-primaryButton{min-height:44px}.admin-summaryGrid,.admin-actionGrid{grid-template-columns:1fr 1fr;gap:8px}.admin-actionGrid>a{min-height:155px;padding:15px}.admin-summaryGrid article{min-height:95px;padding:14px}.admin-summaryGrid strong{font-size:27px}.admin-listPanel{border-radius:17px}.admin-filterBar{flex-direction:column;align-items:stretch;padding:12px}.admin-filterControls{grid-template-columns:1fr;gap:8px;display:grid}.admin-filterBar input,.admin-filterBar select,.admin-filterBar label{width:100%;max-width:none}.admin-resultCount{padding:0 2px}.admin-clearButton{justify-self:start;padding:0}.admin-desktopTable{display:none}.admin-mobileList{display:grid}.admin-spotCard{border-bottom:1px solid var(--admin-border);background:#111114;padding:15px}.admin-spotCard:last-child{border-bottom:0}.admin-cardTop{grid-template-columns:43px minmax(0,1fr) auto;align-items:start;gap:11px;display:grid}.admin-spotThumb{color:#ff7da7;background:linear-gradient(135deg,#2a2026,#18181c);border-radius:13px;place-items:center;width:43px;height:43px;font-size:17px;font-weight:900;display:grid}.admin-cardTop h2{margin:2px 0 4px;font-size:15px;line-height:1.25}.admin-cardTop p{color:var(--muted);margin:0;font-size:10px;line-height:1.4}.admin-spotCard dl{grid-template-columns:repeat(3,1fr);gap:7px;margin:14px 0;display:grid}.admin-spotCard dl div{background:#18181c;border-radius:10px;padding:9px}.admin-spotCard dt{color:var(--muted);font-size:9px}.admin-spotCard dd{margin:5px 0 0;font-size:13px;font-weight:850}.admin-cardActions{grid-template-columns:repeat(3,1fr);display:grid}.admin-cardActions a{min-height:42px;padding:0 6px}.by-header{flex-direction:column;align-items:flex-start}.by-header>.by-toolbar{width:100%;position:static}.by-section{padding:14px!important}.by-toolbar{border-radius:13px;flex-direction:column;align-items:stretch;padding:10px;display:flex;position:static}.by-toolbar>*{width:100%!important;max-width:none!important;margin-left:0!important}.by-input,.by-select{min-height:46px;font-size:16px}.by-tableWrap{margin:0 -14px}.by-table{min-width:680px}.admin-responsiveTable .bi-tableWrap,.admin-responsiveTable.by-tableWrap{margin:0;overflow:visible}.admin-responsiveTable .bi-table,.admin-responsiveTable.by-tableWrap .by-table{min-width:0;display:block}.admin-responsiveTable thead{display:none}.admin-responsiveTable tbody{gap:10px;display:grid}.admin-responsiveTable tr{border:1px solid var(--admin-border);background:#0d0d10;border-radius:15px;padding:14px;display:block}.admin-responsiveTable td{justify-content:space-between;align-items:flex-start;gap:14px;min-height:34px;display:flex;white-space:normal!important;text-align:right!important;border:0!important;padding:8px 0!important}.admin-responsiveTable td:before{content:attr(data-label);color:#7e7e88;text-align:left;text-transform:uppercase;letter-spacing:.04em;flex:0 0 105px;font-size:9px;font-weight:800}.admin-responsiveTable td:first-child{padding-top:0!important}.admin-responsiveTable td:first-child>div{max-width:calc(100% - 110px)}.admin-responsiveTable td:last-child{padding-bottom:0!important}.admin-responsiveTable td:last-child a,.admin-responsiveTable td:last-child button{min-height:42px}.admin-claimsSummary{grid-template-columns:1fr 1fr!important}.human-editor-header{gap:14px;display:grid}.human-section-nav{margin-inline:-4px;top:72px}.spot-editor-tabs{grid-template-columns:1fr 1fr;margin-inline:0;display:grid;position:static;overflow:visible}.spot-editor-tabs a{white-space:normal;text-align:center;justify-content:center;min-width:0;line-height:1.25}.human-understanding-card{padding:17px}.human-understanding-tags{grid-template-columns:1fr;display:grid}.human-understanding-tags span{flex-direction:column;align-items:flex-start}.human-readiness{text-align:left;width:100%;min-width:0;position:static}.human-readiness-grid{grid-template-columns:1fr}.human-readiness-grid>div,.human-source-panel,.human-editor-section,.human-review-section,.human-debug{border-radius:16px;padding:16px}.human-field-list{gap:9px}.human-field-card{grid-template-columns:1fr;gap:15px;padding:15px}.human-field-control select,.human-field-control input,.human-field-control textarea,.human-source-panel select,.human-source-panel input{min-height:48px;font-size:16px}.human-field-control button{width:100%;min-height:46px}.human-choice-grid{grid-template-columns:1fr 1fr;display:grid}.human-choice-grid label{overflow-wrap:anywhere;min-width:0;padding:10px}.human-age-grid,.human-tristate-grid{grid-template-columns:1fr}.human-proposal-list article>div{grid-template-columns:1fr 1fr;display:grid}.human-proposal-list button{min-height:42px}.spot-editor-hero{gap:15px}.spot-editor-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.spot-editor-actions>*{justify-content:center}.by-form>.by-toolbar{bottom:calc(70px + env(safe-area-inset-bottom));z-index:55;display:flex;position:sticky}.by-form>.by-toolbar .by-btn-accent{width:100%}}@media (max-width:360px){.bi-page,.by-page,.spot-editor-page,.fcc-page{padding-inline:10px}.admin-summaryGrid,.admin-actionGrid{grid-template-columns:1fr}.admin-cardTop{grid-template-columns:39px minmax(0,1fr)}.admin-cardTop>.admin-statusBadge{grid-column:2;justify-self:start}.admin-spotCard dl{grid-template-columns:1fr 1fr}.human-choice-grid,.spot-editor-actions{grid-template-columns:1fr}.admin-claimsSummary{grid-template-columns:1fr!important}}.admin-confirmOverlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.admin-confirmDialog{background:#151518;border:1px solid #ffffff24;border-radius:20px;width:min(100%,480px);padding:24px;box-shadow:0 24px 80px #0000008c}.admin-confirmDialog h2{margin:0 0 10px;font-size:22px}.admin-confirmDialog p{color:var(--muted);margin:8px 0;font-size:13px;line-height:1.55}.admin-confirmActions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.admin-confirmActions button{min-height:42px}.spot-status-archived{color:#bbb;background:#ffffff0d;border-color:#ffffff24}.hsi-v2{gap:16px;padding-bottom:96px;display:grid}.hsi-v2>*{min-width:0}.hsi-hero{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.hsi-hero h2{letter-spacing:-.035em;margin:5px 0 8px;font-size:28px}.hsi-hero p{max-width:650px;color:var(--muted);margin:0;font-size:13px;line-height:1.55}.hsi-readiness{background:#65d89b0f;border:1px solid #65d89b33;border-radius:14px;min-width:210px;padding:14px 16px}.hsi-readiness strong,.hsi-readiness span{display:block}.hsi-readiness strong{font-size:14px}.hsi-readiness span{color:#8f9b94;margin-top:5px;font-size:10px}.hsi-summary{background:radial-gradient(circle at 95% 0,#ff3b7f21,#0000 36%),#111114;border:1px solid #ff3b7f3d;border-radius:20px;padding:22px;scroll-margin-top:90px}.hsi-summary>span{color:#ff7da7;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:900}.hsi-summary h3{max-width:850px;margin:8px 0;font-size:21px;line-height:1.42}.hsi-summary p{color:#797983;margin:0;font-size:10px}.hsi-missing,.hsi-archetype-card,.hsi-semantic-note,.hsi-source-card{border:1px solid var(--admin-border);background:#111114;border-radius:16px;padding:16px}.hsi-missing{grid-template-columns:220px 1fr;gap:16px;display:grid}.hsi-missing strong,.hsi-missing span{display:block}.hsi-missing span{color:var(--muted);margin-top:4px;font-size:10px}.hsi-missing>div:last-child{flex-wrap:wrap;gap:7px;display:flex}.hsi-missing button{border:1px solid var(--admin-border);color:#ddd;cursor:pointer;background:#1c1c21;border-radius:10px;min-height:38px;padding:7px 10px;font-size:10px}.hsi-archetype-card label,.hsi-source-card label{gap:7px;display:grid}.hsi-archetype-card span,.hsi-source-card label>span{font-size:11px;font-weight:800}.hsi-archetype-card select,.hsi-mobile-section select,.hsi-source-card select,.hsi-source-card input{border:1px solid var(--admin-border);color:#fff;width:100%;min-width:0;max-width:100%;min-height:44px;font:inherit;background:#0c0c0f;border-radius:11px;padding:0 12px}.hsi-archetype-card small{color:var(--muted);font-size:10px}.hsi-archetype-card details{margin-top:12px}.hsi-archetype-card summary{color:#c9c9d0;cursor:pointer;align-items:center;min-height:44px;font-size:11px;font-weight:800;display:flex}.hsi-archetype-options{flex-wrap:wrap;gap:7px;margin:3px 0 9px;display:flex}.hsi-archetype-options button{border:1px solid var(--admin-border);color:#b9b9c1;background:#18181d;border-radius:10px;min-height:42px;padding:7px 11px;font-size:10px;font-weight:750}.hsi-archetype-options button.selected{color:#fff;background:#ff3b7f21;border-color:#ff3b7f7a}.hsi-section-nav{z-index:34;border:1px solid var(--admin-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f0f12f0;border-radius:14px;gap:5px;padding:7px;display:flex;position:sticky;top:10px}.hsi-section-nav a{color:#9999a3;border-radius:9px;align-items:center;min-height:35px;padding:0 10px;font-size:10px;font-weight:800;display:flex}.hsi-section-nav a:hover{color:#fff;background:#222228}.hsi-mobile-section{display:none}.hsi-semantic-note{background:#f4c96e0e;border-color:#f4c96e33}.hsi-semantic-note strong{color:#f4c96e;font-size:12px}.hsi-semantic-note p{color:#aaa394;margin:6px 0 0;font-size:11px;line-height:1.55}.hsi-section{border:1px solid var(--admin-border);background:var(--admin-surface);border-radius:18px;min-width:0;max-width:100%;padding:20px;scroll-margin-top:82px}.hsi-section>header{justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;margin-bottom:14px;display:flex}.hsi-section>header span{color:#65d89b;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:900}.hsi-section>header h3{margin:5px 0 4px;font-size:18px}.hsi-section>header p{color:var(--muted);margin:0;font-size:11px}.hsi-section-actions{justify-items:end;gap:7px;max-width:320px;display:grid}.hsi-section>header button{color:#fff;background:#ff3b7f;border:0;border-radius:10px;min-height:42px;padding:0 13px;font-size:10px;font-weight:850}.hsi-section>header button:disabled{opacity:.35}.hsi-section>header button.is-saved:disabled{color:#65d89b;opacity:1;background:#65d89b29}.hsi-section>header .hsi-section-feedback{text-align:right;font-size:10px}.hsi-section>header .hsi-section-feedback.success{color:#65d89b}.hsi-section>header .hsi-section-feedback.error{color:#ff7b8f}.hsi-question-list{gap:10px;min-width:0;max-width:100%;display:grid}.hsi-question{border:1px solid var(--admin-border);background:#0d0d10;border-radius:14px;min-width:0;max-width:100%;padding:15px;scroll-margin-top:100px}.hsi-question.is-dirty{border-color:#ff3b7f61}.hsi-question>header{justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;margin-bottom:12px;display:flex}.hsi-question h4{margin:0;font-size:14px}.hsi-question header p{color:var(--muted);margin:5px 0 0;font-size:10px;line-height:1.45}.hsi-question-state{color:#85858f;text-transform:uppercase;background:#1c1c21;border-radius:999px;flex:none;padding:5px 7px;font-size:8px;font-weight:850}.is-dirty .hsi-question-state{color:#ff80aa;background:#ff3b7f1a}.hsi-question>footer{color:#73737d;margin-top:11px;font-size:9px}.hsi-chip-grid,.hsi-segmented{flex-wrap:wrap;gap:7px;min-width:0;max-width:100%;display:flex}.hsi-chip-grid button,.hsi-segmented button{border:1px solid var(--admin-border);color:#c5c5cc;overflow-wrap:anywhere;cursor:pointer;background:#18181d;border-radius:11px;min-width:0;max-width:100%;min-height:42px;padding:7px 12px;font-size:11px;font-weight:700}.hsi-chip-grid button small{color:#888;margin-top:3px;font-size:8px;display:block}.hsi-chip-grid button.selected,.hsi-segmented button.selected,.hsi-tristate-list button.selected{color:#fff;background:#ff3b7f21;border-color:#ff3b7f7a;box-shadow:inset 0 0 0 1px #ff3b7f1a}.hsi-legacy-value{color:#c7b98e;background:#f4c96e12;border-radius:9px;margin:9px 0 0;padding:9px;font-size:9px;line-height:1.45}.hsi-tristate-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.hsi-tristate-list>div{background:#151519;border-radius:11px;padding:10px}.hsi-tristate-list>div>span{margin-bottom:8px;font-size:10px;font-weight:800;display:block}.hsi-tristate-list>div>div{gap:4px;display:flex}.hsi-tristate-list button{color:#9d9da7;cursor:pointer;background:#202026;border:1px solid #0000;border-radius:8px;flex:1;min-height:36px;padding:5px;font-size:9px}.hsi-age-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.hsi-age-grid label{gap:6px;display:grid}.hsi-age-grid span{font-size:10px;font-weight:800}.hsi-age-grid input,.hsi-age-grid select{border:1px solid var(--admin-border);color:#fff;min-height:44px;font:inherit;background:#17171b;border-radius:10px;padding:0 11px}.hsi-age-grid small{color:var(--muted);font-size:9px}.hsi-text-input{gap:7px;display:grid}.hsi-text-input>span,.hsi-special-hour-row label>span{color:var(--muted);font-size:10px;font-weight:800}.hsi-text-input input,.hsi-text-input textarea,.hsi-special-hour-row input,.hsi-special-hour-row select{border:1px solid var(--admin-border);color:#fff;width:100%;min-height:44px;font:inherit;background:#17171b;border-radius:10px;padding:10px 11px}.hsi-text-input textarea{resize:vertical;line-height:1.5}.hsi-special-hours{gap:10px;display:grid}.hsi-special-hour-row{border:1px solid var(--admin-border);background:#111114;border-radius:12px;grid-template-columns:1.1fr .85fr .7fr .7fr 1.3fr auto;align-items:end;gap:8px;padding:11px;display:grid}.hsi-special-hour-row label{gap:6px;display:grid}.hsi-special-hour-row>button,.hsi-add-row{border:1px solid var(--admin-border);color:#ececea;background:#17171b;border-radius:10px;min-height:42px;padding:0 12px;font-weight:750}.hsi-add-row{justify-self:start}.hsi-source-card h3{margin:0;font-size:16px}.hsi-source-card>p{color:var(--muted);margin:5px 0 14px;font-size:10px}.hsi-source-card>div{grid-template-columns:1fr 1.4fr 1fr;gap:10px;display:grid}.hsi-source-card label:nth-child(2){grid-template-columns:1fr 1fr}.hsi-source-card label:nth-child(2)>span{grid-column:1/-1}.hsi-proposals{background:#f4c96e0a;border:1px solid #f4c96e33;border-radius:17px;padding:18px}.hsi-proposals h3{margin:4px 0;font-size:16px}.hsi-proposals header span{color:#f4c96e;text-transform:uppercase;font-size:9px;font-weight:900}.hsi-proposals header p{color:var(--muted);margin:0;font-size:10px}.hsi-proposals>div{gap:8px;margin-top:13px;display:grid}.hsi-proposals article{border:1px solid var(--admin-border);background:#111114;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;padding:11px;display:flex}.hsi-proposals article strong,.hsi-proposals article span{display:block}.hsi-proposals article strong{font-size:11px}.hsi-proposals article span{color:var(--muted);margin-top:4px;font-size:9px}.hsi-proposals article>div:last-child{gap:6px;display:flex}.hsi-proposals button{border:1px solid var(--admin-border);color:#ddd;background:#202026;border-radius:9px;min-height:38px;padding:0 10px;font-size:9px;font-weight:800}.hsi-proposals button:last-child{color:#ff8db3;border-color:#ff3b7f4d}.hsi-proposal-evidence{min-width:0;max-width:760px}.hsi-proposal-evidence code{border:1px solid var(--admin-border);color:#f3f3f5;white-space:pre-wrap;overflow-wrap:anywhere;background:#09090b;border-radius:8px;max-height:130px;margin-top:7px;padding:8px;font-size:10px;line-height:1.45;display:block;overflow:auto}.hsi-proposal-evidence a{color:#ff8db3;overflow-wrap:anywhere;margin-top:5px;font-size:9px;display:block}.hsi-proposal-evidence blockquote{color:var(--muted);border-left:2px solid #f4c96e59;margin:7px 0 0;padding-left:8px;font-size:9px;line-height:1.45}.hsi-save-dock{z-index:70;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#111114f5;border:1px solid #ff3b7f59;border-radius:14px;align-items:center;gap:15px;padding:10px 11px 10px 14px;display:none;position:fixed;bottom:22px;right:22px;box-shadow:0 18px 60px #00000080}.hsi-save-dock.visible{display:flex}.hsi-save-dock span,.hsi-save-dock strong{display:block}.hsi-save-dock span{color:#999;font-size:9px}.hsi-save-dock strong{color:#fff;font-size:11px}.hsi-save-dock button{color:#fff;background:#ff3b7f;border:0;border-radius:9px;min-height:38px;padding:0 11px;font-size:9px;font-weight:850}@media (max-width:760px){.hsi-v2{gap:12px;padding-bottom:130px}.hsi-v2 button,.hsi-v2 select{min-height:44px}.hsi-hero{display:grid}.hsi-hero h2{font-size:24px}.hsi-readiness{min-width:0}.hsi-summary{padding:17px}.hsi-summary h3{font-size:17px}.hsi-missing{grid-template-columns:1fr}.hsi-archetype-card select,.hsi-mobile-section select,.hsi-source-card select,.hsi-source-card input{font-size:16px}.hsi-section-nav{display:none}.hsi-mobile-section{z-index:45;border:1px solid var(--admin-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f0f12f5;border-radius:13px;grid-template-columns:auto 1fr;align-items:center;gap:9px;padding:8px 10px;display:grid;position:sticky;top:72px}.hsi-mobile-section label{color:#888;font-size:9px;font-weight:850}.hsi-mobile-section select{color:#fff;background:#202026;border:0;border-radius:9px;min-width:0;min-height:44px;padding:0 9px}.hsi-section{border-radius:16px;padding:14px}.hsi-section>header{display:grid}.hsi-section-actions{justify-items:stretch;max-width:none}.hsi-section>header button{width:100%;min-height:46px}.hsi-section>header .hsi-section-feedback{text-align:left}.hsi-question{padding:13px}.hsi-question>header{display:grid}.hsi-question-state{justify-self:start}.hsi-chip-grid button,.hsi-segmented button{flex:auto;min-height:44px}.hsi-tristate-list{grid-template-columns:1fr}.hsi-tristate-list>div>div{grid-template-columns:repeat(3,1fr);display:grid}.hsi-tristate-list button{min-height:44px}.hsi-age-grid{grid-template-columns:1fr}.hsi-age-grid input,.hsi-age-grid select{font-size:16px}.hsi-special-hour-row{grid-template-columns:1fr 1fr}.hsi-special-hour-row label:last-of-type{grid-column:1/-1}.hsi-source-card>div,.hsi-source-card label:nth-child(2){grid-template-columns:1fr}.hsi-source-card label:nth-child(2)>span{grid-column:auto}.hsi-proposals article{flex-direction:column;align-items:stretch}.hsi-proposals article>div:last-child{grid-template-columns:1fr 1fr;display:grid}.hsi-proposals button{min-height:44px}.hsi-save-dock{right:10px;bottom:calc(72px + env(safe-area-inset-bottom));justify-content:space-between;left:10px}.hsi-save-dock button{min-height:44px}}@media (max-width:360px){.hsi-chip-grid,.hsi-segmented{grid-template-columns:1fr;display:grid}.hsi-tristate-list>div>div{grid-template-columns:1fr}.hsi-question{padding:11px}.hsi-save-dock{gap:8px}}.se-page{gap:22px;display:grid}.se-header p{max-width:760px}.se-notice{color:#9ae4b8;background:#65d89b14;border:1px solid #65d89b52;border-radius:13px;padding:14px 16px}.se-runbar{grid-template-columns:minmax(130px,.35fr) minmax(260px,1.2fr) minmax(210px,.6fr);align-items:stretch;gap:12px;display:grid}.se-runbar>label,.se-runstate{border:1px solid var(--line);background:#111114;border-radius:15px;gap:7px;padding:16px;display:grid}.se-runbar span,.se-section header span,.se-reviewgrid span,.se-reviewnote span{color:#777781;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:850}.se-runbar select{border:1px solid var(--line);color:#f4f4f5;background:#17171c;border-radius:9px;width:100%;padding:9px 11px}.se-runstate strong{font-size:22px}.se-runstate small{color:#85858f}.se-breaker{background:#f4c96e12;border:1px solid #f4c96e4d;border-radius:16px;padding:18px 20px}.se-breaker p{color:#f3d48f;margin:7px 0}.se-breaker small{color:#9a8e75}.se-metrics{grid-template-columns:repeat(9,minmax(90px,1fr));gap:8px;display:grid}.se-metric{border:1px solid var(--line);background:#111114;border-radius:13px;gap:9px;padding:14px;display:grid}.se-metric span{color:#85858f;font-size:10px}.se-metric strong{font-size:26px}.se-metric.tone-success{border-color:#65d89b33}.se-metric.tone-warning{border-color:#f4c96e47}.se-metric.tone-danger{border-color:#ff5b6e4d}.se-section{border:1px solid var(--line);background:#111114;border-radius:18px;padding:22px}.se-section>header{justify-content:space-between;gap:18px;margin-bottom:18px;display:flex}.se-section h2{margin:5px 0 6px;font-size:24px}.se-section header p{color:#898993;max-width:760px;margin:0;line-height:1.5}.se-reviewlist{gap:14px;display:grid}.se-review{border:1px solid var(--line);background:#0c0c0f;border-radius:15px;padding:18px}.se-review.priority-high{border-color:#ff5b6e4d}.se-review>header{justify-content:space-between;gap:16px;display:flex}.se-review h3{margin:4px 0;font-size:19px}.se-review header p{color:#b1b1b8;margin:0}.se-status{color:#bcbcc3;background:#ffffff0f;border-radius:999px;align-items:center;width:max-content;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.se-status.tone-published,.se-status.tone-completed,.se-status.tone-complete,.se-status.tone-resolved,.se-status.tone-accepted,.se-status.tone-pass{color:#84dda9;background:#65d89b1a}.se-status.tone-paused,.se-status.tone-review_required,.se-status.tone-open,.se-status.tone-pending,.se-status.tone-conflict{color:#f0cc7d;background:#f4c96e1a}.se-status.tone-failed,.se-status.tone-rejected,.se-status.tone-fail{color:#ff8796;background:#ff5b6e1a}.se-reviewgrid{grid-template-columns:1.1fr .9fr 1fr;gap:10px;margin:16px 0;display:grid}.se-reviewgrid>div{background:#141419;border-radius:11px;gap:7px;padding:13px;display:grid}.se-reviewgrid strong{overflow-wrap:anywhere;font-size:12px;line-height:1.5}.se-reviewgrid small{color:#8b8b95}.se-reviewgrid code{color:#aaaab2;white-space:normal;font-size:10px;line-height:1.55}.se-evidence{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:12px 0}.se-evidence summary,.se-history summary,.se-checkpoints summary{cursor:pointer;padding:12px 0;font-weight:800}.se-evidence>div{background:#141419;border-radius:10px;gap:5px;margin-bottom:9px;padding:12px;display:grid}.se-evidence a,.se-table a,.se-review footer>a{color:#ff70a1;overflow-wrap:anywhere;text-decoration:none}.se-evidence small{color:#81818b}.se-evidence blockquote{color:#b4b4bc;border-left:2px solid #ff3b7f;margin:5px 0 0;padding-left:12px}.se-reviewnote{gap:7px;margin-top:14px;display:grid}.se-reviewnote textarea{border:1px solid var(--line);color:#f4f4f5;resize:vertical;background:#15151a;border-radius:10px;min-height:72px;padding:11px}.se-review footer{justify-content:space-between;align-items:center;gap:12px;margin-top:13px;display:flex}.se-review footer>div{gap:8px;display:flex}.se-review button,.se-joblist button{cursor:pointer;border:0;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:850}.se-review button:disabled,.se-joblist button:disabled{opacity:.4;cursor:not-allowed}.se-reject{color:#eee;background:#24242a}.se-accept{color:#fff;background:#ff3b7f}.se-guardnote{color:#d1ad67;margin:12px 0 0;font-size:11px}.se-history{margin-top:16px}.se-history article{border-top:1px solid var(--line);justify-content:space-between;gap:16px;padding:11px 0;display:flex}.se-history article>div{gap:3px;display:grid}.se-history small,.se-muted{color:#797983}.se-filters{flex-wrap:wrap;gap:7px;margin-bottom:14px;display:flex}.se-filters button{border:1px solid var(--line);color:#aaaab2;cursor:pointer;background:#15151a;border-radius:999px;padding:7px 10px}.se-filters button.active{color:#fff;background:#ff3b7f1c;border-color:#ff3b7f}.se-tablewrap{overflow:auto}.se-table{border-collapse:collapse;width:100%;min-width:860px}.se-table th{text-align:left;color:#74747e;text-transform:uppercase;padding:9px;font-size:10px}.se-table td{border-top:1px solid var(--line);padding:12px 9px;font-size:12px}.se-table td:first-child{gap:4px;display:grid}.se-table td small{color:#7f7f89;margin-top:4px;display:block}.se-two{grid-template-columns:1fr 1fr;gap:16px;display:grid}.se-joblist,.se-costs{gap:9px;display:grid}.se-joblist article,.se-costs article{border:1px solid var(--line);background:#0c0c0f;border-radius:12px;gap:6px;padding:13px;display:grid}.se-joblist article>div{justify-content:space-between;display:flex}.se-joblist p{color:#f0929f;margin:0}.se-joblist small,.se-costs small,.se-boundary{color:#83838d}.se-joblist button{color:#16130c;background:#f4c96e;justify-self:start}.se-costs strong{font-size:18px}.se-boundary{margin:14px 0 0;font-size:11px}.se-checkpoints details{border-top:1px solid var(--line)}.se-checkpoints pre{color:#aaaab2;background:#09090b;border-radius:10px;max-height:320px;padding:12px;font-size:10px;overflow:auto}.se-empty,.se-loading{text-align:center;color:#7f7f89;padding:24px}.se-loading{border:1px solid var(--line);background:#111114;border-radius:16px}@media (max-width:1200px){.se-metrics{grid-template-columns:repeat(5,1fr)}.se-reviewgrid,.se-two{grid-template-columns:1fr}}@media (max-width:760px){.se-runbar{grid-template-columns:1fr}.se-metrics{grid-template-columns:repeat(3,1fr)}.se-section{padding:16px}.se-review footer{flex-direction:column;align-items:flex-start}.se-history article{flex-direction:column}.se-header{align-items:flex-start}.se-metric strong{font-size:22px}}
