@charset "UTF-8";:root{font-family:system-ui;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff}html,body{margin:0;padding:0;min-width:320px;height:100vh;max-height:100vh;width:100%;overflow:hidden;box-sizing:border-box;background-color:#fff}#root{height:100vh;max-height:100vh;overflow:hidden;box-sizing:border-box;background-color:#fff}::-webkit-scrollbar{display:none}*{scrollbar-width:none}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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 rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Ananda Namaste;src:url(/assets/Ananda%20Namaste%20Regular-DC64aLd0.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.navbar{width:100vw;max-width:100%;background-color:#fff;padding:1rem 2rem;box-sizing:border-box;position:fixed;top:0;left:0;right:0;z-index:1080;box-shadow:0 2px 8px #0000001a;font-family:Ananda Namaste,sans-serif}@media(max-width:768px){.navbar--menu-open{z-index:1180}}.navbar__container{width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative}.navbar__logo{display:flex;align-items:center;z-index:10;text-decoration:none}.navbar__logo-img{height:auto;max-height:3.5rem;width:auto}.navbar__toggle{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:10;gap:.375rem}@media(max-width:768px){.navbar__toggle{display:flex}}.navbar__toggle--open .navbar__toggle-icon:nth-child(1){transform:rotate(45deg) translate(.3125rem,.3125rem)}.navbar__toggle--open .navbar__toggle-icon:nth-child(2){opacity:0}.navbar__toggle--open .navbar__toggle-icon:nth-child(3){transform:rotate(-45deg) translate(.3125rem,-.3125rem)}.navbar__toggle-icon{width:1.5rem;height:.1875rem;background-color:#1a1a1a;transition:all .3s ease;transform-origin:center;display:block}.navbar__overlay{display:none}@media(max-width:768px){.navbar__overlay{display:block;position:fixed;inset:0;width:100%;height:auto;min-height:100vh;min-height:100dvh;background-color:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1000}}@media(max-width:768px){.navbar__overlay--open{opacity:1;visibility:visible}}.navbar__menu{display:flex;list-style:none;margin:0;padding:0;gap:2.5rem;align-items:center}@media(max-width:768px){.navbar__menu{position:fixed;inset:0 -100% 0 auto;width:70%;max-width:18.75rem;height:auto;min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;box-sizing:border-box;background-color:#fff;flex-direction:column;align-items:stretch;text-align:left;padding:5rem 2rem max(2rem,env(safe-area-inset-bottom,0px));gap:1.5rem;box-shadow:-.125rem 0 .625rem #0000001a;transition:right .3s ease;z-index:1001}}@media(max-width:768px){.navbar__menu--open{right:0}}.navbar__item{margin:0;flex-shrink:0}@media(max-width:768px){.navbar__item:last-child{display:flex;align-items:center;justify-content:flex-start;width:100%}}.navbar__link{font-family:Ananda Namaste,sans-serif;text-decoration:none;color:#1a1a1a;font-size:1.125rem;text-transform:lowercase;transition:color .2s ease;display:inline-block;white-space:nowrap}@media(max-width:768px){.navbar__link{font-size:1.125rem;width:100%;color:#1a1a1a;display:block;line-height:1.35;text-align:left}}.navbar__link:hover{color:#4f46e5}.navbar__link--active{color:#4f46e5;font-weight:600}.navbar__link--button{background:none;border:none;padding:0;cursor:pointer;font-family:Ananda Namaste,sans-serif;text-decoration:none;color:#1a1a1a;font-size:1.125rem;text-transform:lowercase;transition:color .2s ease;display:inline-block;white-space:nowrap;width:100%;text-align:left}@media(max-width:768px){.navbar__link--button{font-size:1.125rem}}.navbar__link--button:hover{color:#4f46e5}@media(max-width:1024px)and (min-width:769px){.navbar{padding:1rem 1.5rem}.navbar__menu{gap:1.5rem}.navbar__link{font-size:.9375rem}}@media(max-width:768px){.navbar{padding:1rem 1.25rem}.navbar__logo-img{max-height:2.5rem}}@media(max-width:480px){.navbar{padding:.875rem 1rem}.navbar__logo-img{max-height:2rem}.navbar__menu{width:80%;padding:4.5rem 1.5rem max(1.5rem,env(safe-area-inset-bottom,0px))}}.profile-edit-form{display:flex;flex-direction:column;gap:1rem;text-align:left}.profile-edit-form__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.profile-edit-form__title{margin:0;font-size:1rem;font-weight:700;color:#111827}.profile-edit-form__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:8px;cursor:pointer;color:#6b7280;transition:background .15s,color .15s}.profile-edit-form__close:hover{background:#f3f4f6;color:#111827}.profile-edit-form__avatar-row{display:flex;align-items:center;gap:1rem}.profile-edit-form__avatar-wrap{flex-shrink:0}.profile-edit-form__avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.profile-edit-form__avatar-placeholder{width:64px;height:64px;border-radius:50%;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.profile-edit-form__avatar-label{font-size:.875rem;font-weight:600;color:#374151;cursor:pointer;padding:.4rem .8rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;transition:border-color .15s,background .15s}.profile-edit-form__avatar-label:hover{border-color:#1f2937;background:#f9fafb}.profile-edit-form__avatar-input{display:none}.profile-edit-form__fields{display:flex;flex-direction:column;gap:.9rem}.profile-edit-form__row{display:flex;flex-direction:column;gap:.35rem}.profile-edit-form__row--readonly{padding:.5rem 0;border-top:1px solid #e5e7eb}.profile-edit-form__label{font-size:.8125rem;font-weight:600;color:#374151}.profile-edit-form__input,.profile-edit-form__textarea{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-family:inherit;color:#111827;background:#fff;transition:border-color .15s}.profile-edit-form__input::placeholder,.profile-edit-form__textarea::placeholder{color:#9ca3af}.profile-edit-form__input:focus,.profile-edit-form__textarea:focus{outline:none;border-color:#1f2937;box-shadow:0 0 0 1px #1f2937}.profile-edit-form__input--error,.profile-edit-form__textarea--error{border-color:#dc2626}.profile-edit-form__textarea{resize:vertical;min-height:72px}.profile-edit-form__value{font-size:.875rem;color:#6b7280}.profile-edit-form__error{font-size:.8rem;color:#dc2626}.profile-edit-form__actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid #e5e7eb}.profile-edit-form__btn{padding:.5rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.profile-edit-form__btn:disabled{opacity:.7;cursor:not-allowed}.profile-edit-form__btn--secondary{border:1px solid #e5e7eb;background:#fff;color:#374151}.profile-edit-form__btn--secondary:hover:not(:disabled){background:#f9fafb}.profile-edit-form__btn--primary{border:none;background:#111827;color:#fff}.profile-edit-form__btn--primary:hover:not(:disabled){background:#1f2937}.profile-section{display:flex;flex-direction:column;gap:1.5rem}.profile-section__empty{color:#6b7280;font-size:.9rem}.profile-section__hero{display:flex;align-items:center;gap:1rem}.profile-section__avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #e5e7eb}.profile-section__avatar-placeholder{width:64px;height:64px;border-radius:50%;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.profile-section__hero-info{display:flex;flex-direction:column;gap:.35rem}.profile-section__edit-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.8rem;font-weight:600;font-family:inherit;color:#374151;cursor:pointer;align-self:flex-start;transition:background .15s,border-color .15s}.profile-section__edit-btn:hover{background:#f9fafb;border-color:#1f2937;color:#111827}.profile-section__name{margin:0;font-size:1.1rem;font-weight:700;color:#111827}.profile-section__role{font-size:.78rem;font-weight:600;color:#fff;background:#111827;padding:.15rem .6rem;border-radius:999px;align-self:flex-start;text-transform:capitalize}.profile-section__info{display:flex;flex-direction:column;gap:.75rem;padding:1.1rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.profile-section__row{display:flex;align-items:flex-start;gap:.6rem}.profile-section__row--muted{padding-top:.5rem;border-top:1px solid #e5e7eb;justify-content:space-between}.profile-section__row-icon{flex-shrink:0;color:#9ca3af;margin-top:2px}.profile-section__row-label{font-size:.8rem;color:#9ca3af}.profile-section__row-value{font-size:.875rem;color:#374151;line-height:1.4;word-break:break-word}.my-bookings{display:flex;flex-direction:column;gap:.75rem}.my-bookings__filters{display:flex;flex-wrap:wrap;gap:.4rem}.my-bookings__filter-btn{padding:.4rem .9rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:.8125rem;font-weight:600;font-family:inherit;color:#6b7280;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.my-bookings__filter-btn:hover{border-color:#1f2937;color:#1f2937}.my-bookings__filter-btn--active{background:#1f2937;border-color:#1f2937;color:#fff}.my-bookings__filter-btn--active:hover{background:#111827}.my-bookings__filter-btn--active.my-bookings__filter-btn--confirmed{background:#059669;border-color:#059669}.my-bookings__filter-btn--active.my-bookings__filter-btn--pending{background:#d97706;border-color:#d97706}.my-bookings__filter-btn--active.my-bookings__filter-btn--cancelled{background:#dc2626;border-color:#dc2626}.my-bookings__msg{font-size:.875rem;color:#6b7280}.my-bookings__msg--error{color:#dc2626}.my-bookings__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.my-bookings__card{padding:.9rem 1rem;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;display:flex;flex-direction:column;gap:.4rem}.my-bookings__card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.my-bookings__hotel{display:flex;align-items:center;gap:.35rem;min-width:0}.my-bookings__hotel-name{font-size:.9rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-bookings__status{font-size:.72rem;font-weight:600;padding:.15rem .55rem;border-radius:999px;white-space:nowrap;flex-shrink:0}.my-bookings__status--confirmed{background:#d1fae5;color:#065f46}.my-bookings__status--pending{background:#fef3c7;color:#92400e}.my-bookings__status--cancelled{background:#fee2e2;color:#991b1b}.my-bookings__dates,.my-bookings__rooms{display:flex;align-items:center;gap:.35rem;font-size:.8125rem;color:#374151}.my-bookings__nights{color:#9ca3af;font-size:.78rem}.my-bookings__icon{flex-shrink:0;color:#9ca3af}.my-bookings__footer{display:flex;align-items:center;justify-content:space-between;padding-top:.4rem;border-top:1px solid #e5e7eb;margin-top:.1rem}.my-bookings__footer-right{display:flex;align-items:center;gap:.6rem}.my-bookings__ref{font-size:.72rem;font-family:monospace;color:#9ca3af}.my-bookings__total{font-size:.9rem;font-weight:700;color:#111827}.my-bookings__invoice-btn{border:1px solid #2563eb;background:#2563eb;color:#fff;border-radius:8px;padding:.28rem .58rem;font-size:.74rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.my-bookings__invoice-btn:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.my-bookings__invoice-btn:disabled{cursor:not-allowed;opacity:.7}.saved-diaries{display:flex;flex-direction:column;gap:.75rem;text-align:left}.saved-diaries__filters{display:flex;flex-wrap:wrap;gap:.4rem}.saved-diaries__filter-btn{padding:.4rem .9rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:.8125rem;font-weight:600;font-family:inherit;color:#6b7280;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.saved-diaries__filter-btn:hover{border-color:#1f2937;color:#1f2937}.saved-diaries__filter-btn--active{background:#1f2937;border-color:#1f2937;color:#fff}.saved-diaries__filter-btn--active:hover{background:#111827}.saved-diaries__msg{font-size:.875rem;color:#6b7280}.saved-diaries__msg--error{color:#dc2626}.saved-diaries__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.saved-diaries__card{border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;overflow:hidden}.saved-diaries__link{display:flex;gap:.75rem;padding:.75rem 1rem;text-decoration:none;color:inherit;transition:background .15s}.saved-diaries__link:hover{background:#f3f4f6}.saved-diaries__thumb-wrap{flex-shrink:0;width:56px;height:56px;border-radius:8px;overflow:hidden;background:#e5e7eb}.saved-diaries__thumb{width:100%;height:100%;object-fit:cover}.saved-diaries__thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.saved-diaries__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem;text-align:left}.saved-diaries__title{font-size:.9rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.saved-diaries__excerpt{font-size:.8rem;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.saved-diaries__date{font-size:.72rem;color:#9ca3af}.user-search{position:relative;width:100%}.user-search__input-wrapper{position:relative;display:flex;align-items:center;width:100%}.user-search__icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none;z-index:1}.user-search__input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #d1d5db;border-radius:8px;font-size:.875rem;font-family:Lacture Demo,sans-serif;color:#1f2937;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.user-search__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.user-search__input::placeholder{color:#9ca3af}.user-search__spinner{position:absolute;right:1rem;display:flex;align-items:center;justify-content:center}.user-search .spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.user-search__results{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-height:300px;overflow-y:auto;z-index:1000}.user-search__result-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease}.user-search__result-item:hover{background-color:#f3f4f6}.user-search__result-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.user-search__result-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.user-search__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.user-search__avatar-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.user-search__user-info{flex:1;min-width:0}.user-search__user-name{font-size:.875rem;font-weight:500;color:#1f2937;font-family:Lacture Demo,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-search__user-username{font-size:.75rem;color:#6b7280;font-family:Lacture Demo,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-search__no-results{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem;font-family:Lacture Demo,sans-serif}.user-profile{width:100%;background-color:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.user-profile__header{display:flex;gap:1.5rem;padding:1.5rem 1.5rem 1rem;align-items:flex-start}@media(max-width:640px){.user-profile__header{gap:1rem;padding:1rem 1rem .75rem}}.user-profile__avatar-section{flex-shrink:0}.user-profile__avatar{width:140px;height:140px;border-radius:50%;object-fit:cover;border:2px solid #3b82f6}@media(max-width:640px){.user-profile__avatar{width:88px;height:88px}}.user-profile__avatar-placeholder{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:3rem;border:2px solid #3b82f6}@media(max-width:640px){.user-profile__avatar-placeholder{width:88px;height:88px;font-size:1.75rem}}.user-profile__info{flex:1;display:flex;flex-direction:column;gap:.5rem;padding-top:0;align-items:flex-start;text-align:left}.user-profile__name{margin:0;font-size:1.5rem;font-weight:700;color:#1f2937;font-family:Lacture Demo,sans-serif;line-height:1.2;text-align:left}@media(max-width:640px){.user-profile__name{font-size:1.2rem}}.user-profile__bio{margin:0;font-size:.875rem;color:#4b5563;line-height:1.5;font-family:Lacture Demo,sans-serif}@media(max-width:640px){.user-profile__bio{font-size:.8125rem}}.user-profile__stats{display:flex;gap:1rem;margin-top:.25rem}.user-profile__post-count{font-size:.875rem;color:#6b7280;font-family:Lacture Demo,sans-serif}@media(max-width:640px){.user-profile__post-count{font-size:.75rem}}.user-profile__navigation{padding:0 1.5rem;margin-top:1rem}@media(max-width:640px){.user-profile__navigation{padding:0 1rem;margin-top:.75rem}}.user-profile__nav-icons{display:flex;justify-content:center;gap:2rem;padding-bottom:.5rem}@media(max-width:640px){.user-profile__nav-icons{gap:1.5rem}}.user-profile__nav-icon{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease;line-height:0;height:40px;width:40px}.user-profile__nav-icon:hover{color:#1f2937}.user-profile__nav-icon--active{color:#3b82f6}.user-profile__nav-icon--active svg text{fill:#3b82f6}.user-profile__nav-icon svg{width:28px;height:28px;display:block;flex-shrink:0}.user-profile__nav-icon svg text{font-size:24px;font-weight:700;font-family:Lacture Demo,sans-serif;dominant-baseline:middle;text-anchor:middle}.user-profile__nav-line{height:1px;background-color:#e5e7eb;margin-top:.5rem}.post-menu{position:relative;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.post-menu__button{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;gap:.25rem;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;transition:background-color .2s ease}.post-menu__button span{width:4px;height:4px;background-color:#6b7280;border-radius:50%;display:block}.post-menu__button:hover{background-color:#0000000d}.post-menu__button:hover span{background-color:#1f2937}.post-menu__dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:150px;z-index:100;overflow:hidden}.post-menu__item{width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-family:inherit;color:#1f2937;transition:background-color .2s ease}.post-menu__item:hover{background-color:#f3f4f6}.post-menu__item--danger{color:#dc2626}.post-menu__item--danger:hover{background-color:#fee2e2}.post-menu__item svg{flex-shrink:0}.edit-post-modal{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-in-out}.edit-post-modal__content{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:600px;box-shadow:0 20px 25px -5px #0000001a,0 0 0 1px #00000005;font-family:Lacture Demo,sans-serif;animation:slideUp .3s ease-out}.edit-post-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.edit-post-modal__title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0;font-family:Lacture Demo,sans-serif}.edit-post-modal__close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease;border-radius:4px}.edit-post-modal__close:hover{color:#1f2937;background-color:#0000000d}.edit-post-modal__form{padding:1.5rem}.edit-post-modal__input{width:100%;padding:.875rem;border:1px solid rgba(79,70,229,.3);border-radius:8px;font-size:.9375rem;font-family:Lacture Demo,sans-serif;color:#1f2937;background-color:#fff;resize:none;min-height:100px;max-height:300px;line-height:1.5;overflow-y:auto;margin-bottom:1rem;box-sizing:border-box;transition:all .2s ease}.edit-post-modal__input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.edit-post-modal__input:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6}.edit-post-modal__input::placeholder{color:#9ca3af}.edit-post-modal__input::-webkit-scrollbar{width:6px}.edit-post-modal__input::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.edit-post-modal__input::-webkit-scrollbar-thumb{background:#4f46e580;border-radius:3px}.edit-post-modal__input::-webkit-scrollbar-thumb:hover{background:#4f46e5b3}.edit-post-modal__actions{display:flex;gap:.75rem;justify-content:flex-end}.edit-post-modal__cancel,.edit-post-modal__save{padding:.625rem 1.5rem;border:none;border-radius:8px;font-size:.875rem;font-family:Lacture Demo,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease}.edit-post-modal__cancel{background-color:#f3f4f6;color:#1f2937}.edit-post-modal__cancel:hover:not(:disabled){background-color:#e5e7eb}.edit-post-modal__save{background-color:#4f46e5;color:#fff}.edit-post-modal__save:hover:not(:disabled){background-color:#4338ca}.edit-post-modal__save:disabled{opacity:.6;cursor:not-allowed}.delete-post-modal{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-in-out}.delete-post-modal__content{background-color:#afddfb;border-radius:16px;width:100%;max-width:400px;box-shadow:0 20px 25px -5px #0000001a;font-family:Lacture Demo,sans-serif;animation:slideUp .3s ease-out}.delete-post-modal__header{padding:1.5rem;border-bottom:1px solid rgba(79,70,229,.2)}.delete-post-modal__title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0;font-family:Lacture Demo,sans-serif}.delete-post-modal__body{padding:1.5rem}.delete-post-modal__body p{margin:0;font-size:.9375rem;color:#1f2937;font-family:Lacture Demo,sans-serif;line-height:1.5}.delete-post-modal__actions{display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem;border-top:1px solid rgba(79,70,229,.2)}.delete-post-modal__cancel,.delete-post-modal__confirm{padding:.625rem 1.5rem;border:none;border-radius:8px;font-size:.875rem;font-family:Lacture Demo,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease}.delete-post-modal__cancel{background-color:#f3f4f6;color:#1f2937}.delete-post-modal__cancel:hover:not(:disabled){background-color:#e5e7eb}.delete-post-modal__confirm{background-color:#dc2626;color:#fff}.delete-post-modal__confirm:hover:not(:disabled){background-color:#b91c1c}.delete-post-modal__confirm:disabled{opacity:.6;cursor:not-allowed}.report-post-modal{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.report-post-modal__content{background-color:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.report-post-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.report-post-modal__header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937;font-family:Lacture Demo,sans-serif}.report-post-modal__close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;border-radius:4px;transition:background-color .2s ease,color .2s ease}.report-post-modal__close:hover{background-color:#f3f4f6;color:#1f2937}.report-post-modal__close svg{width:20px;height:20px}.report-post-modal__form{padding:1.5rem}.report-post-modal__field{margin-bottom:1.5rem}.report-post-modal__field:last-of-type{margin-bottom:0}.report-post-modal__label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#374151;font-family:Lacture Demo,sans-serif}.report-post-modal__required{color:#dc2626}.report-post-modal__select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;font-family:Lacture Demo,sans-serif;color:#1f2937;background-color:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.report-post-modal__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.report-post-modal__select:disabled{background-color:#f3f4f6;cursor:not-allowed;color:#6b7280}.report-post-modal__select option{padding:.5rem}.report-post-modal__textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;font-family:Lacture Demo,sans-serif;color:#1f2937;background-color:#fff;resize:none;transition:border-color .2s ease,box-shadow .2s ease;min-height:100px;max-height:200px}.report-post-modal__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.report-post-modal__textarea:disabled{background-color:#f3f4f6;cursor:not-allowed;color:#6b7280}.report-post-modal__textarea::placeholder{color:#9ca3af}.report-post-modal__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.report-post-modal__cancel,.report-post-modal__submit{padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;font-family:Lacture Demo,sans-serif;cursor:pointer;transition:all .2s ease;border:none}.report-post-modal__cancel{background-color:#f3f4f6;color:#374151}.report-post-modal__cancel:hover:not(:disabled){background-color:#e5e7eb}.report-post-modal__cancel:disabled{opacity:.5;cursor:not-allowed}.report-post-modal__submit{background-color:#dc2626;color:#fff}.report-post-modal__submit:hover:not(:disabled){background-color:#b91c1c}.report-post-modal__submit:disabled{opacity:.5;cursor:not-allowed;background-color:#9ca3af}@media(max-width:640px){.report-post-modal{padding:.5rem}.report-post-modal__content{max-height:95vh}.report-post-modal__header{padding:1rem}.report-post-modal__header h2{font-size:1.125rem}.report-post-modal__form{padding:1rem}.report-post-modal__actions{flex-direction:column-reverse}.report-post-modal__actions button{width:100%}}.reply-form{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem;margin-left:3.25rem}.reply-form__input-wrapper{width:100%;position:relative}.reply-form__input{width:100%;padding:.625rem .875rem;border:1px solid rgba(79,70,229,.3);border-radius:8px;font-size:.875rem;font-family:Lacture Demo,sans-serif;color:#1f2937;background-color:#fff;resize:none;min-height:50px;max-height:100px;line-height:1.5;transition:all .2s ease;box-sizing:border-box;overflow-y:auto}.reply-form__input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.reply-form__input::placeholder{color:#9ca3af}.reply-form__input:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6}.reply-form__actions{display:flex;gap:.5rem;justify-content:flex-end}.reply-form__cancel,.reply-form__submit{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-family:Lacture Demo,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease}.reply-form__cancel{background-color:#f3f4f6;color:#1f2937}.reply-form__cancel:hover:not(:disabled){background-color:#e5e7eb}.reply-form__cancel:disabled{opacity:.6;cursor:not-allowed}.reply-form__submit{background-color:#4f46e5;color:#fff}.reply-form__submit:hover:not(:disabled){background-color:#4338ca;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.reply-form__submit:active:not(:disabled){transform:translateY(0)}.reply-form__submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.comment-item{background-color:#f3f4f6;border-radius:12px;padding:1rem;margin-bottom:1rem;transition:background-color .2s ease}.comment-item:last-child{margin-bottom:0}.comment-item:hover{background-color:#e5e7eb}.comment-item__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.comment-item__header-left{display:flex;align-items:center;gap:.75rem;flex:1}.comment-item__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.comment-item__avatar-placeholder{width:40px;height:40px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#4f46e5}.comment-item__info{display:flex;flex-direction:column;gap:.25rem}.comment-item__author{font-size:.9375rem;font-weight:600;color:#1f2937;font-family:Lacture Demo,sans-serif}.comment-item__time{font-size:.75rem;color:#6b7280;font-family:Lacture Demo,sans-serif}.comment-item__actions{display:flex;gap:.5rem;align-items:center}.comment-item__action{background:none;border:none;cursor:pointer;padding:.25rem .5rem;display:flex;align-items:center;justify-content:center;gap:.25rem;color:#6b7280;border-radius:4px;transition:all .2s ease;font-size:.875rem;font-family:Lacture Demo,sans-serif}.comment-item__action:hover:not(:disabled){background-color:#0000000d;color:#1f2937}.comment-item__action--reply{color:#4f46e5}.comment-item__action--reply:hover:not(:disabled){background-color:#4f46e51a;color:#4338ca}.comment-item__action--danger{color:#dc2626}.comment-item__action--danger:hover:not(:disabled){background-color:#fee2e2;color:#b91c1c}.comment-item__body{margin-left:3.25rem}.comment-item__reply-to{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8125rem;color:#6b7280;font-family:Lacture Demo,sans-serif}.comment-item__reply-to-label{color:#9ca3af}.comment-item__reply-to-name{color:#4f46e5;font-weight:600;cursor:pointer;transition:color .2s ease}.comment-item__reply-to-name:hover{color:#4338ca;text-decoration:underline}.comment-item__body-text{font-size:.9375rem;line-height:1.6;color:#1f2937;font-family:Lacture Demo,sans-serif;white-space:pre-wrap;word-wrap:break-word;text-align:left}.comment-item__edit{margin-left:3.25rem;margin-top:.5rem}.comment-item__edit-input{width:100%;padding:.75rem;border:1px solid rgba(79,70,229,.3);border-radius:8px;font-size:.875rem;font-family:Lacture Demo,sans-serif;color:#1f2937;background-color:#fff;resize:none;min-height:60px;max-height:200px;line-height:1.5;overflow-y:auto;margin-bottom:.5rem;box-sizing:border-box;transition:all .2s ease}.comment-item__edit-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.comment-item__edit-input:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6}.comment-item__edit-input::placeholder{color:#9ca3af}.comment-item__edit-input::-webkit-scrollbar{width:6px}.comment-item__edit-input::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.comment-item__edit-input::-webkit-scrollbar-thumb{background:#4f46e580;border-radius:3px}.comment-item__edit-input::-webkit-scrollbar-thumb:hover{background:#4f46e5b3}.comment-item__edit-actions{display:flex;gap:.5rem;justify-content:flex-end}.comment-item__edit-cancel,.comment-item__edit-save{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-family:Lacture Demo,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease}.comment-item__edit-cancel{background-color:#f3f4f6;color:#1f2937}.comment-item__edit-cancel:hover:not(:disabled){background-color:#e5e7eb}.comment-item__edit-save{background-color:#4f46e5;color:#fff}.comment-item__edit-save:hover:not(:disabled){background-color:#4338ca}.comment-item__edit-save:disabled{opacity:.6;cursor:not-allowed}.comment-item__replies-section{margin-top:1rem}.comment-item__replies-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem;color:#4f46e5;font-size:.875rem;font-family:Lacture Demo,sans-serif;font-weight:600;transition:all .2s ease;border-radius:6px;margin-left:3.25rem;margin-bottom:.5rem}.comment-item__replies-toggle:hover{background-color:#4f46e51a;color:#4338ca}.comment-item__replies-toggle:focus{outline:none;box-shadow:0 0 0 2px #4f46e533}.comment-item__replies-arrow{transition:transform .2s ease;color:#4f46e5}.comment-item__replies-arrow--expanded{transform:rotate(180deg)}.comment-item__replies-count{-webkit-user-select:none;user-select:none}.comment-item__replies{margin-top:.5rem;margin-left:2rem;padding-left:1.5rem;border-left:2px solid rgba(79,70,229,.2);animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.comment-item__replies .comment-item{margin-bottom:.75rem;background-color:#f9fafb}.comment-item__replies .comment-item:last-child{margin-bottom:0}.comment-item__replies .comment-item:hover{background-color:#f3f4f6}.comment-form{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:auto}.comment-form__input-wrapper{width:100%;position:relative}.comment-form__input{width:100%;padding:.75rem 1rem;border:1px solid rgba(79,70,229,.3);border-radius:8px;font-size:.9375rem;font-family:Lacture Demo,sans-serif;color:#1f2937;background-color:#fff;resize:none;min-height:50px;max-height:120px;line-height:1.5;transition:all .2s ease;box-sizing:border-box;overflow-y:auto}.comment-form__input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.comment-form__input::placeholder{color:#9ca3af}.comment-form__input:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6}.comment-form__submit{align-self:flex-end;padding:.625rem 1.5rem;background-color:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-family:Lacture Demo,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px}.comment-form__submit:hover:not(:disabled){background-color:#4338ca;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.comment-form__submit:active:not(:disabled){transform:translateY(0)}.comment-form__submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.comment-modal{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.comment-modal__content{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #00000005;animation:slideUp .3s ease-out;font-family:Lacture Demo,sans-serif}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.comment-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.comment-modal__title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0;font-family:Lacture Demo,sans-serif}.comment-modal__close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease;border-radius:4px}.comment-modal__close:hover{color:#1f2937;background-color:#0000000d}.comment-modal__body{display:flex;flex-direction:column;flex:1;overflow:hidden;padding:1.5rem;min-height:0}.comment-modal__list{flex:1;overflow-y:auto;margin-bottom:1.5rem;padding-right:.5rem}.comment-modal__list::-webkit-scrollbar{width:6px}.comment-modal__list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.comment-modal__list::-webkit-scrollbar-thumb{background:#4f46e580;border-radius:3px}.comment-modal__list::-webkit-scrollbar-thumb:hover{background:#4f46e5b3}.comment-modal__loading,.comment-modal__empty{text-align:center;padding:2rem;font-size:.875rem;color:#6b7280;font-family:Lacture Demo,sans-serif}.post{width:100%;max-width:100%;margin:0 0 1.75rem;box-sizing:border-box;text-align:left;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.post__card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 1px 2px #0000000a;overflow:hidden;text-align:left}.post__header{display:flex;align-items:flex-start;justify-content:space-between;padding:.75rem 1rem;gap:.5rem;text-align:left}.post__author-info{display:flex;align-items:flex-start;gap:.75rem;min-width:0;flex:1;text-align:left}.post__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.post__avatar-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#4338ca;flex-shrink:0}.post__author-details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.125rem;min-width:0;text-align:left}.post__author-name{font-weight:700;font-size:.9375rem;color:#111827;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;text-align:left}.post__time{font-size:.8125rem;color:#9ca3af;line-height:1.2;width:100%;text-align:left}.post__media{width:100%;aspect-ratio:1/1;background:#f3f4f6;position:relative}.post__media-img{width:100%;height:100%;object-fit:cover;display:block}.post__toolbar{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:.35rem 0 .15rem;text-align:left}.post__icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem;background:none;border:none;cursor:pointer;color:#111827;border-radius:6px;transition:color .15s ease,transform .15s ease,background-color .15s ease}.post__icon-btn:hover:not(:disabled){color:#4f46e5;transform:scale(1.06)}.post__icon-btn:disabled{opacity:.55;cursor:not-allowed}.post__icon-btn--liked{color:#e11d48}.post__body-block{padding:.5rem 1rem 1rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;text-align:left;width:100%;box-sizing:border-box}.post__caption{margin:0;font-size:.9375rem;line-height:1.45;color:#111827;word-break:break-word;text-align:left;width:100%;align-self:stretch}.post__caption-author{font-weight:700;margin-right:.35rem}.post__caption-text{font-weight:400;white-space:pre-wrap}.post__view-comments{align-self:flex-start;padding:0;margin:0;background:none;border:none;font-size:.8125rem;color:#9ca3af;cursor:pointer;font-family:inherit;transition:color .15s ease}.post__view-comments:hover{color:#6b7280}.post__add-comment{width:100%;text-align:left;padding:.65rem 0 .35rem;margin:0;background:none;border:none;border-top:1px solid #f3f4f6;margin-top:.15rem;font-size:.8125rem;color:#9ca3af;cursor:pointer;font-family:inherit;transition:color .15s ease}.post__add-comment:hover{color:#6b7280}.user-dashboard{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff}@media(max-width:968px){.user-dashboard{height:auto;min-height:0}}.user-dashboard__search{height:10%;min-height:60px;padding:1rem;display:flex;align-items:center;border-bottom:1px solid #e5e7eb;background-color:#fff}@media(max-width:968px){.user-dashboard__search{height:auto;min-height:0;padding:.75rem 1rem}}.user-dashboard__content{height:90%;display:flex;flex-direction:column;overflow:hidden;padding:0;background-color:#fff;border-top:1px solid #e5e7eb}@media(max-width:968px){.user-dashboard__content{height:auto;flex:0 1 auto;overflow:visible;border-top:none}}.user-dashboard__posts{flex:1;display:flex;flex-direction:column;gap:1rem;padding:1rem;overflow-y:auto;overflow-x:hidden;border-top:1px solid #e5e7eb}@media(max-width:968px){.user-dashboard__posts{flex:0 1 auto;overflow-y:visible;max-height:none}}.user-dashboard__image-grid{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.5rem;overflow-y:auto;overflow-x:hidden;border-top:1px solid #e5e7eb}@media(max-width:768px){.user-dashboard__image-grid{grid-template-columns:repeat(2,1fr);gap:.375rem;padding:.375rem}}@media(max-width:480px){.user-dashboard__image-grid{grid-template-columns:repeat(2,1fr);gap:.25rem;padding:.25rem}}.user-dashboard__image-item{aspect-ratio:1;overflow:hidden;border-radius:8px;cursor:pointer;transition:transform .2s ease,opacity .2s ease;background-color:#f3f4f6}.user-dashboard__image-item:hover{transform:scale(1.02);opacity:.9}.user-dashboard__grid-image{width:100%;height:100%;object-fit:cover;display:block}.user-dashboard__loading,.user-dashboard__empty{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;color:#6b7280;font-size:.875rem;font-family:Lacture Demo,sans-serif;text-align:center;overflow-y:auto}.user-dashboard__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#6b7280;text-align:center}.user-dashboard__placeholder svg{margin-bottom:1rem;opacity:.5;color:#9ca3af}.user-dashboard__placeholder p{font-size:.875rem;font-family:Lacture Demo,sans-serif;margin:0}.user-dashboard.user-dashboard--embedded{height:auto;min-height:280px;max-height:min(70vh,620px)}@media(max-width:640px){.user-dashboard.user-dashboard--embedded{max-height:none;min-height:45vh}}.user-dashboard.user-dashboard--embedded .user-dashboard__search{height:auto;min-height:52px;flex-shrink:0}.user-dashboard.user-dashboard--embedded .user-dashboard__content{height:auto;flex:1 1 auto;min-height:0;overflow:hidden;border-top:1px solid #e5e7eb}.user-dashboard.user-dashboard--embedded .user-dashboard__posts{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;border-top:1px solid #e5e7eb}.user-dashboard.user-dashboard--embedded .user-dashboard__loading,.user-dashboard.user-dashboard--embedded .user-dashboard__empty{flex:1 1 auto;min-height:8rem;overflow-y:auto}.user-dashboard.user-dashboard--embedded.user-dashboard--posts-only .user-dashboard__content,.user-dashboard.user-dashboard--embedded.user-dashboard--posts-only .user-dashboard__posts{border-top:none}.ud-backdrop{position:fixed;inset:0;background:#00000059;z-index:1100;opacity:0;pointer-events:none;transition:opacity .3s ease}.ud-backdrop--visible{opacity:1;pointer-events:auto}.ud-drawer{position:fixed;top:0;right:0;height:100vh;width:50vw;max-width:100vw;min-width:320px}@media(max-width:640px){.ud-drawer{width:100vw}}.ud-drawer{background:#fff;box-shadow:-4px 0 24px #0000001f;z-index:1200;display:flex;flex-direction:column;transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);overflow:hidden}.ud-drawer--open{transform:translate(0)}.ud-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.ud-drawer__title{margin:0;font-size:1.1rem;font-weight:700;color:#111827}.ud-drawer__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:8px;cursor:pointer;color:#6b7280;transition:background .15s,color .15s}.ud-drawer__close:hover{background:#f3f4f6;color:#111827}.ud-drawer__body{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:0}.ud-drawer__tabs{display:flex;gap:0;border-bottom:1px solid #e5e7eb;margin-bottom:1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;flex-shrink:0;scrollbar-width:none;-ms-overflow-style:none}.ud-drawer__tabs::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}.ud-drawer__tab{flex-shrink:0;padding:.6rem 1rem .75rem;border:none;background:none;font-size:.9375rem;font-weight:700;font-family:inherit;color:#6b7280;cursor:pointer;position:relative;margin-bottom:-1px;transition:color .15s}.ud-drawer__tab:hover,.ud-drawer__tab--active{color:#111827}.ud-drawer__tab--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#111827}.ud-drawer__content{flex:1;min-height:0;display:flex;flex-direction:column}.ud-drawer__divider{height:1px;background:#e5e7eb;margin:1.5rem 0;flex-shrink:0}.ud-drawer__chautari{display:flex;flex-direction:column;flex:1;min-height:0}.ud-section__title{margin:0 0 .75rem;font-size:.95rem;font-weight:700;color:#111827}.ud-section__msg{margin:.5rem 0;font-size:.875rem;color:#6b7280}.ud-section__msg--error{color:#b91c1c}.ud-section__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.ud-section__item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.75rem .8rem;border-radius:.75rem;background:#f9fafb}.ud-section__item-main{display:flex;flex-direction:column;gap:.15rem}.ud-section__item-title{font-size:.9rem;font-weight:600;color:#111827}.ud-section__item-subtitle{font-size:.8rem;color:#6b7280}.ud-section__item-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;font-size:.78rem;color:#6b7280}.ud-section__badge{padding:.15rem .45rem;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:600;font-size:.75rem}.ud-section__date{font-size:.78rem;color:#6b7280}.ud-coupon-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.ud-coupon{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem .9rem;border-radius:.75rem;background:#f0fdf4;border:1px dashed #86efac;transition:opacity .15s}.ud-coupon--expired{background:#f9fafb;border-color:#d1d5db;opacity:.65}.ud-coupon__icon{flex-shrink:0;margin-top:.15rem;color:#16a34a}.ud-coupon--expired .ud-coupon__icon{color:#9ca3af}.ud-coupon__body{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.ud-coupon__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.ud-coupon__code{font-family:monospace;font-size:.95rem;font-weight:700;color:#15803d;letter-spacing:.05em}.ud-coupon--expired .ud-coupon__code{color:#9ca3af;text-decoration:line-through}.ud-coupon__discount{font-size:.8rem;font-weight:600;color:#166534;white-space:nowrap}.ud-coupon--expired .ud-coupon__discount{color:#9ca3af}.ud-coupon__desc{font-size:.78rem;color:#4b5563}.ud-coupon__bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-top:.1rem}.ud-coupon__tag{font-size:.7rem;font-weight:600;border-radius:999px;padding:.1rem .5rem}.ud-coupon__tag--expiry{background:#fef3c7;color:#92400e}.ud-coupon__tag--noexpiry{background:#dcfce7;color:#166534}.ud-coupon__tag--expired{background:#fee2e2;color:#991b1b}.ud-coupon__claimed-at{font-size:.72rem;color:#9ca3af}.layout{width:100%;height:100vh;max-height:100vh;display:flex;flex-direction:column;padding-top:80px;box-sizing:border-box;overflow:hidden;position:relative}.layout__content{flex:1;width:100%;min-height:calc(100vh - 80px);overflow-y:auto;overflow-x:hidden;box-sizing:border-box;background-color:#fff}.layout__content--no-scroll{overflow:hidden;height:calc(100vh - 80px);min-height:calc(100vh - 80px)}.layout__user-profile{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background-color:#fff;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:all .3s ease;z-index:1150}.layout__user-profile:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}.layout__user-profile--active{background-color:#111827}.layout__user-profile--active svg{color:#fff}.layout__user-profile svg{width:24px;height:24px;color:#333}.home{min-height:calc(100vh - 80px);width:100%;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;overflow-x:hidden;position:relative;display:flex;flex-direction:column;padding:4rem 3rem}.home__explore{font-size:15rem;font-weight:700;background-image:url(/assets/homepage-BXrXzxOn.png);background-size:cover;background-position:center;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;color:#000;padding-left:10rem;font-family:Ananda Namaste,sans-serif;position:absolute}.home__nepal{font-size:12rem;font-weight:700;color:#000;font-family:Ananda Namaste,sans-serif;position:absolute;top:16rem;left:50rem}.home__know-more{position:absolute;top:26rem;left:80rem}.home__know-more-link{font-size:2rem;color:#000;text-decoration:underline;font-family:Ananda Namaste,sans-serif;transition:color .3s ease;background:none;border:none;cursor:pointer;padding:0}.home__know-more-link:hover{color:#06c}@media(max-width:1024px){.home{min-height:calc(100vh - 80px);background-attachment:scroll;background-size:cover;padding:3rem 2rem}.home__explore{font-size:12rem;padding-left:0;left:3%;top:5%}.home__nepal{font-size:10rem;top:30%;left:35%}.home__know-more{top:50%;left:35%}.home__know-more-link{font-size:1.8rem}}@media(max-width:768px){.home{background-attachment:scroll;background-size:cover;background-position:center top;padding:2rem 1.5rem}.home__explore{font-size:10rem;padding-left:0;left:2%;top:3%}.home__nepal{font-size:8rem;top:25%;left:20%}.home__know-more{top:45%;left:20%}.home__know-more-link{font-size:1.5rem}}@media(max-width:480px){.home{background-attachment:scroll;background-size:cover;background-position:center top;padding:1.5rem 1rem}.home__explore{font-size:8rem;padding-left:0;left:1%;top:2%}.home__nepal{font-size:6.5rem;top:22%;left:10%}.home__know-more{top:42%;left:10%}.home__know-more-link{font-size:1.2rem}}.home-about{background-image:url(/assets/img1-B0rLghWN.png);color:#fff;padding:7rem 5rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;overflow:hidden;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.home-about--visible{opacity:1;transform:translateY(0)}.home-about__left{position:sticky;top:2rem}.home-about__label{display:inline-block;font-family:Lacture Demo,serif;font-size:.85rem;letter-spacing:.3em;text-transform:uppercase;color:#ffffff73;margin-bottom:1.5rem}.home-about__heading{font-family:Christmas Frost,cursive;font-size:clamp(3rem,6vw,5.5rem);font-weight:400;line-height:1.1;color:#fff;margin:0 0 2rem;letter-spacing:.02em}.home-about__line{width:56px;height:3px;background:#b84c1a;border-radius:4px}.home-about__right{padding-top:.5rem}.home-about__body{font-family:Lacture Demo,serif;font-size:1.1rem;line-height:1.85;color:#ffffffb8;margin:0 0 1.5rem}.home-about__body strong{color:#fff;font-weight:400}.home-about__body em{color:#ffffffd9;font-style:italic}.home-about__cta{display:inline-block;margin-top:1rem;font-family:Lacture Demo,serif;font-size:1rem;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:3px;transition:border-color .25s ease,color .25s ease}.home-about__cta:hover{border-color:#fff;color:#ffffffd9}@media(max-width:900px){.home-about{grid-template-columns:1fr;gap:2.5rem;padding:5rem 2.5rem}.home-about__left{position:static}}@media(max-width:600px){.home-about{padding:4rem 1.5rem}.home-about__heading{font-size:3rem}}.home-features{background:#faf8f4;padding:7rem 5rem}.home-features__header{text-align:center;max-width:600px;margin:0 auto 4rem;opacity:0;transform:translateY(24px);transition:opacity .7s ease .1s,transform .7s ease .1s}.home-features--visible .home-features__header{opacity:1;transform:translateY(0)}.home-features__eyebrow{display:block;font-family:Lacture Demo,serif;font-size:.8rem;letter-spacing:.3em;text-transform:uppercase;color:#b84c1a;margin-bottom:1rem}.home-features__heading{font-family:Christmas Frost,cursive;font-size:clamp(2rem,5vw,3.75rem);font-weight:400;color:#000;margin:0;line-height:1.15;letter-spacing:.02em}.home-features__grid{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:auto auto;gap:0;max-width:1300px;margin:0 auto}.home-features__grid .home-feat-card:nth-child(1){grid-column:1/4}.home-features__grid .home-feat-card:nth-child(2){grid-column:4/6}.home-features__grid .home-feat-card:nth-child(3){grid-column:1/3}.home-features__grid .home-feat-card:nth-child(4){grid-column:3/6}@media(max-width:900px){.home-features{padding:5rem 2.5rem}.home-features__grid{grid-template-columns:1fr 1fr}.home-features__grid .home-feat-card:nth-child(n){grid-column:auto}}@media(max-width:600px){.home-features{padding:4rem 1.5rem}.home-features__grid{grid-template-columns:1fr}.home-features__grid .home-feat-card:nth-child(n){grid-column:auto}}.home-feat-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:400px;padding:3rem 3rem 2.75rem;text-decoration:none;overflow:hidden;border:1px solid rgba(0,0,0,.08);opacity:0;transform:translateY(32px);transition:opacity .6s ease calc(var(--i, 0) * .1s + .2s),transform .6s ease calc(var(--i, 0) * .1s + .2s)}.home-features--visible .home-feat-card{opacity:1;transform:translateY(0)}.home-feat-card--dark{background:#000;color:#fff}.home-feat-card--dark .home-feat-card__num{color:#ffffff0f}.home-feat-card--dark .home-feat-card__icon{color:#ffffff80}.home-feat-card--dark .home-feat-card__title{color:#fff}.home-feat-card--dark .home-feat-card__desc{color:#ffffff8c}.home-feat-card--dark .home-feat-card__arrow{color:#ffffffb3}.home-feat-card--light{background:#fff;color:#000}.home-feat-card--light .home-feat-card__num{color:#0000000d}.home-feat-card--light .home-feat-card__icon{color:#1e4d2b}.home-feat-card--light .home-feat-card__title{color:#000}.home-feat-card--light .home-feat-card__desc{color:#555}.home-feat-card--light .home-feat-card__arrow{color:#1e4d2b}.home-feat-card__num{position:absolute;top:-1.5rem;right:1.5rem;font-family:Christmas Frost,cursive;font-size:clamp(7rem,12vw,11rem);font-weight:400;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;transition:color .3s}.home-feat-card__top{position:relative;z-index:1}.home-feat-card__icon{width:40px;height:40px}.home-feat-card__icon svg{width:100%;height:100%}.home-feat-card__bottom{position:relative;z-index:1;margin-top:auto}.home-feat-card__title{font-family:Christmas Frost,cursive;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:400;margin:0 0 .75rem;letter-spacing:.01em;line-height:1.05}.home-feat-card__desc{font-family:Lacture Demo,serif;font-size:.92rem;line-height:1.75;margin:0 0 1.5rem;max-width:36ch}.home-feat-card__arrow{display:inline-block;font-family:Lacture Demo,serif;font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding-bottom:2px;border-bottom:1px solid currentColor}@font-face{font-family:LactureDemo;src:url(/assets/LactureDemo-Regular-Dcwd1_Mv.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.register-form{height:calc(100vh - 80px);max-height:calc(100vh - 80px);background-color:#fff;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden;box-sizing:border-box}.register-form__container{display:flex;max-width:1200px;width:100%;height:100%;max-height:100%;background-color:#afddfb;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a;box-sizing:border-box}.register-form__form-section{flex:1;background-color:#afddfb;padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.register-form__title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#000;text-align:center;font-family:Ananda Namaste,sans-serif;line-height:1.2}.register-form__title-char{display:inline-block}.register-form__form{width:100%;max-width:800px;display:flex;flex-direction:column;gap:1rem}.register-form__fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.register-form__column{display:flex;flex-direction:column;gap:1rem}.register-form__field{display:flex;flex-direction:column;gap:.3rem}.register-form__textarea{width:100%;padding:.5rem .75rem;border:none;background-color:#fff;border-radius:4px;font-size:.875rem;color:#000;box-sizing:border-box;font-family:inherit;resize:none;height:80px;overflow-y:auto}.register-form__textarea::placeholder{color:#999;opacity:1}.register-form__textarea:focus{outline:2px solid #0066cc;outline-offset:2px}.register-form__textarea--error{border:2px solid #dc3545;background-color:#fff5f5}.register-form__textarea--error::placeholder{color:#dc3545;opacity:1}.register-form__textarea--error:focus{outline:2px solid #dc3545;outline-offset:2px}.register-form__label{font-size:1rem;font-weight:500;color:#000;text-align:left;font-family:LactureDemo,sans-serif}.register-form__input{width:100%;padding:.5rem .75rem;border:none;background-color:#fff;border-radius:4px;font-size:.875rem;color:#000;box-sizing:border-box;font-family:inherit}.register-form__input::placeholder{color:#999;opacity:1}.register-form__input:focus{outline:2px solid #0066cc;outline-offset:2px}.register-form__input--error{border:2px solid #dc3545;background-color:#fff5f5}.register-form__input--error::placeholder{color:#dc3545;opacity:1}.register-form__input--error:focus{outline:2px solid #dc3545;outline-offset:2px}.register-form__input[type=file]{padding:.5rem .75rem;cursor:pointer;background-color:#fff;border:none;border-radius:4px;font-size:.875rem;color:#000}.register-form__input[type=file]::file-selector-button{padding:.5rem 1rem;margin-right:1rem;border:none;background-color:#f3f4f6;color:#1f2937;border-radius:4px;cursor:pointer;font-family:LactureDemo,sans-serif;font-size:.875rem;transition:background-color .2s ease}.register-form__input[type=file]::file-selector-button:hover{background-color:#e5e7eb}.register-form__input[type=file]:focus{outline:2px solid #0066cc;outline-offset:2px}.register-form__input[type=file].register-form__input--error{border:2px solid #dc3545;background-color:#fff5f5}.register-form__avatar-preview{margin-top:.5rem;display:flex;justify-content:center}.register-form__avatar-preview-img{width:100px;height:100px;object-fit:cover;border-radius:50%;border:2px solid #0066cc}.register-form__error{color:#dc3545;font-size:.85rem;margin-top:.25rem;font-family:LactureDemo,sans-serif}.register-form__error--submit{background-color:#fff5f5;border:1px solid #dc3545;border-radius:4px;padding:.75rem;margin-bottom:1rem;text-align:center;font-size:.9rem}.register-form__button{margin-top:.5rem;padding:.85rem 2rem;background-color:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;font-family:Ananda Namaste,sans-serif}.register-form__button:hover:not(:disabled){background-color:#333}.register-form__button:active:not(:disabled){transform:scale(.98)}.register-form__button:disabled{background-color:#666;cursor:not-allowed;opacity:.7}.register-form__login-link{margin-top:1rem;font-size:1.2rem;color:#000;text-align:center;font-family:LactureDemo,sans-serif}.register-form__login-link-text{color:#06c;text-decoration:underline;cursor:pointer;font-family:LactureDemo,sans-serif}.register-form__login-link-text:hover{color:#0052a3}.register-form__image-section{flex:1;background-color:transparent;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;height:100%}.register-form__image{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0;z-index:1}.register-form__logo-container{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.register-form__logo{max-width:300px;width:80%;height:auto;object-fit:contain}@media(max-width:1024px){.register-form{height:auto;min-height:calc(100vh - 80px);max-height:none;overflow:visible;align-items:stretch;padding:1rem}.register-form__container{flex-direction:column;max-width:600px;height:auto;max-height:none;overflow:visible}.register-form__form-section{padding:1.5rem 2rem;flex:0 0 auto;overflow-y:visible}.register-form__title{font-size:2.5rem;margin-bottom:1rem}.register-form__label{font-size:.95rem}.register-form__login-link{font-size:1.1rem}.register-form__image-section{flex:1;min-height:0}.register-form__logo{max-width:250px}}@media(max-width:768px){.register-form{padding:.75rem}.register-form__container{max-width:100%;height:auto;max-height:none;overflow:visible}.register-form__form-section{padding:1.5rem 1.25rem}.register-form__title{font-size:2rem;margin-bottom:1rem}.register-form__label{font-size:.9rem}.register-form__login-link{font-size:1rem}.register-form__form{max-width:100%;gap:.85rem}.register-form__fields-grid{grid-template-columns:1fr}.register-form__image-section{display:none}}@font-face{font-family:LactureDemo;src:url(/assets/LactureDemo-Regular-Dcwd1_Mv.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.login-form{box-sizing:border-box;width:calc(100% - 3rem);max-width:1200px;height:calc(100vh - 80px - 3rem);max-height:calc(100vh - 80px - 3rem);margin:1.5rem auto;display:flex;flex-direction:row;align-items:stretch;background-color:#afddfb;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.login-form__form-section{flex:1;background-color:#afddfb;padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.login-form__title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#000;text-align:center;font-family:Ananda Namaste,sans-serif;line-height:1.2}.login-form__form{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1rem}.login-form__field{display:flex;flex-direction:column;gap:.4rem}.login-form__label{font-size:1.3rem;font-weight:500;color:#000;text-align:left;font-family:LactureDemo,sans-serif}.login-form__input{width:100%;padding:.7rem .9rem;border:none;background-color:#fff;border-radius:4px;font-size:.95rem;color:#000;box-sizing:border-box;font-family:inherit}.login-form__input::placeholder{color:#999;opacity:1}.login-form__input:focus{outline:2px solid #0066cc;outline-offset:2px}.login-form__input--error{border:2px solid #dc3545;background-color:#fff5f5}.login-form__input--error::placeholder{color:#dc3545;opacity:1}.login-form__input--error:focus{outline:2px solid #dc3545;outline-offset:2px}.login-form__error{color:#dc3545;font-size:.85rem;margin-top:.25rem;font-family:LactureDemo,sans-serif}.login-form__error--submit{background-color:#fff5f5;border:1px solid #dc3545;border-radius:4px;padding:.75rem;margin-bottom:1rem;text-align:center;font-size:.9rem}.login-form__button{margin-top:.5rem;padding:.85rem 2rem;background-color:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;font-family:Ananda Namaste,sans-serif}.login-form__button:hover:not(:disabled){background-color:#333}.login-form__button:active:not(:disabled){transform:scale(.98)}.login-form__button:disabled{background-color:#666;cursor:not-allowed;opacity:.7}.login-form__register-link{margin-top:1rem;font-size:1.2rem;color:#000;text-align:center;font-family:LactureDemo,sans-serif}.login-form__register-link-text{color:#06c;text-decoration:underline;cursor:pointer;font-family:LactureDemo,sans-serif}.login-form__register-link-text:hover{color:#0052a3}.login-form__image-section{flex:1;background-color:transparent;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;height:100%}.login-form__image{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0;z-index:1}.login-form__logo-container{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.login-form__logo{max-width:300px;width:80%;height:auto;object-fit:contain}@media(max-width:1024px){.login-form{width:calc(100% - 2rem);height:calc(100vh - 80px - 3rem);max-height:calc(100vh - 80px - 3rem);flex-direction:column;max-width:600px}.login-form__form-section{padding:1.5rem 2rem;flex:0 0 auto}.login-form__title{font-size:2.5rem;margin-bottom:1rem}.login-form__label{font-size:1.2rem}.login-form__register-link{font-size:1.1rem}.login-form__image-section{flex:1;min-height:0}.login-form__logo{max-width:250px}}.login-form--embedded{flex-direction:column;width:100%;max-width:none;height:auto;max-height:none;min-height:0;margin:0;background:transparent;padding:0;align-items:stretch;justify-content:flex-start;border-radius:0;box-shadow:none;overflow:visible}.login-form--embedded .login-form__embedded-inner{width:100%;text-align:left}.login-form--embedded .login-form__form{max-width:none}.login-form--embedded .login-form__label{font-size:.9rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.login-form--embedded .login-form__register-link{font-size:.875rem;text-align:left;margin-top:1rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.login-form--embedded .login-form__button{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media(max-width:768px){.login-form{width:calc(100% - 2rem);max-width:100%;height:auto;max-height:none;min-height:0}.login-form__form-section{padding:1.5rem 1.25rem 2rem;flex:1 1 auto;width:100%}.login-form__title{font-size:2rem;margin-bottom:1rem}.login-form__label{font-size:1.1rem}.login-form__register-link{font-size:1rem}.login-form__form{max-width:100%;gap:.85rem}.login-form__image-section{display:none}}.create-post{width:100%;margin-bottom:1.75rem;background-color:#fff;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 1px 2px #0000000a;padding:1.25rem;box-sizing:border-box;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.create-post__form{display:flex;align-items:flex-start;gap:1rem}.create-post__profile{flex-shrink:0}.create-post__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.create-post__avatar-placeholder{width:48px;height:48px;border-radius:50%;background-color:#e0e7ff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#4f46e5}.create-post__content{flex:1;display:flex;flex-direction:column;gap:.75rem;min-width:0}.create-post__input-container{display:flex;align-items:center;gap:.75rem;min-width:0}.create-post__input{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;outline:none;transition:border-color .3s ease;min-width:0;background-color:#fff;color:#1f2937}.create-post__input:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.create-post__input::placeholder{color:#9ca3af}.create-post__input:disabled{background-color:#f3f4f6;cursor:not-allowed;color:#6b7280}.create-post__submit{padding:.75rem 1.5rem;background-color:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-shrink:0;white-space:nowrap}.create-post__submit:hover:not(:disabled){background-color:#4338ca;transform:translateY(-1px);box-shadow:0 2px 4px #4f46e54d}.create-post__submit:active:not(:disabled){transform:translateY(0)}.create-post__submit:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.create-post__submit-text{display:inline}.create-post__submit-icon{display:none;width:20px;height:20px}.create-post__file-input{display:none}.create-post__image-button{display:flex;align-items:center;justify-content:center;padding:.5rem;background-color:transparent;border:none;border-radius:8px;cursor:pointer;color:#6b7280;transition:all .3s ease;flex-shrink:0}.create-post__image-button:hover:not(:disabled){background-color:#f3f4f6;color:#4f46e5}.create-post__image-button:disabled{opacity:.5;cursor:not-allowed}.create-post__image-button svg{width:24px;height:24px}.create-post__image-preview{position:relative;width:100%;max-width:500px;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb}.create-post__preview-image{width:100%;height:auto;display:block;max-height:400px;object-fit:contain}.create-post__remove-image{position:absolute;top:.5rem;right:.5rem;background-color:#000000b3;color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.create-post__remove-image:hover{background-color:#000000e6;transform:scale(1.1)}.create-post__remove-image svg{width:16px;height:16px}@media(max-width:768px){.create-post{padding:1rem}.create-post__form{gap:.75rem}.create-post__avatar,.create-post__avatar-placeholder{width:40px;height:40px;font-size:1rem}.create-post__input-container{gap:.5rem}.create-post__input{padding:.625rem .875rem;font-size:.9375rem}.create-post__submit{padding:.625rem;min-width:44px;width:44px;height:44px;border-radius:50%}.create-post__submit-text{display:none}.create-post__submit-icon{display:block}}@media(max-width:480px){.create-post{padding:.875rem}.create-post__form{gap:.5rem}.create-post__avatar,.create-post__avatar-placeholder{width:36px;height:36px;font-size:.875rem}.create-post__input{padding:.5rem .75rem;font-size:.875rem}.create-post__submit{min-width:40px;width:40px;height:40px;padding:.5rem}.create-post__submit-icon{width:18px;height:18px}}.chautari{width:100%;min-height:100vh}@media(max-width:968px){.chautari--hotel-owner .chautari__sidebar{display:flex}}@media(max-width:968px){.chautari--hotel-owner .chautari__mobile-user-search{display:none}}.chautari{background-color:#f8f8f8;padding:0;box-sizing:border-box;text-align:left;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.chautari__container{width:100%;min-height:100vh;display:grid;gap:0;align-items:stretch}.chautari__container--authenticated{grid-template-columns:minmax(0,1fr) minmax(400px,630px)}@media(max-width:968px){.chautari__container--authenticated{grid-template-columns:1fr}}.chautari__container--guest{grid-template-columns:1fr}.chautari__main{display:flex;flex-direction:column;align-items:center;min-width:0;padding:1.25rem 1rem 2rem;background-color:#f8f8f8;min-height:100vh;max-height:100vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.chautari__main--guest-login{padding:.75rem 1rem 1rem;align-items:stretch}.chautari__feed{width:100%;max-width:520px;margin:0 auto;flex:1;display:flex;flex-direction:column;align-self:center;text-align:left}.chautari__feed--guest-login{max-width:min(100%,1200px);width:100%;flex:1 1 auto;min-height:0}.chautari__posts{display:flex;flex-direction:column;width:100%}.chautari__mobile-user-search{display:none;width:100%;margin-bottom:1rem;padding:1rem 1.25rem;box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 1px 2px #0000000a}@media(max-width:968px){.chautari__mobile-user-search{display:block}}.chautari__feed-filter{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #ececec;font-size:.8125rem}.chautari__feed-filter-label{color:#4b5563;min-width:0;line-height:1.35}.chautari__feed-filter-clear{flex-shrink:0;padding:.35rem .65rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:.8125rem;font-weight:600;color:#374151;cursor:pointer}.chautari__feed-filter-clear:hover{background:#f9fafb;border-color:#9ca3af}.chautari__feed-filter-clear--block{margin-top:0}.chautari__sidebar{position:relative;background-color:#fff;min-height:100vh;max-height:100vh;padding:0;overflow:hidden;display:flex;flex-direction:column;border-left:1px solid #ececec}@media(max-width:968px){.chautari__sidebar{display:none}}.chautari__loading{text-align:center;padding:3rem 1rem;color:#6b7280;font-size:.9375rem}.chautari__empty{text-align:center;padding:2.5rem 1.25rem;color:#6b7280;font-size:.93rem;background-color:#fff;border-radius:10px;border:1px solid #e8e8e8}.chautari__empty--filter{display:flex;flex-direction:column;align-items:center;gap:.75rem}.chautari__login-shell{width:100%;min-height:min(100vh - 10rem,100vh - 80px);display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.chautari__login-shell .login-form{flex:1 1 auto;min-height:min(100vh - 10rem,100vh - 80px)}@media(max-width:768px){.chautari__login-shell{min-height:0}.chautari__login-shell .login-form{min-height:0;flex:0 1 auto}}@font-face{font-family:Christmas Frost;src:url(/assets/Christmas%20Frost%20-%20Demo-Dpb2ueau.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.province-hero{width:100%;min-height:320px;background-size:cover;background-position:center;background-color:#e8e8e8;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.province-hero__inner{width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.province-hero__title{flex:1;min-width:0;font-family:Christmas Frost,cursive;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;text-transform:lowercase;color:#fff;margin:0;text-align:left;text-shadow:0 2px 12px rgba(0,0,0,.45)}.province-hero__map{flex-shrink:0;max-width:40%}.province-hero__map img{width:100%;height:auto;display:block;object-fit:contain}@media(max-width:768px){.province-hero{min-height:260px}.province-hero__inner{flex-direction:column;align-items:center}.province-hero__title{text-align:center}.province-hero__map{max-width:60%}}@font-face{font-family:Ananda Namaste;src:url(/assets/Ananda%20Namaste%20Regular-DC64aLd0.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lacture Demo;src:url(/assets/LactureDemo-Regular-Dcwd1_Mv.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Christmas Frost;src:url(/assets/Christmas%20Frost%20-%20Demo-Dpb2ueau.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.diaries-slider{position:relative;width:100%;height:460px;margin-bottom:3rem;overflow:hidden;border-radius:4px}.diaries-slider__track{position:relative;width:100%;height:100%}.diaries-slider__slide{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .7s ease-in-out;pointer-events:none}.diaries-slider__slide--active{opacity:1;pointer-events:auto}.diaries-slider__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#0000008c)}.diaries-slider__caption{position:absolute;bottom:72px;left:0;right:0;text-align:center;color:#fff;padding:0 2rem}.diaries-slider__caption h2{font-family:Christmas Frost,cursive;font-size:2.2rem;font-weight:400;margin:0 0 .5rem;text-shadow:0 2px 8px rgba(0,0,0,.6);letter-spacing:.02em}.diaries-slider__caption p{font-size:1.05rem;margin:0;opacity:.92;text-shadow:0 1px 4px rgba(0,0,0,.5)}.diaries-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#00000047;border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:10}.diaries-slider__arrow:hover{background:#00000085}.diaries-slider__arrow--prev{left:16px}.diaries-slider__arrow--next{right:16px}.diaries-slider__dots{position:absolute;bottom:22px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.diaries-slider__dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.75);background:transparent;cursor:pointer;padding:0;transition:background .3s ease,transform .3s ease}.diaries-slider__dot--active{background:#fff;transform:scale(1.3);border-color:#fff}.diaries-slider__dot:hover:not(.diaries-slider__dot--active){background:#ffffff73}@font-face{font-family:Lacture Demo;src:url(/assets/LactureDemo-Regular-Dcwd1_Mv.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.diary-card{padding:1.5rem 0;border-bottom:2px solid #1a1a1a;text-align:left}.diary-card__inner{display:flex;flex-direction:row;align-items:flex-start;gap:2rem;min-width:0}.diary-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.diary-card__media{flex:0 0 34%;max-width:340px;min-width:180px;align-self:flex-start}.diary-card__media-link{display:block;text-decoration:none;overflow:hidden;line-height:0}.diary-card__media-link:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}.diary-card__meta{font-family:Lacture Demo,sans-serif;font-size:.875rem;color:#1a1a1a;margin:0;line-height:1.4}.diary-card__title{font-family:Ananda Namaste,sans-serif;font-size:1.75rem;font-weight:600;text-transform:lowercase;color:#1a1a1a;margin:0;line-height:1.3}.diary-card__title-link{text-decoration:none;color:inherit}.diary-card__title-link:hover{color:#4f46e5}.diary-card__title-link:focus-visible{outline:2px solid #4f46e5;outline-offset:2px;border-radius:2px}.diary-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.diary-card__tag{display:inline-block;font-family:Lacture Demo,sans-serif;font-size:.75rem;color:#1a1a1a;background:#f3f4f6;border:1px solid #e5e7eb;padding:.25rem .6rem;border-radius:999px;text-transform:capitalize}.diary-card__tag--province,.diary-card__tag--category{cursor:pointer}.diary-card__excerpt-link{text-decoration:none;color:inherit;margin:0}.diary-card__excerpt-link:hover .diary-card__excerpt{color:#374151}.diary-card__excerpt-link:focus-visible{outline:2px solid #4f46e5;outline-offset:2px;border-radius:4px}.diary-card__excerpt{font-family:Lacture Demo,sans-serif;font-size:.9375rem;color:#1a1a1a;line-height:1.55;margin:0}.diary-card__actions{display:flex;align-items:center;gap:1rem;margin-top:.35rem}.diary-card__action{display:inline-flex;align-items:center;gap:.35rem;font-family:Lacture Demo,sans-serif;font-size:.875rem;color:#1a1a1a;background:none;border:1px solid #d1d5db;padding:.35rem .6rem;border-radius:6px;cursor:pointer;transition:border-color .2s,background .2s}.diary-card__action:disabled{opacity:.6;cursor:not-allowed}.diary-card__action--active--like .diary-card__action--active__action-icon{color:#dc2626}.diary-card__action--active__action-icon{font-size:1rem}.diary-card__action:hover:not(:disabled){border-color:#1a1a1a;background:#f9fafb}.diary-card__action--active{border-color:#1a1a1a;background:#f3f4f6}.diary-card__action--like .diary-card__action__action-icon{color:#dc2626}.diary-card__action-icon{font-size:1rem}.diary-card__action-count,.diary-card__action-label{font-family:inherit}.diary-card__image{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.diary-card__image-placeholder{width:100%;aspect-ratio:4/3;background:#e5e7eb}@media(max-width:640px){.diary-card__inner{flex-direction:column;gap:1rem}.diary-card__media{flex:none;width:100%;max-width:none;min-width:0}}@font-face{font-family:Ananda Namaste;src:url(/assets/Ananda%20Namaste%20Regular-DC64aLd0.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lacture Demo;src:url(/assets/LactureDemo-Regular-Dcwd1_Mv.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Christmas Frost;src:url(/assets/Christmas%20Frost%20-%20Demo-Dpb2ueau.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.recently-uploaded{max-width:100%;width:100%;margin:0;padding:0;box-sizing:border-box;background-color:#fff;text-align:left}.recently-uploaded__heading{font-family:Christmas Frost,sans-serif;font-size:2rem;font-weight:400;color:#1a1a1a;margin:0 0 1.5rem;text-align:left}.recently-uploaded__list{list-style:none;margin:0;padding:0}.recently-uploaded__loading,.recently-uploaded__empty{font-family:Lacture Demo,sans-serif;text-align:center;padding:3rem 1rem;color:#6b7280;font-size:1rem}.recently-uploaded__empty{background:#f9fafb;border-radius:12px}@font-face{font-family:Ananda Namaste;src:url(/assets/Ananda%20Namaste%20Regular-DC64aLd0.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lacture Demo;src:url(/assets/LactureDemo-Regular-Dcwd1_Mv.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.diary-post-header{margin-bottom:1.5rem;text-align:left}.diary-post-header__back{display:inline-flex;align-items:center;gap:.35rem;font-family:Lacture Demo,sans-serif;font-size:.9375rem;color:#1a1a1a;text-decoration:none;margin-bottom:.75rem;transition:color .2s}.diary-post-header__back:hover{color:#4f46e5}.diary-post-header__back-icon{font-size:1.1rem}.diary-post-header__meta{font-family:Lacture Demo,sans-serif;font-size:.875rem;color:#6b7280;margin:0 0 .5rem}.diary-post-header__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 .25rem}.diary-post-header__tags--block{margin:0 0 1rem}.diary-post-header__tag{display:inline-block;font-family:Lacture Demo,sans-serif;font-size:.75rem;color:#1a1a1a;background:#f3f4f6;margin-bottom:.5rem;border:1px solid #e5e7eb;padding:.25rem .6rem;border-radius:999px;text-transform:capitalize}.diary-post-header__tag--link{text-decoration:none;cursor:pointer;transition:color .2s,border-color .2s}.diary-post-header__tag--link:hover{color:#4f46e5;border-color:#4f46e5}.diary-post-header__tag--link:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}.diary-post-header__title{font-family:Ananda Namaste,sans-serif;font-size:2rem;font-weight:600;text-transform:lowercase;color:#1a1a1a;margin:0 0 .75rem;line-height:1.3}.diary-post-content{text-align:left}.diary-post-content__feature-image-wrap{margin-bottom:1.5rem}.diary-post-content__feature-image-wrap--first{margin-top:0}.diary-post-content__feature-image-wrap{border-radius:8px;display:flex;overflow:hidden}.diary-post-content__feature-image-wrap--second{display:flex;margin-top:1.5rem;max-width:100%}.diary-post-content__feature-image{width:100%;height:auto;display:block;object-fit:cover;max-height:400px}.diary-post-content__feature-image--second{max-height:320px;width:auto;max-width:55%;object-fit:cover}@media(max-width:640px){.diary-post-content__feature-image--second{max-width:100%;max-height:280px}}.diary-post-content__body{font-family:Lacture Demo,sans-serif;font-size:1rem;line-height:1.7;color:#1a1a1a;margin-bottom:1.5rem;text-align:justify;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.diary-post-content__body-plain{white-space:pre-wrap}.diary-post-content__body p,.diary-post-content__body li,.diary-post-content__body blockquote{text-align:justify}.diary-post-content__body img{max-width:100%;height:auto;border-radius:8px}.diary-post-content__body p{margin:0 0 1rem}.diary-post-content__actions{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.diary-post-content__action:disabled{opacity:.6}.diary-post-content__action:disabled__action-icon{font-size:1rem}.diary-post-content__action:disabled{cursor:not-allowed}.diary-post-content__action{display:inline-flex;align-items:center;gap:.35rem;font-family:Lacture Demo,sans-serif;font-size:.875rem;color:#1a1a1a;background:none;border:1px solid #d1d5db;padding:.35rem .6rem;border-radius:6px;cursor:pointer;transition:border-color .2s,background .2s}.diary-post-content__action:disabled{opacity:.6;cursor:not-allowed}.diary-post-content__action:hover:not(:disabled){border-color:#1a1a1a;background:#f9fafb}.diary-post-content__action--active--like .diary-post-content__action--active__action-icon{color:#dc2626}.diary-post-content__action--active__action-icon{font-size:1rem}.diary-post-content__action--active{border-color:#1a1a1a;background:#f3f4f6}.diary-post-content__action--like .diary-post-content__action__action-icon{color:#dc2626}.diary-post-content__action-icon{font-size:1rem}@font-face{font-family:Lacture Demo;src:url(/assets/LactureDemo-Regular-Dcwd1_Mv.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.province-list{background:#fff;border:1px solid #ede8e0;border-radius:12px;padding:1.5rem 1.5rem 1.25rem}.province-list__heading{font-family:Lacture Demo,serif;font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;letter-spacing:.01em}.province-list__divider{height:1px;background:#e5e0d8;margin-bottom:1rem}.province-list__loading{font-family:Lacture Demo,serif;font-size:.85rem;color:#9ca3af;padding:.5rem 0}.province-list__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.1rem}.province-list__item{display:flex}.province-list__btn{display:flex;align-items:center;width:100%;background:none;border:none;padding:.55rem .5rem;border-radius:8px;cursor:pointer;transition:background .18s ease;gap:.75rem;text-align:left}.province-list__btn:hover{background:#f0ebe2}.province-list__dot{flex-shrink:0;width:10px;height:10px;border-radius:50%}.province-list__label{flex:1;font-family:Lacture Demo,serif;font-size:.95rem;color:#2d2d2d}.province-list__count{flex-shrink:0;font-family:Lacture Demo,serif;font-size:.82rem;color:#9ca3af;background:#ede8e0;border-radius:20px;padding:2px 9px;min-width:28px;text-align:center}@font-face{font-family:Lacture Demo;src:url(/assets/LactureDemo-Regular-Dcwd1_Mv.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Christmas Frost;src:url(/assets/Christmas%20Frost%20-%20Demo-Dpb2ueau.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.trending-posts{background:#fff;border:1px solid #ede8e0;border-radius:12px;padding:1.5rem 1.5rem 1.25rem}.trending-posts__heading{font-family:Lacture Demo,serif;font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;letter-spacing:.01em}.trending-posts__divider{height:1px;background:#e5e0d8;margin-bottom:1rem}.trending-posts__loading,.trending-posts__empty{font-family:Lacture Demo,serif;font-size:.85rem;color:#9ca3af;padding:.5rem 0}.trending-posts__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.trending-posts__item{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;padding:.85rem 0;border-bottom:1px solid #ede8e0}.trending-posts__item:last-child{border-bottom:none;padding-bottom:0}.trending-posts__rank{flex-shrink:0;font-family:Christmas Frost,cursive;font-size:1.35rem;font-weight:400;color:#d4c9b8;line-height:1.1;-webkit-user-select:none;user-select:none}.trending-posts__info{display:flex;flex-direction:column;gap:.35rem;min-width:0}.trending-posts__title{font-family:Lacture Demo,serif;font-size:.9rem;font-weight:600;color:#1a1a1a;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.trending-posts__title:hover{color:#b84c1a}.trending-posts__meta{font-family:Lacture Demo,serif;font-size:.78rem;color:#9ca3af;line-height:1.35;white-space:normal}.diary-post-sidebar{display:flex;flex-direction:column;gap:1.5rem}.diaries{width:100%;min-height:100%;padding-bottom:2rem;box-sizing:border-box;background-color:#fff;text-align:left}.diaries__grid{max-width:1400px;margin:0 auto;padding:1.5rem 2rem 0;display:grid;gap:2.5rem;align-items:start;box-sizing:border-box}@media(min-width:901px){.diaries__grid{grid-template-columns:minmax(0,1fr) minmax(260px,32%);grid-template-areas:"main sidebar"}}@media(max-width:900px){.diaries__grid{grid-template-columns:1fr;grid-template-areas:"sidebar" "main";gap:1.25rem;padding:1rem 1.5rem 0}}.diaries__main{grid-area:main;min-width:0}.diaries__sidebar{grid-area:sidebar;position:sticky;top:6rem}@media(max-width:900px){.diaries__sidebar{position:static}}.diary-post-page{width:100%;margin:0;padding:0;text-align:left;background-color:#fff}.diary-post-page__hero{width:100%;line-height:0;overflow:hidden}.diary-post-page__hero-img{width:100%;display:block;object-fit:cover;object-position:center;min-height:220px;max-height:min(58vh,560px);height:auto}.diary-post-page__back-row{max-width:1400px;margin:0 auto;padding:1rem 2rem 0;box-sizing:border-box}@media(max-width:900px){.diary-post-page__back-row{padding:1rem 1.5rem 0}}.diary-post-page__grid{max-width:1400px;margin:0 auto;padding:1.5rem 2rem 2rem;display:grid;gap:2.5rem;align-items:start;box-sizing:border-box}@media(min-width:901px){.diary-post-page__grid{grid-template-columns:minmax(0,1fr) minmax(260px,32%);grid-template-areas:"main sidebar"}}@media(max-width:900px){.diary-post-page__grid{grid-template-columns:1fr;grid-template-areas:"sidebar" "main";gap:1.25rem;padding:1rem 1.5rem 2rem}}.diary-post-page__main{grid-area:main;min-width:0}.diary-post-page__main .diary-post-header__title{margin-bottom:.5rem}.diary-post-page__image-below-title{margin-bottom:1.5rem}.diary-post-page__sidebar{grid-area:sidebar;position:sticky;top:6rem}@media(max-width:900px){.diary-post-page__sidebar{position:static}}.diary-post-page__loading{padding:3rem;text-align:center;color:#6b7280}.province-page{width:100%;margin:0;padding:0 0 2rem;background-color:#fff;text-align:left}.province-page__grid{max-width:1400px;margin:0 auto;padding:1.5rem 2rem 0;display:grid;gap:2.5rem;align-items:start;box-sizing:border-box}@media(min-width:901px){.province-page__grid{grid-template-columns:minmax(0,1fr) minmax(260px,32%);grid-template-areas:"main sidebar"}}@media(max-width:900px){.province-page__grid{grid-template-columns:1fr;grid-template-areas:"sidebar" "main";gap:1.25rem;padding:1rem 1.5rem 0}}.province-page__main{grid-area:main;max-width:none;margin:0;padding:0;min-width:0}.province-page__sidebar{grid-area:sidebar;position:sticky;top:6rem}@media(max-width:900px){.province-page__sidebar{position:static}}.province-page__posts{margin:0}.province-page__list{list-style:none;margin:0;padding:0}.province-page__list li{margin:0}.province-page__loading,.province-page__posts-loading,.province-page__empty{padding:3rem 1rem;text-align:center;color:#6b7280}.province-page__empty{font-family:Lacture Demo,sans-serif;background:#f9fafb;border-radius:12px}.hotel-search-form{width:100%;max-width:100%;min-width:0;box-sizing:border-box;text-align:left;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;padding:1.5rem;display:grid;grid-template-columns:1fr 1fr auto;gap:1rem 1.25rem;align-items:end}@media(max-width:1024px){.hotel-search-form{grid-template-columns:1fr;gap:.875rem;align-items:stretch;padding:1.125rem .875rem}}@media(max-width:480px){.hotel-search-form{padding:1rem .75rem;border-radius:12px;gap:.75rem}}.hotel-search-form__row{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;min-width:0;width:100%;text-align:left}.hotel-search-form__label{font-size:.8125rem;font-weight:600;color:#374151;text-align:left;width:100%}.hotel-search-form__field{display:flex;align-items:center;gap:.5rem;width:100%;box-sizing:border-box;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:0 .75rem;min-height:48px;transition:box-shadow .2s,background .2s}.hotel-search-form__field:focus-within{box-shadow:inset 0 0 0 2px #1f293738;background:#fff}.hotel-search-form__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#6b7280}.hotel-search-form__input{flex:1;min-width:0;border:none;background:transparent;font-size:.9375rem;color:#111827;outline:none;text-align:left}.hotel-search-form__input::placeholder{color:#9ca3af}.hotel-search-form__btn{background:#111827;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .2s}.hotel-search-form__btn:hover:not(:disabled){background:#1f2937}.hotel-search-form__btn:disabled{opacity:.5;cursor:not-allowed}.hotel-search-form__btn{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:48px;padding:.65rem 1rem;border-radius:10px;font-size:clamp(.9375rem,2.8vw,1.0625rem);box-sizing:border-box}.hotel-search-form__btn-icon{display:inline-flex;align-items:center;justify-content:center}.hotel-card{width:100%;max-width:100%;min-width:0;box-sizing:border-box;text-align:left;background:#fff;border-radius:14px;border:1px solid #e5e7eb;box-shadow:0 2px 12px #0000000f;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:box-shadow .2s}.hotel-card:hover{box-shadow:0 6px 24px #0000001a}.hotel-card__image-wrap{position:relative;aspect-ratio:16/10;background:#e5e7eb}.hotel-card__image{width:100%;height:100%;object-fit:cover}.hotel-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:1.25rem;font-weight:600}.hotel-card__rating{position:absolute;top:.75rem;right:.75rem;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .6rem;border-radius:999px;background:#fff;box-shadow:0 2px 8px #0000002e;font-size:.8125rem;font-weight:600;color:#111827}.hotel-card__rating-icon{display:inline-flex;align-items:center;justify-content:center;color:#f59e0b}.hotel-card__body{padding:1.25rem;display:flex;flex-direction:column;flex:1;align-items:flex-start;text-align:left}.hotel-card__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:700;color:#111827;line-height:1.3;word-break:break-word}.hotel-card__location{display:flex;align-items:center;justify-content:flex-start;gap:.35rem;margin:0 0 .5rem;font-size:.875rem;color:#6b7280;width:100%}.hotel-card__location-icon{display:inline-flex;align-items:center;justify-content:center;color:#f59e0b}.hotel-card__address{font-size:.875rem;color:#6b7280;word-break:break-word}.hotel-card__description{margin:0 0 .75rem;font-size:.875rem;color:#4b5563;line-height:1.5;text-align:left;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.hotel-card__amenities{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;justify-content:flex-start;width:100%}.hotel-card__amenity{padding:.25rem .7rem;border-radius:999px;background:#f3f4f6;border:1px solid #e5e7eb;font-size:.78rem;color:#4b5563;font-weight:500}.hotel-card__amenity--more{background:#111827;border-color:#111827;color:#fff}.hotel-card__footer{margin-top:auto;padding-top:.75rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap;width:100%;text-align:left}@media(max-width:480px){.hotel-card__footer{flex-direction:column;align-items:stretch}}.hotel-card__footer-price{flex:1 1 auto;min-width:0;text-align:left}.hotel-card__footer-label{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.15rem}.hotel-card__footer-value{margin:0;font-size:.9rem;color:#111827;min-height:1.35em}.hotel-card__footer-value--na{color:#6b7280;font-weight:500}.hotel-card__footer-value-number{margin-left:.15rem;font-size:1.25rem;font-weight:700}.hotel-card__footer-value-suffix{margin-left:.1rem;font-size:.8rem;color:#6b7280}.hotel-card__cta{background:#111827;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .2s}.hotel-card__cta:hover:not(:disabled){background:#1f2937}.hotel-card__cta:disabled{opacity:.5;cursor:not-allowed}.hotel-card__cta{display:inline-flex;align-items:center;padding:.55rem 1.25rem;border-radius:999px;font-size:.875rem;white-space:nowrap;flex-shrink:0;text-align:center;justify-content:center}@media(max-width:480px){.hotel-card__cta{width:100%}}@font-face{font-family:Ananda Namaste;src:url(/assets/Ananda%20Namaste%20Regular-DC64aLd0.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lacture Demo;src:url(/assets/LactureDemo-Regular-Dcwd1_Mv.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Christmas Frost;src:url(/assets/Christmas%20Frost%20-%20Demo-Dpb2ueau.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.booking{width:100%;max-width:100%;min-height:100vh;box-sizing:border-box;font-family:Lacture Demo,sans-serif;padding-bottom:3rem;overflow-x:hidden}.booking__hero{position:relative;width:100%;max-width:100%;min-width:0;min-height:520px;display:flex;align-items:center;justify-content:center;padding:7rem 1.5rem 4rem;box-sizing:border-box;background-image:url(https://images.unsplash.com/photo-1582719508461-905c673771fd?w=1920);background-size:cover;background-position:center;overflow-x:hidden}@media(max-width:768px){.booking__hero{min-height:0;padding:4.75rem 1rem 1.5rem;align-items:flex-start}}@media(max-width:480px){.booking__hero{padding:4.5rem .75rem 1.25rem}}.booking__hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000059,#00000080);pointer-events:none}.booking__hero-content{position:relative;z-index:1;width:100%;max-width:900px;min-width:0;text-align:center;padding:0 .25rem;box-sizing:border-box}@media(max-width:768px){.booking__hero-content{max-width:100%;padding:0;flex:1 1 auto}}.booking__hero-content .hotel-search-form{margin-top:.25rem;text-align:left;max-width:100%;min-width:0}.booking__hero-title{font-family:Christmas Frost,cursive;margin:0 0 .5rem;font-size:clamp(2rem,5vw,3rem);font-weight:400;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3);letter-spacing:.02em}.booking__hero-subtitle{margin:0 0 2rem;font-size:clamp(.95rem,2vw,1.125rem);color:#fffffff2;text-shadow:0 1px 4px rgba(0,0,0,.2)}@media(max-width:768px){.booking__hero-subtitle{margin-bottom:1rem;padding:0 .25rem}}.booking__services{width:100%;background:#f3f4f6;padding:4rem 1.5rem}.booking__services-container{max-width:1100px;margin:0 auto;text-align:center}.booking__services-title{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:#1a1a1a}.booking__services-subtitle{margin:0 auto 2.5rem;font-size:1rem;color:#6b7280;max-width:560px}.booking__services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:768px){.booking__services-grid{grid-template-columns:1fr}}.booking__service-card{background:#fff;border-radius:14px;padding:2rem 1.5rem;box-shadow:0 2px 12px #0000000f;text-align:center;transition:box-shadow .2s}.booking__service-card:hover{box-shadow:0 4px 20px #00000014}.booking__service-icon{font-size:2.5rem;margin-bottom:1rem;line-height:1}.booking__service-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:700;color:#1a1a1a}.booking__service-desc{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}.booking__results{width:100%;max-width:100%;padding:3rem 1.5rem 2rem;background:#fff;box-sizing:border-box}@media(max-width:768px){.booking__results{padding:1.5rem .75rem 2rem}}.booking__container{max-width:1100px;margin:0 auto;width:100%;max-width:min(1100px,100%);box-sizing:border-box;min-width:0}.booking__results-title{margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;color:#1a1a1a}@media(max-width:768px){.booking__results-title{margin-bottom:1rem;font-size:1.25rem}}.booking__auth-required{padding:2.5rem;background:#f9fafb;border-radius:14px;text-align:center;color:#555}.booking__auth-required p{margin:0 0 1rem}.booking__login-link{background:#111827;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .2s}.booking__login-link:hover:not(:disabled){background:#1f2937}.booking__login-link:disabled{opacity:.5;cursor:not-allowed}.booking__login-link{display:inline-block;padding:.6rem 1.5rem;border-radius:10px;text-decoration:none}.booking__loading,.booking__empty{padding:3rem 2rem;background:#f9fafb;border-radius:14px;text-align:center;color:#6b7280}.booking__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1rem;width:100%;min-width:0}@media(min-width:900px){.booking__grid{gap:1.5rem}}@media(max-width:480px){.booking__grid{grid-template-columns:1fr}}.hotel-detail-header__hero{width:100vw;height:400px;border-radius:0;overflow:hidden;background:#e5e7eb;margin-left:50%;transform:translate(-50%)}.hotel-detail-header__hero-image{width:100%;height:100%;object-fit:cover;display:block}.hotel-detail-header__card{position:relative;margin:-80px auto 0;padding:1.75rem 2rem;border-radius:24px;background:#fff;box-shadow:0 12px 40px #0000001f;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;text-align:left}.hotel-detail-header__back{display:inline-block;margin-bottom:.5rem;color:#111827;text-decoration:none;font-size:.9rem;font-weight:600}.hotel-detail-header__back:hover{text-decoration:underline}.hotel-detail-header__main{flex:1}.hotel-detail-header__name{margin:0 0 .5rem;font-size:1.9rem;font-weight:700;color:#111827}.hotel-detail-header__meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-bottom:.5rem}.hotel-detail-header__meta-location{display:inline-flex;align-items:center;gap:.3rem;font-size:.9rem;color:#6b7280}.hotel-detail-header__meta-location-icon{display:inline-flex;align-items:center;justify-content:center;color:#f59e0b}.hotel-detail-header__meta-rating{display:inline-flex;align-items:center;gap:.25rem;font-size:.9rem;color:#374151}.hotel-detail-header__meta-rating-icon{display:inline-flex;align-items:center;justify-content:center;color:#f59e0b}.hotel-detail-header__meta-rating-value{font-weight:600}.hotel-detail-header__meta-rating-count{color:#6b7280}.hotel-detail-header__description{margin:.25rem 0 1rem;color:#4b5563;line-height:1.6}.hotel-detail-header__amenities{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.hotel-detail-header__amenity{padding:.25rem .7rem;border-radius:999px;background:#f9fafb;border:1px solid #e5e7eb;font-size:.78rem;color:#4b5563;font-weight:500;padding:.35rem .8rem;font-size:.8rem}.hotel-detail-header__price{display:flex;flex-direction:column;align-items:flex-end;min-width:160px}.hotel-detail-header__price-label{font-size:.8rem;color:#6b7280;margin-bottom:.15rem}.hotel-detail-header__price-value{margin:0;font-size:.95rem;color:#111827}.hotel-detail-header__price-number{margin-left:.2rem;font-size:1.4rem;font-weight:700}.hotel-detail-header__price-suffix{margin-left:.1rem;font-size:.8rem;color:#6b7280}.hotel-room-card{display:flex;border-radius:12px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 2px 8px #0000000f;overflow:hidden}.hotel-room-card+.hotel-room-card{margin-top:1.25rem}.hotel-room-card__image-wrap{width:300px;min-width:300px;min-height:220px;background:#e5e7eb;flex-shrink:0}.hotel-room-card__image{width:100%;height:100%;object-fit:cover;display:block}.hotel-room-card__image-placeholder{width:100%;height:100%;min-height:220px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.95rem;background:#f3f4f6}.hotel-room-card__body{flex:1;display:flex;flex-direction:column;padding:1.5rem 1.75rem}.hotel-room-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.hotel-room-card__name{margin:0;font-size:1.3rem;font-weight:700;color:#111827;line-height:1.2}.hotel-room-card__price{margin:0;display:flex;align-items:baseline;gap:.1rem;white-space:nowrap;font-size:.9rem;color:#111827}.hotel-room-card__price-number{font-size:1.6rem;font-weight:700;line-height:1}.hotel-room-card__price-suffix{font-size:.8rem;color:#6b7280;margin-left:.15rem}.hotel-room-card__description{margin:0 0 1rem;font-size:.9rem;color:#4b5563;line-height:1.5}.hotel-room-card__meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;font-size:.85rem;color:#6b7280}.hotel-room-card__meta-item{display:inline-flex;align-items:center;gap:.4rem}.hotel-room-card__meta-item svg{flex-shrink:0}.hotel-room-card__amenities{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem}.hotel-room-card__amenity{padding:.25rem .7rem;border-radius:999px;background:#fff;border:1px solid #d1d5db;font-size:.78rem;color:#374151;font-weight:500}.hotel-room-card__amenity--more{background:#111827;border-color:#111827;color:#fff}.hotel-room-card__actions{margin-top:auto}.hotel-room-card__cta{background:#111827;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .2s}.hotel-room-card__cta:hover:not(:disabled){background:#1f2937}.hotel-room-card__cta:disabled{opacity:.5;cursor:not-allowed}.hotel-room-card__cta{padding:.65rem 1.6rem;border-radius:8px;font-size:.9rem}.hotel-reviews{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb;text-align:left}.hotel-reviews__title{margin:0 0 1.5rem;font-size:1.4rem;font-weight:700;color:#111827}.hotel-reviews__msg{font-size:.95rem;color:#6b7280}.hotel-reviews__msg--error{color:#ef4444}.hotel-reviews__list{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:1rem}.hotel-reviews__item{padding:1rem 1.1rem;border-radius:12px;border:1px solid #e5e7eb;background:#f3f4f6}.hotel-reviews__item-header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.3rem}.hotel-reviews__rating-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .55rem;border-radius:999px;background:#fff;border:1px solid #e5e7eb;font-size:.8rem;font-weight:600;color:#111827}.hotel-reviews__rating-icon{display:inline-flex;align-items:center;justify-content:center;color:#f59e0b}.hotel-reviews__rating-value{font-variant-numeric:tabular-nums}.hotel-reviews__author{font-size:.9rem;font-weight:600;color:#111827}.hotel-reviews__date{margin-left:auto;font-size:.8rem;color:#6b7280}.hotel-reviews__comment{margin:.25rem 0 0;font-size:.9rem;color:#4b5563;line-height:1.5}.hotel-reviews__form-wrap{padding:1.25rem 1.1rem;border-radius:12px;border:1px dashed #e5e7eb;background:#f3f4f6b3}.hotel-reviews__form-title{margin:0 0 .75rem;font-size:1.1rem;font-weight:700;color:#111827}.hotel-reviews__login-link{border:none;background:none;padding:0;margin:0;font:inherit;color:#111827;cursor:pointer;text-decoration:underline}.hotel-reviews__form{display:flex;flex-direction:column;gap:1rem}.hotel-reviews__field{display:flex;flex-direction:column;gap:.35rem}.hotel-reviews__label{font-size:.9rem;font-weight:600;color:#111827}.hotel-reviews__rating-options{display:inline-flex;flex-wrap:wrap;gap:.4rem}.hotel-reviews__rating-option{display:inline-flex;align-items:center;gap:.2rem;padding:.3rem .6rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:.85rem;color:#111827;cursor:pointer;transition:background .15s,border-color .15s,transform .1s}.hotel-reviews__rating-option:hover{transform:translateY(-1px);border-color:#111827}.hotel-reviews__rating-option--active{border-color:#111827;background:#1118270f;color:#111827}.hotel-reviews__rating-option-icon{display:inline-flex;align-items:center;justify-content:center;color:#f59e0b}.hotel-reviews__textarea{width:100%;min-height:90px;resize:vertical;padding:.6rem .75rem;border-radius:10px;border:1px solid #e5e7eb;font-size:.9rem;font-family:inherit;color:#111827}.hotel-reviews__textarea::placeholder{color:#9ca3af}.hotel-reviews__textarea:focus{outline:none;border-color:#111827;box-shadow:0 0 0 1px #1118271a}.hotel-reviews__submit{background:#111827;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .2s}.hotel-reviews__submit:hover:not(:disabled){background:#1f2937}.hotel-reviews__submit:disabled{opacity:.5;cursor:not-allowed}.hotel-reviews__submit{padding:.55rem 1.4rem;border-radius:999px;font-size:.9rem;align-self:flex-start}.hotel-reviews__submit:disabled{opacity:.7;cursor:default}.hotel-detail{width:100%;min-height:100vh;padding:0 1.5rem 3rem;box-sizing:border-box;font-family:Lacture Demo,sans-serif}.hotel-detail__msg{text-align:center;color:#555}.hotel-detail__container{max-width:1100px;margin:0 auto;text-align:left}.hotel-detail__back{display:inline-block;margin-bottom:1rem;color:#111827;text-decoration:none;font-weight:600}.hotel-detail__back:hover{text-decoration:underline}.hotel-detail__rooms{margin-top:2.5rem}.hotel-detail__rooms-title{margin:0 0 1.25rem;font-size:1.4rem;font-weight:700;color:#1a1a1a}.hotel-detail__empty{font-size:.95rem;color:#6b7280}.hotel-detail__reviews{margin-top:2.5rem}.booking-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.booking-form__section-title{margin:0 0 1.25rem;font-size:1.15rem;font-weight:700;color:#111827}.booking-form__section+.booking-form__section{margin-top:1.5rem}.booking-form__divider{border:none;border-top:1px solid #e5e7eb;margin:1.5rem 0}.booking-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.booking-form__field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.booking-form__field:last-child{margin-bottom:0}.booking-form__label{display:flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;color:#374151}.booking-form__label svg{color:#6b7280;flex-shrink:0}.booking-form__input,.booking-form__textarea{width:100%;padding:.6rem .85rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;color:#111827;background:#f9fafb;outline:none;transition:border-color .15s;box-sizing:border-box}.booking-form__input::placeholder,.booking-form__textarea::placeholder{color:#9ca3af}.booking-form__input:focus,.booking-form__textarea:focus{border-color:#111827;background:#fff}.booking-form__input--error{border-color:#ef4444}.booking-form__textarea{resize:vertical;font-family:inherit}.booking-form__hint{margin:0;font-size:.78rem;color:#6b7280}.booking-form__error{margin:0;font-size:.78rem;color:#ef4444}.booking-summary{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.75rem;position:sticky;top:1.5rem}.booking-summary__title{margin:0 0 1.25rem;font-size:1.15rem;font-weight:700;color:#111827}.booking-summary__image{width:100%;height:175px;object-fit:cover;border-radius:8px;display:block;margin-bottom:1rem}.booking-summary__image-placeholder{width:100%;height:175px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.875rem;margin-bottom:1rem}.booking-summary__hotel-name{font-size:1rem;font-weight:700;color:#111827;margin-bottom:.2rem}.booking-summary__location{font-size:.82rem;color:#6b7280;margin-bottom:.35rem}.booking-summary__room-name{font-size:.9rem;font-weight:600;color:#374151;margin-bottom:1.25rem}.booking-summary__meta{border-top:1px solid #e5e7eb;padding-top:1rem;margin-bottom:1rem}.booking-summary__meta-row,.booking-summary__pricing-row{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.booking-summary__meta-row:last-child,.booking-summary__pricing-row:last-child{margin-bottom:0}.booking-summary__meta-row span:last-child{font-weight:500;color:#111827}.booking-summary__pricing{border-top:1px solid #e5e7eb;padding-top:1rem;margin-bottom:1.5rem}.booking-summary__total-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;color:#111827;border-top:1px solid #e5e7eb;padding-top:.75rem;margin-top:.5rem}.booking-summary__total-amount{font-size:1.5rem;font-weight:700}.booking-summary__discount{margin:.75rem 0 .5rem;padding:.85rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.booking-summary__discount-label{margin:0 0 .6rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.booking-summary__discount-tabs{display:flex;gap:.5rem;margin-bottom:.75rem}.booking-summary__discount-tab{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .75rem;border:1px solid #d1d5db;border-radius:999px;background:#fff;font-size:.8rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s}.booking-summary__discount-tab:hover{border-color:#111827;color:#111827}.booking-summary__discount-tab--active{background:#111827;border-color:#111827;color:#fff}.booking-summary__coupon-select{width:100%;padding:.6rem .85rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;color:#111827;background:#f9fafb;outline:none;transition:border-color .15s;box-sizing:border-box}.booking-summary__coupon-select::placeholder{color:#9ca3af}.booking-summary__coupon-select:focus{border-color:#111827;background:#fff}.booking-summary__coupon-select{cursor:pointer}.booking-summary__points-section{display:flex;align-items:center;gap:.6rem}.booking-summary__points-available{font-size:.82rem;color:#6b7280;white-space:nowrap}.booking-summary__points-available strong{color:#111827}.booking-summary__points-input{width:100%;padding:.6rem .85rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;color:#111827;background:#f9fafb;outline:none;transition:border-color .15s;box-sizing:border-box}.booking-summary__points-input::placeholder{color:#9ca3af}.booking-summary__points-input:focus{border-color:#111827;background:#fff}.booking-summary__points-input{max-width:100px;text-align:right}.booking-summary__pricing-row--discount{color:#16a34a;font-weight:500}.booking-summary__pricing-row--discount span:last-child{font-weight:600}.booking-summary__cta{background:#111827;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .2s}.booking-summary__cta:hover:not(:disabled){background:#1f2937}.booking-summary__cta:disabled{opacity:.5;cursor:not-allowed}.booking-summary__cta{width:100%;padding:.85rem;border-radius:8px;font-size:.95rem}.booking-page{min-height:100vh;background:#f9fafb;padding:2rem 1rem 4rem;text-align:left}.booking-page__back-row{width:100%;max-width:none;margin:0 0 1rem;display:flex;justify-content:flex-start}.booking-page__container{max-width:1100px;margin:0 auto}.booking-page__back{display:inline-block;font-size:.875rem;color:#6b7280;text-decoration:none}.booking-page__back:hover{color:#111827}.booking-page__heading{margin:0 0 2rem;font-size:1.8rem;font-weight:800;color:#111827}.booking-page__layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}@media(max-width:900px){.booking-page__layout{grid-template-columns:1fr}}.booking-page__main,.booking-page__sidebar{min-width:0}.booking-page__msg{font-size:.95rem;color:#6b7280}.booking-success{min-height:100vh;background:#f9fafb;padding:4rem 1rem;display:flex;align-items:flex-start;justify-content:center}.booking-success__card{max-width:560px;margin:0 auto;width:100%;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 8px 32px #00000014;padding:2.5rem 2rem;text-align:center}.booking-success__icon{width:64px;height:64px;border-radius:50%;background:#d1fae5;color:#059669;font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.booking-success__title{margin:0 0 .5rem;font-size:1.75rem;font-weight:800;color:#111827}.booking-success__subtitle{margin:0 0 2rem;font-size:.95rem;color:#6b7280;line-height:1.5}.booking-success__loading{font-size:.9rem;color:#6b7280;margin-bottom:1.5rem}.booking-success__details{text-align:left;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:1.75rem}.booking-success__row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 1rem;border-bottom:1px solid #e5e7eb}.booking-success__row:last-child{border-bottom:none}.booking-success__row--total{background:#f3f4f6}.booking-success__label{font-size:.85rem;color:#6b7280;font-weight:500}.booking-success__value{font-size:.9rem;font-weight:600;color:#111827}.booking-success__value--ref{font-family:monospace;letter-spacing:.04em}.booking-success__value--total{font-size:1.1rem;font-weight:700;color:#111827}.booking-success__status{font-size:.8rem;font-weight:600;padding:.2rem .7rem;border-radius:999px;text-transform:capitalize}.booking-success__status--confirmed{background:#d1fae5;color:#059669}.booking-success__status--pending{background:#fef3c7;color:#d97706}.booking-success__status--cancelled{background:#fee2e2;color:#dc2626}.booking-success__cta{background:#111827;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .2s}.booking-success__cta:hover:not(:disabled){background:#1f2937}.booking-success__cta:disabled{opacity:.5;cursor:not-allowed}.booking-success__cta{display:inline-block;padding:.7rem 2rem;border-radius:999px;font-size:.95rem;text-decoration:none}.booking-cancel{min-height:100vh;background:#f9fafb;padding:4rem 1rem;display:flex;align-items:flex-start;justify-content:center}.booking-cancel__card{max-width:520px;margin:0 auto;width:100%;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 8px 32px #00000014;padding:2.5rem 2rem;text-align:center}.booking-cancel__icon{width:64px;height:64px;border-radius:50%;background:#fee2e2;color:#dc2626;font-size:1.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.booking-cancel__title{margin:0 0 .5rem;font-size:1.75rem;font-weight:800;color:#111827}.booking-cancel__subtitle{margin:0 0 2rem;font-size:.95rem;color:#6b7280;line-height:1.6}.booking-cancel__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.booking-cancel__btn{display:inline-block;padding:.65rem 1.75rem;border-radius:999px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s}.booking-cancel__btn--primary{background:#111827;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .2s}.booking-cancel__btn--primary:hover:not(:disabled){background:#1f2937}.booking-cancel__btn--primary:disabled{opacity:.5;cursor:not-allowed}.booking-cancel__btn--secondary{background:#f3f4f6;border:1px solid #e5e7eb;color:#111827}.booking-cancel__btn--secondary:hover{background:#e5e7eb}.stat-card{background:#fff;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 10px 30px #0f172a14;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.25rem}.stat-card__label{font-size:.8rem;font-weight:500;color:#6b7280;margin:0}.stat-card__value{font-size:1.6rem;font-weight:700;margin:0}.stat-card__value--green{color:#047857}.stat-card__value--red{color:#b91c1c}.stat-card__value--blue{color:#2563eb}.stat-card__value--black{color:#111827}.stat-card__delta{margin:0;font-size:.75rem;color:#6b7280;display:flex;align-items:baseline;gap:.25rem}.stat-card__delta-number{font-weight:600}.stat-card__delta-number--up{color:#16a34a}.stat-card__delta-number--down{color:#b91c1c}.stat-card__delta-number--green{color:#16a34a}.stat-card__delta-number--blue{color:#2563eb}.stat-card__delta-number--black{color:#111827}.stat-card__delta-label{color:#6b7280}.hotel-owner-dashboard__section--stats{margin-bottom:2rem}.hotel-owner-dashboard__stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}@media(max-width:1024px){.hotel-owner-dashboard__stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.hotel-owner-dashboard__stats-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.hotel-owner-dashboard__section--charts{margin-bottom:2rem}.hotel-owner-dashboard__charts-stack{display:flex;flex-direction:column;gap:1.25rem}.hotel-owner-dashboard__charts-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:900px){.hotel-owner-dashboard__charts-row{grid-template-columns:1fr}}.hotel-owner-dashboard__chart-card{background:#fff;border-radius:12px;padding:1rem 1.25rem 1.25rem;box-shadow:0 10px 30px #0f172a14;border:1px solid #e5e7eb;height:320px;display:flex;flex-direction:column;gap:.75rem;position:relative;overflow:hidden}.hotel-owner-dashboard__chart-body{flex:1;min-height:0}.hotel-owner-dashboard__chart-card--wide{height:340px}.hotel-owner-dashboard__chart-title{margin:0;font-size:.95rem;font-weight:600;color:#111827}.hotel-owner-dashboard__empty-chart{margin:0;font-size:.85rem;color:#9ca3af}.hotel-owner-dashboard__list{list-style:none;margin:0;padding:0}.hotel-owner-dashboard__card{border:1px solid #e5e7eb;border-radius:10px;padding:1rem;margin-bottom:1rem;background:#fff}.hotel-owner-dashboard__card:last-child{margin-bottom:0}.hotel-owner-dashboard__card-main{display:flex;gap:1rem;margin-bottom:.75rem}.hotel-owner-dashboard__card-img{width:120px;height:80px;object-fit:cover;border-radius:8px}.hotel-owner-dashboard__card-body{flex:1;min-width:0}.hotel-owner-dashboard__card-body h3{margin:0 0 .25rem;font-size:1.125rem;font-weight:700;color:#1a1a1a}.hotel-owner-dashboard__card-address{margin:0 0 .5rem;font-size:.875rem;color:#6b7280}.hotel-owner-dashboard__badge{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:capitalize}.hotel-owner-dashboard__badge--pending{background:#fef3c7;color:#92400e}.hotel-owner-dashboard__badge--approved{background:#d1fae5;color:#065f46}.hotel-owner-dashboard__badge--rejected{background:#fee2e2;color:#991b1b}.hotel-owner-dashboard__card-price{margin:.5rem 0 0;font-size:.9375rem;font-weight:600;color:#1f2937}.hotel-owner-dashboard__card-actions{padding-top:.75rem;border-top:1px solid #e5e7eb}.hotel-owner-dashboard__quick-actions{margin:0;padding-left:1.25rem;color:#6b7280;font-size:.9375rem}.hotel-owner-dashboard__quick-actions li{margin-bottom:.5rem}.manage-hotel__field{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem}.manage-hotel__field label{font-size:.9375rem;font-weight:500;color:#1a1a1a;display:block;text-align:left}.manage-hotel__field input[type=text],.manage-hotel__field input[type=email],.manage-hotel__field textarea{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;color:#1a1a1a;background:#fff;outline:none;transition:border-color .15s;box-sizing:border-box;font-family:inherit}.manage-hotel__field input[type=text]::placeholder,.manage-hotel__field input[type=email]::placeholder,.manage-hotel__field textarea::placeholder{color:#9ca3af}.manage-hotel__field input[type=text]:focus,.manage-hotel__field input[type=email]:focus,.manage-hotel__field textarea:focus{border-color:#d1d5db}.manage-hotel__field textarea{resize:vertical;min-height:5rem}.manage-rooms__card{background:#fff;border-radius:10px;padding:1.25rem;min-width:140px;width:160px;min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:background .15s,box-shadow .15s;position:relative;border:1px solid #e5e7eb}.manage-rooms__card:hover{background:#f9fafb;box-shadow:0 4px 12px #0000000f}.manage-rooms__card--active{border-color:#111827;background:#f9fafb}.manage-rooms__card-img{width:100%;height:70px;object-fit:cover;border-radius:8px;margin-bottom:.5rem;flex-shrink:0}.manage-rooms__card-name{font-size:1rem;font-weight:600;color:#111827}.manage-rooms__card-actions{display:flex;gap:.5rem;margin-top:.75rem}.manage-rooms__card-btn{padding:.35rem .65rem;font-size:.8rem;font-weight:600;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;transition:background .15s}.manage-rooms__card-btn:hover{background:#f3f4f6}.manage-rooms__card-btn--danger{color:#ef4444;border-color:#fecaca}.manage-rooms__card-btn--danger:hover{background:#fee2e2}.manage-rooms__types{margin-bottom:2rem}.manage-rooms__types-title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#2563eb;text-align:left}.manage-rooms__empty{color:#6b7280;padding:1rem 0;font-size:.9375rem}.manage-rooms__empty p{margin:0}.manage-rooms__grid{display:flex;flex-wrap:wrap;gap:1rem}.manage-rooms__add{margin-top:2rem}.manage-rooms__add-title{margin:0 0 1rem;font-size:1.25rem;font-weight:700;color:#111827;text-align:left}.manage-rooms__form-wrap{background:transparent;border-radius:12px;padding:1.5rem 0}.manage-rooms__form{display:flex;flex-direction:column;gap:0}.manage-rooms__form-subtitle{margin-bottom:1.25rem;font-size:1rem;font-weight:600;color:#4b5563}.manage-rooms__field{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem}.manage-rooms__field label{font-size:.9375rem;font-weight:500;color:#1a1a1a;display:block;text-align:left}.manage-rooms__field input[type=text],.manage-rooms__field input[type=number],.manage-rooms__field input[type=email],.manage-rooms__field textarea{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;color:#1a1a1a;background:#fff;outline:none;transition:border-color .15s;box-sizing:border-box;font-family:inherit}.manage-rooms__field input[type=text]::placeholder,.manage-rooms__field input[type=number]::placeholder,.manage-rooms__field input[type=email]::placeholder,.manage-rooms__field textarea::placeholder{color:#9ca3af}.manage-rooms__field input[type=text]:focus,.manage-rooms__field input[type=number]:focus,.manage-rooms__field input[type=email]:focus,.manage-rooms__field textarea:focus{border-color:#d1d5db}.manage-rooms__field textarea{resize:vertical;min-height:5rem;font-family:inherit}.manage-rooms__field-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem}.manage-rooms__field-row .manage-rooms__field{margin-bottom:0}@media(max-width:700px){.manage-rooms__field-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:400px){.manage-rooms__field-row{grid-template-columns:1fr}}.manage-rooms__form-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.manage-rooms__btn{padding:.5rem 1rem;border-radius:8px;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid #d1d5db;background:#fff;color:#374151;transition:background .15s}.manage-rooms__btn:not(:disabled):hover{background:#f3f4f6}.manage-rooms__btn:disabled{opacity:.7;cursor:not-allowed}.manage-rooms__btn--primary{background:#111827;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .2s}.manage-rooms__btn--primary:hover:not(:disabled){background:#1f2937}.manage-rooms__btn--primary:disabled{opacity:.5;cursor:not-allowed}.manage-rooms__file-input{display:block;margin-top:.25rem;font-size:.9375rem;padding:.5rem 0;border:none;background:transparent;cursor:pointer;color:#1a1a1a}.manage-rooms__file-input::-webkit-file-upload-button{padding:.6rem 1rem;margin-right:.75rem;border:1px solid #d1d5db;border-radius:8px;background:#f3f4f6;font-size:.875rem;cursor:pointer;color:#1a1a1a;font-family:inherit}.manage-rooms__file-input::file-selector-button{padding:.6rem 1rem;margin-right:.75rem;border:1px solid #d1d5db;border-radius:8px;background:#f3f4f6;font-size:.875rem;cursor:pointer;color:#1a1a1a;font-family:inherit}.manage-rooms__image-preview{margin-top:.5rem}.manage-rooms__image-preview img{max-width:200px;max-height:150px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.manage-rooms{padding-top:.5rem}.booked-rooms{padding-top:.5rem;text-align:left}.booked-rooms__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem}.booked-rooms__search{display:flex;align-items:center;gap:.5rem;flex:1;min-width:220px;max-width:440px;padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;transition:border-color .15s}.booked-rooms__search:focus-within{border-color:#1f2937}.booked-rooms__search-icon{flex-shrink:0;color:#9ca3af}.booked-rooms__search-input{flex:1;border:none;background:transparent;font-size:.9375rem;font-family:inherit;color:#1f2937}.booked-rooms__search-input::placeholder{color:#9ca3af}.booked-rooms__search-input:focus{outline:none}.booked-rooms__filters{display:flex;flex-wrap:wrap;gap:.4rem}.booked-rooms__filter-btn{padding:.4rem .9rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:.8125rem;font-weight:600;font-family:inherit;color:#6b7280;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.booked-rooms__filter-btn:hover{border-color:#1f2937;color:#1f2937}.booked-rooms__filter-btn--active{background:#1f2937;border-color:#1f2937;color:#fff}.booked-rooms__filter-btn--active:hover{background:#111827}.booked-rooms__filter-btn--active.booked-rooms__filter-btn--confirmed{background:#059669;border-color:#059669}.booked-rooms__filter-btn--active.booked-rooms__filter-btn--pending{background:#d97706;border-color:#d97706}.booked-rooms__filter-btn--active.booked-rooms__filter-btn--cancelled{background:#dc2626;border-color:#dc2626}.booked-rooms__list{display:flex;flex-direction:column;gap:1rem}.booked-rooms__card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem}.booked-rooms__card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.booked-rooms__ref{font-size:.875rem;font-weight:700;color:#374151;font-family:monospace}.booked-rooms__status{font-size:.75rem;font-weight:600;text-transform:capitalize;padding:.2rem .5rem;border-radius:6px}.booked-rooms__status--pending{background:#fef3c7;color:#92400e}.booked-rooms__status--confirmed{background:#d1fae5;color:#065f46}.booked-rooms__status--cancelled{background:#fee2e2;color:#991b1b}.booked-rooms__status--completed{background:#e5e7eb;color:#374151}.booked-rooms__card-body{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;text-align:left}.booked-rooms__meta{display:flex;flex-direction:column;gap:.25rem}.booked-rooms__hotel{font-size:1rem;font-weight:600;color:#1a1a1a}.booked-rooms__guest{font-size:.9375rem;color:#4b5563}.booked-rooms__dates{font-size:.875rem;color:#6b7280}.booked-rooms__rooms{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.booked-rooms__room-tag{font-size:.8rem;padding:.25rem .5rem;background:#f3f4f6;border-radius:6px;color:#374151}.booked-rooms__row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.booked-rooms__total{font-size:1rem;font-weight:700;color:#1f2937}.booked-rooms__actions{display:flex;gap:.5rem}.booked-rooms__btn{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid #d1d5db;background:#fff;color:#374151;transition:background .15s}.booked-rooms__btn:not(:disabled):hover{background:#f3f4f6}.booked-rooms__btn:disabled{opacity:.7;cursor:not-allowed}.booked-rooms__btn--primary{background:#1f2937;color:#fff;border-color:#1f2937}.booked-rooms__btn--primary:not(:disabled):hover{background:#111827}.booked-rooms__btn--danger{color:#991b1b;border-color:#fecaca}.booked-rooms__btn--danger:not(:disabled):hover{background:#fee2e2}.hotel-owner-dashboard{width:100%;min-height:100vh;padding:4rem 1.5rem 3rem;padding-left:245px;box-sizing:border-box;background:#f3f4f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.hotel-owner-dashboard__container{max-width:1100px;margin:0 auto}.hotel-owner-dashboard__inner{display:flex;align-items:flex-start;gap:2rem}.hotel-owner-dashboard__sidebar{width:240px;background:#fff;border-radius:0;padding:1.5rem 1.25rem;box-shadow:0 10px 30px #0f172a1a;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;position:fixed;top:80px;left:0;height:calc(100vh - 80px)}.hotel-owner-dashboard__sidebar-nav{list-style:none;margin:0;padding:0}.hotel-owner-dashboard__sidebar-item{margin-bottom:.5rem}.hotel-owner-dashboard__sidebar-link{width:100%;padding:.6rem .85rem;border-radius:999px;border:1px solid transparent;background:transparent;font-size:.9375rem;font-weight:500;text-align:left;cursor:pointer;color:#111827;font-family:inherit;transition:background .15s ease,color .15s ease,border-color .15s ease;display:flex;align-items:center;gap:.6rem}.hotel-owner-dashboard__sidebar-link:hover{background:#f3f4f6}.hotel-owner-dashboard__sidebar-link--active{background:#111827;color:#fff;border-color:#111827}.hotel-owner-dashboard__sidebar-link--disabled{opacity:.5;cursor:default;pointer-events:none}.hotel-owner-dashboard__sidebar-link--danger{color:#b91c1c}.hotel-owner-dashboard__sidebar-link--danger:hover{background:#fee2e2;border-color:#fecaca}.hotel-owner-dashboard__sidebar-icon{display:inline-flex;align-items:center;justify-content:center}.hotel-owner-dashboard__main{flex:1;text-align:left}.hotel-owner-dashboard__header{margin-bottom:2rem;text-align:left}.hotel-owner-dashboard__title{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;color:#1a1a1a;text-align:left}.hotel-owner-dashboard__subtitle{margin:0;font-size:1rem;color:#6b7280;text-align:left}.hotel-owner-dashboard__section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000f}.hotel-owner-dashboard__section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.hotel-owner-dashboard__section-header h2{margin:0;font-size:1.25rem;font-weight:700;color:#1a1a1a}.hotel-owner-dashboard__section--muted{background:#f9fafb}.hotel-owner-dashboard__loading,.hotel-owner-dashboard__empty{text-align:left;padding:2rem;color:#6b7280}.hotel-owner-dashboard__empty p{margin:0 0 1rem}.hotel-owner-dashboard__forbidden{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.hotel-owner-dashboard__forbidden h2{margin:0 0 1rem;font-size:1.5rem;color:#1a1a1a}.hotel-owner-dashboard__forbidden p{margin:0 0 1rem;color:#6b7280}.hotel-owner-dashboard__btn{padding:.5rem 1rem;border-radius:8px;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid #d1d5db;background:#fff;color:#374151;text-decoration:none;display:inline-block}.hotel-owner-dashboard__btn:not(:disabled):hover{background:#f3f4f6}.hotel-owner-dashboard__btn:disabled{opacity:.7;cursor:not-allowed}.hotel-owner-dashboard__btn--primary{background:#1f2937;color:#fff;border-color:#1f2937}.hotel-owner-dashboard__btn--primary:not(:disabled):hover{background:#111827}.hotel-owner-dashboard__btn--small{padding:.4rem .75rem;font-size:.875rem}.hotel-owner-dashboard__link{color:#4f46e5;font-weight:600;text-decoration:none}.hotel-owner-dashboard__link:hover{text-decoration:underline}.room-occupancy{display:flex;flex-direction:column;gap:1.5rem}.room-occupancy__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media(max-width:900px){.room-occupancy__stats{grid-template-columns:1fr}}.room-occupancy__hotels{display:flex;flex-direction:column;gap:1.25rem}.room-occupancy__hotel-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.25rem;box-shadow:0 12px 30px #0f172a0f}.room-occupancy__hotel-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}@media(max-width:640px){.room-occupancy__hotel-header{flex-direction:column}}.room-occupancy__hotel-title{margin:0;font-size:1.1rem;font-weight:700;color:#111827}.room-occupancy__hotel-subtitle{margin:.35rem 0 0;color:#6b7280;font-size:.875rem}.room-occupancy__hotel-rate{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .75rem;border-radius:999px;background:#ecfeff;color:#0f766e;font-weight:700;flex-shrink:0}.room-occupancy__table-wrap{overflow-x:auto}.room-occupancy__table{width:100%;border-collapse:collapse;min-width:700px}.room-occupancy__table th,.room-occupancy__table td{padding:.9rem .8rem;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:middle}.room-occupancy__table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;background:#f9fafb}.room-occupancy__table td{font-size:.92rem;color:#1f2937}.room-occupancy__room-name{font-weight:700;color:#111827}.room-occupancy__room-meta{display:inline-flex;align-items:center;gap:.35rem;margin-top:.25rem;color:#6b7280;font-size:.8rem}.room-occupancy__rate-cell{display:flex;align-items:center;gap:.75rem;min-width:180px}.room-occupancy__value--booked{color:#072b79;font-weight:700}.room-occupancy__value--available{color:#15803d;font-weight:700}.room-occupancy__value--total{color:#111827;font-weight:700}.room-occupancy__bar{position:relative;flex:1;height:.65rem;border-radius:999px;background:#e5e7eb;overflow:hidden}.room-occupancy__fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0f766e,#22c55e)}.room-occupancy__empty-row{text-align:center;color:#6b7280;padding:1.5rem .8rem}.room-occupancy__legend{margin-top:1rem;display:inline-flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.gantabya-checkpoint-marker{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#1d4ed8;color:#fff;box-shadow:0 6px 14px #0f172a73;transform:translateY(-4px)}.gantabya-checkpoint-marker__coupon-badge{position:absolute;top:-5px;right:-7px;width:17px;height:17px;border-radius:50%;background:#f59e0b;color:#fff;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;box-shadow:0 2px 5px #00000040}.gantabya-list{background:#fff;border-radius:.75rem;padding:.5rem;box-shadow:0 10px 20px #0f172a14;max-height:220px;overflow-y:auto}.gantabya-list__empty{padding:1rem;font-size:.9rem;color:#6b7280;text-align:center}.gantabya-list__item{width:100%;text-align:left;border:none;background:transparent;padding:.6rem .75rem;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;gap:.25rem}.gantabya-list__item:hover{background:#f3f4f6}.gantabya-list__item--active{background:#e0edff}.gantabya-list__name{font-size:.95rem;font-weight:500;text-transform:capitalize}.gantabya-list__meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#6b7280}.gantabya-list__right{display:flex;align-items:center;gap:.4rem}.gantabya-list__visited-badge{font-size:.7rem;font-weight:600;color:#16a34a;background:#dcfce7;border-radius:999px;padding:.1rem .45rem}.gantabya-list__points{font-weight:600;color:#1d4ed8}.gantabya-list__distance{font-variant-numeric:tabular-nums}.gantabya-detail{margin-top:.5rem;background:#fff;border-radius:.75rem;padding:.9rem 1rem;box-shadow:0 10px 20px #0f172a14;font-size:.9rem}.gantabya-detail--empty{color:#6b7280;text-align:center}.gantabya-detail__title{font-size:1rem;font-weight:600;margin-bottom:.25rem}.gantabya-detail__description{font-size:.85rem;color:#4b5563;margin-bottom:.5rem}.gantabya-detail__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:.75rem}.gantabya-detail__label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.gantabya-detail__value{font-size:.85rem;font-weight:500}.gantabya-detail__actions{display:flex;flex-direction:column;gap:.5rem}.gantabya-detail__checkin-btn,.gantabya-detail__maps-btn{width:100%;border-radius:999px;border:none;padding:.6rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease}.gantabya-detail__checkin-btn{background:#1d4ed8;color:#fff}.gantabya-detail__checkin-btn:hover:not(:disabled){background:#1e40af}.gantabya-detail__checkin-btn:disabled{background:#9ca3af;cursor:not-allowed}.gantabya-detail__maps-btn{background:#f3f4f6;color:#111827}.gantabya-detail__maps-btn:hover{background:#e5e7eb}.gantabya-detail__hint{margin-top:.5rem;font-size:.8rem;color:#6b7280}.gantabya-detail__reset-hint{display:flex;align-items:center;gap:.3rem;margin-top:.4rem;font-size:.78rem;color:#16a34a}.gantabya-detail__coupons{margin-top:.75rem;border-top:1px solid #e5e7eb;padding-top:.65rem}.gantabya-detail__coupons-header{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.5rem}.gantabya-detail__visited-icon{color:#2563eb;flex-shrink:0}.gantabya-detail__coupons-locked{margin-top:.6rem;display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#9ca3af;background:#f9fafb;border:1px dashed #d1d5db;border-radius:.5rem;padding:.45rem .7rem}.gantabya-detail__coupons-locked--geo{color:#b45309;background:#fffbeb;border-color:#fcd34d}.gantabya-detail__coupons-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.gantabya-detail__coupon-item{display:flex;align-items:center;justify-content:space-between;background:#f0fdf4;border:1px dashed #86efac;border-radius:.5rem;padding:.45rem .65rem;gap:.5rem}.gantabya-detail__coupon-left{display:flex;flex-direction:column;gap:.1rem;min-width:0}.gantabya-detail__coupon-code{font-size:.9rem;font-weight:700;color:#15803d;letter-spacing:.06em;font-family:monospace}.gantabya-detail__coupon-desc{font-size:.75rem;color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gantabya-detail__coupon-discount{font-size:.75rem;font-weight:600;color:#166534}.gantabya-detail__coupon-claim{flex-shrink:0;border:none;border-radius:999px;background:#1d4ed8;color:#fff;font-size:.75rem;font-weight:600;padding:.3rem .75rem;cursor:pointer;transition:background .15s ease;white-space:nowrap}.gantabya-detail__coupon-claim:hover:not(:disabled){background:#1e40af}.gantabya-detail__coupon-claim:disabled{background:#9ca3af;cursor:not-allowed}.gantabya-page{display:flex;flex-direction:column;min-height:calc(100vh - 80px);padding:1rem;gap:1rem}.gantabya-page--guest{align-items:center;padding:.75rem 1rem 1rem;background-color:#f8f8f8;box-sizing:border-box}.gantabya-page__login-shell{width:100%;max-width:min(100%,1200px);margin:0 auto;min-height:min(100vh - 10rem,100vh - 80px);display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.gantabya-page__login-shell .login-form{flex:1 1 auto;min-height:min(100vh - 10rem,100vh - 80px)}@media(max-width:768px){.gantabya-page__login-shell{min-height:0}.gantabya-page__login-shell .login-form{min-height:0;flex:0 1 auto}}.gantabya-page__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.gantabya-page__title{font-size:1.5rem;font-weight:600;text-transform:capitalize}.gantabya-page__subtitle{font-size:.9rem;color:#6b7280}.gantabya-page__alert{padding:.75rem 1rem;border-radius:.5rem;background:#fef2f2;color:#b91c1c;font-size:.85rem}.gantabya-page__content{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:1rem;flex:1;min-height:400px}.gantabya-page__map{border-radius:.75rem;overflow:hidden;box-shadow:0 10px 20px #0f172a1f}.gantabya-page__sidebar{display:flex;flex-direction:column;gap:.75rem}.gantabya-page__loading{display:flex;align-items:center;justify-content:center;flex:1;background:#f9fafb;border-radius:.75rem;font-size:.9rem;color:#6b7280}.gantabya-points-card{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;border-radius:.75rem .75rem 0 0;padding:.85rem 1rem;width:100%}.gantabya-points-card__icon{flex-shrink:0;width:38px;height:38px;background:#ffffff2e;border-radius:50%;display:flex;align-items:center;justify-content:center}.gantabya-points-card__body{flex:1;min-width:0}.gantabya-points-card__label{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;opacity:.75;margin-bottom:.3rem}.gantabya-points-card__stats{display:flex;align-items:center;gap:.75rem}.gantabya-points-card__value{display:block;font-size:1.75rem;font-weight:700;line-height:1}.gantabya-points-card__value--sm{font-size:1.1rem}.gantabya-points-card__sublabel{display:block;font-size:.62rem;text-transform:uppercase;letter-spacing:.04em;opacity:.65;margin-top:.1rem}.gantabya-points-card__divider{width:1px;height:32px;background:#ffffff40;flex-shrink:0}.gantabya-points-card__lifetime{display:flex;flex-direction:column;align-items:flex-start}.gantabya-points-card__trend{opacity:.7;margin-bottom:.1rem}.gantabya-sheet{background:#fff;border-radius:.75rem;box-shadow:0 10px 20px #0f172a14;display:flex;flex-direction:column;overflow:hidden}.gantabya-sheet__points{display:flex}.gantabya-sheet__handle{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.4rem .5rem .3rem;width:100%;border:none;background:transparent;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.gantabya-sheet__handle-bar{width:40px;height:4px;border-radius:999px;background:#e5e7eb;margin-bottom:.25rem}.gantabya-sheet__handle-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af}.gantabya-sheet__content{padding:.25rem .25rem .75rem}@media(max-width:900px){.gantabya-page{min-height:calc(100vh - 80px);padding:.5rem .75rem .75rem}.gantabya-page.gantabya-page--map{min-height:0;height:100%;max-height:100%;overflow:hidden;box-sizing:border-box;padding:.5rem .75rem max(.5rem,env(safe-area-inset-bottom,0px));gap:.5rem}.gantabya-page.gantabya-page--map .gantabya-page__content{flex:1;min-height:0;overflow:hidden}.gantabya-page__content{position:relative;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gantabya-page__map{min-height:0;height:100%;border-radius:.75rem;overflow:hidden;box-shadow:0 12px 24px #0f172a33}.gantabya-page__sidebar{position:absolute;left:0;right:0;bottom:0;padding:.25rem .75rem max(.35rem,env(safe-area-inset-bottom,0px));border-radius:1rem 1rem 0 0;max-height:65vh;overflow:visible;gap:.5rem;transition:transform .25s ease-out;transform:translateY(0);z-index:1040}.gantabya-page__sidebar--collapsed{transform:translateY(calc(100% - 148px))}.gantabya-page__sidebar--open{transform:translateY(0)}.gantabya-page__loading{background:transparent;box-shadow:none}}@font-face{font-family:Ananda Namaste;src:url(/assets/Ananda%20Namaste%20Regular-DC64aLd0.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lacture Demo;src:url(/assets/LactureDemo-Regular-Dcwd1_Mv.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Christmas Frost;src:url(/assets/Christmas%20Frost%20-%20Demo-Dpb2ueau.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lacture Demo;src:url(/assets/LactureDemo-Regular-Dcwd1_Mv.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Christmas Frost;src:url(/assets/Christmas%20Frost%20-%20Demo-Dpb2ueau.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}#root{width:100%;margin:0;padding:0;text-align:center}
