:root{--canvas:#fff9ee;--canvas-deep:#f4ecdf;--surface:#fff;--ink:#29231f;--muted:#6f685f;--quiet:#746b62;--line:#e7ded2;--line-strong:#d7cabc;--primary:#12825e;--primary-hover:#0c6b4e;--primary-soft:#e8f6ef;--accent:#d93663;--accent-soft:#fff0f5;--warning:#8b6513;--warning-soft:#fff2bd;--danger:#b42318;--brown:#67442c;--sun:#ffc341;--sky:#24afe8;--violet:#7540c9;--pink:#fc3d75;--focus:#0c6b4e;--font-rounded:ui-rounded, "Hiragino Maru Gothic ProN", "Yu Gothic UI", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;--font-handwritten:"Yu Kyokasho", "Hiragino Mincho ProN", "Segoe Print", cursive;--shadow:0 14px 34px #67442c17;--shadow-strong:0 26px 75px #67442c29}*{box-sizing:border-box}html{background:var(--canvas);scroll-behavior:smooth}body{min-width:320px;color:var(--ink);background:var(--canvas);font-family:var(--font-rounded);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.7}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button:disabled{cursor:not-allowed}:is(button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible){outline:3px solid var(--focus);outline-offset:2px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.brand-button{-webkit-appearance:none;appearance:none;background:0 0;border:0;padding:0}.brand{color:var(--ink);align-items:center;gap:11px;line-height:1;text-decoration:none;display:inline-flex}.brand-seal{color:#fff;background:var(--accent);border-radius:11px 11px 11px 4px;place-items:center;width:38px;height:38px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:21px;font-weight:700;display:grid;box-shadow:0 5px 12px #d94f362e}.brand>span:last-child{flex-direction:column;align-items:flex-start;gap:3px;display:flex}.brand strong{letter-spacing:-.02em;font-size:19px}.brand small{color:var(--muted);letter-spacing:.16em;font-size:9px;font-weight:700}.brand--compact .brand-seal{width:34px;height:34px}.builder-shell{background:radial-gradient(circle at 8% 14%, #d94f360e, transparent 22rem), radial-gradient(circle at 92% 24%, #075b460f, transparent 26rem), var(--canvas);min-height:100vh}.builder-header{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f4eee6;border-bottom:1px solid #dce3ded6;justify-content:space-between;align-items:center;min-height:70px;padding:0 max(24px,50vw - 570px);display:flex;position:sticky;top:0}.save-indicator{min-height:44px;color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.save-indicator>span{background:var(--quiet);border-radius:50%;width:8px;height:8px}.save-indicator--saved>span{background:#2e8b68}.save-indicator--saving>span{background:#c78d1b;animation:1.4s infinite soft-pulse}.save-indicator--failed{color:var(--danger)}.save-indicator--failed>span{background:var(--danger)}@keyframes soft-pulse{50%{opacity:.35}}.builder-topline{justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto;padding:28px 0 20px;display:flex}.promise-list{flex-wrap:wrap;gap:10px;display:flex}.promise-list span{border:1px solid var(--line);min-height:34px;color:var(--muted);background:#ffffff94;border-radius:999px;align-items:center;gap:6px;padding:5px 11px;font-size:12px;font-weight:700;display:inline-flex}.promise-list span:nth-child(-n+2) svg{color:var(--primary)}.mobile-preview-button{border:1px solid var(--line-strong);background:var(--surface);border-radius:10px;align-items:center;gap:7px;min-height:44px;padding:7px 12px;font-size:13px;font-weight:700;display:none}.builder-grid{grid-template-columns:minmax(0,700px) 388px;align-items:start;gap:52px;max-width:1140px;margin:0 auto;padding:0 0 80px;display:grid}.progress-meta{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.progress-meta strong{color:var(--primary);font-size:17px}.progress-track{background:#dfe5e1;border-radius:999px;width:100%;height:4px;margin-bottom:18px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--primary);height:100%;transition:width .26s;display:block}.question-card{box-shadow:var(--shadow);background:#fffffff5;border:1px solid #dce3def2;border-radius:22px;padding:44px 48px 32px;overflow:visible}.question-heading{margin-bottom:30px}.question-number{color:#fff;background:var(--accent);letter-spacing:.08em;border-radius:5px 9px 9px;place-items:center;width:34px;height:28px;margin-bottom:12px;font-family:ui-monospace,monospace;font-size:12px;font-weight:800;display:inline-grid}.question-heading h1{color:var(--ink);letter-spacing:.01em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(1.9rem,3.3vw,2.75rem);font-weight:700;line-height:1.35}.question-heading p{max-width:570px;color:var(--muted);margin:12px 0 0;font-size:15px}.idea-input-wrap{position:relative}.idea-input-wrap textarea,.field-stack input,.field-stack textarea,.transcript-review textarea{border:1px solid var(--line-strong);width:100%;color:var(--ink);background:#fff;border-radius:13px;font-size:16px;line-height:1.75;transition:border-color .16s,box-shadow .16s}.idea-input-wrap textarea{resize:vertical;min-height:188px;padding:20px 20px 40px}.idea-input-wrap textarea::placeholder,.field-stack input::placeholder,.field-stack textarea::placeholder,.registration-form input::placeholder{color:#65706b}.idea-input-wrap textarea:focus,.field-stack input:focus,.field-stack textarea:focus,.transcript-review textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft);outline:none}.character-count{color:var(--quiet);font-variant-numeric:tabular-nums;font-size:12px;position:absolute;bottom:11px;right:14px}.voice-row{align-items:center;gap:15px;margin-top:13px;display:flex}.voice-row p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.voice-button{border:1px solid var(--primary);min-width:132px;min-height:48px;color:var(--primary);background:var(--primary-soft);border-radius:999px;flex:none;justify-content:center;align-items:center;gap:8px;padding:8px 15px;font-size:14px;font-weight:800;display:inline-flex}.voice-button--active{color:#fff;background:var(--accent);border-color:var(--accent);box-shadow:0 0 0 6px var(--accent-soft)}.voice-status:empty{display:none}.listening-status,.inline-alert{border-radius:10px;margin:14px 0 0;padding:10px 12px;font-size:13px}.listening-status{color:#8f3525;background:var(--accent-soft)}.listening-status span{background:var(--accent);border-radius:50%;width:8px;height:8px;margin-right:8px;animation:1s infinite soft-pulse;display:inline-block}.inline-alert{color:var(--warning);background:var(--warning-soft)}.transcript-review{background:#f2f8f5;border:1px solid #bed8cd;border-radius:14px;margin-top:16px;padding:18px}.transcript-review__title{color:var(--primary);align-items:center;gap:7px;font-weight:800;display:flex}.transcript-review label{color:var(--muted);margin:8px 0 5px;font-size:12px;display:block}.transcript-review textarea{padding:10px 12px}.transcript-review>div:last-child{justify-content:flex-end;align-items:center;gap:10px;margin-top:10px;display:flex}.text-button{min-height:44px;color:var(--muted);text-underline-offset:3px;background:0 0;border:0;padding:6px 10px;font-size:14px;font-weight:700;text-decoration:underline}.small-primary{color:#fff;background:var(--primary);border:0;border-radius:10px;min-height:44px;padding:7px 14px;font-size:13px;font-weight:800}.example-area{border-top:1px solid var(--line);margin-top:27px;padding-top:23px}.example-area>span,.price-presets legend,.option-fieldset legend{color:var(--muted);font-size:13px;font-weight:800}.suggestion-chips{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.suggestion-chips button{border:1px solid var(--line);min-height:40px;color:var(--muted);background:#fafbf9;border-radius:999px;padding:7px 13px;font-size:12px}.suggestion-chips button:hover{color:var(--primary);background:var(--primary-soft);border-color:#9bbdaf}.ai-draft-label,.ai-chip{color:#6c421b;background:#fff0dc;align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.ai-draft-label{border-radius:999px;margin-bottom:18px;padding:6px 10px}.field-stack{gap:9px;display:grid}.field-stack label{color:var(--ink);margin-top:11px;font-size:14px;font-weight:800}.field-stack label:first-child{margin-top:0}.field-stack input,.field-stack textarea{min-height:52px;padding:12px 15px}.field-stack textarea{resize:vertical}.required,.critical-tag{vertical-align:middle;border-radius:999px;align-items:center;margin-left:5px;padding:2px 6px;font-size:10px;font-weight:800;display:inline-flex}.required{color:var(--danger);background:#fff0ee}.critical-tag{color:var(--warning);background:var(--warning-soft)}.field-note{color:var(--muted);background:#f6f8f6;border-radius:10px;align-items:center;gap:7px;margin:18px 0 0;padding:12px 14px;font-size:13px;display:flex}.field-note svg{color:#b26c24;flex:none}.price-presets,.option-fieldset{border:0;padding:0}.price-presets>div,.option-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px;display:grid}.price-presets button,.option-grid button{border:1px solid var(--line-strong);min-height:50px;color:var(--muted);background:#fff;border-radius:11px;padding:8px 10px;font-size:14px;font-weight:700;position:relative}.price-presets button.selected,.option-grid button.selected{color:var(--primary);border-color:var(--primary);background:var(--primary-soft);box-shadow:inset 0 0 0 1px var(--primary)}.option-grid button{justify-content:center;align-items:center;gap:5px;display:inline-flex}.price-field{border:1px solid var(--line);background:#fafbf9;border-radius:13px;justify-content:space-between;align-items:center;margin-top:22px;padding:15px 18px;font-size:14px;font-weight:800;display:flex}.price-input{color:var(--ink);align-items:center;display:flex}.price-input b{font-size:22px}.price-input input{border:0;border-bottom:2px solid var(--primary);width:126px;color:var(--ink);text-align:right;font-variant-numeric:tabular-nums;background:0 0;outline:none;padding:2px 7px;font-size:27px;font-weight:800}.price-input input:focus-visible{outline:3px solid var(--focus);outline-offset:3px;border-radius:4px}.price-input em{color:var(--muted);margin-left:6px;font-size:13px;font-style:normal;font-weight:700}.payout-card{border:1px solid var(--line);background:#fff;border-radius:13px;margin-top:16px;padding:15px 18px}.payout-card>div{color:var(--muted);justify-content:space-between;align-items:center;padding:5px 0;font-size:13px;display:flex}.payout-card strong{color:var(--ink);font-variant-numeric:tabular-nums}.payout-card .payout-total{border-top:1px dashed var(--line-strong);color:var(--ink);margin-top:8px;padding-top:12px;font-weight:800}.payout-total strong{color:var(--primary);font-size:20px}.confirm-check{cursor:pointer;background:#fff9e8;border:1px solid #e0c87b;border-radius:12px;align-items:flex-start;gap:12px;margin-top:18px;padding:14px;display:flex}.confirm-check input{width:21px;height:21px;accent-color:var(--primary);flex:none;margin:2px 0 0}.confirm-check span{flex-direction:column;min-width:0;display:flex}.confirm-check b{font-size:14px}.confirm-check small{color:var(--muted);text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.option-fieldset+.option-fieldset{margin-top:23px}.option-grid--delivery{grid-template-columns:repeat(5,1fr)}.option-fieldset+.field-stack{margin-top:24px}.privacy-note{background:#f1f8f5;border:1px solid #bed8cd;border-radius:13px;align-items:flex-start;gap:13px;margin-bottom:23px;padding:16px;display:flex}.privacy-note>svg{color:var(--primary);flex:none}.privacy-note strong{font-size:14px}.privacy-note p{color:var(--muted);margin:3px 0 0;font-size:12px;line-height:1.6}.review-list{border:1px solid var(--line);border-radius:14px;overflow:hidden}.review-row{background:#fff;justify-content:space-between;align-items:center;gap:15px;min-height:76px;padding:13px 16px;display:flex}.review-row+.review-row{border-top:1px solid var(--line)}.review-row>div{grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;display:grid}.review-row span{color:var(--muted);font-size:12px;font-weight:700}.review-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.review-row small{color:var(--primary);align-items:center;gap:3px;font-size:10px;font-weight:800;display:inline-flex}.review-row button{min-height:44px;color:var(--primary);background:0 0;border:0;flex:none;align-items:center;gap:5px;padding:7px 9px;font-size:12px;font-weight:800;display:inline-flex}.publish-explainer{background:#f6f8f6;border-radius:13px;margin-top:18px;padding:17px}.status-badge{border-radius:999px;align-items:center;gap:6px;margin-right:8px;padding:6px 9px;font-size:12px;font-weight:800;display:inline-flex}.status-badge--live{color:var(--primary);background:var(--primary-soft)}.status-badge--review{color:var(--warning);background:var(--warning-soft)}.publish-explainer p{color:var(--muted);margin:12px 0 0;font-size:12px}.confirm-check--final{border-color:var(--line-strong);background:#fff}.form-error{border-left:3px solid var(--danger);color:var(--danger);background:#fff0ee;border-radius:6px;margin:16px 0 0;padding:11px 13px;font-size:13px;font-weight:700}.question-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;margin-top:30px;padding-top:24px;display:flex}.primary-action,.secondary-action{border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:52px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.primary-action{border:1px solid var(--primary);color:#fff;background:var(--primary);padding:11px 21px;box-shadow:0 8px 18px #075b4629}.primary-action:hover{background:var(--primary-hover)}.primary-action:disabled{box-shadow:none;background:#aab5b0;border-color:#aab5b0}.primary-action--publish{min-width:220px}.secondary-action{border:1px solid var(--line-strong);color:var(--muted);background:#fff;padding:10px 14px}.builder-reassurance{color:var(--muted);justify-content:center;align-items:center;gap:6px;margin:16px 0 0;font-size:12px;display:flex}.builder-preview{position:sticky;top:91px}.preview-bar{color:var(--muted);justify-content:space-between;align-items:center;margin:0 5px 10px;font-size:12px;font-weight:700;display:flex}.preview-bar>span{align-items:center;gap:7px;display:inline-flex}.preview-bar i{background:#37a77f;border-radius:50%;width:8px;height:8px}.preview-bar button{width:36px;height:36px;color:var(--muted);background:0 0;border:0;border-radius:9px;place-items:center;display:grid}.phone-frame{box-shadow:var(--shadow-strong);background:#1d2925;border:1px solid #1d2925;border-radius:30px;padding:9px;overflow:hidden}.builder-preview>p{color:var(--muted);text-align:center;margin:13px 12px 0;font-size:11px}.service-page{width:100%;color:var(--ink);background:#fff;overflow:hidden}.phone-frame .service-page{scrollbar-width:none;border-radius:22px;height:660px;overflow-y:auto}.phone-frame .service-page::-webkit-scrollbar{display:none}.service-cover{background:linear-gradient(143deg,#ffffff14,#0000 55%),#075b46;height:220px;position:relative;overflow:hidden}.service-cover:before,.service-cover:after{content:"";border:1px solid #ffffff45;border-radius:50%;position:absolute}.service-cover:before{width:230px;height:230px;top:-90px;right:-48px}.service-cover:after{background:#ffffff0f;width:105px;height:105px;bottom:-50px;right:46px}.service-cover__stamp{z-index:2;color:#fff;letter-spacing:.08em;border:1px solid #ffffff80;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800;position:absolute;bottom:25px;left:26px}.service-cover__line{background:#ffffff7a;width:130px;height:2px;position:absolute;top:81px;left:54px;transform:rotate(-22deg)}.service-cover__dot{background:var(--accent);border-radius:50%;position:absolute}.service-cover__dot--one{width:18px;height:18px;top:54px;left:38px}.service-cover__dot--two{background:#f2d37b;width:7px;height:7px;top:118px;left:186px}.service-body{padding:31px 30px 28px}.service-kicker{color:var(--accent);letter-spacing:.08em;font-size:10px;font-weight:800;display:block}.service-body h1,.service-body h2{margin:8px 0 12px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:27px;line-height:1.4}.service-summary{color:var(--muted);margin:0;font-size:13px;line-height:1.8}.service-facts{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:25px 0}.service-facts>div{grid-template-columns:90px 1fr;gap:10px;padding:11px 0;display:grid}.service-facts>div+div{border-top:1px solid var(--line)}.service-facts span{color:var(--muted);font-size:11px}.service-facts strong{font-size:12px;font-weight:700}.service-plan{border:1px solid var(--line);background:#fbfcfa;border-radius:16px;padding:19px}.service-plan>div:first-child{justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.service-plan>div:first-child>span{color:var(--muted);font-size:11px;font-weight:700}.service-plan>div strong{font-variant-numeric:tabular-nums;font-size:24px}.service-plan>div small{color:var(--muted);font-size:10px}.service-plan ul{border-top:1px dashed var(--line-strong);gap:7px;margin:15px 0;padding:13px 0 0;list-style:none;display:grid}.service-plan li{color:var(--muted);align-items:flex-start;gap:7px;font-size:11px;display:flex}.service-plan li svg{color:var(--primary);flex:none}.service-cta{color:#fff;background:var(--primary);opacity:1;border:0;border-radius:10px;width:100%;min-height:48px;font-size:12px;font-weight:800}.service-waiting{color:var(--muted);text-align:center;margin:7px 0 0;font-size:9px}.service-trust{color:var(--quiet);justify-content:center;align-items:center;gap:5px;margin:14px 0 0;font-size:9px;display:flex}.service-page--compact .service-cover{height:171px}.service-page--compact .service-body{padding:23px 22px}.service-page--compact .service-body h1,.service-page--compact .service-body h2{font-size:22px}.service-page--compact .service-summary{font-size:11px}.service-page--compact .service-facts{margin:18px 0}.service-page--compact .service-facts>div{grid-template-columns:76px 1fr;padding:8px 0}.service-page--compact .service-plan{padding:15px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0d1814a3;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.preview-modal{width:min(100%,580px);max-height:calc(100vh - 48px);box-shadow:var(--shadow-strong);background:#fff;border-radius:20px;overflow-y:auto}.modal-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;min-height:62px;padding:12px 18px;display:flex}.modal-top>button{width:44px;height:44px;color:var(--muted);background:#f3f5f3;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.toast{z-index:120;color:#fff;max-width:min(420px,100vw - 32px);min-height:52px;box-shadow:var(--shadow-strong);background:#192a24;border-radius:12px;align-items:center;gap:8px;padding:12px 17px;font-size:13px;font-weight:700;animation:.22s ease-out toast-in;display:flex;position:fixed;bottom:24px;right:24px}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}.loading-screen{background:var(--canvas);place-content:center;place-items:center;min-height:100vh;display:grid}.loading-screen p{color:var(--muted);font-size:13px}.loading-line{background:var(--line);border-radius:999px;width:170px;height:3px;margin-top:28px;overflow:hidden}.loading-line:after{border-radius:inherit;background:var(--primary);content:"";width:60%;height:100%;animation:1s ease-in-out infinite alternate load-slide;display:block}@keyframes load-slide{to{transform:translate(68%)}}.dashboard-shell{background:#f5f6f3;min-height:100vh}.dashboard-header{z-index:40;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;grid-template-columns:220px 1fr auto;align-items:center;min-height:72px;padding:0 max(24px,50vw - 600px);display:grid;position:sticky;top:0}.dashboard-nav{grid-area:1/2;justify-content:center;align-self:stretch;gap:3px;display:flex}.dashboard-nav button{min-width:76px;color:var(--muted);background:0 0;border:0;padding:0 13px;font-size:13px;font-weight:700;position:relative}.dashboard-nav button.active{color:var(--primary)}.dashboard-nav button.active:after{background:var(--primary);content:"";border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:13px;right:13px}.dashboard-user{grid-area:1/3;align-items:center;gap:9px;display:flex}.dashboard-user>span{width:36px;height:36px;color:var(--primary);background:var(--primary-soft);border-radius:50%;place-items:center;font-size:13px;font-weight:800;display:grid}.dashboard-user>div{flex-direction:column;max-width:120px;line-height:1.35;display:flex}.dashboard-user strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.dashboard-user small{color:var(--quiet);font-size:10px}.menu-button{background:#f2f5f3;border:0;border-radius:10px;flex-direction:column;grid-area:1/4;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;display:none}.menu-button span{background:var(--ink);border-radius:2px;width:19px;height:2px}.dashboard-content{max-width:1200px;margin:0 auto;padding:48px 0 80px}.dashboard-greeting{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.dashboard-kicker{color:var(--primary);letter-spacing:.04em;align-items:center;margin-bottom:7px;font-size:12px;font-weight:800;display:inline-flex}.dashboard-greeting h1{margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(2rem,3vw,2.7rem);line-height:1.35}.dashboard-greeting p{color:var(--muted);margin:8px 0 0;font-size:14px}.published-time{color:var(--muted);flex:none;align-items:center;gap:6px;font-size:11px;display:inline-flex}.published-time svg{color:var(--primary)}.status-strip{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:190px 190px 1fr;align-items:stretch;margin-top:28px;display:grid;overflow:hidden;box-shadow:0 7px 22px #17231f0a}.status-strip__item{border-right:1px solid var(--line);align-items:center;gap:11px;padding:18px;display:flex}.status-strip__item>span{border-radius:50%;flex:none;place-items:center;width:35px;height:35px;display:grid}.status-strip__item--live>span{color:var(--primary);background:var(--primary-soft)}.status-strip__item--review>span{color:var(--warning);background:var(--warning-soft)}.status-strip__item>div{flex-direction:column;line-height:1.4;display:flex}.status-strip__item small{color:var(--muted);font-size:10px}.status-strip__item strong{font-size:14px}.status-strip__explain{background:#fcfdfb;justify-content:space-between;align-items:center;gap:18px;padding:15px 19px;display:flex}.status-strip__explain p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.status-strip__explain button{border:1px solid var(--primary);min-height:42px;color:var(--primary);background:#fff;border-radius:9px;flex:none;align-items:center;gap:5px;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex}.dashboard-grid{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:26px;margin-top:26px;display:grid}.dashboard-primary{min-width:0}.today-card{color:#fff;background:radial-gradient(circle at 87% 17%, #ffffff1c 0 100px, transparent 101px), var(--primary);border-radius:20px;padding:27px 30px 30px;position:relative;overflow:hidden;box-shadow:0 16px 36px #075b4626}.today-card__label{justify-content:space-between;align-items:center;display:flex}.today-card__label span{border:1px solid #ffffff4d;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800}.today-card__label small{color:#ffffffad;font-size:11px}.today-card__content{grid-template-columns:80px 1fr;align-items:center;gap:19px;margin:26px 0 20px;display:grid}.share-illustration{color:#fff;background:#ffffff1f;border-radius:22px 22px 22px 8px;place-items:center;width:76px;height:76px;display:grid;position:relative}.share-illustration span{background:#ef8b6f;border-radius:50%;width:13px;height:13px;position:absolute;top:9px;right:9px}.today-card h2{margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:24px;line-height:1.45}.today-card__content p{color:#ffffffc2;margin:7px 0 0;font-size:12px}.share-link-row{background:#ffffff14;border:1px solid #fff3;border-radius:11px;align-items:center;gap:9px;min-height:48px;padding:7px 8px 7px 13px;display:flex}.share-link-row span{color:#ffffffd6;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:11px;overflow:hidden}.share-link-row button{color:#fff;background:#ffffff21;border:0;border-radius:8px;flex:none;place-items:center;width:36px;height:34px;display:grid}.today-actions{gap:10px;margin-top:13px;display:flex}.today-actions .primary-action{color:var(--primary);box-shadow:none;background:#fff;border-color:#fff}.simple-stats{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:repeat(3,1fr);margin-top:18px;display:grid;overflow:hidden}.simple-stats>div{min-width:0;padding:20px 21px}.simple-stats>div+div{border-left:1px solid var(--line)}.simple-stats span{color:var(--muted);font-size:11px;font-weight:700}.simple-stats strong{font-variant-numeric:tabular-nums;margin:5px 0 2px;font-size:25px;display:block}.simple-stats strong small{color:var(--muted);font-size:11px}.simple-stats p{color:var(--quiet);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:10px;overflow:hidden}.ai-section{margin-top:36px}.section-title-row{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.ai-chip{border-radius:999px;padding:4px 8px}.section-title-row h2{margin:7px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:24px}.section-title-row p{color:var(--muted);margin:4px 0 0;font-size:12px}.budget-meter{flex:none;width:170px}.budget-meter span,.budget-meter strong{line-height:1.45;display:block}.budget-meter span{color:var(--muted);font-size:10px}.budget-meter strong{font-variant-numeric:tabular-nums;font-size:14px}.budget-meter strong small{color:var(--muted);font-size:10px}.budget-meter i{background:var(--line);border-radius:999px;height:5px;margin-top:5px;display:block;overflow:hidden}.budget-meter b{border-radius:inherit;background:#d28a34;height:100%;display:block}.ai-job-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:17px;display:grid}.ai-job-card{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;min-width:0;padding:19px;display:flex;box-shadow:0 7px 20px #17231f09}.ai-job-icon{color:#a65d1f;background:#fff0dc;border-radius:11px;place-items:center;width:39px;height:39px;display:grid}.ai-job-card h3{margin:13px 0 3px;font-size:14px}.ai-job-card p{min-height:42px;color:var(--muted);margin:0;font-size:11px;line-height:1.65}.ai-job-card>small{color:var(--primary);align-items:center;gap:4px;margin:10px 0 13px;font-size:10px;font-weight:700;display:flex}.ai-job-card>button{border:1px solid var(--line-strong);min-height:44px;color:var(--ink);background:#fafbf9;border-radius:9px;justify-content:space-between;align-items:center;margin-top:auto;padding:8px 10px;font-size:11px;font-weight:800;display:flex}.dashboard-aside{gap:15px;display:grid}.mini-page-card,.help-card{border:1px solid var(--line);background:#fff;border-radius:17px;overflow:hidden}.mini-page-card__top{justify-content:space-between;align-items:center;min-height:50px;padding:8px 13px 8px 17px;font-size:11px;font-weight:800;display:flex}.mini-page-card__top button{min-height:36px;color:var(--primary);background:0 0;border:0;align-items:center;gap:4px;padding:5px 7px;font-size:11px;font-weight:800;display:inline-flex}.mini-page-cover{background:radial-gradient(circle at 78% 8%, #ffffff24 0 48px, transparent 49px), var(--primary);height:105px;padding:14px}.mini-page-cover span{color:#fff;border:1px solid #ffffff73;border-radius:999px;padding:3px 8px;font-size:8px;display:inline-block}.mini-page-content{padding:17px}.mini-page-content>small{color:var(--accent);font-size:9px;font-weight:800}.mini-page-content h3{margin:3px 0 6px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:18px}.mini-page-content p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;font-size:10px;line-height:1.65;display:-webkit-box;overflow:hidden}.mini-page-content strong{font-size:16px}.mini-page-content strong small{color:var(--muted);font-size:9px}.mini-page-card>a{border-top:1px solid var(--line);min-height:45px;color:var(--primary);justify-content:center;align-items:center;gap:7px;font-size:11px;font-weight:800;text-decoration:none;display:flex}.help-card{gap:11px;padding:17px;display:flex}.help-card>span{width:36px;height:36px;color:var(--primary);background:var(--primary-soft);border-radius:50%;flex:none;place-items:center;display:grid}.help-card strong{font-size:12px}.help-card p{color:var(--muted);margin:3px 0 7px;font-size:10px;line-height:1.55}.help-card button{min-height:38px;color:var(--primary);text-underline-offset:3px;background:0 0;border:0;padding:5px 0;font-size:11px;font-weight:800;text-decoration:underline}.fee-reminder{color:var(--muted);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:5px;margin:0;font-size:10px;display:flex}.fee-reminder span{width:100%}.action-modal{width:min(100%,500px);box-shadow:var(--shadow-strong);background:#fff;border-radius:20px;overflow:hidden}.action-modal>:not(.modal-top){margin-left:29px;margin-right:29px}.ai-confirm,.ai-result,.ai-running{padding:25px 0 30px}.ai-confirm h2,.ai-result h2,.ai-running h2,.payment-modal>h2{margin-top:0;margin-bottom:7px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:25px}.ai-confirm>p,.ai-result>p,.ai-running>p,.payment-modal>p{color:var(--muted);margin:0;font-size:13px}.ai-confirm dl{border:1px solid var(--line);border-radius:12px;margin:21px 0;overflow:hidden}.ai-confirm dl>div{justify-content:space-between;align-items:center;padding:11px 14px;display:flex}.ai-confirm dl>div+div{border-top:1px solid var(--line)}.ai-confirm dt{color:var(--muted);font-size:12px}.ai-confirm dd{font-variant-numeric:tabular-nums;margin:0;font-size:15px;font-weight:800}.safe-note{color:var(--primary);background:var(--primary-soft);border-radius:10px;align-items:flex-start;gap:8px;padding:11px 12px;font-size:11px;font-weight:700;display:flex}.safe-note svg{flex:none}.full-action{width:100%;margin-top:18px}.demo-caption{text-align:center;color:var(--quiet)!important;margin-top:9px!important;font-size:10px!important}.ai-running{text-align:center}.ai-orbit{color:#a65d1f;background:#fff0dc;border-radius:50%;place-items:center;width:74px;height:74px;margin:4px auto 20px;display:grid;position:relative}.ai-orbit:after{content:"";border:2px solid #0000;border-top-color:#d28a34;border-radius:50%;animation:.9s linear infinite orbit;position:absolute;inset:-6px}@keyframes orbit{to{transform:rotate(360deg)}}.ai-running small{color:var(--quiet);margin-top:17px;font-size:10px;display:block}.result-check{width:52px;height:52px;color:var(--primary);background:var(--primary-soft);border-radius:50%;place-items:center;margin-bottom:15px;display:grid}.ai-result ol{counter-reset:ai-steps;margin:18px 0 0;padding:0;list-style:none}.ai-result li{counter-increment:ai-steps;flex-direction:column;min-height:48px;padding:7px 0 7px 42px;display:flex;position:relative}.ai-result li:before{width:29px;height:29px;color:var(--primary);background:var(--primary-soft);content:counter(ai-steps);border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid;position:absolute;top:7px;left:0}.ai-result li strong{font-size:13px}.ai-result li span{color:var(--muted);font-size:11px}.proposal-preview,.reply-preview{border:1px solid var(--line);background:#fafbf9;border-radius:12px;margin-top:18px;padding:16px}.proposal-preview>span,.reply-preview>span{color:var(--primary);font-size:10px;font-weight:800}.proposal-preview p,.reply-preview p{color:var(--ink);margin:6px 0 0;font-size:13px;line-height:1.7}.human-check{color:var(--warning);background:var(--warning-soft);border-radius:9px;align-items:flex-start;gap:7px;margin-top:12px;padding:10px;font-size:10px;font-weight:700;display:flex}.result-close{margin:12px auto 0;display:flex}.modal-icon-title{align-items:center;gap:7px;font-size:13px;font-weight:800;display:inline-flex}.payment-modal{padding-bottom:28px}.payment-modal>h2{margin-top:25px}.payment-checklist{border:1px solid var(--line);border-radius:12px;gap:0;margin-top:20px;margin-bottom:18px;padding:0;list-style:none;display:grid;overflow:hidden}.payment-checklist li{align-items:center;gap:12px;padding:12px 14px;display:flex}.payment-checklist li+li{border-top:1px solid var(--line)}.payment-checklist>li>svg{color:var(--primary)}.payment-checklist li span{flex-direction:column;display:flex}.payment-checklist strong{font-size:12px}.payment-checklist small{color:var(--muted);font-size:10px}.public-shell{background:radial-gradient(circle at 13% 15%, #d94f360f, transparent 23rem), var(--canvas);min-height:100vh}.public-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f4eee0;border-bottom:1px solid #dce3decc;justify-content:space-between;align-items:center;min-height:64px;padding:0 max(20px,50vw - 330px);display:flex}.public-header a{color:var(--ink);align-items:center;gap:8px;text-decoration:none;display:inline-flex}.public-header a>span{color:#fff;background:var(--accent);border-radius:9px 9px 9px 3px;place-items:center;width:30px;height:30px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:15px;font-weight:800;display:grid}.public-header>small{color:var(--muted);font-size:10px}.public-offer-wrap{border:1px solid var(--line);width:min(100% - 32px,660px);box-shadow:var(--shadow-strong);background:#fff;border-radius:24px;margin:36px auto;overflow:hidden}.public-offer-wrap .service-cover{height:290px}.public-offer-wrap .service-body{padding:42px 48px 45px}.public-offer-wrap .service-body h1,.public-offer-wrap .service-body h2{font-size:35px}.public-offer-wrap .service-summary{font-size:15px}.public-offer-wrap .service-facts>div{grid-template-columns:120px 1fr;padding:14px 0}.public-offer-wrap .service-facts span,.public-offer-wrap .service-plan>div:first-child>span{font-size:12px}.public-offer-wrap .service-facts strong,.public-offer-wrap .service-plan li{font-size:13px}.public-offer-wrap .service-plan{padding:25px}.public-offer-wrap .service-plan>div strong{font-size:30px}.public-offer-wrap .service-plan>div small,.public-offer-wrap .service-trust{font-size:11px}.registration-form{border-top:1px dashed var(--line-strong);margin-top:18px;padding-top:17px}.registration-form>label{color:var(--ink);margin-bottom:7px;font-size:12px;font-weight:800;display:block}.registration-form>div{gap:7px;display:flex;position:relative}.registration-form>div>svg{z-index:1;color:var(--muted);position:absolute;top:15px;left:13px}.registration-form input{border:1px solid var(--line-strong);border-radius:10px;flex:1;min-width:0;min-height:48px;padding:10px 12px 10px 39px;font-size:14px}.registration-form button{color:#fff;background:var(--primary);border:0;border-radius:10px;flex:none;min-height:48px;padding:9px 15px;font-size:13px;font-weight:800}.registration-form>p{color:var(--muted);justify-content:center;align-items:center;gap:5px;margin:8px 0 0;font-size:10px;display:flex}.registration-complete{color:var(--primary);background:var(--primary-soft);border-radius:11px;align-items:center;gap:11px;margin-top:18px;padding:15px;display:flex}.registration-complete>div{flex-direction:column;display:flex}.registration-complete strong{font-size:13px}.registration-complete span{font-size:11px}.public-footer{max-width:660px;color:var(--muted);justify-content:space-between;align-items:center;margin:0 auto;padding:0 0 40px;font-size:10px;display:flex}.public-footer nav{gap:13px;display:flex}.public-footer a{color:inherit;text-decoration:none}.public-loading{min-height:100vh;color:var(--muted);background:var(--canvas);place-items:center;font-size:13px;display:grid}.checkout-result-shell{background:var(--canvas);place-items:center;min-height:100vh;padding:24px;display:grid}.checkout-result-card{border:1px solid var(--line);width:min(100%,560px);box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:22px;padding:48px 38px}.checkout-result-icon{width:58px;height:58px;color:var(--warning);background:var(--warning-soft);border-radius:50%;place-items:center;margin:0 auto 19px;font-size:25px;font-weight:800;display:grid}.checkout-result-icon.confirmed{color:var(--primary);background:var(--primary-soft)}.checkout-result-card h1{margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:30px}.checkout-result-card p{color:var(--muted);margin:11px 0 0;font-size:14px}.checkout-result-card .checkout-return{color:#fff;background:var(--primary);border-radius:10px;align-items:center;min-height:48px;margin-top:22px;padding:9px 18px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.legal-shell{background:var(--canvas);min-height:100vh;padding:42px 20px 72px}.legal-card{border:1px solid var(--line);width:min(100%,720px);box-shadow:var(--shadow);background:#fff;border-radius:20px;margin:0 auto;padding:42px 48px}.legal-brand{color:var(--ink);align-items:center;gap:8px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.legal-kicker{font-weight:800;color:var(--accent)!important;margin:34px 0 5px!important;font-size:11px!important}.legal-card h1{margin:0 0 22px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:32px;line-height:1.4}.legal-card h2{margin:28px 0 7px;font-size:16px}.legal-card p,.legal-card li{color:var(--muted);font-size:13px;line-height:1.85}.legal-card ul{padding-left:1.4em}.legal-back{border:1px solid var(--line-strong);min-height:46px;color:var(--primary);border-radius:10px;align-items:center;margin-top:27px;padding:8px 15px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}@media (max-width:1220px){.builder-header,.builder-topline,.builder-grid,.dashboard-header,.dashboard-content{margin-left:24px;margin-right:24px}.builder-header,.dashboard-header{margin:0;padding-left:24px;padding-right:24px}.builder-grid{grid-template-columns:minmax(0,1fr) 360px;gap:30px}}@media (max-width:980px){.builder-grid{grid-template-columns:1fr;max-width:720px;margin-left:auto;margin-right:auto}.builder-topline{max-width:720px}.builder-preview{display:none}.mobile-preview-button{display:inline-flex}.dashboard-header{grid-template-columns:1fr auto auto;gap:12px}.dashboard-user{grid-area:1/2}.menu-button{grid-area:1/3}.dashboard-nav{border:1px solid var(--line);width:200px;box-shadow:var(--shadow-strong);background:#fff;border-radius:13px;flex-direction:column;grid-area:auto;align-self:auto;padding:8px;display:none;position:absolute;top:71px;right:16px}.dashboard-nav--open{display:flex}.dashboard-nav button{text-align:left;min-height:45px}.dashboard-nav button.active:after{border-radius:0 3px 3px 0;width:3px;height:auto;inset:8px auto 8px 0}.menu-button{display:flex}.dashboard-grid{grid-template-columns:1fr}.dashboard-aside{grid-template-columns:1fr 1fr}.fee-reminder{grid-column:1/-1}}@media (max-width:760px){.builder-header{min-height:64px;padding:0 16px}.brand-seal{width:34px;height:34px;font-size:18px}.brand strong{font-size:17px}.save-indicator{font-size:11px}.builder-topline{margin:0;padding:18px 16px 14px}.promise-list{gap:6px}.promise-list span{min-height:30px;padding:4px 8px;font-size:10px}.mobile-preview-button{justify-content:center;width:44px;padding:0;font-size:0}.builder-grid{margin:0;padding:0 12px 58px}.question-card{border-radius:18px;padding:30px 21px 20px}.question-heading{margin-bottom:24px}.question-heading h1{font-size:1.85rem}.question-heading p{font-size:14px}.voice-row{flex-direction:column;align-items:flex-start;gap:8px}.voice-button{min-height:48px}.suggestion-chips{flex-direction:column;align-items:stretch}.suggestion-chips button{text-align:left;min-height:44px}.price-presets>div,.option-grid,.option-grid--delivery{grid-template-columns:repeat(2,1fr)}.price-field{flex-direction:column;align-items:flex-start;gap:7px}.price-input{justify-content:flex-end;align-self:stretch}.price-input input{flex:1}.review-row{align-items:flex-start}.review-row>div{grid-template-columns:1fr auto}.review-row strong{white-space:normal;grid-area:2/1/auto/-1}.review-row small{grid-area:1/2}.status-badge{margin-bottom:6px}.question-actions{z-index:10;padding:14px 21px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;margin-left:-21px;margin-right:-21px;position:sticky;bottom:0;left:-21px;right:-21px}.question-actions .primary-action{flex:1}.builder-reassurance{text-align:center;padding:0 16px}.modal-backdrop{align-items:end;padding:0}.preview-modal,.action-modal{border-radius:20px 20px 0 0;width:100%;max-height:94vh;overflow-y:auto}.preview-modal .service-cover{height:190px}.toast{bottom:16px;left:16px;right:16px}.dashboard-header{min-height:64px;padding:0 16px}.dashboard-user{display:none}.dashboard-nav{top:63px}.dashboard-content{margin:0;padding:30px 16px 60px}.dashboard-greeting{flex-direction:column;align-items:flex-start}.published-time{margin-top:-8px}.status-strip{grid-template-columns:1fr 1fr}.status-strip__item:nth-child(2){border-right:0}.status-strip__explain{border-top:1px solid var(--line);grid-column:1/-1}.today-card{padding:23px 20px}.today-card__content{grid-template-columns:58px 1fr;gap:13px}.share-illustration{border-radius:16px 16px 16px 6px;width:56px;height:56px}.today-card h2{font-size:20px}.today-actions{flex-direction:column}.simple-stats{grid-template-columns:1fr}.simple-stats>div+div{border-top:1px solid var(--line);border-left:0}.section-title-row{flex-direction:column;align-items:flex-start}.budget-meter{width:100%}.ai-job-grid{grid-template-columns:1fr}.ai-job-card p{min-height:auto}.dashboard-aside{grid-template-columns:1fr}.fee-reminder{grid-column:auto}.public-header{padding:0 16px}.public-header>small{display:none}.public-offer-wrap{border-radius:18px;width:calc(100% - 24px);margin:14px auto 28px}.public-offer-wrap .service-cover{height:210px}.public-offer-wrap .service-body{padding:29px 21px 32px}.public-offer-wrap .service-body h1,.public-offer-wrap .service-body h2{font-size:27px}.public-offer-wrap .service-facts>div{grid-template-columns:90px 1fr}.registration-form>div{flex-direction:column}.registration-form>div>svg{top:15px}.registration-form button{width:100%}.public-footer{flex-direction:column;align-items:flex-start;gap:8px;padding:0 20px 28px}.legal-shell{padding:12px 12px 36px}.legal-card{border-radius:16px;padding:30px 20px}.legal-card h1{font-size:27px}}@media (max-width:430px){.promise-list span:nth-child(3){display:none}.question-heading h1{font-size:1.65rem}.question-card{padding-left:17px;padding-right:17px}.question-actions{margin-left:-17px;margin-right:-17px;padding-left:17px;padding-right:17px;left:-17px;right:-17px}.secondary-action{padding-left:9px;padding-right:9px}.primary-action{padding-left:14px;padding-right:14px}.primary-action--publish{min-width:0}.status-strip__item{padding:14px}.status-strip__item>span{width:31px;height:31px}.status-strip__explain{flex-direction:column;align-items:stretch}.dashboard-greeting h1{font-size:1.85rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.brand{color:var(--ink);grid-template-columns:58px auto;align-items:center;gap:10px;line-height:1;text-decoration:none;display:inline-grid}.brand-uwaaa{flex-direction:column;align-items:center;gap:1px;width:58px;display:flex}.brand-uwaaa img{mix-blend-mode:multiply;width:56px;height:auto;display:block}.brand-uwaaa small{color:#151515;letter-spacing:.08em;font-size:7px;font-weight:900;line-height:1}.brand>.brand-wordmark,.brand-wordmark{white-space:nowrap;flex-direction:row;align-items:baseline;gap:0;display:inline-flex;position:relative}.brand>span.brand-wordmark:last-child{flex-direction:row;align-items:baseline;gap:0}.brand-wordmark strong,.brand strong{font-family:var(--font-rounded);letter-spacing:-.08em;font-size:25px;font-weight:900;line-height:1}.brand-wordmark__green{color:var(--primary)}.brand-wordmark__brown{color:var(--brown)}.brand-rays{width:17px;height:17px;position:absolute;top:-7px;right:-13px}.brand-rays b{background:var(--sun);transform-origin:50% 100%;border-radius:99px;width:4px;height:10px;position:absolute;bottom:0;left:6px}.brand-rays b:first-child{transform:rotate(-43deg)translateY(-1px)}.brand-rays b:nth-child(2){transform:translateY(-5px)}.brand-rays b:last-child{transform:rotate(43deg)translateY(-1px)}.brand--compact{grid-template-columns:42px auto;gap:7px}.brand--compact .brand-uwaaa{width:42px}.brand--compact .brand-uwaaa img{width:41px}.brand--compact .brand-uwaaa small{font-size:6px}.brand--compact .brand-wordmark strong{font-size:19px}.brand--compact .brand-rays{top:-6px;right:-11px;transform:scale(.78)}.builder-shell{isolation:isolate;background:radial-gradient(circle at 5% 4%, #ffc34133, transparent 17rem), radial-gradient(circle at 95% 10%, #24afe81a, transparent 22rem), linear-gradient(180deg, #fffdf8 0, var(--canvas) 34rem, #f8f2e8 100%);position:relative}.builder-shell:before,.dashboard-shell:before,.public-shell:before{z-index:-1;opacity:.12;background:radial-gradient(ellipse at 50% 90%, transparent 0 47%, var(--primary) 49% 53%, transparent 55%), radial-gradient(ellipse at 20% 35%, var(--primary) 0 18%, transparent 20%), radial-gradient(ellipse at 70% 18%, var(--primary) 0 16%, transparent 18%), radial-gradient(ellipse at 80% 58%, var(--primary) 0 20%, transparent 22%);content:"";pointer-events:none;width:230px;height:270px;position:fixed;top:88px;right:-70px;transform:rotate(-18deg)}.builder-header,.dashboard-header,.public-header{background:#fffdf8e6;border-bottom-color:#e7ded2cc;box-shadow:0 7px 28px #67442c0d}.builder-topline{padding-top:22px;padding-bottom:16px}.promise-list span{color:var(--primary);background:#ffffffdb;border-color:#12825e33;box-shadow:0 5px 16px #67442c0d}.promise-list span:nth-child(2){color:var(--accent);border-color:#d9366333}.mobile-preview-button{color:var(--primary);background:#fff;border-color:#12825e40;border-radius:999px}.builder-welcome{width:min(1140px,100% - 48px);min-height:390px;box-shadow:var(--shadow-strong);background:#fff;border:1px solid #d7cabce6;border-radius:30px;grid-template-columns:1.05fr .95fr;margin:0 auto 32px;display:grid;position:relative;overflow:hidden}.builder-welcome:after{z-index:2;content:"";pointer-events:none;background:linear-gradient(135deg,#1f9b73,#087956);border-radius:50% 0 0;width:58%;height:170px;position:absolute;bottom:-95px;right:-5%;transform:rotate(-4deg)}.builder-welcome__copy{z-index:4;background:radial-gradient(circle at 5% 5%,#ffc34129,#0000 16rem),linear-gradient(90deg,#fff 75%,#ffffffbf);padding:50px 28px 40px 50px;position:relative}.handwritten-note,.photo-sticker,.service-cover__message{font-family:var(--font-handwritten);font-weight:600}.handwritten-note{color:#332c26;letter-spacing:.04em;margin-bottom:19px;font-size:18px;display:inline-block;position:relative;transform:rotate(-2deg)}.handwritten-note:after{background:var(--pink);content:"";border-radius:50%;height:4px;position:absolute;bottom:-8px;left:14px;right:4px;transform:rotate(-3deg)}.builder-welcome h2{max-width:580px;color:var(--brown);letter-spacing:-.06em;margin:0;font-size:clamp(36px,4vw,53px);font-weight:900;line-height:1.24}.builder-welcome h2 em{color:var(--primary);font-style:normal;display:inline}.builder-welcome__copy>p{max-width:560px;color:var(--muted);margin:20px 0 0;font-size:15px;font-weight:600;line-height:1.85}.builder-welcome__photo{min-height:390px;position:relative;overflow:hidden}.builder-welcome__photo:before{z-index:1;content:"";pointer-events:none;background:linear-gradient(90deg,#fff 0,#fff0);width:28%;position:absolute;inset:0 auto 0 0}.builder-welcome__photo img{object-fit:cover;object-position:63% center}.photo-sticker{z-index:4;color:var(--brown);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:2px solid #ffffffd9;border-radius:17px 17px 5px;padding:11px 16px;font-size:15px;line-height:1.35;position:absolute;bottom:74px;right:24px;transform:rotate(-4deg);box-shadow:0 10px 28px #4b33222e}.welcome-medals{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;max-width:490px;margin-top:30px;display:grid}.welcome-medals>span{min-height:91px;color:var(--ink);text-align:center;background:radial-gradient(circle at 34% 26%,#fff8cf,#f8dfa0 68%,#efbd50);border:2px solid #f2bb40;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 9px 18px #94620026,inset 0 0 0 4px #ffffff80}.welcome-medals>span:before{color:#17130f;content:"♛";margin-bottom:-2px;font-size:16px;line-height:1}.welcome-medals b{font-size:19px;font-weight:900;line-height:1.1}.welcome-medals small{color:#63513d;margin-top:3px;font-size:9px;font-weight:800}.builder-grid{align-items:start}.progress-meta{color:var(--muted)}.progress-meta strong{color:var(--primary)}.progress-track{background:#eadfd2;border-radius:999px;height:8px;overflow:visible}.progress-track span{background:linear-gradient(90deg, var(--primary), #2daf83);border-radius:999px;position:relative;box-shadow:0 3px 10px #12825e38}.progress-track span:after{background:var(--accent);content:"";border:3px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;top:50%;right:-5px;transform:translateY(-50%);box-shadow:0 3px 10px #d936634d}.question-card{box-shadow:var(--shadow-strong);background:radial-gradient(circle at 100% 0,#ffc34121,#0000 18rem),#fff;border-color:#d7cabcd9;border-radius:26px;position:relative;overflow:visible}.question-heading{min-height:142px;padding-right:205px}.question-number{color:#fff;background:var(--accent);box-shadow:0 7px 16px #d9366338}.question-heading h1{color:var(--brown);font-family:var(--font-rounded);letter-spacing:-.045em;font-weight:900}.step-illustration{z-index:1;width:185px;color:var(--brown);position:absolute;top:22px;right:20px}.step-illustration svg{width:100%;height:auto;display:block}.step-illustration p{z-index:2;text-align:center;background:#fffffff0;border:1px solid #d7cabce6;border-radius:12px 12px 4px;width:150px;margin:-18px auto 0;padding:8px 11px;position:relative;transform:rotate(-2deg);box-shadow:0 8px 20px #67442c1a}.step-illustration p strong,.step-illustration p span{display:block}.step-illustration p strong{color:var(--primary);font-size:10px;font-weight:900}.step-illustration p span{color:var(--muted);margin-top:1px;font-size:10px;font-weight:700;line-height:1.35}.idea-input-wrap textarea,.field-stack input,.field-stack textarea,.transcript-review textarea,.registration-form input{border-color:var(--line-strong);background:#fffefa;border-radius:15px;box-shadow:inset 0 1px 2px #67442c0a}.idea-input-wrap textarea:focus,.field-stack input:focus,.field-stack textarea:focus,.transcript-review textarea:focus,.registration-form input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #12825e1f}:is(.idea-input-wrap textarea:focus-visible,.field-stack input:focus-visible,.field-stack textarea:focus-visible,.transcript-review textarea:focus-visible,.registration-form input:focus-visible){outline:3px solid var(--focus);outline-offset:2px}.voice-button,.secondary-action,.suggestion-chips button,.price-presets button,.option-grid button{border-radius:999px}.voice-button{color:var(--violet);background:#f5f0ff;border-color:#874de53d}.suggestion-chips button{color:var(--primary);background:#f7fcf9;border-color:#12825e30}.ai-draft-label,.ai-chip{color:var(--violet);background:#f2edff}.price-presets button.selected,.option-grid button.selected{border-color:var(--primary);color:#fff;background:var(--primary);box-shadow:0 7px 16px #12825e2e}.price-input,.payout-card,.privacy-note,.publish-explainer,.confirm-check{border-radius:18px}.payout-card{background:linear-gradient(145deg,#fffdf3,#fff5d1);border-color:#f0d48a}.privacy-note{background:var(--primary-soft);border-color:#12825e2e}.primary-action,.service-cta,.registration-form button,.checkout-result-card .checkout-return{color:#fff;background:linear-gradient(135deg,#d93663,#bd1f50);border:1px solid #0000;border-radius:999px;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 10px 22px #d936633d,inset 0 0 0 2px #ffffff61}.primary-action:not(:disabled):hover,.service-cta:not(:disabled):hover,.registration-form button:not(:disabled):hover,.checkout-result-card .checkout-return:hover{background:linear-gradient(135deg,#c92859,#ad1747);transform:translateY(-2px);box-shadow:0 13px 28px #d936634d,inset 0 0 0 2px #ffffff80}.primary-action:not(:disabled):active,.service-cta:not(:disabled):active,.registration-form button:not(:disabled):active{transform:scale(.985)}.primary-action:disabled,.service-cta:disabled,.registration-form button:disabled{color:#fff;box-shadow:none;opacity:1;background:#8a8179;border-color:#8a8179;transform:none}.secondary-action{color:var(--primary);background:#fff;border-color:#12825e47}.builder-preview{box-shadow:var(--shadow-strong);background:linear-gradient(140deg,#fffffffa,#fff7e7eb),repeating-linear-gradient(90deg,#67442c08 0 1px,#0000 1px 9px);border:1px solid #d7cabce6;border-radius:29px;padding:10px}.preview-bar{border-radius:20px 20px 8px 8px}.phone-frame{background:#fff;border-color:#d9cec2;border-radius:23px}.service-cover{isolation:isolate;background:#e9f5ed;position:relative;overflow:hidden}.service-cover:before,.service-cover:after,.service-cover__line,.service-cover__dot{display:none}.service-cover>img{z-index:0;object-fit:cover;object-position:59% center}.service-cover__shade{z-index:1;background:linear-gradient(90deg,#fffdf7f5 0,#fffdf7b3 38%,#fffdf708 70%);position:absolute;inset:0}.service-cover__message{z-index:2;max-width:55%;color:var(--brown);font-size:18px;line-height:1.45;position:absolute;bottom:25px;left:22px;transform:rotate(-3deg)}.service-cover__message:after{background:var(--pink);content:"";border-radius:50%;width:88%;height:3px;margin:5px auto 0;display:block}.service-cover__stamp{z-index:2;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#12825ee6;border-color:#ffffffbf;border-radius:999px;inset:16px 16px auto auto;box-shadow:0 8px 18px #12825e33}.service-body h1,.service-body h2{color:var(--brown);font-family:var(--font-rounded);overflow-wrap:anywhere;font-weight:900}.service-kicker{color:var(--accent)}.service-plan{background:radial-gradient(circle at 100% 0,#ffc34138,#0000 10rem),#fffaf0;border-color:#f1d786;border-radius:20px}.service-plan>div:first-child>span{color:var(--brown)}.service-plan>div strong{color:var(--primary)}.dashboard-shell{isolation:isolate;background:radial-gradient(circle at 6% 4%, #ffc3412e, transparent 20rem), radial-gradient(circle at 92% 10%, #24afe81a, transparent 22rem), var(--canvas);position:relative}.dashboard-content{max-width:1180px}.dashboard-hero{min-height:280px;box-shadow:var(--shadow);background:radial-gradient(circle at 10% 20%,#ffc34129,#0000 17rem),linear-gradient(135deg,#fff 0,#fff9ed 68%,#edf8f2 100%);border:1px solid #d7cabccc;border-radius:28px;grid-template-columns:minmax(0,1fr) minmax(290px,420px);align-items:center;gap:16px;margin-bottom:22px;padding:34px 30px 28px 42px;display:grid;position:relative;overflow:hidden}.dashboard-hero:after{content:"";background:linear-gradient(135deg,#1f9b73e6,#087956f2);border-radius:50% 50% 0 0;width:560px;height:180px;position:absolute;bottom:-110px;right:-80px;transform:rotate(-5deg)}.dashboard-hero__copy{z-index:3;position:relative}.dashboard-hero__copy h1{color:var(--brown);font-family:var(--font-rounded);letter-spacing:-.055em;font-size:clamp(32px,4vw,49px);font-weight:900}.dashboard-kicker{color:var(--accent);background:var(--accent-soft)}.dashboard-hero__art{z-index:3;align-self:end;margin:-24px -6px -26px 0;position:relative}.dashboard-hero__art img{filter:drop-shadow(0 18px 24px #452e1d33);width:100%;height:auto;display:block}.dashboard-hero .published-time{width:fit-content;color:var(--primary);background:#fff;border-color:#12825e2e;margin-top:20px;display:inline-flex}.status-strip{box-shadow:var(--shadow);background:#fffffff2;border-color:#d7cabce6;border-radius:22px;overflow:hidden}.status-strip__item>span{box-shadow:inset 0 0 0 3px #ffffff94}.dashboard-feature-ribbon{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:18px 0 26px;display:grid}.feature-tile{text-align:center;background:#fff;border:1px solid #d7cabcd1;border-radius:19px;flex-direction:column;align-items:center;min-width:0;padding:16px 8px 14px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 9px 22px #67442c14}.feature-tile:hover{transform:translateY(-3px);box-shadow:0 14px 28px #67442c21}.feature-tile>span{border-radius:14px;place-items:center;width:45px;height:45px;margin-bottom:9px;display:grid}.feature-tile strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;font-weight:900;overflow:hidden}.feature-tile small{color:var(--muted);margin-top:3px;font-size:10px;font-weight:700;line-height:1.25}.feature-tile--sky>span{color:#078ab9;background:#e8f8fe}.feature-tile--pink>span{color:var(--accent);background:var(--accent-soft)}.feature-tile--sun>span{color:#9b6b00;background:#fff3c6}.feature-tile--blue>span{color:#256bce;background:#eaf2ff}.feature-tile--violet>span{color:var(--violet);background:#f2edff}.feature-tile--green>span{color:var(--primary);background:var(--primary-soft)}.today-card,.ai-section,.mini-page-card,.help-card,.simple-stats{box-shadow:var(--shadow);border-color:#d7cabce0;border-radius:23px}.today-card{color:var(--ink);background:radial-gradient(circle at 100% 0,#ff4f7d21,#0000 16rem),#fff;overflow:hidden}.today-card__label span{color:#fff;background:var(--accent)}.today-card__label small,.today-card__content p,.share-link-row span{color:var(--muted)}.today-card h2{color:var(--brown);font-family:var(--font-rounded);font-weight:900}.share-link-row{background:#fffaf0;border-color:#d7cabce6}.share-link-row button{color:#fff;background:var(--primary)}.today-actions .primary-action{color:#fff;background:linear-gradient(135deg,#d93663,#bd1f50);border-color:#0000}.today-actions .primary-action:not(:disabled):hover{color:#fff;background:linear-gradient(135deg,#c92859,#ad1747)}.today-actions .secondary-action{color:var(--primary);background:#fff;border-color:#12825e4d}.share-illustration{color:#fff;background:linear-gradient(145deg, var(--primary), #2bab81);box-shadow:0 10px 22px #12825e38}.simple-stats>div:first-child strong{color:#248ac6}.simple-stats>div:nth-child(2) strong{color:var(--accent)}.simple-stats>div:nth-child(3) strong{color:var(--primary)}.ai-job-card{background:linear-gradient(#fff,#fffcf6);border-radius:19px}.ai-job-card:first-child .ai-job-icon{color:#256bce;background:#eaf2ff}.ai-job-card:nth-child(2) .ai-job-icon{color:var(--accent);background:var(--accent-soft)}.ai-job-card:nth-child(3) .ai-job-icon{color:var(--violet);background:#f2edff}.mini-page-cover{background-image:linear-gradient(90deg,#fffdf7d1,#fffdf708),url(/illustrations/maker-at-laptop.webp);background-position:50%,61%;background-size:cover;min-height:150px;position:relative;overflow:hidden}.mini-page-cover span{z-index:2;color:#fff;background:var(--primary);position:relative}.public-shell{isolation:isolate;background:radial-gradient(circle at 6% 4%, #ffc3412e, transparent 20rem), radial-gradient(circle at 94% 18%, #24afe81a, transparent 22rem), linear-gradient(180deg, #fffdf8, var(--canvas));position:relative;overflow:hidden}.public-shell:after{z-index:-1;background:linear-gradient(135deg, var(--primary), var(--primary-hover));content:"";border-radius:50% 50% 0 0;height:420px;position:absolute;bottom:-260px;left:-10%;right:-10%;transform:rotate(-3deg)}.public-header a>.brand{place-items:initial;width:auto;height:auto;color:inherit;background:0 0;border-radius:0;font-family:inherit;display:inline-grid}.public-header a strong{font-size:19px}.public-offer-wrap{box-shadow:var(--shadow-strong);border-color:#d7cabce6;border-radius:28px}.public-footer{z-index:2;color:#fff;font-size:11px;position:relative}.public-footer a{text-underline-offset:3px;-webkit-text-decoration:underline #ffffff94;text-decoration:underline #ffffff94}.legal-shell,.checkout-result-shell{background:radial-gradient(circle at 8% 6%, #ffc3412e, transparent 20rem), radial-gradient(circle at 94% 15%, #12825e1a, transparent 24rem), var(--canvas)}.legal-card,.checkout-result-card{box-shadow:var(--shadow-strong);border-color:#d7cabce6;border-radius:27px}.legal-brand>.brand,.checkout-brand>.brand{place-items:initial;width:auto;height:auto;color:inherit;background:0 0;border-radius:0;font-family:inherit;display:inline-grid}.legal-brand .brand-uwaaa,.checkout-brand .brand-uwaaa{display:flex}.legal-brand .brand-wordmark,.checkout-brand .brand-wordmark{display:inline-flex}.legal-kicker{color:var(--accent)!important}.legal-card h1,.checkout-result-card h1{color:var(--brown);font-family:var(--font-rounded);letter-spacing:-.045em;font-weight:900}.checkout-brand{margin:0 auto 30px;text-decoration:none;display:inline-flex}.checkout-result-icon{margin-top:0}@media (max-width:1220px){.builder-welcome{width:auto;margin-left:24px;margin-right:24px}.dashboard-feature-ribbon{grid-template-columns:repeat(3,1fr)}}@media (max-width:980px){.builder-welcome{grid-template-columns:1fr;max-width:720px;margin-left:auto;margin-right:auto}.builder-welcome__photo{min-height:330px}.builder-welcome__photo:before{background:linear-gradient(#fff,#fff0);width:auto;height:22%;inset:0 0 auto}.builder-welcome:after{width:85%;right:-10%}}@media (max-width:760px){.brand{grid-template-columns:40px auto;gap:7px}.brand-uwaaa{width:40px}.brand-uwaaa img{width:39px}.brand-uwaaa small{font-size:6px}.brand-wordmark strong,.brand strong{font-size:19px}.brand-rays{right:-10px;transform:scale(.72)}.builder-welcome{border-radius:23px;width:calc(100% - 24px);margin-bottom:22px}.builder-welcome__copy{padding:31px 22px 28px}.handwritten-note{margin-bottom:16px;font-size:15px}.builder-welcome h2{font-size:clamp(30px,10vw,40px);line-height:1.25}.builder-welcome__copy>p{margin-top:15px;font-size:13px}.welcome-medals{grid-template-columns:repeat(2,1fr);gap:13px;max-width:330px;margin:25px auto 0}.welcome-medals>span{justify-self:center;width:112px;min-height:112px}.builder-welcome__photo{min-height:265px}.builder-welcome__photo img{object-position:62% center}.photo-sticker{font-size:13px;bottom:55px;right:15px}.question-card{border-radius:22px;padding-top:22px}.step-illustration{width:min(100%,280px);margin:-5px auto 20px;position:relative;top:auto;right:auto}.step-illustration p{width:190px;padding:9px 12px}.step-illustration p strong{font-size:11px}.step-illustration p span{font-size:10px}.question-heading{min-height:0;padding-right:0}.question-heading h1{color:var(--brown);font-size:1.82rem}.question-actions{background:#fffdf8f5;border-top-color:#d7cabce6}.dashboard-hero{border-radius:23px;grid-template-columns:1fr;gap:6px;min-height:0;padding:28px 22px 0}.dashboard-hero__copy h1{font-size:34px}.dashboard-hero__art{justify-self:center;width:min(100%,370px);margin:-10px auto -2px}.dashboard-feature-ribbon{grid-template-columns:repeat(2,1fr);gap:8px}.feature-tile{justify-content:center;min-height:126px}.feature-tile strong{font-size:12px}.feature-tile small{font-size:10px}.public-header a>.brand{grid-template-columns:40px auto}.public-offer-wrap{border-radius:22px}.public-footer{padding-bottom:38px}.legal-card,.checkout-result-card{border-radius:22px}}@media (max-width:430px){.builder-header .brand-uwaaa,.dashboard-header .brand-uwaaa{display:none}.builder-header .brand,.dashboard-header .brand{display:inline-flex}.builder-header .brand-wordmark strong,.dashboard-header .brand-wordmark strong{font-size:18px}.welcome-medals>span{width:104px;min-height:104px}.service-cover__message{font-size:14px;bottom:17px;left:16px}}
