*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;color:#1e293b;background:#f8fafc;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}button,input,textarea,select{font-family:inherit;font-size:inherit}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.app{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width:768px){.container{padding:0 24px}}@media(min-width:1024px){.container{padding:0 32px}}.main{flex:1}@media(max-width:639px){.main{margin:0 20px}}.page{padding:32px 0}@media(max-width:639px){.page{padding:20px 0}}.header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;box-shadow:0 1px 2px #0000000f}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;height:64px}@media(max-width:767px){.header__inner{flex-wrap:wrap;height:auto;padding-top:12px;padding-bottom:12px}}.header__logo-link{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.header__logo-link:hover{text-decoration:none}.header__logo{height:40px;width:auto;display:block;flex-shrink:0}.header__nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap;flex:1;justify-content:flex-end}@media(max-width:767px){.header__nav{display:none;width:100%;flex-direction:column;align-items:stretch;gap:0;order:10;border-top:1px solid #e2e8f0;padding:8px 0}.header__nav--open{display:flex}}.header__nav-link{padding:8px 12px;border-radius:8px;font-size:14px;font-weight:500;color:#64748b;text-decoration:none;transition:all .15s ease;white-space:nowrap}.header__nav-link:hover{color:#1e293b;background:#f8fafc;text-decoration:none}.header__nav-link--active{color:#2563eb;background:#eff6ff}.header__nav-link--admin{color:#d97706}.header__nav-link--admin:hover{background:#fffbeb}.header__nav-link--admin.header__nav-link--active{color:#d97706;background:#fffbeb}@media(max-width:767px){.header__nav-link{padding:12px 16px;font-size:16px;border-radius:8px}}.header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;width:36px;height:36px;border-radius:8px;flex-direction:column;align-items:center;justify-content:center;gap:5px;flex-shrink:0;transition:background .15s ease}.hamburger span{display:block;width:20px;height:2px;background:#1e293b;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hamburger:hover{background:#f8fafc}.hamburger:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media(max-width:767px){.hamburger{display:flex}}.footer{background:#fff;border-top:1px solid #e2e8f0;padding:16px 0;margin-top:auto}.footer p{color:#94a3b8;font-size:14px;text-align:center}.footer__contact{margin-bottom:8px}.footer__contact a{color:#64748b;font-weight:500;text-decoration:none}.footer__contact a:hover{color:#2563eb;text-decoration:underline}.footer__links{margin-top:4px}.footer__links a{color:#64748b;text-decoration:none}.footer__links a:hover{color:#2563eb;text-decoration:underline}.footer__sep{margin:0 8px;color:#94a3b8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .15s ease;text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none}.btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn--primary:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff;text-decoration:none}.btn--ghost{background:transparent;color:#64748b;border-color:#e2e8f0}.btn--ghost:hover{background:#f8fafc;color:#1e293b;text-decoration:none}.btn--danger{background:#dc2626;color:#fff;border-color:#dc2626}.btn--danger:hover{background:#b91c1c;color:#fff;text-decoration:none}.btn--orange{background:#ea580c;color:#fff;border-color:#ea580c}.btn--orange:hover{background:#c2470a;color:#fff;text-decoration:none}.btn--sm{padding:4px 12px;font-size:12px}.form-group{display:flex;flex-direction:column;gap:4px}.form-label{font-size:14px;font-weight:500;color:#1e293b}.form-input{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#1e293b;transition:border-color .15s ease,box-shadow .15s ease}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.form-input--error{border-color:#dc2626}.form-input--error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.form-input::placeholder{color:#94a3b8}.form-textarea{resize:vertical;min-height:80px}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:20px;padding-right:36px}.form-error{font-size:12px;color:#dc2626}.form-hint{font-size:12px;color:#64748b;margin-top:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:639px){.form-row{grid-template-columns:1fr}}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e2e8f0;margin-top:8px}.form-actions--center{justify-content:center}@media(max-width:639px){.form-actions{flex-direction:column-reverse;gap:8px}.form-actions .btn{width:100%;justify-content:center}}.alert{padding:12px 16px;border-radius:8px;font-size:14px;line-height:1.5}.alert--error{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5}.alert--success{background:#f0fdf4;color:#16a34a;border:1px solid #86efac}.alert--warning{background:#fffbeb;color:#d97706;border:1px solid #fcd34d}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0000000f;padding:24px}.card--narrow{max-width:480px;margin:0 auto}.card--centered{max-width:480px;margin:0 auto;text-align:center}.card--centered h2{font-size:24px;font-weight:700;margin-bottom:12px}.card--centered p{color:#64748b;margin-bottom:20px;line-height:1.65}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:9999px;font-size:12px;font-weight:600}.badge--green{background:#f0fdf4;color:#16a34a}.badge--orange{background:#fffbeb;color:#d97706}.badge--gray{background:#f1f5f9;color:#64748b}.badge--purple{background:#ede9fe;color:#6d28d9}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;max-width:380px;width:calc(100% - 32px)}@media(max-width:639px){.toast-container{bottom:16px;right:16px;left:16px;width:auto;max-width:none}}.toast{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;font-size:14px;animation:toastSlideIn .2s ease}.toast--success{background:#16a34a;color:#fff}.toast--error{background:#dc2626;color:#fff}.toast--info{background:#2563eb;color:#fff}.toast--warning{background:#d97706;color:#fff}.toast__message{flex:1;line-height:1.45}.toast__close{background:none;border:none;color:#ffffffbf;cursor:pointer;font-size:20px;line-height:1;padding:0;flex-shrink:0}.toast__close:hover{color:#fff}@keyframes toastSlideIn{0%{transform:translate(110%);opacity:0}to{transform:translate(0);opacity:1}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:8px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media(min-width:640px){.modal-overlay{padding:16px}}@media(max-width:639px){.modal-overlay{align-items:flex-end}}.modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:560px;max-height:calc(100vh - 32px);overflow-y:auto;animation:modalIn .2s ease}@media(max-width:639px){.modal{border-bottom-left-radius:0;border-bottom-right-radius:0;max-height:92dvh}}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:#fff;z-index:1}.modal__title{font-size:18px;font-weight:600}.modal__close{background:none;border:none;font-size:26px;color:#64748b;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .15s ease}.modal__close:hover{color:#1e293b;background:#f8fafc}.modal__body{padding:24px}@keyframes modalIn{0%{transform:scale(.95) translateY(-10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.spinner{display:flex;align-items:center;justify-content:center}.spinner__circle{border-radius:50%;border:3px solid #e2e8f0;border-top-color:#2563eb;animation:spin .7s linear infinite}.spinner--sm .spinner__circle{width:20px;height:20px}.spinner--md .spinner__circle{width:32px;height:32px}.spinner--lg .spinner__circle{width:48px;height:48px}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{display:flex;align-items:center;justify-content:center;padding:48px}.page-header{margin-bottom:32px}.page-title{font-size:30px;font-weight:700;margin-bottom:8px}@media(max-width:639px){.page-title{font-size:24px}}.page-subtitle{font-size:16px;color:#64748b}.slot-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:768px){.slot-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.slot-grid{grid-template-columns:repeat(3,1fr)}}.slot-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0000000f;padding:20px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s ease,transform .2s ease}.slot-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.slot-card--full{opacity:.6}.slot-card--full:hover{transform:none;box-shadow:0 1px 2px #0000000f}.slot-card__topline{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.slot-card__date{font-size:12px;font-weight:600;color:#2563eb;text-transform:uppercase;letter-spacing:.06em}.slot-card__title{font-size:18px;font-weight:600;line-height:1.3}.slot-card__desc{font-size:14px;color:#64748b;line-height:1.55;flex:1}.slot-card__meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:14px}.slot-card__time{color:#64748b}.slot-card__spots{font-weight:600;color:#16a34a}.slot-card__spots--low{color:#d97706}.slot-card__btn{width:100%;margin-top:4px}.slot-summary{background:#eff6ff;border-radius:8px;padding:12px 16px;margin-bottom:16px;display:flex;flex-direction:column;gap:4px}.slot-summary strong{font-size:16px;color:#2563eb;font-weight:600}.slot-summary span{font-size:14px;color:#64748b}.booking-form,.slot-form{display:flex;flex-direction:column;gap:16px}.filters{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.filter-group{flex:1;min-width:180px;max-width:280px}@media(max-width:639px){.filter-group{flex:1 1 100%;min-width:0;max-width:none}}.filter-input{font-size:14px}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:16px}.tabs{display:flex;gap:4px;border-bottom:2px solid #e2e8f0;margin-bottom:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{padding:12px 20px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s ease}.tab:hover{color:#1e293b}.tab--active{color:#2563eb;border-bottom-color:#2563eb}.tab-content{min-height:200px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}.section-title{font-size:20px;font-weight:600}.table-wrapper{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th{background:#f8fafc;padding:12px 16px;text-align:left;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b;border-bottom:1px solid #e2e8f0;white-space:nowrap}.admin-table td{padding:12px 16px;border-bottom:1px solid #e2e8f0;vertical-align:middle}.admin-table tbody tr{transition:background .15s ease}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:#f8fafc}.cell-title{font-weight:500}.cell-subtitle{font-size:12px;color:#64748b;margin-top:2px}.booking-count{font-weight:600;color:#64748b}.action-group{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:639px){.action-group{flex-direction:column}.action-group .btn{width:100%;justify-content:center}}.email-link{color:#2563eb}.email-link:hover{text-decoration:underline}.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:64px;text-align:center;color:#64748b}.empty-state p{font-size:16px}@media(max-width:639px){.empty-state{padding:32px}}.success-icon,.error-icon,.warn-icon{font-size:48px;margin-bottom:16px;display:block}.theme-toggle{background:none;border:none;cursor:pointer;font-size:18px;line-height:1;padding:8px;border-radius:8px;transition:background .15s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.theme-toggle:hover{background:#f8fafc}.theme-toggle:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.booking-count-btn{background:none;border:none;padding:0;font:inherit;font-weight:600;color:#2563eb;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.booking-count-btn:hover{color:#1d4ed8}.booking-count-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:4px}.slot-detail-info{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #e2e8f0}.slot-detail-info__title{font-size:18px;font-weight:600;margin-bottom:4px}.slot-detail-info__meta{color:#64748b;font-size:14px}[data-theme=dark] body{background:#0f172a;color:#e2e8f0}[data-theme=dark] .header{background:#1e293b;border-bottom-color:#334155;box-shadow:0 1px 3px #00000059}[data-theme=dark] .header__logo{color:#f1f5f9}[data-theme=dark] .header__logo:hover{color:#93c5fd}@media(max-width:767px){[data-theme=dark] .header__nav{border-top-color:#334155}}[data-theme=dark] .header__nav-link{color:#94a3b8}[data-theme=dark] .header__nav-link:hover{background:#0f172a;color:#e2e8f0}[data-theme=dark] .header__nav-link--active{color:#93c5fd;background:#2563eb26}[data-theme=dark] .header__nav-link--admin{color:#fbbf24}[data-theme=dark] .header__nav-link--admin:hover{background:#d977061a}[data-theme=dark] .header__nav-link--admin.header__nav-link--active{color:#fbbf24;background:#d977061a}[data-theme=dark] .theme-toggle:hover{background:#0f172a}[data-theme=dark] .hamburger span{background:#e2e8f0}[data-theme=dark] .hamburger:hover{background:#0f172a}[data-theme=dark] .footer{background:#1e293b;border-top-color:#334155}[data-theme=dark] .footer p,[data-theme=dark] .footer__links a,[data-theme=dark] .footer__contact a{color:#475569}[data-theme=dark] .footer__links a:hover,[data-theme=dark] .footer__contact a:hover{color:#60a5fa}[data-theme=dark] .footer__sep{color:#334155}[data-theme=dark] .card,[data-theme=dark] .slot-card{background:#1e293b;border-color:#334155}[data-theme=dark] .slot-card:hover{box-shadow:0 4px 14px #00000073}[data-theme=dark] .slot-card__date{color:#93c5fd}[data-theme=dark] .slot-card__title{color:#f1f5f9}[data-theme=dark] .slot-card__desc,[data-theme=dark] .slot-card__time{color:#94a3b8}[data-theme=dark] .slot-card__spots{color:#4ade80}[data-theme=dark] .slot-card__spots--low{color:#fbbf24}[data-theme=dark] .slot-summary{background:#2563eb1f}[data-theme=dark] .slot-summary strong{color:#93c5fd}[data-theme=dark] .slot-summary span{color:#94a3b8}[data-theme=dark] .form-label{color:#e2e8f0}[data-theme=dark] .form-input{background-color:#0f172a;border-color:#334155;color:#f1f5f9}[data-theme=dark] .form-input::placeholder{color:#475569}[data-theme=dark] .form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}[data-theme=dark] .form-input--error{border-color:#ef4444}[data-theme=dark] .form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}[data-theme=dark] .form-actions{border-top-color:#334155}[data-theme=dark] .form-error{color:#fca5a5}[data-theme=dark] .alert--error{background:#dc26261f;color:#fca5a5;border-color:#dc26264d}[data-theme=dark] .alert--success{background:#16a34a1f;color:#4ade80;border-color:#16a34a4d}[data-theme=dark] .alert--warning{background:#d977061f;color:#fbbf24;border-color:#d977064d}[data-theme=dark] .badge--green{background:#16a34a2e;color:#4ade80}[data-theme=dark] .badge--orange{background:#d977062e;color:#fbbf24}[data-theme=dark] .badge--gray{background:#334155;color:#94a3b8}[data-theme=dark] .btn--ghost{color:#94a3b8;border-color:#334155}[data-theme=dark] .btn--ghost:hover{background:#0f172a;color:#e2e8f0}[data-theme=dark] .booking-count-btn{color:#60a5fa}[data-theme=dark] .booking-count-btn:hover{color:#93c5fd}[data-theme=dark] .modal-overlay{background:#000000a6}[data-theme=dark] .modal{background:#1e293b}[data-theme=dark] .modal__header{background:#1e293b;border-bottom-color:#334155}[data-theme=dark] .modal__title{color:#f1f5f9}[data-theme=dark] .modal__body{color:#e2e8f0}[data-theme=dark] .modal__close{color:#64748b}[data-theme=dark] .modal__close:hover{background:#0f172a;color:#94a3b8}[data-theme=dark] .tabs{border-bottom-color:#334155}[data-theme=dark] .tab{color:#64748b}[data-theme=dark] .tab:hover{color:#e2e8f0}[data-theme=dark] .tab--active{color:#60a5fa;border-bottom-color:#60a5fa}[data-theme=dark] .table-wrapper{border-color:#334155}[data-theme=dark] .admin-table th{background:#152032;color:#64748b;border-bottom-color:#334155}[data-theme=dark] .admin-table td{border-bottom-color:#334155}[data-theme=dark] .admin-table tbody tr:hover{background:#0f172a99}[data-theme=dark] .admin-table tbody tr:last-child td{border-bottom:none}[data-theme=dark] .cell-title{color:#e2e8f0}[data-theme=dark] .cell-subtitle{color:#64748b}[data-theme=dark] .booking-count{color:#94a3b8}[data-theme=dark] .slot-detail-info{border-bottom-color:#334155}[data-theme=dark] .spinner__circle{border-color:#334155;border-top-color:#3b82f6}[data-theme=dark] .page-title{color:#f1f5f9}[data-theme=dark] .page-subtitle{color:#94a3b8}[data-theme=dark] .section-title{color:#e2e8f0}[data-theme=dark] .empty-state{color:#475569}.section-intro{color:#64748b;font-size:14px;margin-bottom:16px;line-height:1.6}.event-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:768px){.event-grid{grid-template-columns:repeat(2,1fr)}}.event-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0000000f;padding:20px;display:flex;flex-direction:column;gap:12px;color:inherit;text-decoration:none;transition:box-shadow .2s ease,transform .2s ease}.event-card:hover{text-decoration:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.event-card__logo{height:48px;width:auto;max-width:200px;object-fit:contain;align-self:flex-start}.event-card__date{font-size:12px;font-weight:600;color:#2563eb;text-transform:uppercase;letter-spacing:.06em}.event-card__name{font-size:20px;font-weight:600;line-height:1.3}.event-card__desc{font-size:14px;color:#64748b;line-height:1.55;flex:1;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.event-card__meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-top:4px}.event-card__cta{font-size:14px;font-weight:600;color:#2563eb}.event-banner{display:flex;align-items:flex-start;gap:20px;margin-bottom:32px}@media(max-width:639px){.event-banner{flex-direction:column;gap:12px;margin-bottom:24px}}.event-banner__logo{height:72px;width:auto;max-width:220px;object-fit:contain;flex-shrink:0}.event-banner__text{min-width:0}.event-banner__text .page-title{margin-bottom:8px}.event-banner__desc{white-space:pre-line;max-width:720px}.admin-event-bar{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:12px 16px;margin-bottom:20px;background:#eff6ff;border:1px solid rgba(37,99,235,.15);border-radius:12px}.admin-event-bar__label{font-size:14px;font-weight:600;color:#1e293b}.admin-event-bar__select{max-width:360px;flex:1;min-width:200px}.admin-event-bar__link{font-size:14px;font-weight:500;margin-left:auto;white-space:nowrap}.admin-table__row--selected td{background:#eff6ff}.url-preview{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em;word-break:break-all}.settings-form{max-width:760px}.form-section{padding-top:20px;margin-top:20px;border-top:1px solid #e2e8f0}.form-section:first-child{padding-top:0;margin-top:0;border-top:none}.form-section__title{font-size:18px;font-weight:600;margin-bottom:12px}.form-section__hint{font-size:14px;color:#64748b;margin-top:-8px;margin-bottom:16px}.logo-field{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.logo-field__preview,.logo-field__empty{height:80px;min-width:80px;max-width:240px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:8px}.logo-field__preview{width:auto;object-fit:contain}.logo-field__empty{display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:14px;padding:0 16px}.logo-field__actions{display:flex;gap:8px;flex-wrap:wrap}.view-toggle{display:inline-flex;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.view-toggle__btn{padding:8px 16px;border:none;background:none;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s ease}.view-toggle__btn+.view-toggle__btn{border-left:1px solid #e2e8f0}.view-toggle__btn:hover{color:#1e293b;background:#f8fafc}.view-toggle__btn--active{color:#2563eb;background:#eff6ff}.section-header__actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.export-group{display:inline-flex;align-items:center;gap:4px}.export-group__label{font-size:14px;font-weight:600;color:#64748b;margin-right:4px}.toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-bottom:12px}.toolbar--secondary{margin-top:-4px;margin-bottom:16px}.toolbar__search{flex:1 1 260px;min-width:200px;max-width:420px}.toolbar__select{width:auto;min-width:150px}.toolbar__sort{display:inline-flex;align-items:center;gap:8px}.toolbar__label{font-size:14px;font-weight:600;color:#64748b;white-space:nowrap}.toolbar__check{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#64748b;cursor:pointer}.toolbar__check input{accent-color:#2563eb}.booking-summary{font-size:14px;color:#64748b;margin-bottom:16px}.shift-list{display:flex;flex-direction:column;gap:12px}.shift-block{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0000000f;overflow:hidden}.shift-block__header{width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;padding:12px 16px;border:none;background:none;text-align:left;font:inherit;color:inherit;cursor:pointer}.shift-block__header:hover{background:#f8fafc}.shift-block__header:focus-visible{outline:2px solid #2563eb;outline-offset:2px;outline-offset:-2px}.shift-block__chevron{color:#94a3b8;width:12px;flex-shrink:0}.shift-block__when{font-size:12px;font-weight:600;color:#2563eb;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.shift-block__title{font-weight:600;flex:1 1 200px;min-width:0}.shift-block__badges{display:inline-flex;gap:8px;flex-wrap:wrap}.shift-block__empty{padding:12px 16px 16px 40px;font-size:14px;color:#94a3b8;border-top:1px solid #e2e8f0}.occupancy{display:inline-flex;align-items:center;gap:8px;margin-left:auto;font-size:14px;font-weight:600;color:#64748b;white-space:nowrap}.occupancy__bar{display:inline-block;width:90px;height:8px;border-radius:9999px;background:#e2e8f0;overflow:hidden}.occupancy__fill{display:block;height:100%;border-radius:9999px;transition:width .2s ease}.occupancy__fill--empty{background:transparent}.occupancy__fill--partial{background:#2563eb}.occupancy__fill--full{background:#16a34a}.table-wrapper--nested{border:none;border-top:1px solid #e2e8f0;border-radius:0}.admin-table--nested th{font-size:11px}.admin-table__num{width:36px;color:#94a3b8}.admin-table__actions{text-align:right;white-space:nowrap}.th-sort{display:inline-flex;align-items:center;gap:4px;border:none;background:none;padding:0;font:inherit;color:inherit;cursor:pointer;text-transform:inherit;letter-spacing:inherit}.th-sort:hover{color:#1e293b}.th-sort--active{color:#2563eb}.th-sort__arrow{font-size:10px;opacity:.7}.radio-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.radio-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;cursor:pointer}.radio-item input{accent-color:#2563eb;width:16px;height:16px}.check-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;padding:12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;max-height:380px;overflow-y:auto}.check-list__toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:4px}.check-item{display:flex;align-items:flex-start;gap:12px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;font-size:14px}.check-item:hover{border-color:#cbd5e1}.check-item input{accent-color:#2563eb;width:16px;height:16px;margin-top:3px;flex-shrink:0}.check-item__body{display:flex;flex-direction:column;gap:2px;min-width:0}.check-item__title{font-weight:600;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.check-item__meta{color:#64748b;font-size:12px}.check-item--plain{border:none;background:none;padding:8px 0;margin-bottom:8px}.recipient-summary{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 16px;border-radius:8px;background:#eff6ff;font-size:14px}.recipient-summary__list{width:100%;margin:8px 0 0;padding-left:20px;max-height:220px;overflow-y:auto}.recipient-summary__list li{margin-bottom:2px}.danger-zone{max-width:760px;margin-top:32px;padding:20px;border:1px solid rgba(220,38,38,.35);border-radius:12px;background:#fef2f2}.danger-zone__title{font-size:18px;font-weight:600;color:#dc2626;margin-bottom:8px}.danger-zone p{font-size:14px;color:#64748b;margin-bottom:16px;line-height:1.6}.danger-zone__row{display:flex;gap:12px;flex-wrap:wrap}.danger-zone__row .form-input{flex:1;min-width:220px}[data-theme=dark] .section-intro,[data-theme=dark] .form-section__hint{color:#94a3b8}[data-theme=dark] .event-card{background:#1e293b;border-color:#334155}[data-theme=dark] .event-card:hover{box-shadow:0 4px 14px #00000073}[data-theme=dark] .event-card__date,[data-theme=dark] .event-card__cta{color:#93c5fd}[data-theme=dark] .event-card__name{color:#f1f5f9}[data-theme=dark] .event-card__desc{color:#94a3b8}[data-theme=dark] .admin-event-bar{background:#2563eb1f;border-color:#3b82f64d}[data-theme=dark] .admin-event-bar__label{color:#e2e8f0}[data-theme=dark] .admin-table__row--selected td{background:#2563eb1f}[data-theme=dark] .form-section{border-top-color:#334155}[data-theme=dark] .form-section__title{color:#f1f5f9}[data-theme=dark] .logo-field__preview,[data-theme=dark] .logo-field__empty{border-color:#334155;background:#0f172a}[data-theme=dark] .logo-field__empty{color:#475569}[data-theme=dark] .view-toggle{border-color:#334155;background:#1e293b}[data-theme=dark] .view-toggle__btn{color:#94a3b8}[data-theme=dark] .view-toggle__btn+.view-toggle__btn{border-left-color:#334155}[data-theme=dark] .view-toggle__btn:hover{color:#e2e8f0;background:#0f172a}[data-theme=dark] .view-toggle__btn--active{color:#93c5fd;background:#2563eb26}[data-theme=dark] .toolbar__label,[data-theme=dark] .toolbar__check,[data-theme=dark] .export-group__label,[data-theme=dark] .booking-summary{color:#94a3b8}[data-theme=dark] .shift-block{background:#1e293b;border-color:#334155}[data-theme=dark] .shift-block__header:hover{background:#0f172a}[data-theme=dark] .shift-block__when{color:#93c5fd}[data-theme=dark] .shift-block__title{color:#f1f5f9}[data-theme=dark] .shift-block__empty{border-top-color:#334155;color:#64748b}[data-theme=dark] .occupancy{color:#94a3b8}[data-theme=dark] .occupancy__bar{background:#334155}[data-theme=dark] .table-wrapper--nested{border-top-color:#334155}[data-theme=dark] .th-sort:hover{color:#e2e8f0}[data-theme=dark] .th-sort--active{color:#93c5fd}[data-theme=dark] .check-list{border-color:#334155;background:#0f172a}[data-theme=dark] .check-item{border-color:#334155;background:#1e293b}[data-theme=dark] .check-item:hover{border-color:#475569}[data-theme=dark] .check-item__meta{color:#94a3b8}[data-theme=dark] .check-item--plain{border:none;background:none}[data-theme=dark] .recipient-summary{background:#2563eb1f}[data-theme=dark] .danger-zone{background:#dc262614;border-color:#dc262666}[data-theme=dark] .danger-zone__title{color:#fca5a5}[data-theme=dark] .danger-zone p{color:#94a3b8}
