*,*: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__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{color:#475569}[data-theme=dark] .footer__links 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:#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}
