:root{--tb-color-bg: #000000;--tb-color-surface: #0d0d0d;--tb-color-surface-elevated: #161616;--tb-color-border: #2a2a2a;--tb-color-text: #f4f4f5;--tb-color-text-muted: #a1a1aa;--tb-color-accent: #e4e4e7;--tb-color-accent-hot: #fafafa;--tb-font-display: "Oswald", system-ui, sans-serif;--tb-font-body: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--tb-safe-top: env(safe-area-inset-top, 0px);--tb-safe-bottom: env(safe-area-inset-bottom, 0px);--tb-control-height: 3rem;--tb-header-band-height: 3.75rem;--tb-header-strip-height: calc(var(--tb-safe-top) + var(--tb-header-band-height) + 1px);--tb-radius-sm: 6px;--tb-radius-md: 10px;--tb-transition: .18s ease}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--tb-color-bg);color:var(--tb-color-text);font-family:var(--tb-font-body);-webkit-tap-highlight-color:transparent}#app{min-height:100dvh;padding-top:var(--tb-header-strip-height)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;padding:0;cursor:pointer}img{max-width:100%;display:block}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;height:var(--tb-header-strip-height);padding:var(--tb-safe-top) 1rem 0;background:var(--tb-color-bg);border-bottom:1px solid var(--tb-color-border)}.site-header__brand{display:inline-flex;align-items:center;height:100%}.site-header__logo{height:2.25rem;width:auto;object-fit:contain}.site-nav{display:flex;align-items:center;gap:.4rem;margin-left:auto}.site-nav__btn{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:var(--tb-radius-sm);border:1px solid transparent;color:var(--tb-color-text-muted);transition:color var(--tb-transition),background var(--tb-transition),border-color var(--tb-transition)}.site-nav__btn svg{width:1.5rem;height:1.5rem}.site-nav__btn:hover{color:var(--tb-color-text)}.site-nav__btn.is-active{color:var(--tb-color-accent-hot);border-color:var(--tb-color-border);background:var(--tb-color-surface-elevated)}.page-main{padding:1rem 1rem calc(1rem + var(--tb-safe-bottom))}.tb-section{max-width:28rem;margin:0 auto}.tb-section__title{margin:0 0 1rem;font-family:var(--tb-font-display);font-size:1.6rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.tb-auth{max-width:22rem}.tb-auth__lead{margin:0 0 1.25rem;font-size:.9rem;line-height:1.45;color:var(--tb-color-text-muted)}.tb-auth__panel[hidden]{display:none!important}.tb-auth__tabs{display:flex;gap:.5rem;margin-bottom:1.25rem}.tb-auth__tab{flex:1;min-height:2.75rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);font-family:var(--tb-font-display);font-size:.95rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--tb-color-text-muted);transition:background var(--tb-transition),color var(--tb-transition),border-color var(--tb-transition)}.tb-auth__tab.is-active{color:var(--tb-color-accent-hot);border-color:var(--tb-color-accent-hot);background:var(--tb-color-surface-elevated)}.tb-auth__login-modes{display:flex;gap:.35rem;margin-bottom:.6rem}.tb-auth__login-mode{flex:1;min-height:2.25rem;padding:0 .4rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);color:var(--tb-color-text-muted);font-size:.82rem;font-weight:500;cursor:pointer;transition:background var(--tb-transition),color var(--tb-transition),border-color var(--tb-transition)}.tb-auth__login-mode.is-active{color:var(--tb-color-accent-hot);border-color:var(--tb-color-accent-hot);background:var(--tb-color-surface-elevated)}.tb-auth__or{display:flex;align-items:center;gap:.75rem;margin:.85rem 0;color:var(--tb-color-text-muted);font-family:var(--tb-font-display);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.tb-auth__or:before,.tb-auth__or:after{content:"";flex:1;height:1px;background:var(--tb-color-border)}.tb-auth__steps{display:flex;gap:.35rem;margin-bottom:1rem}.tb-auth__step-dot{flex:1;height:3px;border-radius:2px;background:var(--tb-color-border);transition:background var(--tb-transition)}.tb-auth__step-dot.is-active,.tb-auth__step-dot.is-done{background:var(--tb-color-accent-hot)}[data-reg-step][hidden]{display:none!important}.tb-auth__field{margin-bottom:.85rem}.tb-auth__label{display:block;margin-bottom:.35rem;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;color:var(--tb-color-text-muted)}.tb-auth__input{width:100%;min-height:var(--tb-control-height);padding:0 .85rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);color:var(--tb-color-text);font:inherit;font-size:1rem}.tb-auth__input:focus{outline:none;border-color:var(--tb-color-accent-hot)}.tb-auth__agr{display:flex;align-items:center;min-height:var(--tb-control-height);padding-left:.85rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface)}.tb-auth__agr[hidden]{display:none!important}.tb-auth__agr:focus-within{border-color:var(--tb-color-accent-hot)}.tb-auth__agr-prefix{margin-right:.4rem;color:var(--tb-color-accent-hot);font-size:1rem;font-weight:600;letter-spacing:.04em;pointer-events:none}.tb-auth__input--agr{flex:1;min-height:0;padding:0;border:none;background:transparent;letter-spacing:.04em}.tb-auth__input--agr:focus{border:none;outline:none}.tb-auth__hint{margin:.25rem 0 0;font-size:.85rem;line-height:1.4;color:var(--tb-color-text-muted)}.tb-auth__hint.is-ok{color:#86efac}.tb-auth__hint.is-warn{color:#fcd34d}.tb-auth__hint[hidden]{display:none!important}.tb-auth__results{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.4rem}.tb-auth__results[hidden]{display:none!important}.tb-auth__result{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;padding:.6rem .75rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);color:var(--tb-color-text);text-align:left;cursor:pointer;transition:background var(--tb-transition),border-color var(--tb-transition)}.tb-auth__result:hover,.tb-auth__result:focus-visible{background:var(--tb-color-surface-elevated);border-color:var(--tb-color-accent-hot);outline:none}.tb-auth__result-fio{font-size:.95rem}.tb-auth__result-meta{font-size:.8rem;color:var(--tb-color-accent-hot);letter-spacing:.03em}.tb-auth__error{margin:0 0 1rem;padding:.65rem .85rem;border-radius:var(--tb-radius-sm);background:#7f1d1d59;border:1px solid rgba(248,113,113,.35);color:#fecaca;font-size:.9rem;line-height:1.4}.tb-auth__actions{display:flex;gap:.5rem;margin-top:1.25rem}.tb-auth__btn[hidden]{display:none!important}.tb-auth__btn{display:inline-flex;align-items:center;justify-content:center;flex:1;min-height:var(--tb-control-height);padding:0 .85rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);font-family:var(--tb-font-display);font-size:1.05rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--tb-color-text);cursor:pointer;transition:background var(--tb-transition),color var(--tb-transition)}.tb-auth__btn:hover,.tb-auth__btn:focus-visible{background:var(--tb-color-surface-elevated);color:var(--tb-color-accent-hot);outline:none}.tb-auth__btn--primary{border-color:var(--tb-color-accent-hot);color:var(--tb-color-accent-hot)}.tb-auth__btn:disabled{opacity:.5;cursor:not-allowed}.tb-account__card{padding:1rem;border-radius:var(--tb-radius-md);border:1px solid var(--tb-color-border);background:var(--tb-color-surface)}.tb-account__edit[hidden],.tb-auth__actions[hidden]{display:none!important}.tb-account__edit{margin-top:1rem}.tb-admin__block{margin-bottom:1.75rem;padding:1rem;border-radius:var(--tb-radius-md);border:1px solid var(--tb-color-border);background:var(--tb-color-surface)}.tb-admin__subtitle{margin:0 0 .75rem;font-family:var(--tb-font-display);font-size:1.1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--tb-color-text)}.tb-admin__list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.4rem}.tb-admin__item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .7rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface-elevated)}.tb-admin__item-info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.tb-admin__item-title{font-size:.95rem}.tb-admin__item-meta{font-size:.8rem;color:var(--tb-color-text-muted);word-break:break-word}.tb-admin__item-actions{display:flex;gap:.3rem;flex-shrink:0}.tb-admin__icon-btn{padding:.3rem .5rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);color:var(--tb-color-text-muted);font-size:.75rem;cursor:pointer;transition:color var(--tb-transition),border-color var(--tb-transition)}.tb-admin__icon-btn:hover{color:var(--tb-color-accent-hot);border-color:var(--tb-color-accent-hot)}.tb-admin__icon-btn--danger:hover{color:#fca5a5;border-color:#fca5a5}.tb-admin__form-title{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:var(--tb-color-text)}.tb-admin__hint{font-weight:400;text-transform:none;letter-spacing:0;color:var(--tb-color-text-muted)}.tb-admin__hint[hidden]{display:none!important}.tb-admin__empty{padding:.5rem 0;font-size:.88rem;color:var(--tb-color-text-muted)}.tb-admin__form{border-top:1px solid var(--tb-color-border);padding-top:.85rem}.tb-account__row{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--tb-color-border);font-size:.95rem}.tb-account__row:last-child{border-bottom:none}.tb-account__key{color:var(--tb-color-text-muted);flex-shrink:0}.tb-account__val{text-align:right;word-break:break-word}.tb-tee{max-width:30rem}.tb-tee--wide{max-width:none}.tb-tee__head{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:.85rem}.tb-tee__title{margin:0;text-align:center}.tb-tee__head .tb-tee__datebar{width:100%;max-width:34rem;margin:0}@media (min-width: 48rem){.tb-tee__head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.tb-tee__title{grid-column:1;justify-self:start;text-align:left}.tb-tee__head .tb-tee__datebar{grid-column:2}}.tb-tee__meta[hidden]{display:none!important}.tb-tee__controls{margin-bottom:.85rem}.tb-tee__select{width:100%}.tb-tee__datebar{position:relative;display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem;max-width:34rem}.tb-tee__nav{display:flex;align-items:center;justify-content:center;width:var(--tb-control-height);height:var(--tb-control-height);flex-shrink:0;padding:0;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);color:var(--tb-color-text);transition:color var(--tb-transition),border-color var(--tb-transition)}.tb-tee__nav-icon{display:block;width:1.35rem;height:1.35rem}.tb-tee__nav:hover{color:var(--tb-color-accent-hot);border-color:var(--tb-color-accent-hot)}.tb-tee__date{position:relative;display:flex;align-items:center;justify-content:center;flex:1;min-height:var(--tb-control-height);padding:0 1.25rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);color:var(--tb-color-text);font-family:var(--tb-font-display);font-size:1.05rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.tb-tee__date:hover{border-color:var(--tb-color-accent-hot);color:var(--tb-color-accent-hot)}.tb-tee__meta{margin:0 0 .85rem;font-size:.85rem;color:var(--tb-color-text-muted)}.tb-tee__slots{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.tb-tee__empty{padding:.75rem 0;font-size:.9rem;color:var(--tb-color-text-muted)}.tb-tee__slot{padding:.65rem .8rem;border-radius:var(--tb-radius-md);border:1px solid var(--tb-color-border);background:var(--tb-color-surface)}.tb-tee__slot.is-mine{border-color:var(--tb-color-accent-hot)}.tb-tee__slot.is-full{opacity:.7}.tb-tee__slot-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.5rem}.tb-tee__slot-time{font-family:var(--tb-font-display);font-size:1.3rem;font-weight:600;letter-spacing:.04em}.tb-tee__slot-count{font-size:.8rem;color:var(--tb-color-text-muted)}.tb-tee__slot-players{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.6rem}.tb-tee__chip{padding:.2rem .55rem;border-radius:999px;border:1px solid var(--tb-color-border);background:var(--tb-color-surface-elevated);font-size:.78rem;color:var(--tb-color-text)}.tb-tee__chip.is-mine{border-color:var(--tb-color-accent-hot);color:var(--tb-color-accent-hot)}.tb-tee__chip--free{color:var(--tb-color-text-muted);border-style:dashed;background:transparent}.tb-tee__slot-btn{width:100%;min-height:2.5rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);color:var(--tb-color-text);font-family:var(--tb-font-display);font-size:.95rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background var(--tb-transition),color var(--tb-transition),border-color var(--tb-transition)}.tb-tee__slot-btn--book:hover{color:var(--tb-color-accent-hot);border-color:var(--tb-color-accent-hot);background:var(--tb-color-surface-elevated)}.tb-tee__slot-btn--cancel{border-color:#f8717166;color:#fca5a5}.tb-tee__slot-btn--cancel:hover{background:#7f1d1d40}.tb-tee__slot-btn:disabled{opacity:.5;cursor:not-allowed}.tb-tee__slots--manage{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:.6rem}.tb-flight{display:flex;flex-direction:column;gap:.35rem}.tb-flight__seat{display:flex;align-items:center;justify-content:space-between;gap:.5rem;box-sizing:border-box;height:2.5rem;padding:0 .6rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);font-size:.9rem}.tb-flight__seat.is-taken{background:var(--tb-color-surface-elevated)}.tb-flight__seat--free{color:var(--tb-color-text-muted);border-style:dashed}.tb-flight__free-label{flex:1;min-width:0;font-size:.82rem}.tb-flight__name{display:flex;align-items:baseline;gap:.4rem;flex:1;min-width:0}.tb-flight__fio{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tb-flight__agr,.tb-flight__hcp{flex-shrink:0;font-size:.72rem;color:var(--tb-color-text-muted);letter-spacing:.03em}.tb-flight__hcp{color:var(--tb-color-accent-hot)}.tb-flight__remove{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;padding:0;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);color:var(--tb-color-text-muted);transition:color var(--tb-transition),border-color var(--tb-transition)}.tb-flight__remove-icon{display:block;width:.85rem;height:.85rem}.tb-flight__remove-spacer{flex-shrink:0;width:1.5rem;height:1.5rem}.tb-flight__remove:hover{color:#fca5a5;border-color:#fca5a5}.tb-tee__add{margin-top:.35rem;padding:.6rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-accent-hot);background:var(--tb-color-surface-elevated)}.tb-tee__add .tb-auth__results{max-height:14rem;overflow-y:auto}.tb-tee__add-quick{display:flex;gap:.4rem;margin-top:.5rem}.tb-tee__quick-btn{flex:1;min-height:2.35rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);color:var(--tb-color-text);font-family:var(--tb-font-display);font-size:.88rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:color var(--tb-transition),border-color var(--tb-transition)}.tb-tee__quick-btn:hover{color:var(--tb-color-accent-hot);border-color:var(--tb-color-accent-hot)}.tb-tee__quick-btn--accent{border-color:var(--tb-color-accent-hot);color:var(--tb-color-accent-hot)}.tb-flight__fio--tournament{color:var(--tb-color-accent-hot);font-weight:600;letter-spacing:.04em;text-transform:uppercase}.tb-flight__fio--guest{color:var(--tb-color-text-muted);font-style:italic}.tb-tee__add-cancel{margin-top:.5rem;width:100%;min-height:2.2rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);color:var(--tb-color-text-muted);font-size:.85rem;transition:color var(--tb-transition),border-color var(--tb-transition)}.tb-tee__add-cancel:hover{color:var(--tb-color-text);border-color:var(--tb-color-text-muted)}.tb-cal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0000008c}.tb-cal-backdrop[hidden]{display:none!important}.tb-cal{position:absolute;top:calc(100% + .5rem);left:50%;z-index:90;transform:translate(-50%);width:min(20rem,calc(100vw - 2rem));padding:.85rem;border-radius:var(--tb-radius-md);border:1px solid var(--tb-color-border);background:var(--tb-color-surface-elevated);box-shadow:0 12px 40px #0000008c}.tb-cal[hidden]{display:none!important}.tb-cal__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.tb-cal__title{font-family:var(--tb-font-display);font-size:1.05rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--tb-color-text)}.tb-cal__nav{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);color:var(--tb-color-text);transition:color var(--tb-transition),border-color var(--tb-transition)}.tb-cal__nav svg{display:block;width:1.1rem;height:1.1rem}.tb-cal__nav:hover{color:var(--tb-color-accent-hot);border-color:var(--tb-color-accent-hot)}.tb-cal__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.15rem;margin-bottom:.35rem}.tb-cal__wd{text-align:center;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--tb-color-text-muted)}.tb-cal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.2rem}.tb-cal__day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:0;border-radius:var(--tb-radius-sm);border:1px solid transparent;background:transparent;color:var(--tb-color-text);font-family:var(--tb-font-body);font-size:.9rem;transition:background var(--tb-transition),border-color var(--tb-transition),color var(--tb-transition)}.tb-cal__day:hover:not(:disabled):not(.is-selected){background:var(--tb-color-surface);border-color:var(--tb-color-border)}.tb-cal__day.is-outside{color:var(--tb-color-text-muted);opacity:.45}.tb-cal__day.is-today:not(.is-selected){border-color:var(--tb-color-border)}.tb-cal__day.is-selected{border-color:var(--tb-color-accent-hot);background:var(--tb-color-surface);color:var(--tb-color-accent-hot);font-weight:600}.tb-cal__day.is-disabled,.tb-cal__day:disabled{opacity:.25;cursor:not-allowed}.tb-cal__foot{margin-top:.75rem;padding-top:.65rem;border-top:1px solid var(--tb-color-border)}.tb-cal__today{width:100%;min-height:2.5rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);color:var(--tb-color-text);font-family:var(--tb-font-display);font-size:.95rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:color var(--tb-transition),border-color var(--tb-transition)}.tb-cal__today:hover{color:var(--tb-color-accent-hot);border-color:var(--tb-color-accent-hot)}.tb-settings__row{display:flex;gap:.6rem}.tb-settings__row>.tb-auth__field{flex:1;min-width:0}.tb-settings__check{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem;font-size:.9rem;color:var(--tb-color-text);cursor:pointer}.tb-settings__check input{width:1.1rem;height:1.1rem;accent-color:var(--tb-color-accent-hot)}#sch-time-fields[hidden]{display:none!important}
