:root{color-scheme:light;--bg:#f5f5f7;--bg-strong:#ffffff;--paper:rgba(255,255,255,0.96);--paper-strong:#fafafc;--ink:#1d1d1f;--ink-soft:#333333;--ink-muted:#7a7a7a;--line:rgba(29,29,31,0.12);--brand:#0066cc;--brand-soft:rgba(0,102,204,0.1);--warning:#8a4f00;--warning-soft:rgba(255,188,87,0.18);--success:#147a3b;--success-soft:rgba(20,122,59,0.12);--danger:#b3261e;--danger-soft:rgba(179,38,30,0.09);--shadow:0 18px 44px rgba(29,29,31,0.1);--sidebar-width:260px;--sidebar-surface:#f9f9f9;--sidebar-hover:#ececec;--sidebar-active:#e3e3e3;--composer-bottom:24px;--composer-clearance:112px;--empty-composer-clearance:108px;--radius-xl:32px;--radius-lg:18px;--radius-md:12px;--radius-sm:10px;--font-body:"Pretendard Variable","Pretendard","Apple SD Gothic Neo","Malgun Gothic",system-ui,sans-serif;--font-display:var(--font-body);--type-hero:clamp(1.75rem,2.7vw,1.96rem);--type-body:0.98rem;--type-body-line:1.72;--type-small:0.9rem;--type-caption:0.8rem;--type-ui:0.92rem;--tracking-tight:0;--empty-state-width:720px;--loading-text-color:rgba(29,29,31,0.74);--loading-text-shimmer-base:rgba(29,29,31,0.56);--loading-accent-strong:rgba(0,102,204,0.88);--loading-accent-medium:rgba(0,102,204,0.42);--loading-accent-soft:rgba(0,102,204,0.14);--loading-accent-surface:rgba(0,102,204,0.03);--loading-accent-surface-deep:rgba(0,102,204,0.01);--loading-accent-glow:rgba(0,102,204,0.34)}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{font-family:var(--font-body);font-feature-settings:"ss01";-webkit-font-smoothing:antialiased;color:var(--ink);background:linear-gradient(180deg,var(--bg-strong) 0,var(--bg) 100%)}a{color:inherit}.text-link{color:currentColor;font-weight:800;text-decoration:underline;text-underline-offset:.18em}.text-link:hover{text-decoration-thickness:2px}button,input,textarea{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{min-height:100svh;background:var(--bg-strong)}.chat-sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:var(--sidebar-width);height:100svh;color:var(--ink);transition:transform .18s ease,opacity .18s ease}.chat-sidebar[data-open=false]{pointer-events:none;opacity:0;transform:translateX(-100%)}.sidebar-scrollport{position:relative;display:flex;height:100%;width:100%;flex-direction:column;overflow-y:auto;padding:0 8px 10px;scrollbar-width:thin}.sidebar-header{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;height:56px;align-items:center;justify-content:space-between;background:var(--sidebar-surface)}.sidebar-header-button,.sidebar-reopen-button{display:inline-grid;width:36px;height:36px;place-items:center;border:0;border-radius:10px;background:transparent;color:#5f5f5f;cursor:pointer;text-decoration:none;transition:background .14s ease,color .14s ease}.sidebar-header-button:focus-visible,.sidebar-header-button:hover,.sidebar-reopen-button:focus-visible,.sidebar-reopen-button:hover{background:var(--sidebar-hover);color:var(--ink);outline:0}.sidebar-reopen-button{position:fixed;top:10px;left:10px;z-index:35;opacity:0;pointer-events:none;transform:translateX(-6px);transition:opacity .16s ease,transform .16s ease,background .14s ease}.sidebar-reopen-button[data-visible=true]{opacity:1;pointer-events:auto;transform:translateX(0)}.sidebar-history-list,.sidebar-menu-list{display:grid;grid-gap:1px;gap:1px;padding:0;margin:0;list-style:none}.sidebar-history-list,.sidebar-menu-list{padding-bottom:18px}.sidebar-icon{width:20px;height:20px;flex:0 0 auto;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;fill:none}.sidebar-icon[data-size="16"]{width:16px;height:16px}.sidebar-history-item,.sidebar-menu-item{position:relative;width:100%;min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:0;border-radius:10px;background:transparent;color:var(--ink);cursor:pointer;font-size:var(--type-ui);line-height:1.35;text-align:left;text-decoration:none;transition:background .12s ease}.sidebar-menu-item{padding:8px;font-weight:400}.sidebar-menu-list .sidebar-icon{stroke-width:1.55}.sidebar-menu-leading{display:flex;min-width:0;align-items:center;gap:8px}.sidebar-history-title,.sidebar-menu-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-history-title{display:block}.sidebar-shortcut{color:var(--ink-muted);font-size:.72rem;letter-spacing:0;opacity:0}.sidebar-menu-item:focus-visible,.sidebar-menu-item:hover{outline:0}.sidebar-menu-item:focus-visible .sidebar-shortcut,.sidebar-menu-item:hover .sidebar-shortcut{opacity:1}.sidebar-history{min-height:0}.sidebar-section-head{display:flex;align-items:center;min-height:30px;padding:0 8px}.sidebar-section-label{margin:0;color:#6f6f6f;font-size:var(--type-caption);font-weight:600}.sidebar-history-item{padding:8px;color:var(--ink-soft);overflow:hidden}.sidebar-history-item[aria-current=page]{color:var(--ink)}.sidebar-history-more{display:inline-grid;width:24px;height:24px;flex:0 0 auto;place-items:center;border-radius:8px;color:#6f6f6f;opacity:0}.sidebar-history-item:focus-visible .sidebar-history-more,.sidebar-history-item:hover .sidebar-history-more,.sidebar-history-item[aria-current=page] .sidebar-history-more{opacity:1}.sidebar-history-row{position:relative;display:flex;align-items:center;width:100%;min-width:0;border-radius:10px;--history-row-bg:var(--sidebar-surface);color:var(--ink-soft);transition:background .12s ease,color .12s ease}.sidebar-history-row:focus-within,.sidebar-history-row:hover{--history-row-bg:var(--sidebar-hover);background:var(--sidebar-hover);color:var(--ink)}.sidebar-history-row[data-active=true]{--history-row-bg:var(--sidebar-active);background:var(--sidebar-active);color:var(--ink)}.sidebar-history-row .sidebar-history-item{flex:1 1 auto;width:auto;min-width:0;background:transparent}.sidebar-history-row .sidebar-history-item:after{content:"";position:absolute;top:0;right:0;bottom:0;width:28px;pointer-events:none;background:linear-gradient(90deg,rgba(249,249,249,0),var(--history-row-bg) 82%)}.sidebar-history-row .sidebar-history-item:focus-visible,.sidebar-history-row .sidebar-history-item:hover{background:transparent;outline:0}.sidebar-history-delete{display:inline-grid;flex:0 0 28px;margin-right:3px;place-items:center;border:0;border-radius:8px;background:transparent;color:#6f6f6f;cursor:pointer;opacity:0;transition:opacity .12s ease,background .12s ease,color .12s ease}.sidebar-history-row:focus-within .sidebar-history-delete,.sidebar-history-row:hover .sidebar-history-delete,.sidebar-history-row[data-active=true] .sidebar-history-delete{opacity:1}.sidebar-history-delete:focus-visible,.sidebar-history-delete:hover{background:rgba(179,38,30,.08);color:#b42318;outline:0}.sidebar-scrim{display:none;border:0;background:transparent}.page-shell{display:grid;min-height:100svh;margin-left:var(--sidebar-width);place-items:center;padding:clamp(24px,6vw,72px) 24px var(--composer-clearance);transition:margin-left .18s ease}.app-shell[data-sidebar-state=collapsed] .page-shell{margin-left:0}.page-shell:has(.chat-card[data-empty=false]){align-items:start;padding-top:0;padding-bottom:0}.page-shell:has(.chat-card[data-empty=true]){align-items:center;padding-top:clamp(16px,3svh,24px);padding-bottom:var(--empty-composer-clearance)}.page-frame{width:min(100%,824px);margin:0 auto}.page-shell:has(.chat-card[data-empty=false]) .page-frame{min-height:100svh}.chat-card{--viewport-max-height:100svh;--viewport-padding-inline:24px;--viewport-padding-top:32px;--viewport-padding-bottom:calc(var(--composer-clearance) + 40px);display:flex;flex-direction:column;min-height:min(720px,calc(100svh - 96px));overflow:visible}.local-guard-banner{width:min(100%,768px);margin:0 auto 18px;padding:14px 16px;border-radius:var(--radius-md);border:1px solid rgba(255,210,154,.22);background:var(--warning-soft);color:var(--warning);display:flex;justify-content:space-between;gap:16px;align-items:center}.plain-button{border:0;background:transparent;color:currentColor;cursor:pointer;font-weight:700}.thread-shell{display:grid;grid-template-rows:minmax(0,1fr) auto;flex:1 1;min-height:0;grid-gap:0;gap:0}.chat-card[data-empty=true] .thread-shell{display:flex;flex-direction:column;justify-content:center;gap:var(--empty-section-gap);min-height:min(640px,calc(100svh - var(--composer-clearance)));padding-top:clamp(18px,3svh,32px)}.chat-card[data-empty=false],.chat-card[data-empty=false] .thread-shell{min-height:100svh}.thread-viewport{min-height:0;width:min(100%,768px);max-height:var(--viewport-max-height);margin:0 auto;padding:var(--viewport-padding-top) var(--viewport-padding-inline) var(--viewport-padding-bottom);overflow:auto;display:flex;flex-direction:column;gap:18px;overscroll-behavior:contain;scroll-padding-top:var(--viewport-padding-top);scroll-padding-bottom:var(--viewport-padding-bottom)}.chat-card[data-empty=false] .thread-viewport{min-height:100svh}.chat-card[data-empty=true] .thread-viewport{min-height:auto}.empty-state{display:grid;grid-gap:12px;gap:12px;justify-items:center;padding:0;text-align:center}.foundation-logo{width:clamp(120px,16vw,150px);height:auto;margin-bottom:2px}.empty-state h1{margin:0;font-family:var(--font-display);font-size:var(--type-hero);font-weight:680;line-height:1.25;letter-spacing:var(--tracking-tight)}.guideline-list{width:min(100%,var(--empty-state-width));display:grid;grid-gap:0;gap:0;padding:8px 0 0;margin:0;list-style:none;text-align:left}.guideline-item{display:grid;grid-template-columns:26px minmax(0,1fr);grid-gap:12px;gap:12px;padding:9px 0;border-top:1px solid var(--line)}.guideline-number{display:inline-grid;width:26px;height:26px;place-items:center;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:.82rem;font-weight:700}.guideline-copy{display:grid;grid-gap:4px;gap:4px}.guideline-copy strong{color:var(--ink);font-size:var(--type-body);font-weight:680;line-height:1.45}.guideline-copy span{color:var(--ink-muted);font-size:var(--type-small);line-height:1.56}.suggested-questions{width:min(100%,var(--empty-state-width));display:grid;grid-gap:var(--empty-label-gap);gap:var(--empty-label-gap);text-align:left}.chat-card[data-empty=true]{--composer-clearance:var(--empty-composer-clearance);--empty-section-gap:16px;--empty-label-gap:8px;--viewport-max-height:calc(100svh - 34px - var(--composer-clearance));--viewport-padding-inline:18px;--viewport-padding-top:0px;--viewport-padding-bottom:16px}.chat-card[data-empty=true] .composer-shell{gap:12px}.chat-card[data-empty=true] .composer-shell .composer-intro,.chat-card[data-empty=true] .composer-shell .suggested-questions{position:relative;z-index:1;width:100%}.suggested-questions__heading{margin:0;color:var(--ink-muted);font-size:var(--type-caption);font-weight:600;letter-spacing:var(--tracking-tight)}.suggested-questions__list{display:grid;grid-gap:7px;gap:7px;margin:0;padding:0;list-style:none}.suggested-question-button{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;grid-gap:12px;gap:12px;padding:10px 16px;border-radius:var(--radius-md);border:1px solid rgba(29,29,31,.09);background:rgba(255,255,255,.78);color:var(--ink);font-family:inherit;font-size:var(--type-ui);line-height:1.52;text-align:left;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease}.suggested-question-button:focus-visible,.suggested-question-button:hover{transform:translateY(-1px);border-color:rgba(0,102,204,.26);background:rgba(0,102,204,.06);box-shadow:0 6px 14px rgba(0,102,204,.06);outline:0}.suggested-question-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none;background:var(--paper-strong);border-color:var(--line)}.suggested-question-text{min-width:0;word-break:keep-all;overflow-wrap:anywhere}.suggested-question-arrow{display:inline-grid;place-items:center;color:var(--ink-muted);transition:transform .14s ease,color .14s ease}.suggested-question-arrow svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;fill:none}.suggested-question-button:focus-visible .suggested-question-arrow,.suggested-question-button:hover .suggested-question-arrow{color:var(--brand);transform:translateX(2px)}.composer-intro{width:min(100%,var(--empty-state-width));margin:0;color:var(--ink-muted);font-size:var(--type-caption);font-weight:600;letter-spacing:var(--tracking-tight);text-align:left}.chat-message{position:relative;display:grid;grid-gap:7px;gap:7px}.chat-message:last-child{padding-bottom:10px}.chat-message[data-role=user]{justify-items:end}.chat-message[data-role=assistant]{justify-items:start}.message-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.message-body{max-width:min(72ch,100%);font-size:var(--type-body);line-height:var(--type-body-line);white-space:normal;word-break:keep-all;overflow-wrap:anywhere;text-wrap:pretty}.chat-message[data-role=user] .message-body{max-width:min(70%,640px);padding:9px 13px;border-radius:20px;background:#f4f4f4;color:var(--ink)}.chat-message[data-role=assistant] .message-body{color:var(--ink);padding:0;border:0;border-radius:0;background:transparent}.chat-message[data-route-type=out_of_scope_refusal] .message-body,.chat-message[data-route-type=sensitive_refusal] .message-body{background:var(--danger-soft);color:var(--danger);padding:13px 14px;border-radius:var(--radius-md)}.message-text{margin:0;white-space:pre-wrap}.message-text+.message-text{margin-top:.85em}.message-stage{display:inline-block;width:-moz-fit-content;width:fit-content;--stage-text-color:var(--loading-text-color);--stage-shimmer-base:var(--loading-text-shimmer-base);--stage-shimmer-accent:var(--loading-accent-strong);--stage-shimmer-duration:2.15s;--stage-shimmer-size:200%;--stage-shimmer-delay:70ms;color:var(--stage-text-color);font-weight:560;will-change:opacity,transform,background-position}.message-stage[data-stage=received]{--stage-shimmer-accent:rgba(0,102,204,0.74);--stage-shimmer-duration:2.45s;--stage-shimmer-size:192%}.message-stage[data-stage=checking_sensitivity]{--stage-shimmer-accent:rgba(0,102,204,0.8);--stage-shimmer-duration:2.25s;--stage-shimmer-size:184%}.message-stage[data-stage=deciding_route]{--stage-shimmer-accent:rgba(0,102,204,0.84);--stage-shimmer-duration:2.05s;--stage-shimmer-size:196%}.message-stage[data-stage=rewriting_query]{--stage-shimmer-accent:rgba(0,102,204,0.92);--stage-shimmer-duration:1.9s;--stage-shimmer-size:204%}.message-stage[data-stage-shimmer=true]{background-image:linear-gradient(96deg,var(--stage-shimmer-base) 0,var(--stage-shimmer-base) 29%,var(--stage-shimmer-accent) 47%,var(--stage-shimmer-base) 65%,var(--stage-shimmer-base) 100%);background-size:var(--stage-shimmer-size) 100%;background-position:100% 50%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:messageStageFadeIn .18s ease-out both,messageStageShimmer var(--stage-shimmer-duration) ease-in-out infinite var(--stage-shimmer-delay)}.message-body strong{color:var(--ink);font-weight:720}.message-body code{border-radius:6px;background:var(--paper-strong);color:var(--ink-soft);font-size:.92em;padding:.12em .36em}.message-heading{margin:0;color:var(--ink);line-height:1.35;letter-spacing:var(--tracking-tight)}.message-heading--lvl2{font-size:1.08rem;font-weight:700}.message-heading--lvl3{font-size:var(--type-body);font-weight:650;color:var(--ink-soft)}.message-heading--lvl4{font-size:.84rem;font-weight:600;color:var(--ink-muted);letter-spacing:.04em;text-transform:uppercase}.message-list+.message-heading,.message-text+.message-heading{margin-top:1.15em}.message-heading+.message-heading,.message-heading+.message-list,.message-heading+.message-text{margin-top:.42em}.message-list{display:grid;grid-gap:7px;gap:7px;padding-left:19px;margin:0;line-height:1.7}.message-list li{padding-left:2px}.message-list--ordered{list-style:decimal}.message-list--unordered{list-style:disc}.message-list--circled{list-style:none;padding-left:0;gap:4px}.message-list--circled li{display:grid;grid-template-columns:1.45em minmax(0,1fr);grid-column-gap:6px;column-gap:6px;padding-left:0;align-items:baseline}.message-list-marker{color:var(--ink-soft);font-weight:600}.message-list-content{min-width:0}.message-list+.message-list,.message-list+.message-text,.message-text+.message-list{margin-top:.85em}.message-table-scroll{margin:0;overflow-x:auto;border-radius:10px;border:1px solid var(--line);background:var(--paper-strong)}.message-table{width:100%;border-collapse:collapse;font-size:.95em;line-height:1.55}.message-table td,.message-table th{padding:8px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;color:var(--ink-soft)}.message-table th{background:var(--paper-strong);color:var(--ink);font-weight:650;border-bottom-width:1.5px}.message-table tbody tr:last-child td{border-bottom:0}.message-table td+td,.message-table th+th{border-left:1px solid var(--line)}.message-table td[data-align=center],.message-table th[data-align=center]{text-align:center}.message-table td[data-align=right],.message-table th[data-align=right]{text-align:right}.message-table td[data-align=left],.message-table th[data-align=left]{text-align:left}.message-heading+.message-table-scroll,.message-list+.message-table-scroll,.message-table-scroll+.message-heading,.message-table-scroll+.message-list,.message-table-scroll+.message-table-scroll,.message-table-scroll+.message-text,.message-text+.message-table-scroll{margin-top:.85em}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.response-meta{max-width:min(72ch,100%);display:grid;grid-gap:8px;gap:8px;overflow-wrap:anywhere}.response-meta-stack{display:grid}.response-meta-layer{grid-area:1/1}.response-meta-stack[data-transitioning=true] .response-meta-layer--pending{animation:responseMetaFadeOut .18s ease forwards}.response-meta-stack[data-transitioning=true] .response-meta-layer--final{animation:responseMetaFadeIn .18s ease forwards}@keyframes responseMetaFadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes responseMetaFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-3px)}}@keyframes messageStageShimmer{0%,18%{background-position:110% 50%}52%,to{background-position:-110% 50%}}@keyframes messageStageFadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.message-stage[data-stage-shimmer=true]{animation:none;background-image:none;background-size:auto;background-position:0 0;-webkit-background-clip:border-box;background-clip:border-box;color:var(--stage-text-color);-webkit-text-fill-color:currentColor}.response-meta-stack[data-transitioning=true] .response-meta-layer--final,.response-meta-stack[data-transitioning=true] .response-meta-layer--pending,.response-reference-placeholder-description:after,.response-reference-placeholder-icon,.response-reference-placeholder-loader,.response-reference-placeholder:after{animation:none}}.response-badge{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;padding:4px 9px;border-radius:999px;font-size:var(--type-caption);font-weight:650;letter-spacing:.01em}.response-badge[data-tone=grounded]{background:var(--brand-soft);color:var(--brand)}.response-badge[data-tone=warning]{background:var(--warning-soft);color:var(--warning)}.response-badge[data-tone=danger]{background:var(--danger-soft);color:var(--danger)}.response-badge[data-tone=success]{background:var(--success-soft);color:var(--success)}.response-callout,.response-disclaimer,.response-error{padding:13px 14px;border-radius:var(--radius-md);font-family:var(--font-body);font-size:var(--type-small);line-height:1.66}.response-callout{background:var(--paper-strong);border:1px solid var(--line)}.response-callout[data-tone=grounded]{background:var(--brand-soft);color:var(--brand);border-color:rgba(0,102,204,.18)}.response-callout[data-tone=warning]{background:var(--warning-soft);color:var(--warning);border-color:rgba(255,210,154,.22)}.response-callout[data-tone=danger]{background:var(--danger-soft);color:var(--danger);border-color:rgba(179,38,30,.16)}.response-callout[data-tone=success]{background:var(--success-soft);color:var(--success);border-color:rgba(20,122,59,.16)}.response-disclaimer{background:var(--warning-soft);color:var(--warning)}.suggestion-list{display:flex;flex-wrap:wrap;gap:8px}.suggestion-button{border:1px solid rgba(0,102,204,.2);background:var(--paper);color:var(--brand);border-radius:999px;padding:9px 12px;font:inherit;font-size:var(--type-small);font-weight:800;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease}.suggestion-button:focus-visible,.suggestion-button:hover{transform:translateY(-1px);border-color:rgba(0,102,204,.34);background:var(--brand-soft)}.response-error{background:var(--danger-soft);color:var(--danger);display:flex;justify-content:space-between;gap:12px;align-items:center}.source-list{display:grid;grid-gap:10px;gap:10px;padding-top:1px}.source-list-title{margin:0;color:rgba(29,29,31,.48);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.source-item{max-width:100%;display:grid;grid-gap:7px;gap:7px;padding:10px 0 0;border-top:1px solid rgba(29,29,31,.08)}.source-meta{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px}.source-meta-icon{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;background:rgba(29,29,31,.05);color:rgba(29,29,31,.46)}.source-meta-icon svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.source-chip{width:auto;max-width:100%;padding:0;border-radius:0;border:0;background:transparent;color:rgba(29,29,31,.58);font-size:.76rem;font-weight:600;line-height:1.5;overflow-wrap:anywhere}.source-chip,.source-page-tag{display:inline-flex;align-items:center}.source-page-tag{justify-content:center;min-width:52px;padding:3px 8px;border-radius:999px;background:rgba(29,29,31,.05);color:rgba(29,29,31,.62);font-size:.72rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.source-quote{max-width:min(72ch,100%);margin:0;padding:10px 12px;border-left:3px solid rgba(29,29,31,.14);border-radius:0 12px 12px 0;background:linear-gradient(180deg,rgba(247,247,245,.96),rgba(250,250,248,.9));color:rgba(29,29,31,.82);font-size:var(--type-small);line-height:1.68;white-space:pre-wrap;word-break:keep-all;overflow-wrap:anywhere;text-wrap:pretty}.response-references{margin-top:2px}.response-references--pending{min-height:92px}.response-references--pending[data-compact=true]{min-height:70px}.response-references-title{margin:0 0 8px;color:var(--ink-muted);font-size:var(--type-caption);font-weight:600;letter-spacing:.04em;text-transform:uppercase}.response-references-list{display:grid;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.response-reference-placeholder{--reference-loading-border:var(--loading-accent-soft);--reference-loading-surface-start:var(--loading-accent-surface);--reference-loading-surface-end:var(--loading-accent-surface-deep);--reference-loading-sheen:rgba(255,255,255,0.68);--reference-loading-underline-start:rgba(0,102,204,0.08);--reference-loading-underline-glow:var(--loading-accent-glow);--reference-loading-underline-end:var(--loading-accent-surface);--reference-loading-loader:var(--loading-accent-medium);--reference-loading-icon-active-bg:rgba(0,102,204,0.1);--reference-loading-icon-active-fg:rgba(0,102,204,0.62);position:relative;display:grid;grid-template-columns:36px minmax(0,1fr) 18px;align-items:center;grid-gap:12px;gap:12px;min-height:58px;padding:11px 14px;border-radius:var(--radius-md);border:1px solid var(--reference-loading-border);background:linear-gradient(135deg,var(--reference-loading-surface-start),var(--reference-loading-surface-end)),var(--paper-strong);overflow:hidden}.response-reference-placeholder[data-stage=retrieving]{--reference-loading-border:rgba(0,102,204,0.16);--reference-loading-surface-start:rgba(0,102,204,0.04);--reference-loading-surface-end:rgba(0,102,204,0.015);--reference-loading-loader:rgba(0,102,204,0.46);--reference-loading-underline-glow:rgba(0,102,204,0.38)}.response-reference-placeholder[data-stage=searching_retry]{--reference-loading-border:rgba(0,102,204,0.21);--reference-loading-surface-start:rgba(0,102,204,0.058);--reference-loading-surface-end:rgba(0,102,204,0.024);--reference-loading-sheen:rgba(255,255,255,0.76);--reference-loading-loader:rgba(0,102,204,0.54);--reference-loading-underline-glow:rgba(0,102,204,0.46);--reference-loading-icon-active-bg:rgba(0,102,204,0.14);--reference-loading-icon-active-fg:rgba(0,102,204,0.7)}.response-reference-placeholder[data-stage=composing_grounded]{--reference-loading-border:rgba(0,102,204,0.12);--reference-loading-surface-start:rgba(0,102,204,0.025);--reference-loading-surface-end:rgba(0,102,204,0.01);--reference-loading-loader:rgba(0,102,204,0.3);--reference-loading-underline-glow:rgba(0,102,204,0.24)}.response-reference-placeholder[data-compact=true]{min-height:48px;padding:9px 12px}.response-reference-placeholder:after{content:"";position:absolute;inset:0;background:linear-gradient(102deg,rgba(255,255,255,0) 0,rgba(255,255,255,0) 36%,var(--reference-loading-sheen) 50%,rgba(255,255,255,0) 64%,rgba(255,255,255,0) 100%);transform:translateX(-135%);animation:responseReferenceSheen 2.6s ease-in-out infinite;pointer-events:none}.response-reference-placeholder[data-stage=retrieving]:after,.response-reference-placeholder[data-stage=searching_retry]:after{animation-duration:2.15s}.response-reference-placeholder[data-stage=composing_grounded]:after{animation-duration:3.1s;opacity:.82}.response-reference-placeholder-icon{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:999px;background:rgba(29,29,31,.05);color:rgba(29,29,31,.46);animation:responseReferencePulse 1.9s ease-in-out infinite}.response-reference-placeholder[data-stage=retrieving] .response-reference-placeholder-icon,.response-reference-placeholder[data-stage=searching_retry] .response-reference-placeholder-icon{animation-duration:1.45s}.response-reference-placeholder[data-stage=composing_grounded] .response-reference-placeholder-icon{animation-duration:2.35s}.response-reference-placeholder-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;fill:none}.response-reference-placeholder-content{display:grid;grid-gap:3px;gap:3px;min-width:0}.response-reference-placeholder-label{color:var(--ink);font-size:.92rem;font-weight:650;line-height:1.4}.response-reference-placeholder-description{position:relative;color:var(--ink-soft);font-size:var(--type-small);line-height:1.55}.response-reference-placeholder-description:after{content:"";display:block;width:min(172px,72%);height:1px;margin-top:5px;border-radius:999px;background:linear-gradient(90deg,var(--reference-loading-underline-start) 0,var(--reference-loading-underline-glow) 34%,var(--reference-loading-underline-start) 68%,var(--reference-loading-underline-end) 100%);animation:responseReferenceUnderline 1.8s ease-in-out infinite;transform-origin:left center}.response-reference-placeholder-loader{display:inline-grid;place-items:center;color:var(--reference-loading-loader);animation:responseReferenceLoaderSpin 1.05s linear infinite}.response-reference-placeholder[data-stage=composing_grounded] .response-reference-placeholder-loader{animation-duration:1.35s}.response-reference-placeholder-loader svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;fill:none}@keyframes responseReferenceSheen{0%,16%{transform:translateX(-135%)}48%,to{transform:translateX(135%)}}@keyframes responseReferencePulse{0%,to{transform:scale(1);background:rgba(29,29,31,.05);color:rgba(29,29,31,.44)}50%{transform:scale(1.035);background:var(--reference-loading-icon-active-bg);color:var(--reference-loading-icon-active-fg)}}@keyframes responseReferenceLoaderSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes responseReferenceUnderline{0%,to{opacity:.52;transform:scaleX(.92)}50%{opacity:1;transform:scaleX(1)}}.response-reference-link{display:grid;grid-template-columns:36px minmax(0,1fr) 18px;align-items:center;grid-gap:12px;gap:12px;padding:11px 14px;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--paper-strong);color:var(--ink);text-decoration:none;transition:transform .14s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease}.response-reference-link:focus-visible,.response-reference-link:hover{transform:translateY(-1px);border-color:rgba(0,102,204,.34);background:var(--brand-soft);box-shadow:0 6px 16px rgba(0,102,204,.08);outline:0}.response-reference-icon{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:999px;background:var(--brand-soft);color:var(--brand)}.response-reference-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;fill:none}.response-reference-content{display:grid;grid-gap:2px;gap:2px;min-width:0}.response-reference-label{color:var(--ink);font-size:.92rem;font-weight:650;line-height:1.4}.response-reference-description{color:var(--ink-muted);font-size:.8rem;line-height:1.5}.response-reference-arrow{display:inline-grid;place-items:center;color:var(--ink-muted);transition:transform .14s ease,color .14s ease}.response-reference-arrow svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;fill:none}.response-reference-link:focus-visible .response-reference-arrow,.response-reference-link:hover .response-reference-arrow{color:var(--brand);transform:translateX(2px)}.response-retry{white-space:nowrap}.exam-practice-card{max-width:min(760px,100%);display:grid;grid-gap:14px;gap:14px;padding:16px;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--paper-strong);overflow-wrap:anywhere}.exam-practice-intro,.exam-practice-outro{margin:0;color:var(--ink-soft);font-size:.92rem;line-height:1.65;word-break:keep-all}.exam-practice-outro{color:var(--ink-muted);font-size:.86rem;border-top:1px dashed var(--line);padding-top:12px}.exam-practice-section{display:grid;grid-gap:10px;gap:10px}.exam-practice-section-title{margin:0;color:var(--ink-muted);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.exam-practice-question-list{display:grid;grid-gap:12px;gap:12px}.exam-practice-question{display:grid;grid-gap:10px;gap:10px;padding:14px;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-strong)}.exam-practice-question-stem{display:grid;grid-template-columns:auto minmax(0,1fr);grid-column-gap:8px;column-gap:8px;align-items:baseline;margin:0;font-size:.97rem;font-weight:700;line-height:1.55;color:var(--ink);word-break:keep-all}.exam-practice-question-number{color:var(--brand);font-weight:700}.exam-practice-choice-list{display:grid;grid-gap:6px;gap:6px;margin:0;padding:0;list-style:none}.exam-practice-choice-row{display:block}.exam-practice-choice{display:grid;grid-template-columns:1.5em minmax(0,1fr) auto;grid-column-gap:8px;column-gap:8px;align-items:baseline;width:100%;padding:9px 12px;font:inherit;font-size:.92rem;line-height:1.6;color:var(--ink-soft);word-break:keep-all;text-align:left;background:var(--paper-strong);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.exam-practice-choice:focus-visible[data-state=idle],.exam-practice-choice:hover[data-state=idle]{background:var(--brand-soft);border-color:rgba(0,102,204,.34);color:var(--brand);outline:0}.exam-practice-choice[aria-disabled=true]{cursor:default}.exam-practice-choice[data-state=answer],.exam-practice-choice[data-state=selected-correct]{background:var(--success-soft);border-color:rgba(20,122,59,.32);color:var(--success)}.exam-practice-choice[data-state=selected-wrong]{background:var(--danger-soft);border-color:rgba(179,38,30,.34);color:var(--danger)}.exam-practice-choice[data-state=disabled]{background:var(--paper-strong);color:var(--ink-muted);opacity:.7}.exam-practice-choice-marker{color:var(--ink-muted);font-weight:600}.exam-practice-choice[data-state=answer] .exam-practice-choice-marker,.exam-practice-choice[data-state=selected-correct] .exam-practice-choice-marker{color:var(--success)}.exam-practice-choice[data-state=selected-wrong] .exam-practice-choice-marker{color:var(--danger)}.exam-practice-choice-text{min-width:0}.exam-practice-choice-mark{font-weight:700;font-size:1.05rem}.exam-practice-choice-mark--correct{color:var(--success)}.exam-practice-choice-mark--wrong{color:var(--danger)}.exam-practice-result{display:grid;grid-gap:8px;gap:8px;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--line)}.exam-practice-result[data-result=correct]{background:var(--success-soft);border-color:rgba(20,122,59,.24)}.exam-practice-result[data-result=wrong]{background:var(--warning-soft);border-color:rgba(255,188,87,.32)}.exam-practice-result[data-result=correct] .exam-practice-answer-label{background:var(--bg-strong);color:var(--success);border-color:rgba(20,122,59,.24)}.exam-practice-result[data-result=wrong] .exam-practice-answer-label{background:var(--bg-strong);color:var(--warning);border-color:rgba(255,188,87,.32)}.exam-practice-disclosure{border-radius:var(--radius-sm);background:var(--paper-strong);border:1px solid var(--line);transition:background .14s ease,border-color .14s ease}.exam-practice-disclosure[open]{background:var(--success-soft);border-color:rgba(20,122,59,.2)}.exam-practice-disclosure-summary{cursor:pointer;padding:9px 12px;font-size:.86rem;font-weight:650;color:var(--brand);list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.exam-practice-disclosure-summary::-webkit-details-marker{display:none}.exam-practice-disclosure-summary:before{content:"▶";display:inline-block;margin-right:6px;transition:transform .14s ease;color:var(--ink-muted);font-size:.7em}.exam-practice-disclosure[open]>.exam-practice-disclosure-summary{color:var(--success)}.exam-practice-disclosure[open]>.exam-practice-disclosure-summary:before{transform:rotate(90deg);color:var(--success)}.exam-practice-disclosure-body{display:grid;grid-gap:8px;gap:8px;padding:10px 12px 12px;border-top:1px solid rgba(20,122,59,.18)}.exam-practice-answer-line{display:inline-flex;align-items:center;gap:8px;margin:0;font-size:.93rem}.exam-practice-answer-label{display:inline-flex;padding:2px 8px;border-radius:999px;background:var(--bg-strong);color:var(--success);font-size:.78rem;font-weight:700;letter-spacing:.02em;border:1px solid rgba(20,122,59,.2)}.exam-practice-answer-marker{font-size:1.05rem;font-weight:700;color:var(--ink)}.exam-practice-explanation{margin:0;color:var(--ink-soft);font-size:.9rem;line-height:1.65;word-break:keep-all}.composer-shell{position:fixed;left:calc(var(--sidebar-width) + ((100vw - var(--sidebar-width) - min(calc(100vw - var(--sidebar-width) - 48px), 768px)) / 2));bottom:max(var(--composer-bottom),env(safe-area-inset-bottom));z-index:20;width:min(calc(100vw - var(--sidebar-width) - 48px),768px);margin:0 auto;padding:0;border:0;background:transparent;display:flex;flex-direction:column;gap:10px;transition:left .18s ease,width .18s ease,transform .18s ease}.composer-shell:before{content:"";position:fixed;right:0;bottom:0;left:var(--sidebar-width);z-index:0;height:calc(var(--composer-clearance) + 72px);pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,0) 0,var(--bg-strong) 38%,var(--bg-strong) 100%)}.app-shell[data-sidebar-state=collapsed] .composer-shell{right:50%;left:auto;width:min(calc(100vw - 48px),768px);transform:translateX(50%)}.app-shell[data-sidebar-state=collapsed] .composer-shell:before{left:0}.composer-note{margin:0 0 12px;color:var(--ink-soft);font-size:.92rem}.composer-form{position:relative;z-index:1;min-height:56px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;padding:8px 8px 8px 16px;border:1px solid var(--line);border-radius:28px;background:var(--bg-strong);box-shadow:var(--shadow)}.composer-input{width:100%;height:24px;min-height:24px;max-height:208px;resize:none;overflow-y:auto;scrollbar-width:none;border:0;border-radius:0;background:transparent;padding:0;color:var(--ink);box-shadow:none;font-size:var(--type-body);line-height:24px}.composer-input::-webkit-scrollbar{width:0;height:0}.composer-input::placeholder{color:var(--ink-muted)}.composer-input:focus{outline:0}.composer-form:focus-within{border-color:rgba(0,102,204,.34);box-shadow:0 0 0 4px rgba(0,102,204,.1),var(--shadow)}.composer-actions{display:flex;justify-content:flex-end;gap:12px;align-items:center}.composer-status{color:var(--ink-soft);font-size:var(--type-small)}.send-button{border:0;display:inline-grid;width:36px;height:36px;place-items:center;border-radius:999px;background:var(--ink);color:var(--bg-strong);padding:0;font-size:1.15rem;font-weight:800;line-height:1;cursor:pointer;box-shadow:none;transition:transform .14s ease,background .14s ease,opacity .14s ease}.send-button:focus-visible,.send-button:hover{transform:translateY(-1px);background:#f5f5f7}.send-button:disabled{opacity:.46;cursor:not-allowed;box-shadow:none;transform:none}@media (max-width:960px){:root{--sidebar-width:260px}.chat-card{min-height:620px}.chat-card[data-empty=true]{min-height:auto}}@media (max-width:760px){.app-shell{display:block;min-height:100svh}.chat-sidebar{width:min(86vw,var(--sidebar-width));box-shadow:18px 0 44px rgba(0,0,0,.16)}.sidebar-history-row{min-height:38px}.sidebar-history-item{padding-top:9px;padding-bottom:9px}.sidebar-history-delete{opacity:1}.page-shell{margin-left:0}.page-shell:has(.chat-card[data-empty=false]){padding-top:0;padding-bottom:0}.sidebar-scrim{position:fixed;inset:0;z-index:25;display:block;background:rgba(0,0,0,.22);opacity:0;pointer-events:none;transition:opacity .16s ease}.sidebar-scrim[data-visible=true]{opacity:1;pointer-events:auto}.composer-shell{right:50%;left:auto;width:min(calc(100vw - 32px),768px);transform:translateX(50%)}.composer-shell:before{left:0}}@media (max-width:640px){:root{--composer-bottom:12px;--composer-clearance:96px;--type-hero:1.48rem;--type-body:0.94rem;--type-body-line:1.68;--type-small:0.84rem;--type-caption:0.76rem;--type-ui:0.88rem;--empty-state-width:100%;--empty-composer-clearance:96px}.composer-shell:before{height:calc(var(--composer-clearance) + 56px)}.page-shell{padding:12px 14px var(--composer-clearance)}.page-frame{width:100%}.chat-card{min-height:calc(100svh - 32px)}.chat-card[data-empty=true]{min-height:auto}.chat-card[data-empty=true] .thread-shell{justify-content:flex-start;gap:var(--empty-section-gap);min-height:auto;padding-top:max(32px,env(safe-area-inset-top))}.thread-viewport{width:100%;--viewport-padding-inline:16px}.chat-card[data-empty=false] .thread-viewport{min-height:100svh;max-height:100svh;--viewport-padding-top:28px;--viewport-padding-bottom:calc(var(--composer-clearance) + 32px);overflow:auto}.empty-state h1{font-size:var(--type-hero);line-height:1.24}.foundation-logo{width:104px}.guideline-list{padding-top:0}.guideline-item{grid-template-columns:24px minmax(0,1fr);gap:9px;padding:8px 0}.guideline-number{width:24px;height:24px;font-size:.78rem}.guideline-copy strong{font-size:.9rem;line-height:1.36}.guideline-copy span{font-size:var(--type-small);line-height:1.5}.suggested-questions__heading{font-size:var(--type-caption)}.suggested-question-button{padding:10px 12px;font-size:var(--type-ui)}.composer-form{min-height:56px;padding:8px 8px 8px 14px;border-radius:28px}.composer-input{font-size:1rem}.send-button{width:36px;height:36px;font-size:1.15rem}.message-body{max-width:100%;padding:13px 14px;line-height:var(--type-body-line)}.message-list{gap:8px;padding-left:18px;line-height:1.7}.message-list li{padding-left:1px}.message-list--circled{padding-left:0;gap:5px}.message-list--circled li{grid-template-columns:1.5em minmax(0,1fr)}.message-table{font-size:.93em}.message-table td,.message-table th{padding:7px 10px}.response-reference-link{grid-template-columns:32px minmax(0,1fr) 18px;padding:10px 12px}.response-reference-icon{width:32px;height:32px}.response-reference-icon svg{width:16px;height:16px}}:root{--bg:#eff5ff;--bg-strong:#fbfdff;--paper:rgba(255,255,255,0.9);--paper-strong:#ffffff;--ink:#101828;--ink-soft:#344054;--ink-muted:#667085;--line:rgba(27,59,119,0.09);--brand:#247cff;--brand-soft:rgba(36,124,255,0.1);--shadow:0 24px 60px rgba(30,76,160,0.12);--sidebar-width:276px;--sidebar-surface:#eaf2ff;--sidebar-hover:rgba(36,124,255,0.09);--sidebar-active:rgba(36,124,255,0.12);--empty-state-width:1280px;--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--radius-sm:12px;--keyboard-offset:0px}body{background:#ffffff}.app-shell{background:transparent}.chat-sidebar{background:var(--sidebar-surface);border-right:1px solid rgba(36,124,255,.08);box-shadow:14px 0 44px rgba(28,71,145,.06);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sidebar-scrollport{padding:14px 14px 18px}.sidebar-header{gap:12px;height:auto;padding-bottom:14px;margin-bottom:8px;background:transparent}.sidebar-home-button{display:inline-flex;flex:1 1 auto;align-items:center;gap:10px;min-height:42px;padding:0 14px;border:0;border-radius:16px;background:linear-gradient(180deg,rgba(36,124,255,.16),rgba(36,124,255,.08));color:var(--brand);font-size:.96rem;font-weight:800;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(36,124,255,.08);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.sidebar-home-button:focus-visible,.sidebar-home-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(36,124,255,.12),inset 0 0 0 1px rgba(36,124,255,.08);outline:0}.sidebar-home-button__icon{display:inline-grid;width:24px;height:24px;place-items:center;border-radius:999px;background:rgba(255,255,255,.7)}.sidebar-header-button,.sidebar-reopen-button{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.82);color:var(--ink-soft);box-shadow:inset 0 0 0 1px rgba(27,59,119,.08)}.sidebar-header-button:focus-visible,.sidebar-header-button:hover,.sidebar-reopen-button:focus-visible,.sidebar-reopen-button:hover{background:rgba(255,255,255,.96);color:var(--brand)}.sidebar-reopen-button{top:16px;left:16px}.sidebar-menu-list{gap:8px;padding-bottom:22px}.sidebar-history-item,.sidebar-menu-item{min-height:46px;border-radius:14px;font-size:.96rem}.sidebar-menu-item{padding:0 14px;font-weight:600}.sidebar-menu-item:focus-visible,.sidebar-menu-item:hover{background:var(--sidebar-hover)}.sidebar-menu-leading{gap:10px}.sidebar-menu-text{font-size:.96rem}.sidebar-shortcut{display:none}.sidebar-section-head{min-height:34px;padding:0 8px 8px}.sidebar-section-label{color:#475467;font-size:.9rem;font-weight:700}.sidebar-history-list{gap:8px}.sidebar-history-row{min-height:46px;border-radius:14px;background:rgba(255,255,255,.58);box-shadow:inset 0 0 0 1px rgba(27,59,119,.05)}.sidebar-history-row:focus-within,.sidebar-history-row:hover{background:rgba(36,124,255,.1)}.sidebar-history-row[data-active=true]{background:linear-gradient(180deg,rgba(36,124,255,.16),rgba(36,124,255,.1));color:var(--brand)}.sidebar-history-item{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 10px;background:transparent;text-align:left}.sidebar-history-leading{display:inline-grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border-radius:999px;background:rgba(255,255,255,.76);color:var(--brand)}.sidebar-history-row .sidebar-history-item:after{display:none}.sidebar-history-title{flex:1 1 auto;text-align:left;font-size:.94rem;font-weight:600}.sidebar-history-delete{opacity:1;width:28px;height:28px;flex-basis:28px;margin-right:8px;border-radius:9px}.sidebar-history-delete:focus-visible,.sidebar-history-delete:hover{background:rgba(36,124,255,.1);color:var(--brand)}.page-shell{align-items:start;padding:18px 18px var(--composer-clearance)}.page-shell:has(.chat-card[data-empty=true]){min-height:auto;padding:18px 0 0}.page-shell:has(.chat-card[data-empty=true]) .page-frame{width:100%}.chat-card[data-empty=true]{min-height:auto}.chat-card[data-empty=true] .thread-shell{gap:18px;justify-content:flex-start;min-height:auto;padding-top:0}.chat-card[data-empty=true] .thread-viewport{width:100%}.empty-state{justify-items:stretch;text-align:left}.romi-home{display:grid;grid-gap:16px;gap:16px;width:min(100%,1300px);margin:0 auto}.romi-home__content-shell{display:grid;grid-gap:16px;gap:16px;padding:16px;border-radius:30px;background:linear-gradient(180deg,rgba(251,253,255,.82),rgba(245,249,255,.92));box-shadow:inset 0 0 0 1px rgba(36,124,255,.05),0 18px 40px rgba(30,76,160,.05)}.romi-feature,.romi-home__hero,.romi-home__starter,.romi-notice{animation:romi-rise .54s cubic-bezier(.22,1,.36,1) both}.romi-home__hero{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,420px);grid-gap:clamp(18px,3vw,30px);gap:clamp(18px,3vw,30px);align-items:center;overflow:hidden;padding:clamp(22px,3vw,32px);border-radius:28px;background:radial-gradient(circle at top left,rgba(36,124,255,.1),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.985),rgba(245,249,255,.975));box-shadow:inset 0 0 0 1px rgba(36,124,255,.08),0 24px 56px rgba(30,76,160,.1)}.romi-home__hero:after{content:"";position:absolute;right:-10%;bottom:-38%;width:72%;aspect-ratio:1/1;border-radius:50%;background:radial-gradient(circle,rgba(180,212,255,.28),rgba(180,212,255,0) 70%)}.romi-home__hero-art,.romi-home__hero-copy{position:relative;z-index:1}.romi-home__brand{display:grid;justify-items:start;grid-gap:6px;gap:6px;margin-bottom:18px}.romi-home__brand-mark-logo{display:block;width:auto;height:clamp(3rem,6vw,4.2rem);margin:0}.romi-home__brand-tag{margin:0;color:#6b7280;font-size:1.53rem;font-weight:700}.romi-home__brand-tag-accent{color:transparent;background:linear-gradient(180deg,#39a0ff,#2d70ff 58%,#1657e6);background-clip:text;-webkit-background-clip:text}.romi-home__hero-text{display:grid;grid-gap:12px;gap:12px;max-width:680px}.romi-home__eyebrow{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(36,124,255,.08);color:#245fdb;font-size:.82rem;font-weight:700}.romi-home__hero-text h1{margin:0;color:#101828;font-size:clamp(1.46rem,2.7vw,2.59rem);font-weight:700;line-height:1.35;letter-spacing:-.05em;word-break:keep-all}.romi-home__inline-logo{display:inline-block;width:auto;height:.95em;vertical-align:-.1em}.romi-home__hero-text p{margin:0;color:#42526b;font-size:clamp(.95rem,1.15vw,1.04rem);line-height:1.72}.romi-home__hero-art{display:flex;justify-content:center;align-items:center;min-height:280px}.romi-home__character{width:min(100%,360px);height:auto;filter:drop-shadow(0 24px 30px rgba(30,76,160,.14))}.romi-home__spark{position:absolute;color:rgba(85,148,255,.72)}.romi-home__spark svg{width:26px;height:26px;stroke:currentColor;stroke-width:1.6;fill:currentColor}.romi-home__spark--one{top:14%;left:12%}.romi-home__spark--two{right:6%;top:28%;opacity:.52}.romi-home__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;scroll-margin-top:24px}.romi-feature{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center;min-height:148px;padding:20px;border-radius:22px;background:rgba(255,255,255,.82);box-shadow:inset 0 0 0 1px rgba(36,124,255,.06),0 20px 40px rgba(30,76,160,.06)}.romi-feature:nth-child(2){animation-delay:70ms}.romi-feature:nth-child(3){animation-delay:.14s}.romi-feature__icon,.romi-home__starter-badge,.romi-home__starter-icon{display:inline-grid;place-items:center;border-radius:999px;background:linear-gradient(180deg,rgba(239,246,255,.96),rgba(225,239,255,.96));color:var(--brand)}.romi-feature__icon{width:72px;height:72px;box-shadow:inset 0 0 0 1px rgba(36,124,255,.08)}.romi-feature__icon svg,.romi-home__starter-badge svg,.romi-home__starter-icon svg{width:32px;height:32px;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;fill:none}.romi-feature__copy{display:grid;grid-gap:8px;gap:8px}.romi-feature__copy h2{margin:0;color:#101828;font-size:1rem;font-weight:800;line-height:1.45;word-break:keep-all}.romi-feature__copy p{margin:0;color:#475467;font-size:.92rem;line-height:1.68}.romi-home__notices{display:grid;grid-gap:10px;gap:10px}.romi-notice{display:grid;grid-template-columns:28px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:flex-start;padding:14px 18px;border-radius:14px}.romi-notice,.romi-notice[data-tone=info]{background:rgba(238,245,255,.85);box-shadow:inset 0 0 0 1px rgba(36,124,255,.1)}.romi-notice[data-tone=warning]{background:rgba(255,247,232,.9);box-shadow:inset 0 0 0 1px rgba(234,158,36,.18)}.romi-notice[data-tone=practice]{background:rgba(234,248,240,.9);box-shadow:inset 0 0 0 1px rgba(34,160,90,.18)}.romi-notice__icon{display:inline-grid;width:26px;height:26px;margin-top:1px;place-items:center;border-radius:999px;background:#2d70ff;color:#ffffff;font-size:.9rem;font-weight:900;line-height:1}.romi-notice[data-tone=info] .romi-notice__icon{background:#2d70ff}.romi-notice[data-tone=warning] .romi-notice__icon{background:#f29d33}.romi-notice[data-tone=practice] .romi-notice__icon{background:#2aa86b}.romi-notice__copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.romi-notice__title{margin:0;color:#101828;font-size:.98rem;font-weight:700;line-height:1.45;letter-spacing:-.01em}.romi-notice__description{margin:0;color:#475467;font-size:.9rem;line-height:1.6;white-space:pre-line}.romi-home__starters{display:grid;grid-gap:14px;gap:14px;padding-bottom:0}.romi-home__starter-heading{display:flex;align-items:center;gap:8px}.romi-home__starter-heading p{margin:0;color:#101828;font-size:1.08rem;font-weight:800}.romi-home__starter-badge,.romi-home__starter-icon{width:36px;height:36px}.romi-home__starter-list{display:grid;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.romi-home__starter{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:68px;padding:0 18px 0 12px;border:0;border-radius:18px;background:rgba(255,255,255,.88);box-shadow:inset 0 0 0 1px rgba(36,124,255,.06),0 16px 30px rgba(30,76,160,.05);color:#10203d;text-align:left;cursor:pointer;transition:transform .17s ease,box-shadow .17s ease,background .17s ease}.romi-home__starter:focus-visible,.romi-home__starter:hover{transform:translateY(-2px);background:rgba(255,255,255,.98);box-shadow:inset 0 0 0 1px rgba(36,124,255,.09),0 22px 34px rgba(30,76,160,.09);outline:0}.romi-home__starter:disabled{cursor:not-allowed;opacity:.6;transform:none}.romi-home__starter-main{display:flex;align-items:center;min-width:0;gap:12px}.romi-home__starter[data-tone=rose] .romi-home__starter-icon{color:#ef5da8}.romi-home__starter[data-tone=sky] .romi-home__starter-icon{color:#2f80ed}.romi-home__starter[data-tone=blue] .romi-home__starter-icon{color:#1f73ff}.romi-home__starter-label{min-width:0;font-size:.98rem;font-weight:600;line-height:1.48;word-break:keep-all}.romi-home__starter-arrow{color:#59739e;font-size:1.42rem;line-height:1;transition:transform .15s ease,color .15s ease}.romi-home__starter:focus-visible .romi-home__starter-arrow,.romi-home__starter:hover .romi-home__starter-arrow{color:var(--brand);transform:translateX(3px)}.chat-card[data-empty=true] .composer-shell{position:fixed;left:calc(var(--sidebar-width) + ((100vw - var(--sidebar-width) - min(calc(100vw - var(--sidebar-width) - 36px), 1280px)) /
          2));right:auto;bottom:calc(max(18px, env(safe-area-inset-bottom)) + var(--keyboard-offset));width:min(calc(100vw - var(--sidebar-width) - 36px),1280px);margin:0;transform:none;z-index:24;gap:0}.chat-card[data-empty=true] .composer-shell:before{display:none}.composer-form{min-height:62px;padding:8px 10px 8px 18px;border:1px solid rgba(36,124,255,.08);border-radius:22px;background:rgba(255,255,255,.72);box-shadow:0 20px 38px rgba(30,76,160,.1),inset 0 0 0 1px rgba(255,255,255,.32);backdrop-filter:blur(18px) saturate(1.12);-webkit-backdrop-filter:blur(18px) saturate(1.12)}.composer-form:focus-within{border-color:rgba(36,124,255,.32);box-shadow:0 0 0 4px rgba(36,124,255,.1),0 22px 38px rgba(30,76,160,.12)}.composer-input{color:#10203d;font-size:1rem;line-height:1.65}.composer-input::placeholder{color:#7d8baa}.send-button{width:42px;height:42px;background:linear-gradient(180deg,#3197ff,#236bff);color:#ffffff;box-shadow:0 10px 18px rgba(36,124,255,.26)}.send-button:focus-visible,.send-button:hover{background:linear-gradient(180deg,#45a2ff,#2b76ff)}.chat-card[data-empty=true] .thread-viewport{padding-right:4px;overflow:auto;overscroll-behavior:contain}.app-shell[data-sidebar-state=collapsed] .chat-card[data-empty=true] .composer-shell{left:auto;right:50%;width:min(calc(100vw - 36px),1280px);transform:translateX(50%)}.app-shell[data-sidebar-state=collapsed] .chat-card[data-empty=true] .composer-shell:before{left:0}@keyframes romi-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1180px){:root{--sidebar-width:264px;--empty-state-width:1120px}.romi-home__hero{grid-template-columns:minmax(0,1fr) minmax(240px,360px)}.romi-home__features{grid-template-columns:repeat(2,minmax(0,1fr))}.romi-feature:last-child{grid-column:1/-1}}@media (max-width:900px){.page-shell:has(.chat-card[data-empty=true]) .page-frame{width:100%}.romi-home__hero{grid-template-columns:1fr;padding:24px}.romi-home__hero-copy{order:1}.romi-home__hero-art{order:0;min-height:240px}.romi-home__features{grid-template-columns:1fr}.romi-feature:last-child{grid-column:auto}}@media (max-width:760px){:root{--sidebar-width:286px}.chat-sidebar{width:min(88vw,var(--sidebar-width))}.page-shell{padding:12px 12px var(--composer-clearance)}.chat-card[data-empty=true] .thread-shell{min-height:auto}.chat-card[data-empty=true] .composer-shell{left:auto;right:50%;width:min(calc(100vw - 24px),1280px);transform:translateX(50%)}.chat-card[data-empty=true] .composer-shell:before{left:0}}@media (max-width:640px){:root{--empty-state-width:100%;--sidebar-width:274px}.sidebar-scrollport{padding:12px}.sidebar-home-button{min-height:40px;padding:0 12px;font-size:.92rem}.sidebar-history-item,.sidebar-menu-item{min-height:44px}.page-shell:has(.chat-card[data-empty=true]){padding-bottom:22px}.romi-home{gap:14px}.romi-home__content-shell{gap:14px;padding:14px;border-radius:24px}.romi-home__hero{padding:60px 18px 18px;border-radius:24px;gap:12px}.romi-home__brand{margin-bottom:10px}.romi-home__brand-mark-logo{height:2.85rem}.romi-home__brand-tag{font-size:1.38rem}.romi-home__hero-text{gap:10px}.romi-home__hero-text h1{font-size:1.29rem;line-height:1.35}.romi-feature__copy p,.romi-home__hero-text p,.romi-home__starter-label,.romi-notice__description{font-size:.92rem}.romi-notice__title{font-size:.96rem}.romi-home__hero-text p{line-height:1.55}.romi-home__hero-text h1 br,.romi-home__hero-text p br{display:none}.romi-home__hero-copy{order:0}.romi-home__hero-art{order:1;min-height:84px;justify-content:flex-end}.romi-home__character{width:min(100%,150px)}.romi-home__spark--two{display:none}.romi-feature{grid-template-columns:64px minmax(0,1fr);gap:14px;min-height:auto;padding:18px;border-radius:20px}.romi-feature__icon{width:64px;height:64px}.romi-feature__icon svg{width:28px;height:28px}.romi-notice{grid-template-columns:26px minmax(0,1fr);gap:12px;padding:14px 16px;border-radius:14px}.romi-notice__icon{width:24px;height:24px;font-size:.88rem}.romi-home__starter-heading p{font-size:1.05rem}.romi-home__starter-badge,.romi-home__starter-icon{width:34px;height:34px}.romi-home__starter-badge svg,.romi-home__starter-icon svg{width:22px;height:22px}.romi-home__starter{min-height:68px;padding:0 18px 0 12px;border-radius:18px}.chat-card[data-empty=true]{--composer-clearance:96px;--viewport-max-height:calc(100svh - 22px - var(--composer-clearance));--viewport-padding-bottom:10px}.romi-home__starters{gap:14px;padding-bottom:0}.composer-form{min-height:56px;padding:8px 8px 8px 14px;border-radius:20px}.send-button{width:38px;height:38px}}.chat-sidebar{display:flex;flex-direction:column}.chat-sidebar .sidebar-scrollport{flex:1 1 auto;min-height:0;height:auto}.sidebar-promo-shell{flex:0 0 auto;padding:6px 14px 16px}.sidebar-promo{display:grid;grid-gap:10px;gap:10px;width:100%;padding:14px 16px 12px;border:0;border-radius:20px;background:#ffffff;color:var(--ink);text-align:left;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(36,124,255,.08),0 14px 30px rgba(28,71,145,.07);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.sidebar-promo:focus-visible,.sidebar-promo:hover{transform:translateY(-1px);background:#ffffff;box-shadow:inset 0 0 0 1px rgba(36,124,255,.2),0 20px 36px rgba(28,71,145,.14);outline:0}.sidebar-promo__title{font-weight:800;font-size:1rem;letter-spacing:-.01em;color:#10203d}.sidebar-promo__body{display:grid;grid-template-columns:78px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center}.sidebar-promo__art{position:relative;display:inline-grid;place-items:center;width:78px;height:78px;border-radius:18px;overflow:hidden}.sidebar-promo__art img{width:88%;height:auto;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(30,76,160,.18))}.sidebar-promo__text{font-size:.78rem;line-height:1.55;color:#475467;word-break:keep-all}.sidebar-promo__cta{display:inline-flex;align-items:center;gap:4px;justify-self:end;color:var(--brand);font-weight:700;font-size:.84rem}.sidebar-promo__cta svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.page-shell:has(.romi-intro){align-items:start;padding-top:clamp(18px,3vw,32px);padding-bottom:clamp(24px,4vw,48px)}.page-shell:has(.romi-intro) .page-frame{width:100%}.romi-intro{display:grid;grid-gap:18px;gap:18px;width:min(100%,1300px);margin:0 auto}.romi-intro__acronym,.romi-intro__cta,.romi-intro__features,.romi-intro__friend,.romi-intro__hero{animation:romi-rise .56s cubic-bezier(.22,1,.36,1) both}.romi-intro__acronym{animation-delay:60ms}.romi-intro__friend{animation-delay:.12s}.romi-intro__features{animation-delay:.18s}.romi-intro__cta{animation-delay:.24s}.romi-intro__hero{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,460px);grid-gap:clamp(20px,3vw,36px);gap:clamp(20px,3vw,36px);align-items:center;overflow:hidden;padding:clamp(24px,3.5vw,40px);border-radius:28px;box-shadow:inset 0 0 0 1px rgba(36,124,255,.1),0 24px 56px rgba(30,76,160,.1)}.romi-intro__hero-copy{display:grid;grid-gap:14px;gap:14px;position:relative;z-index:1}.romi-intro__hero-title{margin:0;color:#101828;font-size:clamp(1.55rem,2.4vw,2.2rem);font-weight:800;line-height:1.32;letter-spacing:-.04em;word-break:keep-all}.romi-intro__hero-title span{color:var(--brand)}.romi-intro__hero-text{margin:0;color:#42526b;font-size:clamp(.95rem,1.1vw,1.04rem);line-height:1.78;word-break:keep-all}.romi-intro__hero-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:280px;z-index:1}.romi-intro__hero-image{width:min(100%,380px);height:auto;filter:drop-shadow(0 24px 32px rgba(30,76,160,.18))}.romi-intro__acronym{padding:clamp(20px,2.5vw,28px) clamp(22px,3vw,36px);border-radius:22px;background:#ffffff;box-shadow:inset 0 0 0 1px rgba(36,124,255,.08),0 18px 40px rgba(30,76,160,.05)}.romi-intro__acronym-title{margin:0 0 18px;padding-bottom:16px;border-bottom:1px solid rgba(36,124,255,.12);color:var(--brand);font-size:clamp(1.36rem,2.2vw,1.9rem);font-weight:800;letter-spacing:-.02em;line-height:1.36;word-break:keep-all}.romi-intro__acronym-title-tail{color:#101828;margin-left:2px}.romi-intro__acronym-text{margin:0;color:#42526b;font-size:.98rem;line-height:1.78;word-break:keep-all}.romi-intro__section-heading{margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid rgba(36,124,255,.12);color:#101828;font-size:clamp(1.36rem,2.2vw,1.9rem);font-weight:800;letter-spacing:-.02em}.romi-intro__friend{padding:clamp(20px,2.5vw,28px) clamp(22px,3vw,36px);border-radius:26px;box-shadow:inset 0 0 0 1px rgba(36,124,255,.08),0 18px 40px rgba(30,76,160,.05)}.romi-intro__friend-grid{display:grid;grid-template-columns:minmax(220px,360px) minmax(0,1fr);grid-gap:clamp(20px,2.8vw,36px);gap:clamp(20px,2.8vw,36px);align-items:center}.romi-intro__friend-art{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;padding:16px;background:transparent}.romi-intro__friend-image{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 16px 22px rgba(30,76,160,.16))}.romi-intro__friend-list{display:grid;grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}.romi-intro__friend-card{display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:flex-start;padding:18px 20px;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:inset 0 0 0 1px rgba(36,124,255,.08),0 12px 24px rgba(30,76,160,.06)}.romi-intro__friend-number{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:999px;background:linear-gradient(180deg,#3197ff,#236bff);color:#ffffff;font-size:1rem;font-weight:800;letter-spacing:-.02em;box-shadow:0 6px 14px rgba(36,124,255,.32)}.romi-intro__friend-text{display:grid;grid-gap:6px;gap:6px}.romi-intro__friend-text h3{margin:0;color:#101828;font-size:1.02rem;font-weight:800;letter-spacing:-.01em}.romi-intro__friend-text p{margin:0;color:#475467;font-size:.92rem;line-height:1.68;word-break:keep-all}.romi-intro__features{padding:clamp(20px,2.5vw,28px) clamp(22px,3vw,36px);border-radius:26px;background:#ffffff;box-shadow:inset 0 0 0 1px rgba(36,124,255,.08),0 18px 40px rgba(30,76,160,.05)}.romi-intro__features-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);grid-column-gap:clamp(20px,3vw,36px);column-gap:clamp(20px,3vw,36px);grid-row-gap:12px;row-gap:12px;align-items:stretch}.romi-intro__feature-row{display:grid;grid-template-columns:52px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center;padding:14px 4px;border-bottom:1px solid rgba(36,124,255,.1)}.romi-intro__features-grid>.romi-intro__feature-row:nth-last-of-type(2){border-bottom:0}.romi-intro__feature-icon{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:999px;background:rgba(36,124,255,.08);color:var(--brand)}.romi-intro__feature-icon svg{width:26px;height:26px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;fill:none}.romi-intro__feature-text{display:grid;grid-gap:4px;gap:4px}.romi-intro__feature-text h3{margin:0;color:var(--brand);font-size:1rem;font-weight:800;letter-spacing:-.01em}.romi-intro__feature-text p{margin:0;color:#475467;font-size:.9rem;line-height:1.65;word-break:keep-all}.romi-intro__feature-screenshot{display:grid;place-items:center;padding:10px;border-radius:16px;background:rgba(232,238,250,.55);box-shadow:inset 0 0 0 1px rgba(36,124,255,.06)}.romi-intro__feature-image{display:block;width:100%;height:auto;border-radius:10px}.romi-intro__cta{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(220px,360px);align-items:center;overflow:hidden;padding:clamp(24px,3.2vw,40px);border-radius:28px;box-shadow:inset 0 0 0 1px rgba(36,124,255,.1),0 24px 56px rgba(30,76,160,.1)}.romi-intro__cta-copy{position:relative;z-index:1;display:grid;grid-gap:28px;gap:28px;justify-items:center;text-align:center}.romi-intro__cta-copy h2{margin:0;color:#101828;font-size:clamp(1.9rem,2.7vw,2.4rem);font-weight:800;line-height:1.36;letter-spacing:-.03em;word-break:keep-all}.romi-intro__cta-copy h2 span{color:var(--brand)}.romi-intro__cta-copy p{margin:0;color:#42526b;font-size:.96rem;line-height:1.72;word-break:keep-all}.romi-intro__cta-button{display:inline-flex;align-items:center;gap:8px;justify-self:center;min-height:52px;margin-top:4px;padding:0 52px;border:0;border-radius:999px;background:linear-gradient(180deg,#3197ff,#236bff);color:#ffffff;font-size:1rem;font-weight:800;letter-spacing:-.01em;cursor:pointer;box-shadow:0 14px 30px rgba(36,124,255,.32);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.romi-intro__cta-button:focus-visible,.romi-intro__cta-button:hover{transform:translateY(-1px);background:linear-gradient(180deg,#45a2ff,#2b76ff);box-shadow:0 20px 36px rgba(36,124,255,.4);outline:0}.romi-intro__cta-button svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}.romi-intro__cta-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:220px;z-index:1}.romi-intro__cta-image{width:min(100%,300px);height:auto;filter:drop-shadow(0 24px 30px rgba(30,76,160,.18))}@media (max-width:900px){.romi-intro__cta,.romi-intro__hero{grid-template-columns:1fr}.romi-intro__cta-art,.romi-intro__hero-art{order:-1;min-height:220px}.romi-intro__features-grid,.romi-intro__friend-grid{grid-template-columns:1fr}}@media (max-width:760px){.page-shell:has(.romi-intro){padding:14px 14px 28px}.romi-intro{gap:14px}.romi-intro__cta,.romi-intro__hero{padding:22px;border-radius:24px}.romi-intro__acronym,.romi-intro__features,.romi-intro__friend{padding:20px 18px;border-radius:22px}.romi-intro__cta-image,.romi-intro__hero-image{width:min(82%,260px)}}@media (max-width:640px){.sidebar-promo{padding:12px 14px;border-radius:18px}.sidebar-promo__body{grid-template-columns:64px minmax(0,1fr)}.sidebar-promo__art{width:64px;height:64px;border-radius:14px}.sidebar-promo__text{font-size:.74rem}.romi-intro__feature-card,.romi-intro__friend-card{padding:14px 16px}}.page-shell:has(.faq-shell){align-items:start;padding-top:clamp(18px,3vw,32px);padding-bottom:clamp(24px,4vw,48px)}.page-shell:has(.faq-shell) .page-frame{width:100%}.faq-shell{display:flex;flex-direction:column;gap:28px;width:min(960px,calc(100vw - 48px));margin:0 auto;padding:0 0 24px;color:var(--ink)}.faq-topbar{display:flex;align-items:center;justify-content:flex-start}.faq-back-link{display:inline-flex;align-items:center;gap:4px;padding:6px 8px 6px 4px;border:0;border-radius:999px;background:transparent;color:#4b5670;font-family:inherit;font-size:.92rem;font-weight:500;text-decoration:none;cursor:pointer;transition:color .14s ease,background .14s ease}.faq-back-link:focus-visible,.faq-back-link:hover{color:#0875ff;background:rgba(8,117,255,.08);outline:0}.faq-back-link__icon{width:18px;height:18px;flex:0 0 auto}.faq-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:center;grid-gap:28px;gap:28px;min-height:168px;padding:32px 48px;border-radius:28px;background:linear-gradient(135deg,#f3f8ff,#eaf3ff);overflow:hidden}.faq-hero__decor{position:absolute;border-radius:999px;background:#dbeeff;pointer-events:none}.faq-hero__decor--tr{width:220px;height:220px;top:-90px;right:-70px;background:#d5eaff;opacity:.85}.faq-hero__decor--bc{width:200px;height:200px;bottom:-110px;left:38%;background:#d9ecff;opacity:.7}.faq-hero__decor--mr{width:42px;height:42px;top:62%;right:14%;background:#cae4ff;opacity:.85}.faq-hero__copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:22px;min-width:0}.faq-hero__title{margin:0;color:#1a2236;font-family:var(--font-display);font-size:clamp(2rem,3.4vw,2.75rem);font-weight:800;line-height:1.18;letter-spacing:-.01em}.faq-hero__lead{margin:0;color:#2b3650;font-size:clamp(.98rem,1.4vw,1.08rem);line-height:1.75;font-weight:500}.faq-hero__art{position:relative;z-index:1;justify-self:end;align-self:center;width:100%;max-width:240px;aspect-ratio:1169/919}.faq-hero__romi{display:block;width:100%;height:100%;object-fit:contain}.faq-list{display:flex;flex-direction:column;margin-top:18px}.faq-item{border-top:1px solid #e5e7eb;padding:22px 4px}.faq-item:last-of-type{border-bottom:1px solid #e5e7eb}.faq-item__summary{display:grid;grid-template-columns:36px minmax(0,1fr) 24px;align-items:center;grid-gap:22px;gap:22px;cursor:pointer;list-style:none;padding:4px 8px 4px 4px;border-radius:12px;transition:background .14s ease}.faq-item__summary::-webkit-details-marker{display:none}.faq-item__summary:focus-visible,.faq-item__summary:hover{background:rgba(8,117,255,.06);outline:0}.faq-item__index{width:32px;height:32px;display:grid;place-items:center;border-radius:999px;background:#0875ff;color:#ffffff;font-size:.95rem;font-weight:700;letter-spacing:0}.faq-item__question{min-width:0;color:#006fff;font-size:clamp(1.02rem,1.55vw,1.22rem);font-weight:700;line-height:1.45}.faq-chevron{width:22px;height:22px;justify-self:end;color:#0875ff;transition:transform .2s ease,color .14s ease}.faq-item:not([open]) .faq-chevron{transform:rotate(180deg);color:#4b5670}.faq-answer{padding:16px 8px 4px 80px;display:flex;flex-direction:column;gap:12px;color:#20283a;font-size:1rem;line-height:1.85;font-weight:400}.faq-answer__paragraph{margin:0}.faq-answer__quotes{margin:4px 0;padding:14px 18px;list-style:none;display:flex;flex-direction:column;gap:8px;background:#f3f6fb;border-left:3px solid #0875ff;border-radius:8px;color:#1f2a44}.faq-answer__quotes li{font-style:italic}@media (max-width:760px){.faq-shell{width:calc(100vw - 32px);padding:16px 0 64px;gap:20px}.faq-hero{grid-template-columns:1fr;grid-template-rows:auto auto;padding:22px 28px 14px;min-height:0;gap:12px}.faq-hero__copy{order:1;gap:14px}.faq-hero__art{order:2;justify-self:center;max-width:168px;margin-top:4px}.faq-hero__decor--tr{width:160px;height:160px;top:-70px;right:-50px}.faq-hero__decor--bc{width:140px;height:140px;bottom:-90px;left:30%}.faq-hero__decor--mr{width:30px;height:30px;top:70%;right:8%}.faq-item{padding:18px 2px}.faq-item__summary{grid-template-columns:30px minmax(0,1fr) 20px;gap:14px}.faq-item__index{width:28px;height:28px;font-size:.88rem}.faq-chevron{width:18px;height:18px}.faq-answer{padding:14px 4px 4px 44px;font-size:.96rem;line-height:1.8}.faq-answer__quotes{padding:12px 14px}}@media (max-width:480px){.faq-hero{padding:17px 22px 12px}.faq-answer{padding-left:0}}