/* Nimblers demo, September 2026. */
@import url('/demo/fonts.css');
:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#112134;background:#faf9f6;font-synthesis:none;--blue:#155eef;--line:#dedfdc;--muted:#626e7a;--green:#15724e}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}:focus-visible{outline:3px solid #155eef;outline-offset:4px}button{border:0}h1,h2,h3,p{margin:0}button,a,input,textarea,select{ -webkit-tap-highlight-color:transparent}.topbar{max-width:1328px;margin:auto;height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 40px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:750;letter-spacing:-1.1px}.brand-separator{height:20px;border-left:1px solid #ccd0d3;margin:0 8px}.brand-sub{font-size:10px;letter-spacing:1.5px;font-weight:600;color:var(--muted)}.workspace-link{font-size:12px;font-weight:550}.workspace-link span{margin-left:18px;color:var(--blue)}main{max-width:1248px;margin:auto}.intro{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;padding:68px 0 52px;align-items:end}.eyebrow{display:flex;align-items:center;gap:9px;font-size:10px;line-height:1.5;font-weight:650;letter-spacing:1.4px;color:var(--blue);margin-bottom:20px}.dot{display:inline-block;flex-shrink:0;width:6px;height:6px;border-radius:50%;background:currentColor}h1{font-size:64px;font-weight:520;letter-spacing:-3.6px;line-height:1.03}h2{font-size:34px;font-weight:530;letter-spacing:-1.4px;line-height:1.12}h3{font-size:16px;letter-spacing:-.4px;font-weight:620}.intro-right{padding-left:35px}.intro-right>p{font-size:16px;line-height:1.65;color:var(--muted);margin-bottom:24px}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:44px;padding:0 18px;border-radius:5px;font-size:12px;font-weight:600;transition:background .15s,transform .15s}.primary{background:var(--blue);color:white}.primary:hover{background:#0047cb;transform:translateY(-1px)}.secondary{border:1px solid #c9ced4;background:#fff;color:#23364b}.secondary:hover{background:#f2f5fa}.voice-note{display:block;margin-top:13px;font-size:10px;color:var(--muted)}.tour{border:1px solid #cdd2d7;border-radius:9px;background:#fff;overflow:hidden;box-shadow:0 14px 40px #142c4310}.chapters{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--line);background:#fff}.chapter{display:flex;align-items:center;gap:13px;text-align:left;padding:20px 18px;min-height:64px;background:none;border-right:1px solid var(--line);font-size:11px;color:var(--muted);position:relative}.chapter:last-child{border-right:0}.chapter[aria-current="step"]{color:var(--blue);background:#f6f8fe}.chapter[aria-current="step"]:after{position:absolute;content:"";bottom:-1px;height:3px;left:0;right:0;background:var(--blue)}.chapter span{font-size:10px;color:#7a8694;font-variant-numeric:tabular-nums}.chapter[aria-current="step"] span{color:var(--blue)}.stage-wrap{padding:24px 30px 30px;background:#f2f4f6;min-height:436px}.stage-top{display:flex;justify-content:space-between;margin-bottom:28px;color:#667483;font-size:9px;font-weight:650;letter-spacing:1.2px}.scenario{display:flex;gap:7px;align-items:center}.scenario .dot{color:var(--green)}#stage{animation:appear .35s ease-out;outline:none}#stage h2{font-size:28px;letter-spacing:-1px}#stage p{font-size:12px;line-height:1.6;color:var(--muted)}.scene{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:45px;min-height:315px}.scene-copy{padding:10px}.scene-copy h2{margin-bottom:18px}.scene-copy .mini-note{font-size:10px;margin-top:24px;color:#677480}.scene-label{display:inline-block;color:var(--blue);font-size:9px;letter-spacing:1.3px;font-weight:650;margin-bottom:18px}.queue-board{padding:20px;border:1px solid #d4d9df;background:#fff;border-radius:7px;box-shadow:0 5px 15px #23364b08}.board-heading{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;margin-bottom:20px}.tag{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:3px;background:#edf0f3;color:#677380;font-size:8px;font-weight:600;letter-spacing:.3px}.tag.blue{background:#e9efff;color:var(--blue)}.tag.green{background:#e8f4ee;color:#15724e}.tag.orange{background:#fff0dc;color:#986005}.queue-ticket{display:grid;grid-template-columns:26px 1fr auto;gap:12px;align-items:center;padding:14px 10px;border-top:1px solid #e6e8ea;font-size:11px;color:#8b949f}.queue-ticket span:first-child{font-size:9px}.queue-ticket.featured{border:1px solid #abc4fb;background:#f4f7ff;color:#173c85;border-radius:4px;margin:5px 0}.queue-ticket strong{display:block;font-size:11px;font-weight:600}.queue-ticket small{display:block;font-size:9px;margin-top:5px;color:#7a8898}.queue-ticket .tag{font-size:7px}.prompt-card{border:1px solid #cdd3db;border-radius:7px;overflow:hidden;background:#fff}.prompt-bar{padding:14px 18px;border-bottom:1px solid #e6e9ed;display:flex;align-items:center;gap:8px;font-size:11px;font-weight:650}.prompt-bar img{width:20px;height:20px}.prompt-body{padding:22px}.prompt-body p{font-size:16px!important;line-height:1.65!important;color:#283a50!important}.prompt-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px}.prompt-footer{display:flex;justify-content:space-between;align-items:center;padding:13px 18px;border-top:1px solid #e6e9ed;font-size:9px;color:#6e7c8d}.small-blue{background:var(--blue);padding:8px 11px;border-radius:4px;color:#fff;font-size:10px}.permissions{background:#fff;border:1px solid #d2d9e1;border-radius:7px;overflow:hidden}.permissions header{padding:16px 18px;background:#172c44;color:#fff;font-size:11px;display:flex;justify-content:space-between;align-items:center}.permission-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;border-bottom:1px solid #e9ebee;padding:16px 18px;font-size:10px;align-items:center}.permission-row:last-child{border:0}.permission-row span{color:#607086}.permission-row strong{font-size:10px;font-weight:550}.permission-row .tag{justify-self:start}.mini-app{background:white;border:1px solid #cfd7e1;border-radius:7px;overflow:hidden}.mini-app header{padding:14px 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e9ef;font-size:12px;font-weight:650}.mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #e4e8ee;padding:15px 17px;gap:20px}.mini-metrics strong{display:block;font-size:23px;font-weight:500;color:#1b344e}.mini-metrics small{display:block;font-size:8px;color:#758395;margin-top:4px}.mini-request{padding:17px;border-bottom:1px solid #e8ebef}.mini-request-title{display:flex;justify-content:space-between;align-items:center;font-size:11px;margin-bottom:11px}.mini-request p{font-size:10px!important}.mini-actions{display:flex;justify-content:flex-end;padding:12px 17px;gap:8px}.mini-actions a{padding:8px 12px;font-size:9px;border-radius:3px}.mini-actions a:first-child{border:1px solid #d5dde6}.review-list{padding:12px 20px;background:#fff;border:1px solid #d0d9e2;border-radius:7px}.review-item{display:flex;gap:14px;border-bottom:1px solid #e6ebef;padding:20px 0}.review-item:last-child{border:0}.review-check{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#e7f4ec;color:#147149;font-size:12px;flex-shrink:0}.review-item h3{font-size:12px;margin-bottom:4px}.review-item p{font-size:10px!important}.narration{padding:18px 30px 20px;border-top:1px solid #d7dde3}.narration-heading{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:650}.narrator-avatar{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#e9f0ff;color:var(--blue);font-size:12px}.narrator-detail{display:block;margin-top:2px;color:var(--muted);font-size:9px;font-weight:400}.text-button{margin-left:auto;color:var(--muted);font-size:10px;background:none;padding:8px}#caption{font-size:13px;line-height:1.6;max-width:1000px;min-height:42px;margin:14px 0;color:#34495e}.player{display:flex;align-items:center;gap:13px}.play,.icon-button{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#f0f3f7;color:var(--blue);font-size:11px}.play{background:#155eef;color:#fff}#time{font-size:9px;white-space:nowrap;font-variant-numeric:tabular-nums;color:#6a7b8b}#seek{flex:1;min-width:20px;accent-color:var(--blue);height:3px}#audio-error{font-size:12px;color:#94601c;padding-top:14px}#transcript{margin-top:20px;border-top:1px solid #e0e5ea;padding-top:15px}#transcript p{font-size:12px;line-height:1.65;margin-bottom:16px;color:#526274}#transcript h3{font-size:12px;margin-bottom:7px}.try-section{margin-top:80px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px}.section-heading h2{margin-bottom:12px}.section-heading p:not(.eyebrow){font-size:13px;color:var(--muted);line-height:1.65}.section-heading .eyebrow{margin-bottom:14px}.sandbox-note{display:flex;gap:8px;align-items:center;padding:14px 18px;border:1px solid #d8dee5;background:#f1f4f8;border-radius:6px 6px 0 0;font-size:11px;color:#5e6f82}.sandbox-note .dot{color:#6b80a0}.try-grid{display:grid;grid-template-columns:.85fr 1.15fr;border:1px solid #d8dee5;border-top:0;border-radius:0 0 6px 6px;background:#fff}#request-form{padding:28px;border-right:1px solid #e2e6ec}#request-form h3{margin-bottom:22px}label{display:grid;gap:8px;font-size:11px;font-weight:500}input,textarea,select{width:100%;border:1px solid #cdd5df;background:#fff;color:#243b51;border-radius:4px;padding:10px;font-size:12px}textarea{resize:vertical}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}#request-form>.primary{margin-top:20px;width:100%}.form-message{font-size:11px;line-height:1.5;color:var(--green);padding-top:12px}.requests-panel{padding:28px;min-width:0}.requests-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.requests-heading>span{font-size:10px;color:#6a7c90}.filter-label{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:var(--muted);gap:15px;margin-bottom:8px}.filter-label select{width:auto;font-size:10px;padding:7px 20px 7px 9px}.request{border-top:1px solid #e4e8ee;padding:17px 0}.request-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.request-top strong{font-size:12px}.request>p{font-size:11px;color:#677a8d;line-height:1.5;margin-top:7px}.request small{font-size:9px;color:#7890a4}.request-actions{display:flex;justify-content:end;gap:9px;margin-top:12px}.request-actions button{padding:7px 10px;border-radius:4px;font-size:10px;border:1px solid #d5dde6;background:#fff;color:#50687c}.request-actions button.approve{background:#eaf1ff;color:var(--blue);border-color:#c5d7fa}.history{padding:20px 0;border-bottom:1px solid var(--line);font-size:12px;color:#4f6377}.history summary{cursor:pointer;display:flex;gap:16px;align-items:center}.history summary:before{content:"+";color:var(--blue)}.history[open] summary:before{content:"−"}.history ol{margin:20px 0 0 0;padding-left:20px}.history li{padding:6px 0;font-size:11px;line-height:1.7}.real-app{margin-top:68px;display:flex;align-items:center;justify-content:space-between;gap:70px;padding:38px;background:#eaf0fa;border:1px solid #cad7ec;border-radius:6px}.real-app p:not(.eyebrow){max-width:590px;font-size:13px;line-height:1.7;margin-top:18px;color:#5d7189}.real-app .primary{flex-shrink:0}.closing{text-align:center;padding:76px 0 78px}.closing h2{font-size:40px}.closing p{font-size:14px;line-height:1.7;color:var(--muted);margin:20px 0}.text-link{font-size:12px;color:var(--blue);font-weight:600}footer{max-width:1248px;margin:auto;border-top:1px solid var(--line);padding:28px 0 36px;display:flex;align-items:center;justify-content:space-between}footer p,footer>a:last-child{font-size:10px;color:var(--muted)}footer .brand{font-size:18px}dialog{border:1px solid #cfd7e1;border-radius:10px;padding:30px;max-width:480px;width:calc(100% - 32px);color:#132b43;box-shadow:0 20px 80px #001b3540}dialog::backdrop{background:#0d20366b}dialog h2{font-size:27px}#decision-request{font-size:12px;color:var(--muted);margin:15px 0 20px;line-height:1.6}.dialog-actions{display:flex;justify-content:end;gap:12px;margin-top:24px}#decision-form .eyebrow{font-size:9px}#decision-comment{min-height:85px}@keyframes appear{from{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:none}}@media(min-width:1500px){main,footer{max-width:1248px}}@media(max-width:1328px){main,footer{margin-left:40px;margin-right:40px}}@media(max-width:900px){h1{font-size:50px;letter-spacing:-2.5px}.intro-right{padding-left:0}.intro-right>p br{display:none}.scene{gap:22px;grid-template-columns:.8fr 1.2fr}.chapter{gap:7px;padding:16px 10px;font-size:10px}.stage-wrap{padding:20px}.real-app{gap:30px;padding:28px}.real-app .primary{min-width:160px;max-width:210px;text-align:center}.try-grid{grid-template-columns:1fr 1fr}#request-form,.requests-panel{padding:20px}}@media(max-width:650px){.topbar{height:72px;padding:0 20px}.brand{font-size:20px}.workspace-link{font-size:10px}.brand-sub,.brand-separator{display:none}main,footer{margin-left:20px;margin-right:20px}.intro{grid-template-columns:1fr;gap:25px;padding:38px 0 30px}h1{font-size:50px}.intro-right>p{font-size:14px;margin-bottom:18px}.intro-right .primary{width:100%}.voice-note{text-align:center}.eyebrow{font-size:9px}.chapters{overflow:auto;grid-template-columns:repeat(5,minmax(118px,1fr))}.chapter{padding:14px 10px;min-height:50px;font-size:10px}.stage-wrap{padding:16px;min-height:570px}.stage-top{font-size:8px;margin-bottom:20px}.scene{grid-template-columns:1fr;gap:20px;align-items:start;min-height:0}.scene-copy{padding:0}.scene-copy h2{font-size:24px!important;margin-bottom:10px}.scene-copy .mini-note{margin-top:10px}.scene-label{margin-bottom:10px}.queue-board{padding:14px}.queue-ticket{padding:12px 4px;gap:8px}.narration{padding:16px}.narrator-detail{font-size:8px}.text-button{font-size:9px;padding:4px}#caption{min-height:78px;font-size:12px}.section-heading{align-items:start;flex-direction:column;gap:20px}h2{font-size:29px}.try-section{margin-top:50px}.sandbox-note{font-size:10px;line-height:1.6}.try-grid{grid-template-columns:1fr}#request-form{border-right:0;border-bottom:1px solid #e2e6ec}.real-app{margin-top:45px;flex-direction:column;align-items:start;gap:25px}.real-app .primary{max-width:none;width:100%}.closing{padding:50px 0}.closing h2{font-size:32px}.closing p{font-size:12px}.closing p br{display:none}footer{flex-wrap:wrap;gap:18px}footer p{order:3;flex-basis:100%}.scenario{font-size:7px}.mini-request{padding:14px}.prompt-body{padding:18px}.prompt-body p{font-size:14px!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
