@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,Arial,sans-serif;color:#15171a;background:#f5f6f8;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:#f5f6f8}button,input,select{font:inherit}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:260px;background:#17151d;color:#fff;padding:26px 18px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:12px}.sidebar>.brand{padding:0 8px 30px}.brand>span,.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#8b5cf6,#5c2acb);color:#fff;font-weight:900}.brand div{display:flex;flex-direction:column;gap:3px}.brand b{font-size:17px}.brand small{color:#938f9c}.sidebar nav{display:flex;flex-direction:column;gap:7px}.sidebar nav a{display:flex;align-items:center;gap:12px;border-radius:11px;color:#a8a5ae;padding:13px 14px;font-weight:600;font-size:14px;text-decoration:none}.sidebar nav a:hover,.sidebar nav a.active{color:#fff;background:#6d35e5}.profile{margin-top:auto;padding:18px 4px 0;border-top:1px solid #34313b;display:grid;grid-template-columns:38px 1fr 24px;align-items:center;gap:10px}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eee9ff;color:#6031cb;font-weight:800}.profile>div:nth-child(2){min-width:0;display:flex;flex-direction:column}.profile b{font-size:13px}.profile small{color:#8f8b96;font-size:11px;overflow:hidden;text-overflow:ellipsis}.profile button{border:0;background:none;color:#aaa;font-size:21px;cursor:pointer}.main{margin-left:260px;padding:34px 38px 60px;max-width:1660px}.main header{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.main header p,.eyebrow{margin:0 0 5px;color:#8a8e96;font-size:13px}.main h1{margin:0;font-size:27px;letter-spacing:-.6px}.primary-action,dialog form>button,.login-card form button{border:0;background:#6d35e5;color:#fff;border-radius:11px;padding:12px 17px;font-weight:700;cursor:pointer;box-shadow:0 8px 18px #6d35e52b}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stats>div{background:#fff;border:1px solid #e8e9ec;border-radius:15px;padding:18px 20px;display:flex;flex-direction:column;min-height:112px}.stats small{color:#858a93;font-size:13px}.stats strong{font-size:25px;margin:10px 0 6px;letter-spacing:-.6px}.stats span{font-size:12px;color:#9da1a8}.stats .net{background:#6d35e5;color:#fff;border-color:#6d35e5}.stats .net small,.stats .net span{color:#ded3ff}.danger{color:#df3f59!important}.panel{background:#fff;border:1px solid #e6e8eb;border-radius:16px;overflow:hidden;margin-bottom:18px}.panel-head,.panel-title{padding:18px 20px;border-bottom:1px solid #ebeced;display:flex;align-items:center;justify-content:space-between}.panel-title h2{margin:0;font-size:17px}.panel-title span{font-size:13px;color:#888d95}.month-nav{display:flex;align-items:center;gap:12px}.month-nav h2{margin:0;min-width:190px;text-align:center;font-size:16px;text-transform:capitalize}.month-nav a{border:1px solid #e0e2e5;background:#fff;border-radius:8px;width:34px;height:34px;display:grid;place-items:center;text-decoration:none;color:#333;font-size:25px}.legend{display:flex;flex-wrap:wrap;gap:14px}.legend span{display:flex;align-items:center;gap:6px;font-size:12px;color:#62666d}.legend i{width:8px;height:8px;border-radius:50%}.calendar{display:grid;grid-template-columns:repeat(7,1fr)}.weekdays{border-bottom:1px solid #e9eaec;background:#fafafa}.weekdays b{padding:11px;text-align:center;color:#8b8f96;font-size:11px;text-transform:uppercase}.day{min-height:110px;border-right:1px solid #eceef0;border-bottom:1px solid #eceef0;padding:9px;cursor:pointer;overflow:hidden}.day:nth-child(7n){border-right:0}.day>span{display:block;font-size:12px;color:#6f747c;margin-bottom:7px}.day.muted{background:#fafafa;cursor:default}.shift{padding:6px 7px;border-radius:7px;margin-top:5px;display:flex;flex-direction:column;font-size:11px;line-height:1.25}.shift small{font-size:10px;opacity:.7}.violet{background:#eee8ff!important;color:#6831d0!important}.lime{background:#e8f6d9!important;color:#4d7b18!important}.blue{background:#e0f1ff!important;color:#2470a9!important}.orange{background:#ffeddc!important;color:#a85811!important}.pink{background:#ffe4ec!important;color:#b83f64!important}.employee-grid{padding:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.employee-grid article{border:1px solid #e5e7ea;border-radius:14px;padding:18px}.person{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-weight:800}.employee-grid h3{font-size:15px;margin:13px 0 4px}.employee-grid p{font-size:12px;color:#8b9098;margin:0 0 18px;overflow:hidden;text-overflow:ellipsis}.employee-grid article>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:14px;border-top:1px solid #eee}.employee-grid span{font-size:10px;color:#92969d;display:flex;flex-direction:column;gap:6px}.employee-grid span b{font-size:12px;color:#25272a}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px 20px;border-bottom:1px solid #eceef0;font-size:13px}th{font-size:11px;text-transform:uppercase;color:#8b8f96;background:#fafafa}td:first-child{display:flex;flex-direction:column;gap:3px}td small{color:#92969d}.penalties{padding:20px}.penalties h3{font-size:15px}.penalties>div{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid #eee}.penalties span{display:flex;flex-direction:column;gap:4px}.penalties b{font-size:13px}.penalties small{font-size:11px;color:#8d9299}.penalties strong{color:#df3f59;font-size:13px}dialog{width:min(440px,calc(100% - 24px));border:0;border-radius:17px;padding:26px;box-shadow:0 30px 90px #1114}dialog::backdrop{background:#13101999;backdrop-filter:blur(3px)}dialog h2{margin:0 0 20px}.dialog-close{position:absolute;right:15px;top:12px;border:0;background:none;font-size:27px;color:#888;cursor:pointer}dialog form,.login-card form{display:flex;flex-direction:column;gap:15px}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}input,select{height:42px;border:1px solid #dfe2e6;border-radius:9px;padding:0 11px;background:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 20%,#eee8ff,#f6f6f8 45%)}.login-card{width:min(420px,calc(100% - 32px));background:#fff;border:1px solid #e7e6eb;border-radius:22px;padding:40px;text-align:center;box-shadow:0 24px 70px #30205f17}.brand-mark{margin:auto;width:58px;height:58px;border-radius:18px}.login-card h1{font-size:28px;margin:20px 0 8px}.login-card>p{color:#747984;line-height:1.5;margin-bottom:22px}.login-card label{text-align:left}.login-card small{display:block;color:#979ba2;font-size:11px;margin-top:18px}.login-error{background:#fff0f2;color:#c42f49;border-radius:9px;padding:10px;margin-bottom:15px;font-size:13px}.employee-shell header{height:76px;background:#17151d;color:#fff;padding:0 max(24px,calc((100% - 1120px)/2));display:flex;align-items:center;justify-content:space-between}.employee-shell header form button{border:1px solid #494650;background:transparent;color:#fff;border-radius:9px;padding:9px 14px}.employee-shell main{max-width:1120px;margin:0 auto;padding:38px 20px}.employee-shell h1{margin:0 0 26px}.shift-list{padding:0 20px}.shift-list article{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:18px;padding:16px 0;border-bottom:1px solid #eee}.shift-list time{font-size:13px;color:#696e76;text-transform:capitalize}.shift-list div{display:flex;flex-direction:column;gap:4px}.shift-list small{color:#969aa1}.shift-list>p{padding:20px;color:#92969d}.close-menu,.menu-button{display:none}@media(max-width:1000px){.stats,.employee-grid{grid-template-columns:repeat(2,1fr)}.legend{display:none}}@media(max-width:720px){.sidebar{transform:translate(-100%);transition:.2s}.sidebar.open{transform:none;box-shadow:20px 0 60px #0004}.close-menu{display:block;position:absolute;right:12px;top:12px;border:0;background:none;color:#aaa;font-size:25px}.main{margin:0;padding:22px 14px}.menu-button{display:block;border:0;background:none;font-size:22px;margin-right:8px}.main header{justify-content:flex-start}.main header>div{flex:1}.main h1{font-size:22px}.main header p{display:none}.primary-action{font-size:0;width:43px;padding:0}.primary-action:first-letter{font-size:22px}.stats{grid-template-columns:1fr 1fr;gap:8px}.stats>div{padding:14px;min-height:96px}.stats strong{font-size:20px}.calendar-panel{overflow-x:auto}.calendar,.weekdays{min-width:650px}.day{min-height:76px;padding:5px}.shift small{display:none}.employee-grid{grid-template-columns:1fr}.login-card{padding:30px 22px}.employee-shell main{padding:28px 14px}.shift-list article{grid-template-columns:1fr auto}.shift-list time{grid-column:1/-1}.employee-shell .stats{grid-template-columns:1fr 1fr}}.main.wide{max-width:none}.filters{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.filters label{min-width:300px}.filters select{background:#fff}.schedule-panel{overflow:hidden}.schedule-toolbar{min-height:68px;padding:13px 18px;border-bottom:1px solid #e9eaed;display:flex;align-items:center;justify-content:space-between;gap:18px}.schedule-toolbar>div:first-child{display:flex;flex-direction:column;gap:4px}.schedule-toolbar b{font-size:14px}.schedule-toolbar small{color:#8a8f97;font-size:12px}.schedule-toolbar select{min-width:230px}.hour-grid-wrap{overflow:auto;max-height:calc(100vh - 310px)}.hour-grid{display:grid;grid-template-columns:76px repeat(var(--days),minmax(72px,1fr));min-width:calc(76px + var(--days) * 72px)}.corner,.day-head,.hour-head{position:sticky;background:#fafafb;z-index:3}.corner{left:0;top:0;display:grid;place-items:center;border-right:1px solid #e4e6ea;border-bottom:1px solid #e4e6ea;color:#8b9098;font-size:11px;font-weight:700;text-transform:uppercase}.day-head{top:0;height:52px;border-right:1px solid #e4e6ea;border-bottom:1px solid #e4e6ea;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.day-head b{font-size:13px}.day-head small{font-size:10px;color:#92969d;text-transform:capitalize}.hour-head{left:0;height:52px;border-right:1px solid #e4e6ea;border-bottom:1px solid #e4e6ea;display:grid;place-items:center;color:#686d75;font-size:12px}.hour-cell{min-height:52px;border:0;border-right:1px solid #eaebee;border-bottom:1px solid #eaebee;background:#fff;padding:3px;display:flex;flex-direction:column;gap:2px;align-items:stretch;justify-content:center;cursor:pointer}.hour-cell:hover{background:#f5f1ff;box-shadow:inset 0 0 0 2px #7b4be5}.hour-cell.weekend{background:#fcfaf7}.hour-cell span{padding:3px;border-radius:5px;font-size:9px;font-weight:700;overflow:hidden;text-overflow:ellipsis}.hour-cell.saving{opacity:.45;pointer-events:none}.hour-cell.read-only{cursor:default}.hour-cell.read-only:hover{background:#fff;box-shadow:none}.hour-cell .worked{background:#ddf7e8;color:#1b7b4a}.fact-legend,.employee-legend{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;color:#71767d;font-size:12px}.fact-legend i,.employee-legend i{width:9px;height:9px;border-radius:3px;background:#39b879}.employee-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.employee-heading h1{margin:0}.employee-wide{max-width:none!important}.employee-timesheet .hour-cell.planned{box-shadow:inset 0 0 0 2px #a988ef;background:#faf7ff}.employee-timesheet .hour-cell.worked{background:#dff7e9;color:#147448;box-shadow:inset 0 0 0 2px #36b978;font-weight:900}.planned-dot{background:#a988ef!important}.worked-dot{background:#36b978!important}.locations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.locations-grid article{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px}.locations-grid article.selected{border-color:#7b4be5;box-shadow:0 0 0 3px #7b4be518}.location-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#6d35e5;color:#fff;font-weight:900}.locations-grid h2{font-size:17px;margin:15px 0 5px}.locations-grid p{margin:0 0 18px;color:#858a92;font-size:13px}.locations-grid article>div:nth-of-type(2){display:flex;gap:20px;padding-top:15px;border-top:1px solid #eee}.locations-grid span{display:flex;flex-direction:column;gap:5px;color:#91959c;font-size:10px}.locations-grid span b{color:#25272a;font-size:13px}.locations-grid a{display:inline-block;margin-top:18px;color:#6530d4;font-size:13px;font-weight:700;text-decoration:none}@media(max-width:900px){.locations-grid{grid-template-columns:1fr 1fr}.filters{align-items:stretch;flex-direction:column}.filters label{min-width:0}.employee-heading{align-items:flex-start;flex-direction:column;gap:18px}.hour-grid-wrap{max-height:65vh}}@media(max-width:600px){.locations-grid{grid-template-columns:1fr}.schedule-toolbar{align-items:stretch;flex-direction:column}.schedule-toolbar select{width:100%;min-width:0}.employee-legend{flex-wrap:wrap}.hour-grid{grid-template-columns:64px repeat(var(--days),minmax(58px,1fr));min-width:calc(64px + var(--days) * 58px)}}.employee-link{display:inline-block;margin-top:14px;color:#6530d4;font-size:12px;font-weight:700;text-decoration:none}.table-person{display:flex;flex-direction:column;gap:3px;color:#222;text-decoration:none}.pay-button,.pay-large,.small-action,.settings-form button,.settings-card form>button,.locations-grid details button{border:0;border-radius:9px;background:#6d35e5;color:#fff;padding:9px 13px;font-weight:700;cursor:pointer}.pay-button:disabled,.pay-large:disabled{background:#d8d9dc;color:#8d9198;cursor:default}.locations-grid details{margin-top:14px;border-top:1px solid #eee;padding-top:12px}.locations-grid summary{cursor:pointer;color:#6733d1;font-size:12px;font-weight:700}.locations-grid details form{display:flex;flex-direction:column;gap:10px;margin-top:14px}.locations-grid .delete-button{width:100%;background:#fff0f2;color:#c9314b}.settings-card{margin-top:18px}.settings-card form,.settings-form{max-width:560px;padding:20px;display:flex;flex-direction:column;gap:14px}.detail-shell{min-height:100vh}.detail-shell>header{height:74px;background:#17151d;color:#fff;padding:0 max(22px,calc((100% - 1200px)/2));display:flex;align-items:center;justify-content:space-between}.detail-shell>header>a{color:#c8c5ce;text-decoration:none;font-size:13px}.detail-shell main{max-width:1200px;margin:0 auto;padding:34px 20px}.detail-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.detail-heading p{margin:0 0 4px;color:#8c9098;font-size:12px}.detail-heading h1{margin:0 0 4px}.detail-heading span{color:#8a8f97;font-size:13px}.pay-large{font-size:15px;padding:13px 20px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.history-list{padding:0 20px;max-height:420px;overflow:auto}.history-list article{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #eee}.history-list article>div{display:flex;flex-direction:column;gap:4px}.history-list small{color:#8e939a;font-size:11px}.history-list strong{font-size:13px}.history-list.compact article{padding:11px 0}.success{color:#218858!important}.small-action{font-size:12px;padding:7px 10px}.empty{padding:14px 0;color:#92969d;font-size:13px}@media(max-width:780px){.detail-grid{grid-template-columns:1fr}.detail-heading{align-items:flex-start;flex-direction:column}.detail-heading .pay-large{width:100%}.detail-shell main{padding:24px 14px}.detail-shell>header{padding:0 14px}.detail-shell>header .brand small{display:none}}.week-nav h2{display:flex;flex-direction:column;gap:2px;min-width:240px}.week-nav h2 small{font-size:10px;color:#8e9299;text-transform:none;font-weight:500}.employee-title{display:flex;align-items:center;gap:15px}.admin-avatar{width:66px;height:66px;border-radius:17px;object-fit:cover;background:#eee8ff}.admin-avatar.placeholder{display:grid;place-items:center;color:#6735cd;font-size:20px;font-weight:800}.payout-card{padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.payout-card>div{border:1px solid #e7e8eb;border-radius:12px;padding:15px;display:flex;flex-direction:column;gap:7px}.payout-card small{color:#8d9198;font-size:11px}.payout-card b{font-size:15px}.upload-form input[type=file]{height:auto;padding:9px}.file-upload-row{padding:16px 20px;border-bottom:1px solid #eee;display:flex;gap:10px}.file-upload-row input{flex:1;height:auto;padding:9px}.file-upload-row button{border:0;border-radius:9px;background:#6d35e5;color:#fff;padding:9px 15px;font-weight:700}.file-list{padding:0 20px}.file-list article{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid #eee}.file-list a{color:#4d25a4;text-decoration:none;font-size:13px;font-weight:700}.file-list span{color:#92969d;font-size:11px}.file-list button{border:0;background:#fff0f2;color:#c7334d;border-radius:8px;padding:7px 10px}.employee-files article{grid-template-columns:1fr auto}.settings-card form select{width:100%}@media(max-width:600px){.payout-card{grid-template-columns:1fr}.file-upload-row{flex-direction:column}.file-list article{grid-template-columns:1fr}.week-nav h2{min-width:180px}.admin-avatar{width:54px;height:54px}}.plan-toolbar{align-items:flex-start}.plan-actions{display:flex!important;flex-direction:column!important;align-items:flex-end;gap:8px!important;max-width:70%}.plan-actions>span{font-size:11px;color:#777c84;font-weight:700}.employee-buttons{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:7px}.employee-pick,.clear-plan{border:0;border-radius:8px;padding:8px 11px;font-size:12px;font-weight:800;cursor:pointer}.employee-pick:hover{filter:brightness(.94);box-shadow:0 0 0 2px #6d35e533}.clear-plan{background:#fff0f2;color:#c7334d}.plan-grid{user-select:none;touch-action:pan-x pan-y}.hour-cell.selected,.hour-cell.selected.weekend{background:#e8deff;box-shadow:inset 0 0 0 3px #6d35e5}.penalty-search{padding:14px 20px;border-bottom:1px solid #eceef0;display:flex;align-items:center;gap:14px}.penalty-search input{width:min(520px,100%)}.penalty-search span{color:#8c9199;font-size:12px}.penalty-empty{padding:22px!important;text-align:center}.payment-actions{align-items:flex-end}.cancel-payment{border:0;background:transparent;color:#c7334d;padding:2px 0;font-size:11px;font-weight:700;cursor:pointer}@media(max-width:900px){.plan-actions{max-width:100%;align-items:flex-start}.employee-buttons{justify-content:flex-start}}.hour-grid-wrap{overflow:visible;max-height:none}.hour-grid{grid-template-columns:58px repeat(var(--days),minmax(0,1fr));min-width:0;width:100%}.hour-cell{min-width:0;overflow:hidden}.hour-cell.empty{background:#fff;box-shadow:none}.hour-cell.locked{background:#f0f1f4;color:#8a8f97;cursor:not-allowed;font-size:10px}.employee-timesheet,.plan-grid{touch-action:none;user-select:none}.employee-timesheet .hour-cell.selected{background:#e8deff!important;box-shadow:inset 0 0 0 2px #6d35e5!important}.day-head.penalty-day{background:#fff0f2;color:#bb2842}.day-head em{font-style:normal;font-size:8px;font-weight:800;color:#c72d48;max-width:100%;overflow:hidden;text-overflow:ellipsis}.employee-grid article>div:last-of-type{grid-template-columns:repeat(4,1fr)}.sidebar nav a em{margin-left:auto;background:#e33452;color:#fff;border-radius:999px;min-width:20px;height:20px;display:grid;place-items:center;font-style:normal;font-size:10px}.clickable-row{cursor:pointer}.clickable-row:hover{background:#faf7ff}.penalty-open,.history-link,.penalty-row-link{color:inherit;text-decoration:none}.history-link{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #eee}.history-link>div{display:flex;flex-direction:column;gap:4px}.history-link small{color:#8e939a;font-size:11px}.penalty-row-link{display:flex!important;justify-content:space-between!important;align-items:center;gap:16px;width:100%}.request-grid{padding:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.request-card{border:1px solid #e4e6e9;border-radius:14px;padding:16px}.request-card>div{display:flex;justify-content:space-between;gap:12px}.request-card span{font-size:11px;font-weight:800;color:#6840bd}.request-card time{font-size:10px;color:#90949b}.request-card h3{font-size:15px;margin:14px 0 8px;line-height:1.4}.request-card p{font-size:12px;color:#858a92}.request-card button{border:0;border-radius:8px;background:#6d35e5;color:#fff;padding:8px 11px;font-weight:700}.request-card.urgent{border-color:#ef9cab;background:#fff8f9}.request-card.done{opacity:.58}.request-card.done h3{text-decoration:line-through}textarea{font:inherit;border:1px solid #dfe2e6;border-radius:9px;padding:11px;resize:vertical}.penalty-total{font-size:28px;color:#d73350}.danger-form{padding:0 20px 20px}.danger-form button{width:100%;border:0;border-radius:9px;background:#fff0f2;color:#c72e49;padding:11px;font-weight:800}.comment-list{padding:18px 20px}.comment{max-width:75%;border-radius:14px;padding:13px 15px;margin-bottom:12px;background:#f1f2f5}.comment.admin{margin-left:auto;background:#eee8ff}.comment>div{display:flex;justify-content:space-between;gap:12px}.comment b{font-size:12px}.comment time{font-size:10px;color:#8b9098}.comment p{margin:10px 0 0;font-size:13px;line-height:1.5;white-space:pre-wrap}.comment-photo{display:inline-flex;flex-direction:column;gap:5px;margin-top:10px;color:#5d2cbc;font-size:11px;text-decoration:none}.comment-photo img{width:min(240px,100%);max-height:220px;object-fit:cover;border-radius:10px}.comment-form{padding:20px;border-top:1px solid #eee;display:flex;flex-direction:column;gap:13px}.comment-form input[type=file]{height:auto;padding:9px}.comment-form button{border:0;border-radius:9px;background:#6d35e5;color:#fff;padding:11px;font-weight:800}@media(max-width:900px){.request-grid{grid-template-columns:1fr 1fr}.hour-grid{grid-template-columns:48px repeat(var(--days),minmax(0,1fr))}.corner{font-size:8px}.day-head b{font-size:10px}.day-head small{font-size:7px}.hour-head{font-size:9px}.hour-cell{padding:1px}.hour-cell span{font-size:7px;padding:2px}.employee-grid article>div:last-of-type{grid-template-columns:1fr 1fr}}@media(max-width:600px){.request-grid{grid-template-columns:1fr}.hour-grid{grid-template-columns:40px repeat(var(--days),minmax(0,1fr));min-width:0}.day-head{height:42px}.day-head b{font-size:8px}.day-head small{display:none}.hour-head{height:42px;font-size:8px}.hour-cell{min-height:42px}.hour-cell span{font-size:0;min-height:8px}.hour-cell .worked{font-size:0}.comment{max-width:92%}.filters .request-action{width:auto;font-size:12px;padding:10px 14px}.file-upload-row select{width:100%}}.employee-stats{grid-template-columns:repeat(5,1fr)}.wide-button{font-size:13px;width:auto}.rating-layout,.replacement-layout{display:flex;flex-direction:column;gap:16px}.rating-summary{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:14px;background:#fff;border:1px solid #e5e7ea;border-radius:16px;padding:18px 20px}.rating-summary>div{display:flex;flex-direction:column;gap:4px}.rating-summary b{font-size:25px}.rating-summary span{font-size:12px;color:#878c94}.rating-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.rating-card{position:relative;background:#fff;border:1px solid #e5e7ea;border-radius:16px;padding:18px;overflow:hidden}.rating-card.warning{border:2px solid #e33d58}.warning-badge{margin:-18px -18px 16px;background:#e33d58;color:#fff;padding:9px 14px;font-size:11px;font-weight:900}.rating-person{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px}.rating-avatar,.owner-icon{width:48px;height:48px;border-radius:14px;background:#eee8ff;color:#6331cb;display:grid;place-items:center;font-weight:900}.rating-person h2{font-size:16px;margin:0 0 4px}.rating-person p{margin:0;color:#8b9098;font-size:12px}.rating-score{text-align:right}.rating-score b{display:block;font-size:23px}.rating-score span{font-size:11px;color:#f0a400}.review-list{margin-top:16px;border-top:1px solid #eee}.review{padding:13px 0;border-bottom:1px solid #eee}.review>div{display:flex;justify-content:space-between;gap:12px}.review b{color:#f0a400;font-size:12px}.review span{color:#92969d;font-size:10px}.review p{font-size:13px;line-height:1.45;margin:9px 0}.review img{width:100%;max-height:180px;object-fit:cover;border-radius:10px}.replacement-intro{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid #e5e7ea;border-radius:16px;padding:18px 20px}.replacement-intro h2{margin:0 0 4px;font-size:17px}.replacement-intro p{margin:0;color:#858a92;font-size:12px}.replacement-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.replacement-card{background:#fff;border:1px solid #e5e7ea;border-radius:15px;padding:17px}.replacement-card.available{border-color:#9edbb9}.replacement-kind{display:inline-block;border-radius:999px;padding:5px 9px;background:#eee8ff;color:#6030c3;font-size:10px;font-weight:900}.replacement-card.available .replacement-kind{background:#e1f7e9;color:#237a4a}.replacement-card time{display:block;margin:12px 0 8px;color:#71767e;font-size:11px}.replacement-card h3{font-size:15px;line-height:1.45;margin:0 0 8px}.replacement-card p{color:#858a92;font-size:12px}.contact-link{display:inline-block;margin:4px 0 12px;color:#5f2bc7;font-weight:800;text-decoration:none}.employee-replacement{margin-bottom:18px}.employee-actions{display:flex;gap:8px;align-items:center}.owner-grid{padding:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.owner-grid article{border:1px solid #e5e7ea;border-radius:14px;padding:17px}.owner-grid article.inactive{opacity:.55}.owner-grid h3{margin:13px 0 4px;font-size:15px}.owner-grid p{margin:0 0 9px;color:#737880;font-size:12px}.owner-grid span{font-size:11px;color:#92969d}.owner-grid form{margin-top:14px}.owner-grid button{border:0;border-radius:8px;background:#6d35e5;color:#fff;padding:8px 11px;font-weight:700}@media(max-width:1000px){.employee-stats{grid-template-columns:repeat(2,1fr)}.replacement-grid,.owner-grid{grid-template-columns:1fr 1fr}}@media(max-width:720px){.rating-grid,.replacement-grid,.owner-grid{grid-template-columns:1fr}.rating-summary{grid-template-columns:1fr 1fr}.rating-summary .wide-button{grid-column:1/-1}.rating-person{grid-template-columns:42px 1fr}.rating-score{grid-column:1/-1;text-align:left}.replacement-intro{align-items:flex-start;flex-direction:column}.employee-actions{width:100%;justify-content:flex-end}.employee-stats{grid-template-columns:1fr 1fr}}.directory-toolbar{display:grid;grid-template-columns:auto minmax(220px,1fr) 240px;gap:12px;align-items:center;background:#fff;border:1px solid #e5e7ea;border-radius:15px;padding:13px}.directory-tabs{display:flex;gap:5px;background:#f2f3f5;border-radius:10px;padding:4px}.directory-tabs button{border:0;background:transparent;border-radius:8px;padding:9px 12px;font-weight:800;color:#767b83;cursor:pointer}.directory-tabs button.active{background:#fff;color:#5f2bc7;box-shadow:0 2px 8px #19142114}.directory-toolbar input,.directory-toolbar select{width:100%}.rating-card{display:block;color:inherit;text-decoration:none}.rating-card:hover{transform:translateY(-2px);box-shadow:0 9px 28px #22183f14}.rating-card.warning{background:#fff7f8}.directory-meta{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #eee;margin-top:15px;padding-top:12px;color:#858a92;font-size:11px}.tag-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:11px}.tag-row span{background:#f0ebfb;color:#6332c9;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.warning .tag-row span{background:#ffe2e7;color:#bd2944}.worker-page main{max-width:1100px}.worker-hero{position:relative;display:grid;grid-template-columns:82px 1fr auto;align-items:center;gap:20px;background:#fff;border:1px solid #e4e6ea;border-radius:18px;padding:24px;margin-bottom:18px;overflow:hidden}.worker-hero.blacklisted{border:2px solid #e33d58;background:#fff8f9}.worker-avatar{width:82px;height:82px;border-radius:22px;background:#eee8ff;color:#6230c7;display:grid;place-items:center;font-size:25px;font-weight:900}.worker-id{display:inline-block;color:#6230c7;background:#f0ebfb;padding:5px 9px;border-radius:7px;font-size:11px;font-weight:900}.worker-main h1{margin:8px 0 5px}.worker-main p,.worker-main address{margin:0 0 5px;color:#7f848c;font-size:13px;font-style:normal}.hero-score{text-align:right;display:flex;flex-direction:column}.hero-score strong{font-size:36px}.hero-score span{color:#efa500}.hero-score small{color:#8e939a}.blacklist-badge{position:absolute;right:0;top:0;background:#e33d58;color:#fff;padding:7px 12px;font-size:10px;font-weight:900}.worker-columns{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px;margin-bottom:18px}.worker-info dl{padding:8px 20px 20px;margin:0}.worker-info dl div{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid #eee;padding:13px 0}.worker-info dt{color:#8a8f97}.worker-info dd{font-weight:700;text-align:right;margin:0}.worker-info a{color:#5f2bc7}.rating-form{padding:18px 20px;display:flex;flex-direction:column;gap:14px}.rating-form>label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}.rating-form button,.contact-card form button{border:0;border-radius:9px;background:#6d35e5;color:#fff;padding:11px;font-weight:800}.star-picker,.tag-picker{border:0;padding:0;margin:0}.star-picker legend,.tag-picker legend{font-size:12px;font-weight:800;margin-bottom:7px}.star-picker{display:flex;flex-direction:row-reverse;justify-content:flex-end}.star-picker input{position:absolute;opacity:0}.star-picker label{font-size:34px;color:#dadce1;cursor:pointer}.star-picker label:hover,.star-picker label:hover~label,.star-picker input:checked~label{color:#f1aa00}.tag-picker{display:flex;flex-wrap:wrap;gap:7px}.tag-picker input{position:absolute;opacity:0}.tag-picker span{display:block;border:1px solid #dedfe3;border-radius:999px;padding:7px 9px;font-size:10px;cursor:pointer}.tag-picker input:checked+span{background:#eee8ff;border-color:#7a4bdf;color:#5a2abd}.review-history>div:last-child{padding:0 20px}.review-history article{padding:17px 0;border-bottom:1px solid #eee}.review-head{display:flex;justify-content:space-between}.review-head>div{display:flex;flex-direction:column}.review-head time{color:#92969d;font-size:10px}.review-head strong{color:#efa500}.review-history article p{white-space:pre-wrap}.review-history article img{width:min(340px,100%);max-height:260px;object-fit:cover;border-radius:12px}.contact-layout{display:flex;flex-direction:column;gap:18px}.contact-edit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.contact-card form{padding:18px 20px;display:flex;flex-direction:column;gap:12px}.contact-card form>label:not(.check-line){display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}.check-line{display:flex;align-items:center;gap:9px;font-size:12px}.check-line input{width:auto}.public-contacts .owner-grid{padding-top:0}.public-contacts article>a{display:block}.form-hint{color:#8d9299;font-size:11px;margin:0}@media(max-width:850px){.directory-toolbar,.worker-columns,.contact-edit-grid{grid-template-columns:1fr}.worker-hero{grid-template-columns:64px 1fr}.worker-avatar{width:64px;height:64px}.hero-score{grid-column:1/-1;text-align:left}.directory-tabs button{flex:1}.directory-tabs{display:flex}}.manual-blacklist{display:flex;justify-content:flex-end;margin:-6px 0 18px}.manual-blacklist button{border:0;border-radius:10px;background:#e33d58;color:#fff;padding:11px 15px;font-weight:800;cursor:pointer}.manual-blacklist button.remove{background:#eff0f3;color:#34363a}.location-access{border:1px solid #e2e4e8;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:9px}.location-access legend{font-size:12px;font-weight:800;padding:0 5px}.location-access label{display:flex;align-items:center;gap:8px;font-size:12px}.location-access input{width:auto}.secondary-button{background:#eee8ff!important;color:#5f2bc7!important}
