:root{--background: #f8f8f9;--surface: #ffffff;--surface-subtle: #f4f4f5;--surface-hover: #f1f1f2;--border: #e1e1e4;--border-strong: #c9c9ce;--foreground: #18181b;--muted: #71717a;--muted-strong: #52525b;--primary: #27272a;--primary-hover: #09090b;--primary-foreground: #fafafa;--danger: #b42318;--danger-hover: #912018;--danger-subtle: #fff1f0;--ring: #52525b;--radius: 7px;color-scheme:light;font-synthesis:none}*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;margin:0;color:var(--foreground);background-color:var(--background);background-image:linear-gradient(rgba(24,24,27,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(24,24,27,.022) 1px,transparent 1px);background-size:28px 28px;font-family:Aptos,Segoe UI Variable Text,Segoe UI,sans-serif;font-size:14px;line-height:1.5;letter-spacing:0}a{color:inherit}.app-header{position:sticky;top:0;z-index:20;display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.25rem;background:#fffffff0;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{display:inline-flex;align-items:center;gap:.55rem;color:var(--foreground);font-size:.92rem;font-weight:650;text-decoration:none}.brand-mark{display:grid;width:26px;height:26px;place-items:center;color:var(--primary-foreground);background:var(--primary);border-radius:6px;font-size:.78rem;font-weight:750}.brand-section{padding-left:.55rem;color:var(--muted);border-left:1px solid var(--border-strong);font-weight:500}.desktop-stack-title{min-width:0;flex:1 1 auto;padding-left:1rem;overflow:hidden;border-left:1px solid var(--border-strong)}.desktop-stack-title>strong{display:block;overflow:hidden;font-size:.88rem;font-weight:650;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.app-header-right{display:flex;align-items:center;gap:.65rem}.docs-header-link{display:inline-flex;min-height:34px;align-items:center;gap:.4rem;padding:.4rem .55rem;color:var(--muted-strong);border:1px solid transparent;border-radius:6px;font-size:.82rem;font-weight:550;text-decoration:none}.docs-header-link:hover{color:var(--foreground);background:var(--surface-hover)}.user-menu{position:relative}.user-menu-trigger{display:inline-flex;min-height:34px;max-width:220px;align-items:center;gap:.35rem;padding:.4rem .55rem;color:var(--muted-strong);background:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;font:inherit;font-size:.82rem;font-weight:550}.user-menu-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-trigger:hover,.user-menu-trigger[aria-expanded=true]{color:var(--foreground);background:var(--surface-hover)}.user-menu-trigger:focus-visible,.user-menu-item:focus-visible{outline:none;box-shadow:0 0 0 3px #52525b29}.user-menu-popover{position:absolute;top:calc(100% + .35rem);right:0;z-index:30;width:180px;padding:.35rem;background:var(--surface);border:1px solid var(--border);border-radius:7px;box-shadow:0 12px 32px #18181b24;animation:page-in .12s ease-out both}.user-menu-item{display:flex;width:100%;min-height:34px;align-items:center;gap:.5rem;padding:.45rem .55rem;color:var(--muted-strong);background:transparent;border:0;border-radius:5px;cursor:pointer;font:inherit;font-size:.82rem;text-align:left}.user-menu-item:hover{background:var(--surface-hover)}.user-menu-item-danger:hover{color:var(--danger);background:var(--danger-subtle)}body.modal-open{overflow:hidden}.modal-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:1rem;background:#18181b75;animation:overlay-in .15s ease-out both}.mcp-dialog{width:min(1040px,100%);max-height:calc(100vh - 2rem);padding:1.25rem;overflow-y:auto;background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;box-shadow:0 20px 56px #18181b38}.mcp-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.dialog-eyebrow{margin:0 0 .22rem;color:var(--muted);font-size:.72rem;font-weight:650;text-transform:uppercase}.mcp-dialog h2{margin:0;font-size:1.18rem;line-height:1.3}.dialog-close{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;padding:0;color:var(--muted-strong);background:transparent;border:0;border-radius:6px;cursor:pointer}.dialog-close:hover,.copy-button:hover{color:var(--foreground);background:var(--surface-hover)}.dialog-close:focus-visible,.copy-button:focus-visible{outline:none;box-shadow:0 0 0 3px #52525b29}.mcp-dialog-description{margin:.85rem 0 1rem;color:var(--muted-strong)}.mcp-config-heading{display:flex;min-height:34px;align-items:center;justify-content:space-between;padding:0 .5rem 0 .75rem;background:var(--surface-subtle);border:1px solid var(--border);border-bottom:0;border-radius:6px 6px 0 0}.mcp-config-heading code,.mcp-config{font-family:Cascadia Code,SFMono-Regular,Consolas,monospace}.mcp-config-heading code{color:var(--muted-strong);font-size:.76rem}.file-folder-draft{display:flex;align-items:center;gap:.5rem;min-width:0}.file-folder-draft svg{flex-shrink:0}.file-folder-draft input{width:100%;min-width:0;box-sizing:border-box}.copy-button{display:inline-flex;min-height:28px;align-items:center;gap:.35rem;padding:.3rem .5rem;color:var(--muted-strong);background:transparent;border:0;border-radius:5px;cursor:pointer;font:inherit;font-size:.76rem;font-weight:550}.mcp-config{margin:0;padding:1rem;overflow-x:auto;color:var(--foreground);background:#fafafa;border:1px solid var(--border);border-radius:0 0 6px 6px;font-size:.78rem;line-height:1.6}.mcp-prompt-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:1rem;margin-top:1rem}.mcp-prompt-section{min-width:0}.mcp-config-prompt{white-space:pre-wrap;overflow-wrap:anywhere}.mcp-url-bubble{display:inline-flex;max-width:100%;align-items:center;gap:.5rem;padding:.4rem .75rem;border:1px solid var(--border);border-radius:999px;background:var(--surface-subtle);color:var(--foreground);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.8rem;cursor:pointer;overflow-wrap:anywhere}.mcp-url-bubble:hover{background:var(--surface-hover);border-color:var(--border-strong)}.mcp-url-bubble:focus-visible{outline:none;box-shadow:0 0 0 3px #52525b29}.mcp-url-bubble svg{flex:none;color:var(--muted-strong)}.mcp-auth-note{margin-top:1rem;padding:.8rem .9rem;background:var(--surface-subtle);border-left:3px solid var(--foreground);border-radius:0 6px 6px 0}.mcp-auth-note strong{font-size:.82rem}.mcp-auth-note p{margin:.18rem 0 0;color:var(--muted-strong);font-size:.8rem}@media(max-width:820px){.mcp-prompt-grid{grid-template-columns:1fr}}.app-main{width:100%;margin:1.5rem 0 3rem;padding:0 1.25rem}.app-error{width:100%;margin:1rem 0 0;padding:0 1.25rem}.page{animation:page-in .18s ease-out both}.page-header{display:flex;min-height:38px;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.page-header h1{margin:0;font-size:1.32rem;line-height:1.2;font-weight:650}.page-heading{min-width:0}.page-actions{display:flex;align-items:center}.card{margin-bottom:.85rem;padding:1rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 2px #18181b09}.card-title{margin:0 0 .85rem;font-size:.96rem;line-height:1.3;font-weight:650}.concept-guide{display:grid;grid-template-columns:22px minmax(0,1fr);gap:.65rem;margin-bottom:.85rem;padding:.9rem 1rem;background:#f1f5f3;border-left:3px solid #37624f;border-radius:0 6px 6px 0}.concept-guide-icon{margin-top:.12rem;color:#37624f}.concept-guide-label{margin:0 0 .14rem;color:#37624f;font-size:.7rem;font-weight:700;text-transform:uppercase}.concept-guide h2{margin:0;font-size:.94rem;line-height:1.3}.concept-guide-summary{max-width:74ch;margin:.28rem 0 0;color:var(--muted-strong);font-size:.82rem}.concept-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.5rem 1rem;margin:.72rem 0 0}.concept-list div{min-width:0}.concept-list dt{color:var(--foreground);font-size:.76rem;font-weight:650}.concept-list dd{margin:.08rem 0 0;color:var(--muted);font-size:.76rem}.muted{color:var(--muted);font-size:.84rem}.hint{margin:.75rem 0 0;color:var(--muted);font-size:.82rem}.btn{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:.4rem;padding:.4rem .75rem;color:var(--foreground);background:var(--surface);border:1px solid var(--border-strong);border-radius:6px;box-shadow:0 1px 1px #18181b0a;cursor:pointer;font:inherit;font-size:.84rem;font-weight:550;line-height:1;text-decoration:none;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.btn:hover:not(:disabled){background:var(--surface-hover);border-color:#b7b7bd}.btn:disabled{opacity:.5;cursor:default}.btn-primary{color:var(--primary-foreground);background:var(--primary);border-color:var(--primary)}.btn-primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}.btn-danger{color:#fff;background:var(--danger);border-color:var(--danger)}.btn-danger:hover:not(:disabled){background:var(--danger-hover);border-color:var(--danger-hover)}.btn-plain{color:var(--muted-strong);background:transparent;border-color:transparent;box-shadow:none}.btn-plain:hover:not(:disabled){color:var(--foreground);background:var(--surface-hover);border-color:transparent}.btn-icon{display:inline-flex;flex:0 0 auto}input,select,textarea{width:100%;min-height:36px;padding:.45rem .65rem;color:var(--foreground);background:var(--surface);border:1px solid var(--border-strong);border-radius:6px;font:inherit;font-size:.88rem;outline:none;transition:border-color .12s ease,box-shadow .12s ease}textarea{resize:vertical;line-height:1.45}input::placeholder,textarea::placeholder{color:#a1a1aa}input:focus,select:focus,textarea:focus,.btn:focus-visible,a:focus-visible,.tab:focus-visible{border-color:var(--ring);outline:none;box-shadow:0 0 0 3px #52525b29}.mobile-nav-trigger:focus-visible,.drawer-close:focus-visible{outline:none;box-shadow:0 0 0 3px #52525b29}.inline-form{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.inline-form input{flex:1 1 250px;width:auto}.field-row{display:flex;flex-direction:column;gap:.38rem;margin-bottom:.75rem}.field-row label{color:var(--muted-strong);font-size:.8rem;font-weight:600}.field-row .btn{align-self:flex-start;margin-top:.15rem}.playground-actions,.playground-row-actions{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.playground-actions{margin-bottom:.85rem}.playground-hash{max-width:28rem;padding:0;overflow:hidden;color:var(--foreground);background:transparent;border:0;cursor:pointer;font-family:var(--font-mono);text-align:left;text-overflow:ellipsis}.playground-check{display:flex;align-items:center;gap:.5rem;margin:.75rem 0;color:var(--muted-strong);font-size:.84rem}.playground-check input{width:1rem;min-height:1rem;margin:0}.playground-result{margin:.85rem 0 0}.playground-tool-section{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.playground-tool-section h3{margin:0 0 .8rem;font-size:.95rem}.playground-expired{color:var(--danger);font-weight:650}.playground-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:1px;margin:1rem 0 0;overflow:hidden;background:var(--border);border:1px solid var(--border);border-radius:6px}.playground-metrics div{padding:.8rem;background:var(--surface)}.playground-metrics dt{color:var(--muted);font-size:.75rem}.playground-metrics dd{margin:.2rem 0 0;font-size:1rem;font-weight:650}.file-playground{display:grid;grid-template-columns:minmax(210px,.28fr) minmax(0,1fr);min-height:520px;overflow:hidden;border:1px solid var(--border);border-radius:7px}.file-root-list{display:flex;min-width:0;flex-direction:column;background:#fafafa;border-right:1px solid var(--border)}.file-root-list-header{padding:.9rem;border-bottom:1px solid var(--border)}.file-root-list-header>div:first-child{display:grid;grid-template-columns:minmax(0,1fr) auto 28px;align-items:center;gap:.5rem}.file-root-list-header span,.file-root-nav small{color:var(--muted);font-size:.72rem}.file-root-add{display:inline-grid;width:28px;height:28px;place-items:center;color:var(--muted-strong);background:transparent;border:1px solid transparent;border-radius:5px;cursor:pointer}.file-root-add:hover:not(:disabled){color:var(--foreground);background:var(--surface);border-color:var(--border)}.file-root-inline-editor{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:.5rem;margin-top:.55rem}.file-root-inline-editor input{min-width:0;height:32px;padding:.35rem .45rem}.file-root-inline-editor [role=alert]{grid-column:1 / -1;color:var(--danger);font-size:.72rem}.file-root-nav{display:flex;flex:1;flex-direction:column;padding:.45rem}.file-root-nav button{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:.5rem;width:100%;padding:.58rem .62rem;overflow:hidden;color:var(--muted-strong);background:transparent;border:0;border-radius:5px;cursor:pointer;font:inherit;text-align:left}.file-root-nav button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-root-nav button:hover,.file-root-nav button.active{color:var(--foreground);background:var(--surface)}.file-root-nav button:last-child{margin-top:auto;border-top:1px solid var(--border);border-radius:0}.file-root-empty{padding:0 .62rem;font-size:.78rem}.file-detail{min-width:0;padding:1rem;background:var(--surface-subtle)}.file-detail>.card{margin:0}.file-root-actions{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.file-root-actions{justify-content:flex-end;margin:-2.3rem 0 1rem}.file-manager-shell{min-width:0;margin:0 -1.1rem -1rem;overflow:hidden;border-top:1px solid var(--border)}.file-manager-shell>*{max-width:100%}.file-upload-button{position:relative;cursor:pointer}.file-upload-button input{position:absolute;width:1px;height:1px;opacity:0}.file-capability-status{margin:.7rem 0 0;color:var(--muted);font-size:.72rem}@media(max-width:820px){.file-playground{grid-template-columns:1fr}.file-root-list{max-height:260px;border-right:0;border-bottom:1px solid var(--border)}.file-root-nav button:last-child{margin-top:.35rem}}.state{display:flex;min-height:58px;align-items:center;gap:.65rem;padding:.85rem;color:var(--muted);background:var(--surface-subtle);border:1px dashed var(--border-strong);border-radius:6px}.state-icon{flex:0 0 auto;color:var(--muted)}.state.error{color:var(--danger);background:var(--danger-subtle);border-color:#f1b8b2}.state.error .state-icon{color:var(--danger)}.state.unavailable{align-items:flex-start}.state.unavailable strong{display:block;margin-bottom:.2rem;color:var(--foreground)}.state.unavailable p{margin:0}.table-wrap{margin:0 -1.1rem -1rem;overflow-x:auto;border-top:1px solid var(--border)}.table{width:100%;border-collapse:collapse;font-size:.84rem}.table th,.table td{height:42px;padding:.48rem 1rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}.table th{color:var(--muted-strong);background:#fafafa;font-size:.76rem;font-weight:650}.table tbody tr:last-child td{border-bottom:0}.table tbody tr:hover{background:#fafafa}.table th:last-child,.table td:last-child{text-align:right}.tabs{display:flex;gap:1.1rem;margin:.85rem 0 1rem;padding:0;overflow-x:auto;border-bottom:1px solid var(--border);scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{position:relative;flex:0 0 auto;padding:.55rem 0 .65rem;color:var(--muted);background:transparent;border:0;cursor:pointer;font:inherit;font-size:.82rem;font-weight:550}.tab:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;content:"";background:transparent}.tab:hover,.tab-active{color:var(--foreground)}.tab-active:after{background:var(--foreground)}.tab-icon{display:inline-flex;flex:0 0 auto}.stack-meta{display:flex;align-items:center;gap:.55rem;margin-top:.3rem;color:var(--muted);font-size:.8rem}.stack-meta code{color:var(--muted-strong);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace}.status-badge{padding:.08rem .42rem;color:var(--muted-strong);background:var(--surface-subtle);border:1px solid var(--border);border-radius:999px;font-size:.72rem;font-weight:600}.action-label{display:inline-flex;align-items:center;gap:.4rem}.legacy-badge{padding:.08rem .35rem;color:#7c3d12;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;font-size:.66rem;font-weight:650}.stack-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 1.25rem;margin:0 0 1rem;padding:0 0 1rem;border-bottom:1px solid var(--border)}.stack-details div{min-width:0}.stack-details dt{margin-bottom:.14rem;color:var(--muted);font-size:.74rem;font-weight:600}.stack-details dd{margin:0;overflow-wrap:anywhere;color:var(--muted-strong);font-size:.82rem}.stack-details code{color:var(--foreground);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.78rem}.stack-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:1.25rem;align-items:start}.stack-sidebar{position:sticky;top:68px;padding-right:1rem;border-right:1px solid var(--border)}.stack-switcher{margin-bottom:1rem}.stack-switcher label{display:block;margin-bottom:.38rem;color:var(--muted-strong);font-size:.75rem;font-weight:650}.stack-switcher select{min-height:34px;font-size:.82rem;font-weight:550}.tabs-vertical{flex-direction:column;gap:.18rem;margin:0;overflow:visible;border:0}.tab-vertical{display:flex;width:100%;align-items:center;justify-content:flex-start;gap:.55rem;padding:.52rem .58rem;border-radius:6px;text-align:left}.tab-vertical:after{display:none}.tab-vertical:hover{background:var(--surface-hover)}.tab-vertical.tab-active{background:#e9e9ec;font-weight:650}.stack-content{min-width:0}.mobile-nav-trigger,.drawer-header,.drawer-overlay,.drawer-footer{display:none}.stack-list{margin:0 -1.1rem -1rem;padding:0;border-top:1px solid var(--border);list-style:none}.stack-list li{border-bottom:1px solid var(--border)}.stack-list li:last-child{border-bottom:0}.stack-list a{display:flex;flex-direction:column;gap:.15rem;padding:.72rem 1.1rem;text-decoration:none}.stack-list a:hover{background:#fafafa}.stack-list strong{font-size:.88rem;font-weight:600}.invite-result{margin-top:.85rem;padding:.85rem;background:var(--surface-subtle);border-radius:6px}.invite-result p{margin-top:0}.accept-url,.challenge{display:block;padding:.6rem;overflow-wrap:anywhere;color:var(--foreground);background:#fff;border:1px solid var(--border);border-radius:5px;font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.78rem}.challenge-box{margin:.85rem 0;padding:.85rem;background:var(--surface-subtle);border-radius:6px}.challenge-box p{margin-top:0}.challenge{white-space:pre-wrap}.login-shell{display:grid;min-height:calc(100vh - 52px);place-items:center;padding:2rem 1rem 12vh}.login-panel{width:min(400px,100%);animation:page-in .18s ease-out both}.login-panel-restricted{padding:1.4rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 30px #18181b0f}.login-status-icon{display:grid;width:42px;height:42px;place-items:center;margin-bottom:1rem;color:var(--muted-strong);background:var(--surface-subtle);border:1px solid var(--border);border-radius:8px}.login-panel-restricted .login-copy{margin-bottom:1.25rem}.login-eyebrow{margin:0 0 .4rem;color:var(--muted);font-size:.76rem;font-weight:650;text-transform:uppercase}.login-panel h1{margin:0 0 .5rem;font-size:1.45rem;line-height:1.2}.login-copy{margin:0 0 1.2rem;color:var(--muted)}.login-actions{display:grid;gap:.55rem}.login-actions .btn{width:100%}.login-panel .state{margin-bottom:1rem}.spin{animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes page-in{0%{opacity:0}to{opacity:1}}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(max-width:820px){.app-stack>.app-header{display:none}.app-stack>.app-main{margin-top:1rem}.stack-layout{display:block}body.drawer-open{overflow:hidden}.mobile-nav-trigger{position:fixed;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));z-index:30;display:grid;width:44px;height:44px;min-height:0;place-items:center;align-items:center;padding:0;color:var(--primary-foreground);background:var(--primary);border:1px solid var(--primary);border-radius:8px;box-shadow:0 8px 24px #18181b38;cursor:pointer;font:inherit;font-size:.84rem;font-weight:600}.drawer-overlay{position:fixed;inset:0;z-index:40;display:block;padding:0;background:#18181b61;border:0;cursor:default;animation:overlay-in .15s ease-out both}.stack-sidebar{position:fixed;top:0;bottom:0;right:0;z-index:50;display:flex;width:min(320px,86vw);flex-direction:column;padding:1rem;overflow-y:auto;visibility:hidden;background:var(--surface);border-left:1px solid var(--border);box-shadow:-12px 0 32px #18181b24;transform:translate(100%);transition:transform .18s ease-out,visibility .18s}.stack-sidebar-open{visibility:visible;transform:translate(0)}.drawer-header{display:flex;min-height:36px;align-items:center;justify-content:space-between;margin-bottom:1rem}.drawer-brand{display:inline-flex;align-items:center;gap:.55rem;color:var(--foreground);font-size:.88rem;font-weight:650;text-decoration:none}.drawer-close{display:grid;width:32px;height:32px;place-items:center;padding:0;color:var(--muted-strong);background:transparent;border:0;border-radius:6px;cursor:pointer}.drawer-close:hover{color:var(--foreground);background:var(--surface-hover)}.stack-switcher{margin-bottom:1rem}.drawer-footer{display:block;margin:auto -1rem -1rem;padding:.75rem 1rem max(.75rem,env(safe-area-inset-bottom));border-top:1px solid var(--border)}.drawer-action,.drawer-signout{display:flex;width:100%;min-height:38px;align-items:center;gap:.55rem;padding:.5rem .58rem;color:var(--muted-strong);background:transparent;border:0;border-radius:6px;cursor:pointer;font:inherit;font-size:.82rem;font-weight:550}.drawer-action:hover,.drawer-signout:hover{color:var(--foreground);background:var(--surface-hover)}.stack-content{padding-bottom:4.5rem}}@media(max-width:640px){.app-header{padding:0 .85rem}.app-header-right .muted,.mcp-header-action,.docs-header-link span{display:none}.modal-overlay{align-items:end;padding:0}.mcp-dialog{width:100%;max-height:calc(100vh - 1rem);padding:1rem;border-right:0;border-bottom:0;border-left:0;border-radius:8px 8px 0 0}.app-main{margin-top:1rem;padding:0 .85rem}.page-header{min-height:0;align-items:flex-start;margin-bottom:.9rem}.page-header h1{font-size:1.18rem}.table th,.table td{padding:.45rem .75rem}.tabs-horizontal{gap:.9rem}.stack-meta{align-items:flex-start;flex-wrap:wrap;gap:.35rem .5rem;margin-top:.22rem;font-size:.75rem}}@media(min-width:821px){.app-stack .page>.page-header{display:none}}
