:root{--bg:#fdf2ea;--card:#ffffff;--ink:#2f2a26;--muted:#9c8f84;--coral:#ef7a52;--coral-deep:#d8623c;--coral-soft:#fde9df;--pink:#f3a7b8;--pink-soft:#fce7ec;--teal:#1f5b50;--teal-hover:#194b42;--teal-soft:#e6f0ec;--line:#f0e3d8;--shadow:0 10px 30px rgba(180,120,80,0.1);--shadow-sm:0 4px 16px rgba(180,120,80,0.08)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:radial-gradient(circle at 10% 4%,rgba(243,167,184,.2),transparent 36%),radial-gradient(circle at 92% 0,rgba(239,122,82,.14),transparent 32%),var(--bg);background-attachment:fixed;color:var(--ink);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Malgun Gothic,Apple SD Gothic Neo,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased}.app{position:relative;max-width:720px;margin:0 auto;padding:44px 20px 90px;word-break:keep-all;text-wrap:pretty}.auth-bar{display:flex;justify-content:flex-end;align-items:center;gap:2px;margin-top:24px;margin-bottom:4px;padding-right:5px}.auth-sep{color:#d8c8bb;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-bar{font-family:Quicksand,Pretendard,sans-serif}.btn-auth{padding:4px 5px;font-size:12px;font-weight:500;letter-spacing:.01em;color:var(--muted);background:transparent;border:none;cursor:pointer;transition:color .15s}.btn-auth:hover{color:var(--coral-deep)}.btn-auth.solid{color:var(--ink);font-weight:700}.btn-auth.solid:hover{color:var(--coral-deep)}.welcome{position:relative;overflow:hidden;text-align:center;border-radius:28px;padding:44px 28px 40px;margin-bottom:8px;background:linear-gradient(135deg,#ffe7d6,#ffd9e2 55%,#ffe9c7);box-shadow:var(--shadow)}.welcome .hero-badge{position:relative;z-index:2;margin-bottom:18px}.welcome-illus{position:relative;z-index:1;display:block;width:220px;max-width:72%;height:auto;margin:4px auto 22px;filter:drop-shadow(0 8px 14px rgba(180,110,70,.18))}.welcome h1{font-size:30px;font-weight:800;letter-spacing:-.03em;line-height:1.3;margin:0 0 14px;color:#2f2a26}.welcome h1,.welcome p{position:relative;z-index:2}.welcome p{margin:0 0 30px;font-size:15px;line-height:1.7;color:#7a5c4e}.welcome-dots{position:absolute;top:18px;right:18px;width:46px;height:auto;z-index:0}.btn-start{position:relative;z-index:2;width:100%;max-width:320px;padding:16px;border:none;border-radius:999px;background:#f4845c;color:#fff;font-size:16.5px;font-weight:600;cursor:pointer;box-shadow:0 10px 24px rgba(244,132,92,.36);transition:background .15s,transform .05s}.btn-start:hover{background:#e7714a}.btn-start:active{transform:translateY(1px)}.hero{overflow:hidden;border-radius:28px;padding:34px 30px 38px;margin-bottom:26px;background:linear-gradient(135deg,#ffe7d6,#ffd9e2 55%,#ffe9c7);box-shadow:var(--shadow)}.hero,.hero-text{position:relative}.hero-text{z-index:2;max-width:62%}.hero-badge{display:inline-block;font-size:12.5px;font-weight:700;color:var(--coral-deep);background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.9);border-radius:999px;padding:6px 13px;margin-bottom:14px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero h1{font-size:30px;font-weight:800;letter-spacing:-.03em;margin:0 0 12px;line-height:1.28;color:#2f2a26}.hero p{margin:0;font-size:14.5px;line-height:1.65;color:#7a5c4e}.hero-illus{right:-6px;bottom:-10px;width:200px;z-index:1;filter:drop-shadow(0 8px 14px rgba(180,110,70,.18))}.hero-dots,.hero-illus{position:absolute;height:auto}.hero-dots{top:18px;right:18px;width:46px;z-index:0}.sidebar{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:28px;margin-bottom:30px}.main{width:100%}.placeholder{min-height:34vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted);background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-sm);padding:40px 24px}.placeholder .ph-illus{width:170px;height:auto;margin-bottom:18px}.placeholder .ph-title{font-size:20px;font-weight:700;color:var(--ink);margin:0 0 6px}.placeholder .ph-sub{margin:0;font-size:14.5px}.placeholder .big-spinner{width:40px;height:40px;border-width:4px;border-color:var(--coral-soft);border-top-color:var(--coral);margin-bottom:16px}.field{margin-bottom:22px}.field label{display:block;font-weight:700;margin-bottom:9px;font-size:15px}.hint{color:var(--muted);font-size:13px;font-weight:400}input[type=date],input[type=number],input[type=text],textarea{width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:14px;font-size:15px;font-family:inherit;background:#fffdfb;color:var(--ink);transition:border-color .15s,box-shadow .15s}textarea{resize:vertical;min-height:84px}input:focus,textarea:focus{outline:none;border-color:var(--coral);box-shadow:0 0 0 3px var(--coral-soft)}.agebox{margin-top:9px;display:inline-block;font-size:13.5px;font-weight:700;color:var(--coral-deep);background:var(--coral-soft);border-radius:999px;padding:4px 12px}.age-advice{margin-top:11px;padding:11px 14px;border-radius:12px;font-size:13px;line-height:1.6;word-break:keep-all;text-wrap:pretty}.age-advice.block{background:#fde7e0;border:1px solid #f3c7b6;color:#b4533a;font-weight:500}.age-advice.soft{background:#fdf1e3;border:1px solid #f3dcbf;color:#9a6b32}.age-advice.ok{background:var(--teal-soft);border:1px solid #d7ebe0;color:#2f6b5f}.gender-seg{display:flex;gap:8px}.gender-seg button{flex:1 1;padding:12px;border:1px solid var(--line);border-radius:14px;background:#fffdfb;font-size:15px;font-weight:600;color:var(--muted);cursor:pointer;transition:all .12s}.gender-seg button.on{background:var(--coral-soft);border-color:var(--coral);color:var(--coral-deep)}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:#fffdfb;font-size:14px;color:var(--ink);cursor:pointer;transition:all .12s}.chip:hover{background:#fff8f4}.chip.on,.chip:hover{border-color:var(--coral)}.chip.on{background:var(--coral-soft);color:var(--coral-deep);font-weight:600}.subgroup{margin-bottom:16px}.subgroup:last-child{margin-bottom:0}.subgroup .sublabel{font-size:13.5px;font-weight:700;color:var(--muted);margin-bottom:9px}.time-row{display:flex;align-items:center;gap:10px}.time-row .time-input{width:110px}.time-row span{color:var(--muted);font-size:14px}.subcard{background:#fff4ee;border:1px solid #f6e0d3;border-radius:18px;padding:20px;margin-bottom:22px}.subcard+.subcard{background:#eef6f1;border-color:#d7ebe0}.subcard .field:last-child{margin-bottom:0}.subcard-title{font-weight:800;font-size:15px;margin-bottom:16px}.dropzone{border:2px dashed #ecd2c2;border-radius:18px;padding:30px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;background:#fff9f5;font-size:14px;color:var(--muted)}.dropzone:hover{border-color:var(--coral);background:#fff4ed}.dropzone-icon{width:48px;height:48px;margin-bottom:12px}.dropzone.has-image{padding:12px}.dropzone-img{display:block;max-width:100%;max-height:320px;margin:0 auto;border-radius:12px}.upload-guide{margin-top:14px;padding:14px 16px;background:#fff7ef;border:1px solid #f3e2d2;border-radius:14px}.upload-guide-title{margin:0 0 12px;font-size:13.5px;font-weight:800;color:var(--coral-deep)}.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-bottom:12px}.guide-item{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px}.guide-thumb{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden}.guide-thumb svg{display:block;width:100%;height:100%}.guide-thumb.bad{box-shadow:inset 0 0 0 2px #f3b8a6}.guide-thumb.good{box-shadow:inset 0 0 0 2px #9ed8c2}.guide-mark{position:absolute;top:-5px;right:-5px;width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.18)}.guide-mark svg{width:11px;height:11px}.guide-mark.bad{background:#e8553b}.guide-mark.good{background:#3aa981}.guide-label{font-size:11.5px;font-weight:600;color:#6b5c50;text-align:center;line-height:1.3}.guide-good{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#eef6f1;border:1px solid #d7ebe0;border-radius:12px}.guide-thumb-wrap{position:relative;flex:none;width:52px}.guide-good-text{margin:0;font-size:12.5px;line-height:1.55;color:#3f6b5f}.guide-good-text b{color:#1f5b50;font-weight:800}.preview{margin-top:14px;text-align:center}.preview img{max-width:100%;max-height:240px;border-radius:16px;border:1px solid var(--line)}.btn{width:100%;padding:15px;border:none;border-radius:999px;background:var(--teal);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s,transform .05s;box-shadow:0 8px 22px rgba(31,91,80,.28)}.btn:hover{background:var(--teal-hover)}.btn:active{transform:translateY(1px)}.btn:disabled{background:#d9cfc6;color:#fff;box-shadow:none;cursor:not-allowed}.error{background:#fdeae4;color:#c0533a;border:1px solid #f5c9bb;border-radius:14px;padding:12px 15px;margin-bottom:14px;font-size:14px}.spinner{display:inline-block;width:18px;height:18px;border:3px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;vertical-align:-3px;margin-right:8px}@keyframes spin{to{transform:rotate(1turn)}}.result-page{display:flex;flex-direction:column}.result-hero{position:relative;overflow:hidden;text-align:center;border-radius:26px;padding:26px 24px 30px;margin-bottom:18px;background:linear-gradient(135deg,#ffe7d6,#ffd9e2 55%,#ffe9c7);box-shadow:var(--shadow)}.result-hero-dots{position:absolute;top:14px;left:16px;width:40px;height:auto;z-index:0}.result-hero-badge{position:relative;z-index:2;display:inline-block;font-size:12.5px;font-weight:700;color:var(--coral-deep);background:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.9);border-radius:999px;padding:6px 14px;margin-bottom:18px}.result-thumb{position:relative;z-index:1;display:block;width:-moz-fit-content;width:fit-content;max-width:100%;margin:4px auto 20px;padding:8px;background:#fff;border-radius:16px;box-shadow:0 8px 20px rgba(180,110,70,.2);transform:rotate(-2deg)}.result-thumb img{display:block;max-width:100%;max-height:220px;border-radius:10px}.btn-share{position:absolute;right:16px;bottom:14px;z-index:3;display:inline-flex;align-items:center;gap:5px;padding:6px 12px 6px 9px;font-size:12.5px;font-weight:700;color:var(--ink);background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:999px;box-shadow:0 3px 10px rgba(180,110,70,.22);cursor:pointer;transition:background .15s}.btn-share:hover{background:#fff}.btn-share .share-ico{width:15px;height:15px;flex:none;color:var(--coral)}.result-greeting{position:relative;z-index:2;max-width:440px;margin:0 auto;padding:14px 18px;background:#fff;border-radius:18px 18px 18px 4px;font-size:16px;font-weight:700;line-height:1.55;color:var(--ink);word-break:keep-all;text-wrap:pretty}.rcard,.result-greeting{box-shadow:var(--shadow-sm)}.rcard{--accent:var(--coral);--accent-soft:var(--coral-soft);background:var(--card);border:1px solid var(--line);border-radius:22px;padding:22px 22px 24px;margin-bottom:14px}.rcard.accent-coral{--accent:#ef7a52;--accent-soft:#fde9df}.rcard.accent-teal{--accent:#1f5b50;--accent-soft:#e6f0ec}.rcard.accent-pink{--accent:#e87fa0;--accent-soft:#fce7ec}.rcard.accent-gold{--accent:#d99b1f;--accent-soft:#fbf0d4}.rcard-head{gap:11px;margin-bottom:16px}.rcard-head,.rcard-icon{display:flex;align-items:center}.rcard-icon{flex:none;width:40px;height:40px;border-radius:13px;background:var(--accent-soft);color:var(--accent);justify-content:center}.rcard-icon svg{width:22px;height:22px}.rcard-title{flex:1 1;min-width:0;font-size:18px;font-weight:800;letter-spacing:-.02em;margin:0;color:var(--ink)}.rcard-tag{flex:none;font-size:11.5px;font-weight:700;color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:4px 11px}.rcard-body{font-size:15px}.impression.big p{font-size:15.5px;color:#4a4339}.emph{font-weight:800;color:#2f2a26;background:linear-gradient(transparent 58%,#ffe0a6 0);padding:0 1px;border-radius:2px}.list.tips li{display:flex;align-items:flex-start;gap:12px;background:var(--accent-soft,var(--coral-soft));padding:13px 16px}.tip-no{flex:none;width:24px;height:24px;border-radius:999px;background:var(--accent,var(--coral));color:#fff;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:1px}.tip-text{min-width:0}.swatch-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.swatch{display:flex;align-items:center;gap:14px}.swatch-dot{flex:none;width:34px;height:34px;border-radius:999px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08),0 2px 6px rgba(180,120,80,.18)}.swatch-text{min-width:0}.swatch-name{font-size:15px;font-weight:800;color:var(--ink)}.swatch-meaning{font-size:14px;color:#4a4339;line-height:1.6}.quote-card{position:relative;overflow:hidden;display:flex;align-items:center;gap:14px;border-radius:20px;padding:18px 20px;margin-bottom:14px;background:linear-gradient(135deg,#f6ab6e,#f0935a);box-shadow:0 8px 20px rgba(220,130,70,.2)}.quote-body{flex:1 1;min-width:0;text-align:center}.quote-illus{flex:none;width:52px;height:52px;filter:drop-shadow(0 3px 6px rgba(170,80,30,.2))}.quote-text{margin:0;color:#fff;font-size:15px;font-weight:700;line-height:1.55;letter-spacing:-.01em;word-break:keep-all;text-wrap:pretty;text-shadow:0 1px 6px rgba(170,80,30,.2)}.quote-author{display:block;font-size:12.5px;color:rgba(255,255,255,.92)}.quote-author,.result-next{margin-top:8px;font-weight:600}.result-next{width:100%;padding:16px;border:none;border-radius:999px;background:#f4845c;color:#fff;font-size:16px;cursor:pointer;box-shadow:0 10px 24px rgba(244,132,92,.32);transition:background .15s,transform .05s}.result-next:hover{background:#e7714a}.result-next:active{transform:translateY(1px)}.result-restart{width:100%;margin-top:14px;padding:14px;border:1.5px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:15px;font-weight:700;cursor:pointer;transition:border-color .12s,color .12s}.result-restart:hover{border-color:var(--coral);color:var(--coral-deep)}.section{margin-bottom:22px}.section:last-child{margin-bottom:0}.section h3{font-size:15.5px;font-weight:700;margin:0 0 8px;display:flex;align-items:center;gap:8px}.section p{margin:0;color:#4a4339}.impression{display:flex;flex-direction:column;gap:6px}.impression p{margin:0;color:#4a4339}.list{margin:0;padding:0;list-style:none}.list li{background:var(--pink-soft);border-radius:14px;padding:11px 15px;margin-bottom:8px;font-size:14.5px}.list li:last-child{margin-bottom:0}.list.tips li{background:var(--coral-soft)}.list.highlights li{background:var(--teal-soft)}.list.elements li,.list.highlights li{padding:13px 16px}.color-lines{margin:0;padding:0;list-style:none}.color-lines li{font-size:14.5px;line-height:1.7;color:#4a4339;padding:7px 2px;border-bottom:1px dashed var(--line)}.color-lines li:last-child{border-bottom:none}.color-lines strong{color:var(--coral-deep);font-weight:700}.hl-title{font-weight:700;font-size:15px;margin-bottom:3px}.hl-desc{font-size:14px;color:#4a4339;line-height:1.65}.highlights .hl-title{color:var(--teal)}.list.elements li{background:#fff9f5;border:1px solid var(--line)}.elements .hl-title{color:var(--ink)}.element-cue{display:inline-flex;align-items:center;gap:5px;margin:7px 0 0;padding:3px 10px 3px 8px;background:var(--coral-soft);border:1px dashed #e8b6a2;border-radius:999px;font-size:12.5px;font-weight:600;color:var(--coral-deep)}.cue-eye{width:14px;height:14px;flex:none}.elements .element-desc{margin-top:7px;padding-left:11px;border-left:2px solid #f0d6c7}.elements .element-desc:before{content:"↳ ";color:var(--coral);font-weight:800;margin-left:-2px}.list.guide li{background:#fff7ea;border:1px solid #f3e4c7;padding:14px 16px}.guide-topic{font-weight:800;font-size:15px;color:#b06a1f;margin-bottom:6px}.guide-observation{margin:0 0 9px;font-size:14px;line-height:1.65;color:#5a5249}.guide-suggestion{position:relative;margin:0;padding:9px 12px 9px 30px;font-size:14px;line-height:1.6;color:var(--ink);background:#fffdf8;border:1px solid #f0e0c2;border-radius:11px}.guide-suggestion:before{content:"→";position:absolute;left:12px;top:9px;font-weight:800;color:var(--coral)}.guide-suggestion strong{color:var(--coral-deep)}.theory-page-title{font-size:20px;font-weight:800;letter-spacing:-.02em;margin:0 0 12px;color:var(--ink)}.theory-banner{border-radius:20px;overflow:hidden;margin-bottom:16px;box-shadow:var(--shadow-sm)}.theory-banner-illus{display:block;width:100%;height:auto}.theory-grid{display:grid;grid-template-columns:1fr;align-items:start;grid-gap:12px;gap:12px;margin-bottom:14px}.theory-box{background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-sm);overflow:hidden}.theory-box-head{min-width:0;padding:15px 14px 0}.theory-box-titlerow{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px}.theory-box-name{font-size:16px;font-weight:800;line-height:1.3;color:var(--ink)}.theory-box-evidence{margin-top:6px;font-size:12.5px;font-weight:700;line-height:1.4}.theory-box-evidence.solid{color:#2f6b5f}.theory-box-evidence.tentative{color:#9a6b32}.theory-box-body{padding:10px 14px 15px;font-size:14px}.theory-box-body .impression p{font-size:14px}.theory-box-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:10px}.theory-box-meta .theory-evidence{margin:0}.theory-card{background:#fffaf6;border:1px solid var(--line);border-left:4px solid var(--accent,var(--coral));border-radius:14px;padding:16px 18px;margin-bottom:12px}.theory-card:last-child{margin-bottom:0}.theory-card h3{font-size:15px;font-weight:700;margin:0 0 8px;display:flex;align-items:center;gap:8px}.theory-card p{margin:0;color:#4a4339;font-size:14.5px}.theory-tag{font-size:12px;font-weight:600;color:var(--coral-deep);background:var(--coral-soft);border:1px solid #f6d3c4;border-radius:999px;padding:2px 9px;vertical-align:middle}.theory-evidence{display:inline-block;margin:0 0 9px;padding:2px 10px;font-size:11.5px;font-weight:700;border-radius:999px}.theory-evidence.solid{color:#2f6b5f;background:var(--teal-soft)}.theory-evidence.tentative{color:#9a6b32;background:#fdf1e3}.references{padding:18px 20px;margin-bottom:14px;background:#fffaf5;border:1px solid var(--line);border-radius:18px}.references-title{margin:0 0 8px;font-size:14.5px;font-weight:800;color:var(--ink)}.references-method{margin:0 0 10px;font-size:12.5px;line-height:1.6;color:var(--muted)}.references-sublabel{margin:0 0 10px;font-size:12.5px;font-weight:800;line-height:1.55;color:var(--coral-deep)}.references-list{margin:0;padding:0;list-style:none}.references-list li{font-size:12.5px;line-height:1.55;color:#5e4f44;padding:8px 0;border-top:1px dashed var(--line)}.references-list li:first-child{border-top:none;padding-top:0}.references-list b{color:var(--coral-deep);font-weight:700}.cautions{margin-top:22px;padding:15px 17px;background:#fbf3ec;border:1px solid var(--line);border-radius:16px;font-size:13px;color:var(--muted);word-break:keep-all;text-wrap:pretty}.wizard{border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:26px 26px 24px;margin-bottom:30px}.loading-card,.wizard{background:var(--card)}.loading-illus{width:200px;max-width:80%;height:auto;margin-bottom:14px;animation:bob 2.4s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.loading-text{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--ink);margin:0}.loading-text .spinner{margin-right:0;border-color:var(--coral-soft);border-top-color:var(--coral)}.loading-bar{width:100%;max-width:280px;height:8px;margin:16px auto 10px;border-radius:999px;background:#f1e5db;overflow:hidden}.loading-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--coral),var(--pink));transition:width .9s linear}.loading-timer{margin:0;font-size:14px;color:var(--muted)}.loading-timer b{color:var(--coral-deep);font-size:17px;font-weight:800}.loading-caution{max-width:420px;margin:16px auto 0;padding:13px 16px;background:#fbf3ec;border:1px solid var(--line);border-radius:14px;font-size:12.5px;line-height:1.7;color:var(--muted);word-break:keep-all;text-wrap:pretty}.progress{display:flex;gap:6px;margin-bottom:12px}.progress-seg{flex:1 1;height:7px;border-radius:999px;background:#f1e5db;transition:background .35s ease}.progress-seg.done{background:linear-gradient(90deg,var(--coral),var(--pink))}.step-count{font-size:13px;font-weight:800;color:var(--coral-deep);margin-bottom:20px}.step-count span{color:var(--muted);font-weight:700;font-size:11px;letter-spacing:.08em}.step-head{margin-bottom:20px}.step-help{font-size:13px;font-weight:700;color:var(--coral);margin-bottom:7px}.step-title{font-size:22px;font-weight:800;letter-spacing:-.02em;line-height:1.35;margin:0;color:var(--ink)}.step-body{min-height:120px;margin-bottom:20px}.step-body>.field:last-child{margin-bottom:0}.listsel{display:flex;flex-direction:column;gap:10px}.listsel-row{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:15px 16px;border:1.5px solid var(--line);border-radius:14px;background:#fffdfb;font-size:15px;font-weight:600;color:var(--ink);cursor:pointer;transition:border-color .12s,background .12s}.listsel-row:hover{border-color:var(--coral);background:#fff7f3}.listsel-row.on{border-color:var(--coral);background:var(--coral-soft)}.listsel-label{min-width:0}.listsel-ind{flex:none;width:22px;height:22px;border-radius:999px;border:2px solid #e4d4c6;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;background:#fff;transition:border-color .12s,background .12s}.listsel-ind.check{border-radius:7px}.listsel-row.on .listsel-ind{border-color:var(--coral);background:var(--coral)}.listsel-ind.radio{position:relative}.listsel-row.on .listsel-ind.radio:after{content:"";width:9px;height:9px;border-radius:999px;background:#fff}.wizard-nav{display:flex;align-items:center;justify-content:space-between;gap:12px}.btn-back{padding:13px 20px;border:1.5px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:15px;font-weight:700;cursor:pointer;transition:border-color .12s,color .12s}.btn-back:hover{border-color:var(--coral);color:var(--coral-deep)}.btn-next{flex:1 1;max-width:200px;margin-left:auto;padding:14px 24px;border:none;border-radius:999px;background:#f4845c;color:#fff;font-size:15.5px;font-weight:600;cursor:pointer;box-shadow:0 8px 20px rgba(244,132,92,.32);transition:background .15s,transform .05s}.btn-next:hover{background:#e7714a}.btn-next:active{transform:translateY(1px)}.btn-next:disabled{background:#e7d9cf;color:#fff;box-shadow:none;cursor:not-allowed}.btn-restart{border:none;background:none;color:var(--muted);font-size:14px;font-weight:700;cursor:pointer;padding:0;margin-bottom:16px}.btn-restart:hover{color:var(--coral-deep)}@media (max-width:640px){.app{padding:28px 14px 64px}.sidebar{padding:20px}.hero{padding:26px 22px}.hero-text{max-width:100%}.hero h1{font-size:24px}.hero p br{display:none}.hero-illus{position:static;display:block;width:150px;margin:16px auto -16px}.welcome{padding:36px 22px 32px}.welcome h1{font-size:25px}.welcome-illus{width:180px}.wizard{padding:20px 18px}.step-title{font-size:19px}.btn-next{max-width:150px}}