/* Project experiences: shared accessible shell, four independent visual worlds. */
#project-dialog{--demo-accent:#244bea;--demo-fg:#20211e;--demo-bg:#f8f8f5;width:min(1220px,calc(100% - 48px));max-width:1220px;max-height:94dvh;padding:0;overflow:auto;border-radius:22px;background:var(--demo-bg);color:var(--demo-fg)}
#project-dialog .dialog-top{position:sticky;top:0;z-index:5;background:var(--demo-bg);padding:16px 26px;margin:0;border-bottom:1px solid #8883;gap:20px}
#project-dialog .dialog-top .eyebrow{font-size:10px;letter-spacing:.12em;color:inherit;opacity:.7}
#project-dialog #close-dialog{width:40px;height:40px;flex-shrink:0;color:inherit;border-color:#8886;font-size:25px;transition:background 150ms,transform 150ms}
#project-dialog #close-dialog:hover{background:#8882;transform:rotate(90deg)}
.experience-nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 30px 20px}
.experience-nav h2{font-size:23px;letter-spacing:-.04em;font-weight:600;line-height:1.2}
.experience-nav p{font-size:9px;letter-spacing:.13em;margin:8px 0 0;opacity:.6}
.experience-nav p span{white-space:nowrap}.experience-switch{display:flex;gap:4px;background:#8881;border:1px solid #8882;padding:4px;border-radius:30px;flex-shrink:0}
.experience-switch button{font-size:12px;border:0;background:transparent;padding:9px 15px;border-radius:24px;color:inherit;transition:background 250ms,color 250ms,box-shadow 250ms}
.experience-switch button[aria-pressed=true]{background:var(--demo-fg);color:var(--demo-bg);box-shadow:0 2px 5px #0001}
.demo-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:0 30px 16px;font-size:12px;opacity:.8}
#demo-stage{margin:0 20px;overflow:hidden;border-radius:15px}
.demo-scene{animation:demo-panel-in 350ms var(--ease-smooth-out)}
@keyframes demo-panel-in{from{opacity:0;transform:translateY(10px);filter:blur(2px)}to{opacity:1;transform:none;filter:blur(0)}}
.demo-disclaimer{font-size:11px;line-height:1.6;text-align:center;padding:14px 25px 20px;margin:0;opacity:.65}
#experience-story{padding:0 40px 40px;max-width:850px;margin:auto;color:var(--demo-fg)}
#experience-story .story-deck{font-size:clamp(26px,3vw,38px);line-height:1.2;letter-spacing:-.035em;margin:25px 0 35px}
#experience-story .case-section p,#experience-story .dialog-meta span{color:inherit;opacity:.75}#experience-story .case-note{background:#8882}
#project-dialog [hidden]{display:none!important}
#project-dialog button:focus-visible,#project-dialog input:focus-visible{outline:3px solid #ee7b3e;outline-offset:4px}
#project-dialog .demo-heading:focus{outline:none}
.demo-kicker{font-size:9px;letter-spacing:.15em;line-height:1.6;font-weight:500;margin:0 0 20px;opacity:.72}
.demo-heading{font-size:clamp(30px,3.5vw,48px);line-height:1.07;font-weight:500;letter-spacing:-.055em;margin:0 0 20px}
.demo-lead{font-size:14px;line-height:1.65;max-width:470px;opacity:.8;margin:0 0 28px}
.demo-primary{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;background:var(--demo-accent);color:var(--demo-button-ink,#fff);border:1px solid transparent;border-radius:9px;padding:13px 18px;font-size:13px;font-weight:500;line-height:1.5;transition:transform 200ms var(--ease-smooth-out),filter 200ms,opacity 200ms}
.demo-primary:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.09)}.demo-primary:active:not(:disabled){transform:translateY(0)}.demo-primary:disabled{opacity:.35;cursor:not-allowed}.demo-primary>span{font-size:19px;line-height:1}
.demo-text{padding:8px 0;background:none;border:0;font-size:12px;color:inherit;transition:opacity 150ms}.demo-text:hover{opacity:.65}
.demo-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px;margin-top:28px}
.demo-actions>.demo-primary:only-child{margin-left:auto}.demo-footnote{font-size:11px;opacity:.6;margin:25px 0 0}
.demo-steps{display:flex;gap:24px;list-style:none;padding:0;margin:0 0 38px;font-size:11px}
.demo-steps li{display:flex;align-items:center;gap:7px;opacity:.42;white-space:nowrap}.demo-steps li[aria-current]{opacity:1}.demo-steps li.complete{opacity:.72}.demo-steps li>span{font-size:9px;border:1px solid currentColor;border-radius:50%;width:21px;height:21px;display:grid;place-items:center}
.demo-check{display:inline-grid;place-items:center;background:var(--demo-accent);color:var(--demo-button-ink,#fff);width:36px;height:36px;border-radius:50%;font-size:19px;flex-shrink:0;animation:demo-check-in 450ms var(--ease-smooth-out)}
@keyframes demo-check-in{from{opacity:0;transform:translateY(10px) rotate(-25deg) scale(.8)}to{opacity:1;transform:none}}
/* 01 / Lawtrades AI — cobalt, white, electric lime. */
#project-dialog[data-experience=ai]{--demo-accent:#c0ee43;--demo-button-ink:#172128;--demo-bg:#f5f7fc;--demo-fg:#17264b}
.ai-world{display:grid;grid-template-columns:225px 1fr;background:#244bea;color:white;min-height:620px}
.ai-rail{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:32px 26px;border-right:1px solid #ffffff2c;background:#2044d7;overflow:hidden}
.ai-mark{font-size:50px;line-height:1;color:#c0ee43}.ai-rail>span{font-size:10px;letter-spacing:.16em;line-height:1.8;margin-top:24px}.ai-rail>small{font-size:8px;letter-spacing:.16em;line-height:1.8;opacity:.65;margin-top:auto}
.ai-orbit{position:relative;width:240px;height:240px;margin:26px -40px;color:#c0ee43;display:grid;place-items:center}
.ai-orbit i{position:absolute;width:190px;height:190px;border:1px solid #b7cdff66;border-radius:50%;transform:rotateX(60deg) rotateZ(-35deg)}.ai-orbit i:nth-child(2){transform:rotateY(60deg) rotateZ(35deg)}.ai-orbit i:nth-child(3){transform:rotateY(30deg) rotateX(25deg)}.ai-orbit b{font-size:78px;font-weight:400;line-height:1}
.ai-main{padding:35px 40px 40px;min-width:0}.ai-main .demo-heading{font-size:clamp(34px,4vw,53px)}
.ai-main .demo-kicker{color:#d8e4ff}.ai-main .demo-text{color:white}.ai-main .demo-steps li.complete>span{background:#c0ee43;border-color:#c0ee43;color:#172128}
.prompt-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}
.prompt-options button{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:18px;min-height:195px;padding:22px;background:#ffffff0d;color:#fff;border:1px solid #ffffff55;border-radius:12px;transition:background 200ms,transform 200ms,border-color 200ms}
.prompt-options button:hover{background:#ffffff20;border-color:#c0ee43;transform:translateY(-4px)}.prompt-options small{color:#c0ee43;font-size:10px}.prompt-options strong{font-size:19px;letter-spacing:-.025em;font-weight:500}.prompt-options button>span:not(:last-child){font-size:12px;line-height:1.6;opacity:.75;max-width:190px}.prompt-options button>span:last-child{position:absolute;right:20px;top:14px;font-size:23px}
.chat-bubble{margin:0 0 22px auto;background:#ffffff15;border:1px solid #ffffff20;border-radius:16px 16px 3px 16px;padding:16px 20px;max-width:420px;font-size:13px;line-height:1.6}
.brief-document{background:#f8fbff;color:#1d2a4b;padding:22px 25px;border-radius:12px;box-shadow:0 15px 30px #0b238b25}.document-bar{display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.13em;color:#48609d}.document-bar span:last-child{font-size:24px;color:#244bea}.brief-document h4{font-size:22px;letter-spacing:-.035em;font-weight:500;margin:15px 0 8px}.brief-document p,.brief-document li{font-size:12px;line-height:1.7}.brief-document ul{padding-left:17px;color:#63718b}.brief-controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap;border-top:1px solid #dce3ef;padding-top:16px;font-size:10px}.brief-controls>span{margin-right:auto;color:#687792}.demo-chip{font-size:10px;border:1px solid #d2dced;border-radius:30px;padding:7px 10px;background:transparent;color:#23385f;transition:background 150ms}.demo-chip[aria-pressed=true]{background:#244bea;border-color:#244bea;color:white}
.demo-thinking{display:flex;align-items:center;gap:5px;font-size:12px;min-height:170px}.demo-thinking span{width:5px;height:5px;border-radius:50%;background:#c0ee43;animation:demo-dot 700ms alternate infinite}.demo-thinking span:nth-child(2){animation-delay:150ms}.demo-thinking span:nth-child(3){animation-delay:300ms;margin-right:10px}@keyframes demo-dot{to{opacity:.3;transform:translateY(-4px)}}
.sample-profiles{display:grid;gap:10px}.sample-profile{display:flex;align-items:center;gap:15px;width:100%;padding:17px 18px;border:1px solid #8884;border-radius:10px;background:transparent;color:inherit;text-align:left;transition:border-color 180ms,background 180ms,transform 180ms}.sample-profile:hover{transform:translateX(3px)}.sample-profile.selected{border-color:var(--demo-accent);background:#ffffff12}.sample-profile>span:nth-child(2){min-width:0}.sample-profile strong{font-size:16px;font-weight:500;display:block;letter-spacing:-.02em}.sample-profile small{display:block;font-size:12px;opacity:.8;margin-top:3px}.sample-profile em{display:block;font-size:10px;font-style:normal;opacity:.55;margin-top:7px}.sample-avatar{display:inline-grid;place-items:center;flex-shrink:0;width:46px;height:46px;border-radius:50%;background:#dce6f4;color:#324766;font-size:12px;letter-spacing:-.04em}.avatar-1{background:#ded8c8;color:#554b34}.profile-choice{display:grid;place-items:center;margin-left:auto;width:24px;height:24px;border:1px solid #8887;border-radius:50%;font-size:13px}.selected .profile-choice{background:var(--demo-accent);color:var(--demo-button-ink);border-color:transparent}
.ai-main .sample-profile{border-color:#fff5}.ai-main .sample-profile.selected{border-color:#c0ee43}.selection-note{display:flex;gap:15px;align-items:center;margin:22px 0}.selection-note>span{font-size:29px;color:#c0ee43}.selection-note p{font-size:12px;line-height:1.7;opacity:.8}.selection-note strong{font-weight:500}
.workspace-card{padding:24px;border:1px solid #fff5;border-radius:14px;background:#fff1}.workspace-title{display:flex;gap:14px;align-items:center}.workspace-title small{display:block;font-size:9px;letter-spacing:.12em;opacity:.7}.workspace-title strong{display:block;font-size:20px;letter-spacing:-.025em;font-weight:500;margin-top:5px}.workspace-person{display:flex;align-items:center;gap:13px;padding:23px 0;border-bottom:1px solid #fff3;font-size:13px}.workspace-person small{display:block;opacity:.6;font-size:10px;margin-top:4px}.demo-checklist p{font-size:12px;margin:16px 0}.demo-checklist p:last-child{color:#c0ee43}
/* 02 / Hiring — warm paper, ink, deliberate editorial spacing. */
#project-dialog[data-experience=hiring]{--demo-accent:#25251f;--demo-button-ink:#fffdf8;--demo-bg:#f5f1e9;--demo-fg:#25251f}
.hiring-world{background:#eee8de;color:#25251f;min-height:620px;padding:27px 32px 38px}.hiring-banner{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid #bcb4a7;padding-bottom:22px;margin-bottom:23px}.hiring-brand{font-size:21px;letter-spacing:-.06em;font-weight:600}.hiring-brand span{font-size:12px;letter-spacing:-.02em;font-weight:400;margin-left:10px}.hiring-banner>span:last-child{font-size:8px;letter-spacing:.15em}.hiring-world .demo-steps{margin-bottom:32px}.hiring-layout{display:grid;grid-template-columns:1fr 235px;gap:42px}.hiring-main{min-width:0}.hiring-main .demo-heading{font-size:clamp(32px,3.6vw,46px)}.hiring-world .demo-kicker{display:none}.hiring-world .demo-lead{color:#6b665b}.demo-fieldset{border:0;padding:0;margin:25px 0}.demo-fieldset legend{font-size:12px;margin-bottom:12px}.scope-choice{display:inline-block;background:transparent;border:1px solid #b9b1a5;padding:12px 14px;border-radius:6px;font-size:12px;margin:0 5px 8px 0;color:inherit;transition:background 180ms,color 180ms}.scope-choice[aria-pressed=true]{background:#25251f;color:#fffdf8;border-color:#25251f}.fee-label{display:flex;justify-content:space-between;gap:18px;font-size:12px;align-items:center}.fee-label output{font-size:24px;letter-spacing:-.04em}#demo-budget{width:100%;accent-color:#25251f;margin:18px 0 8px;min-height:25px}.range-endpoints{display:flex;justify-content:space-between;font-size:10px;opacity:.55}.project-receipt{background:#fffdf8;align-self:stretch;padding:23px 23px 18px;border-radius:3px;box-shadow:0 5px 15px #4b371d08;position:relative;display:flex;flex-direction:column;border-bottom:3px dotted #eee8de}.receipt-label{font-size:8px;letter-spacing:.14em;line-height:1.7;color:#7c756a}.receipt-icon{display:grid;place-items:center;border:1px solid #aca493;border-radius:50%;width:70px;height:70px;font-size:39px;font-weight:300;margin:35px 0 25px}.project-receipt h4{font-size:25px;letter-spacing:-.05em;line-height:1.2;font-weight:500;margin:0 0 15px}.project-receipt>p{font-size:12px;line-height:1.8;color:#7c756a}.receipt-fee{border-top:1px dashed #ccc3b2;margin-top:auto;padding-top:20px}.receipt-fee small{display:block;font-size:8px;letter-spacing:.12em}.receipt-fee strong{display:block;font-size:38px;letter-spacing:-.055em;font-weight:400;margin:3px 0 12px}.project-receipt .receipt-note{font-size:9px;line-height:1.7;margin:0}.hiring-world .sample-profile.selected{background:#fff9;border-color:#5b594d}.profile-detail{border-left:2px solid #8f9277;padding:0 0 0 18px;margin-top:23px}.profile-detail>span{font-size:8px;letter-spacing:.14em;opacity:.6}.profile-detail h4{font-weight:500;font-size:18px;letter-spacing:-.03em;margin:6px 0 8px}.profile-detail p{font-size:12px;line-height:1.7;opacity:.65;margin:0}.agreement-sheet{background:#fffdf8;border:1px solid #ded6c8;padding:20px;border-radius:5px}.agreement-sheet>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #e7e0d5;align-items:baseline}.agreement-sheet>div>span{font-size:8px;letter-spacing:.08em}.agreement-sheet strong{font-size:12px;font-weight:500;text-align:right}.agreement-sheet ul{font-size:12px;line-height:2;padding-left:16px;margin:18px 0}.demo-consent{font-size:11px;display:flex;align-items:center;gap:10px;padding-top:12px;border-top:1px solid #e7e0d5}.demo-consent input{accent-color:#25251f;width:18px;height:18px;flex-shrink:0}.engagement-board{background:#fffdf8;border:1px solid #ded6c8;padding:22px;border-radius:8px}.board-heading{display:flex;align-items:center;gap:12px}.board-heading>strong{font-size:13px;font-weight:500}.board-heading small{display:block;font-size:10px;opacity:.5;font-weight:400;margin-top:4px}.demo-badge{margin-left:auto;font-size:9px;background:#e4e7d8;border-radius:30px;padding:5px 10px}.milestone{display:flex;gap:13px;align-items:center;margin-top:25px;border-top:1px solid #e7e0d5;padding-top:22px}.milestone>span{font-size:11px;opacity:.5}.milestone h4{font-size:18px;font-weight:500;letter-spacing:-.03em;margin:0}.milestone p{font-size:10px;opacity:.6;margin:5px 0 0}.milestone>b{margin-left:auto;font-weight:400;font-size:22px}.mock-file{display:flex;gap:12px;background:#f2eee6;border:1px solid #e3dace;border-radius:5px;padding:14px;margin:20px 0}.mock-file>span{font-size:27px;opacity:.5}.mock-file strong{font-weight:500;font-size:12px}.mock-file small{display:block;font-size:9px;opacity:.6;margin-top:4px}.delivery-note{display:flex;align-items:center;gap:12px;font-size:12px;margin:20px 0 0}
/* 03 / Systems — an instrument panel, acid signals on deep charcoal. */
#project-dialog[data-experience=systems]{--demo-accent:#c0ee43;--demo-button-ink:#1b2116;--demo-bg:#1b201c;--demo-fg:#e8eee4}
.systems-world{min-height:630px;background:#101611;color:#e8eee4;border:1px solid #354332;border-radius:14px;overflow:hidden}.lab-top{padding:18px 25px;border-bottom:1px solid #354332;display:flex;gap:18px;align-items:center;font:10px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.08em}.lab-logo{font-size:24px;color:#c0ee43}.lab-state{margin-left:auto;color:#c0ee43;background:#c0ee4315;padding:5px 8px;border-radius:3px;font-size:8px}.lab-layout{display:grid;grid-template-columns:285px 1fr}.lab-inputs{padding:30px 26px;border-right:1px solid #354332;background:#1b241a}.lab-inputs h3{font-size:24px;font-weight:400;line-height:1.2;letter-spacing:-.035em;margin:0 0 27px}.lab-inputs .demo-kicker{color:#c0ee43}.lab-task{font:9px/1.6 ui-monospace,monospace;color:#8b9c86;padding:15px;border:1px solid #3b4b34;border-radius:5px}.lab-task strong{display:block;font:13px/1.5 'DM Sans',Arial,sans-serif;color:#e8eee4;font-weight:400;margin-top:8px}.lab-toggle{display:flex;gap:15px;align-items:center;padding:19px 0;border-bottom:1px solid #354332}.lab-toggle span{flex:1}.lab-toggle strong{display:block;font-size:13px;font-weight:500}.lab-toggle small{display:block;font-size:10px;line-height:1.6;color:#9ba893;margin-top:5px}.lab-toggle input{appearance:none;flex-shrink:0;width:34px;height:20px;border:1px solid #718066;border-radius:20px;background:#2d3829;position:relative;cursor:pointer;transition:background 180ms}.lab-toggle input:before{content:'';position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background:#8b9c86;transition:transform 180ms var(--ease-smooth-out),background 180ms}.lab-toggle input:checked{background:#c0ee43;border-color:#c0ee43}.lab-toggle input:checked:before{transform:translateX(14px);background:#182311}.lab-toggle input:disabled{opacity:.45;cursor:not-allowed}.lab-caption{font-size:9px;line-height:1.8;color:#85917e;margin:22px 0 12px}.lab-console{padding:32px;min-width:0}.lab-console .demo-heading{font-size:38px}.lab-console .demo-kicker{color:#85917e}.lab-console .demo-lead{font-size:12px;color:#9ba893}.signal-path{display:flex;list-style:none;padding:0;margin:30px 0;justify-content:space-between;position:relative;gap:5px}.signal-path:before{content:'';position:absolute;top:17px;left:20px;right:20px;border-top:1px solid #425038}.signal-path li{display:flex;flex-direction:column;align-items:center;gap:9px;font:9px/1.5 ui-monospace,monospace;color:#7e8c74;z-index:1}.signal-path li>span{width:35px;height:35px;border:1px solid #425038;background:#101611;border-radius:8px;display:grid;place-items:center;transition:background 250ms,color 250ms,box-shadow 250ms}.signal-path li.lit{color:#c0ee43}.signal-path li.lit>span{background:#c0ee43;color:#192015;border-color:#c0ee43}.signal-path li.current>span{box-shadow:0 0 0 5px #c0ee4315}.lab-readout{background:#1a231a;border:1px solid #354332;border-radius:8px;padding:22px;min-height:245px}.terminal-label{font:9px ui-monospace,monospace;color:#c0ee43}.lab-message{font-size:16px;line-height:1.6;letter-spacing:-.015em;margin:16px 0 25px;max-width:420px}.sample-context{border-left:2px solid #617947;padding-left:15px}.sample-context>span,.agent-output>span{font:8px ui-monospace,monospace;color:#96a58b;letter-spacing:.08em}.sample-context p{font-size:12px;color:#aab69f;line-height:1.7;margin:8px 0}.context-pills{display:flex;gap:6px;flex-wrap:wrap}.context-pills span{border:1px solid #3c4e30;border-radius:4px;font:9px ui-monospace,monospace;padding:7px;color:#9dae90}.agent-output h4{font-size:21px;font-weight:400;letter-spacing:-.035em;margin:12px 0}.agent-output ul{padding-left:16px;font-size:12px;line-height:1.9;color:#b9c6b0}.output-result{color:#c0ee43;font-size:12px;border-top:1px solid #354332;padding-top:15px}.agent-output small{font-size:9px;color:#96a58b}.lab-step-count{font:9px ui-monospace,monospace;color:#85917e}.lab-console .demo-actions>.demo-primary{margin-left:0}
/* 04 / HQ — a small tactile campus in lavender, mint and peach. */
#project-dialog[data-experience=hq]{--demo-accent:#453660;--demo-button-ink:#fff;--demo-bg:#f0edf6;--demo-fg:#30273c}.hq-world{background:#e5dfef;min-height:630px}.hq-top{display:flex;align-items:center;gap:25px;padding:20px 28px;border-bottom:1px solid #c4b9d3}.hq-demo-logo{font-size:40px;line-height:1;font-weight:800;letter-spacing:-4px}.hq-demo-logo>span{color:#927bc0}.hq-top>span:nth-child(2){font-size:8px;letter-spacing:.15em}.hq-day{margin-left:auto;font-size:8px;letter-spacing:.12em;opacity:.5}.hq-layout{display:grid;grid-template-columns:1fr 320px}.campus-side{padding:30px 28px 20px;min-width:0}.campus-intro .demo-kicker{font-size:8px}.campus-intro .demo-heading{font-size:36px;margin-bottom:13px}.campus-intro .demo-lead{font-size:12px;margin-bottom:0}.campus-map{height:300px;position:relative;isolation:isolate;margin:5px -10px 0;overflow:hidden}.campus-ground{position:absolute;inset:80px 20px 15px;background:#bdcdb6;border:1px solid #a6b89f;border-radius:50%;transform:rotate(-8deg);box-shadow:0 14px 0 #a6b599,0 23px 30px #53476720}.campus-path{position:absolute;inset:135px 70px 40px;border:20px solid #f6e8d2;border-radius:50%;transform:rotate(-8deg);opacity:.9}.campus-room{position:absolute;width:100px;height:95px;border:0;background:none;transform:translateY(0);transition:transform 250ms var(--ease-smooth-out);z-index:2;color:#30273c}.campus-room:hover,.campus-room.visited{transform:translateY(-8px)}.room-0{left:9%;top:90px;--roof:#c8b6df;--wall:#ab93c5}.room-1{left:42%;top:65px;--roof:#e5bc9b;--wall:#c89673}.room-2{left:68%;top:145px;--roof:#9dc3b8;--wall:#77a99b}.room-roof{position:absolute;inset:0 0 auto;height:60px;background:var(--roof);border-radius:8px 8px 1px 1px;transform:skewY(-10deg);border:1px solid #30273c25;box-shadow:9px 9px 0 #30273c18}.room-roof i{display:block;font-style:normal;font-size:30px;transform:skewY(10deg);line-height:60px}.room-front{position:absolute;top:60px;left:0;right:0;height:34px;background:var(--wall);transform:skewY(-10deg);border-radius:0 0 4px 4px;display:flex;gap:12px;align-items:center;justify-content:center;box-shadow:9px 9px 0 #30273c18}.room-front i{width:9px;height:15px;background:#fff7d2;border-radius:2px}.room-name{position:absolute;top:108px;left:50%;transform:translateX(-50%);white-space:nowrap;background:#f5f2f9e8;border:1px solid #cfc4dc;border-radius:20px;padding:5px 8px;font-size:9px}.campus-room.visited .room-name{background:#453660;color:#fff;border-color:#453660}.room-done .room-roof{box-shadow:9px 9px 0 #30273c18,0 0 0 3px #f7f4e9}.campus-tree{position:absolute;color:#56715b;font-size:50px;line-height:1;text-shadow:3px 6px #48634c30}.tree-one{left:3%;top:180px}.tree-two{left:70%;top:63px}.tree-three{left:45%;top:220px;font-size:38px}.campus-person{position:absolute;width:20px;height:38px;z-index:3;transition:left 450ms var(--ease-smooth-out),top 450ms var(--ease-smooth-out);filter:drop-shadow(2px 4px 1px #30273c33)}.campus-person i{position:absolute;top:0;left:4px;width:13px;height:13px;border-radius:50%;background:#deb493;border:3px solid #453660}.campus-person b{position:absolute;top:12px;left:3px;width:16px;height:21px;border-radius:6px 6px 3px 3px;background:#453660;border-bottom:6px solid #f5ecd8}.person-0{left:29%;top:194px}.person-1{left:61%;top:168px}.person-2{left:64%;top:247px}.map-coordinates{position:absolute;bottom:5px;left:9px;font-size:7px;letter-spacing:.13em;line-height:1.7;color:#7c708d}.campus-progress{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #c4b9d3;padding-top:18px;font-size:10px;color:#796a89;margin-top:15px}.campus-progress span:last-child{white-space:nowrap;font-size:8px;letter-spacing:.1em}.room-panel{background:#f7f3fa;padding:30px 26px;border-left:1px solid #c4b9d3}.room-panel .demo-kicker{font-size:8px;color:#8a789e}.room-glyph{font-size:35px;line-height:1;display:block;margin:25px 0;color:#927bc0}.room-panel .demo-heading{font-size:30px;margin-bottom:13px}.room-motto{font-size:13px;line-height:1.7;color:#796a89}.room-task{border:1px solid #ded4e9;border-radius:10px;background:white;padding:17px;margin:25px 0}.room-task small{font-size:8px;letter-spacing:.1em;color:#927bc0}.room-task h4{font-size:17px;font-weight:500;letter-spacing:-.03em;line-height:1.3;margin:10px 0}.room-task p{font-size:11px;line-height:1.8;color:#796a89;margin:0}.room-panel .demo-primary{width:100%;font-size:11px}.room-help,.room-lock{font-size:9px;line-height:1.8;color:#8a789e;margin:20px 0 0}.room-lock{color:#715b82;margin-top:10px}.room-success{display:flex;align-items:center;gap:10px;font-size:11px;margin:0 0 20px}.room-success .demo-check{width:25px;height:25px;font-size:14px}
@media(min-width:1450px){.ai-main{padding:40px 55px}.ai-world{grid-template-columns:250px 1fr}}
@media(max-width:1000px){.ai-world{grid-template-columns:150px 1fr}.ai-rail{padding:28px 20px}.ai-main{padding:30px}.ai-orbit{margin-left:-65px}.hiring-layout{grid-template-columns:1fr 190px;gap:25px}.hiring-world{padding:25px}.project-receipt{padding:20px}.lab-layout{grid-template-columns:230px 1fr}.lab-inputs{padding:25px 20px}.lab-console{padding:25px}.hq-layout{grid-template-columns:1fr 270px}.campus-side{padding:25px 18px}.room-panel{padding:25px 20px}.campus-room{width:83px}.room-name{font-size:8px}}
@media(max-width:760px){#project-dialog{width:calc(100% - 16px);max-height:96dvh;border-radius:15px}#project-dialog .dialog-top{padding:12px 17px}#project-dialog .dialog-top .eyebrow{font-size:8px}.experience-nav{padding:20px 18px 16px;display:block}.experience-nav h2{font-size:23px}.experience-switch{margin-top:18px;width:max-content}.experience-switch button{font-size:11px;padding:9px 14px}.demo-toolbar{padding:0 18px 15px;font-size:10px;gap:12px}.demo-toolbar>span{max-width:210px}.demo-toolbar .demo-text{font-size:11px;white-space:nowrap}#demo-stage{margin:0 10px;border-radius:10px}.demo-disclaimer{font-size:9px;padding:15px 18px}.ai-world{grid-template-columns:1fr;min-height:590px}.ai-rail{display:none}.ai-main{padding:25px 22px 30px}.demo-steps{gap:12px;justify-content:space-between;margin-bottom:30px;font-size:9px}.demo-steps li{gap:5px}.demo-steps li>span{width:17px;height:17px;font-size:8px}.demo-kicker{font-size:8px;margin-bottom:16px}.ai-main .demo-heading{font-size:37px}.demo-lead{font-size:12px;margin-bottom:22px}.prompt-options{grid-template-columns:1fr;gap:10px;margin-top:22px}.prompt-options button{min-height:140px;padding:18px;gap:10px}.prompt-options strong{font-size:18px}.prompt-options button>span:not(:last-child){max-width:245px;font-size:11px}.demo-primary{font-size:12px;padding:12px 15px;min-height:44px}.demo-actions{gap:15px;margin-top:24px}.demo-text{min-height:38px}.brief-document{padding:19px}.brief-document h4{font-size:20px}.brief-controls>span{width:100%;margin-bottom:5px}.sample-profile{padding:15px 12px;gap:10px}.sample-profile strong{font-size:14px}.sample-profile small{font-size:11px}.sample-profile em{font-size:9px}.sample-avatar{width:38px;height:38px;font-size:11px}.workspace-card{padding:18px}.workspace-title strong{font-size:18px}.workspace-title .demo-check{width:30px;height:30px}.hiring-world{padding:20px 18px 25px}.hiring-banner{align-items:flex-start;gap:10px;margin-bottom:23px;padding-bottom:18px}.hiring-brand{font-size:22px}.hiring-brand span{display:block;margin:5px 0 0;font-size:10px}.hiring-banner>span:last-child{font-size:7px;max-width:90px;line-height:1.8;text-align:right}.hiring-layout{grid-template-columns:1fr;gap:25px}.hiring-main .demo-heading{font-size:35px}.project-receipt{display:grid;grid-template-columns:1fr auto;gap:8px 15px;padding:18px;border:1px solid #ded6c8;border-radius:6px}.receipt-label{grid-column:1/-1}.receipt-icon,.project-receipt>p:not(.receipt-note){display:none}.project-receipt h4{font-size:18px;margin:8px 0;max-width:170px}.receipt-fee{border:0;margin:0;padding:5px 0}.receipt-fee small{font-size:7px}.receipt-fee strong{font-size:27px;margin:3px 0}.project-receipt .receipt-note{grid-column:1/-1;font-size:8px}.fee-label{font-size:11px}.fee-label output{font-size:22px}.agreement-sheet{padding:16px}.agreement-sheet>div{gap:15px}.agreement-sheet strong{font-size:11px}.engagement-board{padding:17px}.board-heading{gap:8px}.board-heading>strong{font-size:12px}.demo-badge{font-size:8px;padding:4px 7px}.lab-top{padding:15px;gap:12px;font-size:8px}.lab-logo{font-size:22px}.lab-layout{grid-template-columns:1fr}.lab-inputs{padding:23px;border-right:0;border-bottom:1px solid #354332}.lab-inputs h3{font-size:25px;margin-bottom:18px}.lab-inputs h3 br{display:none}.lab-task{margin:0 0 10px}.lab-toggle{padding:13px 0}.lab-toggle small{max-width:220px}.lab-caption{font-size:9px;margin-bottom:0}.lab-inputs>.demo-text{margin-top:7px}.lab-console{padding:26px 22px}.lab-console .demo-heading{font-size:32px}.lab-readout{padding:18px;min-height:235px}.signal-path li{font-size:8px}.signal-path li>span{width:31px;height:31px}.signal-path:before{top:15px}.lab-message{font-size:15px}.lab-step-count{font-size:8px}.hq-top{padding:17px 20px;gap:22px}.hq-demo-logo{font-size:35px}.hq-top>span:nth-child(2){font-size:7px;max-width:130px;line-height:1.7}.hq-day{display:none}.hq-layout{grid-template-columns:1fr}.campus-side{padding:25px 20px 20px}.campus-intro .demo-heading{font-size:32px}.campus-map{height:285px;margin-left:-10px;margin-right:-10px}.campus-room{width:80px}.room-0{left:5%;top:85px}.room-1{left:39%;top:65px}.room-2{left:66%;top:155px}.campus-ground{left:5px;right:5px}.campus-path{left:38px;right:35px}.room-name{font-size:8px;padding:5px 7px}.campus-person.person-0{left:25%;top:183px}.campus-person.person-1{left:58%;top:159px}.campus-person.person-2{left:61%;top:245px}.campus-progress{font-size:9px;gap:10px}.campus-progress span:first-child{max-width:210px}.room-panel{border-left:0;border-top:1px solid #c4b9d3;padding:25px}.room-glyph{float:right;margin:0}.room-panel .demo-heading{font-size:30px}.room-task{margin:20px 0}.room-panel .demo-primary{font-size:12px}.room-help{margin-top:15px}#experience-story{padding:0 23px 25px}#experience-story .story-deck{font-size:27px}#experience-story .dialog-meta{flex-direction:column;gap:15px}.demo-consent{min-height:44px}}
@media(prefers-reduced-motion:reduce){#project-dialog *,#project-dialog *:before,#project-dialog *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.demo-scene{opacity:1;transform:none;filter:none}.demo-check{opacity:1;transform:none}}
