@charset "UTF-8";@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";:root{--primary: #0891b2;--primary-foreground: #ffffff;--secondary: #f0fdfa;--secondary-foreground: #0891b2;--background: #ffffff;--foreground: #1a1a1a;--card: #ffffff;--muted: #f5f5f5;--muted-foreground: #6b7280;--border: rgba(0, 0, 0, .11);--success: #10b981;--warning: #f59e0b;--destructive: #ef4444;--radius: .5rem;--choice-onboarding-bg-start: #fff7ce;--choice-onboarding-bg-end: #ffd3d3;--choice-onboarding-border: #ffa08f;--choice-onboarding-glow: rgb(255 175 156 / 22%);--choice-live-bg-start: #f7ffff;--choice-live-bg-end: #f4e2ff;--choice-live-border: rgba(8, 145, 178, .26);--choice-live-glow: rgba(8, 145, 178, .18);--choice-photo-bg-start: #f3ffeb;--choice-photo-bg-end: #c3f5f7;--choice-photo-border: rgba(16, 185, 129, .26);--choice-photo-glow: rgb(132 219 112 / 18%);--bottom-nav-height: 60px}*{margin:0;padding:0;box-sizing:border-box}.card{background:#fff;border:unset;border-radius:24px;box-shadow:0 18px 45px #14264614;padding:1.5rem}.card>*:last-child{margin-bottom:0!important}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a6b}.modal__card{position:relative;z-index:1;width:100%;padding:1rem;border-radius:14px;background:#fff;box-shadow:0 24px 70px #0f172a3d}.modal--xs{max-width:320px}.modal--sm{max-width:480px}.modal--md{max-width:540px}.modal--lg{max-width:720px}.modal--xl{max-width:1200px}.btn--ghost,.btn--danger-outline,.btn--danger,.btn--tonal,.btn--secondary,.btn--primary{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:none;border-radius:12px;padding:.7rem 1.2rem;font-size:.9rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease,background .15s ease}.btn--ghost:disabled,.btn--danger-outline:disabled,.btn--danger:disabled,.btn--tonal:disabled,.btn--secondary:disabled,.btn--primary:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.btn--primary{background:linear-gradient(135deg,#0667bb,#08aaab);color:#fff;box-shadow:0 8px 20px #0891b238}.btn--primary:hover:not(:disabled){box-shadow:0 12px 28px #0891b252;transform:translateY(-1px)}.btn--secondary{background:#f1f5f9;color:#334155}.btn--secondary:hover:not(:disabled){background:#e2e8f0}.btn--tonal{background:var(--secondary);color:var(--primary)}.btn--tonal:hover:not(:disabled){opacity:.75}.btn--danger{background:var(--destructive);color:#fff}.btn--danger:hover:not(:disabled){opacity:.88}.btn--danger-outline{background:#fff5f5;color:var(--destructive);border:1px solid #fecaca}.btn--danger-outline:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.btn--ghost{background:transparent;color:var(--muted-foreground);border:2px dashed #cbd5e1}.btn--ghost:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.btn--ghost:disabled{opacity:.5}.btn--sm{padding:.4rem .85rem;font-size:.82rem;border-radius:10px}.btn--lg{padding:.95rem 1.35rem;font-size:.95rem;font-weight:800;border-radius:14px}.btn--full{width:100%}.btn-icon{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:8px;padding:.3rem;font-size:.85rem;color:var(--muted-foreground);line-height:1;flex-shrink:0;transition:background .15s,color .15s}.btn-icon:hover{background:#f1f5f9;color:#1e293b}.btn-icon:disabled{opacity:.5;cursor:not-allowed}.btn-icon{font-size:16px;line-height:1}.btn--primary .svg-inline--fa{color:inherit}.btn-icon--circle{border-radius:50%;width:32px;height:32px;padding:0;font-size:.82rem;background:#f1f5f9}.btn-icon--circle:hover{background:var(--border)}.page-content{width:min(1180px,100%);margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;padding:2rem}@media (max-width: 768px){.page-content{padding:1rem}}@media (max-width: 768px){.modal__card{max-width:none}.card{border-radius:20px;padding:1.15rem}}body{font-family:Pretendard,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--foreground);font-size:16px;line-height:1.5}h1,h2,h3,h4,h5,h6{color:inherit;line-height:1.25}h1{font-size:1.6rem;font-weight:800}h2{font-size:1.35rem;font-weight:800}h3{font-size:1.1rem;font-weight:800}h4{font-size:1rem;font-weight:700}h5{font-size:.95rem;font-weight:700}h6{font-size:.85rem;font-weight:700}html,body,#root{width:100%}.app-frame{width:100%;min-height:100vh;background:var(--background);position:relative}.app-frame:has(.bottom-nav){padding-bottom:var(--bottom-nav-height)}@media screen and (min-width: 768px){.app-frame{padding:0}}.app{display:flex;flex-direction:column;min-height:100vh}main,.sub{word-break:keep-all}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:var(--bottom-nav-height);background-color:#ffffffba;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));z-index:50;box-shadow:none}.bottom-nav__item{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:var(--muted-foreground);transition:color .2s}.bottom-nav__item:before{content:"";position:absolute;top:.35rem;right:.7rem;bottom:.35rem;left:.7rem;z-index:-1;border-radius:46% 54% 39% 61%/57% 43% 58% 42%;opacity:0;background:radial-gradient(ellipse 46% 62% at 27% 43%,rgba(8,145,178,.88) 0%,rgba(8,145,178,.56) 42%,transparent 74%),radial-gradient(ellipse 36% 54% at 69% 55%,rgba(147,51,234,.58) 0%,rgba(147,51,234,.34) 40%,transparent 72%),radial-gradient(ellipse 31% 43% at 48% 74%,rgba(20,184,166,.54) 0%,rgba(20,184,166,.28) 45%,transparent 76%),radial-gradient(ellipse 56% 70% at 53% 48%,rgba(15,23,42,.32) 0%,transparent 68%);filter:blur(7px);transform:translate(4px) rotate(1.5deg) scale(.94);transition:opacity .25s ease,transform .25s ease}.bottom-nav__item--active{color:#fff}.bottom-nav__item--active:before{opacity:1;transform:translate(4px) rotate(1.5deg) scale(1)}.bottom-nav__icon{color:inherit;font-size:20px;line-height:1}.bottom-nav__label{font-size:10px;font-weight:500}@media (min-width: 768px){.bottom-nav{display:none}}
