:root{--bg:#f5f7fb;--card:#fff;--text:#182033;--muted:#6f7687;--line:#e4e8ef;--primary:#5c5fe3;--primary-soft:#f0f1ff;--shadow:0 18px 50px #1820331a;--radius:24px}*{box-sizing:border-box}html,body{min-height:100%;color:var(--text);background:linear-gradient(#f8f9fd 0%,#f3f6fb 100%);margin:0;font-family:-apple-system,BlinkMacSystemFont,Pretendard,Noto Sans KR,Apple SD Gothic Neo,Segoe UI,sans-serif}body{min-height:100vh}.app{width:min(760px,100% - 24px);margin:0 auto;padding:20px 0 48px}.progress-wrap{margin-bottom:14px}.progress-top{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;font-size:13px;font-weight:700;display:flex}.progress-track{background:#e9edf3;border-radius:999px;width:100%;height:8px;overflow:hidden}.progress-bar{background:var(--primary);border-radius:999px;width:0;height:100%;transition:width .25s}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;min-height:520px;padding:30px;display:flex}.page{flex:1;animation:.18s fade}@keyframes fade{0%{opacity:.15;transform:translate(7px)}to{opacity:1;transform:translate(0)}}.intro{flex-direction:column;justify-content:center;min-height:430px;display:flex}.eyebrow{background:var(--primary-soft);width:max-content;color:var(--primary);border-radius:999px;align-items:center;margin-bottom:16px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}h1,h2,p{margin-top:0}h1{letter-spacing:-.035em;margin-bottom:12px;font-size:30px;line-height:1.25}h2{letter-spacing:-.025em;margin-bottom:10px;font-size:24px;line-height:1.35}.desc{color:var(--muted);margin-bottom:22px;font-size:15px}.chips{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.chip{color:#5f6677;background:#f4f6fa;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:700}.options{gap:11px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.option{position:relative}.option input{opacity:0;pointer-events:none;position:absolute}.option label{border:1px solid var(--line);height:100%;min-height:50px;color:var(--text);cursor:pointer;background:#fff;border-radius:14px;justify-content:flex-start;align-items:center;padding:12px 14px;font-size:15px;line-height:1.3;transition:all .15s;display:flex}.option label:hover{background:#fbfbff;border-color:#c7c9ff}.option input:checked+label{border-color:var(--primary);background:var(--primary-soft);color:#3e41bf;font-weight:800;box-shadow:0 0 0 1px #5c5fe312}.center label{text-align:center;justify-content:center}.choice-line{text-align:center;justify-content:center;align-items:center;gap:6px;width:100%;display:flex}.choice-num{text-align:center;letter-spacing:-.02em;font-size:18px;font-weight:850}.choice-unit{text-align:center;white-space:nowrap}.hint{color:var(--muted);margin:0 0 12px;font-size:13px}.fields{gap:13px;margin-top:18px;display:grid}.field{flex-direction:column;gap:7px;display:flex}.field label{color:#41495a;font-size:13px;font-weight:800}input[type=text],input[type=tel]{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:14px;outline:none;padding:14px 15px;transition:all .15s}input[type=text]:focus,input[type=tel]:focus{border-color:var(--primary);box-shadow:0 0 0 3px #5c5fe31a}.actions{gap:10px;margin-top:26px;display:flex}button{font:inherit;cursor:pointer;border:0;border-radius:15px;padding:15px 18px;font-weight:800}button:disabled{opacity:.6;cursor:not-allowed}.back{color:#5f6677;background:#f1f3f7;flex:0 0 110px}.next{background:var(--primary);color:#fff;flex:1;box-shadow:0 10px 24px #5c5fe33d}.error{color:#ce3f3f;margin-top:12px;font-size:13px;font-weight:700;display:none}.error.visible{display:block}.done{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:430px;display:flex}.done h2{margin-bottom:8px}.done p{color:var(--muted)}@media (max-width:620px){.app{width:min(100% - 16px,760px);padding-top:12px}.card{border-radius:20px;min-height:calc(100vh - 84px);padding:22px 17px}h1{font-size:27px}h2{font-size:22px}.option label{font-size:14px}.grid-2{grid-template-columns:1fr}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.back{flex-basis:88px}}:root{--bg:#f4f8ff;--card:#fff;--text:#17233c;--muted:#6d7890;--line:#dfe7f2;--primary:#2563eb;--primary-2:#06b6d4;--primary-soft:#eaf2ff;--success:#0f9f78;--shadow:0 24px 70px #1e407821;--radius:28px}body{background:radial-gradient(circle at 8% 4%,#2563eb1f,#0000 28rem),radial-gradient(circle at 96% 18%,#06b6d421,#0000 25rem),linear-gradient(#f8fbff 0%,#f2f6fc 100%);position:relative;overflow-x:hidden}body:before,body:after{content:"";z-index:-1;pointer-events:none;border:1px solid #2563eb1a;border-radius:50%;width:180px;height:180px;position:fixed}body:before{top:12%;left:-96px;box-shadow:0 0 0 22px #2563eb09,0 0 0 44px #2563eb06}body:after{bottom:10%;right:-106px;box-shadow:0 0 0 20px #06b6d409,0 0 0 42px #06b6d406}.app{padding:28px 0 56px}.progress-wrap{margin-bottom:16px;padding:0 4px}.progress-top{color:#70809b;letter-spacing:-.01em}.progress-top span:first-child{color:#31517f}.progress-track{background:#e6edf7;height:9px;box-shadow:inset 0 1px 2px #17233c0f}.progress-bar{background:linear-gradient(90deg,var(--primary),var(--primary-2));box-shadow:0 0 14px #2563eb47}.card{box-shadow:var(--shadow);border-color:#cbd8e8db;padding:38px;position:relative;overflow:hidden}.card:before{content:"";background:linear-gradient(90deg,var(--primary),var(--primary-2));height:5px;position:absolute;inset:0 0 auto}.eyebrow{color:#1d5acb;letter-spacing:.02em;background:linear-gradient(135deg,#eaf2ff,#e7fbff);border:1px solid #d7e8ff;gap:6px}.eyebrow:before{content:"✦";color:#06a7c2;font-size:11px}h1{color:#15284b;font-size:34px}h2{color:#182b4d;font-size:25px}.desc{color:#71809a;line-height:1.75}.chips{gap:9px}.chip{color:#5e6f89;background:#f3f7fc;border:1px solid #e3ebf5;padding:8px 11px}.options{gap:12px}.option label{border-color:#dce6f2;border-radius:16px;min-height:58px;padding:14px 16px;box-shadow:0 3px 10px #264b7809}.option label:after{content:"";background:0 0;border-radius:50%;width:8px;height:8px;margin-left:auto;transition:all .15s}.center .option label:after{margin-left:10px}.option label:hover{background:#fbfdff;border-color:#a9c8f5;transform:translateY(-1px);box-shadow:0 8px 18px #264b7814}.option input:checked+label{color:#1856b7;background:linear-gradient(135deg,#eef5ff,#e9fbff);border-color:#3e7be7;box-shadow:0 8px 22px #2563eb1f,0 0 0 3px #2563eb0f}.option input:checked+label:after{background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 0 0 4px #2563eb1f}input[type=text],input[type=tel]{background:#fbfdff;border-color:#dce6f2}input[type=text]::placeholder,input[type=tel]::placeholder{color:#a0acc0}input[type=text]:focus,input[type=tel]:focus{background:#fff;border-color:#3e7be7;box-shadow:0 0 0 4px #2563eb1c}.field label{color:#415677}.actions{margin-top:32px}button{transition:all .18s}button:active{transform:translateY(1px)}.back{color:#60718b;background:#f1f5fa;border:1px solid #e1e8f1}.back:hover{color:#334a6f;background:#e8eef6}.next{background:linear-gradient(135deg,#2563eb,#0ea5c7);box-shadow:0 12px 26px #2563eb40}.next:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 15px 30px #2563eb4f}.error{color:#c44444;background:#fff3f2;border:1px solid #ffd9d5;border-radius:10px;padding:10px 12px}.done{min-height:430px}.done:before{content:"✓";width:76px;height:76px;color:var(--success);background:linear-gradient(135deg,#dff9f0,#dff7ff);border-radius:50%;place-items:center;margin-bottom:22px;font-size:38px;font-weight:900;display:grid;box-shadow:0 12px 24px #0f9f7824}.done h2{color:#17385b}.done p{line-height:1.8}@media (max-width:620px){.app{padding-top:16px}.card{padding:30px 18px 22px}h1{font-size:29px}h2{font-size:23px}.intro{min-height:400px}.option label{min-height:56px;padding:13px 14px}}.admin-wrap{width:min(1200px,100% - 32px);margin:0 auto;padding:32px 0 60px}.admin-header{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:20px;display:flex}.admin-header h1{letter-spacing:-.03em;font-size:26px}.admin-count{color:var(--muted);font-size:14px;font-weight:700}.admin-empty{color:var(--muted)}.admin-table-wrap{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;overflow-x:auto}.admin-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:13px}.admin-table th,.admin-table td{border-bottom:1px solid var(--line);text-align:left;padding:12px 14px}.admin-table th{color:var(--muted);background:#f8f9fd;font-weight:800;position:sticky;top:0}.admin-table tbody tr:hover{background:#fbfbff}
