:root{--bg:#faf7f2;--card:#fffcf7;--line:#eae1cf;--line-soft:#f2ebdc;--dark:#221c14;--dark-2:#3a3229;--text-mid:#5c5142;--muted:#6b5f4b;--muted-2:#8a7d6a;--muted-3:#a89a82;--muted-4:#b3a68e;--chip:#f2ead9;--panel:#faf6ee;--panel-line:#efe6d3;--gold:#b7791f;--gold-dark:#d9b36a;--red:#c0392b}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--dark);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Pretendard,Malgun Gothic,sans-serif}.serif{font-family:Noto Serif KR,serif}.wrap{max-width:420px;margin:0 auto;padding-bottom:110px}.card{background:var(--card);border:1px solid var(--line);border-radius:20px;margin:0 12px 12px;padding:16px}a{color:inherit}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit}.field{width:100%;height:50px;color:var(--dark);background:#fff;border:1px solid #e6dcc6;border-radius:12px;padding:0 12px;font-size:15px;font-weight:700}.seg{gap:6px;display:flex}.seg button{height:42px;color:var(--muted-2);background:#fff;border:1px solid #e6dcc6;border-radius:11px;flex:1;font-size:14px;font-weight:700}.seg button.on{background:var(--dark);color:#faf7f2;border-color:var(--dark)}.btn-dark{background:var(--dark);color:#faf7f2;border:none;border-radius:16px;justify-content:center;align-items:center;gap:9px;width:100%;height:54px;font-size:16px;font-weight:700;text-decoration:none;display:flex;box-shadow:0 8px 22px #221c1447}.btn-dark:active{transform:scale(.985)}.rail{scrollbar-width:none;gap:8px;padding:4px 2px 6px;display:flex;overflow-x:auto}.rail::-webkit-scrollbar{display:none}.sticky-cta{width:100%;max-width:420px;padding:18px 12px calc(12px + env(safe-area-inset-bottom));z-index:50;background:linear-gradient(#faf7f200,#faf7f2 38%);position:fixed;bottom:0;left:50%;transform:translate(-50%)}@media (min-width:768px){body{background:#e9e0cf}.wrap{background:var(--bg);border:1px solid var(--line);border-radius:28px;max-width:468px;min-height:calc(100vh - 44px);margin:22px auto;overflow:hidden;box-shadow:0 24px 70px #3a322929}.sticky-cta{border-radius:0 0 28px 28px;max-width:468px}}
