:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:200px}.loading--full{background:#fffffff2;bottom:0;left:0;min-height:100vh;position:fixed;right:0;top:0;z-index:50}.loading--overlay{background:#ffffffe6;bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.loading__spinner{animation:spin .7s linear infinite;border:3px solid #e5e5e5;border-radius:50%;border-top-color:#ff6b35;height:40px;width:40px}.loading__spinner--sm{border-width:2px;height:20px;width:20px}.loading__spinner--lg{border-width:4px;height:56px;width:56px}.loading__text{color:#737373;font-size:.875rem;font-weight:500}@keyframes spin{to{transform:rotate(1turn)}}.skeleton{animation:shimmer 1.5s infinite;background:#f5f5f5;background:linear-gradient(90deg,#f5f5f5 25%,#e5e5e5 50%,#f5f5f5 75%);background-size:200% 100%;border-radius:4px}.skeleton--text{height:.875rem;margin-bottom:.5rem;width:100%}.skeleton--text:last-child{width:60%}.skeleton--title{height:1.25rem;margin-bottom:.75rem;width:70%}.skeleton--image{border-radius:12px;height:180px;width:100%}.skeleton--avatar{border-radius:50%;height:40px;width:40px}.skeleton--button{border-radius:8px;height:40px;width:100px}.user-dropdown{position:relative}.user-dropdown__trigger{align-items:center;background:#0000;border:1px solid #0000;border-radius:20px;color:var(--text-primary);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:4px;padding:6px 12px;transition:all .2s}.user-dropdown__trigger:hover{background:var(--bg-hover)}.user-dropdown__trigger--open{background:var(--bg-hover);border-color:var(--border-color)}.user-dropdown__trigger--open .user-dropdown__arrow{transform:rotate(180deg)}.user-dropdown__name{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown__arrow{flex-shrink:0;opacity:.7;transition:transform .2s}.user-dropdown__menu{animation:dropdownFadeIn .15s ease-out;background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:240px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-dropdown__header{align-items:center;background:var(--bg-secondary);display:flex;gap:12px;padding:16px}.user-dropdown__avatar{align-items:center;background:linear-gradient(135deg,var(--primary),#2563eb);background:linear-gradient(135deg,var(--primary),var(--primary-dark,#2563eb));border-radius:50%;color:#fff;display:flex;font-size:16px;font-weight:600;height:40px;justify-content:center;width:40px}.user-dropdown__info{display:flex;flex-direction:column;gap:2px;min-width:0}.user-dropdown__user-name{color:var(--text-primary);font-size:14px;font-weight:600}.user-dropdown__user-email,.user-dropdown__user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown__user-email{color:var(--text-secondary);font-size:12px}.user-dropdown__divider{background:var(--border-light);height:1px}.user-dropdown__list{list-style:none;margin:0;padding:8px 0}.user-dropdown__item{align-items:center;color:var(--text-primary);display:flex;gap:12px;padding:10px 16px;text-decoration:none;transition:background .15s}.user-dropdown__item:hover{background:var(--bg-hover)}.user-dropdown__item-icon{font-size:16px;text-align:center;width:20px}.user-dropdown__item-label{font-size:14px;font-weight:500}.user-dropdown__logout{align-items:center;background:#0000;border:none;color:#dc3545;cursor:pointer;display:flex;gap:12px;padding:12px 16px;transition:background .15s;width:100%}.user-dropdown__logout:hover{background:#dc35451a}.user-dropdown__logout .user-dropdown__item-icon{font-size:16px}.user-dropdown__logout .user-dropdown__item-label{font-size:14px;font-weight:500}@media(max-width:768px){.user-dropdown__trigger{padding:6px 8px}.user-dropdown__name{max-width:60px}.user-dropdown__menu{animation:slideUp .2s ease-out;border-radius:16px 16px 0 0;bottom:0;left:0;min-width:100%;padding-bottom:env(safe-area-inset-bottom);position:fixed;right:0;top:auto}.user-dropdown__header{padding:20px}.user-dropdown__item{padding:14px 20px}.user-dropdown__logout{padding:16px 20px}.user-dropdown__menu:before{background:#00000080;bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:-1}}.public-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffffa;border-bottom:1px solid #e5e5e5;position:-webkit-sticky;position:sticky;top:0;z-index:30}[data-theme=dark] .public-header{background:#1a202cfa;border-color:var(--border-color)}.public-header__container{align-items:center;display:flex;height:64px;justify-content:space-between;margin:0 auto;max-width:1280px;padding:0 1.5rem}@media(min-width:1024px){.public-header__container{padding:0 2rem}}.public-header__logo{color:#0a0a0a;font-size:1.25rem;font-weight:800;letter-spacing:-.5px}[data-theme=dark] .public-header__logo{color:var(--text-primary)}.public-header__title{display:none}@media(max-width:767px){.public-header__title{color:#0a0a0a;display:block;font-size:1rem;font-weight:700;left:50%;position:absolute;transform:translateX(-50%)}[data-theme=dark] .public-header__title{color:var(--text-primary)}}.public-header__nav{align-items:center;display:flex;gap:2rem}.public-header__nav--desktop{display:none}@media(min-width:768px){.public-header__nav--desktop{display:flex}}.public-header__nav a{color:#404040;font-size:.9rem;font-weight:500;position:relative;transition:color .2s ease}.public-header__nav a:hover{color:#0a0a0a}.public-header__nav a.active{color:#ff6b35;font-weight:600}[data-theme=dark] .public-header__nav a{color:var(--text-secondary)}[data-theme=dark] .public-header__nav a:hover{color:var(--text-primary)}[data-theme=dark] .public-header__nav a.active{color:var(--primary)}.public-header__login-btn{background:#0a0a0a;border-radius:8px;color:#fff!important;font-weight:600!important;padding:.5rem 1rem}.public-header__login-btn:hover{background:#262626!important}.public-header__mobile{align-items:center;display:flex;gap:.75rem}@media(min-width:768px){.public-header__mobile{display:none}}.public-header__hamburger{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:32px;justify-content:center;padding:4px;width:32px}.public-header__hamburger span{background:#404040;border-radius:2px;display:block;height:2px;transition:all .3s ease;width:20px}[data-theme=dark] .public-header__hamburger span{background:var(--text-primary)}.public-header__hamburger--active span:first-child{transform:translateY(7px) rotate(45deg)}.public-header__hamburger--active span:nth-child(2){opacity:0}.public-header__hamburger--active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.public-header__overlay{animation:fadeIn .2s ease;background:#00000080;bottom:0;left:0;position:fixed;right:0;top:64px;z-index:40}@media(min-width:768px){.public-header__overlay{display:none}}.public-header__mobile-menu{background:#fff;box-shadow:-4px 0 20px #00000026;height:calc(100vh - 64px);overflow-y:auto;position:fixed;right:-280px;top:64px;transition:right .3s ease;width:280px;z-index:50}[data-theme=dark] .public-header__mobile-menu{background:var(--bg-card)}@media(min-width:768px){.public-header__mobile-menu{display:none}}.public-header__mobile-menu--open{right:0}.public-header__mobile-menu-content{display:flex;flex-direction:column;gap:.25rem;padding:1.5rem}.public-header__mobile-menu-content a{border-radius:8px;color:#262626;display:block;font-size:1rem;font-weight:500;padding:1rem .75rem;transition:all .2s ease}[data-theme=dark] .public-header__mobile-menu-content a{color:var(--text-primary)}.public-header__mobile-menu-content a.active,.public-header__mobile-menu-content a:hover{background:#f5f5f5}[data-theme=dark] .public-header__mobile-menu-content a.active,[data-theme=dark] .public-header__mobile-menu-content a:hover{background:var(--bg-secondary)}.public-header__mobile-menu-content a.active{color:#ff6b35;font-weight:600}[data-theme=dark] .public-header__mobile-menu-content a.active{color:var(--primary)}.public-header__mobile-menu-divider{background:#e5e5e5;height:1px;margin:.5rem 0}[data-theme=dark] .public-header__mobile-menu-divider{background:var(--border-color)}.public-header__mobile-menu-logout{background:none;border:none;border-radius:8px;color:#dc2626;cursor:pointer;display:block;font-size:1rem;font-weight:500;padding:1rem .75rem;text-align:left;transition:all .2s ease;width:100%}.public-header__mobile-menu-logout:hover{background:#fee2e2}.home{background:#fff;color:#262626;line-height:1.6}.home__container{margin:0 auto;max-width:1200px;padding:0 1.5rem}@media(min-width:1024px){.home__container{padding:0 2rem}}.home__section-head{margin-bottom:3rem}.home__section-head h2{color:#1b3a5c;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.25;margin:0 0 .75rem}@media(min-width:768px){.home__section-head h2{font-size:2.25rem}}.home__section-head p{color:#525252;font-size:1rem;margin:0}@media(min-width:768px){.home__section-head p{font-size:1.125rem}}.home__section-head--center{text-align:center}.home__section-head--center h2,.home__section-head--center p{margin-left:auto;margin-right:auto}.home .btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s ease}.home .btn--lg{font-size:1rem;padding:.95rem 1.75rem}@media(min-width:768px){.home .btn--lg{font-size:1.05rem;padding:1.05rem 2.25rem}}.home .btn--primary{background:#ff6b35;box-shadow:0 6px 20px #ff6b3559;color:#fff}.home .btn--primary:hover{background:#e55620;box-shadow:0 10px 28px #ff6b3573;transform:translateY(-2px)}.home .btn--ghost{background:#0000;border:1.5px solid #d4d4d4;color:#1b3a5c}.home .btn--ghost:hover{background:#e8eef5;border-color:#1b3a5c;transform:translateY(-2px)}.home .btn--ghost-light{background:#0000;border:1.5px solid #ffffffb3;color:#fff}.home .btn--ghost-light:hover{background:#fff;color:#1b3a5c;transform:translateY(-2px)}.home__hero{background:radial-gradient(ellipse at top right,#ff6b3514,#0000 60%),linear-gradient(135deg,#1b3a5c,#122947);color:#fff;overflow:hidden;padding:4rem 1.5rem 5rem}@media(min-width:768px){.home__hero{padding:6rem 2rem 8rem}}.home__hero-inner{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr;margin:0 auto;max-width:1200px}@media(min-width:1024px){.home__hero-inner{gap:4rem;grid-template-columns:1.1fr 1fr}}.home__hero-eyebrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #fff3;border-radius:999px;display:inline-block;font-size:.85rem;font-weight:500;margin-bottom:1.5rem;padding:.4rem .9rem}.home__hero-title{font-size:2.25rem;font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 1.25rem}@media(min-width:768px){.home__hero-title{font-size:3.25rem}}@media(min-width:1024px){.home__hero-title{font-size:3.75rem}}.home__hero-sub{color:#ffffffd9;font-size:1.05rem;line-height:1.6;margin:0 0 2rem}@media(min-width:768px){.home__hero-sub{font-size:1.2rem}.home__hero-sub .mobile-br{display:none}}.home__hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.home__hero-trust{color:#ffffffbf;display:flex;flex-wrap:wrap;font-size:.9rem;gap:1.25rem 1.75rem;list-style:none;margin:0;padding:0}.home__hero-trust li{align-items:center;display:flex;gap:.4rem}.home__hero-trust li svg{color:#ff6b35}.home__hero-visual{position:relative}.home__hero-visual img{border-radius:12px;box-shadow:0 30px 80px #0006;display:block;height:auto;width:100%}.home__problems{background:#fafafa;padding:5rem 0}@media(min-width:768px){.home__problems{padding:7rem 0}}.home__problem-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:768px){.home__problem-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home__problem-grid{grid-template-columns:repeat(4,1fr)}}.home .problem-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem 1.75rem;transition:all .2s ease}.home .problem-card:hover{border-color:#ff6b35;box-shadow:0 20px 40px #00000014;transform:translateY(-4px)}.home .problem-card__num{color:#ff6b35;font-size:.85rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem}.home .problem-card h3{color:#1b3a5c;font-size:1.15rem;font-weight:700;margin:0 0 .6rem}.home .problem-card p{color:#525252;font-size:.92rem;line-height:1.6;margin:0}.home__values{padding:5rem 0}@media(min-width:768px){.home__values{padding:7rem 0}}.home__value-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.home__value-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home__value-grid{grid-template-columns:repeat(4,1fr)}}.home .value-card{border-radius:12px;padding:2rem 1.5rem;text-align:center;transition:all .2s ease}.home .value-card:hover{background:#e8eef5;transform:translateY(-4px)}.home .value-card__icon{align-items:center;background:linear-gradient(135deg,#1b3a5c,#122947);border-radius:16px;color:#fff;display:inline-flex;height:64px;justify-content:center;margin-bottom:1.25rem;width:64px}.home .value-card h3{color:#1b3a5c;font-size:1.2rem;font-weight:700;margin:0 0 .6rem}.home .value-card p{color:#525252;font-size:.92rem;line-height:1.6;margin:0}.home__features{background:#e8eef5;padding:5rem 0}@media(min-width:768px){.home__features{padding:7rem 0}}.home__feature-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:768px){.home__feature-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home__feature-grid{grid-template-columns:repeat(3,1fr)}}.home .feature-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000a;padding:1.75rem;transition:all .2s ease}.home .feature-card:hover{box-shadow:0 20px 40px #1b3a5c1f;transform:translateY(-4px)}.home .feature-card__icon{align-items:center;background:#ffe8dd;border-radius:12px;color:#ff6b35;display:inline-flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.home .feature-card h3{color:#1b3a5c;font-size:1.1rem;font-weight:700;margin:0 0 .5rem}.home .feature-card p{color:#525252;font-size:.92rem;line-height:1.55;margin:0}.home__usecases{padding:5rem 0}@media(min-width:768px){.home__usecases{padding:7rem 0}}.home__usecase-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.home__usecase-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home__usecase-grid{grid-template-columns:repeat(4,1fr)}}.home .usecase-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;transition:all .2s ease}.home .usecase-card:hover{border-color:#2a5481;box-shadow:0 20px 40px #00000014;transform:translateY(-4px)}.home .usecase-card__media{aspect-ratio:1/1;background:#fafafa;overflow:hidden}.home .usecase-card__media img{display:block;height:100%;object-fit:cover;width:100%}.home .usecase-card h3{color:#1b3a5c;font-size:1.1rem;font-weight:700;margin:1.25rem 1.25rem .5rem}.home .usecase-card p{color:#525252;font-size:.9rem;line-height:1.55;margin:0 1.25rem 1.25rem}.home__process{background:#fafafa;padding:5rem 0}@media(min-width:768px){.home__process{padding:7rem 0}}.home__process-grid{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:1024px){.home__process-grid{gap:1rem;grid-template-columns:1fr auto 1fr auto 1fr}}.home .process-step{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem 1.75rem;text-align:center}.home .process-step__num{background:#1b3a5c;border-radius:50%;color:#fff;display:inline-block;font-weight:700;height:48px;line-height:48px;margin-bottom:1rem;width:48px}.home .process-step h3{color:#1b3a5c;font-size:1.15rem;font-weight:700;margin:0 0 .5rem}.home .process-step p{color:#525252;font-size:.92rem;line-height:1.6;margin:0}.home .process-step--arrow{align-items:center;background:#0000;border:none;color:#a3a3a3;display:none;justify-content:center;padding:0}@media(min-width:1024px){.home .process-step--arrow{display:flex}}.home__pricing{padding:5rem 0}@media(min-width:768px){.home__pricing{padding:7rem 0}}.home__pricing-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin:0 auto;max-width:1100px}@media(min-width:768px){.home__pricing-grid{grid-template-columns:repeat(3,1fr)}}.home .pricing-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem;position:relative;transition:all .2s ease}.home .pricing-card:hover{box-shadow:0 20px 40px #00000014;transform:translateY(-4px)}.home .pricing-card h3{color:#1b3a5c;font-size:.85rem;font-weight:700;letter-spacing:.15em;margin:0 0 .75rem}.home .pricing-card__price{color:#1b3a5c;font-size:1.85rem;font-weight:800;margin:0 0 .4rem}.home .pricing-card__desc{color:#525252;font-size:.9rem;margin:0 0 1.5rem}.home .pricing-card ul{list-style:none;margin:0;padding:0}.home .pricing-card ul li{align-items:flex-start;color:#404040;display:flex;font-size:.92rem;gap:.5rem;padding:.45rem 0}.home .pricing-card ul li svg{color:#ff6b35;flex-shrink:0;margin-top:3px}.home .pricing-card--featured{border:2px solid #ff6b35;box-shadow:0 20px 50px #ff6b3533;transform:scale(1.02)}@media(min-width:768px){.home .pricing-card--featured{transform:scale(1.04)}}.home .pricing-card__badge{background:#ff6b35;border-radius:999px;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.3rem .75rem;position:absolute;right:1.5rem;top:-12px}.home__cta{background:radial-gradient(ellipse at bottom left,#ff6b352e,#0000 60%),linear-gradient(135deg,#1b3a5c,#122947);color:#fff;padding:5rem 1.5rem;text-align:center}@media(min-width:768px){.home__cta{padding:7rem 2rem}}.home__cta-inner{max-width:720px}.home__cta-inner h2{color:#fff;font-size:1.85rem;font-weight:800;letter-spacing:-.02em;margin:0 0 1rem}@media(min-width:768px){.home__cta-inner h2{font-size:2.5rem}}.home__cta-inner p{color:#ffffffd9;font-size:1.05rem;margin:0 0 2rem}@media(min-width:768px){.home__cta-inner p{font-size:1.2rem}}.home__cta-actions{gap:.75rem;margin-bottom:2rem}.home__cta-actions,.home__cta-channels{display:flex;flex-wrap:wrap;justify-content:center}.home__cta-channels{color:#ffffffb3;font-size:.9rem;gap:1rem 2rem;list-style:none;margin:0;padding:0}.home__cta-channels li{align-items:center;display:flex;gap:.4rem}.home__footer{background:#171717;color:#a3a3a3;padding:4rem 0 2rem}.home__footer-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr;margin-bottom:3rem}@media(min-width:768px){.home__footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.home__footer-brand h3{color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .5rem}.home__footer-brand p{color:#737373;font-size:.9rem;margin:0}.home__footer-col h4{color:#fff;font-size:.95rem;font-weight:700;margin:0 0 1rem}.home__footer-col a{color:#a3a3a3;display:block;font-size:.9rem;padding:.3rem 0;transition:color .2s ease}.home__footer-col a:hover{color:#fff}.home__footer-bottom{border-top:1px solid #262626;color:#737373;font-size:.85rem;padding-top:2rem;text-align:center}.home__footer-bottom p{margin:0}.org-site{background:#fff;display:flex;flex-direction:column;min-height:100vh}.org-site__header{background:linear-gradient(135deg,#1b3a5c,#122947);color:#fff;padding:3rem 1.5rem 4rem}@media(min-width:768px){.org-site__header{padding:4rem 2rem 5rem}}.org-site__header-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;margin:0 auto;max-width:1200px}.org-site__logo{background:#fff;object-fit:cover;padding:8px}.org-site__logo,.org-site__logo-placeholder{border-radius:16px;box-shadow:0 8px 24px #00000040;height:80px;width:80px}.org-site__logo-placeholder{align-items:center;background:#ff6b35;color:#fff;display:flex;font-size:2rem;font-weight:800;justify-content:center}.org-site__brand{flex:1 1;min-width:240px}.org-site__eyebrow{background:#ffffff26;border:1px solid #fff3;border-radius:999px;display:inline-block;font-size:.8rem;margin-bottom:.5rem;padding:.3rem .7rem}.org-site h1{font-size:2rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 .5rem}@media(min-width:768px){.org-site h1{font-size:2.5rem}}.org-site__desc{color:#ffffffd9;font-size:1rem;line-height:1.6;margin:0;max-width:720px}.org-site__main{background:#fafafa;flex:1 1;padding:3rem 1.5rem}@media(min-width:768px){.org-site__main{padding:4rem 2rem}}.org-site__main-inner{margin:0 auto;max-width:1200px}.org-site__section-head{margin-bottom:2rem}.org-site__section-head h2{color:#1b3a5c;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .4rem}@media(min-width:768px){.org-site__section-head h2{font-size:1.75rem}}.org-site__section-head p{color:#525252;font-size:.95rem;margin:0}.org-site__grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:768px){.org-site__grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.org-site__grid{grid-template-columns:repeat(3,1fr)}}.org-site__empty{color:#737373;padding:4rem 1rem;text-align:center}.org-site__empty h3{color:#404040;font-size:1.1rem;margin:1rem 0 .4rem}.org-site__empty p{font-size:.95rem;margin:0}.org-site__error{padding:6rem 1rem;text-align:center}.org-site__error h1{color:#1b3a5c;font-size:1.5rem;margin-bottom:1.5rem}.org-site__error .btn{background:#ff6b35;border-radius:8px;color:#fff;display:inline-flex;font-weight:600;padding:.8rem 1.5rem}.org-site__footer{background:#171717;color:#a3a3a3;padding:1.5rem}.org-site__footer-inner{align-items:center;display:flex;flex-wrap:wrap;font-size:.85rem;gap:.75rem;justify-content:space-between;margin:0 auto;max-width:1200px}.org-site__footer-inner p{margin:0}.org-site__footer-inner a{color:#a3a3a3}.org-site__footer-inner a:hover{color:#fff}.org-site__footer-links{display:flex;gap:1.5rem}.org-event-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;transition:all .2s ease}.org-event-card:hover{border-color:#2a5481;box-shadow:0 20px 40px #00000014;transform:translateY(-4px)}.org-event-card__image{aspect-ratio:16/9;background:#f5f5f5;overflow:hidden}.org-event-card__image img{display:block;height:100%;object-fit:cover;width:100%}.org-event-card__placeholder{background:linear-gradient(135deg,#e8eef5,#ffe8dd);height:100%;width:100%}.org-event-card__body{display:flex;flex:1 1;flex-direction:column;gap:.75rem;padding:1.25rem}.org-event-card__body h3{color:#1b3a5c;font-size:1.15rem;font-weight:700;line-height:1.4;margin:0}.org-event-card__meta{color:#525252;display:flex;flex-wrap:wrap;font-size:.85rem;gap:.4rem 1rem}.org-event-card__cta,.org-event-card__meta span{align-items:center;display:inline-flex;gap:.3rem}.org-event-card__cta{color:#ff6b35;font-size:.9rem;font-weight:600;margin-top:auto}.share-buttons{display:inline-block;position:relative}.share-buttons__main-btn{align-items:center;background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;display:flex;font-size:14px;gap:6px;padding:8px 16px;transition:all .2s}.share-buttons__main-btn:hover{background:var(--bg-hover);border-color:var(--primary);color:var(--primary)}.share-buttons__main-btn svg{flex-shrink:0}.share-buttons__dropdown{animation:fadeIn .15s ease-out;background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--shadow-lg);margin-top:8px;min-width:180px;padding:8px 0;position:absolute;right:0;top:100%;z-index:1000}.share-buttons__divider{background:var(--border-light);height:1px;margin:8px 0}.share-buttons__overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.share-btn{align-items:center;background:#0000;border:none;color:var(--text-primary);cursor:pointer;display:flex;font-size:14px;gap:12px;padding:10px 16px;text-align:left;transition:background .2s;width:100%}.share-btn:hover{background:var(--bg-hover)}.share-btn svg{flex-shrink:0}.share-btn--x svg{color:#000}[data-theme=dark] .share-btn--x svg{color:#fff}.share-btn--x:hover{background:#0000000d}[data-theme=dark] .share-btn--x:hover{background:#ffffff1a}.share-btn--facebook svg{color:#1877f2}.share-btn--facebook:hover{background:#1877f21a}.share-btn--naver svg{color:#03c75a}.share-btn--naver:hover{background:#03c75a1a}.share-btn--kakao svg{background:#3c1e1e;border-radius:4px;color:#fee500}.share-btn--kakao:hover{background:#fee50026}.share-btn--copy svg{color:var(--text-secondary)}.share-btn--copy:hover{background:var(--bg-secondary)}@media(max-width:768px){.share-buttons__dropdown{animation:slideUp .2s ease-out;border-radius:16px 16px 0 0;bottom:0;left:0;margin:0;padding:16px 0 calc(16px + env(safe-area-inset-bottom));position:fixed;right:0;top:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.share-buttons__overlay{background:#00000080}.share-btn{font-size:16px;padding:14px 20px}}.share-buttons--inline .share-buttons__main-btn{display:none}.share-buttons--inline .share-buttons__dropdown{animation:none;background:#0000;border:none;box-shadow:none;display:flex;flex-wrap:wrap;gap:8px;min-width:auto;padding:0;position:static}.share-buttons--inline .share-btn{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;flex:0 0 auto;padding:8px 12px;width:auto}.share-buttons--inline .share-btn span{display:none}.share-buttons--inline .share-btn:hover{border-color:var(--primary)}.share-buttons--inline .share-buttons__divider{display:none}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:44px;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:50%;left:var(--swiper-navigation-top-offset,50%);margin-left:-22px;margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:4px;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.review-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;grid-column:1/2;margin-top:2rem;padding:1.5rem}.review-section__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.review-section__title{align-items:center;color:var(--text-primary);display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;margin:0}.review-section__icon{font-size:1.5rem}.review-section__count{color:var(--text-secondary);font-size:1rem;font-weight:400}.review-section__write-btn{background:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.review-section__write-btn:hover{background:#e55620}.review-section__write-hint{color:var(--text-muted);font-size:.8rem}.review-section__summary{grid-gap:2rem;background:var(--bg-secondary);border-radius:8px;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2rem;padding:1.5rem}@media(min-width:768px){.review-section__summary{grid-template-columns:auto 1fr}}.review-section__list{display:flex;flex-direction:column;gap:1rem}.review-section__more{margin-top:1.5rem;text-align:center}.review-section__more-btn{background:#0000;border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;font-weight:500;padding:.75rem 2rem;transition:all .2s}.review-section__more-btn:hover{background:var(--bg-hover);border-color:var(--primary);color:var(--primary)}.review-section__empty{color:var(--text-secondary);padding:3rem 1rem;text-align:center}.review-section__empty p{font-size:1rem;margin-bottom:.5rem}.review-section__empty span{font-size:.875rem;opacity:.7}.review-section--loading .review-section__skeleton .skeleton-header{animation:shimmer 1.5s infinite;background:var(--bg-secondary);border-radius:8px;height:2rem;margin-bottom:1.5rem;width:200px}.review-section--loading .review-section__skeleton .skeleton-cards{display:flex;flex-direction:column;gap:1rem}.review-section--loading .review-section__skeleton .skeleton-card{animation:shimmer 1.5s infinite;background:var(--bg-secondary);border-radius:8px;height:120px}.review-form{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;margin-bottom:2rem;padding:1.5rem}.review-form__rating{margin-bottom:1.25rem}.review-form__rating label{color:var(--text-primary);display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.review-form__content{margin-bottom:1.25rem}.review-form__content label{color:var(--text-primary);display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.review-form__content textarea{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.9rem;line-height:1.6;padding:.75rem;resize:vertical;transition:border-color .2s;width:100%}.review-form__content textarea:focus{border-color:#ff6b35;outline:none}.review-form__content textarea::placeholder{color:var(--text-muted)}.review-form__images{margin-bottom:1.25rem}.review-form__images label{color:var(--text-primary);display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.review-form__dropzone{align-items:center;background:var(--bg-card);border:2px dashed var(--border-color);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:2rem;transition:all .2s}.review-form__dropzone svg{color:var(--text-muted)}.review-form__dropzone span{color:var(--text-secondary);font-size:.875rem}.review-form__dropzone:hover{background:#ff6b350d;border-color:#ff6b35}.review-form__dropzone--active{background:#ff6b351a;border-color:#ff6b35}.review-form__preview{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.review-form__preview-item{border-radius:8px;height:80px;overflow:hidden;position:relative;width:80px}.review-form__preview-item img{height:100%;object-fit:cover;width:100%}.review-form__preview-remove{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:4px;top:4px;transition:background .2s;width:24px}.review-form__preview-remove:hover{background:#000c}.review-form__actions{display:flex;gap:.75rem;justify-content:flex-end}.review-form__actions .btn-cancel{background:#0000;border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;font-weight:500;padding:.625rem 1.25rem;transition:all .2s}.review-form__actions .btn-cancel:hover{background:var(--bg-hover)}.review-form__actions .btn-submit{background:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.625rem 1.25rem;transition:all .2s}.review-form__actions .btn-submit:hover:not(:disabled){background:#e55620}.review-form__actions .btn-submit:disabled{cursor:not-allowed;opacity:.6}.star-rating{align-items:center;display:flex;gap:2px}.star-rating svg{display:block}.star-rating--interactive svg{transition:transform .15s}.star-rating--interactive svg:hover{transform:scale(1.1)}.review-summary__score{align-items:center;display:flex;flex-direction:column;gap:.5rem;padding-right:2rem}@media(min-width:768px){.review-summary__score{border-right:1px solid var(--border-color)}}.review-summary__avg{color:var(--text-primary);font-size:3rem;font-weight:700;line-height:1}.review-summary__total{color:var(--text-secondary);font-size:.875rem}.review-summary__distribution{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.rating-bar{align-items:center;display:flex;gap:.75rem}.rating-bar__label{color:var(--text-secondary);font-size:.8rem;text-align:right;width:2.5rem}.rating-bar__track{background:#e0e0e0;background:var(--bg-tertiary,#e0e0e0);border-radius:4px;flex:1 1;height:8px;min-width:100px;overflow:hidden}[data-theme=dark] .rating-bar__track{background:#ffffff1a}.rating-bar__fill{background:#ffc107;border-radius:4px;height:100%;transition:width .3s ease}.rating-bar__count{color:var(--text-secondary);font-size:.8rem;width:2rem}.review-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:8px;cursor:pointer;padding:1.25rem;transition:all .2s}.review-card:hover{border-color:var(--border-color);box-shadow:0 2px 8px #0000000d}.review-card__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.review-card__actions-wrap,.review-card__author{align-items:center;display:flex;gap:.75rem}.review-card__actions{display:flex;gap:.25rem}.review-card__delete-btn,.review-card__edit-btn{align-items:center;background:#0000;border:1px solid var(--border-color);border-radius:4px;color:var(--text-muted);cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .2s;width:28px}.review-card__delete-btn:hover,.review-card__edit-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.review-card__delete-btn:hover{background:#ef44441a;border-color:#ef4444;color:#ef4444}.review-card__avatar{align-items:center;background:linear-gradient(135deg,var(--primary),#2563eb);background:linear-gradient(135deg,var(--primary),var(--primary-dark,#2563eb));border-radius:50%;color:#fff;display:flex;font-size:.875rem;font-weight:600;height:36px;justify-content:center;width:36px}.review-card__info{display:flex;flex-direction:column;gap:2px}.review-card__name{color:var(--text-primary);font-size:.9rem;font-weight:600}.review-card__date{color:var(--text-secondary);font-size:.75rem}.review-card__thumbnails{grid-gap:.5rem;display:grid;gap:.5rem;margin:.75rem 0}.review-card__thumbnails--1{grid-template-columns:1fr;max-width:200px}.review-card__thumbnails--2{grid-template-columns:repeat(2,1fr);max-width:300px}.review-card__thumbnails--3{grid-template-columns:repeat(3,1fr);max-width:400px}.review-card__thumbnails--4{grid-template-columns:repeat(4,1fr);max-width:400px}.review-card__thumb{aspect-ratio:1;border-radius:4px;overflow:hidden;position:relative}.review-card__thumb img{height:100%;object-fit:cover;width:100%}.review-card__thumb-more{align-items:center;background:#00000080;color:#fff;display:flex;font-size:1rem;font-weight:600;inset:0;justify-content:center;position:absolute}.review-card__content-wrapper{margin-top:.75rem}.review-card__content{color:var(--text-primary);font-size:.9rem;line-height:1.6;margin:0;white-space:pre-wrap}.review-card__toggle{background:none;border:none;color:var(--primary);cursor:pointer;font-size:.85rem;font-weight:500;margin-top:.5rem;padding:.25rem 0;transition:color .2s}.review-card__toggle:hover{color:#2563eb;color:var(--primary-dark,#2563eb)}.review-modal-overlay{align-items:center;animation:fadeIn .2s ease;background:#000000e6;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:9999}.review-modal{animation:scaleIn .2s ease;background:var(--bg-card);border-radius:12px;max-height:90vh;max-width:900px;overflow:hidden;position:relative;width:100%}.review-modal__close{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background .2s;width:40px;z-index:10}.review-modal__close:hover{background:#000000b3}.review-modal__nav{align-items:center;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;width:50px;z-index:10}.review-modal__nav svg{color:#333}.review-modal__nav:hover:not(.disabled){background:#fff;transform:translateY(-50%) scale(1.1)}.review-modal__nav--prev{left:1rem}.review-modal__nav--next{right:1rem}.review-modal__nav.disabled{cursor:not-allowed;opacity:.3}.review-modal__content{display:flex;flex-direction:column;max-height:90vh}@media(min-width:768px){.review-modal__content{flex-direction:row}}.review-modal__image-section{background:#000;display:flex;flex:1 1;flex-direction:column;max-height:50vh;min-height:200px}@media(min-width:768px){.review-modal__image-section{max-height:none;max-width:55%;min-height:400px;min-width:400px}}.review-modal__swiper{height:100%;width:100%}.review-modal__swiper .swiper-slide{align-items:center;display:flex;justify-content:center}.review-modal__swiper .swiper-button-next,.review-modal__swiper .swiper-button-prev{background:#00000080;border-radius:50%;color:#fff;height:40px;transition:all .2s;width:40px}.review-modal__swiper .swiper-button-next:after,.review-modal__swiper .swiper-button-prev:after{font-size:16px;font-weight:700}.review-modal__swiper .swiper-button-next:hover,.review-modal__swiper .swiper-button-prev:hover{background:#000c}.review-modal__swiper .swiper-pagination-bullet{background:#fff;height:10px;opacity:.5;transition:all .2s;width:10px}.review-modal__swiper .swiper-pagination-bullet-active{opacity:1;transform:scale(1.2)}.review-modal__image{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center;overflow:hidden;width:100%}.review-modal__image img{max-height:100%;max-width:100%;object-fit:contain}.review-modal__image-nav{background:#00000080;display:flex;gap:.5rem;justify-content:center;padding:1rem}.review-modal__image-dot{background:#fff6;border:none;border-radius:50%;cursor:pointer;height:8px;transition:all .2s;width:8px}.review-modal__image-dot.active{background:#fff;transform:scale(1.2)}.review-modal__image-dot:hover:not(.active){background:#ffffffb3}.review-modal__info{display:flex;flex:1 1;flex-direction:column;min-width:280px;overflow-y:auto;padding:1.5rem}@media(min-width:768px){.review-modal__info{max-width:45%;padding:2rem}}.review-modal__header{align-items:flex-start;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.review-modal__author{align-items:center;display:flex;gap:.75rem}.review-modal__avatar{align-items:center;background:linear-gradient(135deg,var(--primary),#2563eb);background:linear-gradient(135deg,var(--primary),var(--primary-dark,#2563eb));border-radius:50%;color:#fff;display:flex;font-size:1.125rem;font-weight:600;height:48px;justify-content:center;width:48px}.review-modal__author-info{display:flex;flex-direction:column;gap:4px}.review-modal__name{color:var(--text-primary);font-size:1rem;font-weight:600}.review-modal__date{color:var(--text-secondary);font-size:.8rem}.review-modal__text{color:var(--text-primary);flex:1 1;font-size:1rem;line-height:1.8;white-space:pre-wrap}.review-modal__pagination{border-top:1px solid var(--border-color);color:var(--text-secondary);font-size:.875rem;margin-top:1.5rem;padding-top:1rem;text-align:center}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}.qna-section__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.qna-section__title{align-items:center;display:flex;font-size:1.1rem;font-weight:700;gap:.4rem;margin:0}.qna-section__icon{font-size:1.2rem}.qna-section__count{color:#999;font-size:.9rem;font-weight:400}.qna-section__write-btn{background:#333;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.4rem 1rem;transition:background .2s}.qna-section__write-btn:hover{background:#555}.qna-section__error{background:#fff5f5;border:1px solid #f5c2c7;border-radius:6px;color:#dc3545;font-size:.8rem;margin-bottom:.75rem;padding:.6rem .75rem}.qna-section__form{background:#f8f9fa;border-radius:12px;margin-bottom:1.25rem;padding:1.25rem}.qna-section__form-row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr}@media(max-width:480px){.qna-section__form-row{grid-template-columns:1fr}}.qna-section__form-group{margin-bottom:.75rem}.qna-section__form-group label{color:#555;display:block;font-size:.78rem;font-weight:600;margin-bottom:.25rem}.qna-section__form-group input[type=password],.qna-section__form-group input[type=text],.qna-section__form-group textarea{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:.85rem;padding:.5rem .65rem;transition:border-color .2s;width:100%}.qna-section__form-group input[type=password]:focus,.qna-section__form-group input[type=text]:focus,.qna-section__form-group textarea:focus{border-color:#333;outline:none}.qna-section__form-group input[type=password]::placeholder,.qna-section__form-group input[type=text]::placeholder,.qna-section__form-group textarea::placeholder{color:#bbb}.qna-section__form-group textarea{min-height:80px;resize:vertical}.qna-section__form-footer{align-items:center;display:flex;justify-content:space-between;margin-top:.25rem}.qna-section__secret-check{align-items:center;color:#666;cursor:pointer;display:flex;font-size:.8rem;gap:.3rem}.qna-section__secret-check input[type=checkbox]{accent-color:#333;margin:0}.qna-section__secret-check svg{color:#999}.qna-section__submit-btn{background:#333;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.45rem 1.25rem}.qna-section__submit-btn:hover:not(:disabled){background:#555}.qna-section__submit-btn:disabled{cursor:not-allowed;opacity:.5}.qna-section__loading{color:#999;font-size:.85rem;padding:2rem;text-align:center}.qna-section__empty{color:#999;padding:2.5rem 1rem;text-align:center}.qna-section__empty p{font-size:.95rem;margin:0 0 .35rem}.qna-section__empty span{font-size:.8rem}.qna-section__list{display:flex;flex-direction:column;gap:.35rem}.qna-card{background:#fff;border:1px solid #eee;border-radius:10px;overflow:hidden;transition:box-shadow .2s}.qna-card--expanded{box-shadow:0 2px 8px #0000000f}.qna-card__header{align-items:center;cursor:pointer;display:flex;gap:.75rem;padding:.85rem 1rem;transition:background .15s}.qna-card__header:hover{background:#fafafa}.qna-card__status-wrap{flex-shrink:0}.qna-card__status{border-radius:4px;display:inline-block;font-size:.65rem;font-weight:700;padding:.15rem .45rem}.qna-card__status--pending{background:#fff3cd;color:#856404}.qna-card__status--answered{background:#d1e7dd;color:#0f5132}.qna-card__title-wrap{flex:1 1;min-width:0}.qna-card__title{align-items:center;color:#333;display:flex;font-size:.9rem;font-weight:500;gap:.3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qna-card__lock{color:#aaa;flex-shrink:0}.qna-card__meta{color:#aaa;display:flex;font-size:.72rem;gap:.5rem;margin-top:.15rem}.qna-card__arrow{color:#ccc;flex-shrink:0;transition:transform .25s}.qna-card__arrow--open{transform:rotate(180deg)}.qna-card__password-prompt{background:#f8f9fa;border-top:1px solid #eee;padding:.75rem 1rem}.qna-card__password-prompt p{color:#666;font-size:.8rem;margin:0 0 .4rem}.qna-card__password-row{display:flex;gap:.4rem}.qna-card__password-row input{border:1px solid #ddd;border-radius:5px;font-size:.8rem;padding:.35rem .5rem;width:160px}.qna-card__password-row button{background:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;font-size:.75rem;padding:.35rem .6rem}.qna-card__password-row button:hover{background:#f0f0f0}.qna-card__body{border-top:1px solid #f0f0f0;padding:.75rem 1rem 1rem}.qna-card__content{color:#444;font-size:.88rem;line-height:1.65;margin:0 0 .5rem;white-space:pre-wrap}.qna-card__actions{display:flex;gap:.35rem;margin-bottom:.5rem}.qna-card__actions button{background:#fff;border:1px solid #ddd;border-radius:4px;color:#666;cursor:pointer;font-size:.7rem;padding:.2rem .5rem}.qna-card__actions button:hover{background:#f5f5f5}.qna-card__delete-confirm{align-items:center;color:#666;display:flex;font-size:.8rem;gap:.4rem;margin-bottom:.5rem}.qna-card__delete-confirm input{border:1px solid #ddd;border-radius:4px;font-size:.8rem;padding:.3rem .4rem;width:120px}.qna-card__delete-confirm button{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.75rem;padding:.3rem .5rem}.qna-card__delete-confirm button.btn-danger{background:#dc3545;border-color:#dc3545;color:#fff}.qna-card__edit-form{display:flex;flex-direction:column;gap:.5rem}.qna-card__edit-form input,.qna-card__edit-form textarea{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-size:.85rem;padding:.45rem .6rem;width:100%}.qna-card__edit-actions{display:flex;gap:.4rem}.qna-card__edit-actions button{border:none;border-radius:5px;cursor:pointer;font-size:.78rem;font-weight:500;padding:.3rem .7rem}.qna-card__edit-actions .btn-save{background:#333;color:#fff}.qna-card__edit-actions .btn-cancel{background:#e9ecef;color:#333}.qna-card__answer{background:#f0f4f8;border-left:3px solid #1b3a5c;border-radius:8px;margin-top:.75rem;padding:.85rem 1rem}.qna-card__answer p{color:#444;font-size:.85rem;line-height:1.6;margin:0;white-space:pre-wrap}.qna-card__answer-head{align-items:center;display:flex;gap:.4rem;margin-bottom:.4rem}.qna-card__a-badge{align-items:center;background:#1b3a5c;border-radius:4px;color:#fff;display:inline-flex;font-size:.65rem;font-weight:700;height:20px;justify-content:center;width:20px}.qna-card__answer-by{color:#333;font-size:.78rem;font-weight:600}.qna-card__answer-date{color:#999;font-size:.7rem}.rich-text-editor{border:1px solid #d4d4d4;border-radius:8px;overflow:hidden}[data-theme=dark] .rich-text-editor{border-color:var(--border-color)}.editor-toolbar{background:#fafafa;border-bottom:1px solid #e5e5e5;display:flex;flex-wrap:wrap;gap:4px;padding:8px}[data-theme=dark] .editor-toolbar{background:var(--bg-secondary);border-color:var(--border-color)}.editor-toolbar__group{border-right:1px solid #e5e5e5;display:flex;gap:2px;padding-right:8px}[data-theme=dark] .editor-toolbar__group{border-color:var(--border-color)}.editor-toolbar__group:last-child{border-right:none;padding-right:0}.editor-toolbar button{align-items:center;background:#0000;border:none;border-radius:4px;color:#404040;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;padding:0;transition:all .15s ease;width:32px}[data-theme=dark] .editor-toolbar button{color:var(--text-primary)}.editor-toolbar button:hover:not(:disabled){background:#e5e5e5}[data-theme=dark] .editor-toolbar button:hover:not(:disabled){background:var(--bg-tertiary)}.editor-toolbar button.is-active{background:#ff6b35;color:#fff}.editor-toolbar button:disabled{cursor:not-allowed;opacity:.4}.ProseMirror{background:#fff;font-size:1rem;line-height:1.6;min-height:200px;outline:none;padding:16px}[data-theme=dark] .ProseMirror{background:var(--bg-secondary);color:var(--text-primary)}.ProseMirror>*+*{margin-top:.75em}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3{font-weight:700;line-height:1.3}.ProseMirror h1{font-size:1.75rem}.ProseMirror h2{font-size:1.5rem}.ProseMirror h3{font-size:1.25rem}.ProseMirror ol,.ProseMirror ul{padding-left:1.5rem}.ProseMirror ul{list-style-type:disc}.ProseMirror ol{list-style-type:decimal}.ProseMirror li{margin-bottom:.25em}.ProseMirror a{color:#ff6b35;cursor:pointer;text-decoration:underline}.ProseMirror img{border-radius:8px;height:auto;margin:1em 0;max-width:100%}.ProseMirror img.ProseMirror-selectednode{outline:2px solid #ff6b35}.ProseMirror blockquote{border-left:3px solid #d4d4d4;color:#525252;margin-left:0;padding-left:1rem}[data-theme=dark] .ProseMirror blockquote{border-color:var(--border-color);color:var(--text-secondary)}.ProseMirror code{background:#f5f5f5;border-radius:3px;font-family:SF Mono,Fira Code,Fira Mono,Menlo,Monaco,Consolas,monospace;font-size:.9em;padding:.2em .4em}[data-theme=dark] .ProseMirror code{background:var(--bg-tertiary)}.ProseMirror pre{background:#171717;border-radius:8px;color:#f5f5f5;overflow-x:auto;padding:1rem}.ProseMirror pre code{background:#0000;color:inherit;padding:0}.ProseMirror p.is-editor-empty:first-child:before{color:#a3a3a3;content:attr(data-placeholder);float:left;height:0;pointer-events:none}[data-theme=dark] .ProseMirror p.is-editor-empty:first-child:before{color:var(--text-muted)}.ProseMirror .text-left{text-align:left}.ProseMirror .text-center{text-align:center}.ProseMirror .text-right{text-align:right}.rich-content{font-size:1rem;line-height:1.7}.rich-content h1,.rich-content h2,.rich-content h3{font-weight:700;margin-bottom:.5em;margin-top:1.5em}.rich-content h1{font-size:1.75rem}.rich-content h2{font-size:1.5rem}.rich-content h3{font-size:1.25rem}.rich-content p{margin-bottom:1em}.rich-content ol,.rich-content ul{margin-bottom:1em;padding-left:1.5em}.rich-content li{margin-bottom:.25em}.rich-content img{border-radius:8px;height:auto;margin:1em 0;max-width:100%}.rich-content a{color:#ff6b35;text-decoration:underline}.rich-content strong{font-weight:700}.rich-content em{font-style:italic}.rich-content blockquote{border-left:3px solid #d4d4d4;color:#525252;margin:1em 0;padding-left:1rem}[data-theme=dark] .rich-content blockquote{border-color:var(--border-color);color:var(--text-secondary)}.event-detail{background:#fff;min-height:100vh;padding-bottom:100px}[data-theme=dark] .event-detail{background:var(--bg-primary)}@media(min-width:1024px){.event-detail{padding-bottom:2rem}}.event-detail__header{align-items:center;background:#fff;border-bottom:1px solid #e5e5e5;display:flex;height:56px;justify-content:space-between;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:20}@media(min-width:1024px){.event-detail__header{padding:0 2rem}}[data-theme=dark] .event-detail__header{background:var(--bg-primary);border-color:var(--border-color)}.event-detail__back{align-items:center;background:none;border:none;color:#525252;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.375rem;padding:.5rem 0;transition:color .2s ease}[data-theme=dark] .event-detail__back{color:var(--text-secondary)}.event-detail__back:hover{color:#0a0a0a}[data-theme=dark] .event-detail__back:hover{color:var(--text-primary)}.event-detail__content{margin:0 auto;max-width:1200px;padding:1.5rem}@media(min-width:1024px){.event-detail__content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 320px;padding:2rem}}.event-detail__tabs-section{margin:0 auto;max-width:1200px;padding:0 1.5rem 2rem}@media(min-width:1024px){.event-detail__tabs-section{padding:0 2rem 3rem}}.event-detail__info{background:#fff;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:1.5rem;overflow:hidden}[data-theme=dark] .event-detail__info{background:var(--bg-card);border-color:var(--border-color)}@media(min-width:1024px){.event-detail__info{align-self:start;margin-bottom:0}}.event-detail__info h1{color:#0a0a0a;font-size:1.5rem;font-weight:700;line-height:1.25;margin-bottom:.75rem;padding:1.5rem 1.5rem 0}[data-theme=dark] .event-detail__info h1{color:var(--text-primary)}@media(min-width:768px){.event-detail__info h1{font-size:1.75rem}}@media(min-width:1024px){.event-detail__info h1{font-size:2rem;padding:2rem 2rem 0}}.event-detail__image{background:#f5f5f5;height:220px;overflow:hidden;position:relative;width:100%}[data-theme=dark] .event-detail__image{background:var(--bg-secondary)}@media(min-width:768px){.event-detail__image{height:300px}}@media(min-width:1024px){.event-detail__image{height:360px}}.event-detail__image img{height:100%;object-fit:cover;width:100%}.event-detail__description{color:#525252;font-size:.95rem;line-height:1.625;margin-bottom:1.5rem;padding:0 1.5rem;white-space:pre-line}[data-theme=dark] .event-detail__description{color:var(--text-secondary)}@media(min-width:1024px){.event-detail__description{padding:0 2rem}}.event-detail__meta{background:#fafafa;border-top:1px solid #f5f5f5;display:flex;flex-direction:column;gap:.625rem;padding:1.25rem 1.5rem}[data-theme=dark] .event-detail__meta{background:var(--bg-secondary);border-color:var(--border-color)}@media(min-width:1024px){.event-detail__meta{padding:1.25rem 2rem}}.event-detail__meta-item{align-items:flex-start;display:flex;gap:1rem}.event-detail__meta-item .label{color:#737373;font-size:.8rem;font-weight:500;min-width:40px}[data-theme=dark] .event-detail__meta-item .label{color:var(--text-muted)}.event-detail__meta-item .value{color:#262626;font-size:.875rem;font-weight:500}[data-theme=dark] .event-detail__meta-item .value{color:var(--text-primary)}.event-detail__products{background:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden}[data-theme=dark] .event-detail__products{background:var(--bg-card);border-color:var(--border-color)}@media(min-width:1024px){.event-detail__products{display:flex;flex-direction:column;max-height:calc(100vh - 100px);overflow-y:auto;position:-webkit-sticky;position:sticky;top:80px}.event-detail__products::-webkit-scrollbar{width:4px}.event-detail__products::-webkit-scrollbar-track{background:#0000}.event-detail__products::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:2px}}.event-detail__products h2{border-bottom:1px solid #f5f5f5;color:#0a0a0a;font-size:.85rem;font-weight:700;margin:0;padding:.625rem .75rem}[data-theme=dark] .event-detail__products h2{border-color:var(--border-color);color:var(--text-primary)}.event-detail__products .product-list{display:flex;flex-direction:column;gap:.375rem;padding:.5rem}.event-detail__no-products{color:#737373;font-size:.9rem;padding:3rem 1.5rem;text-align:center}[data-theme=dark] .event-detail__no-products{color:var(--text-muted)}.event-detail__checkout{display:none}@media(min-width:1024px){.event-detail__checkout{background:#fafafa;border-top:1px solid #f5f5f5;display:block;padding:.5rem}[data-theme=dark] .event-detail__checkout{background:var(--bg-secondary);border-color:var(--border-color)}.event-detail__checkout-summary{margin-bottom:.5rem}.event-detail__checkout-summary .checkout-row{align-items:center;display:flex;justify-content:space-between;padding:.125rem 0}.event-detail__checkout-summary .checkout-row .label{color:#737373;font-size:.75rem}[data-theme=dark] .event-detail__checkout-summary .checkout-row .label{color:var(--text-muted)}.event-detail__checkout-summary .checkout-row .value{color:#262626;font-size:.8rem;font-weight:600}[data-theme=dark] .event-detail__checkout-summary .checkout-row .value{color:var(--text-primary)}.event-detail__checkout-summary .checkout-row--total{border-top:1px solid #e5e5e5;margin-top:.25rem;padding-top:.375rem}[data-theme=dark] .event-detail__checkout-summary .checkout-row--total{border-color:var(--border-color)}.event-detail__checkout-summary .checkout-row--total .label{color:#404040;font-weight:600}[data-theme=dark] .event-detail__checkout-summary .checkout-row--total .label{color:var(--text-secondary)}.event-detail__checkout-summary .checkout-row--total .value{color:#0a0a0a;font-size:1rem;font-weight:800}[data-theme=dark] .event-detail__checkout-summary .checkout-row--total .value{color:var(--text-primary)}.event-detail__checkout-btn{background:#ff6b35;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:700;padding:.625rem;transition:all .2s ease;width:100%}.event-detail__checkout-btn:hover:not(:disabled){background:#e55620}.event-detail__checkout-btn:disabled{background:#d4d4d4;color:#737373;cursor:not-allowed}[data-theme=dark] .event-detail__checkout-btn:disabled{background:var(--bg-tertiary);color:var(--text-muted)}}.event-detail__footer{align-items:center;background:#fff;border-top:1px solid #e5e5e5;bottom:0;display:flex;justify-content:space-between;left:0;padding:1rem 1.5rem;position:fixed;right:0;transform:translateY(100%);transition:transform .3s ease;z-index:30}[data-theme=dark] .event-detail__footer{background:var(--bg-card);border-color:var(--border-color)}.event-detail__footer--visible{transform:translateY(0)}@media(min-width:1024px){.event-detail__footer{display:none}}.event-detail__summary{display:flex;flex-direction:column;gap:.125rem}.event-detail__summary span:first-child{color:#737373;font-size:.8rem}[data-theme=dark] .event-detail__summary span:first-child{color:var(--text-muted)}.event-detail__summary .total-price{color:#0a0a0a;font-size:1.25rem;font-weight:800}[data-theme=dark] .event-detail__summary .total-price{color:var(--text-primary)}.event-detail__reserve-btn{background:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;padding:.875rem 2rem;transition:all .2s ease}.event-detail__reserve-btn:hover:not(:disabled){background:#e55620}.event-detail__reserve-btn:disabled{background:#d4d4d4;color:#737373;cursor:not-allowed}.event-detail__tabs{grid-column:1/-1;margin-top:1.5rem}.event-detail__tab-buttons{border-bottom:2px solid #e5e5e5;display:flex;margin-bottom:0}[data-theme=dark] .event-detail__tab-buttons{border-color:var(--border-color)}.event-detail__tab-btn{background:none;border:none;border-bottom:2px solid #0000;color:#737373;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;margin-bottom:-2px;padding:.75rem 1rem;transition:color .2s ease,border-color .2s ease}[data-theme=dark] .event-detail__tab-btn{color:var(--text-muted)}.event-detail__tab-btn:hover{color:#404040}[data-theme=dark] .event-detail__tab-btn:hover{color:var(--text-secondary)}.event-detail__tab-btn--active{border-bottom-color:#0a0a0a;color:#0a0a0a}[data-theme=dark] .event-detail__tab-btn--active{border-bottom-color:var(--text-primary);color:var(--text-primary)}.event-detail__tab-content{padding-top:1rem}.event-detail__error{margin:0 auto;max-width:400px;padding:4rem 2rem;text-align:center}.event-detail__error p{color:#525252;font-size:1rem;margin-bottom:1.5rem}.event-detail__error button{background:#0a0a0a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem}.event-detail__error button:hover{background:#262626}.product-card{border:1px solid #e5e5e5;border-radius:4px;padding:.625rem;transition:border-color .2s ease}[data-theme=dark] .product-card{border-color:var(--border-color)}.product-card:hover{border-color:#d4d4d4}.product-card__info{margin-bottom:.25rem}.product-card__info h3{color:#0a0a0a;font-size:.85rem;font-weight:600;line-height:1.2;margin:0}[data-theme=dark] .product-card__info h3{color:var(--text-primary)}.product-card__price-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.product-card__desc{color:#737373;font-size:.7rem;line-height:1.3;margin:.125rem 0 0}[data-theme=dark] .product-card__desc{color:var(--text-muted)}.product-card__long-desc{display:none}.product-card__price{color:#0a0a0a;font-size:.85rem;font-weight:700;white-space:nowrap}[data-theme=dark] .product-card__price{color:var(--text-primary)}.product-card__stock{background:#fef9c3;color:#ca8a04}.product-card__sold-out,.product-card__stock{border-radius:4px;display:inline-block;font-size:.6rem;font-weight:600;padding:.1rem .3rem}.product-card__sold-out{background:#fee2e2;color:#dc2626}.product-card__options{border-top:1px solid #f5f5f5;display:flex;flex-direction:column;gap:.25rem;margin-top:.375rem;padding-top:.375rem}[data-theme=dark] .product-card__options{border-color:var(--border-color)}.product-card__quantity{border-top:1px solid #f5f5f5;display:flex;justify-content:flex-end;margin-top:.375rem;padding-top:.375rem}[data-theme=dark] .product-card__quantity{border-color:var(--border-color)}.option-row{justify-content:space-between}.option-info,.option-row{align-items:center;display:flex}.option-info{flex:1 1;gap:.25rem;min-width:0}.option-info .option-name{color:#404040;font-size:.75rem;font-weight:500}[data-theme=dark] .option-info .option-name{color:var(--text-secondary)}.option-info .option-price{color:#ff6b35;font-size:.65rem;font-weight:600;white-space:nowrap}.quantity-control{align-items:center;background:#f5f5f5;border-radius:4px;display:flex;gap:0;overflow:hidden}[data-theme=dark] .quantity-control{background:var(--bg-tertiary)}.quantity-control button{background:#0000;border:none;color:#525252;cursor:pointer;font-size:.9rem;font-weight:500;height:24px;transition:all .1s ease;width:24px}[data-theme=dark] .quantity-control button{color:var(--text-secondary)}.quantity-control button:hover:not(:disabled){background:#e5e5e5;color:#0a0a0a}[data-theme=dark] .quantity-control button:hover:not(:disabled){background:var(--bg-secondary);color:var(--text-primary)}.quantity-control button:active:not(:disabled){background:#d4d4d4}.quantity-control button:disabled{cursor:not-allowed;opacity:.3}.quantity-control span{color:#0a0a0a;font-size:.75rem;font-weight:700;min-width:22px;text-align:center}[data-theme=dark] .quantity-control span{color:var(--text-primary)}.error-boundary{align-items:center;background:#f8f9fa;background:var(--bg-primary,#f8f9fa);display:flex;justify-content:center;min-height:100vh;padding:24px}.error-boundary__content{max-width:500px;text-align:center}.error-boundary__icon{color:#dc3545;color:var(--danger,#dc3545);height:80px;margin:0 auto 24px;width:80px}.error-boundary__icon svg{height:100%;width:100%}.error-boundary__title{color:#212529;color:var(--text-primary,#212529);font-size:24px;font-weight:700;margin-bottom:12px}.error-boundary__message{color:#6c757d;color:var(--text-secondary,#6c757d);font-size:16px;line-height:1.6;margin-bottom:32px}.error-boundary__details{background:#e9ecef;background:var(--bg-secondary,#e9ecef);border-radius:8px;margin-bottom:24px;padding:16px;text-align:left}.error-boundary__details summary{color:#212529;color:var(--text-primary,#212529);cursor:pointer;font-weight:500;margin-bottom:12px}.error-boundary__details pre{color:#dc3545;color:var(--danger,#dc3545);font-size:12px;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.error-boundary__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.error-boundary__actions .btn{min-width:140px}:root{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-tertiary:#e9ecef;--bg-card:#fff;--bg-hover:#f1f3f4;--text-primary:#212529;--text-secondary:#6c757d;--text-muted:#adb5bd;--text-inverse:#fff;--border-color:#dee2e6;--border-light:#e9ecef;--primary:#3182ce;--primary-hover:#2c5aa0;--primary-light:#ebf4ff;--success:#28a745;--warning:#ffc107;--danger:#dc3545;--info:#17a2b8;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--header-bg:#fff;--sidebar-bg:#1a202c;--sidebar-text:#a0aec0;--sidebar-active:#3182ce;--input-bg:#fff;--input-border:#ced4da;--input-focus:#3182ce;--table-stripe:#f8f9fa;--table-hover:#e9ecef}[data-theme=dark]{--bg-primary:#1a202c;--bg-secondary:#2d3748;--bg-tertiary:#4a5568;--bg-card:#2d3748;--bg-hover:#4a5568;--text-primary:#f7fafc;--text-secondary:#a0aec0;--text-muted:#718096;--text-inverse:#1a202c;--border-color:#4a5568;--border-light:#2d3748;--primary:#4299e1;--primary-hover:#3182ce;--primary-light:#2a4365;--success:#48bb78;--warning:#ecc94b;--danger:#fc8181;--info:#4fd1c5;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 6px #0006;--shadow-lg:0 10px 15px #00000080;--header-bg:#2d3748;--sidebar-bg:#1a202c;--sidebar-text:#a0aec0;--sidebar-active:#4299e1;--input-bg:#2d3748;--input-border:#4a5568;--input-focus:#4299e1;--table-stripe:#2d3748;--table-hover:#4a5568}body{background-color:#fff;background-color:var(--bg-primary);color:#212529;color:var(--text-primary)}.card,.event-card,.order-card,.ticket-card,body{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.card,.event-card,.order-card,.ticket-card{background-color:#fff;background-color:var(--bg-card);border-color:#dee2e6;border-color:var(--border-color)}input,select,textarea{background-color:#fff;background-color:var(--input-bg);border-color:#ced4da;border-color:var(--input-border);color:#212529;color:var(--text-primary);transition:background-color .3s ease,color .3s ease,border-color .3s ease}input:focus,select:focus,textarea:focus{border-color:#3182ce;border-color:var(--input-focus)}input::placeholder,select::placeholder,textarea::placeholder{color:#adb5bd;color:var(--text-muted)}.btn{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.btn-primary{background-color:#3182ce;background-color:var(--primary)}.btn-primary:hover{background-color:#2c5aa0;background-color:var(--primary-hover)}.btn-outline{border-color:#dee2e6;border-color:var(--border-color);color:#212529;color:var(--text-primary)}.btn-outline:hover{background-color:#f1f3f4;background-color:var(--bg-hover)}table{background-color:#fff;background-color:var(--bg-card)}table th{background-color:#f8f9fa;background-color:var(--bg-secondary)}table td,table th{color:#212529;color:var(--text-primary)}table td{border-color:#e9ecef;border-color:var(--border-light)}table tr:nth-child(2n){background-color:#f8f9fa;background-color:var(--table-stripe)}table tr:hover{background-color:#e9ecef;background-color:var(--table-hover)}.modal{background-color:#fff;background-color:var(--bg-card)}.modal__overlay{background-color:#00000080}.status--pending{background-color:#ffc107;background-color:var(--warning);color:#000}.status--confirmed,.status--paid{background-color:#28a745;background-color:var(--success);color:#fff}.status--cancelled{background-color:#dc3545;background-color:var(--danger);color:#fff}.status--completed{background-color:#17a2b8;background-color:var(--info);color:#fff}[data-theme=dark] .auth-page,[data-theme=dark] .event-detail,[data-theme=dark] .events-page,[data-theme=dark] .faq-page,[data-theme=dark] .home,[data-theme=dark] .inquiry-page,[data-theme=dark] .login-page,[data-theme=dark] .lookup-page,[data-theme=dark] .mypage,[data-theme=dark] .mypage-layout,[data-theme=dark] .notice-page,[data-theme=dark] .notices-page,[data-theme=dark] .order-page,[data-theme=dark] .page,[data-theme=dark] .privacy-page,[data-theme=dark] .profile-page,[data-theme=dark] .register-page,[data-theme=dark] .terms-page{background-color:#fff;background-color:var(--bg-primary)}[data-theme=dark] .bg-light,[data-theme=dark] .bg-white{background-color:#fff!important;background-color:var(--bg-card)!important}[data-theme=dark] .bg-gray,[data-theme=dark] .bg-secondary{background-color:#f8f9fa!important;background-color:var(--bg-secondary)!important}[data-theme=dark] .text-black,[data-theme=dark] .text-dark{color:#212529!important;color:var(--text-primary)!important}[data-theme=dark] .text-gray,[data-theme=dark] .text-muted{color:#adb5bd!important;color:var(--text-muted)!important}[data-theme=dark] .border,[data-theme=dark] .border-gray{border-color:#dee2e6!important;border-color:var(--border-color)!important}[data-theme=dark] .accordion,[data-theme=dark] .box,[data-theme=dark] .collapse,[data-theme=dark] .content-card,[data-theme=dark] .event-card,[data-theme=dark] .faq-accordion,[data-theme=dark] .faq-item,[data-theme=dark] .faq__item,[data-theme=dark] .info-card,[data-theme=dark] .notice-item,[data-theme=dark] .order-item,[data-theme=dark] .panel,[data-theme=dark] .product-card,[data-theme=dark] .section,[data-theme=dark] .ticket-item{background-color:#fff;background-color:var(--bg-card);border-color:#dee2e6;border-color:var(--border-color)}[data-theme=dark] .accordion-header,[data-theme=dark] .accordion-title,[data-theme=dark] .accordion__header,[data-theme=dark] .accordion__question,[data-theme=dark] .accordion__title,[data-theme=dark] .collapse-header,[data-theme=dark] .collapse-title,[data-theme=dark] .collapse__header,[data-theme=dark] .collapse__question,[data-theme=dark] .collapse__title,[data-theme=dark] .faq-accordion-header,[data-theme=dark] .faq-accordion-title,[data-theme=dark] .faq-accordion__header,[data-theme=dark] .faq-accordion__question,[data-theme=dark] .faq-accordion__title,[data-theme=dark] .faq__item-header,[data-theme=dark] .faq__item-title,[data-theme=dark] .faq__item__header,[data-theme=dark] .faq__item__question,[data-theme=dark] .faq__item__title{background-color:#f8f9fa;background-color:var(--bg-secondary);color:#212529;color:var(--text-primary)}[data-theme=dark] .accordion-body,[data-theme=dark] .accordion-content,[data-theme=dark] .accordion__answer,[data-theme=dark] .accordion__body,[data-theme=dark] .accordion__content,[data-theme=dark] .collapse-body,[data-theme=dark] .collapse-content,[data-theme=dark] .collapse__answer,[data-theme=dark] .collapse__body,[data-theme=dark] .collapse__content,[data-theme=dark] .faq-accordion-body,[data-theme=dark] .faq-accordion-content,[data-theme=dark] .faq-accordion__answer,[data-theme=dark] .faq-accordion__body,[data-theme=dark] .faq-accordion__content,[data-theme=dark] .faq__item-body,[data-theme=dark] .faq__item-content,[data-theme=dark] .faq__item__answer,[data-theme=dark] .faq__item__body,[data-theme=dark] .faq__item__content{background-color:#fff;background-color:var(--bg-card);color:#6c757d;color:var(--text-secondary)}[data-theme=dark] .empty-state,[data-theme=dark] .no-data,[data-theme=dark] .no-results{color:#adb5bd;color:var(--text-muted)}[data-theme=dark] .divider,[data-theme=dark] hr{border-color:#dee2e6;border-color:var(--border-color)}[data-theme=dark] .header,[data-theme=dark] .nav,[data-theme=dark] .navbar,[data-theme=dark] .page-header{background-color:#fff;background-color:var(--bg-card);border-color:#dee2e6;border-color:var(--border-color)}[data-theme=dark] .content,[data-theme=dark] .main-content,[data-theme=dark] .page-content{background-color:#fff;background-color:var(--bg-primary)}[data-theme=dark] .alert-info,[data-theme=dark] .info-box,[data-theme=dark] .notice-box{background-color:#f8f9fa;background-color:var(--bg-secondary);border-color:#dee2e6;border-color:var(--border-color);color:#212529;color:var(--text-primary)}[data-theme=dark] .form-group label,[data-theme=dark] .input-group label{color:#212529;color:var(--text-primary)}[data-theme=dark] .form-group .form-text,[data-theme=dark] .form-group .help-text,[data-theme=dark] .input-group .form-text,[data-theme=dark] .input-group .help-text{color:#adb5bd;color:var(--text-muted)}[data-theme=dark] .tab-list,[data-theme=dark] .tabs{border-color:#dee2e6;border-color:var(--border-color)}[data-theme=dark] .tab-list .tab,[data-theme=dark] .tab-list .tab-item,[data-theme=dark] .tabs .tab,[data-theme=dark] .tabs .tab-item{color:#6c757d;color:var(--text-secondary)}[data-theme=dark] .tab-list .tab--active,[data-theme=dark] .tab-list .tab-item--active,[data-theme=dark] .tab-list .tab-item.active,[data-theme=dark] .tab-list .tab.active,[data-theme=dark] .tabs .tab--active,[data-theme=dark] .tabs .tab-item--active,[data-theme=dark] .tabs .tab-item.active,[data-theme=dark] .tabs .tab.active{border-color:#3182ce;border-color:var(--primary);color:#212529;color:var(--text-primary)}[data-theme=dark] .pagination .page-item{background-color:#fff;background-color:var(--bg-card);border-color:#dee2e6;border-color:var(--border-color);color:#212529;color:var(--text-primary)}[data-theme=dark] .pagination .page-item.active{background-color:#3182ce;background-color:var(--primary);color:#fff;color:var(--text-inverse)}[data-theme=dark] .list .list-group-item,[data-theme=dark] .list .list-item,[data-theme=dark] .list-group .list-group-item,[data-theme=dark] .list-group .list-item{background-color:#fff;background-color:var(--bg-card);border-color:#dee2e6;border-color:var(--border-color);color:#212529;color:var(--text-primary)}[data-theme=dark] .dropdown-menu,[data-theme=dark] .menu{background-color:#fff;background-color:var(--bg-card);border-color:#dee2e6;border-color:var(--border-color)}[data-theme=dark] .dropdown-menu .dropdown-item,[data-theme=dark] .dropdown-menu .menu-item,[data-theme=dark] .menu .dropdown-item,[data-theme=dark] .menu .menu-item{color:#212529;color:var(--text-primary)}[data-theme=dark] .dropdown-menu .dropdown-item:hover,[data-theme=dark] .dropdown-menu .menu-item:hover,[data-theme=dark] .menu .dropdown-item:hover,[data-theme=dark] .menu .menu-item:hover{background-color:#f1f3f4;background-color:var(--bg-hover)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#262626;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none;transition:color .2s ease}button,input,select,textarea{font-family:inherit}img{height:auto;max-width:100%}:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}::selection{background:#ffe8dd;color:#0a0a0a}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a3a3a3}.Toastify__toast{border-radius:8px!important;box-shadow:0 10px 15px #0000000d,0 4px 6px #00000008!important;font-family:inherit;font-size:.9rem}.Toastify__toast--success{background:#16a34a!important}.Toastify__toast--error{background:#dc2626!important}.Toastify__toast--warning{background:#ca8a04!important}.Toastify__toast--info{background:#ff6b35!important}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-accent{color:#ff6b35}.text-success{color:#16a34a}.text-danger{color:#dc2626}.text-warning{color:#ca8a04}.text-muted{color:#737373}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.hidden{display:none!important}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media(max-width:767px){.hide-mobile{display:none!important}}@media(min-width:768px){.hide-desktop{display:none!important}}.card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem}.container{margin:0 auto;max-width:1280px;padding:0 1rem;width:100%}@media(min-width:768px){.container{padding:0 2rem}}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.625rem 1rem;transition:all .2s ease}.btn:disabled{cursor:not-allowed;opacity:.5}.btn--primary{background:#ff6b35;color:#fff}.btn--primary:hover:not(:disabled){background:#e55620}.btn--secondary{background:#fff;border:1px solid #d4d4d4;color:#404040}.btn--secondary:hover:not(:disabled){background:#fafafa;border-color:#a3a3a3}.btn--dark{background:#0a0a0a;color:#fff}.btn--dark:hover:not(:disabled){background:#262626}.btn--danger{background:#dc2626;color:#fff}.btn--danger:hover:not(:disabled){background:#bb1e1e}.btn--ghost{background:#0000;color:#525252}.btn--ghost:hover:not(:disabled){background:#f5f5f5;color:#0a0a0a}.btn--sm{font-size:.8rem;padding:.5rem .75rem}.btn--lg{font-size:1rem;padding:.875rem 1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fadeIn{animation:fadeIn .2s ease}.animate-slideUp{animation:slideUp .2s ease}.animate-slideDown{animation:slideDown .2s ease}.animate-pulse{animation:pulse 2s infinite}
/*# sourceMappingURL=main.7e465c55.css.map*/