@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap";.app-header{z-index:500;width:100%;padding:calc(10px + env(safe-area-inset-top)) 14px 10px;-webkit-backdrop-filter:blur(18px);background:#f5f7faeb;border-bottom:1px solid #e2e8f0d9;position:sticky;top:0}.app-header-inner{justify-content:space-between;align-items:center;gap:12px;display:flex}.app-brand{align-items:center;gap:10px;min-width:0;display:flex}.app-brand-logo{color:#fff;background:#111827;border-radius:13px;flex:none;place-items:center;width:40px;height:40px;font-size:18px;font-weight:800;display:grid}.app-brand-text{flex-direction:column;min-width:0;display:flex}.app-brand-text strong{white-space:nowrap;font-size:14px;font-weight:700}.app-brand-text span{color:#8b93a1;white-space:nowrap;margin-top:2px;font-size:10px}.venue-switcher{flex:none;position:relative}.venue-switcher-button{color:#111827;text-align:right;background:#fff;border:1px solid #e3e7ed;border-radius:15px;grid-template-columns:34px 1fr 17px;align-items:center;gap:7px;min-width:150px;height:48px;padding:0 10px;display:grid;box-shadow:0 3px 12px #11182709}.venue-switcher-button.is-open{border-color:#cbd5e1}.venue-switcher-icon{color:#475569;background:#f1f5f9;border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.venue-switcher-text{flex-direction:column;min-width:0;display:flex}.venue-switcher-text span{color:#94a3b8;font-size:9px;font-weight:500}.venue-switcher-text strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:12px;font-weight:700;overflow:hidden}.venue-chevron{color:#94a3b8;transition:transform .2s}.venue-switcher-button.is-open .venue-chevron{transform:rotate(180deg)}.venue-menu{background:#fff;border:1px solid #e5e9ef;border-radius:17px;width:220px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 18px 45px #0f172a21}.venue-menu-title{color:#94a3b8;padding:7px 9px 9px;font-size:10px;font-weight:600}.venue-option{color:#475569;text-align:right;background:0 0;border:0;border-radius:12px;grid-template-columns:36px 1fr 20px;align-items:center;gap:9px;width:100%;min-height:48px;padding:5px 7px;display:grid}.venue-option:hover{background:#f8fafc}.venue-option.active{color:#111827;background:#f1f5f9;font-weight:600}.venue-option-icon{background:#f8fafc;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.venue-option.active .venue-option-icon{background:#fff}.venue-check{color:#2563eb}@media (width<=390px){.app-brand-text{display:none}.venue-switcher-button{min-width:165px}}.bottom-navigation{z-index:600;height:calc(76px + env(safe-area-inset-bottom));padding:7px 8px calc(7px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);background:#fffffff5;border-top:1px solid #e8ebef;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-navigation button{color:#9aa1ac;background:0 0;border:0;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:5px;font-size:11px;font-weight:500;display:flex}.bottom-navigation button.active{color:#111827}.bottom-navigation button.active svg{stroke-width:2.6px}@media (width>=600px){.bottom-navigation{width:480px;left:auto;right:50%;transform:translate(50%)}}.app-shell{background:#f5f7fa;width:100%;min-height:100dvh}.app-main{width:100%;min-height:calc(100dvh - 70px);padding-bottom:calc(88px + env(safe-area-inset-bottom))}@media (width>=600px){.app-shell{width:480px;margin:0 auto;box-shadow:0 0 45px #0f172a12}}.login-page{background:radial-gradient(circle at 100% 0,#2563eb14,#0000 38%),#f5f7fa;flex-direction:column;justify-content:center;min-height:100dvh;padding:42px 20px 30px;display:flex}.login-brand{align-items:center;gap:14px;width:100%;max-width:420px;margin:0 auto 28px;display:flex}.login-logo{color:#fff;background:#111827;border-radius:17px;flex:none;place-items:center;width:54px;height:54px;font-size:24px;font-weight:800;display:grid}.login-brand h1{margin:0;font-size:20px}.login-brand span{color:#8b93a1;margin-top:3px;font-size:13px;display:block}.login-card{background:#fff;border:1px solid #e8ebf0;border-radius:26px;width:100%;max-width:420px;margin:0 auto;padding:26px 20px;box-shadow:0 18px 50px #11182712}.login-heading{margin-bottom:25px}.login-heading>span{color:#2563eb;font-size:13px;font-weight:600}.login-heading h2{margin:5px 0 7px;font-size:25px}.login-heading p{color:#8a92a0;margin:0;font-size:14px;line-height:1.6}.login-field{margin-bottom:17px}.login-field label{margin-bottom:8px;font-size:13px;font-weight:600;display:block}.login-input{background:#fafbfc;border:1px solid #e2e6ec;border-radius:15px;align-items:center;gap:10px;height:54px;padding:0 14px;display:flex}.login-input:focus-within{background:#fff;border-color:#2563eb}.login-input svg{color:#8d95a2;flex:none}.login-input input{color:#111827;background:0 0;border:0;width:100%;height:100%;font-size:15px}.login-input input::placeholder{color:#adb3bd}.login-error{color:#be123c;background:#fff1f2;border-radius:12px;margin-bottom:14px;padding:11px 13px;font-size:13px}.login-submit{color:#fff;background:#111827;border:0;border-radius:16px;width:100%;height:56px;margin-top:4px;font-size:15px;font-weight:700}.login-submit:disabled{opacity:.6}.employees-page{width:100%;padding:22px 16px 110px}.employees-page-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.employees-page-header>div{min-width:0}.employees-eyebrow{color:#94a3b8;margin-bottom:4px;font-size:12px;font-weight:500;display:block}.employees-page-header h1{color:#0f172a;margin:0;font-size:28px;font-weight:700;line-height:1.15}.employee-add-button{color:#fff;background:#111827;border:0;border-radius:14px;justify-content:center;align-items:center;gap:6px;min-height:44px;padding:0 14px;font-size:13px;font-weight:600;display:flex;box-shadow:0 5px 15px #0f172a1f}.employee-add-button:active{transform:scale(.97)}.employees-summary-card{background:#fff;border:1px solid #e8edf3;border-radius:18px;align-items:center;gap:13px;margin-bottom:18px;padding:15px 16px;display:flex;box-shadow:0 4px 16px #0f172a09}.employees-summary-icon{color:#475569;background:#f1f5f9;border-radius:14px;flex:none;place-items:center;width:46px;height:46px;display:grid}.employees-summary-card>div:last-child{flex-direction:column;display:flex}.employees-summary-card span{color:#94a3b8;font-size:12px}.employees-summary-card strong{color:#0f172a;margin-top:1px;font-size:22px;font-weight:700}.employees-list{flex-direction:column;gap:10px;display:flex}.employee-card{width:100%;color:inherit;text-align:right;background:#fff;border:1px solid #e7ebf0;border-radius:18px;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;padding:13px;transition:transform .15s,box-shadow .15s,border-color .15s;display:grid;box-shadow:0 3px 14px #0f172a09}.employee-card:active{transform:scale(.985)}@media (hover:hover){.employee-card:hover{border-color:#d8dee7;box-shadow:0 8px 22px #0f172a12}}.employee-avatar{color:#0f172a;background:#f1f5f9;border-radius:16px;place-items:center;width:52px;height:52px;font-size:19px;font-weight:700;display:grid}.employee-details{flex-direction:column;min-width:0;display:flex}.employee-details strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.employee-details span{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;overflow:hidden}.employee-rate{flex-direction:column;align-items:flex-end;min-width:55px;display:flex}.employee-rate strong{color:#111827;font-size:16px;font-weight:700}.employee-rate span{color:#94a3b8;margin-top:2px;font-size:10px}.employees-state,.employees-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:280px;display:flex}.employees-state{color:#94a3b8;font-size:14px}.employees-empty-state{padding:30px}.employees-empty-icon{color:#64748b;background:#eef2f7;border-radius:18px;place-items:center;width:58px;height:58px;margin-bottom:14px;display:grid}.employees-empty-state strong{color:#111827;font-size:16px;font-weight:600}.employees-empty-state>span{color:#94a3b8;margin-top:5px;font-size:13px}.employees-empty-state button{color:#fff;background:#111827;border:0;border-radius:13px;align-items:center;gap:6px;min-height:44px;margin-top:18px;padding:0 16px;font-size:13px;font-weight:600;display:flex}.employees-back-button{color:#475569;background:#fff;border:1px solid #e5e9ef;border-radius:13px;flex:none;place-items:center;width:42px;height:42px;display:grid}.employee-form{background:#fff;border:1px solid #e7ebf0;border-radius:22px;flex-direction:column;gap:18px;padding:20px;display:flex;box-shadow:0 5px 20px #0f172a09}.employee-field{flex-direction:column;gap:7px;display:flex}.employee-field label{color:#334155;font-size:13px;font-weight:600}.employee-field input,.employee-field select{color:#111827;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;width:100%;height:52px;padding:0 14px;font-size:15px;transition:border-color .15s,background .15s}.employee-field input:focus,.employee-field select:focus{background:#fff;border-color:#94a3b8}.employee-field input::placeholder{color:#b0b8c4}.employee-money-field{position:relative}.employee-money-field span{z-index:2;color:#475569;font-size:17px;font-weight:600;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.employee-money-field input{padding-right:40px}.employee-primary-button{color:#fff;background:#111827;border:0;border-radius:15px;width:100%;height:54px;margin-top:4px;font-size:15px;font-weight:700;box-shadow:0 6px 18px #0f172a21}.employee-primary-button:disabled{opacity:.55}@media (width<=360px){.employees-page{padding-left:12px;padding-right:12px}.employee-card{grid-template-columns:46px minmax(0,1fr) auto}.employee-avatar{width:46px;height:46px}.employee-add-button{padding:0 11px}}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{background:#eef1f5}body{color:#111827;-webkit-font-smoothing:antialiased;direction:rtl;background:#f5f7fa;margin:0;font-family:Rubik,sans-serif}button,input,select,textarea{font-family:Rubik,sans-serif}button{cursor:pointer;-webkit-tap-highlight-color:transparent}input,button,select,textarea{outline:none}#root{min-height:100dvh}.temporary-page{padding:24px 18px}.temporary-page span{color:#94a3b8;font-size:13px}.temporary-page h1{margin:5px 0 0;font-size:27px}
