:root{font-family:Inter,sans-serif;color:#101828;background:#f9fafb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}button,input{font:inherit}button{border:0;cursor:pointer;background:none}input::placeholder{color:#ffffff80}a,button,input,textarea,select{font:inherit}.page-shell{position:relative;display:grid;min-height:100vh;place-items:center;overflow:hidden;padding:24px;isolation:isolate;background:radial-gradient(circle at 50% 72%,rgba(255,255,255,.16),transparent 0 18%),radial-gradient(circle at 24% 8%,rgba(255,255,255,.2),transparent 0 18%),linear-gradient(148deg,#9810fa,#8200db 48%,#59168b)}.ambient{position:absolute;border-radius:999px;filter:blur(80px);opacity:.5;z-index:-1}.ambient-left{width:300px;height:300px;left:-48px;top:80px;background:#ffffff2e}.ambient-bottom{width:340px;height:220px;bottom:40px;background:#3d00637a}.login-card{width:min(100%,448px);padding:32px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:linear-gradient(180deg,#ffffff24,#ffffff14);box-shadow:0 25px 50px #0000003d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.login-header{display:grid;justify-items:center;margin-bottom:32px}.brand-icon{width:78px;height:78px;object-fit:contain;margin-bottom:10px;filter:drop-shadow(0 8px 20px rgba(53,0,93,.22))}.brand-name{margin:0 0 10px;font-size:.95rem;font-weight:600;line-height:1;letter-spacing:.18em;text-transform:uppercase;color:#ffffffd1}.login-header h1{margin:0;font-size:clamp(1.75rem,2vw,1.875rem);font-weight:500;line-height:1.2;text-align:center;letter-spacing:-.02em;color:#fffffff0}.login-form{display:grid;gap:24px}.field-group{display:grid;gap:8px}.field-group label{font-size:1rem;font-weight:500;line-height:1.5;color:#ffffffe6}.glass-input{width:100%;height:50px;padding:0 16px;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#fffffff0;background:#ffffff1a;outline:none;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.glass-input:focus{border-color:#ffffff70;background:#ffffff24;box-shadow:0 0 0 4px #ffffff14}.glass-input:disabled{cursor:not-allowed;opacity:.72}.form-feedback{margin:-8px 0 0;font-size:.875rem;line-height:1.428;color:#ffe08f}.sign-in-button{min-height:48px;border-radius:10px;color:#8200db;background:#fff;font-size:1rem;font-weight:500;line-height:1.5;transition:transform .12s ease,box-shadow .12s ease}.sign-in-button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #23003d33}.sign-in-button:focus-visible{outline:3px solid rgba(255,255,255,.6);outline-offset:2px}.sign-in-button:active{transform:translateY(0)}.sign-in-button:disabled{cursor:not-allowed;opacity:.82;transform:none;box-shadow:none}.dashboard-shell{display:grid;grid-template-columns:256px minmax(0,1fr);min-height:100vh;background:#f9fafb}.dashboard-sidebar{display:flex;flex-direction:column;gap:28px;padding:28px 16px;color:#fff;background:linear-gradient(180deg,#8200db,#59168b)}.sidebar-brand{display:flex;align-items:center;gap:14px;padding:2px 8px}.sidebar-brand-icon{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(18,0,37,.28))}.sidebar-brand-name{margin:0 0 4px;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#ffffffc2}.sidebar-brand-title{margin:0;font-size:1.25rem;font-weight:500;line-height:1.35;color:#fff}.sidebar-nav{display:grid;gap:8px}.sidebar-link{display:flex;align-items:center;gap:12px;width:100%;min-height:48px;padding:12px 16px;border-radius:10px;color:#ffffffc2;text-align:left}.sidebar-link svg{width:20px;height:20px;flex:0 0 auto}.sidebar-link span{font-size:1rem;font-weight:500;line-height:1.5}.sidebar-link-active{color:#fff;background:#fff3}.dashboard-content{display:flex;flex-direction:column;min-width:0}.page-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 40px;border-bottom:1px solid #e5e7eb;background:#fff}.page-header-copy{min-width:0}.page-header h2{margin:0 0 4px;font-size:1.5rem;font-weight:500;line-height:1.333;color:#101828}.page-header p{margin:0;font-size:1rem;line-height:1.5;color:#4a5565}.page-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.profile-menu{position:relative}.profile-avatar-icon{width:32px;height:32px;color:#9810fa}.profile-trigger{display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:8px 4px 8px 0;color:#101828}.profile-meta{display:grid;text-align:left}.profile-name{font-size:.875rem;font-weight:600;line-height:1.428;color:#101828}.profile-secondary{font-size:.75rem;line-height:1.333;color:#6a7282}.profile-chevron{width:16px;height:16px;color:#364153;transition:transform .12s ease}.profile-chevron-open{transform:rotate(180deg)}.profile-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:240px;padding:4px 0 0;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a;background:#fff}.profile-menu-item{width:100%;min-height:36px;padding:8px 16px;font-size:.875rem;font-weight:600;line-height:1.428;color:#364153;text-align:left}.profile-menu-item:hover{background:#f8fafc}.profile-menu-item:focus-visible,.profile-trigger:focus-visible{outline:3px solid rgba(152,16,250,.22);outline-offset:2px}.profile-menu-item-danger{color:red}.salon-panel,.customer-panel{margin:32px 40px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff}.salon-panel-toolbar,.customer-panel-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:16px 24px 0;border-bottom:1px solid #e5e7eb}.customer-filter-groups{display:grid;gap:12px;min-width:0}.tab-row{display:flex;gap:24px;flex-wrap:wrap}.tab-button{padding:0 0 10px;border-bottom:2px solid transparent;font-size:1rem;font-weight:500;line-height:1.5;color:#4a5565}.tab-button-active{color:#9810fa;border-bottom-color:#9810fa}.salon-search-wrap{display:flex;align-items:center;min-width:min(100%,320px)}.customer-search-wrap{display:flex;align-items:center;gap:12px;min-width:min(100%,400px)}.salon-search-input,.customer-search-input{width:100%;min-height:42px;padding:0 14px;border:1px solid #d0d5dd;border-radius:10px;font-size:.95rem;line-height:1.4;color:#101828;background:#fff;outline:none}.salon-search-input::placeholder{color:#98a2b3}.customer-search-input::placeholder{color:#98a2b3}.salon-search-input:focus{border-color:#9810fa;box-shadow:0 0 0 4px #9810fa14}.customer-search-input:focus{border-color:#9810fa;box-shadow:0 0 0 4px #9810fa14}.customer-search-button{min-height:42px;padding:0 18px;border-radius:10px;font-size:.95rem;font-weight:600;line-height:1.4;color:#fff;background:linear-gradient(180deg,#9810fa,#8200db);box-shadow:0 8px 18px #8200db2e}.customer-search-button:focus-visible{outline:3px solid rgba(152,16,250,.22);outline-offset:2px}.salon-list,.customer-list{display:grid}.salon-panel-state{padding:32px 24px;font-size:.95rem;font-weight:500;line-height:1.4;color:#4a5565}.salon-panel-state-error{color:#b42318}.salon-row{display:grid;grid-template-columns:192px minmax(0,1fr);gap:24px;padding:24px;border-bottom:1px solid #e5e7eb}.salon-row:last-child{border-bottom:0}.salon-media{display:grid;place-items:center;overflow:hidden;border-radius:10px;min-height:192px}.salon-media-image{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.salon-cover,.salon-cover-placeholder{display:grid;place-items:center;width:100%;height:100%}.salon-cover{object-fit:cover}.salon-cover-placeholder{padding:20px}.salon-cover-placeholder span{font-size:1rem;font-weight:600;line-height:1.4;color:#fff;text-align:center}.salon-media-placeholder{background:linear-gradient(135deg,#e9d4ff,#dab2ff)}.salon-placeholder-icon{width:64px;height:64px}.salon-main{min-width:0}.salon-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.salon-title-wrap{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.salon-title-wrap h3{margin:0;font-size:1.125rem;font-weight:500;line-height:1.555;color:#101828}.status-pill{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:4px;font-size:.75rem;line-height:1.333}.status-pill-complete{color:#1447e6;background:#dbeafe}.status-pill-incomplete{color:#364153;background:#f3f4f6}.status-dropdown{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-width:126px;min-height:24px;padding:4px 8px;border-radius:4px;font-size:.75rem;line-height:1.333}.status-dropdown svg{width:12px;height:12px;flex:0 0 auto}.status-dropdown-complete,.status-dropdown-active{background:#dcfce7;color:#166534}.status-dropdown-blocked{background:#fef3c7;color:#92400e}.status-dropdown-deleted{background:#f3f4f6;color:#4b5563}.status-dropdown-incomplete{background:#fef9c2;color:#854d0e}.salon-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px;margin-bottom:12px}.meta-item{display:flex;align-items:center;gap:8px;min-width:0;color:#4a5565}.meta-item svg{width:16px;height:16px;flex:0 0 auto}.meta-item span{overflow:hidden;font-size:.875rem;line-height:1.428;text-overflow:ellipsis;white-space:nowrap}.salon-timestamp{margin:0;font-size:.75rem;line-height:1.333;color:#6a7282}.customer-row{display:grid;gap:12px;padding:24px;border-bottom:1px solid #e5e7eb}.customer-row:last-child{border-bottom:0}.customer-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.customer-title-wrap{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.customer-title-wrap h3{margin:0;font-size:1.125rem;font-weight:500;line-height:1.555;color:#101828}.customer-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px}.customer-timestamp{margin:0;font-size:.75rem;line-height:1.333;color:#6a7282}@media(max-width:1100px){.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{gap:18px;padding:20px}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.page-header,.salon-panel,.customer-panel{margin-left:20px;margin-right:20px}.page-header{padding-left:20px;padding-right:20px}}@media(max-width:860px){.salon-panel-toolbar{align-items:stretch;flex-direction:column}.salon-search-wrap,.customer-search-wrap{min-width:100%}.customer-filter-groups{width:100%}.salon-row{grid-template-columns:1fr}.salon-media{max-width:192px}.salon-heading-row{flex-direction:column;align-items:flex-start}.salon-meta-grid,.customer-meta-grid{grid-template-columns:1fr}}@media(max-width:640px){.page-shell{padding:20px}.login-card{padding:24px}.login-header{margin-bottom:24px}.brand-icon{width:68px;height:68px}.login-form{gap:20px}.dashboard-sidebar{padding:16px}.sidebar-brand{padding:0}.sidebar-nav{grid-template-columns:1fr}.page-header,.salon-panel,.customer-panel{margin-left:16px;margin-right:16px}.page-header{padding:20px 16px}.tab-row{gap:16px;overflow-x:auto;scrollbar-width:none}.tab-row::-webkit-scrollbar{display:none}.salon-row,.customer-row{padding:16px}.meta-item span{white-space:normal}}
