:root{--bg:#fff7f1;--surface:#fff;--text:#2b211d;--muted:#7b6a62;--primary:#f97316;--primary-strong:#ea580c;--line:#f2dfd2;--danger:#dc2626;--ok:#16a34a}*{box-sizing:border-box}body,html{margin:0;padding:0;background:radial-gradient(1200px 520px at 50% -20%,#ffe8d7,var(--bg));color:var(--text);font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,sans-serif}button,input,select,textarea{font:inherit}.page{max-width:430px;min-height:100dvh;margin:0 auto;background:linear-gradient(180deg,#fffdfb,#fff7f1);position:relative;padding:16px 16px 96px}.top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.logo{font-size:18px;font-weight:800;letter-spacing:.2px}.ghost-button{border:1px solid var(--line);background:#fff;color:var(--text);padding:8px 12px;border-radius:999px;cursor:pointer}.hero-title{font-size:34px;line-height:1.12;letter-spacing:-.6px;margin:12px 0}.hero-sub{color:var(--muted);margin:0 0 20px}.step-card{border:1px solid var(--line);border-radius:20px;background:hsla(0,0%,100%,.8);padding:14px}.step-item{display:flex;align-items:center;gap:10px;padding:8px 0}.step-dot{width:22px;height:22px;border-radius:999px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.floating-cta{position:fixed;left:50%;transform:translateX(-50%);bottom:16px;width:min(398px,calc(100vw - 24px));height:52px;border:0;border-radius:14px;background:linear-gradient(90deg,var(--primary),var(--primary-strong));color:#fff;font-weight:700;cursor:pointer;box-shadow:0 10px 25px rgba(249,115,22,.32)}.section-title{font-weight:700;margin:18px 0 8px}.upload-box{width:100%;aspect-ratio:1/1;border:2px dashed #f3c7aa;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.upload-box img{width:100%;height:100%;object-fit:cover}.input,.select,.textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px;color:var(--text)}.textarea{min-height:92px;resize:vertical}.field-error{color:var(--danger);font-size:12px;margin-top:6px}.char-counter,.helper-text{color:var(--muted);font-size:12px;margin-top:6px}.char-counter{text-align:right}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 12px;cursor:pointer}.chip.active{border-color:#f59e0b;color:#c2410c;background:#fff7ed}.bottom-fixed{position:fixed;left:50%;transform:translateX(-50%);bottom:16px;width:min(398px,calc(100vw - 24px));display:grid;grid-gap:8px;gap:8px}.button{width:100%;border:0;border-radius:14px;height:50px;cursor:pointer;font-weight:700}.button.primary{background:linear-gradient(90deg,var(--primary),var(--primary-strong));color:#fff}.button.primary:disabled{opacity:.45;cursor:not-allowed}.button.secondary{background:#fff;border:1px solid var(--line);color:var(--text)}.text-link{border:none;background:none;color:#c2410c;font-weight:600;cursor:pointer;padding:8px 0}.loading-wrap{min-height:70dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px}.loader{width:80px;height:80px;border:6px solid #ffd6b3;border-top-color:#fb923c;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.preview-image{width:100%;aspect-ratio:1/1;border-radius:16px;object-fit:cover}.preview-image,.sticky-card{border:1px solid var(--line);background:#fff}.sticky-card{position:-webkit-sticky;position:sticky;top:8px;z-index:20;display:flex;gap:10px;border-radius:12px;padding:8px}.sticky-card img{width:56px;height:56px;border-radius:10px;object-fit:cover}.region-button{width:100%;text-align:left;border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px;cursor:pointer}.radio-group{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.radio-item{border:1px solid var(--line);border-radius:12px;padding:10px;cursor:pointer;background:#fff}.radio-item.active{border-color:#fb923c;background:#fff7ed}.progress{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:6px;gap:6px;margin:14px 0 20px}.progress-item{text-align:center;font-size:12px;color:var(--muted)}.progress-dot{width:26px;height:26px;margin:0 auto 6px;border-radius:999px;border:2px solid #d6d3d1;background:#f5f5f4}.progress-dot.done{border-color:#f97316;background:#fb923c}.progress-dot.active{border-color:#d6d3d1;background:#d6d3d1;animation:blink 1.2s ease-in-out infinite}@keyframes blink{0%,to{background:#d6d3d1;border-color:#d6d3d1}50%{background:#fb923c;border-color:#fb923c}}.sheet-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:120}.sheet{position:fixed;left:0;right:0;bottom:0;max-height:72dvh;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;padding:14px;z-index:121;overflow:auto}.sheet-list{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.sheet-item{border:1px solid var(--line);border-radius:10px;text-align:left}.privacy-detail,.sheet-item{padding:10px;background:#fff}.privacy-detail{margin-top:8px;border:1px solid var(--line);border-radius:12px;font-size:12px;color:var(--muted);line-height:1.55}.toast{position:fixed;left:50%;transform:translateX(-50%);bottom:82px;background:#1f2937;color:#fff;border-radius:10px;padding:8px 12px;font-size:12px;z-index:200}.back-button{border:none;background:#fff;border:1px solid var(--line);border-radius:999px;width:34px;height:34px}