:root{--navy:#0b1638;--blue:#2563eb;--electric:#4f7cff;--ice:#eef4ff;--green:#107e65;--muted:#63708b;--line:#e0e6f0;--bg:#f8faff;--white:#fff;font-family:'DM Sans',sans-serif;color:var(--navy);background:var(--bg);font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,select,summary{touch-action:manipulation}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--electric);outline-offset:4px}button{color:inherit}.topbar{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;background:white;border-bottom:1px solid var(--line);gap:20px}.wordmark{font-family:Manrope,sans-serif;font-size:26px;font-weight:800;letter-spacing:-1.2px}.wordmark span{color:var(--electric)}.wordmark .wordmark-dot{color:var(--navy)}.topmeta{display:flex;align-items:center;gap:32px;font-size:14px}.version{font-size:11px;letter-spacing:1.4px;color:var(--muted);border:1px solid var(--line);border-radius:5px;padding:7px 10px}main{max-width:1260px;margin:auto;padding:0 40px}.steps{display:flex;align-items:center;max-width:830px;margin:38px auto 0;gap:22px}.step{display:flex;align-items:center;gap:10px;border:0;padding:0;background:transparent;font-size:14px;white-space:nowrap;color:var(--muted);font-weight:550}.step span{display:grid;place-items:center;width:29px;height:29px;border:1px solid var(--line);border-radius:50%;font-size:11px}.step.active{color:var(--blue)}.step.active span{background:var(--blue);border-color:var(--blue);color:white}.step.complete span{background:var(--ice);border-color:#c5d7ff;color:var(--blue)}.steps i{height:1px;background:var(--line);flex:1;min-width:10px}.intro{padding:58px 0 44px;text-align:center}.eyebrow{font-size:11px;line-height:1.6;font-weight:700;letter-spacing:1.6px;color:var(--blue)}h1,h2,h3{font-family:Manrope,sans-serif;margin:0}h1{font-weight:750;font-size:64px;letter-spacing:-2.8px;line-height:1.06;margin:17px 0 20px}h1 span{color:var(--blue)}.intro p{font-size:17px;color:var(--muted);line-height:1.6;margin:0}h2{font-size:23px;letter-spacing:-.6px;line-height:1.35}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.section-heading p{font-size:14px;color:var(--muted);margin:8px 0 0}.selection-count{font-size:10px;letter-spacing:1.3px;color:var(--muted);font-weight:600;white-space:nowrap}.stack-layout{display:grid;grid-template-columns:1fr 320px;gap:42px;align-items:start;margin-bottom:60px}.provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.provider{background:white;border:1px solid var(--line);border-radius:12px;position:relative;transition:background .15s,border-color .15s;overflow:hidden}.provider.selected{border-color:var(--blue);background:#f3f7ff;box-shadow:0 0 0 1px var(--blue)}.provider-select{width:100%;padding:19px;display:flex;align-items:center;gap:13px;text-align:left;border:0;background:transparent}.provider-select:hover{background:var(--ice)}.provider-icon{width:39px;height:39px;border-radius:10px;display:grid;place-items:center;flex-shrink:0;font-family:Manrope,sans-serif;font-size:23px;font-weight:650;color:var(--brand);background:var(--brand-bg)}.provider-name{font-size:15px;font-weight:650}.provider-sub{display:block;color:var(--muted);font-size:12px;font-weight:400;margin-top:4px}.check{margin-left:auto;display:grid;place-items:center;border:1px solid #ccd5e5;border-radius:50%;width:21px;height:21px;flex-shrink:0;font-size:12px;color:transparent}.selected .check{background:var(--blue);border-color:var(--blue);color:white}.plan-row{padding:0 19px 16px;display:flex;align-items:center;gap:12px;font-size:13px;color:var(--muted)}.plan-row select{min-width:0;flex:1;background:white;border:1px solid #cdd9f0;border-radius:6px;padding:7px 9px;color:var(--navy);font-size:14px}.stack-summary{background:var(--ice);border:1px solid #dce6fc;padding:28px;border-radius:15px;margin-top:0}.stack-summary h2{font-size:25px;margin:13px 0}.stack-summary>p{color:var(--muted);font-size:14px;line-height:1.7;margin:0}.summary-selection{margin:27px 0;padding-top:21px;border-top:1px solid #d6e0f3;font-size:14px;color:var(--muted);line-height:1.8}.stack-chip{display:flex;justify-content:space-between;gap:10px;color:var(--navy);font-weight:550}.stack-chip span{font-size:12px;color:var(--muted);font-weight:400}.primary{display:flex;justify-content:center;align-items:center;gap:22px;background:var(--blue);color:white;border:1px solid var(--blue);border-radius:8px;padding:14px 20px;font-size:14px;font-weight:600;min-height:49px}.primary:hover{background:#1c50c5}.primary:disabled{background:#cad7ee;border-color:#cad7ee;color:#536887}.stack-summary .primary{width:100%;padding:13px 10px;gap:12px}.privacy-note{font-size:12px;text-align:center;color:var(--muted);margin-top:15px}footer{max-width:1180px;margin:0 auto;padding:26px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}dialog{width:min(580px,calc(100% - 32px));border:1px solid var(--line);border-radius:16px;padding:38px;color:var(--navy);max-height:85vh}dialog::backdrop{background:#0b163866;backdrop-filter:blur(3px)}dialog h2{margin:14px 0}dialog p{font-size:15px;line-height:1.7;color:var(--muted)}.close-dialog{position:absolute;right:14px;top:10px;background:none;border:none;font-size:28px}.sources{display:flex;gap:8px 16px;flex-wrap:wrap;font-size:13px}.sources a{text-decoration:underline;color:var(--blue)}#status{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--navy);color:white;border-radius:9px;padding:13px 22px;z-index:20;font-size:14px;box-shadow:0 4px 30px #0b163822}#status:empty{display:none}
@media(min-width:1500px){.intro{padding-top:65px;padding-bottom:55px}}@media(max-width:1000px){.stack-layout{grid-template-columns:1fr 280px;gap:24px}.stack-summary{padding:23px}.selection-count{display:none}main{padding:0 28px}footer{margin:0 28px}.topbar{padding:0 28px}.steps{gap:15px}h1{font-size:58px}}@media(max-width:760px){.topbar{height:76px;padding:0 22px}.wordmark{font-size:22px}.version{display:none}.topmeta{font-size:12px}.stack-layout{grid-template-columns:1fr;gap:24px}.stack-summary{margin:0}.stack-summary h2 br{display:none}.steps{gap:10px;margin-top:27px}.step{font-size:12px;gap:6px}.step span{width:25px;height:25px}.steps i{min-width:0}.intro{padding:39px 0 34px}h1{font-size:50px}.intro p{font-size:16px}.section-heading{margin-bottom:19px}h2{font-size:22px}main{padding:0 22px}.stack-summary h2{font-size:24px}.summary-selection{margin:20px 0}.provider-select{padding:15px;gap:10px}.provider-icon{width:34px;height:34px}.provider-sub{font-size:11px}.provider-name{font-size:14px}.plan-row{padding:0 15px 15px}.plan-row select{width:100%}footer{margin:0 22px;flex-direction:column;gap:9px}.stack-layout{margin-bottom:35px}}@media(max-width:420px){.steps{gap:6px}.step{font-size:11px;gap:4px}.step span{width:22px;height:22px;font-size:10px}.provider-grid{gap:9px}.provider-select{padding:12px;gap:8px}.provider-icon{width:29px;height:29px;font-size:20px}.provider-sub{display:none}.check{width:18px;height:18px}.plan-row{flex-direction:column;align-items:start;gap:6px;padding:0 12px 12px}.topmeta a{font-size:11px}h1{font-size:46px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.page-heading{padding:53px 0 35px}.page-heading h1{font-size:49px;letter-spacing:-2px;line-height:1.15}.page-heading p{color:var(--muted);font-size:17px;line-height:1.6;margin:0}.task-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:50px;margin:0 0 60px}.task-form{background:white;border:1px solid var(--line);padding:30px;border-radius:14px;align-self:start}.input-label,.task-settings label,legend{font-weight:600;font-size:15px}.input-label{display:block;margin-bottom:13px}textarea{resize:vertical;width:100%;min-height:205px;border:1px solid #cdd7e8;background:#fcfdff;border-radius:8px;padding:18px;color:var(--navy);font-size:16px;line-height:1.7}textarea::placeholder{color:#77839b}.input-meta{display:flex;justify-content:space-between;gap:15px;color:var(--muted);font-size:12px;margin-top:11px}#char-count{white-space:nowrap}.error{color:#aa3030;font-size:14px;margin:8px 0}.error:empty{display:none}.task-settings{margin-top:27px}.task-settings label{display:flex;align-items:center;justify-content:space-between;gap:12px}.task-settings select{padding:10px 12px;background:white;border:1px solid var(--line);border-radius:7px;color:var(--navy);font-size:14px;max-width:70%}fieldset{padding:0;border:0;margin:28px 0 0}legend{margin-bottom:14px}.priority-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.priority-option{display:flex;align-items:flex-start;gap:8px;cursor:pointer;padding:15px 10px;border:1px solid var(--line);border-radius:8px}.priority-option:has(input:checked){border-color:var(--blue);background:var(--ice)}.priority-option input{accent-color:var(--blue);width:16px;height:16px;margin:2px 0 0;flex-shrink:0}.priority-option strong{display:block;font-size:14px;font-weight:550}.priority-option small{display:block;font-size:11px;line-height:1.4;margin-top:4px;color:var(--muted)}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:32px}.text-button{border:0;background:transparent;color:var(--blue);padding:8px 0;font-size:14px;min-height:44px;text-align:left}.text-button:hover{text-decoration:underline}.local-note{font-size:12px;color:var(--muted);margin:18px 0 0;text-align:center}.pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.pill{display:inline-flex;gap:8px;align-items:center;background:white;border:1px solid var(--line);border-radius:6px;padding:7px 10px;font-size:12px;font-weight:550;max-width:100%;flex-wrap:wrap}.pill span{color:var(--muted);font-size:11px;font-weight:400}.example-title{font-size:15px;font-weight:600;margin-top:33px}.examples{display:grid;margin-top:13px}.examples button{border:0;border-bottom:1px solid var(--line);padding:15px 23px 15px 0;background:transparent;text-align:left;font-size:13px;line-height:1.6;color:var(--muted);position:relative}.examples button span{display:block;color:var(--navy);font-size:13px;font-weight:600;margin-bottom:4px}.examples button b{position:absolute;top:17px;right:0;color:var(--blue)}.examples button:hover{color:var(--blue)}.task-context{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;border:1px solid var(--line);border-radius:12px;background:white;padding:25px 29px;margin:0 0 35px}.task-context>div{min-width:0}.task-context p{margin:10px 0;font-size:16px;line-height:1.6;overflow-wrap:anywhere}.task-context button{white-space:nowrap}.result-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start}.result-tag{font-size:12px;color:var(--muted);text-align:right}.workflow-stage{position:relative;display:flex;gap:18px;padding-bottom:22px}.workflow-stage:not(:last-child):before{content:'';position:absolute;left:17px;top:36px;bottom:0;border-left:1px dashed #c4d3ef}.timeline-number{position:relative;border-radius:50%;height:35px;width:35px;display:grid;place-items:center;border:1px solid #c8d8f6;background:var(--ice);font-size:12px;color:var(--blue);flex-shrink:0}.stage-body{border:1px solid var(--line);background:white;border-radius:12px;padding:24px;flex:1;min-width:0}.stage-top{display:flex;align-items:center;gap:12px}.stage-top strong{font-size:15px}.stage-top>div{min-width:0}.mode{display:block;font-size:12px;color:var(--muted);margin-top:4px}.effort{margin-left:auto;font-size:9px;letter-spacing:.7px;border-radius:5px;padding:6px 8px;background:#f0f3f8;color:var(--muted);white-space:nowrap}.effort.light{background:#edf7f3;color:var(--green)}.effort.deep{background:var(--ice);color:var(--blue)}.stage-body h3{font-size:23px;letter-spacing:-.6px;margin-top:21px}.stage-body>p{font-size:14px;line-height:1.75;color:var(--muted);margin:10px 0 19px}.why{background:var(--bg);padding:14px 17px;border-radius:7px}.why strong{font-size:12px}.why p{font-size:13px;line-height:1.7;color:var(--muted);margin:5px 0 0}.stage-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line);margin-top:20px;padding-top:16px}.stage-bottom>span{font-size:12px;line-height:1.6;color:var(--muted)}.copy-button,.secondary{display:flex;align-items:center;justify-content:center;gap:12px;white-space:nowrap;border:1px solid #cfdcf5;border-radius:7px;padding:10px 13px;min-height:44px;font-size:13px;font-weight:550;background:white;color:var(--blue)}.copy-button:hover,.secondary:hover{background:var(--ice)}.mix-card{background:var(--navy);border-radius:14px;padding:28px;color:white}.mix-card .eyebrow{color:#a8c2ff}.mix-card h2{font-size:25px;margin-top:14px}.mix-card>p{font-size:14px;line-height:1.8;color:#bdc9e3}.mix-card dl{border-top:1px solid #334362;margin:22px 0}.mix-card dl div{display:flex;justify-content:space-between;margin-top:18px;font-size:14px}.mix-card dt{color:#bdc9e3}.mix-card dd{margin:0;font-weight:600}.mix-card .primary{width:100%;margin-top:27px;gap:12px}.reality-note{padding:24px 5px;font-size:13px;color:var(--muted);line-height:1.7}.reality-note strong{color:var(--navy);font-size:14px}.reality-note ul{padding-left:18px}.reality-note li{margin:10px 0}.reality-note p{margin:8px 0}.bottom-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:20px 0 50px}.has-gap .stage-body{border-color:#ddbc74}.gap-icon{color:#8d6116;background:#fff4d8}.prompt-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;max-width:910px;margin:0 auto 20px}.prompt-list{max-width:910px;margin:auto}.prompt-card{background:white;border:1px solid var(--line);border-radius:12px;margin-bottom:20px;padding:25px 28px}.prompt-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.prompt-title{display:flex;align-items:center;gap:16px}.prompt-number{color:var(--blue);font-size:14px;font-weight:600}.prompt-title h2{font-size:22px}.prompt-title p{font-size:13px;color:var(--muted);margin:6px 0 0}.handoff-note{font-size:13px;color:var(--muted);line-height:1.6;padding:17px 0 13px}.prompt-card details{border:1px solid var(--line);border-radius:8px;overflow:hidden}.prompt-card summary{cursor:pointer;font-size:14px;padding:16px;background:var(--bg);min-height:48px}.prompt-card pre{font-family:'DM Sans',sans-serif;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.8;padding:20px;margin:0;max-height:480px;overflow:auto}.open-tool{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-top:18px}.open-tool a{color:var(--blue);font-size:14px;padding:10px 0}.open-tool span{font-size:12px;color:var(--muted)}.gap-note{color:#806121;font-size:14px;line-height:1.6}.finish-note{display:flex;gap:18px;align-items:center;padding:25px;margin:30px auto 50px;max-width:910px;background:var(--ice);border-radius:12px}.finish-note>span{background:white;color:var(--green);width:35px;height:35px;display:grid;place-items:center;border-radius:50%;flex-shrink:0}.finish-note h2{font-size:20px}.finish-note p{font-size:14px;color:var(--muted);margin:6px 0 0}.finish-note .text-button{margin-left:auto;white-space:nowrap}.page-heading h1:focus,.intro h1:focus{outline:none}#view{min-height:60vh}
@media(max-width:1100px){.task-layout{gap:27px;grid-template-columns:minmax(0,1fr) 265px}.task-form{padding:24px}.priority-options{gap:6px}.priority-option{padding:13px 8px;gap:6px}.priority-option small{font-size:10px}.result-layout{grid-template-columns:minmax(0,1fr) 290px;gap:25px}.stage-body{padding:21px}.effort{display:none}.form-actions{gap:15px}.form-actions .primary{gap:10px;padding:13px}.mix-card{padding:24px}}
@media(max-width:900px){.task-layout{grid-template-columns:1fr}.task-aside{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}.task-aside>.eyebrow{grid-column:1}.task-aside>.pills{grid-column:1;align-self:start}.example-title{grid-column:2;grid-row:1;margin:0}.examples{grid-column:2;grid-row:2 / 4}.result-layout{grid-template-columns:1fr}.result-aside{display:grid;grid-template-columns:1fr 1fr;gap:28px}.result-heading h1{font-size:44px}.mix-card h2 br{display:none}.priority-option small{font-size:12px}.effort{display:inline-block}.task-form{padding:28px}}
@media(max-width:600px){.page-heading{padding:38px 0 26px}.page-heading h1{font-size:39px;letter-spacing:-1.5px}.result-heading h1{font-size:clamp(28px,7.3vw,42px);letter-spacing:-1.4px;line-height:1.25}.page-heading p{font-size:16px}.task-form{padding:20px}.input-meta{font-size:12px;align-items:start}.task-layout{gap:29px}.task-aside{display:block}.example-title{margin-top:26px}.task-settings label{font-size:14px}.priority-options{grid-template-columns:1fr}.priority-option{padding:13px;gap:12px;min-height:52px;align-items:center}.priority-option>span{display:flex;justify-content:space-between;gap:15px;align-items:center;flex:1}.priority-option small{margin:0;font-size:12px}.form-actions{flex-direction:column-reverse;align-items:stretch;margin-top:24px;gap:6px}.form-actions .text-button{text-align:center}.primary{font-size:14px;min-height:48px}.task-context{padding:20px;flex-direction:column;gap:10px}.task-context .text-button{align-self:flex-end}.workflow-stage{gap:10px}.timeline-number{width:27px;height:27px;font-size:10px}.workflow-stage:not(:last-child):before{left:13px;top:28px}.stage-body{padding:18px;overflow-wrap:anywhere}.stage-top{gap:9px}.stage-top .provider-icon{width:31px;height:31px;font-size:20px}.stage-top strong{font-size:14px}.mode{font-size:12px;line-height:1.5}.effort{display:none}.stage-body h3{font-size:22px;margin-top:17px}.stage-body>p{font-size:14px}.why{padding:12px}.stage-bottom{flex-direction:column;align-items:stretch;gap:13px}.copy-button{min-height:46px;font-size:14px}.result-aside{grid-template-columns:1fr;gap:0}.mix-card{padding:26px}.bottom-actions{flex-direction:column-reverse;align-items:stretch;gap:12px}.bottom-actions .text-button{text-align:center}.prompt-heading{flex-direction:column;align-items:stretch;gap:17px}.prompt-heading .copy-button{align-self:stretch}.prompt-card{padding:21px 18px}.prompt-title{gap:12px}.prompt-title h2{font-size:21px}.prompt-title p{font-size:12px;line-height:1.6}.prompt-card pre{font-size:14px;padding:16px;max-height:430px}.open-tool{flex-direction:column;align-items:flex-start;gap:0}.open-tool a{min-height:44px;display:flex;align-items:center}.finish-note{align-items:flex-start;padding:22px;flex-wrap:wrap}.finish-note>div{flex:1}.finish-note .text-button{margin:0 0 0 53px}.prompt-toolbar .text-button,.prompt-toolbar .secondary{font-size:12px}.result-tag{font-size:12px;max-width:150px;line-height:1.5}.section-heading{align-items:center}.task-form textarea{min-height:210px}.stack-summary .primary{min-height:48px}.plan-row select{font-size:16px;min-height:44px}.step{min-height:44px}.provider-name{font-size:14px}.provider-sub{font-size:12px}.version{font-size:12px}.selection-count{font-size:12px}#status{max-width:calc(100% - 30px);width:max-content;text-align:center;line-height:1.5}dialog{padding:29px 24px}.close-dialog{min-width:44px;min-height:44px}.privacy-note{font-size:12px}}
@media(max-width:350px){.topbar{padding:0 16px;gap:12px}.wordmark{font-size:20px}.topmeta a{font-size:12px}main{padding:0 16px}.steps{gap:4px}.step{font-size:10px}.step span{width:21px;height:21px}.provider-grid{grid-template-columns:1fr}.provider-sub{display:block}.provider-select{padding:16px}.plan-row{flex-direction:row;align-items:center}.intro h1{font-size:43px}.priority-option>span{flex-wrap:wrap;gap:4px}.task-settings label{align-items:flex-start;flex-direction:column}.task-settings select{max-width:100%;width:100%}.prompt-toolbar{flex-wrap:wrap}.finish-note{gap:12px}.finish-note .text-button{margin-left:47px}}
/* Keep the four stages readable without horizontal scrolling on small screens. */
@media(max-width:600px){.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:22px}.steps i{display:none}.step{flex-direction:column;gap:6px;justify-content:center;font-size:12px;white-space:normal;text-align:center;line-height:1.35;min-height:54px}.step span{width:26px;height:26px;font-size:11px}.provider-select{min-height:67px}.stage-body>p{font-size:16px}.why p{font-size:14px}.task-context p{font-size:16px}.prompt-card pre{font-size:16px}.result-heading h1 span{display:block}.intro{padding-top:30px}.stack-summary>p,.mix-card>p{font-size:16px}.form-actions .primary{font-size:16px}.task-settings select{font-size:16px}.topmeta a{display:flex;align-items:center;min-height:44px}.provider-grid{align-items:stretch}}

@media(max-width:1024px){select,textarea{font-size:16px!important}}
