:root{font-family:Inter,"Helvetica Neue","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;color:#1d302e;background:#f6f5ef;font-synthesis:none;--green:#163d36;--muted:#728079;--line:#dddfd5}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}a{color:inherit}header{height:90px;max-width:1440px;margin:auto;padding:0 5%;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.brand{font-size:15px;letter-spacing:1.7px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:10px}.brand-light{font-weight:400}.orbit{font-size:34px;font-weight:400;margin-right:5px}.edition{font-size:10px;letter-spacing:2px;display:flex;align-items:center;gap:15px}.dot{width:7px;height:7px;border-radius:50%;background:#739e64}main{max-width:1240px;margin:auto;padding:40px 32px 0}.intro{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:500}.intro .eyebrow{color:var(--muted);margin:0 0 14px}h1{font-size:30px;letter-spacing:1.4px;margin:0 0 14px;font-weight:500}.intro p:not(.eyebrow){font-size:13px;color:var(--muted);margin:0}.free{font-size:11px;color:#567044;border:1px solid #ccd8bd;border-radius:20px;padding:8px 12px}.workspace{display:grid;grid-template-columns:minmax(300px,390px) minmax(0,1fr);gap:55px;align-items:start}.editor{padding-top:6px}.section-heading{display:flex;align-items:center;gap:12px;margin:0 0 26px}.section-heading h2{font-size:16px;font-weight:500;margin:0}.step{font-family:Georgia,serif;font-size:14px;color:#7c8e74;border:1px solid #cbd3c3;border-radius:50%;width:29px;height:29px;display:grid;place-items:center}label{display:flex;justify-content:space-between;font-size:12px;margin:20px 0 9px;font-weight:500}label span{color:#849087;font-size:10px;font-weight:400;letter-spacing:.5px}input,select,textarea{width:100%;background:#fcfcf8;border:1px solid #d6dbd1;border-radius:5px;padding:12px;color:#233b33;font-size:13px;min-height:44px}textarea{resize:vertical;line-height:1.8;min-height:80px}.search-row{display:flex;gap:8px}.search-row input{min-width:0}.secondary{border:1px solid #cbd4c5;background:transparent;padding:0 17px;white-space:nowrap;border-radius:4px;font-size:12px}.presets{display:flex;gap:9px;margin:10px 0}.presets button{border:0;border-bottom:1px solid #d2d6c9;color:#76846c;background:none;font-size:11px;padding:3px 0}.location{font-size:11px;line-height:1.7;color:#63815b;min-height:20px}.places{display:grid;gap:6px}.places button{background:white;border:1px solid var(--line);text-align:left;border-radius:4px;font-size:12px;padding:10px;line-height:1.6}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.primary{border:0;border-radius:5px;background:var(--green);color:#f4f7e9;font-size:13px;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:48px}.primary:hover:not(:disabled){background:#25574b}#find{width:100%;margin-top:22px}.status{font-size:12px;line-height:1.8;min-height:30px;color:#687a69}.status.error{color:#a4402d}.candidates-heading{margin:25px 0 10px;padding-top:22px;border-top:1px solid var(--line)}#candidate-count{margin-left:auto;font-size:11px;color:var(--muted)}.hint{font-size:11px;line-height:1.8;color:var(--muted)}.candidates{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-height:290px;overflow:auto;margin-top:16px}.candidate{padding:12px;text-align:left;border:1px solid #d9dfd2;border-radius:4px;background:#fcfcf8;color:#263e31;min-height:75px}.candidate[aria-pressed=true]{border-color:#315b3d;background:#e9efdf;box-shadow:inset 0 0 0 1px #315b3d}.candidate strong{display:block;font-size:13px;font-weight:500}.candidate small{font-size:10px;display:block;margin-top:9px;color:#778673}.empty{grid-column:1/-1;font-size:12px;color:#939b91;border:1px dashed #d5d9ce;border-radius:4px;padding:25px;text-align:center}.preview-area{background:#e9ece3;padding:22px 34px 20px;border-radius:8px}.preview-heading{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:0 0 20px;color:#788477;font-size:9px}.preview-heading .eyebrow{font-size:9px;letter-spacing:1.6px}.poster-wrap{width:100%;max-width:460px;margin:auto;aspect-ratio:4/5;position:relative;box-shadow:0 15px 35px #1f39251a;background:#142a28;overflow:hidden}canvas{display:block;width:100%;height:auto}#placeholder{position:absolute;inset:0;color:#e6e8d8;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse at 20% 5%,#3c5550,transparent 60%),#122c2a;text-align:center}#placeholder h2{font-family:"Hiragino Mincho ProN",Georgia,serif;font-size:30px;line-height:1.8;letter-spacing:3px;font-weight:400;margin:16px 0}#placeholder p:last-child{font-size:11px;line-height:2;color:#a9b9af}.planet{width:95px;height:95px;border:1px solid #81928b;border-radius:50%;margin-bottom:25px;position:relative;display:grid;place-items:center}.planet:after{content:"";position:absolute;width:145px;height:35px;border:1px solid #81928b;border-radius:50%;transform:rotate(-35deg)}.planet span{font-size:36px;color:#dce9bd}#loading{position:absolute;inset:0;background:#122c2aeb;color:#e6e8d8;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:12px}#loading[hidden],#placeholder[hidden]{display:none}.spinner{height:30px;width:30px;border-radius:50%;border:2px solid #6e8778;border-top-color:#e2eabc;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.save-row{display:flex;align-items:center;justify-content:space-between;gap:14px;max-width:460px;margin:24px auto 0}.save-row strong{font-size:12px;font-weight:500}.save-row p{font-size:10px;color:#7b8779;margin:7px 0}.save-row .primary{font-size:12px;padding:13px 18px}.preview-note{font-size:10px;color:#7a8576;text-align:center;margin-top:16px}#image-note,#source{font-size:10px;max-width:460px;margin:10px auto;display:block;overflow-wrap:anywhere}#source[hidden]{display:none}.about{margin:35px 0 30px;border-top:1px solid var(--line);padding-top:20px;font-size:12px;color:#6a796c}.about p{line-height:1.9;max-width:900px}summary{cursor:pointer}footer{display:flex;gap:20px;justify-content:space-between;padding:25px 5%;border-top:1px solid var(--line);font-size:9px;letter-spacing:.5px;color:#7d897c}.muted{color:#9ba296}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #9aae6b;outline-offset:3px}@media(max-width:850px){.workspace{gap:26px;grid-template-columns:minmax(280px,1fr) minmax(0,1fr)}.preview-area{padding:20px 18px}.save-row{flex-direction:column;align-items:stretch}.save-row .primary{justify-content:center}.free{display:none}.preview-heading .eyebrow{letter-spacing:.3px;font-size:8px}}@media(max-width:640px){header{height:72px;padding:0 20px}.brand{font-size:11px;letter-spacing:.8px;gap:6px}.orbit{font-size:28px}.edition{font-size:8px;letter-spacing:1px}.edition .dot{display:none}main{padding:28px 20px 0}.intro{margin-bottom:28px}h1{font-size:24px;letter-spacing:.3px}.intro .eyebrow{font-size:8px}.workspace{display:flex;flex-direction:column;gap:25px}.editor,.preview-area{width:100%}.preview-area{padding:20px}.candidates{max-height:225px}footer{flex-direction:column;line-height:1.8}.save-row{flex-direction:row;align-items:center}.preview-heading .eyebrow{font-size:9px;letter-spacing:1px}.section-heading{margin-bottom:20px}#placeholder h2{font-size:27px}}@media(prefers-reduced-motion:reduce){.spinner{animation:none}}
