.shell{display:flex;min-height:100vh}.sidebar{width:230px;flex-shrink:0;background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;height:100dvh;z-index:200;transition:transform .28s cubic-bezier(.4,0,.2,1)}.sidebar-logo{padding:18px 20px;font-size:16px;font-weight:600;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.sidebar-logo span{color:var(--blue)}.sidebar-logo span.app-version,.topbar-logo span.app-version{color:var(--gray-400);font-weight:400;font-size:11px;margin-left:2px}.sidebar-close{display:none;border:none;background:none;cursor:pointer;padding:6px;border-radius:var(--radius);color:var(--gray-600);line-height:1;font-size:18px}.sidebar-close:hover{background:var(--gray-100)}.sidebar-nav{flex:1;min-height:0;padding:12px 10px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.nav-item{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-radius:var(--radius);font-size:14px;color:var(--gray-600);text-decoration:none;transition:background .12s,color .12s;min-height:40px}.nav-item:hover{background:var(--gray-100);color:var(--gray-900)}.nav-item.active{background:var(--blue-light);color:var(--blue);font-weight:500}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:var(--red);color:#fff;border-radius:20px;font-size:11px;font-weight:600;line-height:1}.sidebar-footer{padding:14px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px;flex-shrink:0}.sidebar-user{display:flex;align-items:center;gap:10px}.sidebar-avatar{width:36px;height:36px;border-radius:50%;background:var(--blue-light);color:var(--blue-dark);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.sidebar-name{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-role{font-size:11px;color:var(--gray-400);text-transform:capitalize}.main-content{flex:1;min-width:0;padding:28px 32px}.topbar{display:none;position:fixed;top:0;left:0;right:0;height:56px;z-index:300;background:#fff;border-bottom:1px solid var(--border);padding:0 16px;align-items:center;justify-content:space-between}.topbar-logo{font-size:15px;font-weight:600}.topbar-logo span{color:var(--blue)}.hamburger{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:40px;height:40px;border:none;background:none;cursor:pointer;border-radius:var(--radius);padding:0}.hamburger span{display:block;width:20px;height:2px;background:var(--gray-900);border-radius:2px;transition:transform .2s,opacity .2s}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:150;opacity:0;transition:opacity .28s;pointer-events:none}@media (max-width: 768px){.topbar,.sidebar-close{display:flex}.shell{display:block}.sidebar{position:fixed;top:0;left:0;bottom:0;width:270px;height:100vh;height:100dvh;transform:translate(-100%);box-shadow:none}.sidebar.open{transform:translate(0);box-shadow:6px 0 32px #0000002e}.sidebar-backdrop{display:block}.sidebar-backdrop.open{opacity:1;pointer-events:auto}.main-content{padding:72px 16px 32px}.nav-item{padding:12px 14px;font-size:15px;min-height:48px}}.hours-page{padding-bottom:40px}.h-header{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.h-title{font-size:22px;font-weight:600}.h-week-nav{display:flex;align-items:center;gap:6px;background:var(--gray-50);border:1px solid var(--border);border-radius:10px;padding:6px 8px}.h-week-range{flex:1;text-align:center;font-size:14px;font-weight:600;color:var(--gray-700)}.h-nav-btn{min-width:36px;min-height:36px;font-size:16px;display:flex!important;align-items:center;justify-content:center;padding:0!important}.h-today-btn{font-size:12px}.h-header-actions{display:flex;gap:8px;flex-wrap:wrap}.h-header-actions .btn{flex:1 1 auto;justify-content:center;min-height:40px;font-size:13px;white-space:nowrap}.h-report-sick-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#ea580c;border-color:#fed7aa}@media (min-width: 640px){.h-header{flex-direction:row;align-items:center}.h-title{flex-shrink:0}.h-week-nav{flex:1}.h-header-actions{flex-shrink:0}.h-header-actions .btn{flex:none;min-height:auto}}.h-sick-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;background:#fff7ed;border:1px solid #FED7AA;border-radius:8px;padding:10px 14px;margin:0 0 12px;color:#ea580c;font-weight:500}.h-sick-banner-text{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.h-week-strip{display:grid;grid-template-columns:repeat(5,1fr) auto;gap:6px;margin-bottom:14px;align-items:stretch}.h-day-bubble{border-radius:10px;padding:10px 4px;text-align:center;cursor:pointer;border:1.5px solid;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;min-height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:transform .1s}.h-day-bubble:active{transform:scale(.92)}.h-day-bubble-name{font-size:10px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em}.h-day-bubble-hours{font-size:17px;font-weight:700}.h-week-total{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 8px;border-left:1px solid var(--border);min-width:48px;gap:2px}.h-week-total-label{font-size:9px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em}.h-week-total-value{font-size:16px;font-weight:700}.h-week-target-of{font-size:12px;font-weight:600;color:var(--gray-400)}.h-week-target{font-size:9px;font-weight:700;white-space:nowrap;margin-top:1px}.h-week-split{display:flex;flex-direction:column;align-items:center;line-height:1.25;margin-top:2px;white-space:nowrap}.h-week-split .h-split-billable,.h-week-split .h-split-nonbillable{font-size:9px;font-weight:600}.h-status-strip{display:flex;gap:12px;margin-bottom:14px;font-size:12px;flex-wrap:wrap}.h-day-list{display:flex;flex-direction:column;gap:16px}.h-day-card{background:#fff;border:1.5px solid var(--border);border-radius:12px;overflow:hidden}.h-day-card.today{border-color:#ffd54f;border-width:2px}.h-day-header{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;background:var(--gray-100);cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:52px;transition:background .12s;border-bottom:1px solid transparent}.h-day-header.has-entries{background:#eef2f7;border-bottom:2px solid var(--border)}.h-day-header:active{background:var(--gray-200)}.h-day-header.today{background:#fff3c4}.h-day-header.today.has-entries{background:#fff3c4;border-bottom-color:#ffd54f}.h-day-header.today:active{background:#ffe99a}.h-day-header-left{display:flex;align-items:center;gap:7px}.h-today-dot{width:7px;height:7px;border-radius:50%;background:var(--blue);flex-shrink:0}.h-day-name{font-size:14px;font-weight:600;color:var(--gray-600);letter-spacing:.1px}.h-day-name.today{font-weight:700;color:inherit}.h-today-badge{font-size:11px;color:var(--gray-400)}.h-day-total{font-size:14px;font-weight:700;display:flex;align-items:baseline;gap:4px}.h-overtime-badge{color:var(--red);font-weight:400;font-size:11px}.h-day-split{display:flex;align-items:baseline;gap:5px;font-size:11px;font-weight:600}.h-split-billable{color:var(--green)}.h-split-nonbillable{color:var(--gray-400)}.h-split-sep{color:var(--gray-300);font-weight:400}.h-add-icon{font-size:20px;color:var(--gray-300);font-weight:300;line-height:1}.h-entry{padding:14px 16px;border-top:1px solid var(--border);border-left:3px solid transparent}.h-entry-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.h-entry-check{width:18px;height:18px;margin-top:2px;flex-shrink:0;cursor:pointer;accent-color:var(--blue)}.h-entry-hours{font-size:26px;font-weight:700;line-height:1}.h-entry-desc{font-size:13px;color:var(--gray-600);margin-top:6px;padding:6px 10px;background:var(--gray-50);border-radius:6px;border-left:2px solid var(--gray-200)}.h-rejection-note{font-size:12px;color:var(--red);margin-top:6px;padding:5px 10px;background:var(--red-light);border-radius:6px}.h-status-badge{font-size:10px;border-radius:4px;padding:2px 6px}.h-status-pending{background:#fef3c7;color:#d97706;border:1px solid #FDE68A}.h-status-rejected{background:var(--red-light);color:var(--red);border:1px solid #FCA5A5}.h-entry-actions{display:flex;gap:8px}.h-action-btn{flex:1;justify-content:center;min-height:38px}.h-delete-btn{min-width:44px;justify-content:center}.h-show-weekend{align-self:center;background:none!important;border:none!important;color:var(--gray-400);font-size:12px}.h-panel-header{width:100%;display:flex;align-items:center;justify-content:space-between;border:none;background:none;cursor:pointer;padding:12px 16px;-webkit-tap-highlight-color:transparent;min-height:48px;font-family:inherit;border-radius:0}.h-panel-header-blue{background:#ecfeff!important;border-bottom:1px solid #A5F3FC}.h-panel-header-purple{background:#f5f3ff!important;border-bottom:1px solid #DDD6FE}.h-chevron{font-size:9px;opacity:.7}.h-leave-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #F3F4F6;flex-wrap:wrap}.h-leave-actions{display:flex;gap:6px;flex-shrink:0}.h-approve-btn{background:var(--green-light)!important;color:var(--green)!important;border-color:#97c459!important}.h-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:500;display:flex;align-items:flex-end;justify-content:stretch}.h-sheet{width:100%;max-height:92vh;overflow-y:auto;background:#fff;border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,0px);box-shadow:0 -4px 24px #0000001f;animation:sheet-up .22s ease-out}@keyframes sheet-up{0%{transform:translateY(60px);opacity:.6}to{transform:translateY(0);opacity:1}}.h-sheet-handle{width:40px;height:4px;background:var(--gray-200);border-radius:2px;margin:12px auto 4px}.h-sheet-header{padding:12px 18px 14px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.h-close-btn{background:none;border:none;cursor:pointer;font-size:16px;color:var(--gray-400);line-height:1;padding:6px;border-radius:50%;min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center;transition:background .12s}.h-close-btn:hover{background:var(--gray-100)}.h-sheet-body{padding:18px}.h-sheet-footer{padding:12px 18px;padding-bottom:max(12px,env(safe-area-inset-bottom,12px));border-top:1px solid var(--border);display:flex;gap:10px;background:var(--gray-50)}.h-sheet-footer .btn{flex:1;justify-content:center;min-height:48px;font-size:15px}.h-save-btn{flex:2!important}@media (min-width: 640px){.h-overlay{align-items:center;justify-content:center;padding:16px}.h-sheet{width:100%;max-width:520px;border-radius:12px;max-height:90vh;animation:none}.h-sheet-handle{display:none}.h-sheet-footer .btn{min-height:36px;font-size:13px}}.h-mode-toggle{display:flex;margin-bottom:18px;background:var(--gray-50);border:1px solid var(--border);border-radius:10px;padding:3px;gap:3px}.h-mode-btn{flex:1;padding:10px 0;font-size:14px;font-weight:400;border-radius:8px;border:none;cursor:pointer;color:var(--gray-500);background:transparent;-webkit-tap-highlight-color:transparent;transition:background .15s,color .15s;font-family:inherit}.h-mode-btn.active{background:var(--blue);color:#fff;font-weight:600}.h-quick-fill{margin-bottom:16px}.h-quick-fill-label{font-size:11px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.h-quick-fill-list{display:flex;flex-direction:column;gap:6px}.h-quick-fill-btn{display:flex;align-items:baseline;gap:6px;width:100%;text-align:left;padding:10px 14px;border-radius:8px;border:1px solid var(--blue);background:var(--blue-light);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .12s;font-family:inherit}.h-quick-fill-btn:active{background:#cce2f5}.h-quick-fill-client{font-size:13px;font-weight:700;color:var(--blue-dark)}.h-quick-fill-project{font-size:13px;font-weight:600;color:var(--blue-dark)}.h-quick-fill-activity{font-size:12px;color:var(--blue)}.h-hours-row{display:grid;grid-template-columns:repeat(4,1fr) auto;gap:8px;align-items:center}.h-hours-btn{padding:13px 0;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;border:1.5px solid var(--border);background:#fff;color:var(--gray-600);-webkit-tap-highlight-color:transparent;transition:background .1s,color .1s,border-color .1s;text-align:center;font-family:inherit}.h-hours-btn.active{background:var(--blue);color:#fff;border-color:var(--blue)}.h-hours-input{width:72px!important;text-align:center}.h-notice{font-size:12px;border-radius:6px;padding:7px 10px}.h-notice-purple{color:#7c3aed;background:#f5f3ff;border:1px solid #DDD6FE}.h-notice-blue{color:#0891b2;background:#ecfeff;border:1px solid #A5F3FC}.h-notice-orange{color:#ea580c;background:#fff7ed;border:1px solid #FED7AA}.h-notice-red{color:var(--red);background:var(--red-light);border:1px solid #FECACA}.h-daypick-row{display:flex;gap:6px;flex-wrap:wrap}.h-daypick-btn{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1;min-width:44px;padding:7px 0;border-radius:8px;border:1.5px solid var(--border);background:#fff;color:var(--gray-600);cursor:pointer;font-family:inherit;-webkit-tap-highlight-color:transparent;transition:background .1s,color .1s,border-color .1s}.h-daypick-btn.active{background:var(--blue);color:#fff;border-color:var(--blue)}.h-daypick-name{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.h-daypick-num{font-size:15px;font-weight:700}.h-date-range{display:flex;align-items:flex-end;gap:10px}.h-date-range>div{flex:1}.h-date-sep{color:var(--gray-400);padding-bottom:10px;flex-shrink:0}.h-elevate-bar{margin-bottom:14px}.h-elevate-on{background:#fff7ed;border:1px solid #FED7AA;border-radius:10px;padding:10px 12px}.h-elevate-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.h-elevate-badge{font-weight:700;font-size:13px;color:#ea580c}.h-elevate-label{font-size:13px;color:var(--gray-600, #4B5563)}.h-elevate-select{padding:6px 8px;border:1px solid var(--border);border-radius:8px;font-size:13px}.h-elevate-until{font-size:12px;color:var(--gray-400)}@keyframes spin{to{transform:rotate(360deg)}}.expenses-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:10px;flex-wrap:wrap}.expenses-header h1{font-size:20px;font-weight:500}.expense-list{display:flex;flex-direction:column;gap:10px}.expense-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.expense-card-body{padding:14px 16px}.expense-card-footer{border-top:1px solid var(--border);display:flex}.expense-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.expense-card-meta{display:flex;flex-direction:column;gap:4px}.expense-amount{font-size:22px;font-weight:700;color:var(--gray-900);line-height:1}.expense-vat{font-size:11px;color:var(--gray-400);margin-top:2px;text-align:right}.expense-card-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px;gap:8px}.expense-date{font-size:12px;color:var(--gray-400)}.expense-employee{font-size:13px;font-weight:600;color:var(--gray-900)}.expense-description{font-size:13px;color:var(--gray-900);line-height:1.4}.expense-km{font-size:12px;color:var(--gray-400);margin-top:3px}.expense-receipt-btn{margin-top:8px;background:none;border:none;cursor:pointer;color:var(--blue);font-size:12px;display:inline-flex;align-items:center;gap:5px;padding:0}.expense-btn-approve,.expense-btn-reject,.expense-btn-remove{flex:1;padding:11px 0;background:none;border:none;cursor:pointer;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .12s}.expense-btn-approve{background:#f0fdf4;color:#16a34a;border-right:1px solid var(--border)}.expense-btn-approve:hover{background:#dcfce7}.expense-btn-reject{background:#fff5f5;color:#dc2626}.expense-btn-reject:hover{background:#fee2e2}.expense-btn-remove{color:var(--gray-400);font-size:13px;font-weight:500}.expense-btn-remove:hover{background:var(--gray-50);color:var(--gray-900)}.expense-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:400;display:flex;align-items:flex-end;justify-content:center}.expense-modal{background:#fff;border-radius:18px 18px 0 0;width:100%;height:min(580px,92dvh);display:flex;flex-direction:column;overflow:hidden}.expense-modal-handle{display:flex;justify-content:center;padding:10px 0 4px;flex-shrink:0}.expense-modal-handle-bar{width:36px;height:4px;background:var(--gray-200);border-radius:2px}.expense-modal-header{padding:0 18px 12px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:1px solid var(--border);gap:8px}.expense-modal-header-title{font-size:16px;font-weight:600;flex:1}.expense-modal-close{background:none;border:none;cursor:pointer;font-size:20px;color:var(--gray-400);padding:4px;border-radius:var(--radius);line-height:1}.expense-modal-close:hover{background:var(--gray-100)}.expense-modal-back{background:none;border:none;cursor:pointer;color:var(--gray-400);padding:4px;border-radius:var(--radius);display:flex;align-items:center;flex-shrink:0}.expense-modal-back:hover{background:var(--gray-100);color:var(--gray-900)}.expense-choice-body{display:flex;flex-direction:column;gap:12px;justify-content:center}.expense-choice-intro{font-size:14px;color:var(--gray-400);margin:0 0 4px}.expense-choice-card{border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:16px;cursor:pointer;text-align:left;width:100%;background:#fff;transition:border-color .15s,box-shadow .15s}.expense-choice-card:hover{border-color:var(--blue);box-shadow:0 0 0 3px #3b82f614}.expense-choice-card--primary{background:#f8faff}.expense-choice-card--manual{display:flex;align-items:center;gap:14px}.expense-choice-card-header{display:flex;align-items:flex-start;gap:14px}.expense-choice-icon{color:var(--blue);flex-shrink:0;margin-top:2px}.expense-choice-title{font-size:15px;font-weight:600;color:var(--gray-900);display:flex;align-items:center;gap:8px}.expense-choice-sub{font-size:13px;color:var(--gray-400);margin-top:2px}.expense-choice-ai-tag{font-size:10px;font-weight:700;letter-spacing:.04em;background:var(--blue);color:#fff;border-radius:4px;padding:1px 5px}.expense-modal-body{flex:1;overflow-y:auto;padding:18px}.expense-type-tabs{display:flex;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:18px;background:var(--gray-50)}.expense-type-tab{flex:1;padding:9px 6px;background:none;border:none;cursor:pointer;font-size:12px;font-weight:500;color:var(--gray-400);transition:background .12s,color .12s;text-align:center;white-space:nowrap;line-height:1.3}.expense-type-tab.active{background:#fff;color:var(--blue);font-weight:600;box-shadow:inset 0 0 0 1px var(--border);border-radius:calc(var(--radius) - 1px)}.expense-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.expense-form-route{display:grid;grid-template-columns:1fr 20px 1fr;gap:8px;align-items:end}.expense-route-arrow{text-align:center;padding-bottom:9px;color:var(--gray-400);font-size:16px}.expense-quick-fill{margin-bottom:14px}.expense-quick-fill-label{font-size:11px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.expense-quick-fill-list{display:flex;flex-direction:column;gap:6px}.expense-quick-fill-btn{display:flex;align-items:baseline;gap:6px;width:100%;text-align:left;padding:10px 14px;border-radius:8px;border:1px solid var(--blue);background:var(--blue-light);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .12s;font-family:inherit}.expense-quick-fill-btn:active{background:#cce2f5}.expense-quick-fill-route{font-size:13px;font-weight:700;color:var(--blue-dark)}.expense-quick-fill-km{font-size:12px;color:var(--blue);margin-left:auto;flex-shrink:0}.expense-preview{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#eff6ff;border:1px solid #BFDBFE;border-radius:var(--radius);margin-top:4px}.expense-preview-label{font-size:13px;color:#1d4ed8}.expense-preview-amount{font-size:18px;font-weight:700;color:#1e3a5f}.expense-receipt-label{font-size:11px;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.expense-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.expense-upload-zone{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;border:1.5px dashed var(--gray-200);border-radius:var(--radius);cursor:pointer;color:var(--gray-400);transition:border-color .15s;text-align:center}.expense-upload-zone:hover{border-color:var(--blue);color:var(--blue)}.expense-upload-zone span{font-size:13px;font-weight:500}.expense-upload-zone small{font-size:11px;color:var(--gray-400)}.expense-file-attached{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#eff6ff;border:1px solid #BFDBFE;border-radius:var(--radius);font-size:13px}.expense-file-name{flex:1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1e40af}.expense-file-remove{background:none;border:none;cursor:pointer;color:var(--gray-400);font-size:20px;line-height:1;padding:0 4px}.expense-modal-actions{padding:14px 18px;border-top:1px solid var(--border);background:var(--gray-50);display:flex;gap:8px;flex-shrink:0}.expense-modal-actions .btn{flex:1;justify-content:center}@media (min-width: 640px){.expense-backdrop{align-items:center;padding:24px}.expense-modal{border-radius:var(--radius-lg);max-width:520px;height:min(580px,88vh)}.expense-modal-handle{display:none}.expense-amount{font-size:20px}.expense-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}}@media (max-width: 380px){.expense-form-grid,.expense-form-route{grid-template-columns:1fr}.expense-route-arrow{display:none}.expense-type-tab{font-size:11px;padding:8px 4px}}.pf-tabs{display:flex;gap:2px;margin-bottom:20px;border-bottom:2px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pf-tabs::-webkit-scrollbar{display:none}.pf-tab{flex:0 0 auto;padding:8px 16px;font-size:13px;font-weight:500;white-space:nowrap;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;color:var(--gray-400);cursor:pointer;transition:color .12s,border-color .12s}.pf-tab:hover{color:var(--gray-600)}.pf-tab.active{color:var(--blue);border-bottom-color:var(--blue)}@media (max-width: 640px){.pf-tabs{flex-wrap:wrap;gap:6px;border-bottom:none;overflow-x:visible}.pf-tab{padding:7px 12px;border:1px solid var(--border);border-radius:999px;margin-bottom:0;background:#fff}.pf-tab.active{color:#fff;background:var(--blue);border-color:var(--blue)}}.pf-doc-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.pf-doc-toolbar .pf-toolbar-label{font-size:12px;font-weight:500;color:var(--gray-400)}.pf-doc-toolbar select{font-size:13px;padding:6px 28px 6px 10px;width:auto;border-radius:8px}.pf-doc-count{margin-left:auto;font-size:12px;color:var(--gray-400)}.pf-doc-list{display:flex;flex-direction:column;gap:8px}.pf-doc-row{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#fff;border:1px solid var(--border);border-radius:10px;transition:border-color .12s,box-shadow .12s,background .12s}.pf-doc-row:hover{border-color:#c7d7ea;box-shadow:0 1px 4px #0f28500f}.pf-doc-icon{flex-shrink:0;width:40px;height:40px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;letter-spacing:.02em}.pf-doc-main{flex:1;min-width:0}.pf-doc-name{font-weight:600;font-size:13.5px;color:var(--gray-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf-doc-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:5px}.pf-doc-sub{font-size:12px;color:var(--gray-400);white-space:nowrap}.pf-chip{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;font-size:11px;font-weight:500;line-height:1;padding:4px 8px;border-radius:999px;border:1px solid transparent;cursor:pointer;font-family:inherit}.pf-chip .pf-chip-edit{opacity:0;font-size:10px;transition:opacity .12s}.pf-chip:hover .pf-chip-edit{opacity:.6}.pf-chip-cat{background:var(--blue-light);color:var(--blue)}.pf-chip-cat:hover{background:#dbeafe}.pf-chip-period{background:var(--gray-50);color:var(--gray-600);border-color:var(--border)}.pf-chip-period:hover{background:var(--gray-100, #f1f3f5)}.pf-chip-static{cursor:default}.pf-chip-static .pf-chip-edit{display:none}.pf-chip-input{flex-shrink:0;font-size:11px;padding:3px 6px;width:auto;border-radius:8px;border:1px solid var(--blue)}.pf-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.pf-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--gray-600);font-size:14px;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.pf-icon-btn:hover{background:var(--gray-50);border-color:#c7d7ea}.pf-icon-btn:disabled{opacity:.4;cursor:default}.pf-icon-btn.pf-danger:hover{background:var(--red-light);border-color:#fca5a5;color:var(--red)}.pf-icon-btn.pf-ai{width:auto;padding:0 10px;font-size:12px;font-weight:600;color:var(--blue)}.pf-icon-btn.pf-ai:hover{background:var(--blue-light)}.team-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:10px;flex-wrap:wrap}.team-header h1{font-size:20px;font-weight:500}.team-search{padding:8px 12px;border-radius:var(--radius);border:1px solid var(--border);background:#fff;font-size:14px;width:200px;outline:none;transition:border-color .15s}.team-search:focus{border-color:var(--blue);box-shadow:0 0 0 3px #185fa51a}.team-summary{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;margin-bottom:20px}.team-summary-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 14px}.team-summary-value{font-size:20px;font-weight:700}.team-summary-label{font-size:11px;color:var(--gray-400);margin-top:2px}.team-section-label{font-size:11px;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.07em;margin:20px 0 10px}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.member-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:box-shadow .15s,transform .1s;-webkit-tap-highlight-color:transparent}.member-card:hover{box-shadow:0 4px 18px #0000001a}.member-card:active{transform:scale(.985)}.member-card.inactive{opacity:.6}.member-card-header{padding:12px 14px;display:flex;gap:10px;align-items:center;border-bottom:1px solid var(--border);background:var(--gray-50)}.member-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.member-avatar.active{background:var(--blue-light);color:var(--blue)}.member-avatar.inactive{background:var(--gray-100);color:var(--gray-400)}.member-name{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-sub{font-size:11px;color:var(--gray-400);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-badges{display:flex;gap:4px;flex-shrink:0}.member-badge{font-size:11px;font-weight:700;padding:2px 7px;border-radius:20px;color:#fff;white-space:nowrap}.member-card-contract{padding:8px 14px;display:flex;gap:8px;flex-wrap:wrap;align-items:center;border-bottom:1px solid var(--border);font-size:12px;color:var(--gray-600)}.member-contract-end{font-size:11px;color:#ea580c;margin-left:auto}.member-card-stats{padding:10px 14px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;border-bottom:1px solid var(--border)}.member-stat{text-align:center;padding:4px 0}.member-stat+.member-stat{border-left:1px solid var(--border)}.member-stat-value{font-size:15px;font-weight:700;color:var(--gray-900)}.member-stat-label{font-size:10px;color:var(--gray-400);margin-top:1px}.member-card-leave{padding:10px 14px;display:flex;gap:14px}.contract-chip{font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px;white-space:nowrap}.mini-pool{flex:1;min-width:0}.mini-pool-header{display:flex;justify-content:space-between;margin-bottom:2px}.mini-pool-label{font-size:10px;color:var(--gray-400);font-weight:600}.mini-pool-value{font-size:10px;font-weight:700}.mini-pool-track{height:4px;border-radius:2px;background:var(--gray-100);overflow:hidden}.mini-pool-fill{height:100%;transition:width .3s}.team-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:400}.team-detail{position:fixed;top:0;right:0;bottom:0;width:min(520px,100vw);background:#fff;z-index:401;display:flex;flex-direction:column;box-shadow:-4px 0 28px #0000001f;overflow:hidden}.team-detail-header{padding:16px 18px;border-bottom:1px solid var(--border);background:var(--gray-50);display:flex;gap:12px;align-items:flex-start;flex-shrink:0}.team-detail-avatar{width:52px;height:52px;border-radius:50%;background:var(--blue-light);color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0}.team-detail-name{font-size:17px;font-weight:700;line-height:1.2}.team-detail-sub{font-size:12px;color:var(--gray-400);margin-top:3px}.team-detail-chips{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.team-detail-close{margin-left:auto;background:none;border:none;cursor:pointer;font-size:20px;color:var(--gray-400);padding:4px;flex-shrink:0;border-radius:var(--radius);line-height:1}.team-detail-close:hover{background:var(--gray-100)}.team-detail-body{flex:1;overflow-y:auto;padding:18px}.detail-section-title{font-size:10px;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px}.detail-section{margin-bottom:20px}.info-row{display:flex;gap:8px;align-items:baseline;margin-bottom:6px;font-size:13px}.info-label{color:var(--gray-400);min-width:120px;flex-shrink:0;font-size:12px}.info-value{color:var(--gray-900);font-weight:500;flex:1;min-width:0;word-break:break-word}.detail-pools{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:8px}.detail-pool{flex:1;min-width:140px}.detail-pool-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.detail-pool-label{font-size:11px;font-weight:600;color:var(--gray-600)}.detail-pool-remaining{font-size:12px;font-weight:700}.detail-pool-track{height:6px;border-radius:3px;background:var(--gray-100);overflow:hidden;margin-bottom:4px}.detail-pool-fill{height:100%;transition:width .3s}.detail-pool-footer{display:flex;justify-content:space-between;font-size:10px;color:var(--gray-400)}.detail-pool-ext{margin-top:5px;font-size:11px;padding:3px 8px;background:#f5f3ff;border-radius:4px;color:#7c3aed}.team-tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:14px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0}.team-tabs::-webkit-scrollbar{display:none}.team-tab{padding:8px 14px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;color:var(--gray-400);border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;flex-shrink:0;transition:color .12s,border-color .12s}.team-tab.active{color:var(--blue);border-bottom-color:var(--blue)}.team-entry{display:flex;flex-direction:column;gap:3px;padding:8px 10px;background:var(--gray-50);border-radius:6px;margin-bottom:5px}.team-entry-top{display:flex;gap:8px;align-items:center}.entry-date{font-size:12px;color:var(--gray-400);white-space:nowrap;min-width:72px}.entry-desc{flex:1;font-size:13px;color:var(--gray-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entry-hours{font-size:13px;font-weight:700;color:var(--blue);white-space:nowrap}.entry-status{font-size:10px;padding:1px 6px;border-radius:6px;font-weight:600;white-space:nowrap}.entry-status.approved{background:#dcfce7;color:#16a34a}.entry-status.submitted{background:#dbeafe;color:#2563eb}.entry-status.rejected{background:#fee2e2;color:#dc2626}.entry-status.draft{background:var(--gray-100);color:var(--gray-400)}.entry-status.pending{background:#fef9c3;color:#ca8a04}.team-empty{font-size:13px;color:var(--gray-400);padding:16px 0}@media (max-width: 640px){.team-search{width:100%}.team-summary{grid-template-columns:1fr 1fr}.team-grid{grid-template-columns:1fr;gap:8px}.team-detail{top:0;left:0;right:0;bottom:0;width:100%;box-shadow:none}.team-detail-header{padding:12px 14px}.team-detail-avatar{width:44px;height:44px;font-size:16px}.team-detail-name{font-size:15px}.team-detail-body{padding:14px}.info-label{min-width:96px}.detail-pools{flex-direction:column;gap:16px}.detail-pool{min-width:unset}.team-tab{padding:10px 12px;font-size:12px}.entry-desc{white-space:normal;-webkit-line-clamp:2}}@media (max-width: 380px){.member-card-stats{grid-template-columns:1fr 1fr}.member-card-stats .member-stat:nth-child(3){display:none}.info-row{flex-direction:column;gap:1px;margin-bottom:10px}.info-label{min-width:unset;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:14px}}.lb-page{max-width:640px}.lb-heading{font-size:20px;font-weight:500}.lb-headerbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.lb-cancel{border:none;background:none;cursor:pointer;color:var(--gray-400);font-size:13px;line-height:1;padding:2px 6px;border-radius:4px}.lb-cancel:hover{background:var(--gray-100);color:var(--red)}.lb-loading{color:var(--gray-400);font-size:14px;padding:32px 0}.lb-pools{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.lb-pool{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px}.lb-pool--blue{border-left:4px solid var(--blue)}.lb-pool--green{border-left:4px solid #16A34A}.lb-pool-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.lb-pool-title{font-size:14px;font-weight:700;color:var(--gray-900);text-transform:uppercase;letter-spacing:.04em}.lb-pool-remaining{font-size:22px;font-weight:700;color:var(--gray-900)}.lb-bar-track{height:8px;border-radius:4px;background:var(--gray-100);overflow:hidden;display:flex;margin-bottom:14px}.lb-bar-used{background:var(--blue);height:100%;border-radius:4px 0 0 4px;transition:width .4s}.lb-bar-pending{background:#93c5fd;height:100%;transition:width .4s}.lb-pool--green .lb-bar-used{background:#16a34a}.lb-pool--green .lb-bar-pending{background:#86efac}.lb-bar-track--accrual{height:4px}.lb-bar-accrued{background:var(--gray-300);height:100%;border-radius:4px;transition:width .4s}.lb-pool-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--gray-400);padding:3px 0}.lb-pool-row--accrued{color:var(--gray-900);font-weight:500}.lb-pool-row--future{color:var(--gray-400);font-style:italic}.lb-pool-row--pending{color:#2563eb}.lb-pool-row--remaining{color:var(--gray-900);font-weight:600;border-top:1px solid var(--border);margin-top:4px;padding-top:8px}.lb-expiry{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--gray-400);margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}.lb-extension{display:flex;align-items:flex-start;gap:6px;font-size:12px;color:#16a34a;margin-top:6px;padding:6px 10px;background:#f0fdf4;border-radius:var(--radius)}.lb-total{background:#fff;border:1.5px solid var(--border);border-left:4px solid var(--gray-900);border-radius:var(--radius-lg);padding:16px 18px;margin-bottom:16px}.lb-other{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 18px;margin-bottom:16px}.lb-other-title{font-size:12px;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.lb-other-row{display:flex;justify-content:space-between;font-size:13px;color:var(--gray-900);padding:4px 0;border-top:1px solid var(--gray-100)}.lb-other-row:first-of-type{border-top:none}.lb-other-pending{color:#2563eb;font-size:12px}.lb-taken-cat{color:var(--gray-400)}.lb-legend{display:flex;gap:16px;flex-wrap:wrap}.lb-legend-item{font-size:12px;color:var(--gray-400);display:flex;align-items:center;gap:6px}.lb-legend-item:before{content:"";display:inline-block;width:12px;height:8px;border-radius:3px}.lb-legend-item--used:before{background:var(--blue)}.lb-legend-item--pending:before{background:#93c5fd}.lb-legend-item--remaining:before{background:var(--gray-100);border:1px solid var(--border)}.lb-legend-item--accrued:before{background:var(--gray-300)}@media (min-width: 640px){.lb-pools{flex-direction:row}.lb-pool{flex:1}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #185FA5;--blue-dark: #0C447C;--blue-light: #E6F1FB;--purple-light: #EEEDFE;--purple: #534AB7;--green-light: #EAF3DE;--green: #3B6D11;--red-light: #FCEBEB;--red: #A32D2D;--gray-50: #F9F9F8;--gray-100: #F1EFE8;--gray-200: #D3D1C7;--gray-400: #888780;--gray-600: #5F5E5A;--gray-900: #1A1A18;--border: rgba(0,0,0,.12);--radius: 8px;--radius-lg: 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--gray-900);background:var(--gray-50)}body{min-height:100vh}input,select,textarea,button{font-family:inherit;font-size:14px}input:not([type]),input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=time],select,textarea{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--gray-900);outline:none;transition:border-color .15s;box-sizing:border-box}.field input:not([type]),.field input[type=text],.field input[type=email],.field input[type=password],.field input[type=number],.field input[type=date],.field input[type=time],.field select{height:38px;line-height:1.2}.field select,.field input[type=date],.field input[type=time]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff}.field select::-ms-expand{display:none}.field select{padding-right:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center}.field input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #185fa51a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:var(--radius);font-size:14px;font-weight:500;cursor:pointer;border:1px solid var(--border);background:#fff;color:var(--gray-900);transition:background .12s,border-color .12s;text-decoration:none}.btn:hover{background:var(--gray-100)}.btn-primary{background:var(--blue);color:#fff;border-color:var(--blue)}.btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.btn-danger{background:var(--red-light);color:var(--red);border-color:#f09595}.btn-danger:hover{background:#f7c1c1}.btn-sm{padding:5px 10px;font-size:13px}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:500}.badge-blue{background:var(--blue-light);color:var(--blue-dark)}.badge-purple{background:var(--purple-light);color:var(--purple)}.badge-green{background:var(--green-light);color:var(--green)}.badge-red{background:var(--red-light);color:var(--red)}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.field{margin-bottom:14px}.field label{display:block;font-size:12px;color:var(--gray-600);margin-bottom:4px;font-weight:500}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.page-header h1{font-size:20px;font-weight:500}table{width:100%;border-collapse:collapse;font-size:14px}th{text-align:left;font-size:11px;font-weight:500;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;padding:8px 12px;border-bottom:1px solid var(--border);background:var(--gray-50)}td{padding:10px 12px;border-bottom:1px solid var(--border);vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:var(--gray-50)}.empty{text-align:center;color:var(--gray-400);padding:40px 20px;font-size:14px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:10px}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.hours-selectors{display:grid;grid-template-columns:1fr 18px 1fr 18px 1fr;gap:6px;align-items:end;margin-bottom:10px}.hr-layout{display:grid;grid-template-columns:260px 1fr;gap:20px}.hr-back{display:none!important}@media (max-width: 768px){.hr-layout{display:block}.hr-sidebar--hidden,.hr-detail--hidden{display:none}.hr-back{display:inline-flex!important;margin-bottom:12px}}.hours-entry-row{display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);font-size:13px}.hours-delete{opacity:.15;transition:opacity .15s}.hours-entry-row:hover .hours-delete{opacity:1}@media (max-width: 640px){.page-header{flex-wrap:wrap;gap:8px}.card{padding:14px}.hours-selectors{grid-template-columns:1fr}.hours-sep{display:none}.hours-delete{opacity:1!important}}
