@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Fredoka:wght@500;600;700&display=swap');
:root{--teal:#173f40;--teal2:#286965;--coral:#e87363;--gold:#efb85c;--paper:#fffaf1;--cream:#f5efe4;--ink:#173536;--muted:#657876;--line:#d9e3dc;--white:#fff;--shadow:0 18px 50px rgba(28,72,68,.12)}
*{box-sizing:border-box}html{background:var(--cream);scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--ink);background:radial-gradient(circle at 10% 0,#fff9e7 0,transparent 31rem),linear-gradient(180deg,#f8f4eb,#eff6f1);font-family:'DM Sans',system-ui,sans-serif;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{cursor:pointer}.create-header{height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 18px;background:rgba(255,250,241,.92);border-bottom:1px solid rgba(23,63,64,.1);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand{display:block}.brand img{display:block;width:124px;height:55px;object-fit:contain}.step-status{width:128px;text-align:right;color:var(--teal);font-size:12px;font-weight:800}.progress{height:6px;background:#dce8df;border-radius:99px;margin-top:7px;overflow:hidden}.progress i{display:block;height:100%;width:33.333%;background:linear-gradient(90deg,var(--coral),var(--gold));border-radius:inherit;transition:width .35s ease}.create-main{width:min(100%,880px);margin:0 auto;padding:32px 17px 70px;min-height:calc(100vh - 132px)}.quiz-screen{animation:screen-in .32s ease both}.quiz-screen[hidden]{display:none!important}@keyframes screen-in{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}.screen-copy{text-align:center;max-width:670px;margin:0 auto 25px}.eyebrow{margin:0 0 9px;color:var(--coral);font-size:11px;font-weight:800;letter-spacing:.15em}.screen-copy h1,.loading-screen h1,.result-copy h1,.error-screen h1{font-family:Fredoka,system-ui,sans-serif;font-size:clamp(31px,8vw,52px);line-height:1.02;letter-spacing:-.035em;color:var(--teal);margin:0}.screen-copy>p:last-child,.result-copy>p:last-child,.error-screen>p{font-size:15px;line-height:1.55;color:var(--muted);margin:13px auto 0;max-width:600px}.form-card,.photo-card{max-width:590px;margin:auto;background:rgba(255,255,255,.92);border:1px solid var(--line);padding:21px;border-radius:22px;box-shadow:var(--shadow)}.field{display:block;margin-bottom:18px}.field>span,.choice-field legend{display:block;color:var(--teal);font-size:14px;font-weight:800;margin-bottom:8px}.field input,.field select{display:block;width:100%;height:54px;border:1.5px solid #c9d9d0;border-radius:12px;padding:0 14px;background:#fffdf8;color:var(--ink);outline:0;transition:.2s}.field input:focus,.field select:focus{border-color:var(--teal2);box-shadow:0 0 0 4px rgba(40,105,101,.12)}.field small{display:block;color:var(--muted);font-size:11px;margin:7px 2px 0}.choice-field{border:0;padding:0;margin:2px 0 21px}.pronoun-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.pronoun-grid input,.story-option input{position:absolute;opacity:0;pointer-events:none}.pronoun-grid span{min-height:48px;border:1.5px solid #c9d9d0;border-radius:11px;display:grid;place-items:center;text-align:center;background:#fffdf8;color:var(--teal);font-size:12px;font-weight:800;padding:7px}.pronoun-grid input:checked+span{background:var(--teal);border-color:var(--teal);color:#fff;box-shadow:0 7px 18px rgba(23,63,64,.2)}.form-error{min-height:20px;color:#a43838;text-align:center;font-size:12px;font-weight:700;margin:0 0 9px}.primary-button{border:0;min-height:54px;border-radius:13px;background:var(--coral);color:#fff;font-weight:800;padding:13px 18px;display:flex;align-items:center;justify-content:center;gap:11px;width:100%;box-shadow:0 10px 24px rgba(232,115,99,.24);transition:transform .18s,filter .18s}.primary-button:hover{filter:brightness(.97);transform:translateY(-1px)}.primary-button:disabled{opacity:.46;cursor:not-allowed;transform:none;box-shadow:none}.back-button{min-height:52px;border:1px solid #cadbd2;border-radius:12px;background:#fff;color:var(--teal);font-weight:800;padding:10px 15px}.button-row{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:8px}.story-options{display:grid;gap:12px;max-width:720px;margin:auto}.story-option{position:relative;display:grid;grid-template-columns:108px 1fr 32px;align-items:center;gap:14px;background:white;border:2px solid transparent;border-radius:17px;padding:8px;box-shadow:0 9px 26px rgba(29,68,64,.08);cursor:pointer;transition:.2s}.story-option:has(input:checked){border-color:var(--coral);box-shadow:0 13px 30px rgba(232,115,99,.16)}.story-image{height:108px;position:relative;border-radius:12px;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover;display:block}.story-image b{position:absolute;left:7px;bottom:7px;background:rgba(23,63,64,.9);color:#fff;border-radius:99px;padding:5px 7px;font-size:8px;letter-spacing:.12em}.story-copy{display:flex;flex-direction:column;gap:6px}.story-copy strong{font-family:Fredoka,system-ui,sans-serif;color:var(--teal);font-size:19px;line-height:1.05}.story-copy small{color:var(--muted);font-size:11px;line-height:1.35}.story-option>i{display:grid;place-items:center;width:26px;height:26px;border:1px solid #cfddd5;border-radius:50%;color:transparent;font-style:normal;font-weight:900}.story-option:has(input:checked)>i{color:#fff;background:var(--coral);border-color:var(--coral)}#story-form>.button-row{max-width:720px;margin:18px auto 0}.photo-card{max-width:650px}.photo-picker{width:100%;min-height:210px;border:2px dashed #a8c9bd;border-radius:17px;background:#f1f8f3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--teal);padding:13px;position:relative;overflow:hidden}.camera-icon{width:55px;height:55px;display:grid;place-items:center;background:#fff;border-radius:50%;box-shadow:0 7px 20px rgba(36,91,83,.15)}.camera-icon svg{width:28px;fill:var(--coral)}#photo-picker-copy{display:flex;flex-direction:column;gap:4px}#photo-picker-copy strong{font-family:Fredoka;font-size:20px}#photo-picker-copy small{font-size:11px;color:var(--muted)}#photo-preview{width:100%;height:235px;object-fit:contain;border-radius:12px;background:#e6eee8}.change-photo{font-size:11px;font-weight:800;color:var(--teal);background:#fff;border-radius:99px;padding:7px 10px}.photo-guidance{padding:16px 4px 4px}.photo-guidance strong{font-size:13px;color:var(--teal)}.photo-guidance ul{margin:9px 0 0;padding:0;list-style:none;display:grid;gap:6px}.photo-guidance li{font-size:12px;color:var(--muted);padding-left:19px;position:relative}.photo-guidance li:before{content:'✓';position:absolute;left:0;color:var(--teal2);font-weight:900}.privacy-note{font-size:11px;color:var(--muted);border-top:1px solid var(--line);padding-top:13px;margin:14px 0 4px}.privacy-note span{color:var(--teal2);font-weight:900}.loading-screen,.error-screen{text-align:center;padding:7vh 4px 0;max-width:650px;margin:auto}.loading-art{height:180px;display:grid;place-items:center}.book-loader{width:146px;height:104px;position:relative;perspective:600px}.book-loader span{position:absolute;top:17px;width:70px;height:82px;background:#fff7e7;border:2px solid var(--teal2);box-shadow:0 8px 20px rgba(23,63,64,.12)}.book-loader span:first-child{right:50%;border-radius:10px 2px 2px 10px;transform:rotateY(8deg)}.book-loader span:nth-child(2){left:50%;border-radius:2px 10px 10px 2px;transform:rotateY(-8deg)}.book-loader i{position:absolute;width:64px;height:78px;left:50%;top:20px;background:linear-gradient(135deg,#fff8dc,#ffe7bb);border:2px solid var(--coral);border-radius:2px 9px 9px 2px;transform-origin:left;animation:page-turn 1.6s ease-in-out infinite}@keyframes page-turn{0%,15%{transform:rotateY(0)}70%,100%{transform:rotateY(-175deg)}}.loading-screen h1{font-size:clamp(32px,9vw,50px)}.loading-message{color:var(--teal2);font-weight:800;margin:20px 0 13px}.generation-progress{height:9px;max-width:430px;margin:0 auto 16px;border-radius:99px;background:#dbe8df;overflow:hidden}.generation-progress i{display:block;width:8%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--coral),var(--gold));transition:width 1s ease}.loading-screen>small{display:block;color:var(--muted);font-size:11px}.result-screen{display:grid;gap:25px;text-align:center;max-width:720px;margin:auto}.result-copy h1{font-size:clamp(34px,9vw,53px)}.generated-cover{width:min(100%,380px);aspect-ratio:4/5;margin:0 auto;position:relative;overflow:hidden;border:8px solid #fff;border-radius:8px;box-shadow:0 26px 60px rgba(21,57,56,.25);background:#dbe7df}.generated-cover>img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.77)}.generated-cover figcaption{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:22px;color:#fff;text-shadow:0 2px 10px rgba(13,42,41,.9)}.generated-cover figcaption small{font-size:8px;font-weight:900;letter-spacing:.18em}.generated-cover figcaption strong{font-family:Fredoka;font-size:clamp(46px,15vw,68px);line-height:1;margin:8px 0}.generated-cover figcaption span{font-family:Fredoka;font-size:20px;line-height:1.1}.result-actions{display:grid;gap:12px;max-width:380px;margin:auto;width:100%}.secondary-link{color:var(--teal);font-weight:800;text-decoration:none;padding:9px}.error-mark{width:70px;height:70px;display:grid;place-items:center;border-radius:50%;background:#fff0ec;color:var(--coral);font-family:Fredoka;font-size:40px;font-weight:800;margin:0 auto 18px}.error-screen .primary-button{max-width:360px;margin:22px auto}.error-screen h1{font-size:clamp(34px,9vw,50px)}footer{min-height:54px;border-top:1px solid rgba(23,63,64,.09);display:flex;align-items:center;justify-content:center;gap:15px;padding:13px 18px;color:var(--muted);font-size:10px}footer a{color:var(--teal);font-weight:800;text-decoration:none}
@media(min-width:700px){.create-header{height:86px;padding-inline:32px}.brand img{width:145px;height:62px}.step-status{width:180px}.create-main{padding-top:48px}.form-card,.photo-card{padding:31px;border-radius:25px}.story-options{grid-template-columns:repeat(3,1fr);gap:16px}.story-option{display:flex;flex-direction:column;align-items:stretch;padding:9px;gap:12px}.story-image{height:245px}.story-copy{padding:0 8px 10px}.story-copy strong{font-size:22px}.story-copy small{font-size:12px}.story-option>i{position:absolute;right:16px;top:16px;background:#fff}.story-option:has(input:checked)>i{background:var(--coral)}.photo-picker{min-height:265px}.pronoun-grid span{font-size:13px}.screen-copy{margin-bottom:32px}}
@media(max-width:410px){.create-main{padding-inline:13px}.form-card,.photo-card{padding:17px}.story-option{grid-template-columns:96px 1fr 28px;gap:10px}.story-image{height:102px}.story-copy strong{font-size:17px}.pronoun-grid{gap:5px}.pronoun-grid span{font-size:11px;padding-inline:4px}.button-row{grid-template-columns:96px 1fr}.back-button{padding-inline:8px}.create-header{padding-inline:13px}.brand img{width:113px}.step-status{width:116px}}
