:root{--page-bg:#080a09;--surface:#0e1110;--surface-raised:#151817;--text:#efeee7;--muted:#898b84;--line:#292e2c;--line-bright:#525852;--agent-accent:#f4a24c;--agent-rgb:244, 162, 76;--font-display:Georgia, "Times New Roman", serif;--font-interface:"Arial Narrow", "Helvetica Neue", Arial, sans-serif;--font-technical:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--ease-machine:cubic-bezier(.2, .8, .2, 1);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{background:var(--page-bg)}body{background:var(--page-bg);min-width:320px;color:var(--text);font-family:var(--font-interface);-webkit-font-smoothing:antialiased;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--agent-accent);outline-offset:3px}.system-page{background:radial-gradient(circle at 50% 44%, rgba(var(--agent-rgb), .065), transparent 28%), linear-gradient(#4a4f4b1b 1px, transparent 1px), linear-gradient(90deg, #4a4f4b1b 1px, transparent 1px), var(--page-bg);background-size:auto,52px 52px,52px 52px,auto;flex-direction:column;min-height:100svh;animation:.7s cubic-bezier(.2,.75,.2,1) both system-enter;display:flex;overflow:hidden}@keyframes system-enter{0%{opacity:0}to{opacity:1}}.app-header{border-bottom:1px solid var(--line);z-index:20;background:#070a0cf0;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;min-height:64px;padding:0 24px;display:grid;position:relative}.app-header__brand-wrap,.app-brand,.system-status{align-items:center;display:flex}.app-header__brand-wrap{gap:12px}.icon-link{border:1px solid var(--line);width:32px;height:32px;color:var(--muted);place-items:center;font-size:17px;display:grid}.icon-link:hover{border-color:var(--agent-accent);color:var(--agent-accent)}.app-brand{letter-spacing:.18em;gap:12px;font-size:12px;font-weight:700}.app-brand__mark{grid-template-columns:repeat(3,1fr);gap:2px;width:24px;height:24px;display:grid;transform:rotate(45deg)}.app-brand__mark i{background:var(--agent-accent);width:4px;height:4px;box-shadow:0 0 10px rgba(var(--agent-rgb), .35);border-radius:50%;place-self:center}.app-header__center,.system-status,.technical-line,.system-footer,.eyebrow,.panel-label,.preview-flag,.mode-toolbar__count{letter-spacing:.13em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.app-header__center{color:var(--muted);text-align:center}.system-status{color:var(--muted);justify-content:flex-end;gap:9px}.system-status i{background:var(--agent-accent);width:6px;height:6px;box-shadow:0 0 12px var(--agent-accent);border-radius:50%}.system-footer{border-top:1px solid var(--line);min-height:36px;color:var(--muted);background:#070a0cf5;justify-content:space-between;align-items:center;gap:18px;padding:0 20px;display:flex}.accent-text{color:var(--agent-accent)}.technical-line{color:var(--muted);justify-content:space-between;align-items:center;gap:18px;display:flex}.technical-line strong{color:var(--agent-accent);font-weight:400}.primary-action,.secondary-action{border:1px solid var(--line-bright);min-height:42px;color:var(--text);cursor:pointer;letter-spacing:.1em;background:0 0;justify-content:center;align-items:center;gap:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;font-weight:700;transition:border-color .35s,color .35s,background-color .35s,transform .35s cubic-bezier(.2,.8,.2,1);display:flex}.primary-action{border-color:var(--agent-accent);background:var(--agent-accent);color:#080a0b}.primary-action:hover,.model-driver__activate:hover{filter:brightness(1.07);transform:translateY(-2px)}.secondary-action:hover{border-color:var(--agent-accent);color:var(--agent-accent)}.particle-sphere{--sphere-size:min(38vw, 430px);--pointer-x:50%;--pointer-y:50%;width:var(--sphere-size);height:var(--sphere-size);isolation:isolate;contain:layout paint;cursor:crosshair;flex:none;place-items:center;display:grid;position:relative}.particle-sphere--console{--sphere-size:min(31vw, 350px)}.particle-sphere--overview{--sphere-size:220px}.particle-sphere--node{--sphere-size:108px;cursor:default}.particle-sphere__canvas{z-index:2;pointer-events:none;width:100%;height:100%;transition:filter .4s;display:block;position:absolute;inset:0}.particle-sphere__axis,.particle-sphere__reticle,.particle-sphere__field{z-index:1;pointer-events:none;transition:border-color .7s,opacity .7s;position:absolute}.particle-sphere__field{width:52px;height:52px;left:var(--pointer-x);top:var(--pointer-y);z-index:5;border:1px solid rgba(var(--agent-rgb), .62);opacity:0;box-shadow:0 0 18px rgba(var(--agent-rgb), .12), inset 0 0 14px rgba(var(--agent-rgb), .08);transition:opacity .22s ease, transform .36s var(--ease-machine), border-color .5s ease;border-radius:50%;transform:translate(-50%,-50%)scale(.55)}.particle-sphere__field:before,.particle-sphere__field:after{content:"";background:var(--agent-accent);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.particle-sphere__field:before{width:16px;height:1px}.particle-sphere__field:after{width:1px;height:16px}.particle-sphere.is-interacting .particle-sphere__field{opacity:.9;transform:translate(-50%,-50%)scale(1)}.particle-sphere.is-interacting .particle-sphere__canvas{filter:brightness(1.12)}.particle-sphere.is-interacting .particle-sphere__reticle{border-color:rgba(var(--agent-rgb), .34);animation-duration:7s}.particle-sphere__axis{background:linear-gradient(90deg, transparent, rgba(var(--agent-rgb), .22) 18%, rgba(var(--agent-rgb), .22) 82%, transparent);width:86%;height:1px}.particle-sphere__axis:after{content:"";width:1px;height:calc(var(--sphere-size) * .86);background:linear-gradient(transparent, rgba(var(--agent-rgb), .19), transparent);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.particle-sphere__reticle{border:1px solid rgba(var(--agent-rgb), .18);border-left-color:#0000;border-right-color:#0000;border-radius:50%;animation:28s linear infinite reticle-turn;inset:7%}.particle-sphere__reticle:before,.particle-sphere__reticle:after{content:"";border:1px solid var(--agent-accent);background:var(--page-bg);width:5px;height:5px;box-shadow:0 0 12px rgba(var(--agent-rgb), .45);position:absolute;top:8%;transform:rotate(45deg)}.particle-sphere__reticle:before{left:16%}.particle-sphere__reticle:after{top:auto;bottom:8%;right:16%}.particle-sphere__readout{z-index:4;color:var(--muted);letter-spacing:.14em;pointer-events:none;padding-left:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:7px;transition:color .35s;position:absolute;bottom:14%;right:9%}.particle-sphere.is-interacting .particle-sphere__readout{color:var(--agent-accent)}.particle-sphere__readout:before{content:"";background:var(--agent-accent);width:8px;height:1px;position:absolute;top:50%;left:0}.particle-sphere--node .particle-sphere__readout,.particle-sphere--node .particle-sphere__axis{display:none}.particle-sphere[data-state=thinking] .particle-sphere__reticle{animation-duration:4.5s}.particle-sphere[data-state=streaming] .particle-sphere__reticle{animation-duration:9s}.particle-sphere[data-state=error] .particle-sphere__canvas{filter:grayscale(.62)}@keyframes reticle-turn{to{transform:rotate(360deg)}}.model-page__content{flex-direction:column;flex:1;min-height:680px;padding:24px 34px 28px;display:flex;position:relative}.model-page__content:before{content:"ISSUE 01 / MACHINE INTELLIGENCE";color:#efeee733;letter-spacing:.18em;writing-mode:vertical-rl;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;position:absolute;top:50%;left:10px;transform:translateY(-50%)rotate(180deg)}.model-stage{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:510px;padding:4px 0 0;display:flex}.eyebrow{color:var(--muted);margin:0 0 6px}.model-stage h1{z-index:2;letter-spacing:-.045em;margin:0 0 -42px;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,5.8vw,82px);font-weight:400;line-height:1;position:relative}.model-stage h1 em{color:var(--agent-accent);font-weight:400}.model-stage__identity{z-index:3;flex-direction:column;align-items:center;gap:7px;margin-top:-40px;animation:.65s cubic-bezier(.2,.8,.2,1) both identity-enter;display:flex;position:relative}@keyframes identity-enter{0%{opacity:0;letter-spacing:.04em;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.model-stage__identity strong{letter-spacing:.28em;font-size:16px}.model-stage__identity span{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.model-stage__identity small{color:var(--agent-accent);letter-spacing:.08em;font-size:10px}.model-driver{border:1px solid var(--line-bright);background:#0a0c0b;border-radius:0;grid-template-columns:repeat(4,1fr) auto;align-self:center;width:min(100%,1040px);min-height:78px;display:grid;position:relative;overflow:hidden;box-shadow:12px 12px #00000047}.model-driver:before{content:"MODEL ROUTING TERMINAL / 04 CHANNELS";color:var(--muted);letter-spacing:.15em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:7px;position:absolute;top:-19px;left:0}.model-driver__item{border:0;border-right:1px solid var(--line);min-width:0;color:var(--muted);cursor:pointer;text-align:left;background:0 0;justify-content:center;align-items:center;gap:10px;padding:9px 12px;transition:color .45s,background-color .45s;display:flex;position:relative}.model-driver__item:hover,.model-driver__item.is-active{background:rgba(var(--agent-rgb), .1);color:var(--text)}.model-driver__item:before{content:"";background:var(--agent-accent);height:2px;transition:right .5s cubic-bezier(.2,.8,.2,1);position:absolute;top:0;left:0;right:100%}.model-driver__item.is-active:before{right:0}.model-driver__orb{border:1px solid;border-radius:0;flex:none;place-items:center;width:36px;height:36px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;display:grid}.model-driver__item.is-active .model-driver__orb{border-color:var(--agent-accent);color:var(--agent-accent);box-shadow:0 0 18px rgba(var(--agent-rgb), .25);transform:rotate(45deg)}.model-driver__item.is-active .model-driver__orb:first-letter{transform:rotate(-45deg)}.model-driver__item strong,.model-driver__item small{display:block}.model-driver__item strong{letter-spacing:.11em;font-size:10px}.model-driver__item small{max-width:108px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:8px;overflow:hidden}.model-driver__activate{background:var(--agent-accent);color:#080a0b;cursor:pointer;letter-spacing:.09em;border:0;border-radius:0;min-width:205px;margin:0;padding:0 20px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;font-weight:700;transition:filter .25s,transform .35s cubic-bezier(.2,.8,.2,1)}.mode-toolbar,.console-toolbar{border-bottom:1px solid var(--line);z-index:15;background:#070a0ce0;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;min-height:52px;padding:0 20px;display:grid;position:relative}.mode-search{border:1px solid var(--line);width:min(290px,100%);height:34px;color:var(--muted);background:#090d0f;align-items:center;gap:9px;padding:0 11px;display:flex}.mode-search input{width:100%;color:var(--text);background:0 0;border:0;outline:0;font-size:12px}.mode-toolbar__tabs,.console-tabs{border:1px solid var(--line);background:#090d0f;align-items:center;display:flex}.mode-toolbar__tabs span,.mode-toolbar__tabs strong,.console-tabs span,.console-tabs strong{color:var(--muted);letter-spacing:.12em;padding:8px 16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;font-weight:400}.mode-toolbar__tabs strong,.console-tabs strong{background:var(--text);color:#080a0b}.mode-toolbar__count,.preview-flag{color:var(--muted);justify-self:end}.mode-map-shell{background:#111722;flex:1;min-height:620px;overflow:hidden}.mode-map{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#151b26;outline:0;width:100%;min-width:0;height:calc(100svh - 152px);min-height:620px;position:relative;overflow:hidden}.mode-map.is-dragging{cursor:grabbing}.mode-map:focus-visible{box-shadow:inset 0 0 0 1px var(--agent-accent)}.mode-map__grid{background-image:radial-gradient(circle, #e1e5e01d 0 1px, transparent 1.12px), radial-gradient(circle at 50% 52%, rgba(var(--agent-rgb), .055), transparent 34%);background-size:17px 17px,100% 100%;position:absolute;inset:0}.mode-map__viewport{transform-origin:50%;will-change:transform;transition:transform .16s cubic-bezier(.22,.8,.3,1);position:absolute;inset:0}.mode-map.is-navigating .mode-map__viewport{transition-duration:.78s;transition-timing-function:cubic-bezier(.22,.8,.2,1)}.mode-map.is-dragging .mode-map__viewport{transition:none}.mode-overview,.mode-branch{transform-origin:50%;will-change:opacity, transform, filter;transition:opacity .64s,transform .82s cubic-bezier(.22,.8,.2,1),filter .72s;position:absolute;inset:0}.mode-map.is-overview .mode-overview{opacity:1;filter:blur();pointer-events:auto;transform:scale(1)}.mode-map.is-branch .mode-overview{opacity:0;filter:blur(9px);pointer-events:none;transform:scale(1.62)}.mode-map.is-overview .mode-branch{opacity:0;filter:blur(9px);pointer-events:none;transform:scale(.68)}.mode-map.is-branch .mode-branch{opacity:1;filter:blur();pointer-events:auto;transform:scale(1)}.mode-overview__core{z-index:3;width:220px;height:220px;filter:drop-shadow(0 0 18px rgba(var(--agent-rgb), .14));border-radius:50%;position:absolute;top:48.4%;left:50%;transform:translate(-50%,-50%)}.mode-overview__core .particle-sphere{--sphere-size:100%}.mode-overview__connections,.mode-map__connections{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.mode-overview__connections g{transition:opacity .38s,filter .38s}.mode-overview__connections g.is-dimmed{opacity:.1;filter:blur(.6px)}.mode-overview__connections g.is-hovered{filter:drop-shadow(0 0 4px rgba(var(--agent-rgb), .32))}.mode-overview__core-link,.mode-overview__twig{fill:none;vector-effect:non-scaling-stroke}.mode-overview__core-link{stroke:#d9dcd71a;stroke-width:.8px;stroke-dasharray:2 6}.mode-overview__twig{stroke:#dadcd66b;stroke-width:1.15px;stroke-linecap:round;transition:stroke .32s,stroke-width .32s}.mode-overview__connections g.is-hovered .mode-overview__twig{stroke:#efeee5e6;stroke-width:1.7px}.mode-overview__waypoint{fill:#151b26;stroke:#e1e2da8c;stroke-width:1px;vector-effect:non-scaling-stroke}.mode-overview__terminal{fill:#e7e4da;stroke:#151b26;stroke-width:1.5px;vector-effect:non-scaling-stroke;transition:fill .32s,filter .32s}.mode-overview__connections g.is-hovered .mode-overview__terminal{fill:var(--agent-accent);filter:drop-shadow(0 0 5px rgba(var(--agent-rgb), .55))}.mode-overview__branch{z-index:5;pointer-events:none;transition:opacity .38s,filter .38s;position:absolute;inset:0}.mode-overview__branch.is-dimmed{opacity:.13;filter:blur(.6px)}.mode-overview__hub,.mode-overview__capability,.mode-overview__label{pointer-events:auto;cursor:pointer;position:absolute;transform:translate(-50%,-50%)}.mode-overview__force-node{touch-action:none;-webkit-user-select:none;user-select:none;will-change:left, top, transform}.mode-overview__force-node:active{cursor:grabbing}.mode-overview__hub{border:1px solid rgba(var(--agent-rgb), .7);width:50px;height:50px;color:var(--agent-accent);box-shadow:0 0 0 5px rgba(var(--agent-rgb), .035);background:#151b26e6;border-radius:50%;place-items:center;padding:0;transition:transform .38s cubic-bezier(.2,.8,.2,1),box-shadow .38s,background-color .38s;display:grid}.mode-overview__hub svg{width:20px;height:20px}.mode-overview__capability{color:#e9e7df;width:32px;height:32px;box-shadow:0 0 0 4px rgba(var(--agent-rgb), .025);background:#151b26eb;border:1px solid #e1e3dc7a;border-radius:50%;place-items:center;padding:0;transition:transform .3s cubic-bezier(.2,.8,.2,1),border-color .3s,color .3s,box-shadow .3s;display:grid}.mode-overview__capability svg{width:13px;height:13px}.mode-overview__capability span{color:#e9e7df;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;opacity:0;pointer-events:none;background:#090d12eb;border:1px solid #dcded729;padding:4px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:7px;line-height:1;transition:opacity .2s,transform .26s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%,3px)}.mode-overview__capability:hover,.mode-overview__capability:focus-visible,.mode-overview__branch.is-hovered .mode-overview__capability{border-color:var(--agent-accent);color:var(--agent-accent);box-shadow:0 0 18px rgba(var(--agent-rgb), .18);transform:translate(-50%,-50%)scale(1.12)}.mode-overview__capability:hover span,.mode-overview__capability:focus-visible span{opacity:1;transform:translate(-50%)}.mode-overview__hub:hover,.mode-overview__hub:focus-visible,.mode-overview__branch.is-hovered .mode-overview__hub{background:rgba(var(--agent-rgb), .12);box-shadow:0 0 0 9px rgba(var(--agent-rgb), .055), 0 0 28px rgba(var(--agent-rgb), .18);transform:translate(-50%,-50%)scale(1.15)}.mode-overview__label{color:#e9e7df;background:0 0;border:0;flex-direction:column;align-items:center;gap:5px;min-width:190px;padding:6px 8px;transition:color .32s,transform .38s cubic-bezier(.2,.8,.2,1);display:flex}.mode-overview__label strong{letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:clamp(18px,1.8vw,28px);font-weight:400}.mode-overview__label small{color:#cbcfcb6e;letter-spacing:.1em;text-transform:uppercase;max-width:200px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:6px}.mode-overview__label:hover,.mode-overview__label:focus-visible,.mode-overview__branch.is-hovered .mode-overview__label{color:var(--agent-accent);transform:translate(-50%,-50%)scale(1.035)}.mode-overview__instruction{color:#c7cac670;letter-spacing:.16em;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:7px;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.mode-branch__watermark{color:#efece207;letter-spacing:-.055em;white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:clamp(150px,22vw,330px);position:absolute;top:44%;left:50%;transform:translate(-50%,-50%)}.mode-map__guide{fill:none;stroke:#daddd713;stroke-width:1px;vector-effect:non-scaling-stroke}.mode-map__connections g{transition:opacity .3s}.mode-map__connections g.is-dimmed{opacity:.08}.mode-map__branch{fill:none;stroke:#d7dad37a;stroke-width:1.45px;stroke-dasharray:1;stroke-dashoffset:1px;vector-effect:non-scaling-stroke;animation:.72s cubic-bezier(.2,.8,.2,1) forwards graph-line-enter;animation-delay:calc(var(--line-order) * 42ms + .1s);transition:stroke .28s,stroke-width .28s,filter .28s}.mode-map__connections g.is-active .mode-map__branch{stroke:var(--agent-accent);stroke-width:2.2px;filter:drop-shadow(0 0 4px rgba(var(--agent-rgb), .32))}.mode-map__joint{fill:var(--agent-accent);stroke:#151b26;stroke-width:2px;vector-effect:non-scaling-stroke;opacity:.78;transition:r .28s,opacity .28s,filter .28s}.mode-map__connections g.is-active .mode-map__joint{opacity:1;filter:drop-shadow(0 0 5px rgba(var(--agent-rgb), .52))}@keyframes graph-line-enter{to{stroke-dashoffset:0}}.mode-node{z-index:4;color:#d8d7d0;cursor:pointer;animation:.62s cubic-bezier(.2,.8,.2,1) both graph-node-enter;animation-delay:calc(var(--node-order) * 48ms + .12s);background:0 0;border:0;flex-direction:column;align-items:center;gap:6px;padding:0;transition:opacity .28s,color .28s;display:flex;position:absolute;transform:translate(-50%,-50%)}@keyframes graph-node-enter{0%{opacity:0;transform:translate(-50%,-42%)scale(.72)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.mode-node.is-dimmed{opacity:.08;pointer-events:none}.mode-node__orb{color:#171c24;background:#e7e4da;border:2px solid #e7e4da;border-radius:50%;place-items:center;width:62px;height:62px;transition:color .24s,border-color .24s,box-shadow .3s,transform .3s cubic-bezier(.2,.8,.2,1),background-color .24s;display:grid;position:relative;box-shadow:0 13px 28px #0000004d}.mode-node__orb svg{width:25px;height:25px}.mode-node.is-branch-root .mode-node__orb{border-color:var(--agent-accent);width:92px;height:92px;color:var(--agent-accent);box-shadow:0 0 0 7px rgba(var(--agent-rgb), .055), 0 16px 34px #00000057;background:#1a202b}.mode-node.is-branch-root .mode-node__orb svg{width:35px;height:35px}.mode-node.is-branch-root strong{letter-spacing:.2em;text-transform:uppercase;max-width:240px;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:400}.mode-node.is-skill .mode-node__orb{width:76px;height:76px}.mode-node.is-skill .mode-node__orb svg{width:30px;height:30px}.mode-node__label{flex-direction:column;align-items:center;gap:3px;display:flex}.mode-node strong{color:#ebe8de;letter-spacing:.02em;max-width:132px;font-size:11px;font-weight:500;line-height:1.2}.mode-node small{color:#d5d6cf80;letter-spacing:.16em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:6px}.mode-node:hover,.mode-node.is-active{color:#f5f1e6}.mode-node:hover .mode-node__orb{transform:translateY(-4px)scale(1.045)}.mode-node.is-active .mode-node__orb{border-color:var(--agent-accent);color:var(--agent-accent);box-shadow:0 0 0 6px #151b26, 0 0 0 8px #e7e4dab8, 0 0 0 14px rgba(var(--agent-rgb), .12), 0 14px 30px #0000005c;background:#171c24}.mode-branch__direct{color:#cbcec980;letter-spacing:.14em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.mode-map__back{z-index:12;color:#dadcd6b3;cursor:pointer;letter-spacing:.14em;background:0 0;border:0;padding:8px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;transition:color .22s,transform .22s;position:absolute;top:20px;left:22px}.mode-map__back:hover{color:var(--agent-accent);transform:translate(-3px)}.mode-map__neighbor{z-index:11;color:#e2e1d98f;cursor:pointer;letter-spacing:.16em;text-transform:uppercase;background:0 0;border:0;align-items:center;gap:10px;padding:10px;font-family:Georgia,Times New Roman,serif;font-size:23px;transition:color .25s,transform .3s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;top:50%}.mode-map__neighbor span{writing-mode:vertical-rl;font-size:13px}.mode-map__neighbor.is-left{left:5px;transform:translateY(-50%)}.mode-map__neighbor.is-right{right:5px;transform:translateY(-50%)}.mode-map__neighbor:hover{color:var(--agent-accent)}.mode-map__neighbor.is-left:hover{transform:translate(-4px,-50%)}.mode-map__neighbor.is-right:hover{transform:translate(4px,-50%)}.mode-detail{z-index:10;-webkit-user-select:text;user-select:text;background:#0a0f17f5;border:1px solid #e0e0d724;flex-direction:column;width:336px;padding:30px 26px 24px;animation:.34s cubic-bezier(.2,.8,.2,1) both mode-detail-enter;display:flex;position:absolute;top:24px;bottom:24px;left:24px;box-shadow:18px 16px 46px #00000052}@keyframes mode-detail-enter{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.mode-detail__close{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #e0e0d72e;border-radius:50%;font-size:18px;line-height:1;transition:border-color .2s,color .2s,transform .2s;position:absolute;top:14px;right:14px}.mode-detail__close:hover{border-color:var(--agent-accent);color:var(--agent-accent);transform:rotate(8deg)}.mode-map__controls{z-index:12;background:#080d14ed;border:1px solid #e4e4db29;border-radius:7px;align-items:center;display:flex;position:absolute;bottom:22px;right:22px;overflow:hidden;box-shadow:0 8px 24px #0000003d}.mode-map__controls button,.mode-map__controls span{color:#b7bab6;letter-spacing:.1em;background:0 0;border:0;border-right:1px solid #e4e4db1f;place-items:center;min-width:38px;height:34px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;display:grid}.mode-map__controls button{cursor:pointer}.mode-map__controls button:hover{background:rgba(var(--agent-rgb), .13);color:var(--agent-accent)}.mode-map__controls button:last-child{border-right:0;min-width:66px}.mode-map__hint{z-index:11;color:#898b84b3;letter-spacing:.14em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:7px;position:absolute;bottom:68px;right:22px}.mode-map__empty{z-index:8;color:#c4c6c1;letter-spacing:.12em;background:#080d14e6;border:1px solid #e4e4db24;padding:10px 13px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mode-detail__eyebrow,.mode-detail__section>span,.mode-detail__route>span{color:var(--agent-accent);letter-spacing:.13em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px}.mode-detail h1{margin:12px 0 14px;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:400;line-height:1.05}.mode-detail>p{color:var(--muted);margin:0 0 24px;font-size:13px;line-height:1.65}.mode-detail__section{border-top:1px solid var(--line);padding:16px 0}.mode-detail__section ul{flex-wrap:wrap;gap:7px;margin:10px 0 0;padding:0;list-style:none;display:flex}.mode-detail__section li{border:1px solid var(--line);color:var(--muted);padding:5px 7px;font-size:10px}.mode-detail__route{border-top:1px solid var(--line);flex-direction:column;gap:6px;margin-top:auto;padding:16px 0;display:flex}.mode-detail__route strong{letter-spacing:.08em;font-size:10px;font-weight:400}.console-page{min-height:100svh}.console-toolbar>div:first-child{align-items:baseline;gap:10px;display:flex}.console-toolbar>div:first-child span{color:var(--agent-accent);letter-spacing:.12em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px}.console-toolbar>div:first-child strong{font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:400}.console-content{flex:1;min-height:0}.panel-label{color:var(--muted)}.panel-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding-bottom:14px;display:flex}.panel-heading div{flex-direction:column;gap:5px;display:flex}.panel-heading span,.panel-heading i,.field-meta span{color:var(--muted);letter-spacing:.11em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;font-style:normal}.panel-heading strong{letter-spacing:.08em;font-size:12px}.panel-heading i{color:var(--agent-accent)}.assistant-stage{background:radial-gradient(circle at 50% 43%, rgba(var(--agent-rgb), .08), transparent 30%), linear-gradient(#28343817 1px, transparent 1px), linear-gradient(90deg, #28343817 1px, transparent 1px);background-size:auto,42px 42px,42px 42px;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:20px 28px 84px;display:flex;position:relative;overflow:hidden}.assistant-stage.is-compact{border:1px solid var(--line);background-color:#0c1114c7;min-height:280px;padding:20px 20px 76px}.assistant-stage__visual{margin:-24px 0 -34px}.assistant-stage.is-compact .assistant-stage__visual{margin:0 0 -6px}.assistant-stage__status{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.assistant-stage__status strong{color:var(--agent-accent);letter-spacing:.13em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.assistant-stage__status span{max-width:520px;min-height:16px;color:var(--muted);font-size:11px}.assistant-composer{border:1px solid var(--line-bright);width:calc(100% - 44px);min-height:54px;box-shadow:0 0 28px rgba(var(--agent-rgb), .08);background:#090d0ff0;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:0 8px 0 15px;display:grid;position:absolute;bottom:20px;left:22px}.assistant-composer label{color:var(--agent-accent);letter-spacing:.1em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px}.assistant-composer input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:12px}.assistant-composer button{border:1px solid var(--agent-accent);background:rgba(var(--agent-rgb), .15);width:38px;height:38px;color:var(--agent-accent);cursor:pointer;font-size:17px}.quick-actions{flex-wrap:wrap;justify-content:center;gap:7px;margin-top:16px;display:flex}.quick-actions button{border:1px solid var(--line);background:var(--surface);min-height:32px;color:var(--muted);cursor:pointer;letter-spacing:.07em;padding:0 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px}.quick-actions button:hover{border-color:var(--agent-accent);color:var(--text)}.push-workspace{grid-template-columns:210px minmax(370px,1fr) 330px;min-height:calc(100svh - 152px);display:grid}.work-list,.push-builder,.knowledge-sources,.knowledge-settings,.general-context,.operations-side{background:#080c0fe6}.work-list{border-right:1px solid var(--line);padding:20px 14px}.work-list>.secondary-action{width:100%;margin:14px 0 22px}.work-list nav{flex-direction:column;gap:3px;display:flex}.work-list nav>strong{color:var(--muted);letter-spacing:.12em;margin:0 8px 7px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;font-weight:400}.work-list nav button{color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:0;border-left:2px solid #0000;flex-direction:column;gap:5px;padding:11px 10px;display:flex}.work-list nav button.is-active{border-left-color:var(--agent-accent);background:var(--surface);color:var(--text)}.work-list nav button span{font-size:11px}.work-list nav button small{color:var(--muted);letter-spacing:.09em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:7px}.work-list__summary{border-top:1px solid var(--line);color:var(--muted);flex-direction:column;gap:7px;margin-top:28px;padding:15px 10px;display:flex}.work-list__summary span,.work-list__summary small{font-size:8px;line-height:1.5}.work-list__summary strong{color:var(--text);font-size:12px}.push-builder{border-left:1px solid var(--line);padding:20px;overflow:auto}.push-builder>label,.field-grid label{color:var(--muted);letter-spacing:.1em;flex-direction:column;gap:7px;margin-top:15px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;display:flex}.push-builder input,.push-builder textarea,.push-builder select,.routing-question textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);letter-spacing:0;border-radius:0;outline:0;font-family:Arial,Helvetica,sans-serif;font-size:12px}.push-builder input,.push-builder select{height:38px;padding:0 10px}.push-builder textarea,.routing-question textarea{resize:vertical;padding:10px}.push-builder input:focus,.push-builder textarea:focus,.push-builder select:focus,.routing-question textarea:focus{border-color:var(--agent-accent)}.field-meta{border:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;margin-top:11px;padding:9px 10px;display:flex}.field-meta strong{color:var(--muted);font-size:10px;font-weight:400}.push-preview{border:1px dashed var(--line-bright);background:rgba(var(--agent-rgb), .04);margin-top:15px;padding:13px}.push-preview span{color:var(--agent-accent);letter-spacing:.1em;margin-bottom:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;display:block}.push-preview strong{font-size:12px}.push-preview p{color:var(--muted);margin:5px 0 0;font-size:11px;line-height:1.45}.field-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.push-builder>.primary-action{width:100%;margin-top:18px}.dashboard-workspace{min-height:calc(100svh - 152px);padding:28px}.dashboard-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.dashboard-heading span{color:var(--agent-accent);letter-spacing:.11em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px}.dashboard-heading h1{margin:7px 0 0;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:400}.dashboard-heading .secondary-action{padding:0 14px}.metric-row{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.metric-row article,.chart-panel,.insight-panel{border:1px solid var(--line);background:#0c1114c7}.metric-row article{flex-direction:column;gap:7px;padding:15px;display:flex}.metric-row span,.metric-row small{color:var(--muted);letter-spacing:.08em;font-size:8px}.metric-row strong{font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:400}.dashboard-grid{grid-template-columns:minmax(0,1.7fr) minmax(260px,.8fr);gap:10px;margin-top:10px;display:grid}.chart-panel{grid-row:span 2;min-height:390px;padding:18px}.bar-chart{border-bottom:1px solid var(--line-bright);background:repeating-linear-gradient(0deg,#0000 0 54px,#48565a3d 55px);align-items:end;gap:8px;height:275px;margin-top:22px;padding:15px 8px 0;display:flex}.bar-chart i{background:linear-gradient(to top, rgba(var(--agent-rgb), .22), var(--agent-accent));opacity:.78;flex:1;min-width:6px}.chart-axis{color:var(--muted);justify-content:space-between;margin-top:7px;font-size:8px;display:flex}.insight-panel{padding:18px}.insight-panel p,.insight-panel li{color:var(--muted);font-size:11px;line-height:1.55}.insight-panel ul{margin:12px 0 0;padding-left:17px}.operations-workspace{grid-template-columns:minmax(0,1fr) 330px;min-height:calc(100svh - 152px);display:grid}.operations-map{padding:20px}.map-placeholder{border:1px solid var(--line);background:radial-gradient(circle at 50% 50%, rgba(var(--agent-rgb), .07), transparent 35%), radial-gradient(circle, #89938f4d 0 1px, transparent 1.5px);background-size:auto,18px 18px;min-height:560px;margin-top:16px;position:relative;overflow:hidden}.map-placeholder svg{width:100%;height:100%;position:absolute;inset:0}.map-placeholder path{fill:none;stroke:#89938f52;stroke-width:1px;stroke-dasharray:4 5}.map-placeholder circle{fill:var(--surface);stroke:var(--agent-accent);stroke-width:2px}.map-placeholder__center{color:var(--muted);letter-spacing:.1em;flex-direction:column;align-items:center;gap:9px;font-size:8px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.operations-side{border-left:1px solid var(--line);padding:20px}.operations-side .panel-label{margin:0 0 12px}.operations-side .assistant-stage{margin-top:12px}.empty-state{border:1px dashed var(--line-bright);margin-bottom:26px;padding:18px}.empty-state strong{font-size:12px}.empty-state p{color:var(--muted);margin:8px 0 0;font-size:11px;line-height:1.55}.knowledge-workspace{grid-template-columns:250px minmax(380px,1fr) 290px;min-height:calc(100svh - 152px);display:grid}.knowledge-sources,.knowledge-settings,.general-context{padding:20px}.knowledge-sources{border-right:1px solid var(--line)}.knowledge-settings{border-left:1px solid var(--line)}.source-row{border-bottom:1px solid var(--line);gap:11px;padding:13px 0;display:flex}.source-row>i{color:var(--agent-accent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;font-style:normal}.source-row span,.source-row strong,.source-row small{display:block}.source-row strong{font-size:11px}.source-row small{color:var(--muted);margin-top:5px;font-size:9px}.knowledge-sources .secondary-action{width:100%;margin-top:20px}.knowledge-prompt{border:1px dashed var(--line-bright);max-width:500px;margin-top:17px;padding:13px}.knowledge-prompt span{color:var(--agent-accent);letter-spacing:.1em;font-size:8px}.knowledge-prompt p{color:var(--muted);margin:7px 0 0;font-size:10px;line-height:1.5}.setting-row,.tool-row{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:13px 0;font-size:10px;display:flex}.setting-row strong,.tool-row strong{color:var(--agent-accent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px}.knowledge-note{border:1px dashed var(--line-bright);color:var(--muted);margin-top:24px;padding:14px;font-size:10px;line-height:1.55}.general-workspace{grid-template-columns:minmax(0,1fr) 300px;min-height:calc(100svh - 152px);display:grid}.general-context{border-left:1px solid var(--line)}.general-context .panel-label:not(:first-child){margin-top:28px}.routing-workspace{grid-template-columns:minmax(340px,.8fr) minmax(440px,1.2fr);gap:0;min-height:calc(100svh - 152px);display:grid}.routing-question{border-right:1px solid var(--line);background:#080c0fd6;flex-direction:column;justify-content:center;padding:clamp(30px,6vw,90px);display:flex}.routing-question h1{margin:16px 0 24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,56px);font-weight:400;line-height:1.04}.routing-question textarea{min-height:130px}.routing-question .primary-action{margin-top:12px}.routing-rules{border-top:1px solid var(--line);flex-direction:column;gap:7px;margin-top:28px;padding-top:18px;display:flex}.routing-rules span,.routing-rules small{color:var(--muted);font-size:9px}.routing-rules strong{color:var(--agent-accent);font-size:10px}.routing-graph{background:radial-gradient(circle at 50% 50%, rgba(var(--agent-rgb), .09), transparent 35%);justify-content:center;align-items:center;gap:0;padding:40px;display:flex;overflow:hidden}.routing-node{border:1px solid var(--line-bright);background:var(--surface);min-width:108px;min-height:108px;color:var(--muted);text-align:center;letter-spacing:.08em;border-radius:50%;place-items:center;padding:12px;font-size:9px;display:grid}.routing-node.is-agent{border-color:var(--agent-accent);color:var(--agent-accent)}.routing-node.is-agent .particle-sphere{opacity:.58;position:absolute}.routing-graph>i{background:var(--line-bright);width:clamp(34px,5vw,80px);height:1px;display:block}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (max-width:1050px){.model-driver__item small{display:none}.push-workspace{grid-template-columns:170px minmax(360px,1fr) 300px}.knowledge-workspace{grid-template-columns:210px minmax(360px,1fr) 250px}.routing-node{min-width:86px;min-height:86px}}@media (max-width:850px){.app-header{grid-template-columns:1fr auto}.app-header__center{display:none}.model-page__content{padding-inline:18px}.model-driver{border-radius:0;grid-template-columns:repeat(4,1fr)}.model-driver__item{text-align:center;flex-direction:column;gap:5px}.model-driver__activate{grid-column:1/-1;min-height:48px}.mode-toolbar,.console-toolbar{grid-template-columns:1fr auto}.mode-toolbar__tabs,.console-tabs{display:none}.mode-detail{width:280px}.push-workspace,.knowledge-workspace,.general-workspace,.operations-workspace{grid-template-columns:1fr}.push-workspace>.assistant-stage{grid-row:1;min-height:560px}.work-list,.knowledge-sources{border-right:0;border-top:1px solid var(--line)}.push-builder,.knowledge-settings,.general-context,.operations-side{border-left:0;border-top:1px solid var(--line)}.dashboard-grid{grid-template-columns:1fr}.chart-panel{grid-row:auto}.routing-workspace{grid-template-columns:1fr}.routing-question{border-right:0;border-bottom:1px solid var(--line)}}@media (max-width:620px){.app-header{min-height:58px;padding:0 14px}.app-brand{font-size:10px}.system-status{font-size:8px}.technical-line span:last-child,.system-footer span:nth-child(2),.mode-toolbar__count,.preview-flag{display:none}.system-footer{justify-content:space-between}.model-stage{min-height:480px}.model-stage h1{margin-bottom:-12px;font-size:42px}.particle-sphere{--sphere-size:min(86vw, 330px)}.particle-sphere--console{--sphere-size:min(82vw, 310px)}.particle-sphere--node{--sphere-size:82px}.model-driver__item{padding-inline:4px}.model-driver__orb{width:32px;height:32px}.model-driver__item strong{font-size:8px}.mode-toolbar,.console-toolbar{padding-inline:12px}.mode-search{width:100%}.mode-map-shell,.mode-map{min-height:590px}.mode-map{touch-action:pan-y;height:calc(100svh - 146px)}.mode-overview__core{width:118px;height:118px}.mode-overview__hub{width:42px;height:42px}.mode-overview__hub svg{width:17px;height:17px}.mode-overview__capability{width:27px;height:27px}.mode-overview__capability span{display:none}.mode-overview__label{min-width:108px}.mode-overview__label strong{letter-spacing:.1em;font-size:13px}.mode-overview__label small{display:none}.mode-overview__instruction{font-size:6px}.mode-branch__watermark{font-size:125px}.mode-node__orb{width:52px;height:52px}.mode-node.is-branch-root .mode-node__orb{width:72px;height:72px}.mode-node.is-branch-root strong{max-width:140px;font-size:18px}.mode-node.is-skill .mode-node__orb{width:58px;height:58px}.mode-node strong{max-width:92px;font-size:9px}.mode-map__controls{top:12px;bottom:auto;right:12px}.mode-map__hint{display:none}.mode-map__back{top:12px;left:8px}.mode-map__neighbor{padding:6px}.mode-map__neighbor span{display:none}.console-toolbar>div:first-child strong{font-size:16px}.mode-detail{width:calc(100vw - 34px);max-height:330px;padding:18px;top:auto;bottom:16px;left:17px}.mode-detail h1{margin-block:8px;font-size:25px}.mode-detail>p{margin-bottom:12px}.mode-detail__section{display:none}.metric-row{grid-template-columns:1fr 1fr}.dashboard-workspace{padding:18px}.dashboard-heading{flex-direction:column;align-items:flex-start}.knowledge-workspace,.general-workspace,.operations-workspace,.push-workspace{min-height:auto}.routing-graph{flex-direction:column;min-height:430px}.routing-graph>i{width:1px;height:35px}}
