@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap";
:root{--bg-primary:#05070d;--bg-secondary:#0a0f17;--bg-tertiary:#111927;--bg-card:#0d131eb8;--bg-card-hover:#162030d1;--bg-glass:#090f189e;--border-primary:#a2b9d61f;--border-secondary:#a2b9d612;--border-glow:#6caae747;--text-primary:#eaf1f9;--text-secondary:#9bb0c9;--text-tertiary:#6f8298;--text-muted:#546476;--accent-primary:#4d9fe3;--accent-secondary:#67bfd4;--accent-success:#10b981;--accent-warning:#f59e0b;--accent-danger:#ef4444;--accent-info:#22d3ee;--gradient-primary:linear-gradient(135deg, #3f8fce, #57b3c8);--gradient-warm:linear-gradient(135deg, #f59e0b, #ef4444);--gradient-cool:linear-gradient(135deg, #22d3ee, #3f8fce);--gradient-surface:linear-gradient(180deg, #141e2e85 0%, #0a101a5c 100%);--shadow-sm:0 1px 3px #00000057;--shadow-md:0 4px 12px #00000070;--shadow-lg:0 8px 32px #0000008f;--shadow-glow:0 0 20px #5ba0e624;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.35s cubic-bezier(.4, 0, .2, 1);--schedule-toolbar-height:52px;--schedule-header-offset:64px;--schedule-card-gap:10px;--touch-target-min:44px}
*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Montserrat,sans-serif;font-weight:300;line-height:1.6}button,input,textarea,select{font-family:inherit;font-weight:inherit}button{letter-spacing:inherit}html{-webkit-text-size-adjust:100%}@media (max-width:900px){input,textarea,select{font-size:16px!important}}body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(at 18% 16%,#5084c617 0%,#0000 52%),radial-gradient(at 82% 84%,#467cc012 0%,#0000 52%),radial-gradient(#25487714 0%,#0000 72%);width:100%;height:100%;position:fixed;top:0;left:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#94a3b833;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b859}
.drawer-overlay{-webkit-backdrop-filter:none;backdrop-filter:none;z-index:1000;pointer-events:none;background:0 0;justify-content:flex-end;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.profile-drawer{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border-left:1px solid var(--border-glow);pointer-events:auto;z-index:1001;flex-direction:column;width:380px;max-width:90%;height:100%;animation:.3s cubic-bezier(.4,0,.2,1) slideInRight;display:flex;position:relative;box-shadow:-10px 0 40px #0006}.profile-drawer:before{content:"";background:var(--gradient-primary);opacity:.5;width:2px;height:100%;position:absolute;top:0;left:0}.drawer-header{border-bottom:1px solid var(--border-primary);justify-content:space-between;align-items:center;padding:24px;display:flex}.drawer-header h2{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);font-size:16px;font-weight:500}.drawer-content{scrollbar-width:thin;scrollbar-color:var(--border-primary) transparent;flex:1;padding:24px;overflow-y:auto}.drawer-content::-webkit-scrollbar{width:4px}.drawer-content::-webkit-scrollbar-thumb{background:var(--border-primary);border-radius:10px}.drawer-close{background:var(--bg-tertiary);border:1px solid var(--border-primary);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);border-radius:12px;justify-content:center;align-items:center;padding:10px;display:flex;pointer-events:auto!important}.drawer-close:hover{background:var(--accent-danger);color:#fff;border-color:var(--accent-danger);transform:rotate(90deg);box-shadow:0 0 15px #ef444466}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.app-container{z-index:1;height:calc(100vh - 64px);display:flex;position:relative;overflow:hidden}.app-container.with-override-warning{height:calc(100vh - 106px)}.global-override-warning{color:#fff;letter-spacing:.01em;text-align:center;z-index:2100;background:linear-gradient(90deg,#b91c1c,#dc2626 55%,#b91c1c);border-bottom:1px solid #ffffff38;justify-content:center;align-items:center;gap:12px;min-height:42px;padding:8px 16px;font-size:13px;font-weight:700;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 8px 24px #b91c1c59}.global-override-warning-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.global-override-reset-btn{color:#fff;cursor:pointer;white-space:nowrap;transition:background var(--transition-fast), transform var(--transition-fast);background:#ffffff24;border:1px solid #ffffff94;border-radius:999px;padding:5px 10px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;line-height:1}.global-override-reset-btn:hover{background:#ffffff3d;transform:translateY(-1px)}@media (max-width:900px){.global-override-warning{justify-content:space-between;gap:8px;min-height:48px;padding:10px 12px;font-size:12px;line-height:1.35}.global-override-warning-text{white-space:normal}.global-override-reset-btn{padding:5px 9px;font-size:11px}.app-container.with-override-warning{height:calc(100vh - 112px)}}.main-content{flex-direction:column;flex:1;min-width:0;display:flex}.main-header{border-bottom:1px solid var(--border-primary);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:50;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex;position:sticky;top:0}.main-header-left{align-items:center;gap:16px;display:flex}.main-header h2{letter-spacing:-.3px;font-size:18px;font-weight:500}.main-header-meta{color:var(--text-tertiary);font-size:12px}.main-header-right{align-items:center;gap:12px;display:flex}.upload-screen{flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.upload-container{text-align:center;width:100%;max-width:560px}.upload-icon-wrap{background:linear-gradient(135deg,#4d9fe326,#67bfd41a);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 28px;animation:3s ease-in-out infinite float;display:flex}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.upload-icon-wrap svg{width:44px;height:44px;color:var(--accent-primary)}.upload-container h2{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:26px;font-weight:500}.upload-container>p{color:var(--text-secondary);margin-bottom:32px;font-size:14px;line-height:1.7}.upload-dropzone{border:2px dashed var(--border-primary);border-radius:var(--radius-xl);cursor:pointer;transition:all var(--transition-normal);background:var(--gradient-surface);padding:48px 32px;position:relative;overflow:hidden}.upload-dropzone:before{content:"";background:var(--gradient-primary);opacity:0;transition:opacity var(--transition-normal);position:absolute;inset:0}.upload-dropzone:hover,.upload-dropzone.dragging{border-color:var(--accent-primary);box-shadow:var(--shadow-glow)}.upload-dropzone:hover:before,.upload-dropzone.dragging:before{opacity:.05}.upload-dropzone-content{z-index:1;position:relative}.upload-dropzone-content svg{width:36px;height:36px;color:var(--text-muted);margin-bottom:12px}.upload-dropzone-content p{color:var(--text-secondary);margin-bottom:4px;font-size:14px}.upload-dropzone-content span{color:var(--accent-primary);text-underline-offset:3px;font-weight:400;text-decoration:underline}.upload-dropzone-content small{color:var(--text-muted);margin-top:8px;font-size:12px;display:block}.upload-dropzone input{display:none}
.sidebar{width:280px;min-width:280px;height:100%;transition:width var(--transition-normal);-webkit-backdrop-filter:blur(26px)saturate(102%);isolation:isolate;background:0 0;border-right:1px solid #ffffff29;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:inset 1px 0 #ffffff24,6px 0 20px #0000001a}.sidebar:before{content:"";pointer-events:none;opacity:.55;z-index:0;background:radial-gradient(120% 80% at 0 0,#ffffff1c,#0000 62%),radial-gradient(100% 84% at 100% 0,#ffffff0f,#0000 64%);position:absolute;inset:0}.sidebar>*{z-index:1;position:relative}.sidebar-header{background:0 0;padding:16px 20px}.sidebar-search{position:relative}.sidebar-search input{border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:all var(--transition-fast);-webkit-backdrop-filter:blur(12px)saturate(102%);background:#ffffff09;border:1px solid #fff3;outline:none;padding:10px 16px 10px 40px;font-family:inherit;font-size:13px}.sidebar-search input:focus{border-color:#ffffff4d;box-shadow:0 0 0 3px #ffffff1a}.sidebar-search input::placeholder{color:var(--text-muted)}.sidebar-search-icon{color:#d6e0ecb8;width:16px;height:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.sidebar-departments{flex:1;padding:8px;overflow-y:auto}.sidebar-all-btn{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);color:var(--text-primary);text-align:left;-webkit-backdrop-filter:blur(12px)saturate(102%);background:#ffffff0d;border:1px solid #fff3;align-items:center;gap:10px;width:100%;margin:0 0 8px;padding:10px 12px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.sidebar-all-btn:hover{background:#ffffff13;border-color:#ffffff47}.sidebar-all-btn.active{background:#ffffff1c;border-color:#ffffff52;box-shadow:inset 0 1px #fff3}.dept-item{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);border:1px solid #0000;align-items:center;gap:10px;margin-bottom:2px;padding:10px 12px;display:flex}.dept-item:hover{background:#ffffff0f;border-color:#ffffff29}.dept-item.active{background:#ffffff1c;border-color:#ffffff4d;box-shadow:inset 0 1px #fff3}.dept-item-icon{border-radius:var(--radius-sm);background:#ffffff14;border:1px solid #ffffff29;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.dept-item.active .dept-item-icon{background:#ffffff24;border-color:#ffffff47}.dept-item-info{flex:1;min-width:0}.dept-item-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.dept-item-count{color:var(--text-tertiary);font-size:11px}@media (max-width:900px){.sidebar{width:100%;min-width:100%;height:calc(100vh - 120px - env(safe-area-inset-bottom));background:0 0;border:none;align-self:auto;padding-bottom:120px;position:absolute;top:0;left:0;overflow-y:auto}.app-container:not(.mobile-tab-departments) .sidebar{display:none}}
.right-panel{-webkit-backdrop-filter:blur(28px)saturate(102%);isolation:isolate;background:0 0;border-right:1px solid #ffffff2e;flex-direction:column;align-self:flex-start;width:340px;min-width:340px;height:calc(100vh - 64px);display:flex;position:sticky;top:64px;overflow:hidden;box-shadow:inset 1px 0 #fff3,-8px 0 20px #0000001f}.right-panel:before{content:"";pointer-events:none;opacity:0;z-index:0;background:0 0;position:absolute;inset:0}.right-panel>*{z-index:1;position:relative}.right-panel-header{-webkit-backdrop-filter:blur(10px);background:#ffffff04;border-bottom:1px solid #ffffff24;padding:16px}.right-panel-header h3{margin-bottom:4px;font-size:15px;font-weight:500}.right-panel-content{scrollbar-width:thin;scrollbar-color:#b4c2d042 transparent;flex:1;padding:14px 16px 18px;overflow-y:auto}.right-panel-content::-webkit-scrollbar{width:5px}.right-panel-content::-webkit-scrollbar-thumb{background:#b4c2d03d;border-radius:999px}.now-working-clock{text-align:center;background:#ffffff08;border:1px solid #ffffff2e;border-radius:18px;margin-bottom:16px;padding:16px;box-shadow:inset 0 1px #fff3,0 8px 18px #0000001a}.now-working-time{letter-spacing:-1px;font-variant-numeric:tabular-nums;background:linear-gradient(160deg,#f0f3f7 0%,#c8d0da 45%,#aeb8c4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:40px;font-weight:560;line-height:1}.now-working-date{color:var(--text-secondary);margin-top:8px;font-size:12px}.week-mismatch-warning{border-radius:var(--radius-sm);color:var(--accent-warning);background:#f59e0b14;border:1px solid #f59e0b33;align-items:flex-start;gap:8px;margin-bottom:14px;padding:10px 12px;font-size:12px;line-height:1.5;display:flex}.week-mismatch-warning svg{flex-shrink:0;margin-top:1px}.now-working-stats{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px;display:grid}.stat-card{text-align:center;transition:all var(--transition-normal);background:#ffffff08;border:1px solid #ffffff29;border-radius:16px;padding:14px;box-shadow:inset 0 1px #fff3}.stat-card:hover{background:#ffffff0d;border-color:#ffffff42}.stat-card-value{letter-spacing:-.8px;font-size:24px;font-weight:560}.stat-card-value.primary{color:#cfd7e1}.stat-card-value.success{color:#9fd9bf}.stat-card-value.warning{color:#f0c27c}.stat-card-value.danger{color:#ee9ea8}.stat-card-value.info{color:#bfd2e5}.stat-card-label{color:var(--text-tertiary);letter-spacing:.5px;margin-top:4px;font-size:10px;font-weight:520}.now-working-section{margin-bottom:16px}.now-working-section h4{color:var(--text-secondary);letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:8px;font-size:11px;font-weight:500;display:flex}.now-working-section h4 .dot{background:#9bc6b2;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.32}}.now-working-list{flex-direction:column;gap:6px;display:flex}.now-working-item{transition:background var(--transition-fast), border-color var(--transition-fast);cursor:pointer;background:#ffffff07;border:1px solid #ffffff24;border-radius:12px;align-items:center;gap:8px;padding:8px 10px;display:flex}.now-working-item:hover{background:#ffffff0d;border-color:#ffffff38}.now-working-item-name{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12px;font-weight:520;overflow:hidden}.now-working-item-shift{white-space:nowrap;border:1px solid #ffffff2e;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:600;line-height:1.15}.person-search-input{width:100%;color:var(--text-primary);transition:all var(--transition-fast);-webkit-backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #fff3;border-radius:12px;outline:none;padding:10px 14px;font-family:inherit;font-size:13px}.person-search-input:focus{border-color:#c1cddc57;box-shadow:0 0 0 3px #aebbc91f}.person-search-results{max-height:calc(100vh - 220px);margin-top:12px;overflow-y:auto}.person-search-result{cursor:pointer;transition:all var(--transition-fast);background:#ffffff08;border:1px solid #ffffff26;border-radius:14px;margin-bottom:8px;padding:12px;box-shadow:inset 0 1px #ffffff29}.person-search-result:hover{background:#ffffff0e;border-color:#ffffff3d}.person-search-result-name{color:var(--text-primary);font-size:13px;font-weight:500}.person-search-result-dept{color:var(--text-tertiary);margin-top:2px;font-size:11px}.week-selector{gap:6px;display:flex}.week-tab{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:#ffffff08;border:1px solid #ffffff24;padding:6px 14px;font-family:inherit;font-size:12px;font-weight:500}.week-tab:hover{background:#ffffff0f;border-color:#fff3}.week-tab.active{color:#e8edf4;background:#ffffff1c;border-color:#c6d2e042}.empty-state{text-align:center;color:var(--text-muted);background:#ffffff05;border:1px dashed #ffffff2e;border-radius:14px;padding:32px 20px}.empty-state svg{opacity:.45;width:40px;height:40px;margin-bottom:10px}.empty-state p{font-size:13px}.loading-spinner{justify-content:center;align-items:center;padding:60px 20px;display:flex}.spinner{border:2px solid #b6c3d233;border-top-color:#d6dee8db;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.time-query{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.time-query label{color:var(--text-secondary);font-size:12px;font-weight:500}.time-query input[type=time]{border-radius:var(--radius-sm);color:var(--text-primary);background:#ffffff08;border:1px solid #ffffff2e;outline:none;padding:6px 10px;font-family:inherit;font-size:13px}.time-query input[type=time]:focus{border-color:#c1cedc52}.time-query-btn{border-radius:var(--radius-sm);color:#e7edf4;cursor:pointer;transition:opacity var(--transition-fast), border-color var(--transition-fast);background:#ffffff12;border:1px solid #fff3;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:500}.time-query-btn:hover{opacity:.92;border-color:#c6d2e04d}.time-query-btn.secondary{color:var(--text-secondary);background:#ffffff0a}.mobile-me-panel{display:none}.panel-tabs{-webkit-backdrop-filter:blur(18px)saturate(102%);isolation:isolate;background:#ffffff05;border:1px solid #ffffff2e;border-radius:999px;gap:6px;padding:6px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #fff3,0 2px 8px #0000000f}.panel-tabs:before{content:"";pointer-events:none;z-index:0;background:#0e141c33;position:absolute;inset:0}.panel-tab{height:34px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);z-index:1;background:0 0;border:1px solid #0000;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:530;display:inline-flex;position:relative}.panel-tab svg{opacity:.9}.panel-tab:hover{color:var(--text-primary);background:#fff1;border-color:#ffffff2e}.panel-tab.active{color:#e6ebf2;background:#ffffff1f;border-color:#ffffff47;box-shadow:inset 0 1px #ffffff47,0 4px 10px #00000014}.panel-hidden-input{display:none}.panel-alert{border-radius:var(--radius-md);align-items:flex-start;gap:10px;margin-bottom:14px;padding:12px 14px;font-size:12px;line-height:1.5;display:flex}.panel-alert-beta{color:#ef4444;background:#ef44441a;border:1px solid #ef444466}.panel-alert-warning{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b59}.panel-alert-icon{flex-shrink:0;margin-top:1px}.panel-alert-icon-beta{fill:#ef444433;margin-top:2px}.panel-alert-title{margin-bottom:4px;font-size:13px;font-weight:600}.panel-alert-text{color:var(--text-secondary);font-size:11px}.panel-upload-inline-btn{border-radius:var(--radius-sm);cursor:pointer;color:#f59e0b;background:#f59e0b2e;border:1px solid #f59e0b66;align-items:center;gap:4px;margin-top:8px;padding:5px 12px;font-size:11px;font-weight:500;display:inline-flex}.empty-state.empty-state-compact{padding:20px}.empty-state-small-text{font-size:12px}.now-working-group{margin-bottom:16px}.now-working-group-header{color:var(--text-secondary);border-bottom:1px solid var(--border-primary);justify-content:space-between;margin-bottom:6px;padding-bottom:4px;font-size:11px;font-weight:500;display:flex}.now-working-group-count{color:var(--text-muted)}.now-working-group-list{flex-direction:column;gap:4px;display:flex}.now-working-item-name-spaced{margin-left:6px}.now-working-item-route{color:var(--text-muted);margin-left:4px;font-size:10px}.person-search-result-top{align-items:center;gap:10px;display:flex}.person-search-result-info{flex:1;min-width:0}.person-search-shift-wrap{margin-top:6px}.my-profile-panel-root{padding:0 4px}.my-profile-panel-empty-head{text-align:center;margin-bottom:20px}.my-profile-panel-empty-icon-wrap{width:64px;height:64px;color:var(--accent-primary);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 12px;display:flex}.my-profile-panel-empty-title{margin-bottom:8px;font-size:16px;font-weight:500}.my-profile-panel-empty-text{color:var(--text-secondary);font-size:13px;line-height:1.5}.my-profile-search-results{margin-top:12px}.my-profile-panel-hero{border-radius:var(--radius-lg);text-align:center;background:#ffffff09;border:1px solid #ffffff29;margin-bottom:24px;padding:24px 20px;position:relative;box-shadow:inset 0 1px #ffffff1a}.my-profile-panel-change-btn{color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;border-radius:4px;padding:4px;position:absolute;top:12px;right:12px}.my-profile-panel-change-btn:hover{color:var(--text-primary);background:#ffffff0f}.my-profile-panel-avatar-wrap{justify-content:center;width:72px;height:72px;margin:0 auto 16px;display:flex}.my-profile-panel-name{color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.my-profile-panel-dept{color:var(--text-secondary);margin-top:4px;font-size:13px}.my-profile-panel-route-badge{color:#cad7e5;background:#ffffff12;border:1px solid #ffffff29;border-radius:999px;margin-top:12px;padding:4px 12px;font-size:12px;display:inline-block}.my-profile-panel-service-wrap{margin-bottom:24px}.my-profile-service-card{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff26;padding:16px;position:relative}.my-profile-service-card-upload{text-align:center;border-style:dashed}.my-profile-service-map-icon{color:var(--text-muted);margin-bottom:8px}.my-profile-service-title{margin-bottom:4px;font-size:14px;font-weight:500}.my-profile-service-text{color:var(--text-secondary);margin-bottom:12px;font-size:12px}.my-profile-service-upload-btn{border-radius:var(--radius-sm);cursor:pointer;background:#ffffff0f;border:1px solid #fff3;padding:8px 16px;font-size:13px;font-weight:500;display:inline-block}.my-profile-service-remove-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;position:absolute;top:12px;right:12px}.my-profile-service-header{align-items:center;gap:8px;margin-bottom:16px;display:flex}.my-profile-service-header-icon{color:#cfd8e3}.my-profile-service-header-title{font-size:14px;font-weight:500}.my-profile-service-msg{margin:0;line-height:1.4}.my-profile-service-msg-default{color:var(--text-secondary);font-size:13px}.my-profile-service-msg-warning{color:var(--accent-warning);font-size:12px}.my-profile-service-select{border-radius:var(--radius-sm);width:100%;color:var(--text-primary);background:#ffffff0a;border:1px solid #fff3;outline:none;padding:8px 12px}.my-profile-day-title{color:var(--text-secondary);margin-bottom:12px;font-size:13px;font-weight:500}.my-profile-day-title-date{color:#c8d2dd;margin-left:6px;font-size:11px;font-weight:500}.my-profile-day-card{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff26;align-items:center;gap:16px;margin-bottom:24px;padding:16px;display:flex}.my-profile-day-content{flex:1;min-width:0}.my-profile-day-main{font-size:18px;font-weight:600}.my-profile-day-sub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:13px;overflow:hidden}.my-profile-boarding-chip{background:#ffffff0f;border:1px solid #ffffff38;border-radius:6px;align-items:center;gap:6px;margin-top:8px;padding:6px 10px;display:inline-flex}.my-profile-boarding-chip-icon{color:#c9d4e1}.my-profile-boarding-chip-text{color:#c9d4e1;font-size:12px;font-weight:500}.my-profile-weekly-head{justify-content:space-between;align-items:flex-end;margin-bottom:12px;display:flex}.my-profile-weekly-title{color:var(--text-secondary);margin:0;font-size:13px;font-weight:500}.my-profile-weekly-total{color:#c9d4e1;font-size:13px;font-weight:600}.my-profile-weekly-list{flex-direction:column;gap:6px;display:flex}.my-profile-weekly-row{border-radius:var(--radius-sm);background:0 0;border:1px solid #0000;align-items:center;padding:8px 12px;display:flex}.my-profile-weekly-row.today{background:#ffffff0f;border-color:#ffffff38}.my-profile-weekly-date{color:var(--text-muted);flex:1;font-size:13px;font-weight:500}.my-profile-weekly-date.today{color:var(--text-primary);font-weight:700}.my-profile-weekly-shift-wrap{justify-content:flex-end;min-width:0;display:flex}.my-profile-weekly-shift{white-space:nowrap;text-overflow:ellipsis;border-radius:4px;max-width:100%;padding:4px 10px;font-size:12px;font-weight:500;overflow:hidden}.my-profile-weekly-empty{color:var(--text-muted);font-size:12px}.my-profile-danger-zone{border-top:1px solid var(--border-primary);margin-top:40px;padding-top:24px;padding-bottom:40px}.delete-data-btn{border-radius:var(--radius-sm);width:100%;color:var(--accent-danger);cursor:pointer;transition:all var(--transition-fast);background:#ef44440d;border:1px solid #ef444426;justify-content:center;align-items:center;gap:8px;padding:12px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.delete-data-btn.confirm-pending{background:#ef44442e;border-color:#ef444480;font-weight:600}.my-profile-danger-note{color:var(--text-tertiary);text-align:center;margin-top:12px;font-size:11px;line-height:1.5}@media (max-width:1400px){.right-panel{width:300px;min-width:300px}}@media (max-width:1200px){.right-panel{display:none}}@media (max-width:900px){.right-panel{width:100%;min-width:100%;height:calc(100vh - 120px - env(safe-area-inset-bottom));border:none;align-self:auto;padding-bottom:120px;position:absolute;top:0;left:0;overflow-y:auto}.mobile-me-panel{width:100%;min-width:100%;height:calc(100vh - 120px - env(safe-area-inset-bottom));border:none;padding-bottom:20px;position:absolute;top:0;left:0;overflow-y:auto}.mobile-me-panel.active{animation:.3s fadeInUp;display:block}.mobile-me-header{border-bottom:1px solid var(--border-primary);background:var(--bg-secondary);padding:16px 20px}.mobile-me-header h2{font-size:18px;font-weight:500}.mobile-me-content{padding:20px 20px 120px}.right-panel{background:var(--bg-primary);display:flex}.app-container:not(.mobile-tab-panel) .right-panel{display:none!important}.app-container:not(.mobile-tab-me) .mobile-me-panel{display:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s forwards fadeInUp}
.emp-card-backdrop{z-index:1100;background:#050912d1;animation:.2s fadeIn;position:fixed;inset:0}.emp-card{z-index:1101;isolation:isolate;background:#0a0f17;border:1px solid #c2d6ed2e;border-bottom:none;border-radius:24px 24px 0 0;flex-direction:column;max-height:92dvh;animation:.32s cubic-bezier(.32,.72,0,1) empCardSlideUp;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -16px 42px #01061057,inset 0 1px #ffffff29,inset 0 -10px 18px #040a161f,inset 10px 0 18px #b4e2ff04,inset -8px 0 16px #6496ff03}.emp-card:before,.emp-card:after{content:"";pointer-events:none;z-index:0;position:absolute;inset:0}.emp-card:before{mix-blend-mode:screen;background:linear-gradient(#ffffff12,#ffffff03 24%,#0000 46%),radial-gradient(92% 60% at 16% -8%,#caecff12,#0000 72%),radial-gradient(72% 44% at 90% 106%,#76a5ff09,#0000 72%)}.emp-card:after{opacity:.12;background:radial-gradient(120% 90% at 50% 0,#ffffff06,#0000 58%),linear-gradient(#ffffff04,#0000 35%,#0000000a 100%)}.emp-card>*{z-index:1;position:relative}@keyframes empCardSlideUp{0%{opacity:.8;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.emp-card-handle{background:#cee1f457;border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:12px auto 0}.emp-card-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;overflow-y:auto}.emp-card-body::-webkit-scrollbar{display:none}.emp-card-hero{background:0 0;border-bottom:1px solid #bedeff14;flex-shrink:0;align-items:center;gap:16px;padding:20px 20px 16px;display:flex;position:relative}.emp-card-close-btn{color:var(--text-muted);cursor:pointer;width:32px;height:32px;transition:all var(--transition-fast);background:#17223580;border:1px solid #d0e4f81f;border-radius:999px;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;right:16px}.emp-card-close-btn:hover,.emp-card-close-btn:active{color:#dbe9f7;background:#1c2a42b8;border-color:#d0e4f829}.emp-card-hero-info{flex:1;min-width:0;padding-right:40px}.emp-card-name{color:var(--text-primary);letter-spacing:-.3px;-webkit-line-clamp:2;line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin-bottom:3px;font-size:18px;font-weight:500;line-height:1.25;display:-webkit-box;overflow:hidden}.emp-card-dept{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.emp-card-status{border-radius:999px;align-items:center;gap:5px;margin-top:6px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-flex}.emp-card-status.working{color:#50f0ba;background:linear-gradient(#ffffff24 0%,#ffffff0d 100%),#0d785a38;border:1px solid #62f2b85c;box-shadow:inset 0 1px #ffffff42,0 4px 14px #0a382c3d}.emp-card-status.offline{background:var(--bg-tertiary);color:var(--text-muted);border:1px solid var(--border-primary)}.emp-card-status.unknown{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b4d}.emp-card-status-dot{border-radius:50%;width:6px;height:6px}.emp-card-status.working .emp-card-status-dot{background:#33d69f;animation:2s infinite pulse;box-shadow:0 0 0 2px #33d69f33,0 0 9px #33d69f8c}.emp-card-status.offline .emp-card-status-dot{background:var(--text-muted)}.emp-card-status.unknown .emp-card-status-dot{background:#f59e0b}.emp-card-section{background:#070f1f24;border-bottom:1px solid #b4d0eb12;padding:16px 20px}.emp-card-section:last-child{border-bottom:none}.emp-card-section-title{letter-spacing:.8px;color:var(--text-muted);text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:600}.emp-today-shift{border-radius:var(--radius-md);background:#ffffff0a;border:1px solid #ffffff29;align-items:center;gap:14px;padding:14px;display:flex;box-shadow:inset 0 1px #fff3}.emp-today-shift.reduced{opacity:.38;filter:saturate(.45);background:#1118276b;border-color:#94a3b81f;transform:scale(.98)}.emp-today-shift-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.emp-today-shift-time{letter-spacing:-.5px;color:var(--text-primary);font-size:20px;font-weight:500;line-height:1.1}.emp-today-shift-label{color:var(--text-muted);margin-top:2px;font-size:12px}.shift-card-title{letter-spacing:0;text-transform:none;color:var(--text-secondary);align-items:center;gap:6px;margin-bottom:6px;font-size:12px;font-weight:600;display:inline-flex}.shift-card-title-icon{color:#c6d0dcdb;opacity:.86}.shift-card-meta-row{align-items:center;gap:14px;margin-bottom:2px;display:flex}.shift-card-date{color:var(--text-secondary);font-size:15px;font-weight:600;line-height:1.2}.shift-duration-text{color:var(--text-muted);margin-top:0;font-size:12px}.emp-today-shift.reduced .emp-today-shift-time{color:var(--text-secondary);font-size:18px}.emp-today-shift.reduced .emp-today-shift-label{color:var(--text-tertiary)}.emp-today-shift.reduced .emp-today-shift-icon{opacity:.6}.today-shift-completed-note{color:var(--text-tertiary);margin-top:6px;font-size:11px}.live-shift-counter{border:1px solid #0000;border-radius:10px;margin-top:8px;padding:8px 10px}.live-shift-counter.active{background:#10b98114;border-color:#10b98140}.live-shift-counter.upcoming{background:#6c7a8c24;border-color:#a8b4c242}.live-shift-counter.completed{background:#64748b14;border-color:#64748b38}.live-shift-counter-main{color:var(--text-primary);font-size:12px;font-weight:600;line-height:1.3}.live-shift-counter-sub{color:var(--text-secondary);margin-top:3px;font-size:11px}.live-shift-counter-bar{background:#94a3b833;border-radius:999px;height:4px;margin-top:7px;overflow:hidden}.live-shift-counter-fill{height:100%;transition:width var(--transition-normal);background:linear-gradient(90deg,#98a4b2,#c7d1dc);border-radius:999px}.emp-next-shift{border-radius:var(--radius-sm);color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff29;align-items:center;gap:10px;margin-top:10px;padding:10px 14px;font-size:12px;display:flex}.emp-next-shift-content{flex-direction:column;gap:2px;min-width:0;display:flex}.emp-next-shift-main{color:var(--text-primary);font-size:12px;line-height:1.35}.emp-next-shift-sub{color:var(--text-secondary);font-size:11px;line-height:1.35}.shift-card-stack{flex-direction:column;gap:12px;display:flex}.shift-card-stack>.next-shift-primary-card,.shift-card-stack>.emp-today-shift{margin-top:0}.shift-card-item.carryover-card{margin-bottom:4px}.next-shift-primary-card{border-radius:var(--radius-md);background:#ffffff0a;border:1px solid #ffffff29;margin-top:10px;padding:12px 14px;box-shadow:inset 0 1px #fff3}.next-shift-primary-card.secondary{background:#ffffff08;border-color:#ffffff24}.shift-card-item.is-secondary{opacity:.6;filter:saturate(.62)brightness(.9);transform-origin:top;transform:scale(.98)}.shift-card-item.is-secondary .shift-card-title{color:#adbacab8;margin-bottom:5px;font-size:11px}.shift-card-item.is-secondary .shift-card-date{color:#bdc9d8bd;font-size:14px}.shift-card-item.is-secondary .shift-duration-text,.shift-card-item.is-secondary .emp-today-shift-label,.shift-card-item.is-secondary .today-shift-completed-note{color:#97a4b5b8;font-size:11px}.shift-card-item.is-secondary .emp-today-shift-icon,.shift-card-item.is-secondary .next-shift-icon{opacity:.76;border:1px solid #b0bece33;border-radius:10px;width:38px;height:38px;color:#9eacbc!important;background:#808ea02e!important}.shift-card-item.is-secondary .next-shift-primary-main,.shift-card-item.is-secondary .live-shift-counter-main{color:#bac6d6c7;font-size:12px}.shift-card-item.is-secondary .live-shift-counter-sub{color:#95a2b4b8;font-size:10px}.shift-card-item.active-now{border-color:#10b98185!important;box-shadow:inset 0 1px #ffffff24,0 0 0 1px #10b9812e,0 8px 24px #10b9811f!important}.next-shift-primary-body{align-items:center;gap:12px;display:flex}.next-shift-primary-content{flex:1;min-width:0}.next-shift-icon{color:#c6d0dc;background:#ffffff14;width:42px;height:42px}.next-shift-primary-main{color:var(--text-primary);font-size:15px;font-weight:600;line-height:1.35}.next-shift-primary-sub{color:var(--text-secondary);margin-top:4px;font-size:12px;line-height:1.4}.emp-week-row{border-radius:8px;align-items:center;gap:10px;padding:7px 4px;display:flex}.emp-week-row.today-row{background:#ffffff09;border:1px solid #ffffff24;margin:0 -4px;padding:8px 10px}.emp-week-row.week-row-completed{opacity:.4;filter:saturate(.7)}.emp-week-day-label{color:var(--text-muted);flex-shrink:0;width:28px;font-size:12px;font-weight:500}.today-row .emp-week-day-label{color:var(--text-primary);font-weight:600}.emp-week-duration{color:var(--text-muted);flex-shrink:0;margin-left:auto;font-size:11px}.emp-stats-grid{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.emp-stat-number{letter-spacing:-.5px;color:var(--text-primary);font-size:18px;font-weight:500}.emp-stat-label{color:var(--text-muted);margin-top:2px;font-size:10px}.emp-type-bar-wrap{margin-top:12px}.emp-type-bar{border-radius:4px;gap:2px;height:8px;margin-bottom:8px;display:flex;overflow:hidden}.emp-type-bar-segment{border-radius:4px}.emp-type-legend{flex-wrap:wrap;gap:8px;display:flex}.emp-type-legend-item{color:var(--text-secondary);align-items:center;gap:5px;font-size:11px;display:flex}.emp-type-legend-dot{border-radius:2px;flex-shrink:0;width:8px;height:8px}.emp-card-actions{padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom));background:0 0;border-top:1px solid #b4d0eb12;flex-direction:column;flex-shrink:0;gap:8px;display:flex}.emp-action-btn{width:100%;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);-webkit-tap-highlight-color:transparent;background:#ffffff0d;border:1px solid #ffffff2e;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:13px 16px;font-family:inherit;font-size:14px;font-weight:500;display:flex;box-shadow:inset 0 1px #ffffff38,0 4px 12px #00000014}.emp-action-btn:active{transform:scale(.98)}.emp-action-btn.primary{color:#e8edf3;background:#ffffff1c;border-color:#ffffff38}.emp-action-row{gap:8px;display:flex}.emp-action-row .emp-action-btn{flex:1;padding:11px 8px;font-size:13px}.emp-action-btn.already-me{color:var(--accent-success);background:linear-gradient(#ffffff21 0%,#ffffff0d 100%),#10b98124;border-color:#91ecc552}@keyframes empRowHighlight{0%{background:#98a6b733}to{background:0 0}}.emp-highlight-row{animation:2.5s forwards empRowHighlight}@media (min-width:900px){.emp-card-backdrop{background:#060c18b8}.emp-card{border:1px solid #c2d6ed2e;border-radius:20px;width:440px;max-width:95vw;max-height:90vh;animation:.25s cubic-bezier(.34,1.56,.64,1) empCardScale;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.emp-card-handle{display:none}.emp-card-actions{padding-bottom:20px}@keyframes empCardScale{0%{opacity:0;transform:translate(-50%,-50%)scale(.92)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}}
.my-profile-sheet-backdrop-glass{background:#050912d1}.my-profile-sheet-glass{isolation:isolate;background:#0a0f17;border:1px solid #c2d6ed2e;position:fixed;box-shadow:0 -16px 42px #01061057,inset 0 1px #ffffff29,inset 0 -10px 18px #040a161f,inset 10px 0 18px #b4e2ff04,inset -8px 0 16px #6496ff03}.my-profile-sheet-glass:before,.my-profile-sheet-glass:after{content:"";pointer-events:none;z-index:0;position:absolute;inset:0}.my-profile-sheet-glass:before{mix-blend-mode:screen;background:linear-gradient(#ffffff12,#ffffff03 24%,#0000 46%),radial-gradient(92% 60% at 16% -8%,#caecff12,#0000 72%),radial-gradient(72% 44% at 90% 106%,#76a5ff09,#0000 72%)}.my-profile-sheet-glass:after{opacity:.12;background:radial-gradient(120% 90% at 50% 0,#ffffff06,#0000 58%),linear-gradient(#ffffff04,#0000 35%,#0000000a 100%)}.my-profile-sheet-glass>*{z-index:1;position:relative}.my-profile-sheet-glass .emp-card-hero,.my-profile-sheet-glass .my-profile-sheet-body,.my-profile-sheet-glass .emp-card-actions{background:0 0}.my-profile-sheet-glass .emp-card-section{background:#070f1f24;border-bottom-color:#b4d0eb12}.my-profile-sheet-glass .emp-card-close-btn{background:#17223580;border-color:#d0e4f81f}.my-profile-sheet-glass .emp-card-close-btn:hover{color:#dbe9f7;background:#1c2a42b8;border-color:#d0e4f829}.my-profile-sheet-glass .emp-card-handle{background:#cee1f457}.my-profile-sheet-backdrop{z-index:1100;background:#000000d1;animation:.2s fadeIn;position:fixed;inset:0}.my-profile-sheet{z-index:1101;background:var(--bg-secondary);border-top:1px solid var(--border-glow);border-radius:24px 24px 0 0;flex-direction:column;max-height:94dvh;animation:.32s cubic-bezier(.32,.72,0,1) empCardSlideUp;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -20px 60px #00000080}.my-profile-sheet-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;overflow-y:auto}.my-profile-sheet-body::-webkit-scrollbar{display:none}.profile-name-search-wrap{position:relative}.profile-name-search-input{border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast);box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff29;outline:none;padding:12px 16px;font-family:inherit;font-size:14px}.profile-name-search-input:focus{border-color:#bfccdb57;box-shadow:0 0 0 3px #aab8c81f}.profile-name-results{border-radius:var(--radius-md);background:#ffffff0a;border:1px solid #ffffff24;height:170px;margin-top:6px;overflow-y:auto;box-shadow:0 4px 12px #0003}.profile-name-result-item{cursor:pointer;transition:background var(--transition-fast);border-bottom:1px solid #ffffff1a;align-items:center;gap:10px;padding:10px 14px;display:flex}.profile-name-result-item:last-child{border-bottom:none}.profile-name-result-item:hover,.profile-name-result-item:active{background:#ffffff0f}.service-card{border-radius:var(--radius-md);background:#ffffff0a;border:1px solid #ffffff24;padding:16px;position:relative}.service-card-header{align-items:center;gap:10px;margin-bottom:14px;display:flex}.service-card-icon{color:#c8d2de;background:#727f9129;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.service-card-title{color:var(--text-primary);font-size:14px;font-weight:500}.service-card-subtitle{color:var(--text-muted);margin-top:1px;font-size:11px}.service-stop-select{border-radius:var(--radius-sm);width:100%;color:var(--text-primary);appearance:none;cursor:pointer;transition:border-color var(--transition-fast);background:#ffffff0a 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='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 12px center no-repeat;border:1px solid #ffffff29;outline:none;padding:10px 36px 10px 14px;font-family:inherit;font-size:13px}.service-stop-select:focus{border-color:#c0cddc57}.danger-btn{width:100%;color:var(--accent-danger);cursor:pointer;transition:all var(--transition-fast);-webkit-tap-highlight-color:transparent;background:#ef44440d;border:1px solid #ef444426;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:13px;font-family:inherit;font-size:14px;font-weight:400;display:flex}.danger-btn:active,.danger-btn.confirm-pending{background:#ef44442e;border-color:#ef444480;font-weight:600}@media (min-width:900px){.my-profile-sheet{border:1px solid var(--border-glow);border-radius:20px;width:480px;max-width:95vw;max-height:90vh;animation:.25s cubic-bezier(.34,1.56,.64,1) empCardScale;inset:50% auto auto 50%;transform:translate(-50%,-50%)}}
.shift-cell,.now-working-item-shift,.employee-route,.week-badge,.dept-item-badge,.no-service-badge,.emp-stat-chip{-webkit-backdrop-filter:blur(12px)saturate(114%);border-style:solid;border-width:.8px;border-radius:999px;box-shadow:inset 0 1px #ffffff38,0 4px 12px #08162924}.shift-cell{min-width:90px;transition:all var(--transition-fast);cursor:default;white-space:nowrap;border-color:#0000;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:560;display:inline-flex;position:relative}.now-working-item-shift{white-space:nowrap;border-color:#0000;justify-content:center;align-items:center;padding:4px 9px;font-size:11px;font-weight:560;display:inline-flex}.shift-cell:hover{z-index:2;transform:scale(1.05)}.shift-cell.working{box-shadow:0 0 8px #005cb94d}.shift-cell-status{letter-spacing:.2px;font-size:11px;font-weight:540}.shift-cell-status .status-icon{margin-right:4px;font-size:12px}.employee-route,.week-badge,.dept-item-badge,.no-service-badge,.emp-stat-chip{background:linear-gradient(#ffffff1f 0%,#ffffff0a 100%),#1f456c29;border-color:#bedbf43d}.employee-route,.dept-item-badge{letter-spacing:.25px;padding:2px 8px;font-size:11px;font-weight:500}.week-badge{align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:500;display:inline-flex}.week-badge svg{width:14px;height:14px;color:var(--accent-primary)}.dept-item.active .dept-item-badge{color:#b1dcff;background:linear-gradient(#ffffff29 0%,#ffffff12 100%),#005cb933;border-color:#9ad2ff47}.no-service-badge{color:var(--text-muted);align-items:center;gap:6px;margin-top:10px;padding:8px 12px;font-size:12px;display:inline-flex}.emp-stat-chip{text-align:center;padding:12px 8px}.person-search-results .shift-cell,.person-search-results .now-working-item-shift{border-width:.7px;min-width:0;padding:3px 7px;font-size:10px;box-shadow:inset 0 1px #fff3,0 3px 8px #0816291f}.person-search-results .employee-route{border-width:.7px;padding:1px 6px;font-size:10px}.my-profile-sheet .shift-time-chip,.emp-card .shift-time-chip{-webkit-backdrop-filter:blur(14px)saturate(118%);background:linear-gradient(#ffffff29 0%,#ffffff12 100%),#1f4e8a29;border:.8px solid #d2e9ff47;border-radius:999px;align-items:center;margin-bottom:0;padding:7px 14px;font-size:16px;font-weight:620;display:inline-flex;box-shadow:inset 0 1px #ffffff57,inset 0 -1px #ffffff0f,0 6px 18px #08162a33}.my-profile-sheet .emp-week-shift-chip,.emp-card .emp-week-shift-chip{white-space:nowrap;-webkit-backdrop-filter:blur(12px)saturate(114%);background:linear-gradient(#ffffff1f 0%,#ffffff0a 100%),#24476e2e;border:.8px solid #c3daf140;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:560;box-shadow:inset 0 1px #ffffff3d}.my-profile-sheet .boarding-badge,.emp-card .boarding-badge{color:#96d6ff;-webkit-backdrop-filter:blur(13px)saturate(116%);background:linear-gradient(#ffffff24 0%,#ffffff0d 100%),#0655a029;border:.8px solid #a2d6ff47;border-radius:999px;align-items:center;gap:6px;margin-top:10px;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex;box-shadow:inset 0 1px #ffffff4d,0 4px 14px #091c342b}.my-profile-sheet .next-shift-countdowns,.emp-card .next-shift-countdowns{flex-direction:column;align-items:flex-start;gap:6px;margin-top:8px;display:flex}.my-profile-sheet .next-shift-countdown-chip,.emp-card .next-shift-countdown-chip{-webkit-backdrop-filter:blur(14px)saturate(116%);border-radius:999px;align-items:center;padding:6px 10px;font-size:13px;font-weight:600;display:inline-flex;box-shadow:inset 0 1px #ffffff47,0 4px 14px #08162924}.my-profile-sheet .next-shift-countdown-chip.service,.emp-card .next-shift-countdown-chip.service{color:#98d8ff;background:linear-gradient(#ffffff21 0%,#ffffff0d 100%),#0756a026;border:.8px solid #a0d6ff42}.my-profile-sheet .next-shift-countdown-chip.shift,.emp-card .next-shift-countdown-chip.shift{background:linear-gradient(180deg, #ffffff1f 0%, #ffffff0d 100%), color-mix(in srgb, var(--shift-countdown-bg,#0b5aa62e) 78%, transparent);border:.8px solid color-mix(in srgb, var(--shift-countdown-border,#a0d4fc57) 86%, #ffffff24);color:var(--shift-countdown-color,#a7dcff)}.my-profile-sheet .next-shift-countdown-chip.info,.emp-card .next-shift-countdown-chip.info{color:#ccdaec;background:linear-gradient(#ffffff1c 0%,#ffffff0a 100%),#7186a129;border:.8px solid #c2d2e642;font-size:12px;font-weight:540}.my-profile-sheet .shift-card-item.is-secondary .shift-time-chip,.emp-card .shift-card-item.is-secondary .shift-time-chip{opacity:.74;padding:5px 11px;font-size:14px;color:#acb9c8!important;background:linear-gradient(#ffffff1a 0%,#ffffff08 100%),#5a687a33!important;border:.8px solid #b6c4d647!important}.my-profile-sheet .shift-card-item.is-secondary .emp-week-shift-chip,.emp-card .shift-card-item.is-secondary .emp-week-shift-chip{opacity:.72;padding:3px 8px;font-size:11px;color:#a8b5c5!important;background:linear-gradient(#ffffff17 0%,#ffffff08 100%),#58657630!important;border:.8px solid #b0becf42!important}.my-profile-sheet .shift-card-item.is-secondary .boarding-badge,.emp-card .shift-card-item.is-secondary .boarding-badge{opacity:.72;gap:5px;padding:5px 9px;font-size:11px}.my-profile-sheet .shift-card-item.is-secondary .next-shift-countdown-chip,.emp-card .shift-card-item.is-secondary .next-shift-countdown-chip{opacity:.7;padding:4px 8px;font-size:11px;color:#a7b5c5!important;background:linear-gradient(#ffffff17 0%,#ffffff08 100%),#5664762e!important;border:.8px solid #adbcce40!important}.my-profile-sheet .shift-card-item.is-secondary .next-shift-countdown-chip.info,.emp-card .shift-card-item.is-secondary .next-shift-countdown-chip.info{font-size:10px}@media (max-width:720px){.my-profile-sheet .shift-time-chip,.emp-card .shift-time-chip{padding:6px 12px;font-size:15px}.shift-table .shift-cell{padding:5px 8px}.my-profile-sheet .next-shift-countdown-chip,.emp-card .next-shift-countdown-chip{padding:5px 9px;font-size:12px}}
.global-header{z-index:100;-webkit-backdrop-filter:blur(28px)saturate(102%)contrast(102%);isolation:isolate;background:0 0;border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:inset 0 1px #ffffff38,0 8px 24px #00000029}.global-header.override-active{margin-top:42px}@media (max-width:900px){.global-header.override-active{margin-top:48px}}.global-header:after{content:"";pointer-events:none;opacity:.56;z-index:0;background:radial-gradient(90% 120% at 0 0,#ffffff29,#0000 56%),radial-gradient(70% 80% at 100% 0,#ffffff1a,#0000 58%);position:absolute;inset:0}.global-header>*{z-index:1;position:relative}.header-logo{align-items:center;gap:0;min-width:max-content;display:flex}.header-logo-image{object-fit:cover;width:42px;height:42px;box-shadow:none;background:0 0;border:none;border-radius:10px}.header-files{scrollbar-width:none;flex:1;align-items:center;gap:8px;margin:0 32px;display:flex;overflow-x:auto}.header-files::-webkit-scrollbar{display:none}.header-file-tabs{align-items:center;gap:6px;display:flex}.header-file-tab{white-space:nowrap;cursor:pointer;height:36px;transition:transform var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);background:#ffffff0a;border:.8px solid #ffffff38;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:12px;display:flex;box-shadow:inset 0 1px #fff3,0 4px 12px #0000001f}.header-file-tab:hover{background:#fff1;border-color:#ffffff47;transform:translateY(-1px)}.header-file-tab.active{color:#d7dde6;background:#ffffff1a;border-color:#ffffff57;box-shadow:inset 0 1px #ffffff47,0 8px 18px #0000001a}.file-name{text-overflow:ellipsis;max-width:112px;font-weight:500;overflow:hidden}.file-meta{color:var(--text-muted);font-size:11px}.file-remove{color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:2px;display:inline-flex}.file-remove:hover{color:#ffd0d0;background:#ef444429}.header-upload-btn,.time-reset-btn,.header-profile-btn,.premium-time-input{-webkit-backdrop-filter:blur(18px)saturate(102%);background:#ffffff0b;border:.8px solid #ffffff38;border-radius:999px;box-shadow:inset 0 1px #fff3,0 4px 12px #0000001a}.header-upload-btn{white-space:nowrap;cursor:pointer;color:#c8d0da;height:36px;transition:all var(--transition-fast);align-items:center;gap:6px;padding:0 16px;font-size:12px;font-weight:520;display:flex}.header-upload-btn:hover{color:#e0e5ec;background:#ffffff14;border-color:#ffffff52;transform:translateY(-1px)}.header-time-controls{align-items:center;gap:16px;display:flex}.header-actions{border-left:1px solid #bcc7d329;align-items:center;gap:10px;padding-left:16px;display:flex}.header-query-field{position:relative}.header-query-icon{pointer-events:none;color:#b4c0ce9e;z-index:1;display:inline-flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.time-input{appearance:none;color:var(--text-primary);transition:all var(--transition-fast);outline:none;font-family:inherit;font-size:13px;font-weight:500}.premium-time-input{cursor:pointer;min-width:146px;height:40px;padding:10px 16px 10px 38px}.header-day-query .premium-time-input{min-width:214px}.header-time-query .premium-time-input{width:110px;min-width:102px}.premium-time-input:focus{background:#ffffff14;border-color:#ffffff57}.premium-time-input.active-filter{color:#d5dce5;background:#ffffff1a;border-color:#ffffff5c}.time-reset-btn{color:#c6cfd9;cursor:pointer;height:40px;transition:all var(--transition-fast);padding:0 16px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500}.time-reset-btn:hover{color:#e2e7ed;background:#ffffff14;border-color:#ffffff57}.header-profile-btn{color:#d6dde6;cursor:pointer;height:40px;transition:all var(--transition-fast);align-items:center;gap:8px;margin-left:8px;padding:0 16px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:520;display:flex;position:relative}.header-profile-btn span{font-family:Montserrat,sans-serif}.header-profile-btn:hover{background:#ffffff14;border-color:#ffffff52;transform:translateY(-1px)}.header-profile-btn.active{color:#edf1f6;background:#ffffff1f;border-color:#ffffff5c;box-shadow:inset 0 1px #ffffff47,0 8px 18px #0000001a}.header-profile-btn.active .profile-dot{border-color:#0e4e90e6}.profile-dot{background:#ff5e75;border:1px solid #08172bf2;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;right:12px;box-shadow:0 0 0 3px #ff5e751a}@media (max-width:900px){.global-header{flex-flow:wrap;align-items:center;gap:12px 0;height:auto;padding:12px 16px;display:flex!important}.header-files{flex:1;justify-content:flex-start;min-width:0;margin:0;padding-bottom:4px}.header-time-controls{border-top:1px solid #b6c4d429;width:100%;margin:0;padding-top:12px}.header-actions{border-left:none;grid-template-columns:minmax(0,1.5fr) minmax(0,.8fr);gap:8px;width:100%;padding-left:0;display:grid}.header-actions.has-override{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.header-day-query,.header-time-query{width:100%}.header-day-query .premium-time-input{width:100%;min-width:0}.premium-time-input{width:100%;min-width:auto;font-size:12px}.header-time-query{align-items:center;gap:6px;min-width:0;display:flex}.header-time-query .premium-time-input{flex:1;min-width:0}.header-time-query .time-reset-btn{white-space:nowrap;flex:none;height:36px;padding:0 10px;font-size:11px}.header-logo{flex:none;margin-right:12px;width:auto!important;display:flex!important}.hide-mobile{display:none!important}}@media (max-width:560px){.header-actions{grid-template-columns:minmax(0,1.55fr) minmax(0,.75fr);gap:6px}.header-actions.has-override{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.header-day-query .premium-time-input,.header-time-query .premium-time-input{height:39px;padding-left:34px;font-size:11px}.header-time-query .time-reset-btn{height:37px;padding:0 8px;font-size:10px}}
.mobile-bottom-nav{display:none}@media (max-width:900px){.mobile-bottom-nav{--nav-item-count:4;--active-index:0;z-index:1000;-webkit-backdrop-filter:blur(30px)saturate(102%)contrast(102%);isolation:isolate;background:0 0;border:.9px solid #ffffff38;border-radius:999px;height:70px;padding:0 10px;display:flex;position:fixed;bottom:18px;left:14px;right:14px;overflow:hidden;box-shadow:inset 0 1px #fff3,0 8px 24px #0000002e}.mobile-bottom-nav:before{content:"";pointer-events:none;opacity:.62;background:radial-gradient(80% 130% at 10% 0,#ffffff2e,#0000 58%),radial-gradient(78% 110% at 90% 0,#ffffff1a,#0000 60%);position:absolute;inset:0}.mobile-bottom-nav:after{content:"";width:calc((100% - 20px) / var(--nav-item-count));-webkit-backdrop-filter:blur(22px)saturate(102%);transform:translateX(calc(var(--active-index) * 100%));z-index:1;will-change:transform, filter;background:#ffffff0a;border:.8px solid #ffffff3d;border-radius:999px;transition:transform .42s cubic-bezier(.23,1,.32,1);position:absolute;top:6px;bottom:6px;left:10px;box-shadow:inset 0 1px #ffffff42,0 4px 14px #0000001f}.mobile-bottom-nav.nav-switching:after{animation:.42s cubic-bezier(.23,1,.32,1) navDropletMorph}.mobile-bottom-nav.nav-switching.nav-switch-right:after{transform-origin:0}.mobile-bottom-nav.nav-switching.nav-switch-left:after{transform-origin:100%}@keyframes navDropletMorph{0%{filter:blur()saturate()}35%{filter:blur(.6px)saturate(1.08)}70%{filter:blur(.3px)saturate(1.02)}to{filter:blur()saturate()}}.mobile-nav-item{z-index:2;color:#e6ecf2c7;letter-spacing:.35px;cursor:pointer;transition:color var(--transition-fast), transform var(--transition-fast), text-shadow var(--transition-fast);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-family:inherit;font-size:10px;font-weight:500;display:flex;position:relative}.mobile-nav-item svg{width:22px;height:22px;transition:transform var(--transition-fast), color var(--transition-fast), filter var(--transition-fast)}.mobile-nav-item.active{color:#f3f6fa;text-shadow:0 0 10px #fff3}.mobile-nav-item.active svg{color:#f0f4f8;filter:drop-shadow(0 0 6px #fff3);transform:translateY(-2px)}.mobile-nav-item:active{transform:scale(.97)}}
.emp-card-backdrop,.my-profile-sheet-backdrop-glass{background:#02060cd1}:is(.emp-card,.my-profile-sheet-glass){isolation:isolate;background:#0a0f17;border:1px solid #ffffff38;box-shadow:0 -10px 22px #0000001a,inset 0 1px #ffffff3d,inset 0 -8px 16px #ffffff03,inset 8px 0 16px #d8dfe803,inset -8px 0 16px #a8b3c203}:is(.emp-card,.my-profile-sheet-glass):before,:is(.emp-card,.my-profile-sheet-glass):after{content:"";pointer-events:none;z-index:0;position:absolute;inset:0}:is(.emp-card,.my-profile-sheet-glass):before{mix-blend-mode:screen;background:linear-gradient(#ffffff21,#ffffff04 24%,#0000 46%),radial-gradient(92% 60% at 16% -8%,#ffffff17,#0000 72%),radial-gradient(72% 44% at 90% 106%,#ffffff09,#0000 72%)}:is(.emp-card,.my-profile-sheet-glass):after{opacity:.42;background:radial-gradient(120% 90% at 50% 0,#ffffff0d,#0000 58%),linear-gradient(#ffffff05,#0000 35%,#ffffff02 100%)}:is(.emp-card,.my-profile-sheet-glass)>*{z-index:1;position:relative}:is(.emp-card,.my-profile-sheet-glass) .emp-card-hero,:is(.emp-card,.my-profile-sheet-glass) .my-profile-sheet-body,:is(.emp-card,.my-profile-sheet-glass) .emp-card-actions{background:0 0}:is(.emp-card,.my-profile-sheet-glass) .emp-card-section{background:#ffffff04;border-bottom-color:#ffffff1a}:is(.emp-card,.my-profile-sheet-glass) .emp-card-close-btn{background:#ffffff08;border-color:#ffffff38}:is(.emp-card,.my-profile-sheet-glass) .emp-card-close-btn:hover{color:#dbe2ea;background:#ffffff0f;border-color:#ffffff47}:is(.emp-card,.my-profile-sheet-glass) .emp-card-handle{background:#c4ceda57}@media (min-width:900px){.emp-card-backdrop,.my-profile-sheet-backdrop-glass{background:#02060cb8}:is(.emp-card,.my-profile-sheet-glass){border:1px solid #ffffff3d}}
.schedule-shell{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.schedule-toolbar{z-index:40;min-height:var(--schedule-toolbar-height);-webkit-backdrop-filter:blur(14px)saturate(110%);border-bottom:1px solid var(--border-secondary);background:#050912b8;align-items:center;gap:10px;padding:10px 16px;display:flex;position:sticky;top:0}.schedule-toolbar-row{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}.schedule-search-wrap{flex:1;min-width:0;position:relative}.schedule-search-input{border:1px solid var(--border-primary);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast);min-height:var(--touch-target-min);box-sizing:border-box;background:#ffffff0a;outline:none;padding:9px 12px 9px 34px;font-family:inherit;font-size:13px}.schedule-search-input:focus{border-color:#bfccdb57;box-shadow:0 0 0 3px #aab8c81a}.schedule-search-wrap svg.schedule-search-icon{color:var(--text-tertiary);pointer-events:none;width:16px;height:16px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.schedule-search-clear-btn{color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.schedule-search-clear-btn:hover{color:var(--text-primary)}.schedule-filter-trigger{height:var(--touch-target-min);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);-webkit-tap-highlight-color:transparent;background:#ffffff0a;align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:500;display:inline-flex;position:relative}.schedule-filter-trigger:hover{color:var(--text-primary);border-color:var(--border-glow)}.schedule-filter-trigger.has-active{color:var(--accent-primary);background:#5ba0e624;border-color:#5ba0e666}.schedule-filter-trigger svg{width:15px;height:15px}.schedule-filter-count{background:var(--accent-primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:600;display:inline-flex}.schedule-active-filters{flex-wrap:wrap;gap:6px;width:100%;display:flex}.schedule-active-chip{color:#b1dcff;background:#5ba0e61f;border:1px solid #5ba0e647;border-radius:999px;align-items:center;gap:6px;padding:4px 4px 4px 10px;font-size:11px;font-weight:500;display:inline-flex}.schedule-active-chip-remove{width:18px;height:18px;color:inherit;cursor:pointer;opacity:.7;transition:opacity var(--transition-fast);background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.schedule-active-chip-remove:hover{opacity:1;background:#ffffff14}.schedule-active-chip-remove svg{width:12px;height:12px}.schedule-reset-all{color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition-fast);background:0 0;border:none;padding:4px 8px;font-family:inherit;font-size:11px;font-weight:500}.schedule-reset-all:hover{color:var(--accent-danger)}.schedule-empty{color:var(--text-tertiary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 24px;display:flex}.schedule-empty-icon{width:44px;height:44px;color:var(--text-muted);opacity:.6}.schedule-empty-title{color:var(--text-secondary);font-size:14px;font-weight:500}.schedule-empty-hint{color:var(--text-muted);max-width:280px;font-size:12px}.schedule-empty-reset{border-radius:var(--radius-md);color:var(--accent-primary);cursor:pointer;transition:all var(--transition-fast);background:#5ba0e61f;border:1px solid #5ba0e64d;margin-top:8px;padding:8px 16px;font-family:inherit;font-size:12px;font-weight:500}.schedule-empty-reset:hover{background:#5ba0e633}.infinite-scroll-sentinel{color:var(--text-muted);justify-content:center;align-items:center;gap:10px;padding:20px 16px;font-size:12px;display:flex}.infinite-scroll-spinner{opacity:.5;animation:1s linear infinite sentinel-spin}@keyframes sentinel-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.infinite-scroll-text{opacity:.6;font-variant-numeric:tabular-nums}.employee-avatar-wrapper{flex-shrink:0;display:inline-flex;position:relative}.employee-avatar{background:var(--gradient-surface);border:1px solid var(--border-primary);width:32px;height:32px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:500;display:flex}.avatar-online-dot{background-color:var(--accent-success);border:2px solid var(--bg-primary);border-radius:50%;width:10px;height:10px;position:absolute;bottom:-2px;right:-2px;box-shadow:0 0 4px #10b98166}.schedule-prev-week-warning{border-radius:var(--radius-md);color:#f3c469;background:#f59e0b14;border:1px solid #f59e0b38;margin:10px 16px 0;padding:10px 12px;font-size:12px}@media (max-width:560px){.schedule-toolbar{gap:8px;padding:8px 12px}.schedule-filter-trigger .label{display:none}}
.schedule-filter-backdrop{z-index:1200;-webkit-backdrop-filter:blur(4px);background:#02060c7a;animation:.18s fadeIn;position:fixed;inset:0}.schedule-filter-panel{z-index:1201;border-top:1px solid var(--border-glow);-webkit-backdrop-filter:blur(18px)saturate(120%);background:#0a101ceb;border-radius:20px 20px 0 0;flex-direction:column;max-height:86dvh;animation:.28s cubic-bezier(.32,.72,0,1) empCardSlideUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -20px 60px #0009}.schedule-filter-handle{background:#c4ceda57;border-radius:999px;flex-shrink:0;width:40px;height:4px;margin:10px auto 0}.schedule-filter-head{border-bottom:1px solid var(--border-secondary);justify-content:space-between;align-items:center;gap:10px;padding:14px 18px 10px;display:flex}.schedule-filter-title{color:var(--text-primary);font-size:15px;font-weight:600}.schedule-filter-close{color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:inline-flex}.schedule-filter-close:hover{color:var(--text-primary)}.schedule-filter-close svg{width:18px;height:18px}.schedule-filter-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;gap:18px;padding:14px 18px 20px;display:flex;overflow-y:auto}.schedule-filter-section{flex-direction:column;gap:8px;display:flex}.schedule-filter-section-title{text-transform:uppercase;letter-spacing:.5px;color:var(--text-tertiary);font-size:11px;font-weight:600}.schedule-filter-options{flex-wrap:wrap;gap:6px;display:flex}.schedule-filter-option{border:1px solid var(--border-secondary);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);-webkit-tap-highlight-color:transparent;background:#ffffff08;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-family:inherit;font-size:12px;font-weight:500;display:inline-flex}.schedule-filter-option:hover{color:var(--text-primary);background:#ffffff0f}.schedule-filter-option.selected{color:#b1dcff;background:#5ba0e629;border-color:#5ba0e66b}.schedule-filter-option svg{width:12px;height:12px}.schedule-filter-toggle-row{border:1px solid var(--border-secondary);border-radius:var(--radius-md);background:#ffffff08;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.schedule-filter-toggle-label{color:var(--text-primary);font-size:13px;font-weight:500}.schedule-filter-toggle-sub{color:var(--text-tertiary);margin-top:2px;font-size:11px}.schedule-filter-switch{border:1px solid var(--border-secondary);cursor:pointer;width:40px;height:22px;transition:all var(--transition-fast);background:#ffffff14;border-radius:999px;flex-shrink:0;position:relative}.schedule-filter-switch:after{content:"";width:16px;height:16px;transition:transform var(--transition-fast);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0006}.schedule-filter-switch.on{background:var(--accent-primary);border-color:#5ba0e699}.schedule-filter-switch.on:after{transform:translate(18px)}.schedule-filter-time{align-items:center;gap:8px;display:flex}.schedule-filter-time-input{border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-variant-numeric:tabular-nums;background:#ffffff0a;outline:none;flex:1;padding:9px 10px;font-family:inherit;font-size:13px}.schedule-filter-time-input:focus{border-color:#5ba0e666}.schedule-filter-time-sep{color:var(--text-tertiary);font-size:12px}.schedule-filter-footer{border-top:1px solid var(--border-secondary);background:#05091285;gap:10px;padding:12px 18px;display:flex}.schedule-filter-footer-reset,.schedule-filter-footer-apply{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);min-height:var(--touch-target-min);-webkit-tap-highlight-color:transparent;flex:1;padding:12px;font-family:inherit;font-size:13px;font-weight:600}.schedule-filter-footer-reset{border:1px solid var(--border-primary);color:var(--text-secondary);background:#ffffff0a}.schedule-filter-footer-reset:hover{color:var(--accent-danger);border-color:#ef44444d}.schedule-filter-footer-apply{color:#e5f2ff;background:linear-gradient(#5ba0e666,#5ba0e638);border:1px solid #5ba0e699}.schedule-filter-footer-apply:hover{background:linear-gradient(#5ba0e680,#5ba0e64d)}@media (min-width:901px){.schedule-filter-backdrop{-webkit-backdrop-filter:none;background:0 0}.schedule-filter-panel{left:auto;right:16px;top:calc(var(--schedule-toolbar-height) + 8px);border-radius:var(--radius-lg);border:1px solid var(--border-glow);width:420px;max-height:70vh;animation:.22s cubic-bezier(.34,1.56,.64,1) empCardScale;position:absolute;bottom:auto}.schedule-filter-handle{display:none}}
.shift-table-container{flex:1;min-height:0;padding:0 20px 20px;overflow:auto visible}.shift-table{border-collapse:separate;border-spacing:0;width:100%;min-width:720px;font-size:13px}.shift-table thead{z-index:20;background:var(--bg-primary);position:sticky;top:0}.shift-table th{text-align:center;color:var(--text-secondary);background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);white-space:nowrap;letter-spacing:.3px;padding:10px 8px;font-size:12px;font-weight:500}.shift-table th:first-child{text-align:left;min-width:180px}.shift-table th:nth-child(2){min-width:72px}.shift-table th .th-date{color:var(--text-muted);text-transform:none;margin-top:2px;font-size:11px;font-weight:400;display:block}.shift-table th.today{color:var(--accent-primary);background:#005cb914}.shift-table td{border-bottom:1px solid var(--border-secondary);text-align:center;vertical-align:middle;padding:5px 6px}.shift-table td:first-child{text-align:left}.shift-table tbody tr[data-zebra=odd] td{background:#ffffff1c}.shift-table td.today-col{background:#005cb917}.shift-table tbody tr[data-zebra=odd] td.today-col{background:#005cb933}.shift-table tbody tr{transition:background var(--transition-fast)}.shift-table tbody tr:hover td,.shift-table tbody tr[data-zebra=odd]:hover td{background:#005cb929}.shift-table tbody tr.my-profile-row td,.shift-table tbody tr.my-profile-row[data-zebra=odd] td{background:linear-gradient(90deg,#005cb926 0%,#00a3c50d 100%)}.shift-table tbody tr.my-profile-row td:first-child{border-left:3px solid var(--accent-primary);padding-left:9px}.shift-table tbody tr.my-profile-row:hover td{background:linear-gradient(90deg,#005cb933 0%,#00a3c51a 100%)}.employee-cell{align-items:center;gap:8px;min-width:0;padding:3px 0;display:flex}.employee-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.total-cell{color:var(--text-secondary);white-space:nowrap;font-size:12px;font-weight:500}.dept-header-row td{border-bottom:1px solid var(--border-primary);background:var(--bg-secondary);padding:12px 10px 6px}.dept-header-row:first-child td{padding-top:8px}.dept-header-label{color:var(--accent-primary);letter-spacing:.3px;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.dept-header-label .dept-count{color:var(--text-muted);background:var(--bg-tertiary);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:500}@media (max-width:900px){.shift-table-container{padding:0 10px 14px}.shift-table{min-width:560px;font-size:12px}.shift-table th{letter-spacing:.2px;padding:7px 4px;font-size:10.5px}.shift-table th .th-date{font-size:10px}.shift-table td{padding:3px}.shift-table th:first-child{min-width:130px}.shift-table th:nth-child(2){min-width:56px}.employee-cell{gap:6px;padding:2px 0}.employee-name{font-size:11.5px}.employee-avatar{width:24px;height:24px;font-size:9.5px}.dept-header-row td{padding:10px 8px 4px}.dept-header-label{gap:6px;font-size:12px}.dept-header-label .dept-count{padding:1px 6px;font-size:10px}.total-cell{font-size:11px}.shift-table .shift-cell{min-width:58px;padding:3px 6px;font-size:10.5px;font-weight:560}.shift-table .shift-cell-status{font-size:10px}.shift-table tbody tr.my-profile-row td:first-child{padding-left:7px}}@media (max-width:560px){.shift-table-container{padding:0 8px 12px}.shift-table{min-width:490px}.shift-table th:first-child{min-width:108px}.shift-table th:nth-child(2){min-width:48px}.shift-table .shift-cell{min-width:52px;padding:2px 5px;font-size:10px}.employee-avatar{width:22px;height:22px;font-size:9px}.employee-name{font-size:11px}}
.social-launcher{border:1px solid var(--border-primary);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);border-radius:10px;align-items:center;gap:7px;padding:8px 11px;font-size:12px;display:inline-flex;position:relative}.social-launcher:hover,.social-launcher:focus-visible{border-color:var(--accent-primary);color:var(--accent-primary);outline:none}.social-launcher.compact{padding:9px}.social-online-dot{background:var(--accent-success);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #10b98126}.upload-social-launcher{z-index:20;position:fixed;top:20px;right:20px}.social-sheet-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#020817ad;animation:.18s fadeIn;position:fixed;inset:0}.social-sheet{border-left:1px solid var(--border-primary);z-index:1001;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;background:#070b12;width:min(600px,100%);max-height:100dvh;animation:.28s cubic-bezier(.2,.8,.2,1) socialSlide;display:block;position:fixed;top:0;bottom:0;right:0;overflow:hidden auto;box-shadow:-28px 0 90px #00000061}@keyframes socialSlide{0%{transform:translate(100%)}to{transform:none}}.social-sheet-header{z-index:10;border-bottom:1px solid var(--border-primary);background:#070b12;justify-content:space-between;align-items:flex-start;gap:18px;padding:24px 24px 19px;display:flex;position:sticky;top:0}.social-sheet-heading{min-width:0}.social-sheet-heading h2{letter-spacing:-.02em;margin:5px 0 2px;font-size:22px;font-weight:600;line-height:1.25}.social-sheet-heading p{color:var(--text-tertiary);font-size:11px;line-height:1.5}.social-sheet-brand{color:var(--accent-primary);align-items:center;gap:6px;font-size:11px;font-weight:500;display:flex}.social-icon-btn{background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;width:38px;height:38px;transition:var(--transition-fast);border:1px solid #0000;border-radius:11px;flex:none;place-items:center;display:grid}.social-icon-btn:hover,.social-icon-btn:focus-visible{color:var(--text-primary);border-color:var(--border-glow);outline:none}.social-icon-btn.subtle{background:0 0;width:32px;height:32px}.social-sheet-body{min-height:auto;padding:18px 22px calc(34px + env(safe-area-inset-bottom));flex-direction:column;gap:14px;display:flex;overflow:visible}.social-alert{border-radius:11px;align-items:flex-start;gap:9px;padding:11px 12px;font-size:11px;line-height:1.55;display:flex}.social-alert>svg{flex:none;margin-top:1px}.social-alert span{flex:1}.social-alert button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:18px;line-height:1}.social-alert.error{color:#fca5a5;background:#ef444417;border:1px solid #ef44442e}.social-alert.success{color:#86efac;background:#22c55e14;border:1px solid #22c55e29}.social-empty{text-align:center;color:var(--text-tertiary);place-items:center;gap:10px;padding:50px 20px;display:grid}.social-empty.small{border:1px dashed var(--border-primary);background:#ffffff03;border-radius:16px;padding:34px 22px}.social-empty.compact{border:1px dashed var(--border-primary);border-radius:12px;padding:24px 16px}.social-empty p{max-width:340px;font-size:12px;line-height:1.65}.spin{animation:1s linear infinite socialSpin}@keyframes socialSpin{to{transform:rotate(360deg)}}.social-login-card{text-align:center;border:1px solid var(--border-primary);background:linear-gradient(145deg, var(--bg-secondary), var(--bg-primary));border-radius:20px;padding:42px 28px}.social-login-icon{width:70px;height:70px;color:var(--accent-primary);background:#4d9fe31a;border-radius:21px;place-items:center;margin:0 auto 19px;display:grid;box-shadow:0 10px 35px #4d9fe314}.social-login-card h3{margin-bottom:8px;font-size:18px;font-weight:600}.social-login-card p{color:var(--text-secondary);max-width:380px;margin:0 auto 22px;font-size:12px;line-height:1.65}.social-login-card small{color:var(--text-muted);margin-top:15px;font-size:10px;line-height:1.55;display:block}.social-primary-btn{background:var(--gradient-primary);color:#fff;cursor:pointer;transition:var(--transition-fast);border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:0 8px 25px #4d9fe329}.social-primary-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.social-account-loading{color:var(--text-tertiary);justify-content:center;align-items:center;gap:8px;padding:12px;font-size:10px;display:flex}.social-local-section{background:linear-gradient(145deg,#4d9fe30e,#0a0f17d1);border:1px solid #4d9fe32e;border-radius:16px;flex-direction:column;gap:11px;padding:15px;display:flex}.social-local-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.social-local-heading h3{font-size:14px;font-weight:600}.social-local-heading p{max-width:390px;color:var(--text-tertiary);margin-top:2px;font-size:9px;line-height:1.5}.social-local-heading>span{color:var(--accent-primary);background:#4d9fe31a;border-radius:99px;flex:none;padding:4px 8px;font-size:9px}.social-employee-picker{position:relative}.social-employee-picker .social-search{width:100%}.social-candidate-list{z-index:8;border:1px solid var(--border-glow);max-height:250px;box-shadow:var(--shadow-lg);background:#0a101a;border-radius:12px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto}.social-candidate-list>button{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex}.social-candidate-list>button:hover,.social-candidate-list>button:focus-visible{background:var(--bg-tertiary);outline:none}.social-candidate-list>button>span:first-child{flex-direction:column;min-width:0;display:flex}.social-candidate-list strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:600;overflow:hidden}.social-candidate-list small{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.social-add-label{color:var(--accent-primary);flex:none;align-items:center;gap:4px;font-size:9px;display:flex}.social-candidate-empty{text-align:center;color:var(--text-muted);padding:16px;font-size:9px}.social-local-hint{color:var(--text-tertiary);background:#ffffff05;border-radius:10px;align-items:center;gap:8px;padding:11px;font-size:9px;line-height:1.5;display:flex}.social-local-list{flex-direction:column;gap:8px;display:flex}.social-local-member{border:1px solid var(--border-primary);background:var(--bg-secondary);border-radius:13px}.social-local-member.working{border-color:#10b9812e}.social-account-card{border:1px solid var(--border-primary);background:var(--bg-secondary);border-radius:14px;align-items:center;gap:11px;padding:12px;display:flex}.social-avatar{background:linear-gradient(135deg, var(--accent-primary), #7c3aed);color:#fff;background-position:50%;background-size:cover;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-weight:700;display:grid;overflow:hidden}.social-avatar.small{width:38px;height:38px}.social-account-main{flex-direction:column;flex:1;min-width:0;display:flex}.social-account-main strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.social-account-main span{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.social-text-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:5px;padding:8px;font-size:10px;display:flex}.social-text-btn:hover{background:var(--bg-tertiary)}.social-text-btn.danger{color:#f87171}.social-sync-badge,.social-privacy-note{border-radius:11px;align-items:center;gap:9px;padding:10px 12px;font-size:10px;line-height:1.5;display:flex}.social-sync-badge{color:#7dd3fc;background:#0ea5e917;border:1px solid #0ea5e91f}.social-sync-error{color:#fca5a5;background:#ef444417;border-color:#ef444424}.social-sync-synced{color:#86efac;background:#22c55e14;border-color:#22c55e21}.social-privacy-note{color:var(--text-secondary);border:1px solid var(--border-secondary);background:#ffffff06}.social-stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.social-stats>div{background:var(--bg-secondary);border:1px solid var(--border-primary);min-width:0;color:var(--text-tertiary);border-radius:12px;grid-template-columns:auto auto 1fr;align-items:center;gap:6px;padding:11px;display:grid}.social-stats>div.working{color:#34d399;background:#10b9810a;border-color:#10b98129}.social-stats strong{color:var(--text-primary);font-size:15px;font-weight:600}.social-stats span{min-width:0;color:var(--text-tertiary);font-size:9px;line-height:1.25}.social-toolbar{align-items:center;gap:8px;display:flex}.social-search{border:1px solid var(--border-primary);background:var(--bg-secondary);min-width:0;height:38px;color:var(--text-muted);border-radius:10px;flex:1;align-items:center;gap:8px;padding:0 11px;display:flex}.social-search:focus-within{border-color:var(--accent-primary);box-shadow:0 0 0 3px #4d9fe314}.social-search input{width:100%;min-width:0;color:var(--text-primary);background:0 0;border:0;outline:0;font-size:11px}.social-filter-group{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:10px;padding:3px;display:flex}.social-filter-group button{color:var(--text-tertiary);cursor:pointer;transition:var(--transition-fast);background:0 0;border:0;border-radius:7px;padding:7px 9px;font-size:9px}.social-filter-group button:hover{color:var(--text-primary)}.social-filter-group button.active{color:var(--text-primary);background:var(--bg-tertiary);box-shadow:var(--shadow-sm)}.social-create-card{border:1px solid var(--border-primary);background:linear-gradient(145deg, #4d9fe30d, var(--bg-secondary));border-radius:15px;gap:11px;padding:14px;display:grid}.social-create-card h3{font-size:13px;font-weight:600}.social-create-card p{color:var(--text-tertiary);margin-top:2px;font-size:9px}.social-create-form{gap:8px;display:flex}.social-create-form input,.social-invite-row input{border:1px solid var(--border-primary);background:var(--bg-primary);min-width:0;color:var(--text-primary);border-radius:10px;outline:none;flex:1;padding:10px 12px;font-size:11px}.social-create-form input:focus,.social-invite-row input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #4d9fe314}.social-create-form button{background:var(--accent-primary);color:#fff;cursor:pointer;border:0;border-radius:10px;align-items:center;gap:6px;padding:0 14px;font-size:10px;font-weight:600;display:flex}.social-create-form button:disabled{opacity:.45;cursor:not-allowed}.social-invite-box{background:#4d9fe30f;border:1px solid #4d9fe32e;border-radius:14px;padding:14px}.social-invite-heading{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:9px;font-size:10px;display:flex}.social-invite-heading strong{color:var(--text-primary);font-weight:600}.social-invite-row{gap:7px;display:flex}.social-invite-row input{background:var(--bg-primary);font-size:10px}.social-invite-row button{background:var(--accent-primary);color:#fff;cursor:pointer;border:0;border-radius:9px;flex:none;align-items:center;gap:6px;padding:0 11px;font-size:9px;display:flex}.social-invite-box small{color:var(--text-muted);margin-top:7px;font-size:9px;display:block}.social-section-heading{justify-content:space-between;align-items:center;margin-top:5px;display:flex}.social-section-heading>div{align-items:baseline;gap:8px;display:flex}.social-section-heading h3{font-size:15px;font-weight:600}.social-section-heading span{color:var(--text-muted);font-size:9px}.social-circle{border:1px solid var(--border-primary);background:var(--bg-secondary);border-radius:16px;overflow:hidden}.social-circle-header{border-bottom:1px solid var(--border-primary);background:#ffffff03;justify-content:space-between;align-items:center;padding:14px 15px;display:flex}.social-circle-header h3{font-size:14px;font-weight:600}.social-circle-header span{color:var(--text-muted);font-size:9px}.social-circle-actions{gap:6px;display:flex}.social-circle-actions button{background:var(--bg-tertiary);width:33px;height:33px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);border:1px solid #0000;border-radius:9px;place-items:center;display:grid}.social-circle-actions button:hover{color:var(--accent-primary);border-color:var(--border-glow)}.social-circle-actions button.danger{color:#f87171}.social-circle-actions button:disabled{opacity:.45;cursor:not-allowed}.social-members{flex-direction:column;display:flex}.social-member{border-bottom:1px solid var(--border-primary);transition:var(--transition-fast);padding:15px}.social-member:last-child{border-bottom:0}.social-member.working{background:linear-gradient(90deg,#10b98112,#0000 55%)}.social-member-top{align-items:center;gap:10px;display:flex}.social-member-name{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.social-member-name>div{align-items:center;gap:7px;min-width:0;display:flex}.social-member-name strong{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:600;overflow:hidden}.social-you-badge{color:var(--accent-primary);background:#4d9fe31a;border-radius:99px;flex:none;padding:2px 6px;font-size:8px;font-weight:600}.social-status-pill{width:fit-content;max-width:100%;color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;font-size:9px;display:flex;overflow:hidden}.social-status-dot{background:var(--text-muted);border-radius:50%;flex:none;width:6px;height:6px}.social-status-pill.working{color:#34d399;font-weight:600}.social-status-pill.working .social-status-dot{background:#22c55e;box-shadow:0 0 0 3px #22c55e1f}.social-status-pill.scheduled{color:#7dd3fc}.social-status-pill.scheduled .social-status-dot{background:#38bdf8}.social-status-pill.leave{color:#fbbf24}.social-status-pill.leave .social-status-dot{background:#f59e0b}.social-week-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;margin-top:13px;display:grid}.social-week-grid>div{text-align:center;background:var(--bg-tertiary);border:1px solid #0000;border-radius:9px;min-width:0;padding:7px 3px}.social-week-grid>div.today{border-color:var(--accent-primary);background:#4d9fe31a;box-shadow:0 0 0 2px #4d9fe30d}.social-week-grid span{color:var(--text-tertiary);white-space:nowrap;margin-bottom:4px;font-size:8px;font-weight:500;display:block}.social-week-grid span small{color:var(--text-muted);font-size:7px}.social-week-grid strong{min-height:24px;color:var(--text-secondary);justify-content:center;align-items:center;font-size:8px;font-weight:600;line-height:1.25;display:flex;overflow:hidden}.social-week-grid .today strong{color:var(--text-primary)}.social-updated{min-width:0;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;justify-content:flex-end;align-items:center;gap:4px;margin-top:8px;font-size:8px;display:flex;overflow:hidden}.social-no-shift{color:var(--text-muted);background:#ffffff05;border-radius:9px;align-items:center;gap:7px;margin-top:11px;padding:9px 10px;font-size:9px;display:flex}.social-no-results{text-align:center;color:var(--text-muted);padding:28px 16px;font-size:10px}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (max-width:900px){.social-sheet{height:min(92dvh,860px);max-height:calc(100dvh - env(safe-area-inset-top));border-left:0;border-top:1px solid var(--border-primary);border-radius:22px 22px 0 0;width:100%;animation:.28s cubic-bezier(.2,.8,.2,1) socialUp;top:auto}@keyframes socialUp{0%{transform:translateY(100%)}to{transform:none}}.social-sheet-header{padding:18px 17px 15px}.social-sheet-heading h2{font-size:19px}.social-sheet-body{padding:14px 14px calc(34px + env(safe-area-inset-bottom))}.upload-social-launcher{top:14px;right:14px}.social-toolbar{flex-direction:column;align-items:stretch}.social-search{flex:0 0 42px}.social-filter-group{grid-template-columns:repeat(3,1fr);display:grid}.social-filter-group button{min-height:34px}.social-create-form{flex-direction:column}.social-create-form button{justify-content:center;min-height:42px}.social-invite-row{flex-direction:column}.social-invite-row button{justify-content:center;min-height:40px}.social-stats>div{grid-template-columns:auto auto;gap:4px 6px}.social-stats span{grid-column:1/-1}.social-week-grid{gap:3px}.social-week-grid>div{min-width:0;padding:7px 2px}.social-local-section{padding:13px}}@media (max-width:390px){.social-sheet-body{padding-left:11px;padding-right:11px}.social-account-card{flex-wrap:wrap;align-items:flex-start}.social-account-main{padding-top:2px}.social-text-btn{margin-top:-8px;margin-left:49px}.social-stats>div{padding:9px 7px}}@media (prefers-reduced-motion:reduce){.social-sheet,.social-sheet-backdrop,.spin{animation:none}}

@media (max-width:900px){.app-container{height:calc(100vh - 120px - env(safe-area-inset-bottom));padding-bottom:100px;overflow:hidden}.drawer-overlay{display:none!important}.main-content{width:100%;min-width:100%;height:calc(100vh - 120px - env(safe-area-inset-bottom));border:none;align-self:auto;padding-bottom:120px;position:absolute;top:0;left:0;overflow-y:auto}.app-container:not(.mobile-tab-table) .main-content{display:none}.main-header{padding:12px 16px}.main-header h2{font-size:16px}.upload-dropzone{padding:32px 20px}.upload-container h2{font-size:20px}}.tooltip-wrap{position:relative}.tooltip-wrap .tooltip{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-primary);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity var(--transition-fast);box-shadow:var(--shadow-lg);z-index:100;padding:8px 12px;font-size:12px;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.tooltip-wrap:hover .tooltip{opacity:1}.uploaded-files{flex-direction:column;gap:6px;margin-top:20px;display:flex}.uploaded-file-item{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);align-items:center;gap:10px;padding:10px 14px;display:flex}.uploaded-file-item:hover{background:var(--bg-card-hover);border-color:var(--accent-primary)}.uploaded-file-item.active{border-color:var(--accent-primary);background:#005cb91a}.uploaded-file-item svg{color:var(--accent-primary);flex-shrink:0;width:18px;height:18px}.uploaded-file-info{flex:1;min-width:0}.uploaded-file-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.uploaded-file-meta{color:var(--text-tertiary);margin-top:1px;font-size:11px}.uploaded-file-remove{color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:4px;padding:4px;display:flex}.uploaded-file-remove:hover{color:var(--accent-danger);background:#ef44441a}.error-boundary{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.error-boundary-content{text-align:center;max-width:440px}.error-boundary-icon{width:80px;height:80px;color:var(--accent-danger);background:#ef44441a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.error-boundary-content h2{color:var(--text-primary);margin-bottom:8px;font-size:22px;font-weight:500}.error-boundary-content p{color:var(--text-secondary);margin-bottom:20px;font-size:14px;line-height:1.6}.error-boundary-details{text-align:left;background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);margin-bottom:20px;padding:12px}.error-boundary-details summary{color:var(--text-secondary);cursor:pointer;margin-bottom:8px;font-size:12px}.error-boundary-details code{color:var(--accent-danger);word-break:break-all;white-space:pre-wrap;font-size:12px;display:block}.error-boundary-btn{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:opacity var(--transition-fast);border:none;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:400;display:inline-flex}.error-boundary-btn:hover{opacity:.9}.toast-container{z-index:9999;pointer-events:none;flex-direction:column-reverse;gap:8px;max-width:380px;display:flex;position:fixed;bottom:24px;right:24px}.toast{border-radius:var(--radius-sm);pointer-events:all;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;gap:10px;padding:12px 16px;font-size:13px;font-weight:500;line-height:1.4;animation:.3s cubic-bezier(.22,1,.36,1) toast-slide-in;display:flex;box-shadow:0 8px 24px #0003}@keyframes toast-slide-in{0%{opacity:0;transform:translate(100%)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.toast-success{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.toast-error{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.toast-warning{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.toast-info{color:#a5b4fc;background:#005cb926;border:1px solid #005cb94d}.toast-icon{flex-shrink:0}.toast-message{flex:1;min-width:0}.toast-close{color:inherit;cursor:pointer;opacity:.6;transition:opacity var(--transition-fast);background:0 0;border:none;flex-shrink:0;padding:2px;display:flex}.toast-close:hover{opacity:1}@media (max-width:768px){.toast-container{max-width:none;bottom:96px;left:12px;right:12px}}
