:root{--ink:oklch(.26 .024 230);--muted:oklch(.47 .027 230);--brand:oklch(.45 .085 230);--line:oklch(.87 .012 230);--wash:oklch(.967 .008 230);--white:oklch(1 0 0);--error:oklch(.46 .17 25)}*{box-sizing:border-box}body{margin:0;background:var(--wash);color:var(--ink);font:15px/1.65 -apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}button,input,select{font:inherit}button{cursor:pointer}button,input,select{touch-action:manipulation}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid oklch(.7 .1 230);outline-offset:3px}header{max-width:1160px;margin:auto;padding:26px 32px;display:flex;justify-content:space-between;align-items:center}.wordmark{font-size:19px;letter-spacing:3px;font-weight:650}.wordmark span{font-size:12px;font-weight:400;letter-spacing:1px;margin-left:18px;color:var(--muted)}.preview{font-size:12px;color:var(--muted);border:1px solid var(--line);padding:4px 12px;border-radius:30px}main{max-width:1096px;margin:18px auto 60px;display:grid;grid-template-columns:.85fr 1.15fr;background:linear-gradient(to right,oklch(.92 .028 230) 42.5%,var(--white) 42.5%);border:1px solid var(--line);border-radius:14px;overflow:visible}.intro{align-self:start;position:sticky;top:0;background:#d3e9f4;padding:62px 44px;display:flex;flex-direction:column;border-radius:14px 0 0 14px}.small{font-size:12px;letter-spacing:2px;color:var(--muted)}h1{font-family:Songti SC,STSong,serif;font-weight:500;font-size:42px;line-height:1.4;margin:20px 0}p{margin:0;color:var(--muted)}.intro p{max-width:270px;font-size:15px;line-height:1.95}.orbit{width:210px;height:210px;border:1px solid oklch(.75 .055 230);border-radius:50%;margin:55px auto 45px;position:relative;display:grid;place-items:center}.orbit:before{content:"";position:absolute;width:154px;height:154px;border:1px solid oklch(.79 .045 230);border-radius:50%}.orbit:after{content:"";width:8px;height:8px;background:var(--brand);border-radius:50%;position:absolute;top:23px;right:29px}.orbit span{font-family:Songti SC,serif;writing-mode:vertical-rl;font-size:20px;letter-spacing:9px;color:var(--brand)}.intro footer{margin-top:25px;font-size:13px;line-height:1.9;color:var(--muted)}.form{padding:34px 42px 30px}h2{font-size:21px;font-weight:600;margin:0 0 4px}.lede{font-size:13px;margin-bottom:27px}.sectionTitle{font-size:16px;margin:30px 0 20px;padding-bottom:12px;border-bottom:1px solid var(--line);font-weight:600}.sectionTitle span{font-size:12px;font-weight:400;color:var(--muted);margin-left:12px}fieldset{border:0;padding:0;margin:0 0 23px;min-width:0}legend{padding:0;margin-bottom:10px;font-weight:550;font-size:15px;width:100%}.num{color:var(--brand);font-size:11px;display:inline-block;width:24px;font-variant-numeric:tabular-nums}.hint{font-size:12px;font-weight:400;color:var(--muted);margin-left:8px}.field{display:flex;flex-direction:column;gap:5px;min-width:0}.field label{font-size:12px;color:var(--muted)}input[type=text],input[type=number],select{width:100%;min-width:0;height:45px;background:var(--white);color:var(--ink);border:1px solid var(--line);border-radius:7px;padding:0 11px}input::placeholder,textarea::placeholder{color:var(--muted)}input:hover,select:hover,textarea:hover{border-color:#6a8fa2}select:disabled,input:disabled{background:var(--wash);opacity:.65}.seg,.genderChoices{display:flex;gap:10px}.seg label,.genderChoices label{flex:1;cursor:pointer}.seg input,.genderChoices input{position:absolute;opacity:0;width:1px;height:1px}.seg span,.genderChoices span{display:flex;justify-content:center;align-items:center;height:43px;border:1px solid var(--line);border-radius:7px;gap:9px}.seg input:checked+span,.genderChoices input:checked+span{background:#e5f3fa;border-color:var(--brand);color:var(--brand)}.seg input:checked+span:before,.genderChoices input:checked+span:before{content:"✓";font-size:13px}.seg input:focus-visible+span,.genderChoices input:focus-visible+span{outline:3px solid oklch(.7 .1 230);outline-offset:3px}.row{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:9px}.time{display:flex;align-items:center;gap:9px;margin-top:12px}.time select{width:83px}.check{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);cursor:pointer}.time .check{margin-left:auto}.check input{accent-color:var(--brand);width:15px;height:15px}.leap{margin-top:10px}.tip{font-size:12px;color:var(--muted);margin-top:8px}.birthBox{border:1px solid var(--line);border-radius:8px;padding:16px 16px 2px;margin-bottom:28px}.birthBox:disabled{opacity:.48}.birthBox input:disabled,.birthBox select:disabled{cursor:not-allowed}.choices{display:flex;flex-direction:column;gap:8px}.choices label{display:flex;gap:10px;align-items:center;border:1px solid var(--line);padding:10px 12px;border-radius:7px;font-size:13px;cursor:pointer}.choices label:has(input:checked){border-color:var(--brand);background:#e5f3fa}.choices input{accent-color:var(--brand);flex-shrink:0}.topics{display:flex;flex-wrap:wrap;gap:8px}.topic{position:relative;cursor:pointer}.topic input{position:absolute;opacity:0;width:1px;height:1px}.topic span{display:block;border:1px solid var(--line);border-radius:7px;padding:9px 12px;font-size:13px}.topic input:checked+span{background:#e5f3fa;border-color:var(--brand);color:var(--brand)}.topic input:focus-visible+span{outline:3px solid var(--brand);outline-offset:2px}textarea{font:inherit;width:100%;resize:vertical;padding:11px;border:1px solid var(--line);border-radius:7px;color:var(--ink);background:var(--white)}.consent{align-items:flex-start;line-height:1.7;margin:20px 0 8px}.consent input{flex-shrink:0;margin-top:4px}.privacy{margin-bottom:18px}.submit{width:100%;border:0;border-radius:7px;background:var(--brand);color:var(--white);height:48px;font-weight:550;display:flex;align-items:center;justify-content:center;gap:16px}.submit:hover{background:oklch(.38 .08 230)}.submit:disabled{opacity:.6;cursor:default}.below{text-align:center;font-size:11px;color:var(--muted);margin-top:10px}.error{font-size:13px;color:var(--error);margin:0 0 10px}.summary{padding-top:28px}.summary dl{margin:25px 0;background:var(--wash);padding:10px 18px;border-radius:8px}.summary dl div{padding:14px 0;display:grid;grid-template-columns:84px 1fr;border-bottom:1px solid var(--line)}.summary dl div:last-child{border:0}dt{font-size:13px;color:var(--muted)}dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.secondary{width:100%;height:45px;border:1px solid var(--line);border-radius:7px;background:var(--white);color:var(--ink);margin-top:10px}[hidden]{display:none!important}@media(max-width:760px){header{padding:18px 22px}.wordmark{font-size:17px}.wordmark span{margin-left:10px;font-size:11px}main{display:block;margin:0 14px 28px;overflow:hidden;background:var(--white)}.intro{position:static;border-radius:0;padding:27px 25px 25px}.small{font-size:11px}h1{font-size:30px;margin:9px 0 7px}h1 br{display:none}.intro p{font-size:13px;max-width:none}.orbit,.intro footer{display:none}.form{padding:24px 23px}.lede,fieldset{margin-bottom:22px}.hint{font-size:11px}.time select{width:72px}.time{gap:6px}.preview{font-size:10px;padding:3px 8px}.birthBox{padding:14px 12px 1px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
