: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}}
