:root{--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-hover:#f3f4f6;--bg-selected:#fef2f2;--text-primary:#111827;--text-secondary:#6b7280;--border-color:#e5e7eb}html.dark-mode{--bg-primary:#1a1a1a;--bg-secondary:#2d2d2d;--bg-hover:#3a3a3a;--bg-selected:#4a2020;--text-primary:#f9fafb;--text-secondary:#9ca3af;--border-color:#404040}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-primary);color:#111827;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:background-color .3s,color .3s}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}body{background:#0a0a0a;color:#1a1a1a;line-height:1.6}.app,body{overflow-x:hidden}.app{position:relative}.container{margin:0 auto;max-width:1200px;padding:0 24px}.background-animation{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}.gradient-orb{animation:float-orb 20s ease-in-out infinite;opacity:.15}.orb-1{height:600px;right:-200px;top:-200px;width:600px}.orb-2{animation-delay:7s;background:linear-gradient(135deg,#9c27b0,#e91e63);bottom:-150px;height:500px;left:-150px;width:500px}.orb-3{animation-delay:14s;background:linear-gradient(135deg,#ff5722,#ffc107);height:400px;left:50%;top:50%;width:400px}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(100px,-100px) scale(1.1)}66%{transform:translate(-100px,100px) scale(.9)}}.highlight{color:#e53935;display:inline-block;position:relative}.highlight:after{background:linear-gradient(90deg,#e539354d,#e539351a);bottom:0;content:"";height:8px;left:0;position:absolute;transform:skewX(-12deg);width:100%;z-index:-1}.navbar{animation:slideDown .6s ease;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);background:#0a0a0acc;border-bottom:1px solid #ffffff0d;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:20px 24px}.logo,.nav-container{align-items:center;display:flex}.logo{gap:12px;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{animation:pulse-glow 2s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(229,57,53,.5));height:40px;object-fit:contain;width:40px}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 20px rgba(229,57,53,.5))}50%{filter:drop-shadow(0 0 30px rgba(229,57,53,.8))}}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e53935);-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:800}.nav-links{display:flex;gap:8px}.nav-links button{background:none;border:none;border-radius:12px;color:#ffffffb3;cursor:pointer;font-size:15px;font-weight:600;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s ease}.nav-links button:before{background:linear-gradient(90deg,#0000,#e5393533,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.nav-links button:hover:before{left:100%}.nav-links button:hover{background:#e539351a;color:#fff;transform:translateY(-2px)}.hero{align-items:center;background:radial-gradient(ellipse at top,#e539350d,#0000 70%);display:flex;min-height:100vh;overflow:hidden;padding:140px 24px 80px;position:relative}.hero-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.hero-text{animation:fadeInUp 1s ease forwards;animation-delay:.2s;opacity:0;transform:translateY(40px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.badge{animation:fadeIn 1s ease forwards,float 3s ease-in-out infinite;animation-delay:.4s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#e5393533,#d32f2f4d);border:1px solid #e539354d;border-radius:25px;box-shadow:0 8px 32px #e5393533;color:#fff;display:inline-block;font-size:14px;font-weight:700;margin-bottom:32px;opacity:0;padding:10px 20px}@keyframes fadeIn{to{opacity:1}}.hero h1{-webkit-text-fill-color:#0000;animation:fadeInUp 1s ease forwards;animation-delay:.5s;background:linear-gradient(135deg,#fff,#e53935e6);-webkit-background-clip:text;background-clip:text;font-size:64px;font-weight:900;letter-spacing:-2px;line-height:1.15;margin-bottom:28px;opacity:0}.hero-description{animation:fadeInUp 1s ease forwards;animation-delay:.7s;color:#ffffffb3;font-size:20px;line-height:1.8;margin-bottom:40px;opacity:0}.hero-buttons{animation:fadeInUp 1s ease forwards;animation-delay:.9s;display:flex;gap:20px;margin-bottom:48px;opacity:0}.btn{align-items:center;border-radius:16px;cursor:pointer;display:inline-flex;font-size:17px;font-weight:700;gap:10px;overflow:hidden;padding:18px 36px;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.btn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;width:0}.btn:hover:before{height:300px;width:300px}.btn-primary{background:linear-gradient(135deg,#e53935,#c62828);border:1px solid #ffffff1a;box-shadow:0 10px 40px #e5393566;color:#fff}.btn-primary:hover{box-shadow:0 20px 60px #e5393599;transform:translateY(-4px) scale(1.05)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;color:#fff}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-4px) scale(1.05)}.btn-icon{font-size:20px}.hero-visual{animation:fadeInRight 1.2s ease forwards;animation-delay:.4s;display:flex;justify-content:center;opacity:0;perspective:1000px;position:relative;transform:translateX(40px) scale(.95)}@keyframes fadeInRight{to{opacity:1;transform:translateX(0) scale(1)}}.app-logo-container{align-items:center;animation:float 6s ease-in-out infinite;background:radial-gradient(circle,#e539351a 0,#0000 70%);border-radius:50%;display:flex;height:500px;justify-content:center;position:relative;transition:transform .6s ease;width:500px}.app-logo-container:before{background:linear-gradient(135deg,#e5393533,#d32f2f1a);border-radius:50%;content:"";filter:blur(60px);height:100%;position:absolute;width:100%;z-index:-1}.hero-app-logo{animation:pulse 3s ease-in-out infinite;filter:drop-shadow(0 30px 80px rgba(229,57,53,.4));height:350px;object-fit:contain;transition:transform .4s ease;width:350px}.app-logo-container:hover{transform:scale(1.05)}.app-logo-container:hover .hero-app-logo{transform:rotate(5deg) scale(1.1)}.screen-header{background:linear-gradient(180deg,#e539351a,#0000);padding:56px 20px 24px;text-align:center}.screen-title{color:#fff;font-size:20px;font-weight:800;text-shadow:0 2px 10px #e5393580}.screen-content{padding:24px}.match-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e539351a;border:1px solid #e5393533;border-radius:20px;box-shadow:0 8px 32px #0000004d;padding:28px}.match-vs{justify-content:space-between;margin-bottom:20px}.fighter,.match-vs{align-items:center;display:flex}.fighter{flex-direction:column;gap:6px}.fighter-avatar{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#e539354d,#e539351a);border:2px solid #e5393566;border-radius:50%;box-shadow:0 4px 20px #e539354d;display:flex;font-size:28px;height:60px;justify-content:center;width:60px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.fighter span{color:#fff;font-size:13px;font-weight:600}.fighter .weight{color:#ffffff80;font-size:11px}.vs{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e53935,#ff6b6b);-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:900;text-shadow:0 0 20px #e5393580}.match-info{border-top:1px solid #ffffff1a;padding-top:20px;text-align:center}.match-info span{color:#fff9;font-size:13px;font-weight:500}.floating-badge{animation:float-badge 4s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 15px 50px #0003;font-size:15px;font-weight:700;padding:14px 24px;position:absolute}@keyframes float-badge{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-15px) rotate(2deg)}}.badge-1{animation-delay:0s;background:linear-gradient(135deg,#fffffff2,#ffffffd9);right:-20px;top:100px}.badge-2{animation-delay:2s;background:linear-gradient(135deg,#e53935,#c62828);bottom:140px;color:#fff;left:-20px}.hero-bg{animation:rotate 30s linear infinite;background:radial-gradient(circle,#e5393526 0,#0000 70%);height:1000px;position:absolute;right:-15%;top:-10%;width:1000px;z-index:-1}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.features-black-section{background:#000;min-height:100vh;overflow:hidden;padding:60px 40px;position:relative}.features-black-container{margin:0 auto;max-width:1440px;position:relative}.features-content{grid-gap:150px;align-items:center;display:grid;gap:150px;grid-template-columns:1fr 1fr}.features-text{max-width:500px}.features-headline{color:#fff;font-size:clamp(22px,2.5vw,38px);font-weight:800;letter-spacing:-1.2px;line-height:1.5;margin:0 0 40px}.features-description,.features-headline{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.features-description{color:#ffffffbf;font-size:clamp(16px,1.5vw,20px);font-weight:400;letter-spacing:-.2px;line-height:1.9;margin:0 0 48px}.features-bullets{display:flex;flex-direction:column;gap:16px}.features-bullet{align-items:flex-start;background:linear-gradient(135deg,#e539351f,#d32f2f0f);border:1px solid #e5393533;border-radius:14px;cursor:default;display:flex;gap:20px;padding:24px 28px;transition:all .3s ease}.features-bullet:hover{background:linear-gradient(135deg,#e539352e,#d32f2f17);border-color:#e5393559;transform:translateX(8px)}.bullet-icon{flex-shrink:0;font-size:clamp(24px,2vw,28px);line-height:1;margin-top:2px}.bullet-content{flex:1 1}.bullet-content strong{color:#fff;display:block;font-size:clamp(17px,1.6vw,21px);font-weight:700;letter-spacing:-.3px;margin-bottom:6px}.bullet-content p,.bullet-content strong{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.bullet-content p{color:#ffffffb3;font-size:clamp(14px,1.3vw,17px);font-weight:400;letter-spacing:-.1px;line-height:1.6;margin:0}.features-mockups,.mockup-frame{align-items:center;display:flex;justify-content:center;position:relative}.mockup-frame{height:650px;max-width:400px;width:100%}.mockup-img{animation:float-phone 6s ease-in-out infinite;filter:drop-shadow(0 30px 80px rgba(0,0,0,.6));left:50%;max-height:100%;object-fit:contain;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity 1s ease-in-out;width:auto}.mockup-img.active{opacity:1;z-index:1}@keyframes float-phone{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-15px)}}@media (max-width:1500px){.features-content{gap:80px}.features-text{max-width:450px}}@media (max-width:1300px){.features-content{gap:60px}.features-text{max-width:400px}}@media (max-width:1200px){.features-content{gap:60px;grid-template-columns:1fr}.features-mockups{order:-1}.features-text{max-width:100%}.mockup-1,.mockup-2{max-height:500px}}@media (max-width:768px){.features-black-section{padding:40px 20px}.features-header{margin-bottom:40px}.features-logo{height:50px;width:50px}.features-title{font-size:24px}.features-main-text{font-size:18px}.features-bullet{font-size:16px}.features-mockups{gap:20px}.mockup-1,.mockup-2{max-height:350px}}.footer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(180deg,#0a0a0af2,#1a1a1afa);border-top:1px solid #ffffff0d;padding:100px 24px 50px;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#e5393580,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-content{animation:fadeInUp 1s ease forwards;display:flex;justify-content:space-between;margin-bottom:80px}.footer-brand{max-width:350px}.footer-brand .logo{margin-bottom:20px}.footer-brand .logo-icon{animation:none}.footer-brand .logo-text{color:#fff}.footer-brand p{color:#ffffff80;font-size:15px;line-height:1.8}.footer-links{display:flex;gap:100px}.footer-column h4{color:#fff;font-size:16px;font-weight:800;letter-spacing:.5px;margin-bottom:24px}.footer-column a{color:#fff9;cursor:pointer;display:block;font-size:14px;margin-bottom:14px;padding-left:20px;position:relative;text-decoration:none;transition:all .3s ease}.footer-column a:before{content:"→";left:0;opacity:0;position:absolute;transition:all .3s ease}.footer-column a:hover{color:#e53935;padding-left:24px}.footer-column a:hover:before{left:4px;opacity:1}.footer-bottom{border-top:1px solid #ffffff0d;padding-top:50px;text-align:center}.footer-bottom p{color:#fff6;font-size:14px;font-weight:500;line-height:2}.footer-bottom p:first-child{margin-bottom:8px}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}::selection{background:#e539354d;color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a80}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#e53935,#c62828);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff5252,#e53935)}@media (max-width:1024px){.hero-content{gap:60px;grid-template-columns:1fr;text-align:center}.hero-visual{order:0}.hero-text{order:1}.hero-buttons{justify-content:center}.footer-content{flex-direction:column;gap:60px}.footer-links{gap:60px}.hero h1{font-size:48px}}@media (max-width:768px){.nav-links{display:none}.hero{padding:120px 20px 60px}.hero h1{font-size:40px;letter-spacing:-1px}.hero-description{font-size:17px}.hero-buttons{align-items:stretch;flex-direction:column}.btn{justify-content:center}.app-logo-container{height:350px;width:350px}.hero-app-logo{height:250px;width:250px}.floating-badge{font-size:12px;padding:10px 16px}.badge-1,.badge-2{display:none}.footer{padding:60px 20px 40px}.footer-links{flex-direction:column;gap:40px}.gradient-orb{filter:blur(60px);opacity:.1}.orb-1{height:400px;width:400px}.orb-2{height:350px;width:350px}.orb-3{height:300px;width:300px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.login-page{align-items:center;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);display:flex;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.login-background{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:0}.gradient-orb{animation:float 8s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.3;position:absolute}.orb-1{animation-delay:0s;background:linear-gradient(135deg,#e53935,#ff6b6b);height:400px;left:-100px;top:-100px;width:400px}.orb-2{animation-delay:2s;background:linear-gradient(135deg,#1e88e5,#42a5f5);bottom:-100px;height:350px;right:-100px;width:350px}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,30px) scale(1.1)}}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 8px 32px #0000004d;max-width:420px;padding:48px 40px;position:relative;width:100%;z-index:1}.login-header{margin-bottom:40px;text-align:center}.login-logo{border-radius:20px;height:80px;margin-bottom:16px;width:80px}.login-title{color:#fff;font-size:28px;font-weight:700;margin:0 0 8px}.login-subtitle{color:#fff9;font-size:15px;margin:0}.login-error{align-items:center;background:#e539351a;border:1px solid #e539354d;border-radius:12px;display:flex;gap:12px;margin-bottom:24px;padding:12px 16px}.login-error span{font-size:20px}.login-error p{color:#ff6b6b;flex:1 1;font-size:14px;margin:0}.login-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.login-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:12px;height:52px;justify-content:center;overflow:hidden;position:relative;transition:all .2s ease;width:100%}.login-btn:disabled{cursor:not-allowed;opacity:.5}.login-btn:not(:disabled):hover{box-shadow:0 8px 16px #0003;transform:translateY(-2px)}.login-btn:not(:disabled):active{transform:translateY(0)}.login-btn.kakao{background:#fee500;color:#000}.login-btn.kakao:not(:disabled):hover{background:#fada0a}.login-btn.naver{background:#03c75a;color:#fff}.login-btn.naver:not(:disabled):hover{background:#02b350}.naver-icon{font-family:sans-serif;font-size:20px;font-weight:700}.login-btn.apple{background:#000;border:1px solid #fff3;color:#fff}.login-btn.apple:not(:disabled):hover{background:#1a1a1a}.login-terms{color:#ffffff80;font-size:13px;line-height:1.6;margin:0;text-align:center}.login-terms a{color:#ffffffb3;text-decoration:underline;transition:color .2s ease}.login-terms a:hover{color:#fff}@media (max-width:480px){.login-card{margin:16px;padding:32px 24px}.login-logo{height:64px;width:64px}.login-title{font-size:24px}.login-subtitle{font-size:14px}.login-btn{font-size:15px;height:48px}}.role-selection-page{align-items:center;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);display:flex;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:40px 20px;position:relative}.signup-background{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:0}.role-selection-container{margin:0 auto;max-width:1000px;position:relative;width:100%;z-index:1}.signup-header{margin-bottom:48px;text-align:center}.signup-title{color:#fff;font-size:32px;font-weight:700;margin:0 0 12px}.signup-subtitle{color:#fff9;font-size:16px;margin:0}.role-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:40px}.role-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:20px;cursor:pointer;overflow:hidden;padding:32px 24px;position:relative;transition:all .3s ease}.role-card:hover{border-color:#fff3;box-shadow:0 8px 32px #0000004d;transform:translateY(-4px)}.role-card.selected{background:#e539351a;border-color:#e53935;box-shadow:0 8px 32px #e539354d}.role-card-check{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .3s ease;width:32px}.role-card.selected .role-card-check{background:#e53935}.role-card-check svg{color:#fff}.role-card-icon{font-size:64px;margin-bottom:16px;text-align:center}.role-card-title{color:#fff;font-size:24px;font-weight:700;margin:0 0 8px;text-align:center}.role-card-description{color:#fff9;font-size:14px;line-height:1.6;margin:0 0 24px;text-align:center}.role-card-features{list-style:none;margin:0 0 16px;padding:0}.role-card-features li{align-items:center;color:#ffffffb3;display:flex;font-size:14px;gap:8px;margin-bottom:8px}.role-card-features li span{color:#e53935;font-weight:600}.role-card-badge{align-items:center;background:#ffc1071a;border:1px solid #ffc1074d;border-radius:8px;color:#ffc107;display:flex;font-size:13px;gap:6px;justify-content:center;padding:8px 12px;text-align:center}.signup-next-btn{display:block;margin:0 auto 16px;max-width:400px;width:100%}.signup-back-link{background:none;border:none;color:#ffffff80;cursor:pointer;display:block;font-size:14px;text-align:center;text-decoration:none;transition:color .2s ease}.signup-back-link:hover{color:#fffc}@media (max-width:768px){.role-cards{grid-template-columns:1fr}.signup-title{font-size:28px}.role-card{padding:24px 20px}.role-card-icon{font-size:48px}.role-card-title{font-size:20px}}.terms-agreement-page{align-items:center;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);display:flex;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:40px 20px;position:relative}.terms-agreement-container{margin:0 auto;max-width:600px;position:relative;width:100%;z-index:1}.terms-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;margin-bottom:32px;padding:32px}.terms-item{align-items:center;display:flex;justify-content:space-between;padding:16px 0}.terms-item.all-check{padding:20px 0}.terms-divider{background:#ffffff1a;height:1px;margin:8px 0}.terms-checkbox{align-items:center;cursor:pointer;display:flex;flex:1 1;gap:12px}.terms-checkbox input[type=checkbox]{display:none}.checkbox-icon{align-items:center;border:2px solid #ffffff4d;border-radius:6px;display:flex;flex-shrink:0;height:24px;justify-content:center;transition:all .2s ease;width:24px}.terms-checkbox input[type=checkbox]:checked+.checkbox-icon{background:#e53935;border-color:#e53935}.checkbox-icon svg{color:#fff}.terms-item.all-check .checkbox-icon{height:28px;width:28px}.terms-item.all-check .terms-label{font-size:18px;font-weight:700}.terms-label{align-items:center;color:#fff;display:flex;font-size:16px;gap:8px}.required{color:#e53935;font-weight:600}.optional{color:#ffffff80;font-weight:600}.terms-view-btn{background:none;border:1px solid #fff3;border-radius:6px;color:#fff9;cursor:pointer;font-size:14px;padding:6px 16px;transition:all .2s ease}.terms-view-btn:hover{background:#ffffff0d;border-color:#fff6;color:#fffc}.terms-buttons{display:flex;gap:12px}.signup-back-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;height:56px;transition:all .2s ease}.signup-back-btn:hover{background:#ffffff26;border-color:#ffffff4d}.signup-next-btn{background:#e53935;border:none;border-radius:12px;color:#fff;cursor:pointer;flex:2 1;font-size:16px;font-weight:600;height:56px;transition:all .2s ease}.signup-next-btn:hover:not(:disabled){background:#d32f2f;box-shadow:0 8px 16px #e539354d;transform:translateY(-2px)}.signup-next-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.terms-card{padding:24px 20px}.terms-label{font-size:14px}.terms-item.all-check .terms-label{font-size:16px}.terms-view-btn{font-size:13px;padding:4px 12px}.terms-buttons{flex-direction:column}.signup-back-btn,.signup-next-btn{flex:1 1}}.business-verification-page{align-items:center;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);display:flex;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:40px 20px;position:relative}.business-verification-container{margin:0 auto;max-width:600px;position:relative;width:100%;z-index:1}.business-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:32px}.business-card,.business-field{margin-bottom:32px}.business-field:last-of-type{margin-bottom:24px}.business-label{color:#fff;display:block;font-size:16px;font-weight:600;margin-bottom:12px}.business-label .required{color:#e53935}.business-input{background:#ffffff0d;border:1px solid #fff3;border-radius:12px;color:#fff;font-size:16px;height:56px;padding:0 20px;transition:all .2s ease;width:100%}.business-input::placeholder{color:#ffffff4d}.business-input:focus{background:#ffffff14;border-color:#e53935;outline:none}.business-hint{color:#ffffff80;font-size:14px;margin-bottom:0;margin-top:8px}.business-upload{align-items:center;background:#ffffff08;border:2px dashed #fff3;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:40px;transition:all .2s ease}.business-upload:hover{background:#ffffff0d;border-color:#ffffff4d}.upload-icon{font-size:48px;margin-bottom:12px}.upload-text{color:#fff;font-size:16px;font-weight:600;margin-bottom:4px}.upload-hint{color:#ffffff80;font-size:14px}.business-preview{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:16px;padding:16px;position:relative}.preview-image{border-radius:8px;flex-shrink:0;height:80px;object-fit:cover;width:80px}.preview-info{flex:1 1;min-width:0}.preview-filename{color:#fff;font-size:15px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-filesize{color:#ffffff80;font-size:13px}.preview-remove{background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;flex-shrink:0;font-size:18px;height:32px;transition:all .2s ease;width:32px}.preview-remove:hover{background:#e53935cc}.business-notice{background:#2196f31a;border:1px solid #2196f34d;border-radius:12px;display:flex;gap:12px;padding:16px}.notice-icon{flex-shrink:0;font-size:24px}.notice-text{flex:1 1}.notice-text p{color:#ffffffb3;font-size:14px;line-height:1.6;margin:0 0 4px}.notice-text p:last-child{margin-bottom:0}@media (max-width:768px){.business-card{padding:24px 20px}.business-upload{padding:32px 20px}.upload-icon{font-size:40px}.upload-text{font-size:15px}.upload-hint{font-size:13px;text-align:center}.business-preview{padding:12px}.preview-image{height:60px;width:60px}.preview-filename{font-size:14px}.preview-filesize{font-size:12px}.business-notice{flex-direction:column;text-align:center}.notice-text p{text-align:left}}.gym-register-section{background:linear-gradient(135deg,#e53935,#ff6b6b);border-radius:20px;color:#fff;padding:48px 32px;text-align:center}.gym-register-icon{font-size:64px;margin-bottom:16px}.gym-register-title{color:#fff;font-size:24px;font-weight:700;margin:0 0 12px}.gym-register-description{color:#ffffffe6;font-size:16px;line-height:1.6;margin:0 0 32px}.gym-register-btn{background:#fff;border:none;border-radius:12px;color:#e53935;cursor:pointer;font-size:16px;font-weight:600;padding:14px 32px;transition:all .2s ease}.gym-register-btn:hover{box-shadow:0 8px 16px #0003;transform:translateY(-2px)}.gym-register-btn:active{transform:translateY(0)}@media (max-width:768px){.gym-register-section{padding:40px 24px}.gym-register-icon{font-size:48px}.gym-register-title{font-size:20px}.gym-register-description{font-size:15px}}.gym-preview-section{margin-bottom:20px;width:100%}.section-header{margin-bottom:5px;padding:5px 0}.gym-name{font-size:15px;font-weight:700;line-height:1.1;margin:0}.gym-name,.view-all-btn{color:#101828;font-family:Noto Sans,Pretendard,sans-serif}.view-all-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:12px;font-weight:400;gap:0;line-height:1;padding:0}.view-all-btn .arrow{font-size:16px;margin-left:2px}.community-preview-card{background:#f9fafb;border:1px solid #12121226;border-radius:8px;padding:5px 10px;width:100%}.preview-item{align-items:flex-start;display:flex;gap:9px;justify-content:space-between;padding:5px 0}.pinned-label{align-items:center;display:flex;flex-shrink:0;gap:5px}.pinned-text{font-family:Noto Sans,Pretendard,sans-serif;font-size:14px;line-height:1.1}.pin-icon{font-size:16px}.pinned-content{color:#4a5565;flex:1 1;font-family:Noto Sans,Pretendard,sans-serif;font-size:12px;font-weight:400;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pinned-item:hover .pinned-content{color:#101828}.item-left{align-items:flex-start;display:flex;flex:1 1;gap:10px;min-width:0}.category-title{color:#101828;flex-shrink:0;font-family:Noto Sans,Pretendard,sans-serif;font-size:14px;font-weight:700;line-height:1.1}.post-list{flex:1 1;gap:10px;min-width:0}.post-title{color:#4a5565;cursor:pointer;font-family:Noto Sans,Pretendard,sans-serif;font-size:12px;font-weight:400;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-title:hover{color:#101828}.post-title.empty{color:#9ca3af;cursor:default}.post-title.empty:hover{color:#9ca3af}.badge-icon{align-items:center;background:#fee2e2;border-radius:50%;color:#dc2626;display:flex;flex-shrink:0;font-size:8px;font-weight:700;height:12px;justify-content:center;width:12px}@media (max-width:768px){.gym-name{font-size:14px}.view-all-btn{font-size:11px}.category-title{font-size:13px}.post-title{font-size:11px}}.youtube-section{margin-bottom:20px;width:100%}.youtube-header{margin-bottom:10px}.youtube-title{color:#101828;font-family:Pretendard,sans-serif;font-size:15px;font-weight:700;line-height:1.1;margin:0}.youtube-player-container{background-color:#f3f4f6;border-radius:8px;height:203px;overflow:hidden;position:relative;width:100%}.youtube-player{border-radius:8px}.youtube-player iframe{border-radius:8px;pointer-events:auto!important}.youtube-loading,.youtube-placeholder{align-items:center;color:#6b7280;display:flex;font-size:14px;height:100%;justify-content:center;width:100%}.loading-spinner-small{animation:spin 1s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#3b82f6;height:24px;width:24px}.youtube-video-info{margin-top:12px}.youtube-video-title{color:#101828;font-family:Pretendard,sans-serif;font-size:14px;font-weight:600;line-height:1.4;margin:0 0 6px}.youtube-video-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-family:Pretendard,sans-serif;font-size:12px;font-weight:400;line-height:1.5;margin:0;overflow:hidden;text-overflow:ellipsis}.home-page{background:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}.home-container{margin:0 auto;max-width:800px;padding:0 22px}.home-container.has-gym{padding-top:20px}.home-container.no-gym{padding-top:40px}.home-divider{height:20px}.home-container.no-gym .home-divider{height:37px}.home-loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:100vh}.loading-spinner{border:4px solid #f0f0f0}.home-loading p{color:#757575;font-family:Pretendard,sans-serif;font-size:16px;margin:0}.home-error{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:24px;text-align:center}.error-icon{font-size:64px;margin-bottom:16px}.home-error h2{color:#101828;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;margin:0 0 12px}.home-error p{color:#6b7280;margin:0 0 24px;max-width:400px}.error-retry-btn,.home-error p{font-family:Pretendard,sans-serif;font-size:16px}.error-retry-btn{background:#d93434;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:12px 32px;transition:all .2s ease}.error-retry-btn:hover{background:#c12a2a;box-shadow:0 4px 12px #d934344d;transform:translateY(-2px)}.error-retry-btn:active{transform:translateY(0)}@media (max-width:768px){.home-container{padding-left:16px;padding-right:16px}.home-container.has-gym{padding-top:16px}.home-container.no-gym{padding-top:32px}}.gym-page{background-color:#fff;margin:0 auto;max-width:800px;padding:0 16px}.gym-error,.gym-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 20px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#d93434;height:48px;margin-bottom:16px;width:48px}.gym-error p,.gym-loading p{color:#9ca3af;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:400;margin:0}.retry-button{background-color:#d93434;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:600;margin-top:16px;padding:12px 24px;transition:background-color .2s}.retry-button:hover{background-color:#c12a2a}.gym-find-section{background-color:#f9fafb;border-radius:6.8px;margin-top:20px;padding:16px}.gym-find-title{color:#101828;font-weight:500;line-height:1.1;margin:0 0 4px}.gym-find-description,.gym-find-title{font-family:Noto Sans KR,sans-serif;font-size:14px}.gym-find-description{color:#4a5565;font-weight:400;line-height:1.428;margin:0}.gym-list-section{margin-top:20px;padding:0 16px}.gym-list-title{color:#333;font-family:Noto Sans KR,sans-serif;font-size:15px;font-weight:700;line-height:1.1;margin:0 0 20px}.gym-list-empty{padding:40px 20px;text-align:center}.gym-list-empty p{color:#9ca3af;font-family:Noto Sans KR,sans-serif;font-size:14px;margin:0}.gym-cards{display:flex;flex-direction:column;gap:20px}.gym-card-horizontal{border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;gap:10px;height:128px;padding-bottom:20px}.gym-card-horizontal:hover{opacity:.9}.gym-card-horizontal:last-child{border-bottom:none}.gym-card-logo-wrapper{align-items:center;background-color:#e0e0e0;border-radius:8px;display:flex;flex-shrink:0;height:100px;justify-content:center;overflow:hidden;width:100px}.gym-card-logo-img{height:100%;object-fit:cover;width:100%}.gym-card-logo-placeholder{color:#9ca3af;font-size:40px}.gym-card-content{gap:5px;min-width:0}.gym-card-header{height:31.5px}.gym-card-name{font-size:17px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.gym-card-like{background:#0000;border:none;cursor:pointer;flex-shrink:0;font-size:18px;height:24px;line-height:1;padding:0;transition:transform .2s;width:24px}.gym-card-like:hover{transform:scale(1.1)}.gym-card-description{font-weight:400;line-height:1.5;margin:0;text-overflow:ellipsis}.gym-card-tags{gap:5px}.gym-card-tag{background-color:#f3f4f6;border-radius:12px;color:#6b7280;font-family:Noto Sans KR,sans-serif;font-weight:400;padding:3px 8px;white-space:nowrap}.gym-card-footer{gap:12px}.gym-card-stat{color:#6b7280;font-family:Noto Sans KR,sans-serif;font-size:12px;font-weight:500}@media (max-width:768px){.gym-page{padding:0 12px}.gym-find-section{padding:14px}.gym-list-section{padding:0 12px}.gym-card-name{font-size:16px}.gym-card-description{font-size:11px}}.gym-home-tab{gap:32px;max-width:100%;padding:0}.gym-home-tab,.pinned-card{display:flex;flex-direction:column}.pinned-card{gap:16px;width:100%}.pinned-item{align-items:center;background:linear-gradient(135deg,#d9343414,#ff6b6b0d);border:1.5px solid #d9343433;border-radius:16px;cursor:pointer;display:flex;gap:16px;overflow:hidden;padding:20px 24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.pinned-item:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.pinned-item:hover:before{left:100%}.pinned-item:hover{background:linear-gradient(135deg,#d934341f,#ff6b6b14);border-color:#d9343466;box-shadow:0 8px 24px #d9343426;transform:translateY(-2px) scale(1.01)}.pinned-badge{background:linear-gradient(135deg,#d93434,#ff6b6b);border-radius:6px;box-shadow:0 2px 8px #d934344d;color:#fff;flex-shrink:0;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:800;padding:4px 10px}.pinned-icon{filter:drop-shadow(0 2px 4px rgba(217,52,52,.2));flex-shrink:0;font-size:22px}.pinned-title{color:#101828;flex:1 1;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board-card{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);width:100%}.board-section{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #1212120f;border-radius:20px;box-shadow:0 2px 8px #0000000a;cursor:pointer;display:flex;flex-direction:column;min-height:180px;overflow:hidden;padding:28px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.board-section:before{background:linear-gradient(90deg,#d93434,#ff6b6b);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.board-section:hover:before{transform:scaleX(1)}.board-section:hover{background:linear-gradient(135deg,#fff,#fffbfb);border-color:#d9343426;box-shadow:0 12px 32px #d934341f;transform:translateY(-4px) scale(1.02)}.board-section-title{align-items:center;color:#101828;display:flex;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:800;justify-content:space-between;letter-spacing:-.5px;line-height:1.2;margin-bottom:20px}.board-section-posts{display:flex;flex:1 1;flex-direction:column;gap:14px}.board-post-item{border-radius:10px;color:#4a5565;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:400;line-height:1.5;margin:-10px -14px;overflow:hidden;padding:10px 14px;position:relative;text-overflow:ellipsis;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.board-post-item:before{background:linear-gradient(90deg,#d93434,#ff6b6b);border-radius:0 4px 4px 0;content:"";height:60%;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.board-post-item:hover:before{width:3px}.board-post-item:hover{background:linear-gradient(90deg,#d9343414,#d9343405);color:#d93434;font-weight:500;padding-left:20px}.board-post-item.empty{color:#9ca3af;cursor:default;font-size:14px;padding:28px 14px;text-align:center}.board-post-item.empty:hover{background-color:initial;color:#9ca3af;font-weight:400;padding-left:14px}.board-post-item.empty:before{display:none}.board-section-badge{align-items:center;animation:pulse-badge 2s ease-in-out infinite;display:flex;flex-shrink:0;height:18px;justify-content:center;margin-left:10px;width:18px}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.board-section-badge img{filter:drop-shadow(0 2px 4px rgba(217,52,52,.3));height:18px;object-fit:contain;width:18px}.schedule-section{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #1212120f;border-radius:20px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;gap:20px;overflow:hidden;padding:28px;position:relative}.schedule-section:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.schedule-header{flex-direction:row}.schedule-header h3{color:#101828;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin:0}.schedule-header button{align-items:center;background:linear-gradient(135deg,#d9343414,#ff6b6b0d);border:1.5px solid #d9343433;border-radius:10px;color:#d93434;cursor:pointer;display:flex;flex-direction:row;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:600;gap:6px;line-height:1;padding:8px 16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.schedule-header button:hover{background:linear-gradient(135deg,#d93434,#ff6b6b);border-color:#d93434;box-shadow:0 4px 12px #d934344d;color:#fff;transform:translateY(-2px)}.schedule-content{align-items:center;background:linear-gradient(135deg,#667eea08,#764ba205);border:2px dashed #667eea33;border-radius:12px;display:flex;justify-content:center;padding:40px 24px;width:100%}.schedule-empty{font-size:15px;font-weight:500}@media (max-width:768px){.gym-home-tab{gap:24px}.board-card{gap:16px;grid-template-columns:1fr}.board-section{min-height:160px;padding:24px}.board-section-title{font-size:18px;margin-bottom:16px}.board-post-item{font-size:14px}.schedule-section{padding:24px}.schedule-header h3{font-size:18px}.schedule-header button{font-size:12px;padding:7px 14px}.pinned-item{padding:18px 20px}}@media (max-width:480px){.gym-home-tab{gap:20px}.board-section{min-height:140px;padding:20px}.board-section-title{font-size:17px;margin-bottom:14px}.board-post-item{font-size:13px;margin:-8px -12px;padding:8px 12px}.board-post-item:hover{padding-left:18px}.pinned-badge{font-size:11px;padding:3px 8px}.pinned-title{font-size:15px}.pinned-item{padding:16px 18px}.pinned-icon{font-size:20px}.schedule-section{padding:20px}.schedule-header h3{font-size:17px}.schedule-content{padding:32px 20px}}.post-list{display:flex;flex-direction:column;gap:0}.post-list-empty{padding:60px 20px;text-align:center}.post-list-empty p{color:#9ca3af;font-family:Noto Sans,sans-serif;font-size:14px;margin:0}.post-item{border-bottom:1px solid #f3f4f6;cursor:pointer;padding:16px;transition:background-color .2s}.post-item:hover{background-color:#f9fafb}.post-item.pinned{background-color:#fef2f2;border-left:3px solid #d93434}.post-pinned-badge{align-items:center;display:flex;gap:5px;margin-bottom:8px}.pinned-text{color:#d93434;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:700}.pinned-icon{font-size:14px}.post-title{color:#101828;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:600;margin:0 0 8px}.post-meta{align-items:center;display:flex;gap:6px;margin-bottom:8px}.post-author{color:#6b7280;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:500}.post-dot{color:#d1d5dc;font-size:12px}.post-date{color:#9ca3af;font-weight:400}.post-comments,.post-date{font-family:Noto Sans,sans-serif;font-size:12px}.post-comments{color:#6b7280;font-weight:500}.post-thumbnail{background-color:#f3f4f6;border-radius:8px;height:200px;margin-bottom:8px;overflow:hidden;width:100%}.post-thumbnail img{height:100%;object-fit:cover;width:100%}.post-stats{display:flex;gap:12px}.post-stat{color:#9ca3af;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:400}.gym-calendar-tab{padding:20px 16px}.calendar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.calendar-month{color:#101828;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:700;margin:0}.calendar-nav-btn{background-color:#f3f4f6;border:none;border-radius:8px;color:#6b7280;cursor:pointer;font-size:18px;height:36px;transition:background-color .2s;width:36px}.calendar-nav-btn:hover{background-color:#e5e7eb}.calendar-weekdays{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(7,1fr);margin-bottom:8px}.calendar-weekday{color:#6b7280;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:600;padding:8px 0;text-align:center}.calendar-weekday.sunday{color:#d93434}.calendar-grid{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(7,1fr);margin-bottom:24px}.calendar-day{align-items:center;aspect-ratio:1;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:4px;position:relative;transition:all .2s}.calendar-day:hover:not(.empty){background-color:#f9fafb;border-color:#d1d5dc}.calendar-day.empty{border-color:#0000;cursor:default}.calendar-day.today{background-color:#fef2f2;border-color:#d93434}.calendar-day.selected{background-color:#d93434;border-color:#d93434}.calendar-day.selected .calendar-day-number{color:#fff}.calendar-day-number{color:#101828;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:500}.calendar-day-dots{bottom:4px;display:flex;gap:3px;position:absolute}.calendar-dot{border-radius:50%;height:4px;width:4px}.calendar-schedule-list{border-top:1px solid #e5e7eb;padding-top:20px}.schedule-list-title{color:#101828;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700;margin:0 0 16px}.schedule-item{background-color:#f9fafb;border-radius:8px;gap:12px;margin-bottom:8px;padding:12px}.schedule-color{border-radius:2px;flex-shrink:0;height:100%;width:4px}.schedule-title{font-size:14px;font-weight:600;margin:0 0 4px}.schedule-description{color:#6b7280;font-size:13px;font-weight:400}.schedule-description,.schedule-empty{font-family:Noto Sans,sans-serif;margin:0}.schedule-empty{color:#9ca3af;font-size:14px;padding:20px;text-align:center}.gym-home-section{margin-bottom:32px}.gym-home-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;padding:0 16px}.gym-home-section-header h3{color:#101828;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700;margin:0}.gym-home-section-header button{background:#0000;border:none;color:#6b7280;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:500;transition:color .2s}.gym-home-section-header button:hover{color:#d93434}.gym-detail-page{background-color:#fff;margin:0 auto;max-width:800px;min-height:100vh}.gym-detail-error,.gym-detail-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 20px;text-align:center}.gym-detail-header{height:146px;overflow:hidden;position:relative}.gym-banner{height:146px;left:0;overflow:hidden;position:absolute;right:0;top:0}.gym-banner-img{height:100%;object-fit:cover;width:100%}.gym-banner-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);height:100%;width:100%}.gym-banner-overlay{background:#00000080;bottom:0;left:0;position:absolute;right:0;top:0}.gym-header-content{display:flex;flex-direction:column;gap:10px;padding:10px 16px;position:relative;z-index:1}.gym-logo-wrapper{align-items:center;background-color:#fff;border:1px solid #12121226;border-radius:8px;display:flex;height:90px;justify-content:center;overflow:hidden;width:90px}.gym-logo-img{height:100%;object-fit:cover;width:100%}.gym-logo-placeholder{color:#9ca3af;font-size:40px}.gym-tags-scroll{-ms-overflow-style:none;display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;white-space:nowrap}.gym-tags-scroll::-webkit-scrollbar{display:none}.gym-tag{background-color:#fff3;border:1px solid #ffffff4d;border-radius:16px;color:#fff;flex-shrink:0;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:500;padding:6px 12px;white-space:nowrap}.gym-settings-btn{background-color:#0006;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;height:32px;position:absolute;right:16px;top:10px;width:32px;z-index:2}.gym-settings-btn:hover{background-color:#0009}.gym-search-btn{background-color:#0006;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;height:32px;position:absolute;right:56px;top:10px;width:32px;z-index:2}.gym-search-btn:hover{background-color:#0009}.gym-action-row{border-bottom:1px solid #f3f4f6;display:flex;gap:8px;padding:16px}.gym-action-row.unregistered{gap:10px}.gym-join-action-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:700;height:48px;transition:all .2s}.gym-join-action-btn.join{background-color:#d93434;color:#fff}.gym-join-action-btn.join:hover{background-color:#c12a2a}.gym-join-action-btn.pending{background-color:#9ca3af99;color:#fffc;cursor:not-allowed}.gym-write-btn{background-color:#f9fafb;border:1px solid #12121226;border-radius:8px;color:#101828;cursor:pointer;flex:1 1;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:400;height:44px;transition:background-color .2s}.gym-write-btn:hover{background-color:#f3f4f6}.gym-member-btn{background-color:#f9fafb;border:1px solid #12121226;border-radius:8px;color:#101828;cursor:pointer;flex:1 1;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:400;height:44px;transition:background-color .2s}.gym-action-row.unregistered .gym-member-btn{flex:0 0 100px;height:48px}.gym-member-btn:hover{background-color:#f3f4f6}.gym-notification-btn{background-color:#f9fafb;border:1px solid #12121226;border-radius:8px;cursor:pointer;flex-shrink:0;font-size:18px;height:44px;transition:background-color .2s;width:44px}.gym-notification-btn:hover{background-color:#f3f4f6}.gym-tab-bar{background-color:#fff;border-bottom:1px solid #f3f4f6;display:flex;height:47px;justify-content:space-between}.gym-tab{background:#0000;border:none;border-bottom:2px solid #0000;color:#4a5565b3;cursor:pointer;flex:1 1;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:400;padding:14px 0;transition:all .2s}.gym-tab.active{border-bottom-color:#d93434;color:#101828;font-size:15px;font-weight:700}.gym-tab:hover{background-color:#f9fafb}.gym-tab-content{min-height:400px;padding:20px 16px}.gym-calendar-tab,.gym-free-tab,.gym-home-tab,.gym-notice-tab,.gym-workout-tab{color:#6b7280;font-family:Noto Sans,sans-serif;font-size:14px;padding:40px 20px;text-align:center}.gym-join-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.gym-join-dialog{background-color:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;padding:24px;width:calc(100% - 32px)}.dialog-title{color:#101828;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:700;margin:0 0 8px}.dialog-description{color:#6b7280;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:400;margin:0 0 20px}.parent-mode-toggle{align-items:center;border-bottom:1px solid #f3f4f6;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:16px;padding:12px 0}.parent-mode-toggle label{color:#4a5565;flex:1 1;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700}.parent-mode-toggle input[type=checkbox]{cursor:pointer;height:31px;width:51px}.parent-memo-section{margin-bottom:20px}.parent-memo-section label{color:#4a5565;display:block;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:600;margin-bottom:8px}.parent-memo-input{border:1px solid #d1d5dc;border-radius:8px;color:#101828;font-family:Noto Sans,sans-serif;font-size:14px;height:44px;padding:0 12px;transition:border-color .2s;width:100%}.parent-memo-input:focus{border-color:#101828;outline:none}.parent-memo-input::placeholder{color:#9ca3af}.dialog-buttons{gap:8px}.dialog-btn{flex:1 1;font-size:15px;font-weight:600;height:44px;transition:all .2s}.dialog-btn.cancel{color:#6b7280}.dialog-btn.confirm:hover{background-color:#c12a2a}@media (max-width:768px){.gym-detail-page{padding:0}.gym-action-row{gap:6px;padding:12px}.gym-membership-section{padding:12px}.gym-tab-content{padding:16px 12px}}.gym-settings-page{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}.gym-settings-page.loading{align-items:center;color:#9ca3af;display:flex;font-size:16px;justify-content:center}.gym-settings-header{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;padding:16px}.gym-settings-header .back-btn{background:none;border:none;color:#121212;cursor:pointer;font-size:24px;margin-right:10px;padding:0}.gym-settings-header h1{color:#121212;font-family:Noto Sans KR,sans-serif;font-size:20px;font-weight:700;line-height:1.1;margin:0}.gym-settings-banner{background-color:#e5e7eb;background-position:50%;background-size:cover;padding:10px 16px;width:100%}.gym-settings-content{display:flex;flex-direction:column;gap:10px}.gym-logo-box{align-items:center;background-color:#d1d5db;border:1px solid #12121226;border-radius:8px;display:flex;height:90px;justify-content:center;overflow:hidden;width:90px}.gym-logo-box img{height:100%;object-fit:cover;width:100%}.logo-placeholder{color:#9ca3af;font-size:40px}.gym-tags{display:flex;flex-wrap:wrap;gap:10px}.tag{background-color:#ffffff59;border-radius:8px;color:#4a5565;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:500;line-height:1.1;padding:5px}.gym-settings-menu{background-color:#f9fafb;padding:10px 16px}.menu-item{background:none;border:none;color:#101828;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:400;line-height:1.1;text-align:left;width:100%}.menu-item:hover{background-color:#12121205}.menu-item.no-divider{border-bottom:none}.menu-item .placeholder{color:#99a1af}.menu-item .arrow{font-size:20px}.menu-item .placeholder+.arrow{color:#99a1af}.gym-members-page{flex-direction:column;min-height:100vh}.gym-members-page,.members-header{background-color:#fff;display:flex}.members-header{align-items:center;border-bottom:1px solid #e5e7eb;padding:16px}.members-header .back-btn{background:none;border:none;color:#101828;cursor:pointer;font-size:24px;margin-right:10px;padding:0}.members-header .gym-name{color:#d93434;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:800;margin:0}.search-container{align-items:center;display:flex;padding:10px 16px;position:relative}.search-input{border:1px solid #12121226;flex:1 1;font-family:Pretendard,sans-serif;font-size:15px;height:52px;outline:none;padding:0 16px}.clear-btn,.search-input::placeholder{color:#99a1af}.clear-btn{background:none;border:none;cursor:pointer;font-size:20px;position:absolute;right:28px}.member-count-bar{align-items:center;color:#101828;display:flex;font-family:Noto Sans,sans-serif;font-size:14px;justify-content:space-between;padding:0 16px}.manage-toggle-btn{background:none;border:none;color:#101828;cursor:pointer;font-size:24px;padding:8px}.manage-toggle-btn.active{color:#d93434}.pending-section{margin-top:10px}.section-divider{background-color:#12121226;height:20px}.pending-container{padding:10px 16px}.pending-container h3{color:#101828;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:700;margin:0 0 10px}.pending-item{align-items:center;display:flex;gap:10px;padding:10px 0}.member-avatar{background-color:#f3f4f6;border-radius:50%;flex-shrink:0;height:40px;overflow:hidden;width:40px}.member-avatar img{height:100%;object-fit:cover;width:100%}.avatar-placeholder{align-items:center;color:#9ca3af;display:flex;font-size:20px;height:100%;justify-content:center;width:100%}.pending-info{flex:1 1}.pending-name-row{align-items:center;display:flex;gap:5px;margin-bottom:5px}.pending-name{font-size:15px;font-weight:400}.pending-name,.pending-role{color:#101828;font-family:Noto Sans,sans-serif}.pending-role{font-size:12px;font-weight:700}.pending-date{color:#99a1af;font-family:Noto Sans,sans-serif;font-size:12px}.pending-actions{display:flex;gap:10px}.approve-btn,.reject-btn{border:1px solid #12121226;border-radius:8px;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;height:44px;width:60px}.reject-btn{background-color:#f9fafb;color:#99a1af}.approve-btn{background-color:#d93434;color:#fff}.members-list-container{border-top:20px solid #12121226;flex:1 1;margin-top:20px;padding:16px}.empty,.loading{color:#9ca3af;font-size:14px;padding:40px;text-align:center}.members-list{display:flex;flex-direction:column;gap:20px}.member-item{align-items:center;display:flex;gap:12px}.member-info{flex:1 1}.member-name{color:#101828;font-size:15px;font-weight:600;margin-bottom:4px}.member-name,.member-role{font-family:Noto Sans,sans-serif}.member-role{color:#6b7280;font-size:13px}.member-actions{display:flex;gap:8px}.remove-btn,.role-btn{border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:600;padding:8px 12px}.role-btn{background-color:#fff;color:#101828}.remove-btn{background-color:#fef2f2;border-color:#dc2626;color:#dc2626}.gym-schedule-page{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}.schedule-header{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px}.schedule-header .add-btn,.schedule-header .back-btn{background:none;border:none;color:#101828;cursor:pointer;font-size:24px;padding:0}.schedule-header h1{color:#101828;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:700;line-height:1.1;margin:0}.schedule-list{flex:1 1;overflow-y:auto;padding:4px 16px}.loading{color:#9ca3af;font-size:14px;padding:40px;text-align:center}.month-section{margin-bottom:20px}.month-gap{height:34px}.month-label{background-color:#f9fafb;border-radius:8px;color:#4a5565;font-weight:400;line-height:1.1;margin-bottom:10px;padding:10px}.empty-month,.month-label{font-family:Noto Sans,sans-serif;font-size:15px}.empty-month{align-items:center;color:#99a1af;justify-content:center;min-height:95px;padding:16px;text-align:center}.empty-month,.schedule-item{border-bottom:1px solid #1212120d;display:flex}.schedule-item{cursor:pointer;gap:16px;padding:16px 0;transition:background-color .2s}.schedule-item:hover{background-color:#12121205}.schedule-item.inactive{opacity:.5}.schedule-date{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;width:34px}.date-number{font-size:24px}.date-day,.date-number{color:#101828;font-family:Noto Sans,sans-serif;font-weight:400;line-height:1.1}.date-day{font-size:12px;margin-top:2px}.schedule-item.inactive .date-day,.schedule-item.inactive .date-number{color:#99a1af}.schedule-info{display:flex;flex:1 1;flex-direction:column;gap:8px}.schedule-title-row{align-items:center;display:flex;gap:6px}.schedule-title{font-size:17px;font-weight:500;line-height:1.1}.schedule-item.inactive .schedule-title{color:#99a1af}.unread-dot{background-color:#d93434;border-radius:50%;flex-shrink:0;height:4px;width:4px}.schedule-time{color:#101828;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:400;line-height:1.1}.schedule-item.inactive .schedule-time{color:#99a1af}.schedule-create-page,.schedule-detail-page{background-color:#fff;min-height:100vh}.schedule-detail-page.loading{align-items:center;color:#9ca3af;display:flex;justify-content:center}.detail-header{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px}.detail-header .back-btn,.detail-header .delete-btn{background:none;border:none;color:#101828;cursor:pointer;padding:0}.detail-header .back-btn{font-size:24px}.detail-header .delete-btn{color:#d93434;font-family:Noto Sans,sans-serif;font-size:15px}.detail-header h1{color:#101828;flex:1 1;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:700;margin:0;text-align:center}.detail-content{padding:20px 16px}.schedule-title{color:#101828;font-family:Noto Sans,sans-serif;font-size:24px;font-weight:700;margin:0 0 24px}.detail-section{border-bottom:1px solid #f3f4f6;margin-bottom:20px;padding-bottom:20px}.detail-section:last-child{border-bottom:none}.detail-label{color:#6b7280;font-size:14px;font-weight:600;margin-bottom:8px}.detail-label,.detail-value{font-family:Noto Sans,sans-serif}.detail-value{color:#101828;font-size:16px;font-weight:400;line-height:1.5}.detail-value.description{white-space:pre-wrap}.gym-create-page{background-color:#fff;min-height:100vh}.create-header{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;padding:16px}.create-header .back-btn{background:none;border:none;color:#101828;cursor:pointer;font-size:24px;margin-right:10px;padding:0}.create-header h1{color:#101828;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:700;margin:0}.create-form{gap:20px;padding:20px 16px}.create-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#101828;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:600}.form-group input,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-family:Pretendard,sans-serif;font-size:15px;outline:none;padding:12px}.form-group input:focus,.form-group textarea:focus{border-color:#d93434}.form-group textarea{resize:vertical}.submit-btn{background-color:#d93434;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;margin-top:20px;padding:14px;transition:background-color .2s}.submit-btn:hover:not(:disabled){background-color:#c02a2a}.submit-btn:disabled{cursor:not-allowed;opacity:.5}.create-post-page{background-color:#fff;display:flex;flex-direction:column;height:100vh;margin:0 auto;max-width:100%}.create-post-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:row;flex-shrink:0;height:56px;justify-content:space-between;padding:0 16px}.create-post-header .back-btn{background:none;border:none;color:#101828;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:24px;font-weight:400;line-height:1;padding:4px 8px;transition:color .2s}.create-post-header .back-btn:hover{color:#d93434}.create-post-header h1{color:#101828;flex:1 1;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:700;line-height:1.1;margin:0;text-align:center}.create-post-header .done-btn{background:none;border:none;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:400;line-height:1.1;padding:4px 8px;transition:color .2s}.create-post-header .done-btn.active{color:#101828}.create-post-header .done-btn.active:hover{color:#d93434}.create-post-header .done-btn.disabled{color:#99a1af;cursor:not-allowed}.create-post-content{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:20px 22px}.category-selector{margin-bottom:16px;position:relative}.category-dropdown-btn{align-items:center;background:#fff;border:none;border-bottom:1px solid #1212120d;color:#101828;cursor:pointer;display:flex;flex-direction:row;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:400;height:44px;justify-content:space-between;padding:0 16px;transition:background-color .2s;width:100%}.category-dropdown-btn:hover{background-color:#f9fafb}.category-dropdown-btn .dropdown-arrow{color:#6b7280;font-size:12px}.category-dropdown-menu{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%;z-index:10}.category-option{background:#fff;border:none;color:#101828;cursor:pointer;display:block;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:400;padding:12px 16px;text-align:left;transition:background-color .2s;width:100%}.category-option:hover{background-color:#f9fafb}.category-option.selected{background-color:#fef2f2;color:#d93434;font-weight:600}.pinned-toggle{align-items:center;background-color:#f9fafb;border-radius:8px;display:flex;margin-bottom:16px;padding:12px 16px}.pinned-toggle label{align-items:center;color:#101828;cursor:pointer;display:flex;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:400;gap:8px}.pinned-toggle input[type=checkbox]{accent-color:#d93434;cursor:pointer;height:18px;width:18px}.title-input-container{margin-bottom:8px}.title-input{background:#fff;border:none;border-bottom:1px solid #1212120d;color:#101828;font-family:Noto Sans,sans-serif;font-size:17px;font-weight:600;height:48px;outline:none;padding:0 16px;transition:border-color .2s;width:100%}.title-input::placeholder{color:#99a1af;font-weight:400}.title-input:focus{border-bottom-color:#d93434}.content-textarea-container{flex:1 1;margin-bottom:20px;min-height:200px}.content-textarea{background:#fff;border:none;color:#101828;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:400;height:100%;line-height:1.5;min-height:200px;outline:none;padding:16px;resize:vertical;width:100%}.content-textarea::placeholder{color:#99a1af}.media-section{background-color:#f9fafb;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:20px}.add-media-btn,.media-buttons{display:flex;gap:8px}.add-media-btn{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#101828;cursor:pointer;flex:1 1;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:500;justify-content:center;padding:12px 16px;transition:all .2s}.add-media-btn:hover{background-color:#f9fafb;border-color:#d93434;color:#d93434}.media-previews{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.media-preview-item{aspect-ratio:1;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;position:relative}.media-preview-item img,.media-preview-item video{height:100%;object-fit:cover;width:100%}.upload-overlay{background-color:#0009;bottom:0;justify-content:center;left:0;position:absolute;right:0;top:0}.upload-overlay,.upload-progress{align-items:center;display:flex;flex-direction:column}.upload-progress{gap:8px;width:80%}.progress-text{color:#fff;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:600}.progress-text:before{content:"압축 중 "}.upload-overlay[data-status=uploading] .progress-text:before{content:"업로드 중 "}.progress-bar{background-color:#ffffff4d;border-radius:2px;height:4px;overflow:hidden;width:100%}.progress-fill{background-color:#d93434;height:100%;transition:width .3s ease}.upload-error{color:#fff;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:600;text-align:center}.error-text{font-size:11px;font-weight:400;margin-top:4px;opacity:.9}.remove-media-btn{align-items:center;background-color:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:24px;justify-content:center;position:absolute;right:4px;top:4px;transition:background-color .2s;width:24px;z-index:10}.remove-media-btn:hover{background-color:#d93434}@media (max-width:768px){.create-post-header h1{font-size:18px}.create-post-header .done-btn{font-size:14px}.category-dropdown-btn{font-size:14px;height:40px}.title-input{font-size:16px;height:44px}.content-textarea{font-size:14px}}@media (max-width:480px){.create-post-content{padding:16px}.create-post-header h1{font-size:17px}.category-dropdown-btn,.create-post-header .done-btn{font-size:13px}.title-input{font-size:15px}.content-textarea{font-size:13px;min-height:150px}}.post-detail-page{background-color:var(--bg-primary);display:flex;flex-direction:column;min-height:100vh;padding-bottom:80px}.post-detail-page.error,.post-detail-page.loading{align-items:center;color:var(--text-primary);display:flex;font-size:16px;justify-content:center}.post-detail-container{margin:0 auto;max-width:600px;padding:20px;width:100%}.post-header{align-items:center;display:flex;margin-bottom:16px}.author-avatar{background-color:var(--bg-secondary);border-radius:50%;height:40px;margin-right:12px;object-fit:cover;width:40px}.author-info{flex:1 1}.author-name{color:var(--text-primary);font-size:15px;font-weight:600;margin:0}.post-time{font-size:13px;margin:2px 0 0}.post-menu-btn,.post-time{color:var(--text-secondary)}.post-menu-btn{background:none;border:none;cursor:pointer;font-size:20px;padding:8px}.post-title{color:var(--text-primary);font-size:18px;font-weight:700;line-height:1.4;margin-bottom:12px}.post-content{color:var(--text-primary);font-size:15px;line-height:1.6;margin-bottom:20px;white-space:pre-wrap}.active-attachment{background:var(--bg-primary);border-radius:12px;margin-bottom:12px;max-height:600px;overflow:hidden;position:relative;width:100%}.active-attachment img,.active-attachment video{display:block;height:auto;max-height:600px;object-fit:contain;width:100%}.attachment-thumbnails{display:flex;gap:8px;margin-bottom:12px;overflow-x:auto;padding-bottom:12px}.thumbnail-item{border:2px solid #0000;border-radius:8px;cursor:pointer;flex-shrink:0;height:80px;overflow:hidden;width:80px}.thumbnail-item.active{border-color:#d93434}.thumbnail-item img{height:100%;object-fit:cover;width:100%}.post-footer{border-bottom:1px solid var(--border-color);gap:16px;justify-content:flex-end;margin-bottom:16px;padding:16px 0}.interaction-item,.post-footer{align-items:center;display:flex}.interaction-item{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:13px}.interaction-item:hover{color:var(--text-primary)}.interaction-icon{font-size:18px;margin-right:4px}.interaction-item.liked{color:#d93434}.comments-section{display:flex;flex-direction:column;gap:24px}.empty-comments{color:var(--text-secondary);font-size:14px;padding:40px 0;text-align:center}.comment-item{display:flex;gap:12px}.comment-content-box{background-color:var(--bg-secondary);border-radius:12px;flex:1 1;padding:12px}.comment-author{font-weight:600;margin-bottom:4px}.comment-author,.comment-text{color:var(--text-primary);font-size:14px}.comment-text{line-height:1.4;white-space:pre-wrap}.comment-actions{display:flex;gap:12px;margin-top:6px}.comment-action-btn,.comment-actions{color:var(--text-secondary);font-size:12px}.comment-action-btn{background:none;border:none;cursor:pointer;padding:0}.comment-action-btn:hover{text-decoration:underline}.reply-list{border-left:2px solid var(--border-color);display:flex;flex-direction:column;gap:16px;margin-left:12px;margin-top:12px;padding-left:12px}.comment-input-bar{align-items:center;background-color:var(--bg-primary);border-top:1px solid var(--border-color);bottom:0;display:flex;gap:12px;left:0;padding:12px 20px;position:fixed;right:0;z-index:100}.comment-input{border:1px solid var(--border-color);border-radius:20px;flex:1 1;font-size:14px;outline:none;padding:10px 16px;transition:border-color .2s}.comment-input:focus{border-color:#d93434}.comment-send-btn{background-color:#d93434;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:background-color .2s}.comment-send-btn:disabled{background-color:#e5e7eb;cursor:not-allowed}.post-search-page{background-color:#fff;display:flex;flex-direction:column;margin:0 auto;max-width:800px;min-height:100vh}.post-search-page .search-header{align-items:center;background-color:#fff;border-bottom:1px solid #f3f4f6;display:flex;gap:10px;padding:8px 16px}.post-search-page .back-btn{background:none;border:none;color:#101828;cursor:pointer;font-size:20px;height:24px;padding:0;width:24px}.post-search-page .search-header h1{color:#101828;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:700;margin:0;transform:translateY(-2px)}.post-search-page .search-input-wrapper{padding:8px 16px 16px;position:relative}.post-search-page .search-input{border:1px solid #12121226;border-radius:12px;box-sizing:border-box;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:400;line-height:1.1;outline:none;padding:10px 40px 10px 10px;width:100%}.post-search-page .search-input::placeholder{color:#99a1af}.post-search-page .search-input.active{border-color:#101828}.post-search-page .clear-btn{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;position:absolute;right:26px;top:50%;transform:translateY(-50%);width:32px}.post-search-page .search-content{flex:1 1;overflow-y:auto;padding:0 16px}.post-search-page .search-empty{min-height:200px}.post-search-page .search-history-section{background-color:#f9fafb;border-radius:8px;margin-bottom:24px;padding:10px 12px}.post-search-page .search-history-item{align-items:center;cursor:pointer;display:flex;gap:10px;padding:6px 0}.post-search-page .search-history-item:hover{opacity:.7}.post-search-page .history-icon{flex-shrink:0;font-size:22px}.post-search-page .history-text{color:#101828;flex:1 1;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:500;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-search-page .history-arrow{color:#4a5565;flex-shrink:0;font-size:16px}.post-search-page .section-title{color:#101828;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:700;line-height:1.2;margin:0 0 12px}.post-search-page .posts-list{display:flex;flex-direction:column;gap:12px}.post-search-page .post-card{background-color:#f9fafb;border-radius:8px;cursor:pointer;padding:12px 14px;transition:background-color .2s}.post-search-page .post-card:hover{background-color:#f3f4f6}.post-search-page .post-header-row{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;margin-bottom:10px}.post-search-page .post-title{color:#101828;flex:1 1;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:400;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-search-page .post-meta-inline{align-items:center;display:flex;flex-shrink:0;gap:6px}.post-search-page .meta-text{color:#4a5565;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:400;line-height:1.2;white-space:nowrap}.post-search-page .attachment-icons{display:flex;gap:4px}.post-search-page .attachment-icons .icon{font-size:16px;line-height:1}.post-search-page .post-content{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#4a5565;display:-webkit-box;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:400;line-height:1.1;overflow:hidden;text-overflow:ellipsis}.post-search-page .highlight{color:#d93434;font-weight:700}.post-search-page .empty-state,.post-search-page .loading{color:#99a1af;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:400;padding:20px;text-align:center}.profile-card-page{background-color:#fff;min-height:100vh}.profile-card-page.error,.profile-card-page.loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}.profile-card-header{align-items:center;display:flex;gap:10px;height:44px;padding:16px 20px}.profile-card-header h1{font-family:Pretendard,sans-serif;font-size:20px;font-weight:700;margin:0}.profile-card-content{padding-top:92px}.owner-profile-section{align-items:flex-start;display:flex;flex-direction:column;gap:10px;padding:10px 16px;width:100%}.owner-profile-image,.owner-profile-section{background-position:50%;background-size:cover}.owner-profile-image{background-color:#d1d5db;border:1px solid #12121226;border-radius:8px;height:90px;width:90px}.owner-tags{display:flex;flex-wrap:wrap;gap:10px}.user-profile-section{background-position:50%;background-size:cover;height:174px;position:relative;width:100%}.user-profile-image{background-color:#d1d5db;background-position:50%;background-size:cover;border:1px solid #12121226;border-radius:8px;height:120px;top:-56px;width:120px}.user-name-tag,.user-profile-image{left:50%;position:absolute;transform:translateX(-50%)}.user-name-tag{top:140px}.tag-left-1{top:25px}.tag-left-1,.tag-left-2{left:8px;position:absolute}.tag-left-2{top:64px}.tag-left-3{left:8px;position:absolute;top:103px}.tag-right-1{top:25px}.tag-right-1,.tag-right-2{position:absolute;right:8px}.tag-right-2{top:64px}.tag-right-3{position:absolute;right:8px;top:103px}.profile-tag{background-color:#ffffff59;border-radius:8px;color:#4a5565;font-family:Noto Sans,Pretendard,sans-serif;font-size:13px;font-weight:500;line-height:1.1;padding:5px}.profile-menu-section{background-color:#f9fafb;margin-top:20px;padding:10px 16px}.menu-item{align-items:center;border-bottom:1px solid #12121226;cursor:pointer;display:flex;justify-content:space-between;padding:5px 0;transition:background-color .2s}.menu-item:hover{background-color:#00000005}.menu-item span.has-value{color:#101828}.menu-item span.has-value,.menu-item span.placeholder{font-family:Noto Sans,Pretendard,sans-serif;font-size:15px;font-weight:400;line-height:1.1}.menu-item span.placeholder{color:#99a1af}.menu-item .arrow{color:#101828;font-size:18px}.bottom-action{bottom:49px;left:16px;position:fixed;right:16px}.bottom-action button{align-items:center;background:none;border:none;border-bottom:1px solid #12121226;color:#99a1af;cursor:pointer;display:flex;font-family:Noto Sans,Pretendard,sans-serif;font-size:15px;font-weight:400;justify-content:space-between;padding:12px;text-align:left;width:100%}.bottom-action button:after{color:#101828;content:"→";font-size:18px}.dialog-overlay{background-color:#00000080}.dialog-box{background-color:#fff;max-height:80vh;overflow-y:auto}.dialog-content{display:flex;flex-direction:column;gap:12px}.dialog-actions{gap:8px;margin-top:16px}.dialog-actions button{border:none;border-radius:6px;cursor:pointer;font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;padding:8px 16px}.dialog-actions button:first-child{background-color:#e5e7eb;color:#374151}.dialog-actions button:last-child{background-color:#d93434;color:#fff}.edit-input{border:1px solid #d1d5db;border-radius:6px;font-family:Pretendard,sans-serif;font-size:14px;outline:none;padding:12px}.edit-input:focus{border-color:#d93434}.weight-class-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.weight-class-item{border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;padding:12px;transition:background-color .2s}.weight-class-item:hover{background-color:#f9fafb}.weight-class-desc{color:#6b7280;font-size:12px;margin-top:4px}.lab-page{background-color:#fff;min-height:100vh}.lab-header{align-items:center;background-color:#d93434;display:flex;gap:10px;height:44px;padding:16px 20px}.lab-header .back-btn{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:24px;height:24px;justify-content:center;padding:0;width:24px}.lab-header h1{color:#fff;font-family:Pretendard,sans-serif;font-size:20px;font-weight:700;margin:0}.lab-content{padding:16px}.lab-content h2{color:#101828;font-family:Pretendard,sans-serif;font-size:18px;font-weight:700;margin:0 0 16px}.select-video-btn{align-items:center;background-color:#d93434;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;gap:8px;height:52px;justify-content:center;transition:background-color .2s;width:100%}.select-video-btn:hover:not(:disabled){background-color:#c02a2a}.select-video-btn:disabled{cursor:not-allowed;opacity:.5}.hidden-input{display:none}.selected-video-info{display:flex;flex-direction:column;gap:16px;margin-top:16px}.video-info-content{align-items:center;background-color:#f9fafb;border-radius:8px;display:flex;gap:12px;padding:12px}.video-icon{font-size:32px}.video-details{flex:1 1}.video-name{color:#101828;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-name,.video-size{font-family:Pretendard,sans-serif}.video-size{color:#667085;font-size:12px;margin-top:4px}.remove-btn{background:none;border:none;color:#667085;cursor:pointer;font-size:20px;padding:4px}.video-preview{background-color:#000;border-radius:8px;overflow:hidden;width:100%}.video-preview video{display:block;width:100%}.upload-btn{align-items:center;background-color:#d93434;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;gap:12px;height:52px;justify-content:center;transition:background-color .2s;width:100%}.upload-btn:hover:not(:disabled){background-color:#c02a2a}.upload-btn:disabled{cursor:not-allowed;opacity:.7}.upload-spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.compression-info{align-items:center;background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;color:#065f46;display:flex;font-family:Pretendard,sans-serif;font-size:13px;font-weight:600;gap:12px;padding:12px}.check-icon{color:#10b981;font-size:24px}.uploaded-section{margin-top:32px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.section-header h2{margin:0}.refresh-btn{align-items:center;background:none;border:none;border-radius:6px;color:#d93434;cursor:pointer;display:flex;font-family:Pretendard,sans-serif;font-size:14px;gap:4px;padding:6px 12px;transition:background-color .2s}.refresh-btn:hover{background-color:#fef2f2}.empty-state{color:#667085;font-family:Pretendard,sans-serif;font-size:14px;padding:32px;text-align:center}.empty-subtitle{color:#9ca3af;font-size:12px;margin-top:8px}.settings-page{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}.settings-header{background-color:#d93434;color:#fff;padding:20px}.settings-header h1{font-family:Noto Sans KR,sans-serif;font-size:20px;font-weight:700;line-height:1.1;margin:0}.settings-content{display:flex;flex:1 1;flex-direction:column;padding:32px 16px 40px}.settings-menu{margin-bottom:40px}.settings-item{align-items:center;background:none;border:none;color:#101828;cursor:pointer;display:flex;font-family:Noto Sans KR,sans-serif;font-size:15px;font-weight:400;height:50px;justify-content:space-between;padding:0;transition:background-color .2s;width:100%}.settings-item:hover{background-color:#f9fafb}.settings-item .arrow{color:#101828;font-size:20px}.logout-btn{background-color:#d93434;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;height:52px;margin-bottom:12px;transition:background-color .2s;width:100%}.logout-btn:hover{background-color:#c02a2a}.logout-btn:disabled{background-color:#e5e7eb;cursor:not-allowed}.delete-account-btn{align-self:center;background:none;border:none;color:#101828;cursor:pointer;font-family:Pretendard,sans-serif;font-size:14px;padding:8px;text-decoration:underline}.delete-account-btn:hover{color:#d93434}.delete-account-btn:disabled{color:#9ca3af;cursor:not-allowed}.dialog-box{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;max-width:400px;padding:24px;width:90%}.dialog-box h3{font-size:18px;font-weight:700;margin:0 0 16px}.dialog-box h3,.dialog-box p{color:#101828;font-family:Pretendard,sans-serif}.dialog-box p{font-size:14px;line-height:1.5;margin:0 0 24px}.dialog-actions{display:flex;gap:12px;justify-content:flex-end}.dialog-btn{border:none;border-radius:8px;font-family:Pretendard,sans-serif;font-size:16px;padding:10px 20px}.dialog-btn.cancel{background-color:#f3f4f6;color:#667085}.dialog-btn.cancel:hover{background-color:#e5e7eb}.dialog-btn.confirm{background-color:#d93434;color:#fff;font-weight:600}.dialog-btn.confirm:hover{background-color:#c02a2a}.dialog-btn:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.theme-settings-page{background-color:var(--bg-primary);min-height:100vh}.theme-settings-header{align-items:center;background-color:#d93434;display:flex;gap:10px;padding:16px 20px}.back-btn{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:24px;height:24px;justify-content:center;padding:0;width:24px}.theme-settings-header h1{color:#fff;font-family:Pretendard,sans-serif;font-size:20px;font-weight:700;margin:0}.theme-settings-content{display:flex;flex-direction:column;gap:20px;padding:18px 16px}.theme-option{align-items:center;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:16px;transition:all .2s}.theme-option:hover{background-color:var(--bg-hover)}.theme-option.selected{background-color:var(--bg-selected);border-color:#d93434}.theme-option-content{flex:1 1}.theme-option-title{color:var(--text-primary);font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;margin-bottom:4px}.theme-option-subtitle{color:var(--text-secondary);font-family:Pretendard,sans-serif;font-size:13px;font-weight:400;line-height:1.4}.theme-option-radio{align-items:center;border:2px solid var(--border-color);border-radius:50%;display:flex;height:20px;justify-content:center;transition:border-color .2s;width:20px}.theme-option.selected .theme-option-radio{border-color:#d93434}.radio-selected{background-color:#d93434;border-radius:50%;height:12px;width:12px}.gym-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 1px 3px #0000000d;box-sizing:border-box;cursor:pointer;display:flex;height:128px;margin-bottom:20px;padding:12px}.gym-card:hover{background-color:#fafafa}.gym-card-image{align-items:center;background-position:50%;background-size:cover;border-radius:8px;display:flex;flex-shrink:0;height:100%;justify-content:center;width:100px}.gym-card-placeholder-icon{font-size:32px}.gym-card-content{flex:1 1;flex-direction:column;margin-left:12px}.gym-card-content,.gym-card-header{display:flex;justify-content:space-between}.gym-card-header{align-items:flex-start}.gym-card-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-family:Noto Sans KR,sans-serif;font-size:16px;font-weight:700;line-height:1.2;margin:0;overflow:hidden}.gym-card-heart-btn{background:none;border:none;cursor:pointer;font-size:18px;line-height:1;padding:0}.gym-card-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#4a5565;display:-webkit-box;flex:1 1;font-family:Noto Sans KR,sans-serif;font-size:12px;line-height:1.4;margin:4px 0;overflow:hidden}.gym-card-tags{display:flex;gap:4px;margin-bottom:4px;overflow:hidden;white-space:nowrap}.gym-card-tag{background-color:#f3f3f3;border-radius:4px;color:#99a1af;font-size:11px;padding:2px 6px}.gym-card-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.gym-card-location{color:#4a5565;font-size:11px;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gym-card-stats{color:#4a5565;display:flex;font-size:12px;gap:8px}.search-page{background-color:#f9fafb;min-height:100vh;padding-bottom:80px}.search-header{background-color:#fff;box-shadow:0 1px 2px #0000000d;padding:16px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.search-input-container{margin:0 auto;max-width:600px;position:relative}.search-input{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;box-sizing:border-box;font-size:16px;padding:12px 40px 12px 16px;transition:all .2s;width:100%}.search-input:focus{background-color:#fff;border-color:#111827;box-shadow:0 0 0 3px #0000000d;outline:none}.search-clear-btn{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:14px;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.search-result-container{margin:0 auto;max-width:600px;padding:20px}.search-empty,.search-error,.search-initial,.search-loading{color:#6b7280;padding:40px 0;text-align:center}.search-initial{align-items:center;display:flex;flex-direction:column;gap:16px}.search-icon-large{font-size:48px;opacity:.5}.gym-list{display:flex;flex-direction:column}.search-history-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:20px;width:100%}.search-history-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.search-history-header h3{color:#111827;font-size:16px;font-weight:600;margin:0}.clear-all-btn{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:14px;padding:4px 8px}.clear-all-btn:hover{color:#6b7280}.search-history-list{display:flex;flex-direction:column;gap:8px}.search-history-item{align-items:center;background-color:#f9fafb;border-radius:8px;display:flex;justify-content:space-between;padding:12px 16px;transition:background-color .2s}.search-history-item:hover{background-color:#f3f4f6}.history-text{color:#374151;cursor:pointer;flex:1 1;font-size:15px}.history-remove-btn{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:14px;margin-left:8px;padding:4px}.history-remove-btn:hover{color:#6b7280}.search-suggestions{margin:16px auto 0;max-width:600px;padding:0 20px}.search-suggestions>div:first-child{background-color:#f9fafb;border-radius:6.8px;padding:10px}.suggestion-item{align-items:center;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;padding:10px;transition:background-color .2s}.suggestion-item:hover{background-color:#0000000d}.suggestion-text{color:#4a5565;flex:1 1;font-family:Pretendard,sans-serif;font-size:15px;font-weight:400;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-arrow{color:#4a5565;font-size:16px;margin-left:8px}.notification-page{background-color:#f9fafb;min-height:100vh;padding-bottom:80px;padding-top:20px}.page-title{color:#111827;font-size:20px;font-weight:700;margin-bottom:20px;text-align:center}.empty-state{align-items:center;color:#9ca3af;display:flex;flex-direction:column;height:60vh;justify-content:center}.empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.notification-list{background:#fff;border-bottom:1px solid #f3f4f6;border-top:1px solid #f3f4f6;margin:0 auto;max-width:600px}.notification-item{border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;padding:16px;position:relative;transition:background .2s}.notification-item:hover{background-color:#f9fafb}.notification-item.unread{background-color:#f0fdf4;background-color:#f9fafb}.notification-item.read{background-color:#fff}.noti-icon-container{align-items:center;display:flex;flex-shrink:0;font-size:20px;height:40px;justify-content:center;margin-right:12px;width:40px}.noti-content{display:flex;flex:1 1;flex-direction:column}.noti-category{color:#6b7280;font-size:11px;margin-bottom:4px}.noti-title{color:#111827;font-size:14px;font-weight:600;line-height:1.3;margin:0 0 4px}.notification-item.unread .noti-title{font-weight:700}.noti-message{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#4b5565;display:-webkit-box;font-size:13px;line-height:1.4;margin:0 0 6px;overflow:hidden}.noti-time{color:#9ca3af;font-size:11px}.noti-delete-btn{align-self:flex-start;background:none;border:none;cursor:pointer;font-size:16px;opacity:0;padding:8px;transition:opacity .2s}.notification-item:hover .noti-delete-btn{opacity:1}.noti-dot{background-color:#ef4444;border-radius:50%;height:6px;position:absolute;right:16px;top:16px;width:6px}.notification-settings-page{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}.notification-settings-page.loading{align-items:center;color:#9ca3af;display:flex;font-size:16px;justify-content:center}.notification-settings-header{align-items:center;background-color:#d93434;color:#fff;display:flex;padding:16px}.notification-settings-header .back-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:24px;margin-right:10px;padding:0}.notification-settings-header h1{font-family:Noto Sans,sans-serif;font-size:20px;font-weight:700;line-height:1.1;margin:0}.settings-list{padding:18px 16px 0}.setting-item{align-items:center;border-bottom:1px solid #1212120d;display:flex;justify-content:space-between;padding:10px 0}.setting-item.no-border{border-bottom:none}.setting-label{color:#101828;font-family:Noto Sans KR,sans-serif;font-size:15px;font-weight:400;line-height:1.5}.toggle-switch{display:inline-block;height:30px;position:relative;width:50px}.toggle-switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:30px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:22px;left:4px;width:22px}.toggle-switch input:checked+.slider{background-color:#d93434}.toggle-switch input:checked+.slider:before{transform:translateX(20px)}.toggle-switch input:disabled+.slider{cursor:not-allowed;opacity:.5}.dialog-overlay{align-items:center;background-color:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.warning-dialog{align-items:center;background-color:#fff;border:1px solid #12121226;border-radius:8px;display:flex;flex-direction:column;gap:8px;padding:8px 0;width:330px}.warning-icon{margin:10px 0 8px}.warning-circle{align-items:center;background-color:#fff;border:2px solid #d93434;border-radius:50%;display:flex;height:48px;justify-content:center;position:relative;width:48px}.warning-bar{border-radius:2px;height:16px;top:14px}.warning-bar,.warning-dot{background-color:#eb3d48;position:absolute;width:4px}.warning-dot{border-radius:50%;height:4px;top:32px}.warning-message{color:#333;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:400;line-height:1.5;margin:0 10px;text-align:left;width:310px}.dialog-buttons{display:flex;gap:10px;margin:8px 0}.dialog-btn{border-radius:12px;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:400;height:30px;transition:background-color .2s;width:80px}.yes-btn{background-color:#fff;border:1px solid #12121226;color:#101828}.no-btn{background-color:#d93434;border:none;color:#fff}.dont-show-checkbox{align-items:center;color:#333333b3;cursor:pointer;display:flex;font-family:Noto Sans,sans-serif;font-size:13px;gap:8px;margin-bottom:8px}.dont-show-checkbox input{display:none}.dont-show-checkbox .checkmark{align-items:center;border:2px solid #333;border-radius:3px;color:#333;display:flex;font-size:16px;height:24px;justify-content:center;width:24px}.top-navigation{background-color:#fff;border-bottom:1px solid #e5e7eb;height:56px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.top-nav-container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 16px}.top-nav-left{flex-shrink:0}.top-nav-logo{color:#d93434;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:30px;font-weight:800;line-height:1.1;margin:0}.top-nav-center{display:flex;flex:1 1;gap:8px;justify-content:center}.top-nav-item{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;font-family:Pretendard,sans-serif;font-size:15px;font-weight:500;padding:10px 16px;transition:all .2s}.top-nav-item:hover{background-color:#f9fafb;color:#101828}.top-nav-item.active{background-color:#fef2f2;color:#d93434;font-weight:600}.top-nav-right{flex-shrink:0}.top-nav-notification{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;position:relative;transition:background .2s;width:40px}.top-nav-notification:hover{background-color:#f9fafb}.notification-bell{filter:grayscale(100%);font-size:24px}.notification-dot{background-color:#d93434;border:2px solid #fff;border-radius:50%;height:8px;position:absolute;right:8px;top:8px;width:8px}@media (max-width:768px){.top-nav-logo{font-size:24px}.top-nav-center{gap:4px}.top-nav-item{font-size:14px;padding:8px 12px}.notification-bell{font-size:20px}}@media (max-width:480px){.top-nav-logo{font-size:20px}.top-nav-item{font-size:13px;padding:6px 10px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}
/*# sourceMappingURL=main.26e39d29.css.map*/