*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--white: #ffffff;--gray-50: #f8f8f8;--gray-100: #f0f0f0;--gray-200: #e4e4e4;--gray-400: #a0a0a0;--gray-600: #6b6b6b;--gray-900: #111111;--accent: oklch(52% .22 263);--accent-hover: oklch(46% .22 263);--accent-light: oklch(52% .22 263 / .08);--accent-border: oklch(52% .22 263 / .18);--green: oklch(48% .16 150);--green-light: oklch(48% .16 150 / .1);--green-border: oklch(48% .16 150 / .22);--radius: 12px;--radius-sm: 8px;--border: #e4e4e4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--gray-900);background:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}body{min-width:320px;overflow-x:hidden;background:var(--white)}a{color:inherit;text-decoration:none}button{font:inherit}.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:none}.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}.reveal.d4{transition-delay:.32s}.site-nav{position:fixed;top:0;right:0;left:0;z-index:100;display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 48px;border-bottom:1px solid var(--border);background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:box-shadow .18s ease}.site-nav.scrolled{box-shadow:0 1px 12px #00000012}.nav-logo,.foot-logo{display:flex;align-items:center;gap:4px;color:var(--gray-900);font-size:15px;font-weight:700;letter-spacing:-.02em}.brand-icon{width:28px;height:28px;border-radius:7px;object-fit:cover;flex-shrink:0}.brand-divider{width:1px;height:22px;background:var(--border);flex-shrink:0}.nav-home{display:inline-flex;align-items:center;gap:4px;color:inherit;text-decoration:none}.brand-hover-label{max-width:0;opacity:0;overflow:hidden;white-space:nowrap;margin-left:-8px;transition:max-width .22s ease,opacity .16s ease,margin-left .22s ease}.nav-logo--hover:hover .brand-hover-label,.nav-home:focus-visible .brand-hover-label{max-width:120px;opacity:1;margin-left:0}.brand-current{color:var(--gray-900)}.nav-links{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:28px;list-style:none}.foot-links{display:flex;gap:28px;list-style:none}.nav-links a{color:var(--gray-600);font-size:14px;font-weight:400;transition:color .15s}.nav-links a:hover,.foot-links a:hover{color:var(--gray-900)}.btn-primary,.btn-accent,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;cursor:pointer;transition:background .15s,border-color .15s,color .15s,transform .12s}.btn-primary{border:0;padding:8px 18px;background:var(--gray-900);color:#fff;font-size:13.5px;font-weight:500}.btn-primary:hover{background:#333;transform:translateY(-1px)}.nav-github{color:var(--gray-600);font-size:14px;font-weight:400;text-decoration:none;transition:color .15s}.nav-github:hover{color:var(--gray-900)}.btn-accent{border:0;padding:10px 22px;background:var(--accent);color:#fff;font-size:14px;font-weight:500}.btn-accent:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-ghost{border:1px solid var(--border);padding:10px 22px;background:transparent;color:var(--gray-600);font-size:14px;font-weight:400}.btn-ghost:hover{border-color:var(--gray-400);color:var(--gray-900)}section{position:relative;overflow:hidden}.container{width:min(100%,1100px);margin:0 auto;padding:0 48px}#hero .container{width:min(100%,1240px);padding:0 24px}.label{margin-bottom:14px;color:var(--accent);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.centered,.centered-label{text-align:center}#hero{display:flex;align-items:center;min-height:100vh;padding-top:60px;background:var(--white)}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgb(0 0 0 / 4%) 1px,transparent 1px),linear-gradient(90deg,rgb(0 0 0 / 4%) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(ellipse 70% 55% at 50% 0%,black 0%,transparent 75%);mask-image:radial-gradient(ellipse 70% 55% at 50% 0%,black 0%,transparent 75%)}.hero-inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:28px;padding:80px 0 96px}.hero-copy{max-width:1040px;margin:0 auto;text-align:center}.hero-copy .hero-sub{max-width:680px;margin-right:auto;margin-left:auto}.hero-copy .hero-ctas{align-items:center;justify-content:center}.hero-badge{display:inline-flex;align-items:center;gap:7px;margin-bottom:22px;padding:4px 12px;border:1px solid var(--accent-border);border-radius:100px;background:var(--accent-light);color:var(--accent);font-size:12px;font-weight:500}.hero-badge-dot{width:5px;height:5px;border-radius:50%;background:var(--accent)}h1{margin-bottom:20px;color:var(--gray-900);font-size:clamp(36px,4.8vw,58px);font-weight:800;line-height:1.07;letter-spacing:-.035em}h1 em{color:var(--accent);font-style:normal}.hero-sub{max-width:420px;margin-bottom:32px;color:var(--gray-600);font-size:16.5px;font-weight:400;line-height:1.7}.hero-ctas{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:0}.cli-note{margin:0;color:var(--gray-600);font-size:14px}.install-guide-link{color:var(--gray-600);font-size:14px;font-weight:500;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s ease,color .15s ease}.install-guide-link:hover{color:var(--gray-900);border-bottom-color:var(--gray-600)}.hero-cta-primary{display:inline-flex;align-items:center;gap:8px}.dev-install{margin:28px 0 0;color:var(--gray-600);font-size:13px;text-align:center}.dev-install code{margin-left:4px;padding:2px 8px;border-radius:5px;background:#0000000d;color:var(--gray-900);font-size:12.5px}.cli-note a{color:inherit;text-decoration:underline}.command-copy{display:inline-flex;align-items:center;gap:10px;max-width:100%;min-height:46px;padding:4px 4px 4px 14px;border:1px solid rgb(255 255 255 / 14%);border-radius:11px;background:#111;color:#f5f5f5;box-shadow:0 12px 34px #00000024;cursor:pointer;transition:border-color .15s,background .15s,transform .12s}.command-copy:hover{border-color:#ffffff3d;background:#171717}.command-copy code{color:#fff;font-family:SF Mono,Fira Code,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:14px;line-height:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.command-prompt{color:#05c991}.command-prompt{font-family:SF Mono,Fira Code,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:18px}.command-copy-label{position:relative;--copy-label: "Copy";display:inline-flex;align-items:center;justify-content:center;gap:8px;width:88px;min-height:38px;margin-left:2px;padding:0 16px;border:1px solid rgb(255 255 255 / 16%);border-radius:999px;background:var(--accent);color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;flex-shrink:0;overflow:hidden}.copy-dot{width:8px;height:8px;border-radius:50%;background:#fff;transition:transform .55s cubic-bezier(.22,1,.36,1);flex-shrink:0}.copy-label-default{position:relative;z-index:1;display:inline-block;transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1)}.copy-label-hover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--accent);opacity:0;pointer-events:none;transform:translate(22px);transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1)}.copy-label-hover:before{display:inline-block;content:var(--copy-label)}.command-copy:hover .copy-dot,.command-copy-label.is-copied .copy-dot{transform:scale(38)}.command-copy:hover .copy-label-default,.command-copy-label.is-copied .copy-label-default{opacity:0;transform:translate(22px)}.command-copy:hover .copy-label-hover,.command-copy-label.is-copied .copy-label-hover{opacity:1;transform:translate(0)}.copy-glyph{position:relative;width:14px;height:16px;flex-shrink:0}.copy-glyph:before,.copy-glyph:after{position:absolute;width:9px;height:12px;border:1.7px solid currentcolor;border-radius:2px;content:""}.copy-glyph:before{top:0;left:0;opacity:.72}.copy-glyph:after{right:0;bottom:0;background:#fff}.hero-stats{display:flex;gap:36px;padding-top:28px;border-top:1px solid var(--border)}.stat-n{color:var(--gray-900);font-size:26px;font-weight:700;letter-spacing:-.03em}.stat-l{margin-top:2px;color:var(--gray-600);font-size:12.5px}.mockup{display:flex;flex-direction:column;gap:10px;width:min(100%,540px);justify-self:end}.hero-video{width:min(100%,980px);margin:0 auto;border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 40px #0000001f;border:1px solid var(--border);background:#000;line-height:0}.hero-video-el{display:block;width:100%;height:auto}.mock-window{padding:20px 22px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:0 2px 24px #00000012;font-size:13px}.mock-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}.mock-av{width:44px;height:44px;border-radius:50%;background:url(/skills/portraits/young-woman-professional.jpg) center/cover no-repeat;flex-shrink:0}.mock-name-txt{color:var(--gray-900);font-size:18px;font-weight:600}.mock-role-txt{margin-top:2px;color:var(--gray-600);font-size:14px}.bubble{margin-bottom:8px;padding:10px 14px;border-radius:12px;background:var(--gray-50);color:var(--gray-600);font-size:14px;line-height:1.52}.bubble.reply{margin-left:36px;border:1px solid var(--accent-border);background:var(--accent-light);color:#0b3aa6}.bubble.compact{font-size:13px}.mock-score{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:0 1px 8px #0000000d}.mock-score-kicker{margin-bottom:3px;color:var(--gray-600);font-size:14px}.mock-score-meta{color:var(--gray-400);font-size:14px}.score-num{padding:7px 16px;border:1px solid var(--green-border);border-radius:7px;background:var(--green-light);color:var(--green);font-size:22px;font-weight:700}#how-it-works{padding:96px 0;background:var(--white)}#how-it-works h2,#conversations h2,#examples h2,#faq h2{color:var(--gray-900);font-size:clamp(26px,3vw,40px);font-weight:700;line-height:1.15;letter-spacing:-.03em;text-align:center}#how-it-works h2{margin-bottom:56px}.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--border);border-radius:var(--radius);background:var(--border);overflow:hidden}.w-step{padding:28px 24px;background:#fff;transition:background .2s}.w-step:hover{background:var(--gray-50)}.w-num{margin-bottom:14px;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.08em}.w-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:14px;border-radius:9px;background:var(--accent-light);color:var(--accent);font-size:14px;font-weight:700}.w-step h3{margin-bottom:7px;font-size:15px;font-weight:600;letter-spacing:-.02em}.w-step p{color:var(--gray-600);font-size:13px;line-height:1.65}#scoring{padding:96px 0;background:var(--white)}#conversations,#examples{padding:96px 0;background:var(--gray-50)}.scoring-grid,.cli-grid,.artifact-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.scoring-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:48px}#scoring h2,#cli h2,#artifact h2{margin-bottom:16px;color:var(--gray-900);font-size:clamp(26px,3vw,44px);font-weight:800;line-height:1.1;letter-spacing:-.035em}#scoring .sub,#artifact .sub,#cli .sub{margin-bottom:36px;color:var(--gray-600);font-size:15.5px;line-height:1.7}.metric-list{display:flex;flex-direction:column;gap:12px}.metric-item{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;transition:border-color .2s}.metric-item:hover{border-color:var(--accent-border)}.m-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--accent-light);color:var(--accent);font-size:12px;font-weight:700;flex-shrink:0}.metric-item h4{margin-bottom:2px;font-size:13.5px;font-weight:600}.metric-item p{color:var(--gray-600);font-size:12.5px;line-height:1.5}.debrief-panel{position:relative;padding:28px 28px 24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:0 4px 28px #0000000f}.db-close{position:absolute;top:14px;right:14px;width:28px;height:28px;border:0;background:none;color:var(--gray-400);font-size:22px;line-height:1;cursor:pointer;transition:color .15s}.db-close:hover{color:var(--gray-900)}.db-kicker{margin-bottom:6px;color:var(--gray-600);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.db-title{margin-bottom:24px;color:var(--gray-900);font-size:22px;font-weight:800;letter-spacing:-.02em}.db-score-block{padding-bottom:22px;border-bottom:1px solid var(--border);text-align:center}.db-score-num{display:inline-flex;align-items:baseline;margin-bottom:8px}.db-score-val{color:var(--green);font-size:56px;font-weight:800;letter-spacing:-.04em;line-height:1}.db-score-max{color:var(--gray-400);font-size:22px;font-weight:700;letter-spacing:-.02em}.db-stars{display:flex;justify-content:center;gap:2px;margin-bottom:8px;color:#f2a618;font-size:18px;line-height:1}.db-star.filled,.db-star{color:#f2a618}.db-total-label{color:var(--gray-600);font-size:13px}.db-summary{padding:20px 0;border-bottom:1px solid var(--border);color:var(--gray-900);font-size:14px;line-height:1.65}.db-objectives{display:flex;flex-direction:column}.db-obj{padding:18px 0;border-bottom:1px solid var(--border)}.db-obj:last-child{border-bottom:0;padding-bottom:0}.db-obj h4{margin-bottom:6px;color:var(--gray-900);font-size:14px;font-weight:700;line-height:1.4;letter-spacing:-.01em}.db-obj-score{margin-bottom:6px;color:var(--gray-600);font-size:13px}.db-obj p{color:var(--gray-600);font-size:13px;line-height:1.6}.sk{border-radius:4px;background:linear-gradient(90deg,var(--gray-100, #eef0f2) 0%,#f6f7f9 50%,var(--gray-100, #eef0f2) 100%);background-size:200% 100%;animation:sk-shimmer 1.6s ease-in-out infinite}.sk-line{height:10px;margin:6px 0}.sk-score{height:8px;margin:10px 0 12px}.w-30{width:30%}.w-60{width:60%}.w-70{width:70%}.w-80{width:80%}.w-90{width:90%}.w-95{width:95%}.db-summary-sk{padding:20px 0;border-bottom:1px solid var(--border)}@keyframes sk-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}#cli{padding:96px 0;background:#111}#cli h2{color:#fff}#cli .label{color:#5088ff;color:oklch(65% .22 263)}#cli .sub{margin-bottom:28px;color:#ffffff73}.terminal{border:1px solid rgb(255 255 255 / 9%);border-radius:var(--radius);background:#0a0a0a;font-family:SF Mono,Fira Code,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow:hidden}.chat-mock{border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:0 4px 24px #0000000a}.chat-mock .term-bar{border-bottom:1px solid var(--border);background:var(--gray-50)}.chat-mock .term-bar span{color:var(--gray-600)}.chat-body{padding:22px 22px 8px}.chat-body .bubble code{padding:1px 6px;border-radius:4px;background:#0000000f;font-size:13px}.term-bar{display:flex;align-items:center;gap:6px;padding:11px 16px;border-bottom:1px solid rgb(255 255 255 / 6%);background:#ffffff05}.term-bar span{margin-left:8px;color:#ffffff40;font-size:11px}.term-dot{width:10px;height:10px;border-radius:50%}.term-dot.red{background:#ff5f57}.term-dot.yellow{background:#febc2e}.term-dot.green-dot{background:#28c840}.term-body{padding:18px 20px;font-size:12px;line-height:1.85}.t-prompt{color:#5088ff;color:oklch(65% .22 263)}.t-cmd{color:#ffffffd9}.t-out{color:#ffffff61}.t-hi{color:#2ea957}.t-dim{color:#fff3}#artifact{padding:96px 0;background:var(--gray-50)}#artifact .sub{margin-bottom:28px}.artifact-actions{display:flex;gap:10px}.a-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:0 4px 24px #0000000f;overflow:hidden}.a-hd{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);color:var(--gray-600);font-size:12px;font-weight:500}.live-dot{color:var(--green);font-size:11px;font-weight:500}.live-dot:before{content:"● "}.a-tabs{display:flex;border-bottom:1px solid var(--border)}.a-tab{flex:1;padding:9px 14px;border:0;background:none;color:var(--gray-600);cursor:pointer;font-size:12.5px;font-weight:500;transition:color .15s,background .15s}.a-tab:hover{background:var(--gray-50)}.a-tab.on{border-bottom:2px solid var(--accent);color:var(--accent)}.a-body{padding:16px}.a-row{display:flex;align-items:center;gap:10px;margin-bottom:7px;padding:9px 12px;border-radius:7px;background:var(--gray-50);font-size:13px}.a-row-lbl{color:var(--gray-900);font-weight:500}.a-row-meta{margin-left:auto;color:var(--gray-400);font-size:11px}#conversations h2,#examples h2,#claude-chat h2{margin-bottom:12px}#claude-chat{padding:96px 0;background:var(--gray-50)}#claude-chat h2{color:var(--gray-900);font-size:clamp(26px,3vw,40px);font-weight:700;line-height:1.15;letter-spacing:-.03em;text-align:center}.claude-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--border);border-radius:var(--radius);background:var(--border);overflow:hidden}.cs-step{padding:28px 24px;background:#fff}.cs-num{color:var(--accent);font-size:13px;font-weight:700;letter-spacing:.06em;margin-bottom:18px}.cs-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:14px;border-radius:9px;background:var(--accent-light);color:var(--accent)}.cs-step h3{color:var(--gray-900);font-size:18px;font-weight:700;margin:0 0 8px}.cs-step p{color:var(--gray-600);font-size:15px;line-height:1.55;margin:0}.cs-step p code{padding:1px 6px;border-radius:4px;background:var(--gray-100, #f1f3f5);font-size:13px}.cs-step a{color:var(--accent);text-decoration:underline}@media (max-width: 768px){.claude-steps{grid-template-columns:1fr}}.sub-c{margin-bottom:52px;color:var(--gray-600);font-size:16px;text-align:center}.conv-grid,.ex-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ex-card{display:flex;flex-direction:column;padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);color:inherit;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.ex-card:hover{border-color:var(--accent-border);transform:translateY(-2px);box-shadow:0 6px 20px -10px #00000026}.ex-card h4{margin-bottom:7px;color:var(--gray-900);font-size:14.5px;font-weight:600;line-height:1.35;letter-spacing:-.02em}.ex-card p{flex:1;color:var(--gray-600);font-size:13px;line-height:1.6}.ex-foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:12px;border-top:1px solid var(--border);color:var(--accent);font-size:12.5px;font-weight:600}.ex-card:hover .ex-foot{border-top-color:var(--accent-border)}.conv-card{position:relative;min-height:200px;border-radius:var(--radius);background:transparent;perspective:1200px}.cc-inner{position:relative;width:100%;height:100%;min-height:inherit;transition:transform .55s cubic-bezier(.5,0,.2,1);transform-style:preserve-3d}.conv-card.flipped .cc-inner{transform:rotateY(180deg)}.cc-face{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:var(--gray-50);backface-visibility:hidden;-webkit-backface-visibility:hidden}.cc-front{position:relative}.cc-back{transform:rotateY(180deg);background:#fff;color:var(--gray-900);border-color:var(--accent-border)}.cc-prompt-label{margin-bottom:8px;color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cc-prompt{flex:1;margin:0 0 12px;color:var(--gray-700, #374151);font-size:12.5px;line-height:1.5;overflow:auto}.cc-copy{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:7px 12px;border:0;border-radius:8px;background:var(--accent);color:#fff;font-size:12px;font-weight:600;cursor:pointer}.cc-copy:hover{filter:brightness(1.05)}.c-tag{display:inline-block;align-self:flex-start;margin-bottom:12px;padding:2px 9px;border:1px solid var(--accent-border);border-radius:100px;background:var(--accent-light);color:var(--accent);font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.conv-card h4{margin-bottom:7px;color:var(--gray-900);font-size:14.5px;font-weight:600;line-height:1.35;letter-spacing:-.02em}.conv-card p{color:var(--gray-600);font-size:13px;line-height:1.6}.c-foot{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.c-meta{color:var(--gray-400);font-size:11px}.c-arr{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:8px;background:var(--accent-light);color:var(--accent);cursor:pointer;transition:background .15s,transform .15s}.c-arr:hover{background:var(--accent);color:#fff;transform:translate(2px)}#faq{padding:96px 0;background:var(--gray-50)}#faq h2{margin-bottom:52px}.faq-wrap{max-width:680px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 0;border:0;background:none;color:var(--gray-900);cursor:pointer;font-size:15px;font-weight:600;letter-spacing:-.02em;text-align:left;gap:14px;transition:color .15s}.faq-btn:hover{color:var(--accent)}.faq-chev{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--gray-100);color:var(--accent);font-size:11px;flex-shrink:0;transition:transform .3s,background .2s,color .2s}.faq-item.open .faq-chev{transform:rotate(180deg);background:var(--accent);color:#fff}.faq-ans{max-height:0;color:var(--gray-600);font-size:14px;line-height:1.75;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1)}.faq-item.open .faq-ans{max-height:240px}.faq-ans-in{padding-bottom:20px}footer{padding:40px 0 36px;border-top:1px solid var(--border);background:var(--white)}.foot-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.foot-logo{color:var(--gray-600);font-size:14px}.foot-links{gap:24px}.foot-links a{color:var(--gray-400);font-size:13px;transition:color .15s}.foot-copy{color:var(--gray-400);font-size:12px}@media (max-width: 1100px){.mockup{justify-self:center}.command-copy code{overflow-wrap:anywhere;white-space:normal}}@media (max-width: 900px){.site-nav{padding:0 24px}.nav-links{display:none}.container{padding:0 24px}.scoring-grid,.cli-grid,.artifact-grid{grid-template-columns:1fr;gap:44px}.hero-inner{gap:44px}#hero{min-height:auto}.workflow-grid,.conv-grid,.ex-grid{grid-template-columns:repeat(2,1fr)}.foot-inner{align-items:flex-start;flex-direction:column}}@media (max-width: 620px){.site-nav{padding:0 18px}.btn-primary{padding:8px 12px}.container{padding:0 20px}.hero-inner{padding:60px 0 72px}h1{font-size:38px}.hero-ctas,.hero-stats,.artifact-actions,.foot-links{flex-wrap:wrap}.command-copy{width:100%;justify-content:flex-start;gap:8px;min-height:48px;padding-left:14px}.command-copy code{min-width:0;font-size:13px;overflow-wrap:anywhere;white-space:normal}.command-prompt{font-size:18px}.command-copy-label{width:82px;min-height:40px;margin-left:auto;padding:0 14px;font-size:13px}.workflow-grid,.conv-grid,.ex-grid{grid-template-columns:1fr}#how-it-works,#scoring,#cli,#artifact,#conversations,#examples,#faq{padding:72px 0}.terminal{overflow-x:auto}.term-body{min-width:480px}.s-row{align-items:flex-start;flex-direction:column;gap:8px}.s-key{width:auto}.s-track{width:100%;margin:0}.s-pct{align-self:flex-end}}#what-is,#scorm{padding:96px 0}#what-is{background:var(--gray-50)}#scorm{background:var(--white)}.what-is{max-width:1100px;margin:0 auto;text-align:left}.wi-head{max-width:760px;margin-bottom:56px}.wi-head .label{display:inline-block;margin-bottom:14px}.wi-head h2{margin:0 0 18px}.wi-intro{margin:0;color:var(--gray-600);font-size:18px;line-height:1.6}.wi-features{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 48px;margin:0;padding:0;list-style:none}.wi-item{display:flex;align-items:flex-start;gap:14px;color:var(--gray-700, var(--gray-600));font-size:16.5px;line-height:1.55}.wi-check{flex-shrink:0;margin-top:1px;color:var(--accent)}@media (max-width: 760px){.wi-features{grid-template-columns:1fr;gap:22px}.wi-head{margin-bottom:36px}}#what-is .what-is .label,#scorm .what-is .label{display:inline-block}#what-is h2,#scorm h2,#use-cases h2{margin:12px 0 24px;color:var(--gray-900);font-size:clamp(26px,3vw,40px);font-weight:700;line-height:1.15;letter-spacing:-.03em}.what-is p{margin:0 0 18px;color:var(--gray-700, var(--gray-600));font-size:17px;line-height:1.7}.what-is p:last-child{margin-bottom:0}.what-is p strong{color:var(--gray-900);font-weight:600}.what-is p code{padding:2px 6px;border-radius:6px;background:var(--gray-100);color:var(--gray-900);font-size:.92em}#use-cases{padding:96px 0;background:var(--gray-50)}#use-cases .centered{margin-bottom:48px}.uc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.uc-card{display:flex;flex-direction:column;padding:36px 32px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:border-color .2s ease}.uc-card:hover{border-color:var(--accent-border)}.uc-icon-tile{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:28px;border-radius:10px;background:var(--accent-light);color:var(--accent)}.uc-icon-tile iconify-icon{font-size:22px}.uc-card h3{margin:0 0 12px;color:var(--gray-900);font-size:17px;font-weight:600;line-height:1.35;letter-spacing:-.01em}.uc-card p{margin:0 0 20px;color:var(--gray-600);font-size:14.5px;line-height:1.6}.uc-cta{display:inline-flex;align-items:center;gap:6px;margin-top:auto;align-self:flex-start;color:var(--accent);font-size:13px;font-weight:600;text-decoration:none;transition:gap .15s ease}.uc-cta:hover{gap:10px}@media (max-width: 1100px){.uc-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.uc-grid{grid-template-columns:1fr}#what-is,#scorm,#use-cases{padding:64px 0}.what-is p{font-size:16px}}.coming-soon-badge{display:inline-block;margin-bottom:18px;padding:4px 12px;border:1px solid var(--accent-border);border-radius:100px;background:var(--accent-light);color:var(--accent);font-size:12px;font-weight:500;letter-spacing:.04em}.waitlist-form{width:min(100%,520px)}.waitlist-label{position:absolute;width:1px;height:1px;padding:0;border:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.waitlist-controls{display:flex;align-items:stretch;gap:10px;padding:5px;border:1px solid var(--gray-200, #e5e7eb);border-radius:14px;background:#fff;box-shadow:0 16px 42px #1118271a}.waitlist-input{min-width:0;flex:1;height:46px;padding:0 14px;border:0;border-radius:10px;background:transparent;color:var(--gray-900, #111827);font:inherit;font-size:15px;outline:none}.waitlist-input::placeholder{color:var(--gray-400, #9ca3af)}.waitlist-input:focus{box-shadow:inset 0 0 0 2px var(--accent-border)}.waitlist-submit{display:inline-flex;align-items:center;justify-content:center;min-width:128px;height:46px;padding:0 18px;border:0;border-radius:10px;background:var(--accent);color:#fff;font:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s,transform .12s,opacity .15s}.waitlist-submit:hover{background:var(--accent-hover)}.waitlist-submit:active{transform:translateY(1px)}.waitlist-submit:disabled{cursor:wait;opacity:.72}.waitlist-status{min-height:20px;margin:8px 0 0;color:var(--gray-500, #6b7280);font-size:13px;line-height:1.45;text-align:center}.waitlist-form.is-success .waitlist-status{color:#047857}.waitlist-form.is-error .waitlist-status{color:#b91c1c}#related-skills{padding:96px 0}.related-grid{list-style:none;margin:48px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.related-card a{display:flex;flex-direction:column;gap:6px;height:100%;padding:20px 22px;border:1px solid var(--line, #e5e7eb);border-radius:14px;background:#fff;text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.related-card a:hover{border-color:var(--ink, #111);transform:translateY(-2px);box-shadow:0 6px 18px #1111110f}.related-card .s-status{display:inline-flex;align-items:center;align-self:flex-start;gap:6px;padding:3px 10px;border-radius:100px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.related-card .s-status.live{border:1px solid oklch(48% .16 150 / .22);background:#0071311a;background:oklch(48% .16 150 / .1);color:#005e28;color:oklch(42% .16 150)}.related-card .s-status.live:before{content:"";width:6px;height:6px;border-radius:50%;background:#007131;background:oklch(48% .16 150)}.related-title{display:flex;align-items:center;gap:10px;min-width:0}.related-name{font-weight:600;font-size:16px;color:var(--ink, #111)}.related-blurb{font-size:14px;line-height:1.45;color:var(--muted, #6b7280)}@media (max-width: 620px){.waitlist-controls{flex-direction:column}.waitlist-input,.waitlist-submit{width:100%}}
