:root{--color-primary: #C8873A;--color-primary-dark: #A86B28;--color-accent: #E8C547;--color-bg: #FAFAF8;--color-surface: #FFFFFF;--color-text: #1A1A1A;--color-text-muted: #6B7280;--color-border: #E5E3DF;--radius-base: 8px;--transition-base: 250ms ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;line-height:1.5;color:#1a1a1a;background-color:#fafaf8;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}main{flex:1}img,svg,video{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:#c8873a;text-decoration:none}a:hover{color:#a86b28}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:"Inter",sans-serif;font-weight:700;line-height:1.25}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{line-height:1.75;color:#1a1a1a}.text-muted{color:#6b7280;font-size:.875rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-center{text-align:center}@keyframes fade-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fade-in 400ms ease both}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1rem}@media(min-width: 768px){.container{padding-inline:2rem}}.page{display:flex;flex-direction:column;min-height:100vh}.page__main{flex:1;padding-block:2rem}.auth-page{min-height:calc(100vh - 56px);background:#f2f2f2;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.auth-page__wrap{width:100%;max-width:420px;display:flex;flex-direction:column;gap:1.25rem}.auth-page__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1.2}.auth-page__desc{font-size:.875rem;color:#6b7280;margin-top:-0.75rem}.auth-page__alert{padding:.75rem 1rem;border-radius:8px;font-size:.875rem;border:1px solid rgba(0,0,0,0)}.auth-page__alert--error{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.3);color:#b91c1c}.auth-page__alert--success{background:rgba(34,197,94,.08);border-color:rgba(34,197,94,.3);color:#15803d}.auth-page__form{display:flex;flex-direction:column;gap:1rem}.auth-page__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width: 400px){.auth-page__row{grid-template-columns:1fr}}.auth-page__field{display:flex;flex-direction:column;gap:.25rem}.auth-page__field--err input,.auth-page__field--err textarea{border-color:#ef4444}.auth-page__label{font-size:13px;font-weight:400;color:#1a1a1a}.auth-page input[type=text],.auth-page input[type=tel],.auth-page input[type=email],.auth-page input[type=password],.auth-page input[type=number]{width:100%;padding:12px 14px;background:#fff;border:1px solid #ddd;border-radius:10px;font-size:1rem;color:#1a1a1a;outline:none;transition:border-color 250ms ease,box-shadow 250ms ease}.auth-page input[type=text]::placeholder,.auth-page input[type=tel]::placeholder,.auth-page input[type=email]::placeholder,.auth-page input[type=password]::placeholder,.auth-page input[type=number]::placeholder{color:#bbb}.auth-page input[type=text]:focus,.auth-page input[type=tel]:focus,.auth-page input[type=email]:focus,.auth-page input[type=password]:focus,.auth-page input[type=number]:focus{border-color:#aaa;box-shadow:0 0 0 3px rgba(0,0,0,.06)}.auth-page__err{font-size:12px;color:#ef4444}.auth-page__submit{margin-top:.5rem;width:100%;padding:14px;background:#111;color:#fff;font-size:1rem;font-weight:500;border:none;border-radius:50px;cursor:pointer;transition:background 250ms ease,transform 250ms ease}.auth-page__submit:hover{background:#333}.auth-page__submit:active{transform:scale(0.98)}.auth-page input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.role-toggle{cursor:pointer;display:block}.role-toggle__box{display:flex;flex-direction:column;align-items:center;gap:4px;padding:1rem .75rem;background:#fff;border:1.5px solid #ddd;border-radius:12px;text-align:center;transition:border-color 250ms ease,box-shadow 250ms ease}.role-toggle__icon{font-size:1.5rem}.role-toggle__name{font-size:.875rem;font-weight:600;color:#1a1a1a}.role-toggle__hint{font-size:11px;color:#6b7280;line-height:1.3}input[type=checkbox]:checked+.role-toggle__box{border-color:#1a1a1a;box-shadow:0 0 0 1px #1a1a1a}.role-toggle:hover .role-toggle__box{border-color:#aaa}.auth-page__switch{font-size:.875rem;color:#6b7280;text-align:left}.auth-page__switch a{color:#1a1a1a;font-weight:500;text-decoration:underline;text-underline-offset:2px}.auth-page__switch a:hover{color:#c8873a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:500;border-radius:8px;border:1px solid rgba(0,0,0,0);cursor:pointer;text-decoration:none;transition:background-color 250ms ease,border-color 250ms ease,color 250ms ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--sm{padding:.25rem .75rem;font-size:.875rem}.btn--lg{padding:.75rem 1.5rem;font-size:1.125rem}.btn--full{width:100%}.btn--primary{background-color:#c8873a;color:#fff}.btn--primary:hover:not(:disabled){background-color:rgb(169.7952380952,113.7714285714,47.4047619048)}.btn--secondary{background-color:rgba(0,0,0,0);border-color:#e5e3df;color:#1a1a1a}.btn--secondary:hover:not(:disabled){background-color:hsl(0,0%,96%)}.btn--accent{background-color:#e8c547;color:#fff}.btn--accent:hover:not(:disabled){background-color:rgb(227.4666666667,185.568115942,34.7333333333)}.btn--danger{background-color:#ef4444;color:#fff}.btn--danger:hover:not(:disabled){background-color:hsl(0,84.236453202%,52.1960784314%)}.btn--ghost{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#c8873a}.btn--ghost:hover:not(:disabled){background-color:rgba(200,135,58,.08)}.input,.select,.textarea{width:100%;padding:.75rem 1rem;background-color:#fff;border:1.5px solid #e5e3df;border-radius:8px;font-size:1rem;color:#1a1a1a;transition:border-color 150ms ease,box-shadow 150ms ease;appearance:none}.input::placeholder,.select::placeholder,.textarea::placeholder{color:#9ca3af}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:#c8873a;box-shadow:0 0 0 3px rgba(200,135,58,.15)}.input--error{border-color:#ef4444}.input--error:focus{box-shadow:0 0 0 3px rgba(239,68,68,.15)}.input--sm{padding:.5rem .75rem;font-size:.875rem}.textarea{resize:vertical;min-height:120px;line-height:1.5}.select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.form{display:flex;flex-direction:column;gap:1.25rem}.form__field{display:flex;flex-direction:column;gap:.5rem}.form__label{font-size:.875rem;font-weight:500;color:#1a1a1a}.form__hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.form__error{font-size:.75rem;color:#ef4444;margin-top:.25rem}.form__actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.5rem}@media(max-width: 575px){.form__actions{flex-direction:column}.form__actions .btn{width:100%;justify-content:center}}.form__divider{position:relative;text-align:center;color:#6b7280;font-size:.875rem}.form__divider::before,.form__divider::after{content:"";position:absolute;top:50%;width:calc(50% - 24px);height:1px;background-color:#e5e3df}.form__divider::before{left:0}.form__divider::after{right:0}.alert{padding:.75rem 1rem;border-radius:8px;font-size:.875rem;border:1px solid rgba(0,0,0,0);display:flex;align-items:flex-start;gap:.5rem}.alert--success{background:rgba(34,197,94,.08);border-color:rgba(34,197,94,.3);color:rgb(18.987012987,110.012987013,52.4935064935)}.alert--error{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.3);color:hsl(0,84.236453202%,45.1960784314%)}.alert--warning{background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.3);color:rgb(172.4330708661,110.9507874016,7.0669291339)}.alert--info{background:rgba(200,135,58,.08);border-color:rgba(200,135,58,.3);color:rgb(161.8214285714,108.4285714286,45.1785714286)}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}.badge--primary{background-color:rgba(200,135,58,.15);color:#a86b28}.badge--success{background-color:#f0fdf4;color:rgb(18.987012987,110.012987013,52.4935064935)}.badge--error{background-color:#fef2f2;color:hsl(0,84.236453202%,45.1960784314%)}.badge--warning{background-color:#fffbeb;color:rgb(123.4409448819,79.4271653543,5.0590551181)}.badge--neutral{background-color:#f3f1ee;color:#6b7280}.header{position:sticky;top:0;z-index:200;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 1rem;height:56px;background:#fff;border-bottom:1px solid #e5e3df}.header__side{display:flex;align-items:center}.header__side--right{justify-content:flex-end}.header__center{display:flex;flex-direction:column;align-items:center;text-decoration:none;gap:1px}.header__title{font-size:13px;font-weight:700;letter-spacing:.12em;color:#1a1a1a;text-transform:uppercase}.header__sub{font-size:10px;letter-spacing:.04em;color:#6b7280}.header__btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:rgba(0,0,0,0);color:#1a1a1a;cursor:pointer;text-decoration:none;transition:background 250ms ease}.header__btn:hover{background:rgba(0,0,0,.06)}.header__btn--tg{color:#2aabee}.header__btn--tg:hover{background:rgba(42,171,238,.1)}.header__avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#1a1a1a;color:#fff;font-size:13px;font-weight:600;border:none;cursor:pointer;text-decoration:none;transition:opacity 250ms ease;flex-shrink:0}.header__avatar:hover{opacity:.8}.header__avatar--lg{width:44px;height:44px;font-size:18px;flex-shrink:0}.nav-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:299;opacity:0;pointer-events:none;transition:opacity 250ms ease}.nav-backdrop.is-open{opacity:1;pointer-events:auto}.nav-panel{position:fixed;top:0;left:0;bottom:0;width:260px;background:#fff;border-right:1px solid #e5e3df;z-index:300;display:flex;flex-direction:column;overflow-y:auto;transform:translateX(-100%);transition:transform 400ms ease}.nav-panel.is-open{transform:translateX(0)}.nav-panel__user{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid #e5e3df}.nav-panel__user-name{font-size:1rem;font-weight:600;color:#1a1a1a;line-height:1.2}.nav-panel__user-role{font-size:.875rem;color:#6b7280;margin-top:1px}.nav-panel__section{padding:1.25rem 0 .5rem}.nav-panel__section-label{padding:0 1.25rem .5rem;font-size:11px;font-weight:600;letter-spacing:.08em;color:#6b7280;text-transform:uppercase}.nav-panel__item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.875rem;color:#1a1a1a;text-decoration:none;background:rgba(0,0,0,0);border:none;width:100%;text-align:left;cursor:pointer;transition:background 150ms ease;min-height:44px}.nav-panel__item:hover{background:#f3f1ee}.nav-panel__item--disabled{opacity:.45;cursor:default;pointer-events:none}.nav-panel__item--danger{color:#ef4444}.nav-panel__item--danger:hover{background:#fef2f2}.nav-panel__item--muted{color:#6b7280;font-size:.75rem}.nav-panel__item--muted:hover{background:#f3f1ee}.nav-panel__item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;color:#6b7280}.nav-panel__item-body{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.nav-panel__item-title{font-size:.875rem;color:#1a1a1a;line-height:1.3}.nav-panel__item-sub{font-size:11px;color:#6b7280}.nav-panel__item-right{margin-left:auto;display:flex;align-items:center;gap:.5rem}.nav-panel__soon{font-size:10px;font-weight:600;letter-spacing:.04em;color:#6b7280;background:#f3f1ee;border-radius:9999px;padding:2px 7px;text-transform:uppercase;flex-shrink:0}.nav-panel__sep{height:1px;background:#e5e3df;margin:.5rem 0}.nav-panel__footer{margin-top:auto;border-top:1px solid #e5e3df;padding:.5rem 0}.footer{background:#141414;color:#e5e5e5;padding:2.5rem 1rem 1.5rem}.footer__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.footer__social{display:flex;gap:.5rem;flex-wrap:wrap}.footer__soc-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#2a2a2a;color:#aaa;transition:background 250ms ease,color 250ms ease;text-decoration:none;flex-shrink:0}.footer__soc-btn:hover{background:#333;color:#fff}.footer__nav{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}@media(max-width: 768px){.footer__nav{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.footer__nav{grid-template-columns:1fr}}.footer__col{display:flex;flex-direction:column;gap:.5rem}.footer__col-title{font-size:10px;font-weight:700;letter-spacing:.12em;color:#666;text-transform:uppercase;margin-bottom:.25rem}.footer__link{font-size:.875rem;color:#aaa;text-decoration:none;line-height:1.6;transition:color 250ms ease}.footer__link:hover{color:#fff}.footer__contact{font-size:.875rem;color:#aaa;line-height:1.6}.footer__divider{border:none;border-top:1px solid #2a2a2a;margin:0}.footer__legal{display:flex;flex-direction:column;gap:.5rem}.footer__legal p{font-size:.75rem;color:#555;line-height:1.7}.footer__legal-row{color:#444 !important;margin-bottom:.25rem}.footer__legal-link{color:#777;text-decoration:underline;text-decoration-color:#444}.footer__legal-link:hover{color:#aaa}.footer__copy{font-size:.75rem;color:#444;letter-spacing:.06em;margin-top:.5rem}.auth{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem 1rem;background-color:#fafaf8}.auth__card{width:100%;max-width:440px;background-color:#fff;border:1px solid #e5e3df;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 8px 24px rgba(0,0,0,.1);animation:fade-in 400ms ease both}@media(max-width: 575px){.auth__card{padding:1.5rem 1rem;border-radius:12px}}.auth__logo{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;margin-bottom:2rem;text-align:center}.auth__logo-icon{font-size:3rem}.auth__logo-title{font-size:1.5rem;font-weight:700;color:#1a1a1a}.auth__logo-sub{font-size:.875rem;color:#6b7280}.auth__title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.auth__subtitle{font-size:.875rem;color:#6b7280;text-align:center;margin-bottom:1.5rem}.auth__footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#6b7280}.auth__footer a{color:#c8873a;font-weight:500}.auth__footer a:hover{color:#a86b28}.card{background-color:#fff;border:1px solid #e5e3df;border-radius:12px;overflow:hidden;transition:box-shadow 250ms ease,transform 250ms ease}.card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.card--clickable{cursor:pointer}.card--clickable:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.card--clickable:active{transform:translateY(0)}.card__cover{aspect-ratio:16/9;overflow:hidden;background-color:#f3f1ee}.card__cover img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease}.card--clickable:hover .card__cover img{transform:scale(1.04)}.card__body{padding:1.25rem}.card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.card__title{font-size:1.125rem;font-weight:600}.card__meta{font-size:.875rem;color:#6b7280}.card__text{font-size:.875rem;color:#6b7280;line-height:1.75}.card__footer{padding:1rem 1.25rem;border-top:1px solid #e5e3df;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.dashboard{display:flex;flex-direction:column;gap:2rem}.dashboard__welcome{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media(max-width: 767px){.dashboard__welcome{flex-direction:column;align-items:flex-start}}.dashboard__greeting-title{font-size:1.875rem;font-weight:700}.dashboard__greeting-sub{font-size:1rem;color:#6b7280;margin-top:.25rem}.dashboard__stats{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:1rem}.dashboard__stat{background-color:#fff;border:1px solid #e5e3df;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow 250ms ease}.dashboard__stat:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.dashboard__stat-icon{font-size:1.5rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:rgba(200,135,58,.1);border-radius:8px}.dashboard__stat-value{font-size:1.875rem;font-weight:700;color:#1a1a1a}.dashboard__stat-label{font-size:.875rem;color:#6b7280}.dashboard__section{display:flex;flex-direction:column;gap:1rem}.dashboard__section-header{display:flex;align-items:center;justify-content:space-between}.dashboard__section-header h2{font-size:1.25rem;font-weight:600}.dashboard__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1rem}.date-strip{position:sticky;top:56px;z-index:50;background:#fff;border-bottom:1px solid #e5e3df;display:flex;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:.5rem;gap:2px}.date-strip::-webkit-scrollbar{display:none}.date-strip__item{display:flex;flex-direction:column;align-items:center;padding:.5rem .75rem;min-width:48px;border:none;background:rgba(0,0,0,0);cursor:pointer;gap:2px;flex-shrink:0;border-radius:8px;transition:background 150ms ease}.date-strip__item:hover:not(.is-disabled){background:#f3f1ee}.date-strip__item.is-active{background:#1a1a1a}.date-strip__item.is-active .date-strip__dow{color:#fff}.date-strip__item.is-active .date-strip__day{color:#fff;font-weight:700}.date-strip__item.is-disabled{cursor:default;pointer-events:none}.date-strip__item.is-disabled .date-strip__dow,.date-strip__item.is-disabled .date-strip__day{color:#9ca3af}.date-strip__dow{font-size:10px;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;line-height:1}.date-strip__day{font-size:1.125rem;font-weight:500;color:#1a1a1a;line-height:1.2}.event-row{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e3df;gap:1rem;background:#fff;transition:background 150ms ease;text-decoration:none;color:#1a1a1a}@media(max-width: 767px){.event-row{padding:1rem;flex-wrap:wrap}}.event-row:hover{background:#f3f1ee}.event-row__info{flex:1;min-width:0}.event-row__time{font-size:.875rem;color:#6b7280;margin-bottom:3px}.event-row__name{font-size:1.125rem;font-weight:600;line-height:1.2}.event-row__meta{font-size:.875rem;color:#6b7280;margin-top:3px}.event-row__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.event-row__price{font-size:1.25rem;font-weight:700;color:#1a1a1a}.ev-list{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.75rem}.ev-card{display:flex;align-items:flex-end;gap:1.5rem;background:#fff;border:1.5px solid #e5e3df;border-radius:16px;padding:1.25rem 1.5rem}@media(max-width: 767px){.ev-card{flex-wrap:wrap;gap:1rem}}.ev-card__body{flex:1;min-width:0}.ev-card__time{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;letter-spacing:.01em}.ev-card__name{font-size:1.375rem;font-weight:700;line-height:1.2;margin-bottom:.75rem}.ev-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.ev-card__tag{font-size:.875rem;padding:3px .75rem;border:1px solid #e5e3df;border-radius:9999px;line-height:1.4}.ev-card__occupancy{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.ev-card__bar{width:80px;flex-shrink:0;height:3px;background:#e5e3df;border-radius:9999px;overflow:hidden}.ev-card__bar-fill{height:100%;background:#1a1a1a;border-radius:9999px}.ev-card__seats{font-size:.875rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev-card__more{font-size:.875rem;color:#1a1a1a;text-decoration:none}.ev-card__more:hover{text-decoration:underline}.ev-card__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.ev-card__actions form{margin:0}.ev-card__price{font-size:1.25rem;font-weight:700;white-space:nowrap}.events-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem;color:#6b7280;text-align:center}.events-empty__icon{font-size:3rem;margin-bottom:.75rem}.events-empty__text{font-size:1rem;font-weight:500}.booking-form{max-width:560px;margin:0 auto;padding:1.5rem 1rem 3rem}.booking-form__title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem}.bk-section{margin-bottom:2rem}.bk-label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;margin-bottom:.75rem}.bk-dates{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.bk-dates::-webkit-scrollbar{display:none}.bk-date{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:62px;padding:.75rem .5rem;border:1.5px solid #e5e3df;border-radius:12px;background:#fff;cursor:pointer;flex-shrink:0;gap:3px;transition:background 150ms ease,border-color 150ms ease,color 150ms ease}.bk-date__num{font-size:1.5rem;font-weight:600;line-height:1;color:#1a1a1a}.bk-date__dow{font-size:.625rem;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}.bk-date.is-active{background:#1a1a1a;border-color:#1a1a1a}.bk-date.is-active .bk-date__num,.bk-date.is-active .bk-date__dow{color:#fff}.bk-times{display:grid;grid-template-columns:repeat(4, 1fr);gap:.5rem}.bk-time{padding:.75rem .5rem;border:1.5px solid #e5e3df;border-radius:12px;background:#fff;cursor:pointer;font-size:1rem;text-align:center;transition:background 150ms ease,border-color 150ms ease,color 150ms ease}.bk-time.is-edge{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.bk-time.is-range{background:rgba(26,26,26,.06);border-color:rgba(0,0,0,0)}.bk-time.is-occupied{background:#f3f1ee;border-color:rgba(0,0,0,0);color:#9ca3af;cursor:default;pointer-events:none}.bk-hint{font-size:.875rem;color:#6b7280;margin-top:.5rem}.bk-stepper{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border:1.5px solid #e5e3df;border-radius:16px;background:#fff}.bk-stepper__label{font-size:1rem}.bk-stepper__ctrl{display:flex;align-items:center;gap:1rem}.bk-stepper__btn{width:34px;height:34px;border-radius:8px;border:1.5px solid #e5e3df;background:#fff;cursor:pointer;font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:border-color 150ms ease}.bk-stepper__btn:hover:not(:disabled){border-color:#1a1a1a}.bk-stepper__btn:disabled{opacity:.35;cursor:default}.bk-stepper__val{font-size:1.125rem;font-weight:600;min-width:1.5rem;text-align:center}.bk-price{border:1.5px solid #e5e3df;border-radius:16px;overflow:hidden;background:#fff}.bk-price__row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem}.bk-price__row:not(:last-child){border-bottom:1px solid #e5e3df}.bk-price__sep{border:none;border-top:1.5px solid #e5e3df;margin:0}.bk-price__key{font-size:1rem;color:#6b7280}.bk-price__val{font-size:1rem;color:#1a1a1a}.bk-price__total{font-size:1rem;font-weight:700}.bt-wrap{max-width:560px;margin:0 auto;padding:1.5rem 1rem 3rem}.bt-event{background:#fff;border:1.5px solid #e5e3df;border-radius:16px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.bt-event__time{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;letter-spacing:.01em}.bt-event__name{font-size:1.375rem;font-weight:700;line-height:1.2;margin-bottom:.75rem}.bt-event__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.bt-event__tag{font-size:.875rem;padding:3px .75rem;border:1px solid #e5e3df;border-radius:9999px;line-height:1.4}.bt-event__meta{font-size:.875rem;color:#6b7280}.bk-submit{display:block;width:100%;padding:1rem;border-radius:9999px;border:none;font-size:1rem;font-weight:600;background:#1a1a1a;color:#fff;cursor:pointer;margin-top:1.5rem;transition:opacity 150ms ease}.bk-submit:disabled{background:rgb(233,233,224.2);color:#6b7280;cursor:default}.mp-wrap{max-width:560px;margin:0 auto;padding:1rem 1rem 3rem}.mp-card{background:#fff;border:1.5px solid #e5e3df;border-radius:16px;padding:2rem 1.5rem;text-align:center;margin-bottom:1rem}.mp-avatar{width:72px;height:72px;border-radius:9999px;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem;flex-shrink:0}.mp-name{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.mp-sub{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.mp-badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.75rem}.mp-badge{font-size:.75rem;padding:4px .75rem;border:1.5px solid #e5e3df;border-radius:9999px;color:#1a1a1a}.mp-stats{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.mp-stat{background:#fff;border:1.5px solid #e5e3df;border-radius:16px;padding:1rem 1.25rem}.mp-stat__val{font-size:1.5rem;font-weight:700;margin-bottom:2px;line-height:1.1}.mp-stat__key{font-size:.625rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-weight:600}.mp-section{margin-bottom:1rem}.mp-section__label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;margin-bottom:.5rem}.mp-section__box{background:#fff;border:1.5px solid #e5e3df;border-radius:16px;padding:1rem 1.25rem}.mp-tags{display:flex;flex-wrap:wrap;gap:.5rem}.mp-tag{font-size:.875rem;padding:4px .75rem;border:1.5px solid #e5e3df;border-radius:12px}.mp-edit-btn{display:block;width:100%;padding:1rem;border-radius:12px;border:1.5px solid #e5e3df;background:#fff;font-size:1rem;font-weight:600;text-align:center;cursor:pointer;color:#1a1a1a;text-decoration:none;transition:background 150ms ease}.mp-edit-btn:hover{background:#f3f1ee}.mp-save-btn{display:block;width:100%;padding:1rem;border-radius:12px;border:none;background:#1a1a1a;color:#fff;font-size:1rem;font-weight:600;text-align:center;cursor:pointer;margin-top:1.5rem;transition:opacity 150ms ease}.mp-save-btn:hover{opacity:.85}.mp-form-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.mp-form-sub{font-size:.875rem;color:#6b7280;margin-bottom:2rem}.mp-field{margin-bottom:.75rem}.mp-field__label{display:block;font-size:.875rem;margin-bottom:.25rem}.mp-avatar-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.mp-colors{display:flex;gap:.75rem;margin:1rem 0 .5rem}.mp-color{width:36px;height:36px;border-radius:9999px;cursor:pointer;border:2.5px solid rgba(0,0,0,0);outline:2px solid rgba(0,0,0,0);transition:outline-color 150ms ease,transform 150ms ease}.mp-color.is-active,.mp-color:hover{outline-color:#1a1a1a;transform:scale(1.1)}.mp-color-hint{font-size:.75rem;color:#6b7280}.tag-input{background:#fff;border:1.5px solid #e5e3df;border-radius:16px;overflow:hidden;transition:border-color 150ms ease}.tag-input:focus-within{border-color:#6b7280}.tag-input__field{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;min-height:52px;align-items:center}.tag-input__chip{display:inline-flex;align-items:center;gap:4px;font-size:.875rem;padding:3px .75rem;background:#f3f1ee;border-radius:12px;border:1px solid #e5e3df;white-space:nowrap}.tag-input__remove{background:none;border:none;cursor:pointer;font-size:1rem;line-height:1;color:#6b7280;padding:0;display:flex;align-items:center}.tag-input__remove:hover{color:#1a1a1a}.tag-input__text{flex:1;min-width:80px;border:none;outline:none;font-size:.875rem;background:rgba(0,0,0,0);color:#1a1a1a}.tag-input__text::placeholder{color:#6b7280}.tag-input__presets{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;border-top:1px solid #e5e3df}.tag-input__preset{font-size:.875rem;padding:4px .75rem;border:1.5px solid #e5e3df;border-radius:12px;background:#fff;cursor:pointer;transition:background 150ms ease}.tag-input__preset:hover{background:#f3f1ee}.status-list{background:#fff;border:1.5px solid #e5e3df;border-radius:16px;overflow:hidden}.status-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;gap:1rem}.status-row:not(:last-child){border-bottom:1px solid #e5e3df}.status-row__info{flex:1}.status-row__label{font-size:1rem;font-weight:500}.status-row__sub{font-size:.75rem;color:#6b7280;margin-top:2px}.toggle{position:relative;display:inline-block;width:48px;height:28px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0;position:absolute}.toggle__track{position:absolute;inset:0;background:#e5e3df;border-radius:9999px;transition:background 150ms ease;cursor:pointer}.toggle__thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:9999px;transition:transform 150ms ease;box-shadow:0 1px 2px rgba(0,0,0,.06)}.toggle input:checked~.toggle__track{background:#1a1a1a}.toggle input:checked~.toggle__track .toggle__thumb{transform:translateX(20px)}.toggle input:disabled~.toggle__track{opacity:.45;cursor:default}.tkt-wrap{max-width:640px;margin:0 auto;padding:1.5rem 1rem 3rem}.tkt-heading{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.tkt-list{display:flex;flex-direction:column;gap:1rem}.tkt-card{display:flex;gap:1.25rem;align-items:flex-start;background:#fff;border:1.5px solid #e5e3df;border-radius:16px;padding:1.25rem 1.5rem}@media(max-width: 767px){.tkt-card{flex-direction:column}}.tkt-card--cancelled{opacity:.6}.tkt-card__body{flex:1;min-width:0}.tkt-card__meta{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;letter-spacing:.01em}.tkt-card__name{font-size:1.25rem;font-weight:700;line-height:1.25;margin-bottom:.75rem}.tkt-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tkt-card__tag{font-size:.875rem;padding:2px .75rem;border:1px solid #e5e3df;border-radius:9999px;line-height:1.5}.tkt-card__info{display:flex;flex-direction:column;gap:.25rem}.tkt-card__info-row{display:flex;gap:.75rem;font-size:.875rem}.tkt-card__info-label{color:#6b7280;min-width:60px}.tkt-card__info-val{color:#1a1a1a;font-weight:500}.tkt-card__info-val--ok{color:#22c55e}.tkt-card__info-val--err{color:#ef4444}.tkt-card__qr{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0}.tkt-card__qr-img{display:block;width:128px;height:128px;border-radius:8px;image-rendering:pixelated;image-rendering:crisp-edges}.tkt-card__qr-link{font-size:.875rem;color:#6b7280;text-decoration:none;white-space:nowrap}.tkt-card__qr-link:hover{color:#1a1a1a;text-decoration:underline}.tkt-public{max-width:420px;margin:0 auto;padding:2rem 1rem 3rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.tkt-public__status{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;padding:1rem 1.5rem;border-radius:9999px;width:100%;justify-content:center}.tkt-public__status--valid{background:#f0fdf4;color:rgb(26.4935064935,153.5064935065,73.2467532468);border:1.5px solid #22c55e}.tkt-public__status--invalid{background:#fef2f2;color:#ef4444;border:1.5px solid #ef4444}.tkt-public__card{width:100%;background:#fff;border:1.5px solid #e5e3df;border-radius:16px;padding:1.5rem}.tkt-public__event-time{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;letter-spacing:.01em}.tkt-public__event-name{font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:.75rem}.tkt-public__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tkt-public__tag{font-size:.875rem;padding:2px .75rem;border:1px solid #e5e3df;border-radius:9999px;line-height:1.5}.tkt-public__divider{border:none;border-top:1px solid #e5e3df;margin:1rem 0}.tkt-public__rows{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.tkt-public__row{display:flex;justify-content:space-between;align-items:baseline;font-size:1rem}.tkt-public__row-label{color:#6b7280}.tkt-public__row-val{font-weight:500;color:#1a1a1a}.tkt-public__uuid{font-size:.75rem;color:#9ca3af;word-break:break-all;text-align:center;font-family:"JetBrains Mono","Fira Code",monospace}.pay-result{max-width:380px;margin:3rem auto;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.pay-result__icon{width:72px;height:72px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pay-result__icon--ok{background:#f0fdf4;color:#22c55e;border:2px solid #22c55e}.pay-result__icon--err{background:#fef2f2;color:#ef4444;border:2px solid #ef4444}.pay-result__title{font-size:1.5rem;font-weight:700;line-height:1.2}.pay-result__text{font-size:1rem;color:#6b7280;line-height:1.5}.pay-result__actions{margin-top:.5rem;display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}
