@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-brand-primary:red;--color-brand-secondary:#b30000;--color-brand-primary-hover:#c00;--color-brand-primary-alpha:#ff000026;--color-surface-base:#000;--color-surface-elevated:#1a1a1a;--color-surface-overlay:#2d2d2d;--color-surface-card:#111;--color-surface-input:#1a1a1a;--color-border-subtle:#333;--color-border-strong:#555;--color-border-focus:var(--color-brand-primary);--color-text-primary:#fff;--color-text-secondary:#b3b3b3;--color-text-tertiary:gray;--color-text-inverse:#000;--color-text-brand:var(--color-brand-primary);--color-status-success:#00c853;--color-status-success-bg:#00c8531f;--color-status-warning:#ffb300;--color-status-warning-bg:#ffb3001f;--color-status-error:#ff1744;--color-status-error-bg:#ff17441f;--color-status-info:#2979ff;--color-status-info-bg:#2979ff1f;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--text-display:clamp(2.5rem, 5vw, 4rem);--text-h1:clamp(2rem, 3vw, 2.5rem);--text-h2:clamp(1.5rem, 2vw, 1.75rem);--text-h3:clamp(1.125rem, 1.5vw, 1.25rem);--text-body:1rem;--text-small:.875rem;--text-xs:.75rem;--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:999px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-glow:0 0 20px #f003;--sidebar-width:280px;--sidebar-collapsed-width:80px;--topbar-height:0px;--transition-fast:all .15s cubic-bezier(.25, 1, .5, 1);--transition-default:all .3s cubic-bezier(.25, 1, .5, 1);--transition-slow:all .5s cubic-bezier(.25, 1, .5, 1);--z-base:0;--z-sticky:100;--z-dropdown:200;--z-overlay:300;--z-modal:400;--z-toast:500;--chart-1:red;--chart-2:#f44;--chart-3:#f77;--chart-4:#faa;--chart-5:#2979ff;--chart-6:#00c853;--chart-7:#ffb300;--chart-8:#ab47bc}[data-theme=light]{--color-surface-base:#f0f0f0;--color-surface-elevated:#f7f7f7;--color-surface-overlay:#fff;--color-surface-card:#fff;--color-surface-input:#fff;--color-border-subtle:#d4d4d4;--color-border-strong:#aaa;--color-text-primary:#0a0a0a;--color-text-secondary:#555;--color-text-tertiary:#888;--color-text-inverse:#fff;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 32px #0000001f;--shadow-glow:0 0 20px #ff00001a}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px}body{font-family:var(--font-family);font-size:var(--text-body);font-weight:var(--font-regular);color:var(--color-text-primary);background-color:var(--color-surface-base);line-height:1.5;transition:background-color .3s,color .3s;overflow:hidden}.tabular-nums{font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border-subtle);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-border-strong)}:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}a{color:var(--color-brand-primary);text-decoration:none}a:hover{text-decoration:underline}img,video{max-width:100%;display:block}ul,ol{list-style:none}input,textarea,select,button{font-family:inherit;font-size:inherit}button{cursor:pointer;background:0 0;border:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg, var(--color-surface-elevated) 25%, var(--color-surface-overlay) 50%, var(--color-surface-elevated) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.8s ease-in-out infinite shimmer}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:.3s forwards fadeIn}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.4s cubic-bezier(.25,1,.5,1) forwards fadeInUp}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.slide-in-right{animation:.3s cubic-bezier(.25,1,.5,1) forwards slideInRight}@keyframes pulseDot{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.pulse-dot{background:var(--color-brand-primary);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite pulseDot}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite spin}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}.stagger-children>*{opacity:0;animation:.4s cubic-bezier(.25,1,.5,1) forwards fadeInUp}.stagger-children>:first-child{animation-delay:0s}.stagger-children>:nth-child(2){animation-delay:50ms}.stagger-children>:nth-child(3){animation-delay:.1s}.stagger-children>:nth-child(4){animation-delay:.15s}.stagger-children>:nth-child(5){animation-delay:.2s}.stagger-children>:nth-child(6){animation-delay:.25s}.stagger-children>:nth-child(7){animation-delay:.3s}.stagger-children>:nth-child(8){animation-delay:.35s}._sidebar_1480m_1{background:var(--color-surface-elevated);border-right:1px solid var(--color-border-subtle);flex-direction:column;height:100vh;transition:width .3s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden}._expanded_1480m_12{width:var(--sidebar-width)}._collapsed_1480m_16{width:var(--sidebar-collapsed-width)}._userSection_1480m_21{align-items:center;gap:var(--space-md);padding:var(--space-lg);border-bottom:1px solid var(--color-border-subtle);min-height:80px;display:flex}._avatar_1480m_30{background:var(--color-brand-primary);color:#fff;width:40px;min-width:40px;height:40px;font-weight:var(--font-bold);font-size:var(--text-body);border-radius:50%;justify-content:center;align-items:center;display:flex}._userInfo_1480m_44{flex-direction:column;display:flex;overflow:hidden}._userName_1480m_50{font-weight:var(--font-semibold);font-size:var(--text-small);color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._userEmail_1480m_59{font-size:var(--text-xs);color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._toggleBtn_1480m_68{padding:var(--space-sm) var(--space-lg);color:var(--color-text-secondary);transition:var(--transition-fast);cursor:pointer;justify-content:center;align-items:center;display:flex}._toggleBtn_1480m_68:hover{color:var(--color-text-primary)}._nav_1480m_83{gap:var(--space-xs);padding:var(--space-sm) var(--space-sm);flex-direction:column;flex:1;display:flex}._navItem_1480m_91{align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-md);border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:var(--text-small);font-weight:var(--font-medium);transition:var(--transition-fast);white-space:nowrap;cursor:pointer;display:flex}._navItem_1480m_91:hover{background:var(--color-surface-overlay);color:var(--color-text-primary)}._navItem_1480m_91._active_1480m_110{background:var(--color-brand-primary);color:#fff}._navItem_1480m_91._active_1480m_110:hover{background:var(--color-brand-secondary)}._footer_1480m_120{padding:var(--space-sm);border-top:1px solid var(--color-border-subtle)}._logoutBtn_1480m_125{align-items:center;gap:var(--space-md);width:100%;padding:var(--space-md);border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:var(--text-small);font-weight:var(--font-medium);transition:var(--transition-fast);white-space:nowrap;cursor:pointer;display:flex}._logoutBtn_1480m_125:hover{background:var(--color-status-error-bg);color:var(--color-status-error)}._markdown_f7yiz_1{flex-direction:column;gap:2px;display:flex}._paragraph_f7yiz_7{margin:0;line-height:1.55}._spacer_f7yiz_12{height:6px}._heading1_f7yiz_17{margin:4px 0 2px;font-size:1.15em;font-weight:700;line-height:1.3}._heading2_f7yiz_24{margin:4px 0 2px;font-size:1.05em;font-weight:600;line-height:1.3}._heading3_f7yiz_31{margin:2px 0 1px;font-size:1em;font-weight:600;line-height:1.3}._list_f7yiz_39{flex-direction:column;gap:2px;margin:2px 0;padding-left:20px;display:flex}._list_f7yiz_39 li{line-height:1.5}._list_f7yiz_39 li::marker{color:var(--color-text-secondary,#8a8a8a)}._inlineCode_f7yiz_56{background:#ffffff14;border-radius:4px;padding:1px 5px;font-family:Fira Code,Consolas,monospace;font-size:.9em}._fab_x0vub_2{background:var(--color-brand-primary,#e31e24);color:#fff;cursor:pointer;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #e31e2466}._fab_x0vub_2:hover{transform:scale(1.08);box-shadow:0 6px 28px #e31e2480}._fabPulse_x0vub_26{animation:2s infinite _pulse_x0vub_1}@keyframes _pulse_x0vub_1{0%{box-shadow:0 4px 20px #e31e2466}50%{box-shadow:0 4px 30px #e31e24b3}to{box-shadow:0 4px 20px #e31e2466}}._drawer_x0vub_37{background:var(--color-surface-base,#141414);border-left:1px solid var(--color-border-default,#2a2a2a);z-index:999;flex-direction:column;width:420px;height:100vh;transition:right .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-440px;box-shadow:-8px 0 40px #0000004d}._drawer_x0vub_37._open_x0vub_52{right:0}._drawerOverlay_x0vub_56{z-index:998;opacity:0;pointer-events:none;background:#0000004d;transition:opacity .3s;position:fixed;inset:0}._drawerOverlay_x0vub_56._open_x0vub_52{opacity:1;pointer-events:auto}._drawerHeader_x0vub_72{border-bottom:1px solid var(--color-border-default,#2a2a2a);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;display:flex}._drawerTitle_x0vub_82{color:var(--color-text-primary,#f0f0f0);flex:1;align-items:center;gap:10px;min-width:0;font-size:14px;font-weight:600;display:flex}._drawerTitle_x0vub_82 svg{color:var(--color-brand-primary,#e31e24);flex-shrink:0}._headerActions_x0vub_98{flex-shrink:0;align-items:center;gap:6px;display:flex}._drawerClose_x0vub_105{color:var(--color-text-secondary,#8a8a8a);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;display:flex}._drawerClose_x0vub_105:hover{background:var(--color-surface-elevated,#1e1e1e);color:var(--color-text-primary,#f0f0f0)}._modelSelector_x0vub_122{background:var(--color-surface-elevated,#1e1e1e);border:1px solid var(--color-border-default,#2a2a2a);border-radius:6px;gap:2px;padding:2px;display:flex}._modelBtn_x0vub_131{color:var(--color-text-secondary,#8a8a8a);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:3px 8px;font-family:inherit;font-size:11px;font-weight:500;transition:all .15s}._modelBtn_x0vub_131._active_x0vub_144{background:var(--color-brand-primary,#e31e24);color:#fff}._modelBtn_x0vub_131:not(._active_x0vub_144):hover{color:var(--color-text-primary,#f0f0f0)}._historyBtn_x0vub_154{color:var(--color-text-secondary,#8a8a8a);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;transition:all .15s;display:flex}._historyBtn_x0vub_154._active_x0vub_144{color:var(--color-brand-primary,#e31e24);background:var(--color-surface-elevated,#1e1e1e)}._historyBtn_x0vub_154:not(._active_x0vub_144):hover{background:var(--color-surface-elevated,#1e1e1e);color:var(--color-text-primary,#f0f0f0)}._historyList_x0vub_177{flex-direction:column;flex:1;gap:4px;padding:10px;display:flex;overflow-y:auto}._historyLoading_x0vub_186{flex:1;justify-content:center;align-items:center;display:flex}._clientGroup_x0vub_194{flex-direction:column;gap:2px;display:flex}._clientGroup_x0vub_194+._clientGroup_x0vub_194{margin-top:8px}._clientGroupHeader_x0vub_204{justify-content:space-between;align-items:center;padding:6px 12px 4px;display:flex}._clientGroupName_x0vub_211{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-secondary,#8a8a8a);font-size:11px;font-weight:700}._clientGroupCount_x0vub_219{color:var(--color-text-muted,#606060);background:var(--color-surface-elevated,#1e1e1e);border-radius:10px;padding:1px 6px;font-size:10px;font-weight:600}._historyItem_x0vub_229{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:10px;width:100%;padding:8px 12px;transition:all .15s;display:flex}._historyItem_x0vub_229:hover{background:var(--color-surface-elevated,#1e1e1e);border-color:var(--color-border-default,#2a2a2a)}._historyIcon_x0vub_248{background:var(--color-surface-elevated,#1e1e1e);border:1px solid var(--color-border-default,#2a2a2a);width:28px;height:28px;color:var(--color-brand-primary,#e31e24);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}._historyContent_x0vub_261{flex:1;min-width:0}._historyTitle_x0vub_266{color:var(--color-text-primary,#f0f0f0);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}._historyMeta_x0vub_275{color:var(--color-text-muted,#606060);align-items:center;gap:4px;margin-top:2px;font-size:11px;display:flex}._historyDate_x0vub_284{color:var(--color-text-muted,#606060)}._historyDot_x0vub_288{opacity:.5}._messagesArea_x0vub_293{flex-direction:column;flex:1;gap:14px;padding:16px 20px;display:flex;overflow-y:auto}._emptyState_x0vub_302{color:var(--color-text-secondary,#8a8a8a);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:40px 20px;display:flex}._emptyIcon_x0vub_314{background:var(--color-surface-elevated,#1e1e1e);width:48px;height:48px;color:var(--color-brand-primary,#e31e24);border-radius:12px;justify-content:center;align-items:center;display:flex}._emptyText_x0vub_325{max-width:280px;font-size:14px;line-height:1.5}._emptyHint_x0vub_331{color:var(--color-text-muted,#606060);font-size:12px}._messageRow_x0vub_337{align-items:flex-start;gap:10px;display:flex}._messageRow_x0vub_337._user_x0vub_343{flex-direction:row-reverse}._avatar_x0vub_347{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}._userAvatar_x0vub_357{background:var(--color-brand-primary,#e31e24);color:#fff}._aiAvatar_x0vub_362{background:var(--color-surface-elevated,#1e1e1e);color:var(--color-brand-primary,#e31e24);border:1px solid var(--color-border-default,#2a2a2a)}._bubble_x0vub_368{word-break:break-word;border-radius:14px;max-width:85%;padding:10px 14px;font-size:13px;line-height:1.5}._userBubble_x0vub_377{background:var(--color-brand-primary,#e31e24);color:#fff;white-space:pre-wrap;border-bottom-right-radius:4px}._aiBubble_x0vub_384{background:var(--color-surface-elevated,#1e1e1e);color:var(--color-text-primary,#f0f0f0);border:1px solid var(--color-border-default,#2a2a2a);border-bottom-left-radius:4px}._imageGrid_x0vub_392{flex-wrap:wrap;gap:6px;margin-bottom:6px;display:flex}._imageThumbnail_x0vub_399{cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;width:80px;height:80px;padding:0;transition:opacity .15s;overflow:hidden}._imageThumbnail_x0vub_399:hover{opacity:.85}._imageThumbnail_x0vub_399 img{object-fit:cover;width:100%;height:100%;display:block}._imageOverlay_x0vub_422{z-index:10000;cursor:zoom-out;background:#000000d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}._imageExpanded_x0vub_434{object-fit:contain;border-radius:8px;max-width:90vw;max-height:90vh}._pendingImages_x0vub_442{flex-wrap:wrap;flex-shrink:0;gap:8px;padding:8px 16px 0;display:flex}._pendingImageWrap_x0vub_450{width:56px;height:56px;position:relative}._pendingImageThumb_x0vub_456{object-fit:cover;border:1px solid var(--color-border-default,#2a2a2a);border-radius:8px;width:100%;height:100%}._pendingImageRemove_x0vub_464{background:var(--color-surface-base,#141414);width:20px;height:20px;color:var(--color-text-secondary,#8a8a8a);border:1px solid var(--color-border-default,#2a2a2a);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex;position:absolute;top:-6px;right:-6px}._pendingImageRemove_x0vub_464:hover{color:var(--color-brand-primary,#e31e24)}._typing_x0vub_487{gap:4px;padding:4px 0;display:flex}._typingDot_x0vub_493{background:var(--color-text-secondary,#8a8a8a);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite _typingBounce_x0vub_1}._typingDot_x0vub_493:nth-child(2){animation-delay:.2s}._typingDot_x0vub_493:nth-child(3){animation-delay:.4s}@keyframes _typingBounce_x0vub_1{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}._inputArea_x0vub_510{border-top:1px solid var(--color-border-default,#2a2a2a);flex-shrink:0;padding:12px 16px}._inputWrapper_x0vub_516{align-items:flex-end;gap:8px;display:flex}._attachBtn_x0vub_522{border:1px solid var(--color-border-default,#2a2a2a);width:36px;height:36px;color:var(--color-text-secondary,#8a8a8a);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}._attachBtn_x0vub_522:hover:not(:disabled){color:var(--color-text-primary,#f0f0f0);border-color:var(--color-text-secondary,#8a8a8a)}._attachBtn_x0vub_522:disabled{opacity:.4;cursor:not-allowed}._textInput_x0vub_547{background:var(--color-surface-elevated,#1e1e1e);border:1px solid var(--color-border-default,#2a2a2a);color:var(--color-text-primary,#f0f0f0);resize:none;border-radius:20px;outline:none;flex:1;max-height:120px;padding:10px 16px;font-family:inherit;font-size:13px}._textInput_x0vub_547:focus{border-color:var(--color-brand-primary,#e31e24)}._textInput_x0vub_547::placeholder{color:var(--color-text-muted,#606060)}._sendBtn_x0vub_569{background:var(--color-brand-primary,#e31e24);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .2s;display:flex}._sendBtn_x0vub_569:disabled{opacity:.5;cursor:not-allowed}._sendBtn_x0vub_569:not(:disabled):hover{opacity:.9}._container_t4m7v_5{top:var(--space-lg);right:var(--space-lg);z-index:9999;gap:var(--space-sm);pointer-events:none;flex-direction:column;width:100%;max-width:380px;display:flex;position:fixed}._toast_t4m7v_18{align-items:flex-start;gap:var(--space-sm);padding:var(--space-md);border-radius:var(--radius-lg);background:var(--color-surface-elevated,#1e1e1e);border:1px solid var(--color-border-subtle,#ffffff1a);pointer-events:all;cursor:pointer;transition:opacity .2s,transform .2s;animation:.3s cubic-bezier(.25,1,.5,1) forwards _slideIn_t4m7v_1;display:flex;box-shadow:0 8px 32px #0006,0 2px 8px #0003}._toast_t4m7v_18:hover{border-color:#ffffff26;transform:translate(-2px)}._toastExiting_t4m7v_38{animation:.25s cubic-bezier(.5,0,.75,0) forwards _slideOut_t4m7v_1}._iconWrap_t4m7v_42{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._iconSuccess_t4m7v_52{color:#3fb950;background:#3fb95026}._iconQuestion_t4m7v_57{color:#d29922;background:#d2992226}._iconError_t4m7v_62{color:#f03;background:#ff003326}._iconInfo_t4m7v_67{color:#58a6ff;background:#58a6ff26}._body_t4m7v_72{flex:1;min-width:0}._title_t4m7v_77{font-size:var(--text-small,.8125rem);font-weight:var(--font-semibold,600);color:var(--color-text-primary,#f0f0f0);margin-bottom:2px;line-height:1.3}._message_t4m7v_85{color:var(--color-text-secondary,#fff9);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}._closeBtn_t4m7v_95{border-radius:var(--radius-sm,4px);width:24px;height:24px;color:var(--color-text-tertiary,#fff6);cursor:pointer;transition:var(--transition-fast,.15s);flex-shrink:0;justify-content:center;align-items:center;display:flex}._closeBtn_t4m7v_95:hover{color:var(--color-text-primary,#f0f0f0);background:#ffffff14}._progress_t4m7v_114{border-radius:0 0 var(--radius-lg) var(--radius-lg);height:2px;animation:linear forwards _progressShrink_t4m7v_1;position:absolute;bottom:0;left:0}._progressSuccess_t4m7v_123{background:#3fb950}._progressQuestion_t4m7v_124{background:#d29922}._progressError_t4m7v_125{background:#f03}._progressInfo_t4m7v_126{background:#58a6ff}@keyframes _slideIn_t4m7v_1{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes _slideOut_t4m7v_1{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes _progressShrink_t4m7v_1{0%{width:100%}to{width:0}}._layout_pw9gv_1{grid-template-columns:var(--current-sidebar-width,var(--sidebar-width)) 1fr;height:100vh;transition:grid-template-columns .3s cubic-bezier(.25,1,.5,1);display:grid;overflow:hidden}._main_pw9gv_9{padding:var(--space-xl);background:var(--color-surface-base);overflow:hidden auto}
