:root{color-scheme:light;--ink:#102019;--muted:#5f6f67;--line:#dbe7e1;--surface:#f1f5f3;--green:#10b981;--green-dark:#087f5b;--mint:#e8fbf3;--cream:#fffaf1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8faf9;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.hero{display:block;min-height:0;position:relative;overflow:hidden;padding:74px 0 110px;background:linear-gradient(180deg,#fff 0%,#f6fbf8 65%,#eef8f3 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(16,185,129,.12) 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(to bottom,black,transparent 45%)}.hero-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-glow-one{width:460px;height:460px;right:-170px;top:40px;background:radial-gradient(circle,rgba(16,185,129,.18),transparent 68%)}.hero-glow-two{width:350px;height:350px;left:-190px;top:330px;background:radial-gradient(circle,rgba(251,191,36,.13),transparent 68%)}.hero-copy{position:relative;text-align:center;max-width:880px}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 13px;border:1px solid #cfe8dc;border-radius:999px;background:rgba(255,255,255,.8);color:#087f5b;font-size:13px;font-weight:750;letter-spacing:.03em;text-transform:uppercase}.eyebrow>span:first-child{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(16,185,129,.1)}.hero h1{max-width:820px;margin:22px auto 16px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,6vw,72px);line-height:1.02;letter-spacing:-.045em;font-weight:500}.hero-copy>p{max-width:730px;margin:0 auto;color:var(--muted);font-size:18px;line-height:1.75}.hero-pills{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-pills span{padding:8px 13px;border:1px solid #dce8e2;border-radius:999px;background:#fff;color:#405148;font-size:13px}.hero-pills span:before{content:"✓";margin-right:6px;color:var(--green);font-weight:800}.creator-card{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);margin-top:48px;padding:12px;border:1px solid rgba(137,166,151,.35);border-radius:30px;background:rgba(255,255,255,.86);box-shadow:0 34px 90px rgba(35,91,64,.14);backdrop-filter:blur(16px)}.controls,.result-panel{padding:32px}.controls{min-width:0;border-right:1px solid var(--line)}.controls-head,.result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:26px}.step-label{margin:0 0 5px;color:#0b9467;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.controls h2,.result-panel h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:500;letter-spacing:-.025em}.model-chip,.result-badge{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:var(--mint);color:#087b59;font-size:11px;font-weight:750;white-space:nowrap}.model-chip:before{content:"";width:6px;height:6px;margin-right:6px;border-radius:50%;background:var(--green)}.field{margin-top:24px}.field-label,fieldset>legend{display:flex;width:100%;align-items:center;justify-content:space-between;margin:0 0 10px;color:#25372e;font-size:13px;font-weight:750}.field-label span{color:#87958e;font-size:11px;font-weight:600}.upload-zone{display:flex;width:100%;align-items:center;gap:14px;padding:17px;border:1.5px dashed #b9d7c8;border-radius:15px;background:#f8fcfa;color:inherit;text-align:left;cursor:pointer;transition:.2s}.upload-zone:hover{border-color:var(--green);background:#f0fbf6;transform:translateY(-1px)}.upload-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:12px;background:var(--mint);color:#0d9c6c}.upload-icon svg{width:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.upload-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.upload-copy strong{font-size:13px}.upload-copy small{color:#7a8981;font-size:11px}.reference-preview{align-items:center;gap:12px;padding:10px;border:1px solid #cae4d7;border-radius:15px;background:#f5fcf8}.reference-preview:not([hidden]){display:flex}.reference-preview img{width:56px;height:56px;border-radius:11px;object-fit:cover}.reference-preview div{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.reference-preview strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.reference-preview small{color:#0b9467;font-size:11px}.reference-preview button{width:30px;height:30px;border:0;border-radius:50%;background:#e7f2ec;color:#537064;font-size:20px;cursor:pointer}.prompt-wrap{position:relative}textarea{display:block;width:100%;min-height:142px;padding:15px 15px 46px;border:1px solid #cadbd2;border-radius:15px;outline:0;background:#fbfdfc;color:var(--ink);font:inherit;font-size:13px;line-height:1.6;resize:vertical;transition:.2s}textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(16,185,129,.1)}textarea::placeholder{color:#9aa8a1}.surprise-btn{position:absolute;left:10px;bottom:9px;padding:7px 10px;border:0;border-radius:9px;background:#edf8f2;color:#087f5b;font-size:11px;font-weight:750;cursor:pointer}.surprise-btn span:first-child{margin-right:4px}.style-field,.ratio-field{padding:0;border:0}.style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.style-card{position:relative;overflow:hidden;height:94px;padding:0;border:2px solid transparent;border-radius:13px;background:#eaf2ee;cursor:pointer;transition:.2s}.style-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.84)}.style-card span{position:absolute;inset:auto 6px 6px;padding:6px;border-radius:8px;background:rgba(8,25,17,.7);color:white;font-size:11px;font-weight:750;backdrop-filter:blur(7px)}.style-card.active{border-color:var(--green);box-shadow:0 0 0 3px rgba(16,185,129,.12);transform:translateY(-2px)}.ratio-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.ratio-btn{display:flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid #d6e3dc;border-radius:11px;background:#fff;color:#607168;font-size:11px;font-weight:700;cursor:pointer}.ratio-btn i{display:block;border:1.5px solid currentColor;border-radius:2px}.ratio-square{width:13px;height:13px}.ratio-portrait{width:11px;height:14px}.ratio-story{width:8px;height:14px}.ratio-wide{width:16px;height:10px}.ratio-btn.active{border-color:var(--green);background:var(--mint);color:#087f5b;box-shadow:0 0 0 2px rgba(16,185,129,.08)}.generate{display:flex;width:100%;align-items:center;justify-content:space-between;margin-top:25px;padding:15px 18px;border:0;border-radius:14px;background:linear-gradient(135deg,#079669,#10b981);box-shadow:0 12px 25px rgba(16,185,129,.22);color:#fff;font-size:14px;font-weight:800;cursor:pointer;transition:.2s}.generate:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 30px rgba(16,185,129,.28)}.generate:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.fine-print{text-align:center;margin:10px 4px 0;color:#87958e;font-size:10px;line-height:1.5}.status{align-items:center;gap:8px;margin-top:18px;padding:10px 12px;border:1px solid #bce5d2;border-radius:11px;background:#effaf5;color:#087f5b;font-size:12px}.status:not([hidden]){display:flex}.status.error{border-color:#fecaca;background:#fff1f2;color:#b42335}.status-spinner{width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result-panel{display:flex;min-width:0;flex-direction:column;background:linear-gradient(145deg,#f4faf7,#edf6f1);border-radius:0 19px 19px 0}.result-head{margin-bottom:18px}.result-badge{background:#fff;border:1px solid #d9e8e0;color:#607168}.result-stage{position:relative;display:grid;width:100%;max-width:520px;min-height:480px;place-items:center;align-self:center;overflow:hidden;border:1px solid #d7e6de;border-radius:20px;background:linear-gradient(145deg,#e7f3ed,#f9fbfa);transition:max-width .3s}.result-stage.ratio-3-4{max-width:400px}.result-stage.ratio-9-16{max-width:330px}.result-stage.ratio-16-9{max-width:520px;min-height:300px}.empty-result,.generating-state{max-width:310px;padding:30px;text-align:center}.portrait-stack{position:relative;width:150px;height:145px;margin:0 auto 22px}.portrait-stack span{position:absolute;display:grid;width:88px;height:118px;place-items:center;border:1px solid #b9d9c9;border-radius:44px 44px 15px 15px;background:#fff;box-shadow:0 16px 40px rgba(40,96,68,.08)}.portrait-stack span:nth-child(1){left:0;top:12px;transform:rotate(-10deg);background:#dff4e9}.portrait-stack span:nth-child(2){right:0;top:12px;transform:rotate(10deg);background:#fff3db}.portrait-stack span:nth-child(3){left:31px;top:0;color:#0a996a}.portrait-stack svg{width:45px;fill:none;stroke:currentColor;stroke-width:1.4}.empty-result h3{margin:0 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:23px;font-weight:500}.empty-result p,.generating-state p{margin:0;color:#718178;font-size:12px;line-height:1.65}.generate-orb{position:relative;width:96px;height:96px;margin:0 auto 24px;border-radius:50%;background:rgba(16,185,129,.1)}.generate-orb span{position:absolute;inset:12px;border:2px solid rgba(16,185,129,.25);border-top-color:var(--green);border-radius:50%;animation:spin 1.2s linear infinite}.generate-orb span:nth-child(2){inset:25px;animation-direction:reverse;animation-duration:.8s}.generate-orb span:nth-child(3){inset:40px;background:var(--green);border:0;animation:pulse 1s ease-in-out infinite}@keyframes pulse{50%{transform:scale(.65);opacity:.55}}.generating-state strong{display:block;margin-bottom:8px;font-family:Georgia,"Times New Roman",serif;font-size:21px;font-weight:500}.progress{height:5px;margin-top:20px;overflow:hidden;border-radius:99px;background:#dceae3}.progress span{display:block;width:8%;height:100%;border-radius:inherit;background:var(--green);transition:width 1s ease}.result-image{width:100%;height:100%;min-height:300px;object-fit:contain;background:#deebe4}.result-actions{gap:10px;margin-top:14px}.result-actions:not([hidden]){display:flex}.result-actions button{display:flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border-radius:12px;font-size:12px;font-weight:750;cursor:pointer}.secondary-btn{flex:1;border:1px solid #cbded4;background:#fff;color:#3f554a}.download-btn{flex:1.35;border:0;background:#102019;color:#fff}.result-tip{display:flex;align-items:flex-start;gap:10px;margin-top:auto;padding-top:20px;color:#0b9467}.result-tip>span{font-size:17px}.result-tip p{display:flex;margin:0;flex-direction:column;gap:3px}.result-tip strong{font-size:11px}.result-tip p span{color:#718178;font-size:10px;line-height:1.45}.showcase{padding:110px 0}.section-heading{max-width:660px;margin:0 auto 42px;text-align:center}.section-heading>span{color:#0b9467;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.section-heading h2{margin:12px 0 14px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,50px);font-weight:500;letter-spacing:-.035em}.section-heading p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.use-grid article{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 15px 40px rgba(33,79,56,.07)}.use-grid img{width:100%;height:260px;object-fit:cover;background:#e6f0eb}.use-grid article>div{position:relative;padding:24px}.use-grid article>div>span{position:absolute;right:22px;top:17px;color:#d7e8df;font-family:Georgia,serif;font-size:34px}.use-grid h3{position:relative;margin:0 0 9px;font-family:Georgia,serif;font-size:22px;font-weight:500}.use-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.steps-section{padding:100px 0;background:#102019;color:#fff}.steps-section .section-heading>span{color:#5fe0ac}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid #31453a;border-radius:22px;background:#31453a}.steps-grid article{position:relative;padding:35px;background:#15271e}.steps-grid article>span{position:absolute;right:24px;top:20px;color:#385246;font:38px Georgia,serif}.step-icon{display:grid;width:50px;height:50px;margin-bottom:42px;place-items:center;border:1px solid #315b47;border-radius:14px;background:#1c3327;color:#5fe0ac;font-size:24px}.steps-grid h3{margin:0 0 10px;font-family:Georgia,serif;font-size:23px;font-weight:500}.steps-grid p{margin:0;color:#9db1a6;font-size:12px;line-height:1.7}.faq{padding:110px 0}.faq-list{max-width:820px;margin:0 auto;border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line)}.faq summary{position:relative;padding:24px 45px 24px 0;list-style:none;font-family:Georgia,serif;font-size:19px;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:5px;top:18px;color:#0b9467;font:30px Georgia,serif}.faq details[open] summary:after{content:"−"}.faq details p{max-width:720px;margin:-7px 0 25px;color:var(--muted);font-size:13px;line-height:1.75}@media(max-width:900px){.creator-card{grid-template-columns:1fr;max-width:690px}.controls{border-right:0;border-bottom:1px solid var(--line)}.result-panel{border-radius:0 0 19px 19px}.result-stage{min-height:430px}.use-grid{grid-template-columns:1fr;max-width:600px;margin:auto}.use-grid article{display:grid;grid-template-columns:220px 1fr}.use-grid img{height:100%;min-height:220px}.steps-grid{grid-template-columns:1fr}}@media(max-width:600px){.shell{width:min(100% - 24px,1180px)}.hero{padding:52px 0 78px}.hero h1{font-size:41px}.hero-copy>p{font-size:15px}.creator-card{padding:7px;border-radius:23px}.controls,.result-panel{padding:22px 17px}.style-grid{gap:6px}.style-card{height:80px}.ratio-row{grid-template-columns:repeat(2,1fr)}.result-stage{min-height:380px}.use-grid article{display:block}.use-grid img{height:270px}.showcase,.faq{padding:78px 0}.steps-section{padding:78px 0}.section-heading h2{font-size:35px}}
