:root{color:#223128;font-synthesis:none;text-rendering:optimizelegibility;--forest:#173322;--forest-2:#244b31;--green:#6f963d;--green-soft:#edf4df;--gold:#d2a83f;--cream:#f8f7f1;--ink:#18241d;--muted:#68736b;--line:#dce3d7;--danger:#a13d36;--shadow:0 24px 70px #1930201f;background:#f4f6f0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2{color:var(--ink);letter-spacing:-.035em}.button{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:11px 18px;font-weight:750;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.6}.button-primary{background:var(--forest);color:#fff;box-shadow:0 10px 24px #1733222e}.button-primary:hover:not(:disabled){background:var(--forest-2);box-shadow:0 13px 28px #17332238}.button-secondary{border-color:var(--line);color:var(--forest);background:#fff}.button-danger{background:var(--danger);color:#fff}.button-google{border-color:var(--line);color:#27312a;background:#fff;width:100%}.google-mark{color:#4285f4;align-items:center;font-size:1.1rem;font-weight:900;display:inline-flex}.eyebrow{color:var(--green);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:850;display:block}.brand{align-items:center;gap:11px;display:inline-flex}.brand img{object-fit:contain;border-radius:12px}.brand span{gap:1px;display:grid}.brand strong{color:var(--forest);letter-spacing:.18em;font-size:1rem}.brand small{color:var(--muted);letter-spacing:.03em;font-size:.7rem}.auth-page{min-height:100vh;display:grid}.auth-intro{background:linear-gradient(145deg,#f4f7ed 0%,#e8efde 100%);flex-direction:column;min-height:38vh;padding:28px clamp(24px,6vw,86px);display:flex;position:relative;overflow:hidden}.auth-intro:after{content:"";background:radial-gradient(circle,#d2a83f47,#0000 68%);border-radius:50%;width:430px;height:430px;position:absolute;top:80px;right:-180px}.auth-intro-copy{z-index:1;max-width:590px;margin:auto 0;padding:56px 0 38px;position:relative}.auth-intro h1{margin:14px 0 20px;font-family:Georgia,serif;font-size:clamp(2.25rem,5vw,4.8rem);line-height:1.02}.auth-intro-copy p{color:#526359;max-width:530px;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.7}.auth-intro>a:last-child{color:var(--forest-2);text-underline-offset:4px;font-size:.85rem;font-weight:700;text-decoration:underline}.auth-panel{background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:36px 22px;display:flex}.auth-card{width:min(100%,430px)}.auth-card h2{margin-bottom:8px;font-size:1.75rem}.card-lead{color:var(--muted);margin-bottom:24px;line-height:1.55}.auth-card form{gap:8px;display:grid}.auth-card form .button{width:100%;margin-top:12px}.auth-card label,.narrow-form label{color:#334239;gap:7px;margin-top:7px;font-size:.85rem;font-weight:750;display:grid}input,textarea{color:var(--ink);background:#fff;border:1px solid #ccd6c9;border-radius:11px;outline:none;width:100%;padding:13px 14px;transition:border .18s,box-shadow .18s}input:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #6f963d1f}textarea{resize:vertical;line-height:1.55}.field-error{color:var(--danger);font-size:.78rem}.forgot-link{color:var(--green);justify-self:end;margin-top:2px;font-size:.82rem;font-weight:750}.divider{color:#889188;text-transform:uppercase;align-items:center;gap:12px;margin:21px 0 14px;font-size:.72rem;display:flex}.divider:before,.divider:after{background:var(--line);content:"";flex:1;height:1px}.auth-switch,.auth-help{color:var(--muted);text-align:center;font-size:.86rem}.auth-switch{border-top:1px solid #edf0eb;margin:24px 0 0;padding-top:20px}.auth-switch a,.auth-help a,.text-link{color:var(--green);font-weight:800}.auth-help{margin:24px 0 0}.alert{border-radius:10px;margin:14px 0;padding:11px 13px;font-size:.86rem;line-height:1.45}.alert-error{color:#85372f;background:#fbefed;border:1px solid #efccc6}.alert-success{background:var(--green-soft);color:var(--forest-2);border:1px solid #d5e5be}.status-icon{background:var(--green-soft);color:var(--green);border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:20px;display:inline-flex}.loading-screen{text-align:center;background:#f5f7f2;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100vh;padding:30px;display:flex}.loading-screen p{color:var(--muted)}.spinner{border:3px solid #dbe4d5;border-top-color:var(--green);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh}.app-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#ffffffe6;justify-content:space-between;align-items:center;min-height:76px;padding:12px clamp(18px,5vw,72px);display:flex;position:sticky;top:0}.account-menu{align-items:center;gap:14px;display:flex}.account-menu>span{text-align:right;display:none}.account-menu strong,.account-menu small{display:block}.account-menu strong{color:var(--ink);font-size:.83rem}.account-menu small{color:var(--muted);margin-top:2px;font-size:.72rem}.icon-button{border:1px solid var(--line);color:var(--forest);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.empty-dashboard,.project-workspace{max-width:1240px;margin:0 auto;padding:clamp(36px,7vw,86px) clamp(18px,5vw,48px)}.welcome-card{border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(135deg,#fff 0%,#f1f5e9 100%);border-radius:26px;align-items:center;gap:40px;padding:clamp(28px,6vw,68px);display:grid;position:relative;overflow:hidden}.welcome-copy{z-index:1;max-width:650px;position:relative}.welcome-copy h1{margin:14px 0 20px;font-family:Georgia,serif;font-size:clamp(2.25rem,5vw,4.4rem);line-height:1.03}.welcome-copy>p{color:var(--muted);max-width:620px;font-size:1.08rem;line-height:1.7}.welcome-copy .button{margin:12px 0 14px}.welcome-copy>small{color:var(--muted);display:block}.draft-preview{background:var(--forest);color:#fff;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;min-height:330px;padding:28px;display:flex;transform:rotate(2deg);box-shadow:0 24px 60px #17332242}.preview-icon{color:#c5dd91;background:#ffffff1a;border-radius:13px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:34px;display:flex}.draft-preview>span{color:#afbea8;letter-spacing:.12em;text-transform:uppercase;font-size:.73rem}.draft-preview>strong{margin:8px 0 28px;font-family:Georgia,serif;font-size:1.65rem}.preview-lines{gap:10px;display:grid}.preview-lines i{background:#ffffff21;border-radius:9px;width:100%;height:9px}.preview-lines i:nth-child(2){width:82%}.preview-lines i:nth-child(3){width:63%}.preview-progress{background:#ffffff1f;border-radius:99px;height:7px;margin-top:auto;overflow:hidden}.preview-progress span{background:var(--gold);width:8%;height:100%;display:block}.draft-preview small{color:#afbea8;margin-top:8px}.benefits-row{gap:16px;margin-top:20px;display:grid}.benefits-row article{border:1px solid var(--line);background:#ffffffb8;border-radius:15px;gap:5px;padding:18px 20px;display:grid}.benefits-row strong{color:var(--forest)}.benefits-row span{color:var(--muted);font-size:.85rem}.project-workspace{max-width:1100px}.workspace-toolbar{justify-content:space-between;align-items:end;gap:18px;margin-bottom:30px;display:flex}.workspace-toolbar h1{margin:8px 0 0;font-family:Georgia,serif;font-size:clamp(2rem,5vw,3.4rem)}.save-indicator{color:var(--muted);flex:none;align-items:center;gap:7px;font-size:.78rem;display:flex}.save-indicator span{background:#acb5ad;border-radius:50%;width:7px;height:7px}.save-saving span{background:var(--gold)}.save-saved span{background:var(--green)}.save-error{color:var(--danger)}.save-error span{background:var(--danger)}.stepper{grid-template-columns:repeat(5,1fr);margin:0 0 20px;padding:0;list-style:none;display:grid}.stepper li{color:#9aa39c;text-align:center;flex-direction:column;align-items:center;gap:7px;display:flex;position:relative}.stepper li:after{content:"";background:#dce2d9;width:calc(100% - 36px);height:2px;position:absolute;top:15px;left:calc(50% + 18px)}.stepper li:last-child:after{display:none}.stepper li.complete:after{background:#9ebd70}.stepper li>span{z-index:1;background:#e7ebe4;border:2px solid #e7ebe4;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:800;display:flex;position:relative}.stepper li.active>span{background:var(--forest);border-color:var(--forest);color:#fff;box-shadow:0 0 0 5px #17332214}.stepper li.complete>span{background:var(--green);border-color:var(--green);color:#fff}.stepper small{font-size:.68rem}.stepper .active small{color:var(--forest);font-weight:800}.wizard-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:clamp(24px,5vw,52px);overflow:hidden;box-shadow:0 18px 55px #19302014}.wizard-section>h2{margin:10px 0;font-family:Georgia,serif;font-size:clamp(1.8rem,4vw,2.7rem)}.wizard-section>p{color:var(--muted);margin-bottom:30px;line-height:1.6}.choice-grid{gap:14px;display:grid}.choice-card{border:1px solid var(--line);color:var(--ink);cursor:pointer;text-align:left;background:#fbfcfa;border-radius:16px;gap:9px;padding:22px;display:grid;position:relative}.choice-card>span{color:var(--muted);font-size:.86rem;line-height:1.5}.choice-card i{background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:15px;right:15px}.choice-card.selected{background:#f4f8ec;border-color:#8caf58;box-shadow:0 0 0 3px #6f963d1a}.narrow-form{max-width:720px}.narrow-form label{margin-top:20px;font-size:.9rem}.character-count{color:var(--muted);text-align:right;margin-top:6px;display:block}.stage-grid{grid-template-columns:1fr}.stage-choice{grid-template-columns:auto 1fr;align-items:center;padding:17px}.stage-choice>b{background:var(--green-soft);color:var(--green);border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.stage-choice span{gap:3px;display:grid}.stage-choice em{color:var(--muted);font-size:.79rem;font-style:normal;font-weight:400}.service-groups{gap:30px;display:grid}.service-groups fieldset{border:0;margin:0;padding:0}.service-groups legend{color:var(--forest);margin-bottom:12px;font-weight:850}.service-grid{gap:8px;display:grid}.service-grid label{border:1px solid var(--line);cursor:pointer;background:#fafbf9;border-radius:11px;align-items:center;gap:10px;padding:12px;font-size:.84rem;display:flex}.service-grid label.selected{background:var(--green-soft);border-color:#a9c67f}.service-grid input{accent-color:var(--green);width:17px;height:17px}.summary-heading{align-items:center;gap:16px;display:flex}.summary-heading .status-icon{flex:none;margin:0}.summary-heading h2{margin:6px 0 0}.summary-grid{gap:13px;margin-top:30px;display:grid}.summary-grid article{border:1px solid var(--line);background:#f8faf5;border-radius:14px;padding:18px}.summary-grid small{color:var(--green);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:.68rem;font-weight:850;display:block}.summary-grid strong{color:var(--forest);font-size:1.12rem}.summary-grid p{color:var(--muted);margin:5px 0 0;line-height:1.55}.summary-grid ul{columns:1;color:#536158;margin:0;padding-left:20px;font-size:.85rem;line-height:1.8}.summary-note{background:#fff8e5;border-radius:12px;padding:13px 15px;color:#6d5a29!important;margin:18px 0 0!important}.wizard-actions{border-top:1px solid #edf0eb;justify-content:space-between;align-items:center;margin-top:34px;padding-top:24px;display:flex}.retry-button{cursor:pointer;background:0 0;border:0;margin-top:8px;padding:0}.danger-zone{text-align:center;margin-top:25px}.danger-link{color:#8f4b45;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;font-size:.79rem;display:inline-flex}.delete-confirm{text-align:left;background:#fff1ef;border:1px solid #efccc6;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}.delete-confirm p{color:#7a3b35;margin:0;font-size:.82rem}.delete-confirm>div{gap:8px;display:flex}.delete-confirm .button{min-height:40px;padding:8px 12px}@media (width>=700px){.account-menu>span{display:block}.benefits-row,.choice-grid-three{grid-template-columns:repeat(3,1fr)}.stage-grid,.service-grid,.summary-grid{grid-template-columns:repeat(2,1fr)}.summary-wide{grid-column:1/-1}.summary-grid ul{columns:2}}@media (width>=980px){.auth-page{grid-template-columns:minmax(0,1.1fr) minmax(430px,.9fr)}.auth-intro{min-height:100vh}.auth-panel{padding:50px}.welcome-card{grid-template-columns:1.45fr .65fr}.service-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=560px){.brand small{display:none}.brand strong{font-size:.86rem}.brand img{width:36px;height:36px}.app-header{min-height:66px}.workspace-toolbar{flex-direction:column;align-items:start}.save-indicator{align-self:flex-end;margin-top:-18px}.stepper small{display:none}.stepper li:after{width:calc(100% - 32px);left:calc(50% + 16px)}.wizard-card{border-radius:17px}.wizard-actions .button{padding:10px 12px}.delete-confirm{flex-direction:column;align-items:stretch}.delete-confirm>div{grid-template-columns:1fr 1fr;display:grid}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
