html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{background:#f4f6fb;min-width:320px;display:block}#root{max-width:none;margin:0;padding:0}:root{color:#111827;background:#f4f6fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#f4f6fb;min-width:320px;min-height:100vh;margin:0}button,select,textarea{font-family:inherit}.app{grid-template-columns:280px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#0f172a;height:100vh;padding:28px 22px;position:sticky;top:0}.brand{align-items:center;gap:14px;margin-bottom:34px;display:flex}.brand-icon{background:#6366f1;border-radius:16px;place-items:center;width:48px;height:48px;font-size:24px;font-weight:900;display:grid}.brand h1{margin:0;font-size:22px}.brand p{color:#94a3b8;margin:4px 0 0}.label{color:#94a3b8;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.select{color:#fff;background:#111827;border:1px solid #334155;border-radius:14px;outline:none;width:100%;padding:12px}.nav{gap:10px;margin-top:28px;display:grid}.nav button{color:#cbd5e1;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:14px;padding:12px 14px;font-weight:800}.nav button.active,.nav button:hover{color:#fff;background:#1e293b}.main{padding:34px;overflow:auto}.header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.eyebrow{color:#6366f1;text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;font-size:12px;font-weight:900}.header h2{letter-spacing:-.04em;margin:0;font-size:40px}.muted{color:#64748b;margin:8px 0 0}.button,.mini-button,.filter{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;padding:11px 15px;font-weight:800}.button.secondary,.mini-button.secondary{color:#111827;background:#fff;border:1px solid #e2e8f0}.button.full{width:100%;margin-top:18px}.mini-button{padding:8px 10px;font-size:12px}.mini-button.danger{background:#991b1b}.mini-button:disabled{opacity:.35;cursor:not-allowed}.notice{border-radius:16px;margin-bottom:16px;padding:14px 16px;font-weight:800}.notice.success{color:#166534;background:#dcfce7}.notice.error{color:#991b1b;background:#fee2e2}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:22px;box-shadow:0 18px 45px #0f172a14}.panel-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.panel h3{margin:0;font-size:24px}.toggle{color:#475569;align-items:center;gap:8px;font-weight:800;display:inline-flex}.stats-grid{grid-template-columns:repeat(5,minmax(120px,1fr));gap:12px;margin-bottom:18px;display:grid}.stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.stat span{color:#64748b;font-size:13px;font-weight:800;display:block}.stat strong{margin-top:6px;font-size:28px;display:block}.filters{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.filter{color:#334155;background:#f1f5f9}.active-filter{color:#fff;background:#111827}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:1100px}th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #e2e8f0;padding:12px;font-size:12px}td{vertical-align:top;border-bottom:1px solid #eef2f7;padding:14px 12px}td strong{margin-bottom:4px;display:block}td span{color:#64748b;font-size:13px;display:block}.badge{color:#475569;background:#f1f5f9;border-radius:999px;align-items:center;margin-top:4px;margin-right:6px;padding:5px 9px;font-size:12px;font-weight:900;display:inline-flex}.badge-success,.badge-completed{color:#166534;background:#dcfce7}.badge-confirmed{color:#1d4ed8;background:#dbeafe}.badge-no_show,.badge-danger{color:#991b1b;background:#fee2e2}.badge-cancelled{color:#374151;background:#e5e7eb}.badge-warning{color:#92400e;background:#fef3c7}.actions{flex-wrap:wrap;gap:8px;display:flex}.empty{color:#64748b;background:#f8fafc;border-radius:18px;padding:24px;font-weight:800}.inbox-list{gap:16px;display:grid}.inbox-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:18px}.inbox-top{justify-content:space-between;gap:16px;display:flex}.inbox-card h4{margin:0 0 8px}.inbox-card p{margin:0}.ai-reply{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin:14px 0;padding:12px}.ai-reply span{color:#64748b;margin-bottom:6px;font-size:12px;font-weight:900;display:block}textarea{resize:vertical;border:1px solid #cbd5e1;border-radius:14px;outline:none;width:100%;min-height:90px;margin-bottom:12px;padding:12px}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.salon-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:18px}.salon-card h4{margin:0;font-size:20px}.salon-card p{color:#64748b}.card-badges{flex-wrap:wrap;gap:6px;display:flex}@media (width<=900px){.app{grid-template-columns:1fr}.sidebar{height:auto;position:static}.stats-grid{grid-template-columns:repeat(2,1fr)}.header,.panel-head{flex-direction:column}}.app{grid-template-columns:240px 1fr}.sidebar{padding:24px 18px}.main{width:100%;max-width:none;padding:22px}.header{margin-bottom:16px}.header h2{font-size:32px}.panel{padding:18px;overflow:hidden}.panel-head{margin-bottom:16px}.stats-grid{grid-template-columns:repeat(5,minmax(100px,1fr));gap:10px}.stat{padding:12px}.stat strong{font-size:24px}.filters{margin-bottom:12px}.table-wrap{border:1px solid #e2e8f0;border-radius:18px;max-height:calc(100vh - 360px);overflow:auto}table{min-width:980px}thead th{z-index:4;background:#f8fafc;position:sticky;top:0}th,td{padding:10px 9px}td strong{font-size:14px}td span{font-size:12px}th:nth-child(7),td:nth-child(7){text-align:center;min-width:75px}th:nth-child(8),td:nth-child(8){z-index:3;background:#fff;min-width:170px;position:sticky;right:0;box-shadow:-10px 0 18px #0f172a0f}thead th:nth-child(8){z-index:5;background:#f8fafc}.actions{justify-content:flex-end;gap:6px}.mini-button{white-space:nowrap;border-radius:10px;padding:7px 9px;font-size:11px}.badge{white-space:nowrap;padding:4px 8px;font-size:11px}@media (width<=1100px){.app{grid-template-columns:1fr}.sidebar{height:auto;position:static}.main{padding:16px}.table-wrap{max-height:none}}html,body,#root{width:100%;max-width:none;margin:0;padding:0}.app{grid-template-columns:230px minmax(0,1fr);width:100vw;max-width:none}.main{width:100%;min-width:0;max-width:none;padding:20px}.panel{width:100%;max-width:none}.table-wrap{width:100%;max-width:100%;max-height:calc(100vh - 320px)}table{width:100%;min-width:1050px}.header{width:100%}.sidebar{width:230px}th:first-child,td:first-child{min-width:160px}th:nth-child(2),td:nth-child(2){min-width:110px}th:nth-child(3),td:nth-child(3){min-width:80px}th:nth-child(4),td:nth-child(4){min-width:150px}th:nth-child(5),td:nth-child(5){min-width:95px}th:nth-child(6),td:nth-child(6){min-width:105px}th:nth-child(7),td:nth-child(7){min-width:70px}th:nth-child(8),td:nth-child(8){min-width:160px}.mini-button.warning{background:#b45309}.mini-button.warning:hover{background:#92400e}.date-filters{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.date-filter{color:#334155;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;padding:9px 12px;font-weight:900}.active-date-filter{color:#fff;background:#111827}.salon-details{gap:18px;display:grid}.settings-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:18px}.hero-card{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.settings-label{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.settings-card h4{margin:0;font-size:24px}.settings-card p{color:#64748b;margin:8px 0 0}.settings-card strong{font-size:32px}.settings-grid,.details-columns{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.details-section{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px}.details-section h4,.all-salons-box h4{margin:0 0 14px;font-size:18px}.details-list{gap:10px;display:grid}.details-row{background:#f8fafc;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.details-row strong{margin-bottom:4px;display:block}.details-row span{color:#64748b;font-size:13px}.all-salons-box{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px}.compact-salon-list{gap:10px;display:grid}.compact-salon{text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;width:100%;padding:13px}.compact-salon strong{margin-bottom:4px;display:block}.compact-salon span{color:#64748b;font-size:13px}.active-compact-salon{background:#eef2ff;border-color:#111827}@media (width<=1100px){.settings-grid,.details-columns{grid-template-columns:1fr}.hero-card{flex-direction:column}}.create-forms-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.create-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;gap:14px;padding:18px;display:grid}.create-form h4{margin:0 0 6px;font-size:18px}.create-form p{color:#64748b;margin:0}.form-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.create-form:nth-child(2) .form-grid{grid-template-columns:repeat(2,1fr)}.form-grid label{color:#475569;gap:6px;font-size:13px;font-weight:900;display:grid}.form-grid input{font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:11px 12px}.form-grid input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}@media (width<=1100px){.create-forms-grid,.form-grid,.create-form:nth-child(2) .form-grid{grid-template-columns:1fr}}.working-hours-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px}.working-hours-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.working-hours-head h4{margin:0 0 6px;font-size:20px}.working-hours-head p{color:#64748b;margin:0}.worker-hours-select label{color:#475569;gap:6px;font-size:13px;font-weight:900;display:grid}.worker-hours-select select{color:#111827;min-width:220px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:10px 12px}.working-hours-table{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.working-hours-header,.working-hours-row{grid-template-columns:1.2fr .7fr repeat(4,1fr) .8fr;align-items:center;gap:10px;padding:12px;display:grid}.working-hours-header{color:#64748b;text-transform:uppercase;letter-spacing:.06em;background:#f8fafc;font-size:12px;font-weight:900}.working-hours-row{border-top:1px solid #e2e8f0}.working-hours-row input[type=time]{font:inherit;border:1px solid #cbd5e1;border-radius:10px;padding:8px}.working-hours-row input:disabled{opacity:.45;background:#f1f5f9}.checkbox-label{color:#334155;align-items:center;gap:7px;font-weight:800;display:inline-flex}@media (width<=1100px){.working-hours-head{flex-direction:column}.working-hours-header{display:none}.working-hours-row{grid-template-columns:1fr 1fr}}.time-select{font:inherit;color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:9px 10px;font-weight:800}.time-select:disabled{opacity:.45;background:#f1f5f9}.working-hours-actions{flex-wrap:wrap;gap:10px;margin:0 0 16px;display:flex}.working-hours-actions .button{box-shadow:none}.row-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.mini-button.secondary{color:#0f172a;background:#e2e8f0}.modal-backdrop{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.edit-modal{background:#fff;border:1px solid #e2e8f0;border-radius:24px;gap:18px;width:min(620px,100%);padding:22px;display:grid;box-shadow:0 30px 80px #0f172a47}.edit-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.edit-modal-header h3{letter-spacing:-.03em;margin:0;font-size:26px}.modal-close{color:#0f172a;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;width:38px;height:38px;font-size:26px;line-height:1}.edit-form-grid{gap:14px;display:grid}.edit-form-grid label{color:#475569;gap:7px;font-size:13px;font-weight:900;display:grid}.edit-form-grid input{font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:14px;outline:none;padding:13px 14px}.edit-form-grid input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f124}.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.warning-alert{color:#92400e;background:#fef3c7;border-color:#fde68a}.notice.warning{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.owner-salon-card{color:#e5e7eb;background:#0f172a59;border:1px solid #94a3b859;border-radius:14px;gap:6px;padding:12px 14px;display:grid}.owner-salon-card span{color:#94a3b8;font-size:12px;font-weight:700}.owner-salon-card strong{color:#fff;font-size:14px}.login-page{background:radial-gradient(circle at 0 0,#6366f12e,#0000 34rem),#f3f6fb;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border:1px solid #dbe4f0;border-radius:26px;gap:14px;width:min(420px,100%);padding:30px;display:grid;box-shadow:0 28px 80px #0f172a24}.login-brand{margin-bottom:4px}.login-card h1{margin:0;font-size:34px}.login-subtitle{color:#52627a;margin:0 0 8px}.logout-button{color:#cbd5e1;cursor:pointer;background:#0f172a38;border:1px solid #94a3b840;border-radius:14px;width:100%;margin-top:auto;padding:12px 14px;font-weight:800}.logout-button:hover{color:#fecaca;background:#ef444424}.salon-settings-form{background:#f8fafc;border:1px solid #94a3b847;border-radius:20px;gap:16px;margin:18px 0;padding:18px;display:grid}.salon-settings-form h4{margin:0 0 6px}.salon-settings-form p{color:#526582;margin:0}.salon-settings-form-grid{align-items:end}.checkbox-field{align-items:center;gap:10px;min-height:44px;padding-top:20px;display:flex}.checkbox-field input{width:16px;height:16px}.checkbox-field span{color:#0f172a;font-weight:800}.inbox-meta-row{color:#64748b;flex-wrap:wrap;gap:8px 14px;margin:4px 0 8px;font-size:13px;font-weight:700;display:flex}
