.header{position:sticky;top:0;background-color:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);z-index:100;transition:all .3s ease}.header-minimal{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none}.header-container{max-width:1200px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:transform .2s ease}.header-logo:hover{transform:scale(1.02)}.header-logo:active{transform:scale(.98)}.logo-icon{display:flex;align-items:center;justify-content:center;color:#6366f1}.logo-text{font-size:1.375rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-nav{display:flex;align-items:center;gap:.75rem}.user-badge{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem .375rem .375rem;background-color:#f3f4f6;border-radius:100px;text-decoration:none;transition:all .2s ease}.user-badge:hover{background-color:#e5e7eb;transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.user-badge:active{transform:translateY(0)}.user-avatar{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.75rem;font-weight:600;border-radius:50%}.user-name{font-size:.875rem;font-weight:500;color:#374151}.header-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:10px;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none}.header-btn-ghost{background-color:transparent;color:#4b5563}.header-btn-ghost:hover{background-color:#f3f4f6;color:#1f2937}.header-btn-outline{background-color:transparent;color:#4b5563;border:1.5px solid #e5e7eb}.header-btn-outline:hover{background-color:#f9fafb;border-color:#d1d5db;color:#1f2937}.header-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 2px 8px #6366f14d}.header-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.header-btn-primary:active{transform:translateY(0);box-shadow:0 2px 6px #6366f14d}@media(max-width:480px){.header-container{padding:.75rem 1rem}.logo-text{font-size:1.125rem}.user-name{display:none}.user-badge{padding:.25rem}.header-btn{padding:.5rem .75rem;font-size:.8125rem}}.footer{background-color:#111827;color:#9ca3af;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 1.5rem}.footer-top{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.footer-top{flex-direction:row;justify-content:space-between}}.footer-brand{flex:1}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;display:inline-block;margin-bottom:.5rem}.footer-logo:hover{color:#a5b4fc}.footer-tagline{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.footer-links{display:flex;gap:3rem}.footer-link-group{display:flex;flex-direction:column;gap:.75rem}.footer-link-title{font-size:.8125rem;font-weight:600;color:#fff;margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.05em}.footer-link{font-size:.875rem;color:#9ca3af;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.footer-divider{height:1px;background-color:#374151;margin:2rem 0}.footer-business{padding:1.25rem;background-color:#ffffff08;border-radius:8px;margin-bottom:1.5rem}.footer-business-info{display:flex;flex-direction:column;gap:.5rem}.business-name{font-size:.875rem;font-weight:600;color:#d1d5db;margin:0}.business-details{font-size:.75rem;color:#6b7280;display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.business-details .divider{margin:0 .375rem;color:#4b5563}.footer-bottom{display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:.75rem;color:#6b7280;margin:0}.footer-legal{display:flex;gap:1.5rem}.legal-link{font-size:.75rem;color:#6b7280;text-decoration:none;transition:color .2s}.legal-link:hover{color:#9ca3af}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:1.5rem 1rem}@media(min-width:768px){.main-content{padding:2rem 1.5rem}}.admin-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#f9fafb;overflow-x:hidden}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:56px;background-color:#1e1b4b;color:#fff}.admin-header-left{display:flex;align-items:center;gap:.75rem}.admin-hamburger{display:none;flex-direction:column;justify-content:center;gap:4px;width:32px;height:32px;padding:4px;background:none;border:none;cursor:pointer}.admin-hamburger-line{display:block;width:20px;height:2px;background-color:#fff;border-radius:1px}.admin-header-title{font-size:1.125rem;font-weight:700;color:#fff;text-decoration:none}.admin-logout-button{padding:.375rem .875rem;background-color:#ffffff26;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background-color .2s}.admin-logout-button:hover{background-color:#ffffff40}.admin-body{display:flex;flex:1;min-width:0}.admin-sidebar{width:200px;background-color:#fff;border-right:1px solid #e5e7eb;padding:1rem 0;flex-shrink:0}.admin-nav{display:flex;flex-direction:column;gap:.25rem}.admin-nav-link{display:flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem;color:#6b7280;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s}.admin-nav-link:hover{color:#111827;background-color:#f3f4f6}.admin-nav-link.active{color:#6366f1;background-color:#eef2ff;font-weight:600}.admin-content{flex:1;min-width:0;padding:1.5rem 2rem;overflow-y:auto}.admin-sidebar-overlay{display:none}@media(max-width:768px){.admin-hamburger{display:flex}.admin-header{padding:0 1rem}.admin-sidebar{position:fixed;top:56px;left:0;bottom:0;z-index:100;transform:translate(-100%);transition:transform .25s ease}.admin-sidebar.open{transform:translate(0)}.admin-sidebar-overlay{display:block;position:fixed;inset:56px 0 0;z-index:99;background-color:#0006}.admin-content{padding:1rem}}@media(max-width:480px){.admin-content{padding:.75rem}}.auth-page{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#f9fafb}.auth-container{display:flex;width:100%;max-width:1000px;background-color:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 24px #0000000f}.auth-visual{display:none;flex:1;background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);padding:3rem;position:relative;overflow:hidden}@media(min-width:768px){.auth-visual{display:flex;align-items:center;justify-content:center}}.auth-visual:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%)}.auth-visual:after{content:"";position:absolute;bottom:-30%;left:-30%;width:60%;height:60%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%)}.auth-visual-content{position:relative;z-index:1;color:#fff}.visual-badge{display:inline-block;padding:.375rem .875rem;background-color:#ffffff26;border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.visual-title{font-size:2.25rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.visual-description{font-size:.9375rem;color:#ffffffd9;line-height:1.6;margin:0 0 2rem}.visual-features{display:flex;flex-direction:column;gap:.875rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#ffffffe6}.feature-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:#fff3;border-radius:8px}.auth-form-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}@media(min-width:768px){.auth-form-wrapper{padding:3rem}}.auth-form-container{width:100%;max-width:360px}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{display:inline-flex;align-items:center;gap:.5rem;color:#6366f1;text-decoration:none;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;transition:opacity .2s}.auth-logo:hover{opacity:.8}.auth-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .375rem}.auth-subtitle{font-size:.875rem;color:#6b7280;margin:0}.kakao-login-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9375rem;background-color:#fee500;color:#000000d9;border:none;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s ease;box-sizing:border-box}.kakao-login-button:hover{background-color:#f5dc00;transform:translateY(-1px)}.kakao-login-button:active{transform:translateY(0)}.auth-divider{display:flex;align-items:center;gap:1rem;margin:.25rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background-color:#e5e7eb}.auth-divider span{font-size:.8125rem;color:#9ca3af;white-space:nowrap}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.5rem;flex:1}.form-field-small{flex:0 0 100px}.auth-form .form-label{font-size:.8125rem;font-weight:600;color:#374151}.input-wrapper{position:relative}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;display:flex;align-items:center;pointer-events:none}.auth-form .form-input{width:100%;padding:.875rem 1rem .875rem 2.75rem;border:1.5px solid #e5e7eb;border-radius:12px;font-size:.9375rem;background-color:#f9fafb;transition:all .2s ease;box-sizing:border-box}.auth-form .form-input:focus{outline:none;border-color:#6366f1;background-color:#fff;box-shadow:0 0 0 4px #6366f11a}.auth-form .form-input.error{border-color:#dc2626;background-color:#fef2f2}.auth-form .form-input.error:focus{box-shadow:0 0 0 4px #dc26261a}.auth-form .form-input:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.7}.auth-form .form-input::placeholder{color:#9ca3af}.auth-form .form-error{font-size:.75rem;color:#dc2626;margin:0;display:flex;align-items:center;gap:.25rem}.form-error-box{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:10px;font-size:.8125rem;color:#dc2626}.submit-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9375rem;margin-top:.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #6366f14d}.submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-footer{margin-top:1.5rem;text-align:center}.auth-footer p{font-size:.875rem;color:#6b7280;margin:0}.auth-link{color:#6366f1;font-weight:600;text-decoration:none;transition:color .2s}.auth-link:hover{color:#4f46e5}.auth-form .consent-section{background-color:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.875rem}.auth-form .consent-title{font-size:.8125rem;font-weight:600;color:#374151;margin:0 0 .25rem}.auth-form .consent-item{display:flex;align-items:flex-start;gap:.75rem}.auth-form .consent-checkbox{flex-shrink:0;width:22px;height:22px;border:1.5px solid #d1d5db;border-radius:6px;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin-top:1px;transition:all .2s ease}.auth-form .consent-checkbox:hover:not(:disabled){border-color:#6366f1}.auth-form .consent-checkbox.checked{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:transparent}.auth-form .consent-checkbox:disabled{opacity:.7;cursor:not-allowed}.auth-form .consent-text-wrap{flex:1;min-width:0}.auth-form .consent-label{font-size:.8125rem;font-weight:500;color:#374151;display:flex;align-items:center;gap:.375rem;cursor:default}.auth-form .consent-badge{display:inline-flex;align-items:center;padding:.125rem .4375rem;border-radius:4px;font-size:.6875rem;font-weight:600;flex-shrink:0}.auth-form .consent-badge.required{background-color:#fef2f2;color:#dc2626}.auth-form .consent-badge.optional{background-color:#f0f9ff;color:#2563eb}.auth-form .consent-description{font-size:.75rem;color:#9ca3af;margin:.25rem 0 0;line-height:1.5}.required{color:#dc2626;margin-left:.125rem}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.loading-fullscreen{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:#ffffffe6;z-index:1000}.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-message{color:#666;font-size:.875rem}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.slot-skeleton-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:768px){.slot-skeleton-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.slot-skeleton-grid{grid-template-columns:repeat(5,1fr)}}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:.75rem;text-align:center}.error-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#fee2e2;color:#dc2626;border-radius:50%;font-size:1.5rem;font-weight:700}.error-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.error-message{color:#6b7280;font-size:.875rem;margin:0;max-width:300px}.error-retry-button{margin-top:.5rem;padding:.625rem 1.25rem;background-color:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.error-retry-button:hover{background-color:#4f46e5}.error-retry-button:active{background-color:#4338ca}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;gap:.75rem;text-align:center}.empty-state-icon{font-size:3rem}.empty-state-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.empty-state-description{color:#6b7280;font-size:.875rem;margin:0;max-width:280px}.empty-state-action{margin-top:.75rem;padding:.625rem 1.25rem;background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.empty-state-action:hover{background-color:#e5e7eb;border-color:#9ca3af}.empty-state-action:active{background-color:#d1d5db}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#fff;border-radius:12px;padding:1.5rem;width:calc(100% - 2rem);max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.modal-title{font-size:1.125rem;font-weight:700;color:#111827;margin:0}.modal-close-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;color:#6b7280;font-size:1.25rem;cursor:pointer;border-radius:6px;transition:background-color .15s}.modal-close-button:hover{background-color:#f3f4f6;color:#111827}@media(max-width:480px){.modal-content{padding:1rem;width:calc(100% - 1.5rem)}.modal-title{font-size:1rem}.modal-header{margin-bottom:1rem}}.confirm-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:confirm-overlay-in .2s ease}@keyframes confirm-overlay-in{0%{opacity:0}to{opacity:1}}.confirm-modal{background-color:#fff;border-radius:16px;padding:1.75rem 1.5rem 1.5rem;width:calc(100% - 2rem);max-width:360px;box-shadow:0 20px 60px #00000026;text-align:center;animation:confirm-modal-in .2s ease}@keyframes confirm-modal-in{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-modal-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 1rem;background-color:#fef2f2;color:#dc2626;border-radius:50%}.confirm-modal-title{font-size:1.0625rem;font-weight:700;color:#111827;margin:0 0 .5rem}.confirm-modal-description{font-size:.875rem;color:#6b7280;margin:0 0 1.25rem;line-height:1.5}.confirm-modal-actions{display:flex;gap:.5rem}.confirm-modal-button{flex:1;padding:.625rem 1rem;font-size:.875rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .15s ease}.confirm-modal-button.cancel{background-color:#f3f4f6;color:#4b5563}.confirm-modal-button.cancel:hover{background-color:#e5e7eb}.confirm-modal-button.confirm{background-color:#dc2626;color:#fff}.confirm-modal-button.confirm:hover{background-color:#b91c1c}.confirm-modal-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.confirm-modal{padding:1.5rem 1.25rem 1.25rem;width:calc(100% - 1.5rem)}}.main-page{padding-bottom:2rem}.hero-section{display:flex;flex-direction:column;gap:2rem;padding:2rem 0 3rem}@media(min-width:768px){.hero-section{flex-direction:row;align-items:center;gap:4rem;padding:3rem 0 4rem}}.hero-content{flex:1}.hero-badge{display:inline-block;padding:.375rem .875rem;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:1px solid rgba(99,102,241,.2);border-radius:100px;font-size:.75rem;font-weight:600;color:#6366f1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.hero-title{font-size:2rem;font-weight:800;color:#111827;line-height:1.2;margin:0 0 1rem}@media(min-width:768px){.hero-title{font-size:2.75rem}}.gradient-text{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1rem;color:#6b7280;line-height:1.7;margin:0 0 1.5rem}.hero-stats{display:flex;align-items:center;gap:1.5rem}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:1.5rem;font-weight:700;color:#111827}.stat-label{font-size:.75rem;color:#9ca3af;margin-top:.125rem}.stat-divider{width:1px;height:32px;background-color:#e5e7eb}.hero-visual{flex:1}.hero-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.hero-image-item{aspect-ratio:1;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.hero-image-item:hover{transform:scale(1.03)}.hero-image-item:nth-child(2){transform:translateY(1rem)}.hero-image-item:nth-child(2):hover{transform:translateY(1rem) scale(1.03)}.hero-image-item img{width:100%;height:100%;object-fit:cover}.filter-section{margin-bottom:2rem}.filter-header{margin-bottom:1.25rem}.section-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .25rem}.section-subtitle{font-size:.875rem;color:#6b7280;margin:0}.category-tabs{display:flex;gap:.5rem;overflow-x:auto;padding:.25rem 0;scrollbar-width:none;-ms-overflow-style:none}.category-tabs::-webkit-scrollbar{display:none}.category-tab{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem 1rem;background-color:#f3f4f6;border:2px solid transparent;border-radius:12px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;white-space:nowrap}.category-tab:hover{background-color:#e5e7eb;color:#374151}.category-tab.active{background-color:#6366f1;color:#fff;border-color:#6366f1}.tab-icon{font-size:1rem}.menu-section{margin-bottom:3rem}.menu-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.menu-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.menu-grid{grid-template-columns:repeat(3,1fr)}}.menu-card{display:flex;flex-direction:column;background-color:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 1px 3px #0000000f;border:1px solid #f3f4f6;transition:all .3s ease;animation:fadeInUp .4s ease forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.menu-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f;border-color:#e5e7eb}.menu-card-image{position:relative;aspect-ratio:16 / 10;overflow:hidden}.menu-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.menu-card:hover .menu-card-image img{transform:scale(1.05)}.menu-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.3),transparent)}.menu-card-category{position:absolute;top:.75rem;left:.75rem;padding:.375rem .625rem;background-color:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:8px;font-size:.6875rem;font-weight:600;color:#374151}.menu-card-body{padding:1rem;flex:1;display:flex;flex-direction:column}.menu-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.375rem}.menu-card-name{font-size:1rem;font-weight:600;color:#111827;margin:0}.menu-card-price{font-size:1rem;font-weight:700;color:#6366f1;white-space:nowrap}.price-suffix{font-size:.875rem;font-weight:500}.menu-card-description{font-size:.8125rem;color:#6b7280;margin:0 0 .75rem;line-height:1.4}.menu-card-footer{display:flex;align-items:center;gap:.75rem;margin-top:auto}.menu-card-duration{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#9ca3af}.menu-card-options-count{font-size:.6875rem;color:#6b7280;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:6px}.menu-card-action{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.875rem;background-color:#f9fafb;border-top:1px solid #f3f4f6;font-size:.875rem;font-weight:600;color:#6366f1;transition:all .2s ease}.menu-card:hover .menu-card-action{background-color:#6366f1;color:#fff}.cta-section{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:20px;padding:2.5rem 2rem;text-align:center}.cta-content{max-width:400px;margin:0 auto}.cta-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .5rem}.cta-description{font-size:.9375rem;color:#ffffffd9;margin:0 0 1.5rem;line-height:1.5}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background-color:#fff;color:#6366f1;border-radius:12px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px #00000026}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.cta-button:active{transform:translateY(0)}.date-picker{background-color:transparent;border-radius:16px}.date-picker-scroll{display:flex;gap:.625rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:.25rem;margin:-.25rem}.date-picker-scroll::-webkit-scrollbar{display:none}.date-item-wrapper{display:flex;flex-direction:column;align-items:center;gap:.375rem;flex-shrink:0}.date-month-label{font-size:.6875rem;color:#6366f1;font-weight:600;white-space:nowrap;letter-spacing:.02em}.date-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:52px;height:64px;padding:.5rem;background-color:#f9fafb;border:2px solid transparent;border-radius:14px;cursor:pointer;transition:all .2s ease}.date-item:hover:not(.selected){background-color:#f3f4f6;border-color:#e5e7eb;transform:translateY(-2px)}.date-item:active{transform:scale(.96)}.date-item.today{background-color:#eef2ff;border-color:#c7d2fe}.date-item.today .date-day-label{color:#6366f1}.date-item.today .date-number{color:#4f46e5}.date-item.selected{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:transparent;box-shadow:0 4px 12px #6366f166;transform:translateY(-2px)}.date-item.selected .date-day-label,.date-item.selected .date-number{color:#fff}.date-day-label{font-size:.6875rem;font-weight:600;color:#9ca3af;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.02em}.date-number{font-size:1.125rem;font-weight:700;color:#1f2937;line-height:1}.date-item.sunday .date-day-label{color:#f87171}.date-item.sunday .date-number{color:#dc2626}.date-item.sunday.today{background-color:#fef2f2;border-color:#fecaca}.date-item.sunday.selected .date-day-label,.date-item.sunday.selected .date-number{color:#fff}.date-item.sunday.selected{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef444466}.date-item.saturday .date-day-label{color:#60a5fa}.date-item.saturday .date-number{color:#2563eb}.date-item.saturday.today{background-color:#eff6ff;border-color:#bfdbfe}.date-item.saturday.selected .date-day-label,.date-item.saturday.selected .date-number{color:#fff}.date-item.saturday.selected{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #3b82f666}.time-slots-container{background-color:transparent;border-radius:16px}.time-slots-toggle{display:flex;gap:.5rem;margin-bottom:1rem}.toggle-button{padding:.5rem .875rem;font-size:.8125rem;font-weight:500;border:1.5px solid #e5e7eb;border-radius:100px;background-color:transparent;color:#6b7280;cursor:pointer;transition:all .2s ease}.toggle-button.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-color:transparent;box-shadow:0 2px 8px #6366f14d}.time-slots-section{margin-bottom:1.25rem}.time-slots-section:last-child{margin-bottom:0}.time-slots-period{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;color:#6b7280;margin-bottom:.625rem;padding:.25rem .75rem;background-color:#f3f4f6;border-radius:6px;text-transform:uppercase;letter-spacing:.05em}.time-slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.5rem}.time-slot{padding:.625rem .5rem;background-color:#f9fafb;border:2px solid transparent;border-radius:10px;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease;text-align:center}.time-slot:hover:not(:disabled):not(.selected){background-color:#eef2ff;border-color:#c7d2fe;transform:translateY(-1px)}.time-slot:active:not(:disabled){transform:scale(.96)}.time-slot.selected{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:transparent;color:#fff;box-shadow:0 2px 8px #6366f166;transform:translateY(-1px)}.time-slot.disabled{background-color:#f3f4f6;border-color:transparent;color:#d1d5db;cursor:not-allowed;position:relative}.time-slot.disabled:after{content:"";position:absolute;top:50%;left:15%;right:15%;height:1px;background-color:#d1d5db}.time-slots-container .empty-state{padding:1.5rem;background-color:#f9fafb;border-radius:12px}.time-slots-container .slot-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.5rem}.time-slots-container .slot-skeleton-item{height:40px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;border-radius:10px;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:380px){.time-slots-grid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}.time-slot{padding:.5rem .375rem;font-size:.8125rem}}.detail-page{max-width:640px;margin:0 auto;padding-bottom:120px;background-color:#f9fafb;min-height:100vh}.back-button{position:fixed;top:1rem;left:1rem;z-index:100;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:50%;color:#1f2937;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 12px #0000001a}.back-button:hover{background-color:#fff;transform:scale(1.05);box-shadow:0 4px 16px #0000001f}@media(min-width:640px){.back-button{left:max(1rem,calc(50% - 320px + 1rem))}}.detail-hero{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden}.detail-hero-image{width:100%;height:100%;object-fit:cover}.detail-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,transparent 50%,rgba(0,0,0,.4) 100%);pointer-events:none}.detail-category-badge{position:absolute;bottom:1rem;left:1rem;display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:100px;font-size:.8125rem;font-weight:600;color:#374151}.detail-content{padding:0 1rem 1rem;margin-top:-1.5rem;position:relative;z-index:10}.detail-info-card{background-color:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 24px #00000014;margin-bottom:1rem}.info-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.info-card-title-group{flex:1}.info-card-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .375rem;line-height:1.3}.info-card-description{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.5}.info-card-price-group{text-align:right}.info-card-price{font-size:1.375rem;font-weight:700;color:#6366f1;white-space:nowrap}.info-card-price .price-suffix{font-size:.875rem;font-weight:500;color:#9ca3af;margin-left:.25rem}.info-card-meta{display:flex;flex-wrap:wrap;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.meta-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background-color:#f9fafb;border-radius:10px}.meta-icon{display:flex;align-items:center;color:#9ca3af}.meta-label{font-size:.75rem;color:#9ca3af}.meta-value{font-size:.875rem;font-weight:600;color:#374151}.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.section-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:10px;color:#6366f1}.section-icon.booking-icon{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#10b981}.section-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.options-section{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #f3f4f6}.options-grid{display:flex;flex-direction:column;gap:.75rem}.option-card{display:flex;align-items:center;gap:.875rem;width:100%;padding:1rem;background-color:#f9fafb;border:2px solid transparent;border-radius:14px;cursor:pointer;transition:all .2s ease;text-align:left}.option-card:hover{background-color:#f3f4f6}.option-card.selected{background-color:#eef2ff;border-color:#6366f1}.option-card-checkbox{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:2px solid #d1d5db;border-radius:6px;transition:all .2s ease}.option-card.selected .option-card-checkbox{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f1;color:#fff}.option-card-content{flex:1;min-width:0}.option-card-name{display:block;font-size:.9375rem;font-weight:600;color:#1f2937}.option-card-desc{display:block;font-size:.8125rem;color:#6b7280;margin-top:.125rem}.option-card-meta{flex-shrink:0;text-align:right}.option-card-price{display:block;font-size:.9375rem;font-weight:700;color:#6366f1}.option-card-duration{display:block;font-size:.75rem;color:#9ca3af;margin-top:.125rem}.summary-card{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0}.summary-label{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#6b7280}.summary-value{font-size:.875rem;font-weight:500;color:#374151}.summary-row.summary-total{margin-top:.5rem;padding-top:.75rem;border-top:1px dashed #bae6fd}.summary-row.summary-total .summary-label{font-weight:600;color:#0369a1}.summary-row.summary-total .summary-value{font-size:1rem;font-weight:700;color:#0284c7}.booking-card{background-color:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 24px #00000014}.booking-progress{display:flex;align-items:center;justify-content:center;gap:0;padding:1rem 0 1.5rem;border-bottom:1px solid #f3f4f6;margin-bottom:1.5rem}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.375rem}.step-number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border-radius:50%;font-size:.8125rem;font-weight:600;color:#9ca3af;transition:all .3s ease}.step-label{font-size:.75rem;color:#9ca3af;white-space:nowrap;transition:color .3s ease}.progress-step.active .step-number{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 2px 8px #6366f166}.progress-step.active .step-label{color:#6366f1;font-weight:600}.progress-step.completed .step-number{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.progress-step.completed .step-label{color:#10b981}.progress-line{flex:1;max-width:60px;height:2px;background-color:#e5e7eb;margin:0 .5rem 1.25rem}.booking-step-section{margin-bottom:1.5rem}.booking-step-section:last-child{margin-bottom:0}.step-header{display:flex;align-items:center;gap:.625rem;margin-bottom:.875rem}.step-badge{padding:.25rem .625rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:6px;font-size:.6875rem;font-weight:700;color:#fff;letter-spacing:.05em}.step-title{font-size:.9375rem;font-weight:600;color:#374151}.booking-bar{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0));background-color:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 24px #0000001a;z-index:50}@media(min-width:640px){.booking-bar{max-width:640px;left:50%;transform:translate(-50%);border-radius:20px 20px 0 0;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb}}.booking-bar-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.booking-bar-info{display:flex;flex-wrap:wrap;gap:.75rem}.booking-bar-date,.booking-bar-time{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:#4b5563}.booking-bar-date svg,.booking-bar-time svg{color:#9ca3af}.booking-bar-price{font-size:1.125rem;font-weight:700;color:#6366f1}.booking-bar-button{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:14px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 12px #6366f166}.booking-bar-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #6366f180}.booking-bar-button:active:not(:disabled){transform:translateY(0)}.booking-bar-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.button-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast-message{position:fixed;bottom:100px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.625rem;padding:1rem 1.25rem;border-radius:14px;font-size:.9375rem;font-weight:500;z-index:200;animation:toastSlideUp .3s ease-out;box-shadow:0 8px 32px #0003;max-width:calc(100% - 2rem)}.toast-message p{margin:0}.toast-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.toast-error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}@keyframes toastSlideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:380px){.detail-info-card{padding:1.25rem}.info-card-title{font-size:1.25rem}.info-card-price{font-size:1.125rem}.booking-progress{gap:0}.progress-line{max-width:40px}.step-label{font-size:.6875rem}}.mypage{max-width:640px;margin:0 auto;padding:2rem 1rem 3rem;background-color:#f9fafb;min-height:100vh}.mypage-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1.5rem}.mypage-card{background-color:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 24px #00000014;margin-bottom:1rem}.mypage-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem}.mypage-card-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;flex-shrink:0}.mypage-card-icon.indigo{background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#6366f1}.mypage-card-icon.green{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#10b981}.mypage-card-icon.gray{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#6b7280}.mypage-card-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.profile-top{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.5rem}.profile-avatar{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;box-shadow:0 4px 16px #6366f14d}.profile-name-group{display:flex;align-items:center;gap:.5rem}.profile-name{font-size:1.25rem;font-weight:700;color:#111827}.profile-role-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;background-color:#eef2ff;color:#6366f1;font-size:.75rem;font-weight:600;border-radius:100px}.profile-registration-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;border-radius:100px}.profile-registration-badge.general{background-color:#f3f4f6;color:#6b7280}.profile-registration-badge.kakao{background-color:#fee500;color:#000000d9}.profile-info-list{display:flex;flex-direction:column}.profile-info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.profile-info-row:not(:last-child){border-bottom:1px solid #f3f4f6}.profile-info-label{font-size:.875rem;color:#6b7280}.profile-info-value{font-size:.875rem;font-weight:500;color:#1f2937}.reservation-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem}.reservation-tab{padding:.5rem .875rem;font-size:.8125rem;font-weight:500;border:1.5px solid #e5e7eb;border-radius:100px;background-color:transparent;color:#6b7280;cursor:pointer;transition:all .2s ease}.reservation-tab.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-color:transparent;box-shadow:0 2px 8px #6366f14d}.reservation-tab:disabled{opacity:.4;cursor:not-allowed}.reservation-loading{text-align:center;padding:2rem;color:#6b7280;font-size:.875rem}.reservation-list{display:flex;flex-direction:column;gap:.75rem}.reservation-card{border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.reservation-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.reservation-status{display:inline-block;padding:.125rem .5rem;border-radius:100px;font-size:.75rem;font-weight:600}.status-confirmed{background-color:#eef2ff;color:#6366f1}.status-cancelled{background-color:#fef2f2;color:#dc2626}.status-completed{background-color:#ecfdf5;color:#10b981}.reservation-date{font-size:.8125rem;color:#6b7280}.reservation-card-body{display:flex;flex-direction:column;gap:.375rem}.reservation-menu-name{font-size:.9375rem;font-weight:600;color:#111827}.reservation-time{font-size:.8125rem;color:#6b7280}.reservation-options{display:flex;flex-wrap:wrap;gap:.375rem}.reservation-option-tag{display:inline-block;padding:.125rem .5rem;background-color:#f3f4f6;color:#374151;font-size:.75rem;font-weight:500;border-radius:100px}.reservation-price{font-size:.9375rem;font-weight:700;color:#111827}.reservation-card-actions{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f3f4f6}.reservation-cancel-button{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;color:#dc2626;background-color:transparent;border:1.5px solid #fecaca;border-radius:8px;cursor:pointer;transition:all .2s ease}.reservation-cancel-button:hover{background-color:#fef2f2}.reservation-cancel-button:disabled{opacity:.5;cursor:not-allowed}.account-actions{display:flex;flex-direction:column;gap:.75rem}.logout-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;color:#4b5563;background-color:transparent;border:1.5px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease}.logout-button:hover{color:#dc2626;border-color:#fca5a5;background-color:#fef2f2}@media(max-width:380px){.mypage{padding:1.5rem .75rem 2rem}.mypage-title{font-size:1.25rem}.mypage-card{padding:1.25rem}.profile-avatar{width:52px;height:52px;font-size:1.25rem}.profile-name{font-size:1.125rem}.reservation-tab{padding:.375rem .625rem;font-size:.75rem}}.admin-page-header{margin-bottom:1.5rem}.admin-page-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .25rem}.admin-page-description{font-size:.875rem;color:#6b7280;margin:0}.admin-table-wrapper{background-color:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th{padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.admin-table td{padding:.75rem 1rem;font-size:.875rem;color:#374151;border-bottom:1px solid #f3f4f6}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background-color:#f9fafb}.role-badge{display:inline-block;padding:.125rem .5rem;border-radius:100px;font-size:.75rem;font-weight:600}.role-badge.admin{background-color:#eef2ff;color:#6366f1}.role-badge.user{background-color:#f3f4f6;color:#6b7280}.role-badge.confirmed{background-color:#eef2ff;color:#6366f1}.role-badge.cancelled{background-color:#fef2f2;color:#dc2626}.role-badge.completed{background-color:#ecfdf5;color:#10b981}.admin-action-buttons{display:flex;gap:.375rem}.admin-action-buttons .admin-create-button,.admin-action-buttons .delete-button{padding:.25rem .625rem;font-size:.8125rem}.rv-filter-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:1rem}.rv-filter-row{display:flex;align-items:flex-end;gap:1.5rem;flex-wrap:wrap}.rv-filter-label{display:block;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.rv-date-inputs{display:flex;align-items:center;gap:.5rem}.rv-date-input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;outline:none;transition:border-color .15s;background-color:#fff}.rv-date-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.rv-date-separator{color:#9ca3af;font-weight:500;flex-shrink:0}.rv-quick-buttons{display:flex;gap:.375rem}.rv-quick-btn{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;transition:all .15s;white-space:nowrap}.rv-quick-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.rv-quick-btn.active{background-color:#eef2ff;border-color:#c7d2fe;color:#6366f1;font-weight:600}.rv-filter-warn{margin:.75rem 0 0;font-size:.8125rem;color:#dc2626}.rv-summary-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem}.rv-summary-card{background-color:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:1rem;text-align:center;cursor:pointer;transition:all .15s;display:flex;flex-direction:column;gap:.25rem}.rv-summary-card:hover{border-color:#d1d5db;background-color:#f9fafb}.rv-summary-card.active{border-color:var(--summary-color);box-shadow:0 0 0 1px var(--summary-color)}.rv-summary-count{font-size:1.5rem;font-weight:700;color:#111827}.rv-summary-card.active .rv-summary-count{color:var(--summary-color)}.rv-summary-label{font-size:.75rem;font-weight:500;color:#6b7280}.rv-table-info{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;font-size:.8125rem;color:#6b7280;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.rv-table-range{font-weight:500}.rv-cell-date{font-weight:600;color:#111827}.rv-cell-time{white-space:nowrap;font-variant-numeric:tabular-nums}.rv-cell-price{font-weight:600;font-variant-numeric:tabular-nums}.delete-button{padding:.375rem .75rem;background-color:#fff;color:#dc2626;border:1px solid #fecaca;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}.delete-button:hover{background-color:#fef2f2}.admin-state-box{display:flex;align-items:center;justify-content:center;padding:3rem;color:#6b7280;font-size:.875rem}.admin-state-box.error{color:#dc2626}.admin-page-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-create-button{padding:.5rem 1rem;background-color:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s;white-space:nowrap}.admin-create-button:hover{background-color:#4f46e5}.admin-create-button:disabled{background-color:#a5b4fc;cursor:not-allowed}.modal-form{display:flex;flex-direction:column;gap:.75rem}.modal-label{font-size:.875rem;font-weight:600;color:#374151}.modal-input{width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;outline:none;transition:border-color .15s;box-sizing:border-box}.modal-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.modal-error{color:#dc2626;font-size:.8125rem;margin:0}.modal-submit-button{width:100%;margin-top:.25rem}.admin-form-wrapper{background-color:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:1.5rem}.form-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section-title{font-size:1rem;font-weight:700;color:#111827;margin:0 0 1rem}.form-group{margin-bottom:.75rem}.form-label{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.375rem}.form-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;outline:none;transition:border-color .15s;box-sizing:border-box}.form-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;outline:none;resize:vertical;font-family:inherit;transition:border-color .15s;box-sizing:border-box}.form-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-row{display:flex;gap:.75rem}.form-row .form-group{flex:1}.form-dynamic-row{display:flex;gap:.5rem;margin-bottom:.5rem}.form-dynamic-row .form-input{flex:1}.form-add-button{padding:.375rem .75rem;background-color:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background-color .15s}.form-add-button:hover{background-color:#e5e7eb}.form-remove-button{padding:.375rem .75rem;background-color:#fff;color:#dc2626;border:1px solid #fecaca;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background-color .15s;white-space:nowrap}.form-remove-button:hover{background-color:#fef2f2}.form-checkbox-group{display:flex;flex-wrap:wrap;gap:.75rem}.form-checkbox-label{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#374151;cursor:pointer}.form-hint{font-size:.8125rem;color:#9ca3af;margin:0}.form-option-card{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:.75rem}.form-option-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.form-option-index{font-size:.8125rem;font-weight:600;color:#6b7280}.form-error{color:#dc2626;font-size:.875rem;margin:0 0 1rem}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.form-cancel-button{padding:.5rem 1rem;background-color:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s}.form-cancel-button:hover{background-color:#f9fafb}@media(max-width:768px){.admin-page-title{font-size:1.25rem}.admin-page-header-row{flex-direction:column}.admin-table{min-width:560px}.rv-summary-row{grid-template-columns:repeat(2,1fr)}.form-row{flex-direction:column}.rv-filter-card{padding:1rem}.rv-filter-row{flex-direction:column;align-items:stretch;gap:1rem}.rv-date-inputs{flex-wrap:wrap}.rv-date-input{flex:1;min-width:0}.rv-quick-buttons{flex-wrap:wrap}.admin-form-wrapper{padding:1rem}.form-option-card{padding:.75rem}.form-actions{flex-direction:column}.form-actions button{width:100%}.admin-action-buttons{flex-wrap:wrap}}@media(max-width:480px){.admin-page-title{font-size:1.125rem}.rv-summary-row{grid-template-columns:1fr;gap:.5rem}.rv-summary-card{padding:.75rem;flex-direction:row;justify-content:space-between;align-items:center}.rv-summary-count{font-size:1.25rem}.admin-table th,.admin-table td{padding:.5rem .625rem;font-size:.8125rem}.rv-filter-card{padding:.75rem}.rv-quick-btn{padding:.375rem .625rem;font-size:.75rem}.form-dynamic-row{flex-wrap:wrap}.form-dynamic-row .form-input{min-width:0}}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;background-color:#f9fafb;color:#1f2937}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{background:none;border:none;cursor:pointer}a{color:inherit;text-decoration:none}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate;min-height:100vh}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number]{appearance:none;-webkit-appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}:focus-visible{outline:2px solid #6366f1;outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}
