:root{--supercomputer-canvas:var(--background);--supercomputer-panel:var(--card);--supercomputer-panel-ink:var(--card-foreground);--supercomputer-workspace:var(--charcoal);--supercomputer-workspace-raised:var(--charcoal-raised);--supercomputer-workspace-ink:var(--charcoal-foreground);--supercomputer-accent:var(--primary);--supercomputer-accent-ink:var(--primary-foreground);--supercomputer-line:var(--border);--supercomputer-muted:var(--muted);--supercomputer-muted-ink:var(--muted-foreground);--supercomputer-display:ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace}.supercomputer-page{grid-template-rows:auto minmax(0,1fr);min-width:0;height:100%;min-height:0;padding-block:.5rem;display:grid}.supercomputer-header{justify-content:space-between;align-items:end;gap:1rem;padding:.5rem 0 1.25rem;display:flex}.supercomputer-kicker{color:var(--supercomputer-muted-ink);font-family:var(--supercomputer-display);letter-spacing:.12em;text-transform:uppercase;font-size:.6875rem;font-weight:600;line-height:1}.supercomputer-title{overflow-wrap:anywhere;min-width:0;font-family:var(--supercomputer-display);margin-top:.5rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:520;line-height:1}.supercomputer-subtitle{max-width:42rem;color:var(--supercomputer-muted-ink);margin-top:.6rem;font-size:.875rem;line-height:1.55}.supercomputer-workbench{border:1px solid var(--supercomputer-line);border-radius:var(--radius-lg);background:var(--supercomputer-panel);height:auto;min-height:0;box-shadow:var(--shadow-soft);grid-template-columns:minmax(0,1fr);display:grid;position:relative;overflow:hidden}.supercomputer-context{background:var(--supercomputer-panel);z-index:20;border-left:1px solid var(--supercomputer-line);width:min(22rem,88%);min-width:0;box-shadow:var(--shadow-soft);transition:transform .22s var(--ease-out);position:absolute;inset:0 0 0 auto;overflow-y:auto;transform:translate(102%)}.supercomputer-workbench[data-context-open=true] .supercomputer-context{transform:translate(0)}.supercomputer-context-close{justify-content:flex-end;padding:.5rem .5rem 0;display:flex}.supercomputer-context-toggle{flex:none}.supercomputer-context-backdrop{border:0;display:none}.supercomputer-context-section{padding:1rem}.supercomputer-sessions-drawer{z-index:22;visibility:hidden;border-right:1px solid var(--supercomputer-line);background:var(--supercomputer-panel);width:min(20rem,88%);min-width:0;box-shadow:var(--shadow-soft);pointer-events:none;transition:transform .22s var(--ease-out);grid-template-rows:auto minmax(0,1fr);display:grid;position:absolute;inset:0 auto 0 0;overflow:hidden;transform:translate(-102%)}.supercomputer-workbench[data-sessions-open=true] .supercomputer-sessions-drawer{visibility:visible;pointer-events:auto;transform:translate(0)}.supercomputer-drawer-header{border-bottom:1px solid var(--supercomputer-line);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .75rem .75rem 1rem;display:flex}.supercomputer-sessions-content{min-height:0;padding:1rem;overflow-y:auto}.supercomputer-sessions-backdrop{z-index:21;background:color-mix(in oklch, var(--background) 58%, transparent);border:0;display:none;position:absolute;inset:0}.supercomputer-workbench[data-sessions-open=true] .supercomputer-sessions-backdrop{display:block}.supercomputer-context-section+.supercomputer-context-section{border-top:1px solid var(--supercomputer-line)}.supercomputer-command{background:var(--supercomputer-canvas);grid-template-rows:auto minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr);width:100%;min-width:0;max-width:100%;height:100%;min-height:0;display:grid;overflow:hidden}.supercomputer-command-bar{border-bottom:1px solid var(--supercomputer-line);background:var(--supercomputer-panel);justify-content:flex-start;align-items:center;gap:.75rem;min-width:0;padding:.75rem 1rem;display:flex}.supercomputer-stream{overscroll-behavior:contain;scrollbar-gutter:stable;touch-action:pan-y;min-width:0;max-width:100%;min-height:0;padding:1.25rem;overflow-y:auto}.supercomputer-stream-inner{width:min(100%,64rem);min-height:100%;margin-inline:auto}.supercomputer-message{content-visibility:auto;contain-intrinsic-size:auto 12rem;grid-template-columns:1.75rem minmax(0,1fr);gap:.75rem;min-width:0;max-width:100%;padding:1rem 0;display:grid;overflow:clip}.supercomputer-message+.supercomputer-message{border-top:1px solid var(--supercomputer-line)}.supercomputer-avatar{border:1px solid var(--supercomputer-line);border-radius:var(--radius-sm);background:var(--supercomputer-panel);place-items:center;width:1.75rem;height:1.75rem;display:grid}.supercomputer-message[data-role=USER] .supercomputer-avatar{background:var(--supercomputer-workspace);color:var(--supercomputer-workspace-ink)}.supercomputer-plan{border:1px solid var(--supercomputer-line);border-radius:var(--radius-md);background:var(--supercomputer-panel);margin-top:.8rem}.supercomputer-plan-row{grid-template-columns:1.5rem minmax(0,1fr);gap:.75rem;padding:.75rem;display:grid}.supercomputer-plan-row+.supercomputer-plan-row{border-top:1px solid var(--supercomputer-line)}.supercomputer-strategy-card{border:1px solid var(--supercomputer-line);border-radius:var(--radius-lg);background:var(--supercomputer-panel);min-width:0;margin-top:.8rem;overflow:hidden}.supercomputer-strategy-heading{background:color-mix(in oklch, var(--supercomputer-accent) 34%, var(--supercomputer-panel));justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.supercomputer-strategy-heading h3{margin-top:.45rem;font-size:1rem;font-weight:560;line-height:1.4}.supercomputer-strategy-grid{background:var(--supercomputer-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.supercomputer-strategy-grid>div{background:var(--supercomputer-panel);min-width:0;padding:.85rem 1rem}.supercomputer-strategy-grid dt{color:var(--supercomputer-muted-ink);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:650}.supercomputer-strategy-grid dd{margin-top:.4rem;font-size:.76rem;line-height:1.55}.supercomputer-strategy-grid ul{gap:.3rem;padding-inline-start:1rem;list-style:outside;display:grid}.supercomputer-strategy-sources{border-top:1px solid var(--supercomputer-line)}.supercomputer-strategy-sources summary{cursor:pointer;min-height:2.75rem;color:var(--supercomputer-muted-ink);padding:.75rem 1rem;font-size:.72rem;font-weight:550}.supercomputer-strategy-sources>div{background:var(--supercomputer-line);gap:1px;display:grid}.supercomputer-strategy-sources a{background:var(--supercomputer-panel);grid-template-columns:minmax(0,1fr) auto;gap:.15rem .5rem;min-width:0;padding:.75rem 1rem;font-size:.72rem;display:grid}.supercomputer-strategy-sources a small{overflow-wrap:anywhere;min-width:0;color:var(--supercomputer-muted-ink);grid-column:1}.supercomputer-strategy-sources a svg{grid-area:1/2/span 2}.supercomputer-strategy-actions{border-top:1px solid var(--supercomputer-line);flex-wrap:wrap;gap:.45rem;padding:.75rem 1rem 1rem;display:flex}.supercomputer-strategy-actions button{white-space:nowrap}.supercomputer-action-card{border:1px solid var(--supercomputer-line);border-radius:var(--radius-md);background:var(--supercomputer-panel);margin-top:.75rem;overflow:hidden}.supercomputer-action-head,.supercomputer-action-body,.supercomputer-action-footer{padding:.75rem}.supercomputer-post-workflow{border:1px solid var(--supercomputer-line);border-radius:var(--radius-md);background:var(--supercomputer-panel);margin-top:.75rem;padding:1rem}.supercomputer-post-workflow button,.supercomputer-post-workflow input,.supercomputer-post-workflow [role=combobox]{min-height:2.75rem}.supercomputer-post-workflow button{white-space:nowrap}.supercomputer-post-preview-grid{grid-template-columns:minmax(14rem,.82fr) minmax(0,1.18fr);align-items:start;gap:1rem;display:grid}.supercomputer-action-body,.supercomputer-action-footer{border-top:1px solid var(--supercomputer-line)}.supercomputer-action-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.supercomputer-composer{z-index:1;border-top:1px solid var(--supercomputer-line);background:var(--supercomputer-panel);min-width:0;max-width:100%;padding:.75rem 1rem 1rem;position:relative}.supercomputer-quick-prompts{overscroll-behavior-x:contain;scrollbar-width:none;gap:.4rem;width:min(100%,64rem);min-width:0;margin:0 auto .5rem;display:flex;overflow-x:auto}.supercomputer-quick-prompts::-webkit-scrollbar{display:none}.supercomputer-quick-prompts button{border:1px solid var(--supercomputer-line);border-radius:var(--radius-md);background:var(--supercomputer-panel);max-width:min(19rem,82vw);min-height:2.75rem;color:var(--supercomputer-muted-ink);text-overflow:ellipsis;white-space:nowrap;flex:none;padding:.5rem .75rem;font-size:.7rem;line-height:1.25;overflow:hidden}.supercomputer-composer-box{border:1px solid var(--supercomputer-line);border-radius:var(--radius-lg);background:var(--supercomputer-panel);width:min(100%,64rem);box-shadow:var(--shadow-soft);margin-inline:auto;overflow:hidden}.supercomputer-composer-box:focus-within{outline:2px solid var(--color-ring);outline-offset:2px}.supercomputer-session{border-radius:var(--radius-sm);width:100%;color:var(--supercomputer-muted-ink);text-align:left;padding:.75rem}.supercomputer-session:hover,.supercomputer-session[data-active=true]{background:var(--supercomputer-muted);color:var(--supercomputer-panel-ink)}.supercomputer-session:active,.supercomputer-suggestion:active{background:var(--supercomputer-accent);color:var(--supercomputer-accent-ink)}.supercomputer-legacy-history{border-top:1px solid var(--supercomputer-line);margin-top:1rem;padding-top:1rem}.supercomputer-strategy-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:.8rem;display:grid}.supercomputer-strategy-filters label{gap:.3rem;min-width:0;display:grid}.supercomputer-strategy-filters label>span{color:var(--supercomputer-muted-ink);font-size:.64rem;font-weight:550}.supercomputer-strategy-filters select{border:1px solid var(--supercomputer-line);border-radius:var(--radius-sm);background:var(--supercomputer-panel);width:100%;min-width:0;min-height:2.75rem;color:var(--supercomputer-panel-ink);text-overflow:ellipsis;padding-inline:.65rem 1.6rem;font-size:.72rem;overflow:hidden}.supercomputer-opportunity-list{gap:.5rem;margin-top:.8rem;display:grid}.supercomputer-opportunity-list button{border:1px solid var(--supercomputer-line);border-radius:var(--radius-md);background:var(--supercomputer-panel);text-align:start;gap:.25rem;min-width:0;min-height:2.75rem;padding:.75rem;display:grid;overflow:hidden}.supercomputer-opportunity-list button:hover,.supercomputer-saved-strategy:hover{background:var(--supercomputer-muted)}.supercomputer-opportunity-list span{color:var(--supercomputer-muted-ink);letter-spacing:.08em;text-transform:uppercase;font-size:.6rem;font-weight:650}.supercomputer-opportunity-list strong{overflow-wrap:anywhere;font-size:.76rem;font-weight:560}.supercomputer-opportunity-list small,.supercomputer-opportunity-list em{overflow-wrap:anywhere;color:var(--supercomputer-muted-ink);font-size:.67rem;font-style:normal;line-height:1.45}.supercomputer-opportunity-list em{border-top:1px solid var(--supercomputer-line);margin-top:.2rem;padding-top:.4rem}.supercomputer-evidence-card,.supercomputer-context-detail,.supercomputer-saved-strategy{border:1px solid var(--supercomputer-line);border-radius:var(--radius-md);background:var(--supercomputer-panel);min-width:0;margin-top:.8rem;padding:.75rem;overflow:hidden}.supercomputer-mini-chart{width:100%;min-width:0;height:8rem;margin-top:.65rem}.supercomputer-evidence-card>a,.supercomputer-context-detail a{min-height:2.75rem;color:var(--supercomputer-muted-ink);white-space:nowrap;align-items:center;gap:.3rem;font-size:.68rem;display:inline-flex}.supercomputer-context-detail{margin-top:0}.supercomputer-context-detail summary{cursor:pointer;align-content:center;gap:.2rem;min-height:2.75rem;display:grid}.supercomputer-context-detail summary span{font-size:.72rem;font-weight:560}.supercomputer-context-detail summary small,.supercomputer-context-detail>p{color:var(--supercomputer-muted-ink);font-size:.66rem;line-height:1.45}.supercomputer-context-detail>p{overflow-wrap:anywhere;margin-top:.5rem}.supercomputer-saved-strategy{text-align:start;gap:.25rem;width:100%;margin-top:0;display:grid}.supercomputer-saved-strategy strong{overflow-wrap:anywhere;font-size:.72rem;font-weight:560}.supercomputer-saved-strategy span{overflow-wrap:anywhere;color:var(--supercomputer-muted-ink);font-size:.66rem;line-height:1.45}.supercomputer-page img{max-width:100%}.supercomputer-generated-image{background:var(--supercomputer-muted);cursor:zoom-in;place-items:center;width:100%;min-width:0;max-height:30rem;display:grid;overflow:hidden}.supercomputer-generated-image img{object-fit:contain;border-radius:var(--radius-sm);width:100%;height:auto;max-height:30rem;display:block}.supercomputer-attachment-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:.6rem;display:grid}.supercomputer-attachment-card{border:1px solid var(--supercomputer-line);border-radius:var(--radius-md);background:var(--supercomputer-muted);text-align:left;min-width:0;display:grid;overflow:hidden}.supercomputer-attachment-card img,.supercomputer-attachment-card video{aspect-ratio:4/3;object-fit:contain;width:100%;display:block}.supercomputer-attachment-card span{background:var(--supercomputer-panel);text-overflow:ellipsis;white-space:nowrap;padding:.4rem .5rem;font-size:.65rem;overflow:hidden}.supercomputer-image-dialog{border-radius:0;grid-template-rows:minmax(0,1fr) auto;width:100%;height:100dvh;max-height:100dvh;display:grid;position:fixed;inset:0;overflow:hidden;transform:none}.supercomputer-image-dialog>img{object-fit:contain;border-radius:var(--radius-md);width:100%;height:100%;min-height:0}.supercomputer-image-dialog-actions{padding-bottom:env(safe-area-inset-bottom);flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.supercomputer-action-card,.supercomputer-action-body,.supercomputer-post-workflow,.supercomputer-post-preview-grid,.supercomputer-post-preview-grid>*,.supercomputer-message>*{overflow-wrap:anywhere;min-width:0;max-width:100%}.supercomputer-post-workflow img{object-fit:contain;max-height:min(42rem,70dvh)}.supercomputer-empty{align-content:center;min-height:100%;padding-block:2rem;display:grid}.supercomputer-suggestion-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:1.25rem;display:grid}.supercomputer-suggestion{border:1px solid var(--supercomputer-line);border-radius:var(--radius-md);background:var(--supercomputer-panel);min-height:2.75rem;color:var(--supercomputer-panel-ink);text-align:left;padding:.75rem;font-size:.78rem;line-height:1.4}.supercomputer-suggestion:hover{background:var(--supercomputer-muted)}@media (width<=1199px){.supercomputer-workbench{grid-template-columns:minmax(0,1fr)}}@media (width<=767px){.supercomputer-page{height:100%;min-height:0;padding:0}.supercomputer-header,.supercomputer-header-status{display:none}.supercomputer-workbench{height:100%;min-height:0;box-shadow:none;border:0;border-radius:0;display:grid;overflow:hidden}.supercomputer-command{height:100%;min-height:0;overflow:hidden}.supercomputer-stream{min-height:0;padding:.75rem;overflow-y:auto}.supercomputer-context{z-index:51;width:100%;height:min(78dvh,44rem);padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--supercomputer-line);border-radius:var(--radius-xl) var(--radius-xl) 0 0;border-left:0;position:fixed;inset:auto 0 0;transform:translateY(102%)}.supercomputer-workbench[data-context-open=true] .supercomputer-context{transform:translateY(0)}.supercomputer-sessions-drawer{z-index:51;width:min(20rem,92vw);height:100dvh;position:fixed}.supercomputer-sessions-backdrop{z-index:50;position:fixed}.supercomputer-context-backdrop{z-index:50;background:color-mix(in oklch, var(--background) 58%, transparent);position:fixed;inset:0}.supercomputer-workbench[data-context-open=true] .supercomputer-context-backdrop{display:block}.supercomputer-composer{padding:.5rem .5rem max(.5rem, env(safe-area-inset-bottom))}.supercomputer-composer-box{border-radius:var(--radius-md)}.supercomputer-composer textarea{min-height:4.5rem;max-height:28dvh}.supercomputer-command-bar{min-height:3.5rem;padding:.375rem .5rem}.supercomputer-stream-inner{min-height:auto}.supercomputer-empty{align-content:start;padding-top:2rem}.supercomputer-suggestion-grid,.supercomputer-post-preview-grid,.supercomputer-strategy-grid{grid-template-columns:minmax(0,1fr)}.supercomputer-strategy-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.supercomputer-strategy-actions button{text-overflow:ellipsis;width:100%;min-width:0;overflow:hidden}.supercomputer-image-dialog-actions{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}}@media (width>=640px){.supercomputer-attachment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=374px){.supercomputer-title{font-size:1.65rem}.supercomputer-command-bar{padding-inline:.75rem}}@media (prefers-reduced-motion:reduce){.supercomputer-page *,.supercomputer-page :before,.supercomputer-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
