:root{--primary-dark:#2563eb;--primary:#3b82f6;--primary-light:#60a5fa;--accent-purple:#7c3aed;--accent-cyan:#06b6d4;--bg:#0b1120;--surface:#020617;--surface-soft:#020617;--text-main:#f9fafb;--text-muted:#9ca3af;--border-subtle:#94a3b840;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:400;line-height:1.5}:root[data-theme=light]{--bg:#f4f5fb;--surface:#fff;--surface-soft:#f9fafb;--text-main:#0f172a;--text-muted:#6b7280;--border-subtle:#94a3b859}*,:before,:after{box-sizing:border-box}body{min-width:320px;min-height:100vh;color:var(--text-main);background:radial-gradient(circle at 0 0,#1d2a3f 0,#020617 55%);margin:0}a{color:inherit;text-decoration:none}#root{min-height:100vh}.app{justify-content:center;align-items:center;min-height:100vh;padding:32px 16px;display:flex}.card{background:radial-gradient(circle at 0 0,#1d2a3f 0,#020617 60%);border:1px solid #94a3b859;border-radius:18px;width:100%;max-width:640px;padding:24px 28px;box-shadow:0 24px 60px #0f172ae6}h1{text-align:center;margin-bottom:20px;font-size:28px}.health-message{white-space:pre-wrap;word-break:break-word;background:#0f172ae6;border:1px solid #94a3b866;border-radius:12px;margin-top:16px;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px}.auth-layout{justify-content:center;align-items:center;min-height:100vh;padding:32px 16px;display:flex;position:relative}.auth-card{background:radial-gradient(circle at 0 0,#1d2a3f 0,#020617 60%);border:1px solid #94a3b859;border-radius:18px;width:100%;max-width:420px;padding:24px 24px 28px;box-shadow:0 24px 60px #0f172ae6}.auth-logo-wrapper{justify-content:center;margin-bottom:18px;display:flex}.auth-logo-image{border-radius:36px;width:120px;height:120px;box-shadow:0 18px 40px #0f172ae6}.auth-title{margin:0 0 8px;font-size:24px}.auth-subtitle{color:var(--text-muted);margin:0 0 20px;font-size:14px}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-label{flex-direction:column;gap:6px;font-size:14px;display:flex}.auth-input{color:var(--text-main);background:radial-gradient(circle at 0 0,#1d283a 0,#020617 60%);border:1px solid #94a3b866;border-radius:10px;padding:10px 12px;font-size:14px}.auth-input::placeholder{color:var(--text-muted)}.auth-input:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary);outline:none}.auth-button-primary{color:#fff;cursor:pointer;background:linear-gradient(120deg,#3b82f6,#7c3aed);border:none;border-radius:999px;justify-content:center;align-items:center;width:100%;margin-top:4px;padding:11px 16px;font-size:14px;font-weight:500;display:inline-flex;box-shadow:0 16px 40px #1e40afb3}.auth-button-primary:disabled{opacity:.7;cursor:default;box-shadow:none}.auth-button-danger{color:#fff;cursor:pointer;background:linear-gradient(120deg,#ef4444,#b91c1c);border:none;border-radius:999px;justify-content:center;align-items:center;margin-top:4px;padding:11px 16px;font-size:14px;font-weight:500;display:inline-flex;box-shadow:0 14px 30px #dc262673}.auth-button-danger:disabled{opacity:.7;cursor:default;box-shadow:none}.auth-button-secondary{color:#e5f3ff;cursor:pointer;background:0 0;border:1px solid #94a3b899;border-radius:999px;justify-content:center;align-items:center;margin-top:4px;padding:11px 16px;font-size:14px;font-weight:500;display:inline-flex}.auth-button-secondary:hover{background:#0f172acc}:root[data-theme=light] .auth-button-secondary{color:#020617;background:#f8fafce6;border-color:#94a3b899}:root[data-theme=light] .auth-button-secondary:hover{background:#f1f5f9}.auth-error{color:#f97373;margin-top:12px;font-size:13px}.onboarding-steps{color:var(--text-muted);flex-direction:column;gap:6px;margin:0;padding-left:18px;font-size:14px;display:flex}.settings-layout{justify-content:center;align-items:flex-start;min-height:100vh;padding:24px 16px 88px;display:flex}.settings-card{background:radial-gradient(circle at 0 0,#1d2a3f 0,#020617 60%);border:1px solid #94a3b859;border-radius:18px;width:100%;max-width:640px;padding:20px 20px 24px;box-shadow:0 24px 60px #0f172ae6}.settings-title{margin:0 0 8px;font-size:22px}.settings-subtitle{color:var(--text-muted);margin:0 0 20px;font-size:14px}.settings-form{flex-direction:column;gap:14px;display:flex}.settings-label{flex-direction:column;gap:6px;font-size:14px;display:flex}.settings-input{color:var(--text-main);background:radial-gradient(circle at 0 0,#1d283a 0,#020617 60%);border:1px solid #94a3b866;border-radius:10px;padding:10px 12px;font-size:14px}select.settings-input{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#94a3b8e6 50%),linear-gradient(135deg,#94a3b8e6 50%,#0000 50%);background-position:calc(100% - 14px),calc(100% - 10px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:32px}select.settings-input option{color:#e5f3ff;background:#020617}:root[data-theme=light] body{background:radial-gradient(circle at 0 0,#e5edff 0,#f4f5fb 55%)}:root[data-theme=light] .auth-card,:root[data-theme=light] .settings-card,:root[data-theme=light] .legal-card,:root[data-theme=light] .public-card,:root[data-theme=light] .modal-card{background:var(--surface);border-color:var(--border-subtle);box-shadow:0 18px 40px #0f172a14}:root[data-theme=light] .settings-layout,:root[data-theme=light] .auth-layout,:root[data-theme=light] .public-layout,:root[data-theme=light] .legal-layout{background:0 0}:root[data-theme=light] .auth-input,:root[data-theme=light] .settings-input{color:var(--text-main);border-color:var(--border-subtle);background:#fff}:root[data-theme=light] .auth-input::placeholder,:root[data-theme=light] .settings-input::placeholder,.settings-input::placeholder{color:var(--text-muted)}.settings-input:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary);outline:none}:root[data-theme=light] select.settings-input option{color:#020617;background:#fff}.settings-muted{color:var(--text-muted)}.settings-error{color:#f97373;margin-top:12px;font-size:13px}.settings-danger-box{background:#7f1d1d66;border:1px solid #f8717180;border-radius:10px;margin-top:8px;margin-bottom:16px;padding:10px 12px;font-size:13px}.settings-danger-button{background:linear-gradient(120deg,#ef4444,#b91c1c);box-shadow:0 14px 30px #dc262673}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-shell-main{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px));flex:1}.app-footer{border-top:1px solid #94a3b84d;padding:10px 16px 14px;font-size:12px}.app-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;max-width:960px;margin:0 auto;display:flex}.app-footer-links{flex-wrap:wrap;gap:12px;display:flex}.app-bottom-nav{padding:4px 8px calc(4px + env(safe-area-inset-bottom,0px));z-index:30;background:#0f172afa;border-top:1px solid #94a3b859;position:fixed;bottom:0;left:0;right:0}.app-bottom-nav-inner{justify-content:space-between;gap:4px;max-width:960px;margin:0 auto;display:flex}.app-bottom-nav-item{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;flex-direction:column;flex:1;align-items:center;gap:2px;padding:6px 4px;font-size:11px;display:flex}.app-bottom-nav-item-active{color:#e5f3ff;background:radial-gradient(circle at 50% 0,#38bdf859,#0000 70%);font-weight:500}.app-bottom-nav-icon{font-size:16px;line-height:1}.app-bottom-nav-label{font-size:11px}.legal-layout{justify-content:center;align-items:center;min-height:100vh;padding:32px 16px;display:flex;position:relative}.back-button{z-index:40;cursor:pointer;background:radial-gradient(circle at 0 0,#1e40af99 0,#0f172af2 55%);border:1px solid #94a3b899;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:fixed;top:16px;left:16px;box-shadow:0 10px 30px #0f172ae6}.back-button-icon{color:#e5f3ff;font-size:18px;line-height:1}.back-button:active{transform:translateY(1px)}.legal-card{background:radial-gradient(circle at 0 0,#1d2a3f 0,#020617 60%);border:1px solid #94a3b859;border-radius:18px;width:100%;max-width:840px;padding:24px 24px 28px;font-size:14px;box-shadow:0 24px 60px #0f172ae6}.legal-content{color:var(--text-main);margin-top:16px}.services-table-wrapper{margin-top:16px;overflow-x:auto}.services-table{border-collapse:collapse;width:100%;font-size:14px}.services-table th,.services-table td{text-align:left;border-bottom:1px solid #94a3b859;padding:6px 8px}.services-table th{color:var(--text-muted);font-weight:500}.services-actions{justify-content:flex-end;gap:8px;display:flex}.services-link{color:var(--primary-light);cursor:pointer;box-shadow:none;appearance:none;background:0 0;border:none;padding:0;font-size:13px}.services-link-danger{color:#fb7185;cursor:pointer;box-shadow:none;appearance:none;background:0 0;border:none;padding:0}:root[data-theme=light] .services-link-danger{color:#b91c1c}.services-toolbar{justify-content:flex-end;margin-top:8px;display:flex}.services-list{flex-direction:column;gap:8px;margin-top:16px;display:flex}.service-item{background:#0f172aeb;border:1px solid #94a3b859;border-radius:14px;justify-content:space-between;align-items:stretch;gap:10px;padding:10px 12px;display:flex}.service-item-main{flex:1;min-width:0}.service-item-title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.service-item-name{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.service-item-price{color:var(--primary-light);white-space:nowrap;font-size:14px;font-weight:500}.service-item-meta-row{color:var(--text-muted);flex-wrap:wrap;gap:8px;margin-top:4px;font-size:12px;display:flex}.service-item-status{border-radius:999px;padding:2px 8px;font-size:11px}.service-item-status-active{color:#4ade80;background:#22c55e29}.service-item-status-inactive{color:#e5e7eb;background:#94a3b82e}.service-item-actions{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.service-item-icon-button{width:32px;height:32px;color:var(--primary-light);cursor:pointer;background:#3b82f624;border:none;border-radius:999px;justify-content:center;align-items:center;display:flex}.service-item-icon-button:hover{background:#3b82f638}.service-item-icon{fill:currentColor;width:16px;height:16px}.service-item-delete{padding:0;font-size:11px}.service-modal-delete{align-self:flex-start;margin-top:4px}:root[data-theme=light] .service-item{background:#f8fafcf5;border-color:#94a3b859}:root[data-theme=light] .service-item-name{color:#0f172a}:root[data-theme=light] .service-item-meta-row{color:#6b7280}:root[data-theme=light] .service-item-status-active{color:#059669;background:#10b9811f}:root[data-theme=light] .service-item-status-inactive{color:#4b5563;background:#94a3b833}:root[data-theme=light] .service-item-icon-button{color:#4f46e5;background:#4f46e514}:root[data-theme=light] .service-item-icon-button:hover{background:#4f46e529}.modal-backdrop{z-index:40;background:#0f172ab3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:radial-gradient(circle at 0 0,#1d2a3f 0,#020617 60%);border:1px solid #94a3b859;border-radius:18px;width:100%;max-width:640px;margin:0 16px;padding:20px 22px 24px;box-shadow:0 24px 60px #0f172ae6}.modal-card.modal-card-scroll{-webkit-overflow-scrolling:touch;max-height:92vh;overflow-y:auto}.dashboard-calendar-cta{margin:12px 0 8px}.booking-edit-card{flex-direction:column;height:auto;max-height:90vh;display:flex;overflow:hidden}.booking-edit-card .settings-form{flex-direction:column;height:100%;min-height:0;display:flex}.booking-edit-scroll{flex-direction:column;flex:1;gap:12px;min-height:0;margin-top:8px;margin-bottom:12px;padding-right:6px;display:flex;overflow-y:auto}.dashboard-edit-status{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.dashboard-status-quick,.dashboard-share-actions{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.dashboard-share-message{flex-direction:column;gap:6px;margin-top:8px;display:flex}.share-text{color:var(--text-main);background:#0f172a66;border:1px solid #94a3b859;border-radius:10px;min-height:48px;padding:10px 12px;font-size:14px}.dashboard-share-buttons{flex-wrap:wrap;gap:8px;display:flex}.profile-avatar-upload{flex-direction:column;gap:8px;display:flex}.profile-avatar-preview{object-fit:cover;background:#0f172a4d;border:1px solid #94a3b859;border-radius:12px;width:96px;height:96px}.profile-avatar-placeholder{width:96px;height:96px;color:var(--text-muted);background:#0f172a33;border:1px dashed #94a3b899;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.file-upload-button{color:#fff;cursor:pointer;background:linear-gradient(120deg,#3b82f6,#7c3aed);border-radius:999px;justify-content:center;align-items:center;gap:6px;width:fit-content;padding:10px 14px;font-size:14px;font-weight:500;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 16px 40px #1e40af59}.file-upload-button input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.file-upload-button:hover{opacity:.95}.product-card{flex-direction:column;gap:8px;display:flex}.product-card-main{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid}.product-card-photo{color:#cbd5e1;background:#0f172a4d;border:1px solid #94a3b859;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;display:inline-flex;overflow:hidden}.product-card-photo img{object-fit:cover;width:100%;height:100%}.product-card-info{flex-direction:column;gap:4px;display:flex}.product-card-title{color:var(--text-main);font-weight:600}.product-card-meta{color:var(--text-muted);flex-wrap:wrap;gap:10px;font-size:14px;display:flex}.product-card-price{color:var(--text-main);font-weight:500}.product-card-stock{color:var(--text-muted)}.product-card-actions{flex-wrap:wrap;gap:12px;display:flex}.product-item .service-item-main{gap:12px}.product-item-head{grid-template-columns:auto 1fr;align-items:center;gap:12px;display:grid}.product-item-photo{color:#cbd5e1;background:#0f172a4d;border:1px solid #94a3b859;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;display:inline-flex;overflow:hidden}.product-item-photo img{object-fit:cover;width:100%;height:100%}.product-item-stock{color:var(--text-muted)}@media (max-width:480px){.dashboard-edit-status{grid-template-columns:1fr}.dashboard-status-quick,.dashboard-share-actions,.dashboard-share-buttons{flex-direction:column}}.modal-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.modal-danger{margin-top:12px}.modal-danger .auth-button-danger{width:100%}.schedule-tabs{background:#0f172ae6;border:1px solid #94a3b859;border-radius:999px;margin-top:8px;margin-bottom:12px;padding:4px;display:inline-flex}.schedule-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:6px 14px;font-size:14px}.schedule-tab-active{background:linear-gradient(120deg,var(--primary),var(--accent-purple));color:#fff}.schedule-filters{margin-bottom:12px}.schedule-date-range{flex-wrap:wrap;gap:12px;display:flex}.schedule-breaks{flex-direction:column;gap:6px;margin-top:4px;display:flex}.schedule-breaks-header{color:var(--text-muted);justify-content:space-between;align-items:center;gap:8px;font-size:13px;display:flex}.schedule-breaks-row{flex-wrap:wrap;align-items:flex-end;gap:8px;display:flex}.schedule-breaks-row>.settings-label{flex:1}.schedule-section{margin-top:8px}.schedule-templates-list{flex-direction:column;gap:10px;margin-top:4px;display:flex}.schedule-templates-header{justify-content:flex-end;margin-bottom:8px;display:flex}.schedule-edit-header{align-items:center}.schedule-edit-title{flex-direction:column;gap:0;display:flex}.schedule-edit-title-line{font-size:13px}.schedule-edit-title-sub{font-size:15px;font-weight:500}.schedule-edit-toggle{background:#0f172ae6;border:1px solid #94a3b859;border-radius:999px;gap:2px;padding:3px;display:inline-flex}.schedule-edit-toggle-option{color:var(--text-muted);cursor:pointer;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;display:inline-flex}.schedule-edit-toggle-option input{display:none}.schedule-edit-toggle-option-active{color:#f9fafb;background:linear-gradient(135deg,#38bdf8,#6366f1)}.schedule-template-card{background:#0f172ae6;border:1px solid #94a3b859;border-radius:14px;padding:10px 12px 12px}.schedule-template-actions{gap:8px;margin-top:6px;display:flex}.schedule-template-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.schedule-template-title-wrap{flex-direction:column;gap:2px;display:flex}.schedule-template-title{margin:0;font-size:15px}.schedule-template-description{color:var(--text-muted);margin:0 0 8px;font-size:13px}.status-pill{border-radius:999px;padding:3px 8px;font-size:11px}.status-pill-draft{color:var(--text-muted);background:#94a3b833}.status-pill-scheduled{color:#facc15;background:#eab30826}.status-pill-active{color:#4ade80;background:#22c55e33}.schedule-days-list{flex-direction:column;gap:10px;margin-top:4px;display:flex}.schedule-day-card{background:#0f172ae6;border:1px solid #94a3b859;border-radius:14px;padding:10px 12px 12px}.schedule-day-card-custom{border-color:#3b82f6cc}.template-carousel{margin-top:12px}.template-cards{-webkit-overflow-scrolling:touch;gap:12px;padding:4px 0 8px;display:flex;overflow-x:auto}.template-card{text-align:left;min-width:180px;color:inherit;cursor:pointer;background:radial-gradient(circle at 0 0,#1d2a3f 0,#020617 60%);border:1px solid #94a3b859;border-radius:12px;padding:10px 12px;box-shadow:0 12px 28px #00000059}.template-card-active{border-color:#22c55ecc}.template-card-scheduled{border-color:#eab308b3}.template-card-draft{border-color:#94a3b8b3}.template-card-off{border-color:#94a3b866}.template-card-title{margin-bottom:4px;font-weight:600}.template-card-row{color:var(--text-muted,#cbd5e1);font-size:13px}.schedule-day-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.schedule-day-date{font-weight:500}.schedule-day-publish{color:var(--text-muted);font-size:12px}.schedule-slots{flex-direction:column;gap:4px;display:flex}.schedule-slot{background:#0f172acc;border:1px solid #94a3b84d;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;font-size:13px;display:flex}.schedule-slot-busy{background:#7f1d1d99;border-color:#f87171b3}.schedule-slot-custom{box-shadow:0 0 0 1px #3b82f6b3}.schedule-slot-client{color:var(--text-muted);font-size:12px}.schedule-slot-preferred{color:var(--text-main);font-size:12px}.schedule-slot-actions{align-items:center;gap:6px;display:flex}.schedule-slot-status{color:var(--text-muted);font-size:12px}.public-layout{justify-content:center;align-items:center;min-height:100vh;padding:32px 16px;display:flex}.public-card{background:radial-gradient(circle at 0 0,#1d2a3f 0,#020617 60%);border:1px solid #94a3b859;border-radius:18px;width:100%;max-width:720px;padding:24px 24px 28px;box-shadow:0 24px 60px #0f172ae6}.public-master-header{align-items:center;gap:14px;margin-bottom:16px;display:flex}.public-master-avatar{background:radial-gradient(circle at 0 0,#e5f0ff 0,#3b82f6 45%,#020617 100%);border:1px solid #94a3b899;border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;font-weight:600;display:flex;overflow:hidden}.public-master-avatar.small{border-radius:14px;width:40px;height:40px}.public-master-avatar img{object-fit:cover;width:100%;height:100%}.public-master-name{margin:0 0 4px;font-size:22px}.public-master-meta{color:var(--text-muted);margin:0;font-size:13px}.public-section{margin-top:16px}.public-section-title{margin:0 0 8px;font-size:16px}.public-categories{flex-direction:column;gap:10px;display:flex}.public-category{flex-direction:column;gap:8px;display:flex}.public-category-header{width:100%;color:inherit;cursor:pointer;text-align:left;background:#0f172ab8;border:1px solid #94a3b859;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.public-category-title{font-size:14px;font-weight:600}.public-category-chevron{color:var(--text-muted);transition:transform .2s}.public-category-chevron-open{transform:rotate(180deg)}.public-services-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.public-service-card{text-align:left;cursor:pointer;color:inherit;background:#0f172ae6;border:1px solid #94a3b859;border-radius:14px;padding:10px 12px}.public-service-card-active{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.public-service-title{margin-bottom:4px;font-size:14px}.public-service-meta{color:var(--text-muted);font-size:13px}.public-slots-list{flex-wrap:wrap;gap:8px;display:flex}.public-slot{cursor:pointer;color:inherit;background:#0f172ae6;border:1px solid #94a3b866;border-radius:999px;padding:6px 10px;font-size:13px}.public-slot-active{border-color:var(--primary);background:linear-gradient(120deg,var(--primary),var(--accent-purple))}.public-booking-form{flex-direction:column;gap:12px;display:flex}.public-success-title{margin:0 0 8px;font-size:22px}.public-success-box{background:#0f172ae6;border:1px solid #94a3b866;border-radius:12px;margin-top:12px;padding:10px 12px;font-size:14px}.public-recommended-list{flex-direction:column;gap:8px;margin-top:6px;display:flex}.public-recommended-card{background:#0f172ae6;border:1px solid #94a3b859;border-radius:12px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;display:flex}.public-recommended-name{font-weight:500}.public-recommended-meta{color:var(--text-muted);font-size:12px}.public-success-actions{justify-content:flex-start;margin-top:16px;display:flex}.public-contact-buttons{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.public-contact-btn{cursor:pointer;color:#fff;border:none;border-radius:999px;padding:6px 12px;font-size:13px;text-decoration:none}.public-contact-btn.whatsapp{background:linear-gradient(120deg,#22c55e,#16a34a)}.public-contact-btn.telegram{background:linear-gradient(120deg,#0ea5e9,#0369a1)}.notifications-list{flex-direction:column;gap:8px;margin-top:8px;display:flex}.notification-card{background:#0f172ae6;border:1px solid #94a3b859;border-radius:14px;padding:10px 12px;font-size:14px}:root[data-theme=light] .schedule-template-card,:root[data-theme=light] .schedule-day-card,:root[data-theme=light] .schedule-slot,:root[data-theme=light] .public-slot,:root[data-theme=light] .public-success-box,:root[data-theme=light] .public-recommended-card,:root[data-theme=light] .notification-card{color:#f9fafb}.notification-unread{border-color:var(--primary)}.notification-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.notification-title{font-weight:500}.notification-date{color:var(--text-muted);font-size:12px}.notification-message{color:var(--text-main);font-size:13px}.billing-subscription-box{background:#0f172ae6;border:1px solid #94a3b866;border-radius:12px;margin-top:8px;padding:10px 12px;font-size:14px}.billing-payments-table-wrapper{margin-top:8px;overflow-x:auto}.billing-payments-table{border-collapse:collapse;width:100%;font-size:14px}.billing-payments-table th,.billing-payments-table td{text-align:left;border-bottom:1px solid #94a3b859;padding:8px 10px}.billing-payments-table th{color:var(--text-muted);font-weight:500}.billing-banner{background:linear-gradient(120deg,#f8717129,#7f1d1db3);border-bottom:1px solid #f8717166;padding:8px 16px}.billing-banner-inner{justify-content:space-between;align-items:center;gap:10px;max-width:960px;margin:0 auto;font-size:13px;display:flex}.billing-banner-btn{color:#fff;background:linear-gradient(120deg,#ef4444,#b91c1c);border-radius:999px;padding:6px 12px;font-size:13px;text-decoration:none}.offline-banner{background:linear-gradient(120deg,#94a3b859,#334155e6);border-bottom:1px solid #f8fafc33;padding:6px 16px}.offline-banner-inner{max-width:960px;margin:0 auto;font-size:13px}.dashboard-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.dashboard-header-right{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.dashboard-header-main{align-items:center;gap:10px;display:flex}.dashboard-avatar-button{cursor:pointer;color:inherit;background:0 0;border:none;align-items:center;gap:10px;margin:0;padding:0;display:flex}.dashboard-avatar-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.dashboard-avatar-text{flex-direction:column;align-items:flex-start;display:flex}.dashboard-avatar{background:radial-gradient(circle at 0 0,#e5f0ff 0,#3b82f6 45%,#020617 100%);border:1px solid #94a3b899;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex;overflow:hidden}.dashboard-avatar img{object-fit:cover;width:100%;height:100%}.dashboard-greeting{white-space:nowrap;text-overflow:ellipsis;max-width:200px;margin:0;font-size:15px;overflow:hidden}.dashboard-meta{color:var(--text-muted);margin:0;font-size:12px}.dashboard-subscription{flex-direction:column;align-items:flex-end;gap:2px;font-size:11px;display:flex}.dashboard-subscription-status{border:1px solid #94a3b899;border-radius:999px;padding:2px 8px}.dashboard-subscription-date{color:var(--text-muted)}.theme-toggle{cursor:pointer;color:#e5f3ff;background:#0f172ae6;border:1px solid #94a3b880;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.theme-toggle-icon{font-size:14px}.theme-toggle-label{font-size:11px}.dashboard-info-toggle{cursor:pointer;color:#e5f3ff;background:#0f172ae6;border:1px solid #94a3b880;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.dashboard-info-toggle-icon{font-size:13px;font-weight:600}.dashboard-info-toggle-label{font-size:12px}:root[data-theme=light] .theme-toggle{color:#0f172a;border-color:var(--border-subtle);background:#fff}.dashboard-section{margin-top:16px}.dashboard-section-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.dashboard-booking-card{background:#0f172ae6;border:1px solid #94a3b859;border-radius:12px;justify-content:space-between;gap:8px;margin-top:8px;padding:10px 12px;display:flex}.dashboard-booking-main{flex-direction:column;gap:2px;font-size:13px;display:flex}.dashboard-booking-time{font-weight:500}.dashboard-booking-service{color:var(--text-main)}.dashboard-booking-client{color:var(--text-muted)}.dashboard-booking-meta{color:var(--text-muted);font-size:11px}.dashboard-info-modal{flex-direction:column;max-width:640px;max-height:80vh;display:flex}.dashboard-info-content{flex-direction:column;flex:auto;gap:12px;padding-right:4px;display:flex;overflow-y:auto}.dashboard-info-illustration{object-fit:contain;border-radius:12px;width:100%;max-height:220px}.dashboard-info-list{color:var(--text-main);flex-direction:column;gap:6px;margin:0;padding-left:18px;font-size:14px;display:flex}.dashboard-contact-actions{flex-wrap:wrap;gap:8px;margin:8px 0 4px;display:flex}.settings-referral-code-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.referral-copy-btn{color:#e5f3ff;cursor:pointer;background:#0f172ae6;border:1px solid #94a3b880;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:inline-flex}.referral-copy-btn:hover{background:#0f172ab3}.dashboard-booking-actions{flex-direction:column;gap:4px;display:flex}.dashboard-tabs{background:#0f172ae6;border:1px solid #94a3b859;border-radius:999px;padding:2px;display:inline-flex}.dashboard-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:4px 10px;font-size:12px}.dashboard-tab-active{background:linear-gradient(120deg,var(--primary),var(--accent-purple));color:#fff}:root[data-theme=light] .dashboard-tab{color:#e5f3ff}.dashboard-list{flex-direction:column;gap:6px;margin-top:8px;display:flex}.dashboard-list-item{background:#0f172ae6;border:1px solid #94a3b859;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;font-size:13px;display:flex}.dashboard-list-time{font-weight:500}.dashboard-list-service{color:var(--text-main)}.dashboard-list-client{color:var(--text-muted)}.dashboard-list-status{color:var(--text-muted);font-size:11px}.dashboard-list-main{flex-direction:column;gap:2px;display:flex}.dashboard-list-meta{align-items:flex-end;display:flex}.dashboard-empty{color:var(--text-muted);margin-top:8px;font-size:13px}.dashboard-calendar{background:#0f172ae6;border:1px solid #94a3b859;border-radius:14px;margin-top:8px;padding:8px 10px 10px}.dashboard-calendar-header{justify-content:center;align-items:center;gap:8px;margin-bottom:6px;font-size:14px;display:flex}.dashboard-calendar-month{text-transform:capitalize;font-weight:500}.schedule-actions{flex-wrap:wrap;gap:8px;display:flex}.schedule-action{border:1px solid var(--border-color);background:var(--input-bg);border-radius:14px;padding:8px 12px;font-size:14px}.schedule-action:hover{background:var(--card-bg)}.schedule-action-primary{color:#fff;background:linear-gradient(135deg,#6f7cf3,#9a7cf3);border-color:#0000}.schedule-action-planned{color:#0f172a;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:#0000;border-radius:14px;padding:12px 16px;font-weight:600;box-shadow:0 10px 28px #f59e0b59}.schedule-action-planned:hover{filter:brightness(.98)}.dashboard-calendar-cell-picked{color:#ecfdf3;background:#22c55e2e;border:2px solid #22c55e;font-weight:600;box-shadow:inset 0 0 0 1px #22c55e59}.template-card-selected{box-shadow:0 0 0 2px #fbbf24,0 10px 28px #f59e0b59}.weekly-template-body{flex-direction:column;gap:16px;max-height:70vh;padding-right:4px;display:flex;overflow-y:auto}.weekly-template-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.weekly-template-day{border:1px solid var(--border-color);background:var(--card-bg);border-radius:12px;padding:12px}.weekly-template-day h4{margin:0 0 8px;font-size:14px}.dashboard-calendar-nav{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:2px 6px}.dashboard-calendar{background:#0f172a59;border:1px solid #94a3b840;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.dashboard-calendar-weekdays{color:var(--text-muted);grid-template-columns:repeat(7,1fr);gap:6px;font-size:12px;display:grid}.dashboard-calendar-weekday{text-align:center}.dashboard-calendar-grid{flex-direction:column;gap:6px;display:flex}.dashboard-calendar-row{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.dashboard-calendar-cell{height:36px;color:var(--text-main);cursor:pointer;background:#0f172ab3;border:1px solid #94a3b859;border-radius:12px;justify-content:center;align-items:center;font-size:13px;transition:border-color .12s,background .12s,color .12s;display:flex;position:relative}.dashboard-calendar-cell-empty{cursor:default}.dashboard-calendar-day-number{z-index:1;position:relative}.dashboard-calendar-day-dot{background:var(--primary-light);border-radius:999px;width:4px;height:4px;position:absolute;bottom:4px}.dashboard-calendar-day-dot-draft{background:#ef4444}.dashboard-calendar-cell-working{color:#22c55e;background:#22c55e1f;border-color:#22c55ea6}.dashboard-calendar-cell-scheduled{color:#eab308;background:#eab3081f;border-color:#eab308a6}.dashboard-calendar-cell-has-bookings{font-weight:600}.dashboard-calendar-cell-draft{border:1px dashed #60a5fab3}.dashboard-calendar-cell-off{color:#94a3b8;background:#94a3b81a;border-color:#94a3b840}.dashboard-calendar-cell-selected{color:#fff;background:linear-gradient(120deg,#3b82f6,#7c3aed);border:1px solid #60a5fae6}.dashboard-calendar-cell-today{box-shadow:0 0 0 1px #f8fafc80}.dashboard-day{margin-top:10px}.dashboard-day-header{flex-direction:column;gap:2px;margin-bottom:4px;display:flex}.dashboard-day-title{text-transform:capitalize;font-size:14px;font-weight:500}.dashboard-day-summary{color:var(--text-muted);font-size:12px}.dashboard-day-list{flex-direction:column;gap:6px;margin-top:6px;display:flex}.dashboard-calendar-legend{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:12px;margin:8px 0 12px;font-size:12px;display:flex}.legend-item{align-items:center;gap:6px;display:inline-flex}.legend-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.legend-active{background:#22c55e}.legend-scheduled{background:#eab308}.legend-draft{background:#ef4444}.legend-off{background:#94a3b8}.dashboard-day-booking{cursor:pointer;background:#0f172ae6;border:1px solid #94a3b859;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:8px;padding:6px 8px;font-size:13px;display:flex}.dashboard-day-booking-main{flex-direction:column;gap:2px;display:flex}.dashboard-day-booking-time{font-weight:500}.dashboard-day-booking-service{color:var(--text-main)}.dashboard-day-booking-client{color:var(--text-muted)}.dashboard-day-booking-meta{flex-direction:column;align-items:flex-end;gap:2px;font-size:12px;display:flex}.dashboard-day-booking-price{font-weight:500}.dashboard-day-booking-status{color:var(--text-muted)}.dashboard-edit-slots{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.dashboard-edit-slot{cursor:pointer;color:inherit;background:#0f172ae6;border:1px solid #94a3b866;border-radius:999px;padding:4px 10px;font-size:13px}.dashboard-edit-slot-active{border-color:var(--primary);background:linear-gradient(120deg,var(--primary),var(--accent-purple))}:root[data-theme=light] .dashboard-edit-slot{color:#f9fafb;background:#0f172a;border-color:#94a3b880}:root[data-theme=light] .dashboard-edit-slot-active{color:#f9fafb;background:linear-gradient(120deg,var(--primary),var(--accent-purple));border-color:var(--primary)}.dashboard-edit-date-wrapper{position:relative}.dashboard-edit-date-input{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.dashboard-edit-date-picker{z-index:40;background:#0f172afa;border:1px solid #94a3b899;border-radius:14px;margin-top:4px;padding:8px 10px 10px;position:absolute;top:100%;left:0}.dashboard-edit-date-picker .dashboard-calendar{box-shadow:none;background:0 0;border:none}.dashboard-edit-date-picker .dashboard-calendar-month{font-size:13px}.dashboard-edit-date-picker .dashboard-calendar-cell{padding-block:4px}.dashboard-day-footer{flex-direction:column;gap:6px;margin-top:8px;display:flex}.dashboard-day-revenue{color:var(--text-muted);font-size:13px}:root[data-theme=light] .dashboard-calendar{background:#0f172a}:root[data-theme=light] .dashboard-calendar-month{color:#f9fafb}:root[data-theme=light] .dashboard-calendar-weekdays{color:#e2e8f0cc}:root[data-theme=light] .dashboard-calendar-cell{color:#f9fafb}:root[data-theme=light] .dashboard-calendar-cell-working{color:#22c55e}:root[data-theme=light] .dashboard-calendar-cell-draft{border-color:#3b82f6b3}:root[data-theme=light] .dashboard-calendar-cell-off{color:#f97373}:root[data-theme=light] .dashboard-day-booking,:root[data-theme=light] .dashboard-booking-card,:root[data-theme=light] .dashboard-list-item{background:#0f172a;border-color:#94a3b880}:root[data-theme=light] .dashboard-day-booking-service,:root[data-theme=light] .dashboard-list-service{color:#e5f3ff}:root[data-theme=light] .dashboard-day-booking-time,:root[data-theme=light] .dashboard-list-time,:root[data-theme=light] .dashboard-day-booking-price{color:#f9fafb}:root[data-theme=light] .dashboard-day-booking-client,:root[data-theme=light] .dashboard-day-booking-status,:root[data-theme=light] .dashboard-list-client,:root[data-theme=light] .dashboard-list-status,:root[data-theme=light] .dashboard-day-summary,:root[data-theme=light] .dashboard-day-revenue{color:#cbd5e1e6}:root[data-theme=light] .dashboard-day-summary,:root[data-theme=light] .dashboard-day-revenue{color:#020617}.dashboard-actions{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin-top:8px;display:grid}.dashboard-actions .auth-button-primary,.modal-actions .auth-button-primary{width:auto}.dashboard-ptr-indicator{opacity:0;justify-content:center;align-items:center;height:20px;transition:opacity .12s ease-out,transform .12s ease-out;display:flex;transform:translateY(-6px)}.dashboard-ptr-indicator-active{opacity:1;transform:translateY(0)}.dashboard-ptr-icon{width:22px;height:22px;color:var(--text-muted);background:#0f172ab3;border:1px solid #94a3b899;border-radius:999px;justify-content:center;align-items:center;font-size:13px;display:flex}.dashboard-ptr-indicator-active .dashboard-ptr-icon{animation:.6s linear infinite dashboard-spin}.ptr-wrapper{position:relative}:root[data-theme=light] .dashboard-booking-time{color:#f9fafb}:root[data-theme=light] .dashboard-booking-service{color:#e5f3ff}:root[data-theme=light] .dashboard-booking-client,:root[data-theme=light] .dashboard-booking-meta{color:#cbd5e1e6}.dashboard-refresh-icon-btn{color:#e5f3ff;cursor:pointer;background:#0f172ae6;border:1px solid #94a3b899;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:inline-flex}.dashboard-refresh-icon-btn:hover{background:#0f172ab3}@keyframes dashboard-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.schedule-replicate{margin-top:8px}.schedule-replicate-text{margin-top:8px;margin-bottom:4px;font-size:12px}@media (max-width:480px){.settings-card{max-width:440px;padding:18px 16px 22px}.settings-title{font-size:20px}.settings-subtitle,.services-table{font-size:13px}.auth-card{max-width:360px;padding-inline:18px}}.settings-list{flex-direction:column;gap:8px;margin-top:8px;display:flex}.settings-list-item{color:inherit;background:#0f172ae6;border:1px solid #94a3b859;border-radius:12px;padding:10px 12px;text-decoration:none;display:block}.settings-list-title{font-size:14px;font-weight:500}.settings-list-subtitle{color:var(--text-muted);margin-top:2px;font-size:12px}:root[data-theme=light] .settings-list-item{color:#f9fafb}:root[data-theme=light] .settings-list-subtitle{color:#e2e8f0e6}.app-offline .auth-button-primary,.app-offline .public-slot,.app-offline .services-link,.app-offline .billing-banner-btn{opacity:.6;pointer-events:none}.clients-toolbar{margin-top:8px;margin-bottom:8px}.clients-search-input{max-width:320px}.clients-table-wrapper{margin-top:4px;overflow-x:auto}.clients-table{border-collapse:collapse;width:100%;font-size:14px}.clients-list-scroll{max-height:calc(100vh - 280px);padding-right:4px;overflow-y:auto}.clients-list-scroll::-webkit-scrollbar{width:6px}.clients-list-scroll::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:999px}.clients-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;margin-top:4px;display:grid}.client-mini-card{text-align:left;color:inherit;cursor:pointer;background:radial-gradient(circle at 0 0,#1d2a3f 0,#020617 60%);border:1px solid #94a3b859;border-radius:14px;padding:12px 14px;box-shadow:0 12px 30px #0f172a73}.client-mini-card:hover{background:#1e293be6}.client-mini-main{justify-content:space-between;align-items:center;gap:8px;display:flex}.client-mini-title{font-size:15px;font-weight:600}.client-mini-contact{color:var(--text-muted);font-size:12px}.client-mini-phone{color:#cbd5e1;margin-top:6px;font-size:14px}.clients-table th,.clients-table td{text-align:left;border-bottom:1px solid #94a3b859;padding:8px 10px}.clients-table th{color:var(--text-muted);font-weight:500}.clients-row{cursor:pointer}.clients-row:hover{background:#0f172acc}.client-summary-box{background:#0f172ae6;border:1px solid #94a3b866;border-radius:12px;margin-top:8px;padding:10px 12px;font-size:14px}.client-history-list{flex-direction:column;gap:8px;margin-top:8px;display:flex}.client-history-item{background:#0f172ae6;border:1px solid #94a3b859;border-radius:12px;padding:8px 10px;font-size:13px}.client-history-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.client-history-date{font-weight:500}.client-history-status{color:var(--text-muted);font-size:12px}.client-history-comment{color:var(--text-muted);margin-top:2px}.analytics-section{margin-top:16px}.analytics-chart{flex-direction:column;gap:6px;margin-top:6px;display:flex}.analytics-bar-row{grid-template-columns:minmax(0,1.5fr) minmax(0,3fr) auto;align-items:center;gap:8px;font-size:13px;display:grid}.analytics-bar-label{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.analytics-bar-track{background:#0f172ae6;border:1px solid #94a3b859;border-radius:999px;height:10px;position:relative;overflow:hidden}.analytics-bar-fill{background:linear-gradient(120deg,var(--primary),var(--accent-purple));border-radius:999px;position:absolute;inset:0}.analytics-bar-value{font-variant-numeric:tabular-nums}.waitlist-form-card{background:#0f172a4d;border:1px solid #94a3b859;border-radius:12px;margin-top:16px;padding:12px 14px}.waitlist-dropdown-header{width:100%;color:inherit;cursor:pointer;background:radial-gradient(circle at 0 0,#1d2a3f 0,#020617 60%);border:1px solid #94a3b859;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.waitlist-dropdown-icon{color:var(--text-muted);font-size:16px}.waitlist-form{margin-top:10px}.waitlist-table-wrapper{margin-top:16px;overflow-x:auto}.waitlist-table{border-collapse:collapse;width:100%;font-size:14px}.waitlist-table th,.waitlist-table td{text-align:left;vertical-align:top;border-bottom:1px solid #94a3b840;padding:10px 8px}.waitlist-table th{color:var(--text-muted);font-weight:600}.waitlist-row-processed{opacity:.7}.waitlist-row-highlight{background:#38bdf81f;transition:background .3s}.waitlist-badge{color:#e5f3ff;background:#3b82f626;border:1px solid #3b82f640;border-radius:999px;padding:2px 8px;font-size:12px;display:inline-flex}.waitlist-status{border:1px solid #94a3b859;border-radius:999px;align-items:center;gap:6px;padding:2px 8px;font-size:12px;display:inline-flex}.waitlist-status-pending{color:#fbbf24;background:#fbbf241f}.waitlist-status-done{color:#4ade80;background:#4ade801f}.waitlist-main{font-weight:600}.waitlist-comment{white-space:pre-wrap;max-width:220px}.waitlist-small-button{border-radius:10px;padding:8px 12px;font-size:13px}.waitlist-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.waitlist-card{position:relative}.waitlist-card-processed{opacity:.7}.waitlist-card-highlight{box-shadow:0 0 0 1px #38bdf899,0 12px 30px #38bdf833}.waitlist-card-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.waitlist-card-meta{justify-content:space-between;align-items:center;gap:8px;margin-top:6px;font-size:12px;display:flex}.waitlist-card-actions{margin-top:10px}.waitlist-comment-inline{color:var(--text-muted);margin-top:6px;font-size:13px}.waitlist-modal-calendar{margin-top:8px;margin-bottom:8px}.waitlist-calendar-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.waitlist-calendar-weekdays{color:var(--text-muted);grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:4px;font-size:12px;display:grid}.waitlist-calendar-grid{gap:4px;display:grid}.waitlist-calendar-week{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.waitlist-calendar-day{border:1px solid #94a3b859;height:34px;padding:0}.waitlist-slots{margin-top:10px}.waitlist-slots-title{color:var(--text-muted);margin-bottom:6px;font-size:13px}.waitlist-slots-grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:6px;display:grid}.waitlist-dates{margin-top:10px}.waitlist-dates-title{color:var(--text-muted);margin-bottom:6px;font-size:13px}.waitlist-dates-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:6px;display:grid}.waitlist-calendar-block{margin-top:8px;margin-bottom:12px}.public-slot-disabled{opacity:.5;pointer-events:none}.waitlist-filters{flex-direction:column;gap:12px;margin-top:14px;display:flex}.waitlist-filter-group{flex-direction:column;gap:6px;display:flex}.waitlist-filter-buttons{flex-wrap:wrap;gap:8px;display:flex}.waitlist-filter-btn{color:var(--text-main);cursor:pointer;background:0 0;border:1px solid #94a3b859;border-radius:10px;padding:7px 12px}.waitlist-filter-btn.active{background:#3b82f626;border-color:#3b82f699}.waitlist-push-box{margin-top:12px}.waitlist-push-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.waitlist-push-title{font-weight:600}.waitlist-push-actions{gap:8px;display:flex}@media (max-width:768px){.waitlist-table{font-size:13px}.waitlist-push-header{flex-direction:column;align-items:flex-start}.waitlist-push-actions,.waitlist-push-actions .auth-button-primary,.waitlist-push-actions .auth-button-secondary{width:100%}}
