:root{--tp-system-bg:#f2f2f7;--tp-card-bg:#fff;--tp-card-border:#3c3c4314;--tp-card-border-hover:#0071e34d;--tp-separator:#3c3c431f;--tp-primary:#0071e3;--tp-primary-hover:#0058b6;--tp-primary-active:#0040a8;--tp-primary-light:#0071e314;--tp-primary-border:#0071e347;--tp-text-primary:#1c1c1e;--tp-text-secondary:#6e6e73;--tp-text-tertiary:#8e8e93;--tp-green:#34c759;--tp-green-light:#34c7591f;--tp-red:#ff3b30;--tp-red-light:#ff3b301a;--tp-radius-sm:8px;--tp-radius-md:14px;--tp-radius-card:18px;--tp-radius-sheet:24px;--tp-radius-full:9999px;--tp-shadow-subtle:0 1px 2px #00000008, 0 2px 8px #0000000a;--tp-shadow-card:0 2px 10px #0000000a, 0 1px 2px #00000005;--tp-shadow-hover:0 6px 20px #0071e31f, 0 2px 6px #0000000a;--tp-shadow-sheet:0 -8px 32px #00000029;--tp-font:-apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Pretendard Variable", Pretendard, "Outfit", "Noto Sans KR", -apple-system, sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{background-color:var(--tp-system-bg);color:var(--tp-text-primary);font-family:var(--tp-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;line-height:1.47;display:flex}.tp-page-wrapper{flex-direction:column;width:100%;min-height:100vh;display:flex}.tp-header{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border-bottom:.5px solid var(--tp-separator);padding:max(12px, env(safe-area-inset-top)) 20px 12px;background:#ffffffd1;transition:background-color .2s;position:-webkit-sticky;position:sticky;top:0}.tp-header-inner{justify-content:space-between;align-items:center;max-width:540px;margin:0 auto;display:flex}.tp-brand-wrap{align-items:center;gap:10px;text-decoration:none;display:flex}.tp-brand-glyph{color:#fff;background:linear-gradient(145deg,#0071e3,#0058b6);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 8px #0071e34d}.tp-brand-glyph svg{fill:currentColor;width:20px;height:20px}.tp-brand-text{flex-direction:column;display:flex}.tp-brand-title{letter-spacing:-.02em;color:var(--tp-text-primary);font-size:17px;font-weight:700;line-height:1.2}.tp-brand-subtitle{color:var(--tp-text-secondary);font-size:11.5px;font-weight:500}.tp-segmented-lang{border-radius:var(--tp-radius-full);background:#7676801f;padding:2px;display:flex;position:relative}.tp-segment-btn{color:var(--tp-text-secondary);border-radius:var(--tp-radius-full);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:28px;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.tp-segment-btn.active{color:var(--tp-text-primary);background:#fff;font-weight:700;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.tp-main{flex:1;width:100%;max-width:540px;margin:0 auto;padding:20px 16px 48px}.tp-live-pill{color:#fff;border-radius:var(--tp-radius-full);background:#1c1c1e;justify-content:space-between;align-items:center;margin-bottom:20px;padding:8px 16px;animation:.3s cubic-bezier(.16,1,.3,1) tpSlideDown;display:flex;box-shadow:0 4px 16px #00000026}@keyframes tpSlideDown{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.tp-live-pill-left{letter-spacing:-.01em;align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:flex}.tp-live-indicator{background:var(--tp-green);border-radius:50%;width:8px;height:8px;animation:2s infinite tpPulse;box-shadow:0 0 0 3px #34c7594d}@keyframes tpPulse{0%{box-shadow:0 0 #34c75980}70%{box-shadow:0 0 0 6px #34c75900}to{box-shadow:0 0 #34c75900}}.tp-live-pill-badge{color:#fff;border-radius:var(--tp-radius-full);background:#ffffff2e;padding:2px 8px;font-size:11px;font-weight:600}.tp-wallet-pass{border-radius:var(--tp-radius-card);color:#fff;background:linear-gradient(135deg,#0a2540 0%,#0058b6 100%);margin-bottom:24px;padding:20px 22px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0058b638}.tp-wallet-pass:before{content:"";background:radial-gradient(circle,#ffffff26 0%,#fff0 70%);border-radius:50%;width:140px;height:140px;position:absolute;top:-40px;right:-40px}.tp-wallet-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.tp-wallet-issuer{letter-spacing:.04em;text-transform:uppercase;opacity:.85;font-size:12px;font-weight:600}.tp-wallet-chip{opacity:.85;align-items:center;gap:6px;display:flex}.tp-wallet-chip svg{fill:currentColor;width:22px;height:22px}.tp-wallet-balance-label{color:#ffffffbf;font-size:12.5px;font-weight:500}.tp-wallet-balance-val{letter-spacing:-.02em;margin-top:2px;font-size:28px;font-weight:800}.tp-hero{margin-bottom:24px}.tp-hero-category{background:var(--tp-primary-light);color:var(--tp-primary);border-radius:var(--tp-radius-full);align-items:center;gap:5px;margin-bottom:10px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.tp-hero-category svg{fill:currentColor;width:14px;height:14px}.tp-hero-title{color:var(--tp-text-primary);letter-spacing:-.025em;margin-bottom:8px;font-size:28px;font-weight:800;line-height:1.25}.tp-hero-desc{color:var(--tp-text-secondary);font-size:14.5px;line-height:1.5}.tp-section-header{color:var(--tp-text-tertiary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;margin-bottom:8px;margin-left:14px;font-size:12px;font-weight:600;display:flex}.tp-tiers-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.tp-tier-card{background:var(--tp-card-bg);border:1.5px solid var(--tp-card-border);border-radius:var(--tp-radius-card);text-align:center;cursor:pointer;min-height:98px;box-shadow:var(--tp-shadow-card);flex-direction:column;justify-content:space-between;padding:16px 12px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.tp-tier-card:hover{border-color:var(--tp-card-border-hover);transform:translateY(-1px)}.tp-tier-card:active{transform:scale(.98)}.tp-tier-card.selected{border-color:var(--tp-primary);box-shadow:0 0 0 1px var(--tp-primary), 0 4px 16px #0071e329;background:#fff}.tp-tier-pill{background:var(--tp-primary);color:#fff;border-radius:var(--tp-radius-full);white-space:nowrap;letter-spacing:.01em;padding:2px 8px;font-size:10px;font-weight:700;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.tp-tier-label{color:var(--tp-text-secondary);margin-top:4px;font-size:12px;font-weight:600}.tp-tier-card.selected .tp-tier-label{color:var(--tp-primary)}.tp-tier-price{color:var(--tp-text-primary);letter-spacing:-.02em;margin-top:4px;font-size:18px;font-weight:800}.tp-tier-card.selected .tp-tier-price{color:var(--tp-primary-active)}.tp-tier-check{background:var(--tp-primary);color:#fff;opacity:0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin:6px auto 0;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;transform:scale(.6)}.tp-tier-card.selected .tp-tier-check{opacity:1;transform:scale(1)}.tp-tier-check svg{fill:currentColor;width:12px;height:12px}.tp-custom-card{background:var(--tp-card-bg);border:1.5px solid var(--tp-card-border);border-radius:var(--tp-radius-card);box-shadow:var(--tp-shadow-card);margin-bottom:24px;padding:14px 16px;transition:all .2s}.tp-custom-card.selected{border-color:var(--tp-primary);box-shadow:0 0 0 1px var(--tp-primary), 0 4px 14px #0071e31f}.tp-custom-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.tp-custom-title{color:var(--tp-text-primary);font-size:13.5px;font-weight:600}.tp-custom-input-wrapper{background:var(--tp-system-bg);border:1px solid var(--tp-separator);border-radius:var(--tp-radius-md);align-items:center;min-height:48px;padding:8px 14px;display:flex}.tp-custom-currency{color:var(--tp-text-secondary);margin-right:6px;font-size:17px;font-weight:700}.tp-custom-field{color:var(--tp-text-primary);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:18px;font-weight:700}.tp-clear-btn{cursor:pointer;color:#fff;background:#76768033;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;display:flex}.tp-clear-btn svg{fill:currentColor;width:12px;height:12px}.tp-quick-chips{align-items:center;gap:8px;margin-top:10px;display:flex}.tp-chip-btn{border-radius:var(--tp-radius-full);color:var(--tp-text-secondary);cursor:pointer;background:#7676801a;border:none;justify-content:center;align-items:center;min-height:32px;padding:6px 12px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .15s;display:flex}.tp-chip-btn:hover{background:var(--tp-primary-light);color:var(--tp-primary)}.tp-chip-btn:active{transform:scale(.96)}.tp-inset-group{background:var(--tp-card-bg);border-radius:var(--tp-radius-card);border:1px solid var(--tp-card-border);box-shadow:var(--tp-shadow-card);margin-bottom:24px;overflow:hidden}.tp-inset-row{flex-direction:column;padding:12px 16px;display:flex;position:relative}.tp-inset-row:not(:last-child):after{content:"";background-color:var(--tp-separator);height:.5px;position:absolute;bottom:0;left:16px;right:0}.tp-inset-label{color:var(--tp-text-secondary);margin-bottom:4px;font-size:12px;font-weight:600}.tp-inset-input-wrap{align-items:center;min-height:36px;display:flex}.tp-inset-input{color:var(--tp-text-primary);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:16px;font-weight:500}.tp-inset-input::placeholder{color:var(--tp-text-tertiary);font-weight:400}.tp-inset-hint{color:var(--tp-text-secondary);margin-top:4px;font-size:11.5px;line-height:1.4}.tp-notice-inset{border-radius:var(--tp-radius-md);color:var(--tp-text-secondary);background:#7676800f;margin-bottom:20px;padding:12px 16px;font-size:12px;line-height:1.55}.tp-notice-inset strong{color:var(--tp-text-primary)}.tp-checkbox-row{cursor:pointer;align-items:flex-start;gap:12px;min-height:44px;margin-bottom:24px;padding:4px 6px;display:flex}.tp-checkbox-box{border:1.5px solid var(--tp-separator);background:#fff;border-radius:6px;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;margin-top:2px;transition:all .15s;display:flex}.tp-checkbox-box.checked{background:var(--tp-primary);border-color:var(--tp-primary)}.tp-checkbox-box svg{fill:#fff;opacity:0;width:14px;height:14px;transition:all .15s;transform:scale(.6)}.tp-checkbox-box.checked svg{opacity:1;transform:scale(1)}.tp-checkbox-text{color:var(--tp-text-secondary);-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:13px;line-height:1.45}.tp-text-link{color:var(--tp-primary);cursor:pointer;padding:2px 1px;font-weight:600;text-decoration:none}.tp-text-link:hover{text-decoration:underline}.tp-primary-btn{background:var(--tp-primary);color:#fff;border-radius:var(--tp-radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;height:52px;min-height:52px;font-family:inherit;font-size:16.5px;font-weight:700;transition:all .15s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 14px #0071e347}.tp-primary-btn:hover:not(:disabled){background:var(--tp-primary-hover);box-shadow:0 6px 18px #0071e361}.tp-primary-btn:active:not(:disabled){background:var(--tp-primary-active);transform:scale(.98)}.tp-primary-btn:disabled{color:#fff;cursor:not-allowed;box-shadow:none;background:#c7c7cc}.tp-btn-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite tpSpin}@keyframes tpSpin{to{transform:rotate(360deg)}}.tp-trust-bar{color:var(--tp-text-tertiary);justify-content:center;align-items:center;gap:16px;margin-top:18px;font-size:12px;display:flex}.tp-trust-chip{align-items:center;gap:5px;display:flex}.tp-trust-chip svg{fill:currentColor;width:14px;height:14px}.tp-footer{background:var(--tp-card-bg);border-top:.5px solid var(--tp-separator);margin-top:auto;padding:32px 20px 48px}.tp-footer-inner{max-width:540px;margin:0 auto}.tp-footer-nav{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:16px;display:flex}.tp-footer-btn{color:var(--tp-text-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:600}.tp-footer-btn:hover{color:var(--tp-primary);text-decoration:underline}.tp-footer-dot{color:var(--tp-separator);font-size:10px}.tp-footer-legal{color:var(--tp-text-secondary);font-size:11px;line-height:1.7}.tp-footer-legal p{margin-bottom:4px}.tp-footer-legal strong{color:var(--tp-text-primary);font-weight:600}.tp-footer-copy{color:var(--tp-text-tertiary);margin-top:16px;font-size:10.5px}.tp-sheet-backdrop{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:#00000059;justify-content:center;align-items:flex-end;animation:.2s tpFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes tpFadeIn{0%{opacity:0}to{opacity:1}}.tp-sheet-card{border-radius:var(--tp-radius-sheet) var(--tp-radius-sheet) 0 0;width:100%;max-width:540px;max-height:85vh;box-shadow:var(--tp-shadow-sheet);background:#fff;flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) tpSheetUp;display:flex;overflow:hidden}@keyframes tpSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.tp-sheet-grabber{cursor:grab;background:#3c3c434d;border-radius:2.5px;width:36px;height:5px;margin:10px auto 4px}.tp-sheet-nav{border-bottom:.5px solid var(--tp-separator);justify-content:space-between;align-items:center;padding:10px 20px 14px;display:flex}.tp-sheet-title{letter-spacing:-.01em;color:var(--tp-text-primary);font-size:16px;font-weight:700}.tp-sheet-done-btn{color:var(--tp-primary);cursor:pointer;background:0 0;border:none;justify-content:flex-end;align-items:center;min-width:44px;min-height:44px;font-family:inherit;font-size:16px;font-weight:600;display:flex}.tp-sheet-done-btn:hover{opacity:.8}.tp-sheet-body{color:#2c2c2e;white-space:pre-wrap;-webkit-overflow-scrolling:touch;padding:20px;font-size:13.5px;line-height:1.65;overflow-y:auto}@media (min-width:640px){.tp-sheet-backdrop{align-items:center;padding:24px}.tp-sheet-card{border-radius:var(--tp-radius-sheet);max-height:80vh;animation:.25s cubic-bezier(.16,1,.3,1) tpDesktopIn}@keyframes tpDesktopIn{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}}.tp-receipt-card{background:var(--tp-card-bg);border-radius:var(--tp-radius-card);border:1px solid var(--tp-card-border);box-shadow:var(--tp-shadow-card);text-align:center;margin-top:16px;padding:32px 24px}.tp-receipt-symbol{border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 18px;display:flex}.tp-receipt-symbol.success{background:var(--tp-green-light);color:var(--tp-green)}.tp-receipt-symbol.fail{background:var(--tp-red-light);color:var(--tp-red)}.tp-receipt-symbol svg{fill:currentColor;width:38px;height:38px}.tp-receipt-title{letter-spacing:-.02em;color:var(--tp-text-primary);margin-bottom:8px;font-size:22px;font-weight:800}.tp-receipt-desc{color:var(--tp-text-secondary);margin-bottom:24px;font-size:14px;line-height:1.5}.tp-receipt-details{background:var(--tp-system-bg);border-radius:var(--tp-radius-md);text-align:left;border:1px solid var(--tp-separator);margin-bottom:24px;padding:16px 18px}.tp-receipt-row{color:var(--tp-text-secondary);justify-content:space-between;align-items:center;padding:7px 0;font-size:13.5px;display:flex}.tp-receipt-row strong{color:var(--tp-text-primary);font-weight:700}.tp-receipt-row.highlight{border-top:.5px dashed var(--tp-separator);margin-top:8px;padding-top:10px;font-size:15px}.tp-receipt-row.highlight strong{color:var(--tp-primary);font-size:19px}
