body,html{background:var(--colorNeutralBackground2);height:100%}body{min-height:100vh}.container{max-width:980px;margin:0 auto;padding:24px;display:grid;grid-gap:16px;gap:16px}.sectionInner{display:grid;grid-gap:12px;gap:12px;padding:12px}.row{display:flex;gap:12px;align-items:center}.actionsRow{display:grid;grid-template-columns:1fr auto;align-items:end}.pad{padding:12px}.gridGap8{display:grid;grid-gap:8px;gap:8px}.sourcesGrid{display:grid;grid-gap:var(--spacingVerticalL,16px);gap:var(--spacingVerticalL,16px)}.mt4{margin-top:4px}.flexGap8Baseline{display:flex;gap:8px;align-items:baseline}.drawerGrid{display:grid;grid-gap:12px;gap:12px}.sectionDivider{margin:8px 0}.sourcesHeaderRow{display:flex;align-items:center;justify-content:space-between;padding:0 12px}.answer{line-height:1.6;white-space:normal;word-break:normal;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.answer-title3{font-size:var(--fontSizeBase500,16px);font-weight:var(--fontWeightRegular,400);letter-spacing:.005em}.answer .citation-badge{display:inline-block;vertical-align:super;font-size:.7em;line-height:1;padding:2px 6px;margin:0 2px;border-radius:999px;background:var(--colorBrandBackground,#115ea3);color:var(--colorNeutralForegroundOnBrand,#fff);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.answer .citation-badge:hover{background:var(--colorBrandBackgroundHover,#0f548c)}.answer .citation-badge.citation-badge-addendum{background:color-mix(in oklab,var(--colorBrandBackground,#115ea3) 70%,#ffd24d 30%);color:#fff}.answer .citation-highlight{background:color-mix(in oklab,var(--colorNeutralBackground1,#fff) 60%,var(--colorNeutralStroke2,#d1d1d1) 40%);transition:background .12s ease-in-out}.answer p{margin:.4em 0}.answer ol,.answer ul{margin:.4em 0 .6em 1.2em}.answer-title3 p{margin:.8em 0}.dev-meta-panel{position:fixed;bottom:12px;right:12px;background:rgba(0,0,0,.7);color:#fff;padding:8px 10px;border-radius:8px;font-size:12px;z-index:1000}@keyframes iconPop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.icon-pop{display:inline-flex;animation:iconPop .22s ease-in-out}.error-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;background:rgba(255,0,0,.08);border:1px solid rgba(255,0,0,.3);color:#9a1a1a;padding:8px 10px;border-radius:8px}.error-banner-main{flex:1 1}.error-banner-actions{display:flex;gap:8px}.error-banner .rid{margin-left:8px;opacity:.75}.chatTranscript{display:flex;flex-direction:column}.chatRowRight{display:flex;justify-content:flex-end;margin:8px 0}.chatRowLeft{display:flex;justify-content:flex-start;margin:8px 0}.chatUserCard{box-shadow:none!important;background-color:var(--colorNeutralBackground3,#f3f2f1)!important;border-radius:8px}.chatUserInner{padding:12px;max-width:640px;white-space:pre-wrap}.chatAssistantInner{max-width:760px}.unlockContainer{max-width:560px}.mt12{margin-top:12px}.mt16{margin-top:16px}