:root {
  --ink: #181726;
  --soft-ink: #48455c;
  --glass: rgba(255, 255, 255, .52);
  --glass-strong: rgba(255, 255, 255, .72);
  --white: #fff;
  --border: rgba(255,255,255,.76);
  --shadow: 0 24px 80px rgba(53, 36, 101, .2);
}
* { box-sizing: border-box; }
html { min-height: 100%; background: #9670d3; }
body { min-width: 320px; min-height: 100vh; margin: 0; overflow-x: hidden; color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; background: linear-gradient(130deg, #ff9d9e, #e9a3ff 27%, #9bbcfb 48%, #91e4d0 66%, #ffe385 83%, #fa9e9d); background-size: 260% 260%; animation: spectrum 22s ease-in-out infinite; }
.aurora { position: fixed; inset: -25vmax; z-index: -1; overflow: hidden; filter: blur(42px); opacity: .72; }
.aurora i { position: absolute; display: block; width: 42vmax; aspect-ratio: 1; border-radius: 50%; mix-blend-mode: overlay; animation: float 18s ease-in-out infinite alternate; }
.aurora i:nth-child(1) { top: 5%; left: 4%; background: #ffed7a; }.aurora i:nth-child(2) { top: 12%; right: 4%; background: #cc8bff; animation-delay: -7s; }.aurora i:nth-child(3) { bottom: 3%; left: 17%; background: #ff7f94; animation-delay: -10s; }.aurora i:nth-child(4) { right: 11%; bottom: 0; background: #5fe8dd; animation-delay: -4s; }.aurora i:nth-child(5) { top: 36%; left: 38%; background: #7e9bff; animation-delay: -13s; }
.page-shell { width: min(1040px, calc(100% - 32px)); margin: 0 auto; padding: 30px 0 20px; }
.site-header { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 0 8px 17px; }
.brand { display: inline-flex; align-items: baseline; color: var(--ink); text-decoration: none; font-size: clamp(1.35rem, 3vw, 1.7rem); font-weight: 700; letter-spacing: -1.3px; }.brand span:not(.brand-mark) { color: #7254ae; }.brand small { font-size: .52em; letter-spacing: -.3px; }.brand-mark { display: grid; place-items: center; width: 25px; height: 25px; margin-right: 6px; border: 1px solid rgba(24,23,38,.22); border-radius: 50%; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; letter-spacing: -3px; }.tagline { margin: 0; color: rgba(24,23,38,.72); font-size: .92rem; font-weight: 500; }
.transparency { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; padding: 9px 13px; border: 1px solid var(--border); border-radius: 11px; background: rgba(255,255,255,.35); box-shadow: 0 8px 28px rgba(65,41,103,.07); font-size: .86rem; line-height: 1.35; }.transparency span { color: #6c45ad; font-size: 1.2rem; }.transparency p { margin: 0; }.transparency strong { font-weight: 700; }
.hero { position: relative; margin-bottom: 14px; padding: clamp(27px, 6vw, 58px); overflow: hidden; }.hero::after { position: absolute; top: -84px; right: -72px; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; box-shadow: 0 0 0 27px rgba(255,255,255,.12), 0 0 0 56px rgba(255,255,255,.08); content: ""; pointer-events: none; }.hero h1 { position: relative; z-index: 1; font-size: clamp(2.6rem, 7vw, 5.35rem); line-height: .88; letter-spacing: -4.4px; }.hero h1 em { color: #64439b; font-family: Georgia, serif; font-weight: 400; letter-spacing: -5px; }.hero-pitch { position: relative; z-index: 1; max-width: 710px; margin: 24px 0 0; font-size: clamp(1.04rem, 2vw, 1.25rem); line-height: 1.45; }.hero-promise { position: relative; z-index: 1; max-width: 640px; margin: 7px 0 0; color: #4e4260; font-size: .98rem; line-height: 1.45; }.rotator { position: relative; z-index: 1; min-height: 24px; margin: 23px 0 0; color: #412f63; font-family: "DM Mono", monospace; font-size: .78rem; }.rotator-label { margin-right: 10px; color: rgba(44,33,67,.58); font-size: .64rem; letter-spacing: .12em; }.hero-actions { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; margin-top: 18px; }.quiet-link { color: #51367f; font-size: .86rem; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }.pitch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 14px; }.pitch-card { padding: 19px; border-radius: 14px; }.card-number { margin: 0 0 21px; color: #674896; font-family: "DM Mono", monospace; font-size: .72rem; }.pitch-card h2 { font-size: 1.23rem; letter-spacing: -.75px; }.pitch-card p:last-child { margin: 9px 0 0; color: #504b60; font-size: .86rem; line-height: 1.45; }.method-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 30px; margin-bottom: 14px; padding: 23px; border-radius: 15px; }.method-panel h2 { font-size: clamp(1.35rem, 2.6vw, 1.82rem); }.method-panel > p { align-self: end; margin: 0; color: #4f495d; font-size: .92rem; line-height: 1.5; }
.app-layout { display: flex; align-items: flex-start; gap: 12px; }.progress-sidebar { display: flex; flex-direction: column; gap: 8px; width: 39px; padding-top: 18px; }.progress-dot { display: flex; align-items: center; width: 39px; min-height: 39px; padding: 0 11px; overflow: hidden; border: 1px solid var(--border); border-radius: 99px; background: rgba(255,255,255,.33); color: var(--ink); box-shadow: 0 6px 20px rgba(62,40,99,.1); cursor: pointer; white-space: nowrap; transition: width .25s ease, background .2s ease, transform .2s ease; }.progress-dot:hover,.progress-dot:focus-visible { width: min(285px, calc(100vw - 70px)); outline: none; background: rgba(255,255,255,.62); transform: translateX(2px); }.progress-dot .dot-number { flex: 0 0 15px; color: #675480; font-family: "DM Mono", monospace; font-size: .68rem; }.progress-dot .dot-label { padding-left: 10px; font-size: .78rem; opacity: 0; transition: opacity .15s .08s; }.progress-dot:hover .dot-label,.progress-dot:focus-visible .dot-label { opacity: 1; }.progress-dot.complete { background: rgba(47,104,82,.24); }.progress-dot.active { border-color: rgba(89,51,177,.55); background: rgba(255,255,255,.73); }
.glass-panel { flex: 1; min-width: 0; padding: clamp(18px, 4vw, 31px); border: 1px solid var(--border); border-radius: 19px; background: var(--glass); box-shadow: var(--shadow); backdrop-filter: blur(22px) saturate(135%); -webkit-backdrop-filter: blur(22px) saturate(135%); }.workspace-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }.eyebrow,.completion-kicker { margin: 0 0 8px; color: #5d477e; font-family: "DM Mono", monospace; font-size: .68rem; font-weight: 500; letter-spacing: .11em; }.eyebrow span { margin-left: 8px; color: rgba(24,23,38,.56); }h1 { max-width: 670px; margin: 0; font-size: clamp(1.65rem, 4vw, 2.52rem); line-height: 1.05; letter-spacing: -1.7px; } h2 { margin: 0; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.08; letter-spacing: -1.2px; }.question-support { max-width: 650px; margin: 10px 0 19px; color: var(--soft-ink); font-size: .94rem; line-height: 1.45; }.text-button { padding: 5px 0; border: 0; background: none; color: #5c4288; font: inherit; font-size: .82rem; text-decoration: underline; cursor: pointer; }
.completed-stack { display: grid; gap: 7px; }.completed-item { position: relative; width: 100%; padding: 10px 42px 10px 13px; border: 1px solid rgba(255,255,255,.7); border-radius: 9px; background: rgba(255,255,255,.27); color: var(--ink); text-align: left; cursor: pointer; transition: background .2s, transform .2s; }.completed-item:hover { background: rgba(255,255,255,.54); transform: translateX(2px); }.completed-item::before { position: absolute; top: 15px; left: 5px; width: 4px; height: 4px; border-radius: 50%; background: #68519a; content: ""; }.completed-item strong { display: block; margin-bottom: 3px; color: #58456e; font-size: .7rem; font-weight: 700; }.completed-item span { display: block; overflow: hidden; font-size: .86rem; line-height: 1.32; text-overflow: ellipsis; white-space: nowrap; }.completed-item em { position: absolute; top: 50%; right: 13px; color: #5a3f8e; font-size: .7rem; font-style: normal; transform: translateY(-50%); }
.active-input-area { margin-top: 16px; }.active-input-area textarea { display: block; width: 100%; min-height: 108px; padding: 13px 14px; resize: vertical; border: 1px solid rgba(95,67,147,.25); border-radius: 10px; outline: none; background: rgba(255,255,255,.58); color: var(--ink); font: 400 .98rem/1.42 "DM Sans", sans-serif; box-shadow: inset 0 1px 2px rgba(64,43,95,.06); transition: box-shadow .2s, border-color .2s, background .2s; }.active-input-area textarea::placeholder { color: #797489; }.active-input-area textarea:focus { border-color: #7052ae; background: rgba(255,255,255,.82); box-shadow: 0 0 0 3px rgba(126,91,191,.15); }.input-footer { display: flex; justify-content: space-between; gap: 10px; margin: 6px 2px 0; color: rgba(45,39,59,.62); font-size: .7rem; }.action-row { display: flex; align-items: center; gap: 16px; margin-top: 14px; }.primary-button { display: inline-flex; align-items: center; gap: 22px; padding: 11px 13px 11px 16px; border: 1px solid rgba(30,20,48,.2); border-radius: 9px; background: #201b31; color: white; font: 600 .86rem "DM Sans", sans-serif; cursor: pointer; box-shadow: 0 7px 15px rgba(33,25,54,.22); transition: transform .15s, background .15s; }.primary-button:hover { background: #382650; transform: translateY(-1px); }.primary-button b { font-size: 1.12rem; }.workflow-mantra { margin: 0; color: #5c4b70; font-size: .81rem; font-style: italic; }
.final-output { margin-top: 8px; }.completion-copy { max-width: 660px; margin: 10px 0 16px; color: var(--soft-ink); font-size: .92rem; line-height: 1.45; }.prompt-box { display: block; width: 100%; padding: 3px; overflow: hidden; border: 0; border-radius: 14px; background: linear-gradient(110deg,#ff745e,#ffd65c,#8ef3cb,#74aaff,#c07dff,#ff84c0,#ff745e); background-size: 400% 400%; color: var(--ink); text-align: left; cursor: copy; box-shadow: 0 0 0 2px rgba(255,255,255,.82), 0 10px 37px rgba(99,62,165,.28); animation: shine 4s linear infinite, pulse 2.3s ease-in-out infinite; }.prompt-box:focus-visible { outline: 3px solid #43307c; outline-offset: 3px; }.prompt-box-topline { display: flex; justify-content: space-between; gap: 12px; padding: 10px 12px 9px; font-family: "DM Mono", monospace; font-size: .66rem; letter-spacing: .07em; }.prompt-box-topline b { font-size: .67rem; }.prompt-text { display: block; max-height: 360px; padding: 16px; overflow: auto; border-radius: 11px; background: rgba(255,255,255,.88); font-family: "DM Mono", ui-monospace, monospace; font-size: .77rem; line-height: 1.55; white-space: pre-wrap; }.paste-instruction { margin: 13px 2px 0; color: #4a3672; font-size: .85rem; font-weight: 600; opacity: 0; transform: translateY(-3px); transition: opacity .25s, transform .25s; }.paste-instruction.visible { opacity: 1; transform: none; }footer { padding: 19px 8px 0; color: rgba(24,23,38,.67); font-size: .75rem; text-align: center; }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@keyframes spectrum { 0%,100% { background-position: 5% 50%; } 50% { background-position: 95% 50%; } }@keyframes float { to { transform: translate(24vmax, 14vmax) scale(1.2); } }@keyframes shine { to { background-position: 400% 50%; } }@keyframes pulse { 50% { box-shadow: 0 0 0 3px rgba(255,255,255,.93), 0 13px 44px rgba(99,62,165,.43); } }
#rotatingText { display: inline-block; transition: opacity .18s ease; }
@media (max-width: 700px) { .pitch-grid { grid-template-columns: 1fr; }.method-panel { grid-template-columns: 1fr; gap: 12px; }.hero h1 { letter-spacing: -2.8px; }.hero h1 em { letter-spacing: -3.5px; } }
@media (max-width: 600px) { .page-shell { width: min(100% - 18px, 1040px); padding-top: 16px; }.site-header { padding-bottom: 13px; }.tagline { display: none; }.hero { padding: 26px 19px; }.hero::after { top: -110px; right: -130px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }.progress-sidebar { position: sticky; top: 10px; z-index: 2; gap: 6px; width: 31px; padding-top: 12px; }.progress-dot { width: 31px; min-height: 31px; padding: 0 8px; }.progress-dot .dot-number { font-size: .61rem; }.glass-panel { padding: 18px 15px; border-radius: 15px; }.question-support { margin-bottom: 14px; }.action-row { align-items: flex-start; flex-direction: column; gap: 8px; }.input-footer { font-size: .63rem; }.prompt-box-topline { align-items: flex-start; flex-direction: column; gap: 3px; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
