@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700&family=Manrope:wght@400;500;700;800&display=swap";:root{color-scheme:light;--bg: #fff8e8;--bg-deep: #ffe5f3;--surface: rgba(255, 255, 255, .74);--surface-strong: rgba(255, 255, 255, .92);--surface-muted: rgba(255, 245, 209, .88);--ink: #2d2340;--muted: #6d6581;--line: rgba(120, 93, 165, .14);--line-strong: rgba(120, 93, 165, .24);--accent: #ff6b6b;--accent-soft: rgba(255, 107, 107, .16);--green: #0fa3b1;--green-soft: rgba(15, 163, 177, .14);--gold: #ffb703;--gold-soft: rgba(255, 183, 3, .18);--berry: #ff4fa3;--berry-soft: rgba(255, 79, 163, .14);--violet: #7b61ff;--shadow: 0 24px 60px rgba(173, 94, 148, .16)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:radial-gradient(circle at 0% 0%,rgba(255,183,3,.28),transparent 22%),radial-gradient(circle at 100% 12%,rgba(15,163,177,.2),transparent 25%),radial-gradient(circle at 82% 100%,rgba(255,79,163,.18),transparent 24%),linear-gradient(180deg,var(--bg) 0%,var(--bg-deep) 100%);color:var(--ink);font-family:Manrope,PingFang SC,Hiragino Sans GB,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.page-shell{position:relative;min-height:100vh;overflow:hidden}.ambient{position:fixed;width:34rem;height:34rem;border-radius:50%;filter:blur(72px);opacity:.45;pointer-events:none}.ambient-left{top:-10rem;left:-9rem;background:#ffb70347}.ambient-right{right:-12rem;top:9rem;background:#7b61ff2e}.layout{position:relative;width:min(1240px,calc(100% - 2rem));margin:0 auto;padding:1.5rem 0 4rem}.auth-layout{display:grid;min-height:100vh;place-items:center}.auth-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:1.2rem;width:min(980px,100%);padding:1.8rem;background:linear-gradient(135deg,#ffffffa8,#fff3cfd1),radial-gradient(circle at top right,rgba(123,97,255,.12),transparent 28%)}.auth-copy{display:flex;flex-direction:column;gap:1rem}.auth-copy h1{margin:0;max-width:10ch;color:var(--violet);font-family:"Baloo 2",PingFang SC,sans-serif;font-size:clamp(2.8rem,6vw,4.8rem);line-height:.95}.auth-hints{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.auth-form{display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(255,255,255,.55);border-radius:26px;background:#ffffffc2;box-shadow:0 22px 44px #7b61ff1f;padding:1.35rem}.auth-form>div{display:flex;flex-direction:column;gap:.45rem}.auth-form input{min-height:52px;border:1px solid rgba(123,97,255,.18);border-radius:16px;background:#ffffffeb;color:var(--ink);font:inherit;padding:.9rem 1rem}.auth-form input:focus{outline:2px solid rgba(255,79,163,.22);outline-offset:2px;border-color:#ff4fa347}.auth-error{border:1px solid rgba(255,107,107,.22);border-radius:14px;background:#ff6b6b1a;color:#b43f4d;padding:.8rem .9rem}.auth-submit{width:100%}.masthead{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1rem}.masthead-title,.hero-copy h1,.card h3,.hero-panel h2,.schedule-card h4{margin:0;font-family:"Baloo 2",PingFang SC,sans-serif;line-height:.98;letter-spacing:-.03em}.masthead-title{font-size:clamp(1.6rem,3vw,2.3rem);color:var(--violet)}.masthead-meta{display:flex;flex-wrap:wrap;gap:.5rem}.workspace-nav,.page-banner{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:1rem;margin-bottom:1rem}.workspace-nav{background:linear-gradient(135deg,#ffffffb3,#fff3d6b8),radial-gradient(circle at top left,rgba(255,79,163,.1),transparent 28%)}.workspace-nav-copy,.page-banner>div:first-child{display:flex;flex-direction:column;gap:.35rem}.workspace-tabs,.page-banner-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.workspace-tab{border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#ffffffbd,#fff7e6b3);color:inherit;cursor:pointer;display:flex;flex-direction:column;gap:.35rem;padding:1rem;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.workspace-tab:hover{transform:translateY(-1px);border-color:#7b61ff47;box-shadow:0 14px 28px #7b61ff1f}.workspace-tab span,.page-banner-meta strong{font-size:1rem;font-weight:800;line-height:1.4}.workspace-tab small{color:var(--muted);font-size:.85rem;line-height:1.55}.workspace-tab-active{border-color:#ff4fa357;background:linear-gradient(135deg,#ffea76b8,#ffa3e06b);box-shadow:0 18px 32px #ff4fa329}.page-banner{background:linear-gradient(135deg,#ffffff94,#f3f8ffc2),radial-gradient(circle at top right,rgba(15,163,177,.14),transparent 28%)}.page-banner-meta .card-inset-soft{min-height:100%;background:linear-gradient(180deg,#ffffffc2,#fff8e0b8);border-color:#ff6b6b1f}.masthead-chip,.soft-tag,.score-chip,.status-pill,.integration-status{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;padding:.36rem .78rem;font-size:.76rem;font-weight:800}.masthead-chip,.score-chip,.soft-tag{background:var(--surface-muted);border:1px solid rgba(29,36,31,.08);color:var(--ink)}.card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--surface);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);padding:1.5rem}.card-inset-soft{border:1px solid rgba(255,255,255,.5);border-radius:22px;background:#ffffff94;padding:1rem}.accent-card{background:linear-gradient(135deg,#ffb70338,#ffffffd1 45%,#ff4fa324)}.hero-card{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(330px,.88fr);gap:1.1rem;padding:1.75rem;background:linear-gradient(135deg,#ffffff85,#fff6d1db 48%,#eaf4ffcc),radial-gradient(circle at top right,rgba(255,79,163,.14),transparent 28%)}.hero-copy{display:flex;flex-direction:column;gap:1rem}.hero-copy h1{max-width:11ch;font-size:clamp(3.35rem,7.8vw,6.4rem);color:var(--violet)}.eyebrow,.section-kicker,.panel-tag,.mini-kicker{margin:0;color:var(--berry);font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero-text,.card p,.metric-card span,.metric-card p,.schedule-card p,.pipeline-copy p,.playbook-item p,.integration-item p,.detail-card p,.card-surface p,.phase-item p,.hero-stats dd,.distribution-item pre,.distribution-item p,.doc-head p{margin:0;color:var(--muted);line-height:1.68}.hero-text{max-width:60ch;font-size:1.08rem}.hero-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.hero-quote{min-height:122px}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem}.hero-actions-primary{margin-top:.25rem}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;padding:.85rem 1.2rem;font-size:.94rem;font-weight:800;border:0;cursor:pointer}.primary-action{background:linear-gradient(135deg,var(--violet),var(--berry));color:#fff;box-shadow:0 16px 28px #7b61ff3d}.secondary-action{border:1px solid var(--line-strong);background:#ffffffb8}.primary-action:disabled,.secondary-action:disabled{cursor:progress;opacity:.7}.small-action{min-height:40px;padding:.68rem 1rem;font-size:.88rem}.hero-panel{display:grid;grid-template-rows:auto auto auto;gap:1rem;border-radius:26px;background:linear-gradient(180deg,#0fa3b124,#ffffffc7),var(--surface-strong);border:1px solid rgba(15,163,177,.18);padding:1.35rem}.hero-panel-block{padding-bottom:.25rem}.hero-panel h2{font-size:clamp(2.2rem,4vw,3.3rem);margin-bottom:.7rem}.hero-stats{display:grid;gap:.8rem;margin:0}.hero-stats div{border-top:1px solid var(--line);padding-top:.8rem}.hero-stats dt{margin:0 0 .24rem;color:var(--green);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-panel-highlight{border-radius:22px;background:linear-gradient(135deg,#ffec8c9e,#ffffffb8);border:1px solid rgba(255,183,3,.24);padding:1rem}.hero-panel-highlight strong{display:block;margin:.1rem 0 .35rem;font-size:1.1rem}.status-banner{margin-top:1rem;border:1px solid rgba(255,107,107,.24);border-radius:18px;background:#ff6b6b1a;color:#b43f4d;padding:.95rem 1rem}.metrics-grid,.grid{display:grid;gap:1.15rem;margin-top:1.15rem}.metrics-grid{grid-template-columns:1.35fr repeat(3,minmax(0,1fr))}.metric-card{min-height:192px}.metric-card-featured{background:linear-gradient(135deg,#7b61ff,#ff4fa3 52%,#ffb703);border-color:#ffffff2e;transform:scale(1.02)}.metric-card-featured .section-kicker,.metric-card-featured strong,.metric-card-featured p,.metric-card-featured span{color:#f7f1e7}.metric-card strong{display:block;margin:.2rem 0 .45rem;font-size:2rem;line-height:1.03}.metric-card span{display:inline-flex;width:fit-content;margin-bottom:.8rem;border-radius:999px;background:var(--accent-soft);color:#d9485d;padding:.3rem .68rem;font-size:.82rem;font-weight:800}.metric-card-featured span{background:#ffffff29}.section-intro{display:flex;flex-direction:column;gap:.35rem;margin-top:1.75rem}.section-intro h3{max-width:14ch;font-size:clamp(1.75rem,3vw,2.7rem);color:var(--violet)}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid{align-items:start;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.panel-card,.draft-panel{display:flex;flex-direction:column;gap:1rem}.panel-head,.phase-head,.schedule-head,.select-card-head,.pipeline-headline,.integration-item,.draft-stage-row,.doc-head,.log-item{display:flex;justify-content:space-between;gap:.75rem}.phase-list,.playbook-list,.stack-list,.pipeline-list,.integration-list,.log-list,.distribution-list{display:flex;flex-direction:column;gap:.8rem}.phase-item,.playbook-item,.detail-card,.card-surface,.integration-item,.schedule-card,.pipeline-item,.select-card,.choice-card,.distribution-item,.log-item{border:1px solid var(--line);border-radius:22px;background:#ffffffad;padding:1rem}.playbook-item,.phase-item,.schedule-card{background:linear-gradient(180deg,#ffffffd1,#fff5d394)}.select-card,.choice-card{width:100%;color:inherit;cursor:pointer;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.select-card:hover,.choice-card:hover{transform:translateY(-1px);border-color:#ff4fa347}.select-card-active,.choice-card-active{border-color:#7b61ff57;background:linear-gradient(135deg,#ecf3ffe6,#ffe6f5db);box-shadow:0 18px 32px #7b61ff24}.select-card-head{align-items:flex-start;margin-bottom:.5rem}.select-card-head-spread{justify-content:space-between}.select-card-head strong,.phase-head strong,.playbook-item strong,.integration-item strong,.pipeline-headline strong,.distribution-item strong,.schedule-card h4,.log-item strong{font-size:1rem}.schedule-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.schedule-card h4{margin:.55rem 0;font-size:1.45rem}.pipeline-item{display:grid;grid-template-columns:52px minmax(0,1fr);gap:.9rem;align-items:start}.pipeline-index{display:grid;place-items:center;min-height:52px;border-radius:16px;background:linear-gradient(180deg,var(--green-soft),rgba(47,97,80,.2));color:var(--green);font-size:.9rem;font-weight:800}.pipeline-copy{display:flex;flex-direction:column;gap:.28rem}.pipeline-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.pipeline-overview strong,.pipeline-focus strong{display:block;margin-top:.25rem;font-size:1rem}.pipeline-progress{display:grid;gap:.75rem}.pipeline-step{position:relative;display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:.35rem .8rem;align-items:start;border:1px solid var(--line);border-radius:22px;background:#ffffff8a;color:inherit;cursor:pointer;padding:1rem;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.pipeline-step:hover{transform:translateY(-1px);border-color:#7b61ff47}.pipeline-step-active{border-color:#ff4fa357;background:linear-gradient(135deg,#fff0b2e0,#ecf3ffe6);box-shadow:0 18px 32px #ff4fa324}.pipeline-step-done{border-left:4px solid var(--green)}.pipeline-step-running{border-left:4px solid var(--gold)}.pipeline-step-queued{border-left:4px solid rgba(29,36,31,.22)}.pipeline-step-index{grid-row:span 2;display:grid;place-items:center;min-height:64px;border-radius:18px;background:linear-gradient(135deg,#7b61ff29,#0fa3b11f);color:var(--violet);font-size:.95rem;font-weight:800}.pipeline-step-name{font-size:1rem;font-weight:800;line-height:1.4}.pipeline-step-system,.pipeline-step-output{grid-column:2 / 4;color:var(--muted);line-height:1.62}.pipeline-step-output{border-top:1px dashed var(--line);margin-top:.15rem;padding-top:.55rem}.pipeline-focus{gap:1rem}.pipeline-focus-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.pipeline-focus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.pipeline-focus-grid>div{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#ffffffd6,#f8f6ffc2);padding:.9rem}.pipeline-focus-span{grid-column:1 / -1}.tag-row,.draft-tabs,.inline-actions,.image-grid{display:flex;flex-wrap:wrap;gap:.5rem}.inline-actions{margin-top:.15rem}.status-done{background:#0fa3b129;color:var(--green)}.status-running{background:var(--gold-soft);color:#9b6900}.status-queued{background:#7b61ff1a;color:var(--violet)}.draft-tabs{margin-bottom:.2rem}.draft-stage-row{flex-wrap:wrap}.draft-summary,.card-surface,.detail-card{display:flex;flex-direction:column;gap:.45rem}.draft-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.html-preview{max-height:360px;overflow:auto;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,#ffffffe0,#fff9e7ad);padding:1rem}.html-preview h1,.html-preview h2,.html-preview h3,.html-preview p,.html-preview blockquote{max-width:100%}.distribution-item pre{margin:0;white-space:pre-wrap;word-break:break-word;font:inherit}.image-grid{margin-top:.7rem}.image-grid a{width:calc(50% - .25rem)}.image-grid img{width:100%;border-radius:14px;border:1px solid var(--line);display:block;aspect-ratio:16 / 9;object-fit:cover}.publish-id{color:var(--green);font-weight:700}.detail-list{margin:0;padding-left:1.2rem;color:var(--muted);line-height:1.7}.integration-item{align-items:start}.integration-item>div{display:flex;flex-direction:column;gap:.2rem}.integration-status{background:var(--green-soft);color:var(--green)}.roadmap-list{display:grid;gap:.75rem}.roadmap-item{border:1px solid rgba(255,183,3,.24);border-radius:20px;background:linear-gradient(135deg,#ffffffc7,#fff3d6a8);color:var(--muted);line-height:1.68;padding:1rem}.log-list{margin-top:1rem}.log-item{align-items:flex-start}.log-item span{color:var(--muted);font-size:.86rem;white-space:nowrap}.doc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:1rem}.doc-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#1d241f85;cursor:pointer}.doc-panel{position:relative;z-index:1;width:min(980px,100%);max-height:min(88vh,920px);display:flex;flex-direction:column;gap:1rem;background:#fffdf8f7}.doc-content{margin:0;overflow:auto;border:1px solid var(--line);border-radius:20px;background:#ffffffc7;color:var(--ink);padding:1rem;white-space:pre-wrap;word-break:break-word;line-height:1.72;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:.92rem}@media(max-width:1100px){.auth-shell,.workspace-nav,.page-banner,.metrics-grid,.two-col,.feature-grid,.schedule-list,.draft-columns,.hero-summary-grid,.pipeline-overview,.pipeline-focus-grid,.workspace-tabs,.page-banner-meta{grid-template-columns:1fr}.hero-card,.masthead{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.hero-copy h1,.section-intro h3{max-width:none}}@media(max-width:720px){.layout{width:min(100% - 1rem,1240px);padding:1rem 0 2rem}.auth-hints{grid-template-columns:1fr}.card,.hero-card{border-radius:22px;padding:1.15rem}.hero-copy h1{font-size:2.95rem}.hero-actions,.draft-tabs,.tag-row,.inline-actions,.masthead-meta{flex-direction:column}.pipeline-item{grid-template-columns:1fr}.integration-item,.phase-head,.schedule-head,.select-card-head,.pipeline-headline,.pipeline-focus-head,.draft-stage-row,.log-item,.doc-head{flex-direction:column}.pipeline-step{grid-template-columns:1fr}.pipeline-step-index,.pipeline-step-system,.pipeline-step-output{grid-column:auto;grid-row:auto}.image-grid a{width:100%}}
