@keyframes fadeScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}:root{--bg:#f9faff;--card:#fff;--violet:#6b4eff;--violet-2:#8f80ff;--muted:#666c80;--accent:#27d6c8;--border:#e3e5f7;--text:#1d1b28;--font-sans:var(--font-geist-sans);--font-mono:var(--font-geist-mono)}*{box-sizing:border-box}html,body,#__next{height:100%}body{font-family:var(--font-sans),system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0}.container{flex-direction:column;min-height:100vh;display:flex}.navbar{background-color:#fff;justify-content:space-between;align-items:center;padding:20px 40px;font-family:Lucida Bright;display:flex;box-shadow:0 2px 8px #0000001a}.tm-left{align-items:center;gap:12px;display:flex}.tm-logo{width:48px;height:48px}.tm-links{align-items:center;gap:20px;display:flex}.tm-links a{color:var(--muted);font-weight:600;text-decoration:none}.tm-actions{gap:12px;padding-left:12px;display:flex}.tm-link{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:8px 12px;font-weight:700}.tm-cta{color:#fff;cursor:pointer;background:#0038ff;border:none;border-radius:12px;padding:10px 18px;font-weight:800;box-shadow:0 10px 30px #0038ff59}.tm-hero{justify-content:space-between;align-items:center;gap:30px;padding:64px 48px;display:flex}.tm-left-col{max-width:540px}.tm-badge{color:var(--violet);background:linear-gradient(90deg,#6b4eff0f,#8f80ff0f);border-radius:999px;padding:6px 12px;font-weight:700;display:inline-block}.tm-heading{color:var(--text);margin:12px 0;font-size:44px;font-weight:900;line-height:1.02}.tm-accent{background:linear-gradient(90deg,var(--violet),var(--violet-2));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.tm-lead{color:var(--muted);margin-top:8px;font-size:15px}.tm-ctas{gap:12px;margin-top:18px;display:flex}.tm-right-col{justify-content:center;align-items:center;display:flex}.tm-dashboard-wrap{border-radius:14px;width:720px;max-width:88vw;overflow:hidden;box-shadow:0 18px 60px #1214280f}.tm-dashboard-svg{background:linear-gradient(#fff,#fbfbff);width:100%;height:auto;display:block}@media (max-width:920px){.tm-hero{flex-direction:column;align-items:flex-start;padding:32px}.tm-dashboard-wrap{width:92%}.tm-links{display:none}.tm-heading{font-size:28px}}.tm-left{align-items:center;gap:12px;font-family:Lucida Bright;display:flex}.tm-logo{width:50px;height:50px;box-shadow:0 px 0px #00000026;border-radius:0%;transition:transform .3s}.tm-left h3{color:#333;margin:0;font-family:Helvetica Neue,sans-serif;font-size:24px;font-weight:600}.dashboard-container{background:#f4f6f9;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.dashboard-main{padding:40px}.dashboard-main h1{color:#111827;font-size:28px;font-weight:700}.ej-prj-page{padding:24px}.ej-prj-topbar{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.ej-prj-title{margin:0;font-size:28px;font-weight:700}.ej-prj-subtitle{color:#6b7280;margin:6px 0 0;font-size:13px}.ej-prj-controls{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.ej-prj-search{background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;width:320px;padding:10px 12px;display:flex}.ej-prj-search-input{border:none;outline:none;width:100%;font-size:13px}.ej-prj-select{background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:10px 12px;font-size:13px}.ej-prj-primary-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:10px 14px;font-weight:600}.ej-prj-secondary-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 14px;font-weight:600}.ej-prj-primary-btn:disabled{opacity:.7;cursor:not-allowed}.ej-prj-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}@media (max-width:1100px){.ej-prj-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.ej-prj-controls{flex-direction:column;align-items:stretch}.ej-prj-search{width:100%}.ej-prj-grid{grid-template-columns:1fr}}.ej-prj-card{background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:14px;box-shadow:0 1px #1018280a}.ej-prj-card-head{grid-template-columns:44px 1fr 34px;align-items:start;gap:10px;display:grid}.ej-prj-icon{background:#eef2ff;border-radius:12px;place-items:center;width:44px;height:44px;font-size:18px;display:grid}.ej-prj-name-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.ej-prj-name{color:#111827;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:700;overflow:hidden}.ej-prj-meta{color:#6b7280;flex-wrap:wrap;gap:12px;margin-top:6px;font-size:12px;display:flex}.ej-prj-meta-label{color:#111827;font-weight:600}.ej-prj-desc{color:#4b5563;min-height:38px;margin-top:10px;font-size:13px}.ej-prj-footer{border-top:1px solid #f1f5f9;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px;padding-top:12px;display:grid}.ej-prj-footer-label{color:#6b7280;font-size:11px}.ej-prj-footer-value{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.ej-prj-progress{margin-top:12px}.ej-prj-progress-row{color:#6b7280;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;display:flex}.ej-prj-progress-bar{background:#e5e7eb;border-radius:999px;height:8px;overflow:hidden}.ej-prj-progress-fill{background:linear-gradient(90deg,#1d4ed8 0%,#22d3ee 100%);border-radius:999px;height:100%}.ej-prj-badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.ej-prj-badge-active{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ej-prj-badge-planning{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.ej-prj-badge-progress{color:#0e7490;background:#ecfeff;border-color:#a5f3fc}.ej-prj-badge-completed{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.ej-prj-skel{background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:14px}.ej-prj-skel-line{background:#e5e7eb;border-radius:999px;height:10px;position:relative;overflow:hidden}.ej-prj-skel-line:after{content:"";background:linear-gradient(90deg,#0000,#fff9,#0000);animation:1.2s infinite ejPrjShimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes ejPrjShimmer{to{transform:translate(100%)}}.ej-prj-modal-head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ej-prj-modal-title{margin:0;font-size:16px;font-weight:800}.ej-prj-close{cursor:pointer;opacity:.7;background:0 0;border:none;font-size:16px}.ej-prj-form{flex-direction:column;gap:12px;padding:14px 16px;display:flex}.ej-prj-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ej-prj-label{color:#111827;flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.ej-prj-input,.ej-prj-textarea{border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:10px 12px;font-size:13px}.ej-prj-textarea{resize:vertical;min-height:90px}.ej-prj-modal-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:10px;padding:14px 16px;display:flex}.ej-primary-btn{color:#fff;background:#6366f1;border-radius:12px;font-weight:700}.ej-grp-page{padding:24px}.ej-grp-topbar{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.ej-grp-title{margin:0;font-size:28px;font-weight:700}.ej-grp-subtitle{color:#6b7280;margin:4px 4px 18px;font-size:13px}.ej-grp-controls{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.ej-grp-search{background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;width:320px;padding:10px 12px;display:flex}.ej-grp-search-input{border:none;outline:none;width:100%;font-size:13px}.ej-grp-select{background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:10px 12px;font-size:13px}.ej-grp-primary-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:10px 14px;font-weight:600}.ej-grp-secondary-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 14px;font-weight:600}.ej-grp-primary-btn:disabled{opacity:.7;cursor:not-allowed}.ej-grp-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}@media (max-width:1100px){.ej-grp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.ej-grp-controls{flex-direction:column;align-items:stretch}.ej-grp-search{width:100%}.ej-grp-grid{grid-template-columns:1fr}}.ej-grp-card{background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:14px;box-shadow:0 1px #1018280a}.ej-grp-card-head{grid-template-columns:44px 1fr 34px;align-items:start;gap:10px;display:grid}.ej-grp-icon{background:#eef2ff;border-radius:12px;place-items:center;width:44px;height:44px;font-size:18px;display:grid}.ej-grp-name-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.ej-grp-name{color:#111827;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:700;overflow:hidden}.ej-grp-meta{color:#6b7280;flex-wrap:wrap;gap:12px;margin-top:6px;font-size:12px;display:flex}.ej-grp-meta-label{color:#111827;font-weight:600}.ej-grp-desc{color:#4b5563;min-height:38px;margin-top:10px;font-size:13px}.ej-grp-footer{border-top:1px solid #f1f5f9;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px;padding-top:12px;display:grid}.ej-grp-footer-label{color:#6b7280;font-size:11px}.ej-grp-footer-value{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.ej-grp-badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.ej-grp-badge-active{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ej-grp-badge-inactive{color:#eab308;background:#fff7ed;border-color:#fef3c7}.ej-grp-badge-archived{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.ej-grp-skel{background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:14px}.ej-grp-skel-line{background:#e5e7eb;border-radius:999px;height:10px;position:relative;overflow:hidden}.ej-grp-skel-line:after{content:"";background:linear-gradient(90deg,#0000,#fff9,#0000);animation:1.2s infinite ejGrpShimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes ejGrpShimmer{to{transform:translate(100%)}}.ej-grp-modal-overlay{z-index:9999;background:#0f172a73;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.ej-grp-modal{background:#fff;border:1px solid #eef2f7;border-radius:14px;width:520px;max-width:100%;overflow:hidden;box-shadow:0 10px 30px #02061740}.ej-grp-modal-head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ej-grp-modal-title{margin:0;font-size:16px;font-weight:800}.ej-grp-close{cursor:pointer;opacity:.7;background:0 0;border:none;font-size:16px}.ej-grp-form{flex-direction:column;gap:12px;padding:14px 16px;display:flex}.ej-grp-label{color:#111827;flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.ej-grp-input{border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:10px 12px;font-size:13px}.ej-grp-modal-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:10px;padding:14px 16px;display:flex}.ej-card{text-align:center;border-radius:14px;margin-bottom:24px}.ej-primary-btn{width:220px}.ej-view-toggle{background:#f1f5f9;border-radius:10px;gap:6px;padding:4px;display:inline-flex}.ej-view-toggle button{cursor:pointer;color:#475569;background:0 0;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600}.ej-view-toggle button.active{color:#111827;background:#fff;box-shadow:0 1px 2px #00000014}.ej-table{background:#fff;border:1px solid #eef2f7;border-radius:14px;overflow:hidden}.ej-table table{border-collapse:collapse;width:100%}.ej-table th{text-align:left;color:#6b7280;background:#f8fafc;padding:12px;font-size:12px}.ej-table td{border-top:1px solid #f1f5f9;padding:12px;font-size:13px}.ej-activity{padding:0}.ej-activity__hero{background:radial-gradient(1200px 400px at 20% 0,#5b46f92e,#0000 60%),radial-gradient(900px 380px at 80% 0,#3b82f624,#0000 55%),#fff;border:1px solid #e7eaee;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 18px 16px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #1118270f}.ej-activity__heroLeft{flex:1;min-width:0}.ej-activity__titleRow{align-items:center;gap:10px;display:flex}.ej-activity__badge{letter-spacing:.4px;color:#5b46f9;background:#5b46f91f;border:1px solid #5b46f92e;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.ej-activity__title{color:#0f172a;margin:0;font-size:20px;font-weight:900}.ej-activity__subtitle{color:#64748b;margin:6px 0 0;font-size:13px;line-height:1.4}.ej-activity__meta{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.ej-activity__pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#0f172a;background:#ffffffbf;border:1px solid #e6e8ee;border-radius:999px;align-items:center;gap:10px;padding:10px 12px;font-size:12px;display:inline-flex;box-shadow:0 6px 14px #0f172a0d}.ej-activity__pill--soft{color:#334155;border-style:dashed}.ej-activity__spark{background:#fc4646;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 4px #5b46f926}.ej-seg{background:#0f172a0a;border:1px solid #e7eaee;border-radius:999px;padding:6px;display:inline-flex;box-shadow:inset 0 1px #fff9}.ej-seg__btn{cursor:pointer;color:#0f172a;background:0 0;border:0;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800;transition:transform .12s,background .12s,color .12s}.ej-seg__btn:hover{background:#0f172a0f}.ej-seg__btn.is-active{color:#fff;background:#0f172a;box-shadow:0 10px 22px #0f172a2e}.ej-seg__btn:active{transform:scale(.98)}.ej-activity__card{background:#fff;border:1px solid #e7eaee;border-radius:18px;margin-top:14px;padding:16px;box-shadow:0 10px 30px #1118270d}.ej-kpiGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.ej-kpi{background:linear-gradient(#fff 0%,#fbfcff 100%);border:1px solid #e6e8ee;border-radius:16px;padding:14px;transition:transform .14s,box-shadow .14s;box-shadow:0 8px 20px #0f172a0d}.ej-kpi:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f172a14}.ej-kpi__top{align-items:center;gap:10px;display:flex}.ej-kpi__icon{background:#5b46f91a;border:1px solid #5b46f92e;border-radius:12px;place-items:center;width:34px;height:34px;font-size:16px;display:grid}.ej-kpi__label{color:#64748b;font-size:12px;font-weight:800}.ej-kpi__value{color:#0f172a;margin-top:10px;font-size:22px;font-weight:900}.ej-dot{border-radius:999px;width:10px;height:10px;display:inline-block}.ej-dot--green{background:#22c55e;box-shadow:0 0 0 4px #22c55e29}.ej-dot--amber{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b2e}.ej-empty{text-align:center;background:#fbfcff;border:1px dashed #e6e8ee;border-radius:16px;margin-top:18px;padding:22px}.ej-empty__icon{font-size:28px}.ej-empty__title{color:#0f172a;margin-top:10px;font-size:16px;font-weight:950}.ej-empty__text{color:#64748b;margin-top:6px;font-size:13px}@media (max-width:1100px){.ej-kpiGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.ej-insights{grid-template-columns:1fr}}@media (max-width:640px){.ej-activity__hero{flex-direction:column;align-items:stretch}.ej-seg{justify-content:space-between;width:100%}.ej-seg__btn{text-align:center;flex:1}}.ej-skeleton{position:relative;overflow:hidden}.ej-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#fff9,#0000);animation:1.4s infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ej-skel-line{background:#e5e7eb;border-radius:8px;height:14px;margin-bottom:10px}.w40{width:40%}.w60{width:60%}.ej-prod-wrap{background:#fff;border:1px solid #e7eaee;border-radius:18px;width:100%;margin-top:0;padding:10px;box-shadow:0 10px 30px #1118270d}.ej-modal{background:#fff;border-radius:18px;width:560px;max-width:90%;padding:20px;box-shadow:0 30px 80px #00000040}.ej-prod-head{border-bottom:1px dashed #e6e8ee;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;padding-bottom:14px;display:flex}.ej-prod-title{color:#0f172a;margin:0;font-size:20px;font-weight:900}.ej-prod-subtitle{color:#64748b;max-width:420px;margin-top:6px;font-size:13px}.ej-prod-controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ej-prod-select{background:#ffffffbf;border:1px solid #e6e8ee;border-radius:999px;height:36px;padding:0 14px;font-size:13px;font-weight:600}.ej-prod-tabs{background:#0f172a0a;border:1px solid #e6e8ee;border-radius:999px;padding:4px;display:inline-flex}.ej-prod-tabbtn{cursor:pointer;background:0 0;border:0;border-radius:999px;height:30px;padding:0 14px;font-size:12px;font-weight:800}.ej-prod-tabbtn-active{color:#fff;background:#0f172a;box-shadow:0 8px 18px #0f172a2e}.ej-prod-btn{cursor:pointer;background:#fff;border:1px solid #e6e8ee;border-radius:999px;height:34px;padding:0 14px;font-size:12px;font-weight:700}.ej-prod-btn-primary{color:#fff;background:#0f172a;border:0}.ej-prod-btn:disabled{opacity:.5;cursor:not-allowed}.ej-prod-list{flex-direction:column;gap:14px;display:flex}.ej-prod-card{background:linear-gradient(#fff,#fbfcff);border:1px solid #e6e8ee;border-radius:16px;justify-content:space-between;gap:20px;padding:16px;transition:transform .15s,box-shadow .15s;display:flex}.ej-prod-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f172a14}.ej-prod-projectline{align-items:center;gap:10px;display:flex}.ej-prod-projectname{color:#0f172a;font-size:15px;font-weight:900}.ej-prod-projectcode{color:#5b46f9;background:#5b46f91a;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800}.ej-prod-period{color:#64748b;margin-top:6px;font-size:12px}.ej-prod-meta{flex-wrap:wrap;gap:28px;margin-top:14px;display:flex}.ej-prod-metaitem{min-width:120px}.ej-prod-metalabel{color:#94a3b8;font-size:11px;font-weight:700}.ej-prod-metavalue{color:#0f172a;margin-top:4px;font-size:14px;font-weight:900}.ej-prod-right{flex-direction:column;justify-content:center;gap:10px;width:200px;display:flex}.ej-prod-prodhead{justify-content:space-between;align-items:center;display:flex}.ej-prod-prodlabel{color:#64748b;font-size:12px;font-weight:700}.ej-prod-prodvalue{color:#0f172a;font-size:16px;font-weight:900}.ej-prod-track{background:#eaeef7;border-radius:999px;height:8px;overflow:hidden}.ej-prod-fill{background:linear-gradient(90deg,#5b46f9,#3b82f6);height:100%}.ej-prod-billable{color:#475569;font-size:12px}.header{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:80px;padding:0 18px;display:flex;position:sticky;top:0}.left{align-items:center;gap:18px;display:flex}.brand{letter-spacing:-.2px;align-items:center;gap:8px;font-weight:900;display:flex}.brand h3{margin-top:7px;font-family:Lucida bright}.nav{align-items:center;gap:6px;display:flex}.navLink{color:#475569;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex;position:relative}.navIcon{opacity:.85;font-size:16px}.navLink:hover{color:#0f172a;background:#f1f5f9}.active{color:#006fff;background:#006fff1f}.active .navIcon{opacity:1}.right{align-items:center;gap:12px;display:flex}.profile{position:relative}.profileBtn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:10px;min-height:48px;padding:6px 10px;display:flex}.avatar{color:#0f172a;background:#f1f5f9;border-radius:10px;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:12px;font-weight:900;display:grid}.profileMeta{flex-direction:column;align-items:flex-start;line-height:1.1;display:flex}.username{color:#0f172a;font-size:13px;font-weight:800}.userRole{color:#64748b;margin-top:2px;font-size:11px;font-weight:600}.chev{color:#64748b;margin-left:2px;font-size:12px}.menu{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:190px;padding:6px;position:absolute;top:46px;right:0;box-shadow:0 24px 60px #0f172a2e}.menuItem{color:#0f172a;border-radius:12px;padding:10px;font-size:13px;font-weight:700;text-decoration:none;display:block}.menuItem:hover{background:#f1f5f9}.menuItemBtn{text-align:left;cursor:pointer;color:#b91c1c;background:0 0;border:none;border-radius:12px;width:100%;padding:10px;font-size:13px;font-weight:800}.menuItemBtn:hover{background:#fef2f2}.navLink .chev{transition:transform .2s}.navLink.open .chev{transform:rotate(180deg)}.nav .menu{margin-top:6px;top:44px;left:0;right:auto}.navLink.open{color:#0f172a;background:#f1f5f9}.ej-user-page{max-width:1200px;margin:auto;padding:32px}.ej-user-head h1{align-items:center;gap:10px;font-size:28px;font-weight:800;display:flex}.ej-user-head p{color:#64748b;margin-top:6px}.ej-user-head{border-bottom:1px solid #e5e7eb;padding-bottom:16px}.ej-user-icon{color:#6366f1}.ej-user-layout{grid-template-columns:1fr 340px;gap:24px;margin-top:24px;display:grid}@media (max-width:900px){.ej-user-layout{grid-template-columns:1fr}}.ej-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:16px;padding:18px}.ej-card h3{color:#0f172a;margin-bottom:14px;font-size:16px;font-weight:700}.ej-card h3:after{content:"";background:#e5e7eb;height:1px;margin-top:10px;display:block}.ej-card input:focus,.ej-card select:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.ej-card label{gap:4px;display:flex}.ej-card label:after{content:"*";color:#ef4444}.ej-card h3,.ej-card h4{margin:0 0 12px;font-weight:800}.ej-form-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:14px;display:grid}.ej-card label{color:#111827;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.ej-card input,.ej-card select{border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:12px 14px;font-size:14px}.ej-user-side .full{width:100%;margin-top:10px}.ej-toggle{background:#f8fafc;border:1px dashed #c7d2fe;border-radius:10px;padding:10px 12px}.ej-info-card{background:#f8fafc;border:1px solid #dbeafe;border-radius:16px;padding:16px}.ej-info-card ul{color:#475569;margin:8px 0 0;padding-left:18px;font-size:13px}.ej-info-card li{padding-left:18px;position:relative}.ej-info-card li:before{content:"✔";color:#6366f1;position:absolute;left:0}.ej-user-side button+button{margin-top:8px}.ej-user-title{align-items:center;gap:12px;font-size:28px;font-weight:900;display:flex}.ej-user-icon-badge{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 8px 24px #6366f159}.ej-plus{color:#fff;font-size:22px;font-weight:900;line-height:1}.ej-primary-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:14px;padding:14px 16px;font-weight:800;transition:transform .15s,box-shadow .15s;box-shadow:0 10px 30px #6366f159,inset 0 -2px #ffffff26}.ej-primary-cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 36px #6366f173}.ej-primary-cta:active:not(:disabled){transform:scale(.98)}.ej-primary-cta:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.ej-info-card{background:linear-gradient(#f8fafc 0%,#eef2ff 100%);border:1px solid #c7d2fe;border-radius:18px;padding:18px;box-shadow:0 10px 30px #6366f114}.ej-info-card h4{color:#3730a3;align-items:center;gap:8px;font-size:14px;font-weight:900;display:flex}.ej-info-dot{background:#6366f1;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 4px #6366f12e}.ej-info-card ul{margin-top:10px;padding-left:0;list-style:none}.ej-info-card li{color:#334155;align-items:center;gap:10px;margin-bottom:8px;font-size:13px;font-weight:600;display:flex}.ej-info-card li:before{content:"✓";color:#6366f1;font-weight:900}.ej-card{transition:box-shadow .15s,transform .15s}.ej-card:hover{box-shadow:0 12px 30px #0f172a14}.ej-card input::placeholder{color:#9ca3af;font-weight:500}.ej-toggle-row{justify-content:space-between;align-items:center;margin:14px 0 18px;display:flex}.ej-toggle-label{color:#0f172a;font-size:13px;font-weight:700}.ej-switch{width:46px;height:26px;display:inline-block;position:relative}.ej-switch input{opacity:0;width:0;height:0}.ej-slider{cursor:pointer;background-color:#e5e7eb;border-radius:999px;transition:background-color .2s;position:absolute;inset:0}.ej-slider:before{content:"";background-color:#fff;border-radius:999px;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 2px 6px #00000026}.ej-switch input:checked+.ej-slider{background:linear-gradient(135deg,#2563eb,#7c3aed)}.ej-switch input:checked+.ej-slider:before{transform:translate(20px)}.ej-switch input:focus+.ej-slider{box-shadow:0 0 0 4px #6366f140}.ej-success-overlay{z-index:1000;background:#0f172a8c;place-items:center;animation:.2s ejFadeIn;display:grid;position:fixed;inset:0}.ej-success-modal{text-align:center;background:#fff;border-radius:20px;width:360px;padding:28px 24px;animation:.25s ejScaleIn;box-shadow:0 30px 80px #0f172a59}.ej-success-check{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:999px;place-items:center;width:64px;height:64px;margin:0 auto 14px;font-size:34px;font-weight:900;animation:.4s ejPop;display:grid;box-shadow:0 10px 30px #22c55e73}.ej-success-modal h3{color:#0f172a;margin-bottom:6px;font-size:18px;font-weight:900}.ej-success-modal p{color:#475569;margin-bottom:18px;font-size:13px}@keyframes ejFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ejScaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes ejPop{0%{opacity:0;transform:scale(.6)}70%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.ej-mu-page{max-width:1200px;margin:0 auto;padding:28px 32px}.ej-mu-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.ej-mu-titleRow{align-items:center;gap:10px;display:flex}.ej-mu-titleIcon{color:#2563eb;background:#2563eb1a;border-radius:10px;place-items:center;width:28px;height:28px;display:grid}.ej-mu-subtitle{color:#64748b;margin:6px 0 0;font-size:13px;font-weight:600}.ej-mu-headActions{align-items:center;gap:12px;display:flex}.ej-mu-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:10px;height:40px;padding:0 14px;font-size:13px;font-weight:800;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex}.ej-mu-btn:hover{background:#f8fafc;box-shadow:0 8px 20px #0f172a0f}.ej-mu-btn:active{transform:scale(.98)}.ej-mu-btn--primary{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border:0;box-shadow:0 12px 28px #7c3aed2e}.ej-mu-btn--primary:hover{background:linear-gradient(135deg,#1d4ed8,#6d28d9);box-shadow:0 16px 36px #7c3aed38}.ej-mu-btn--secondary{background:#fff}.ej-mu-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:14px 0 16px;display:grid}@media (max-width:980px){.ej-mu-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.ej-mu-stats{grid-template-columns:1fr}}.ej-mu-statCard{background:#fff;border:1px solid #e6e8ee;border-radius:16px;justify-content:space-between;align-items:center;padding:14px;transition:transform .14s,box-shadow .14s;display:flex;box-shadow:0 10px 24px #0f172a0d}.ej-mu-statCard:hover{transform:translateY(-1px);box-shadow:0 14px 30px #0f172a14}.ej-mu-statLabel{color:#6b7280;font-size:12px;font-weight:800}.ej-mu-statValue{color:#0f172a;margin-top:6px;font-size:22px;font-weight:950}.ej-mu-statIcon{border:1px solid #e7eaee;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.ej-mu-statIcon--blue{color:#2563eb;background:#2563eb1a;border-color:#2563eb2e}.ej-mu-statIcon--green{color:#16a34a;background:#22c55e1f;border-color:#22c55e38}.ej-mu-statIcon--amber{color:#d97706;background:#f59e0b1f;border-color:#f59e0b3d}.ej-mu-statIcon--violet{color:#7c3aed;background:#7c3aed1f;border-color:#7c3aed38}.ej-mu-controls{background:#fff;border:1px solid #e6e8ee;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:12px;display:flex;box-shadow:0 10px 24px #0f172a0a}@media (max-width:860px){.ej-mu-controls{flex-direction:column;align-items:stretch}}.ej-mu-search{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1;align-items:center;gap:10px;min-width:340px;padding:10px 12px;display:flex}@media (max-width:860px){.ej-mu-search{width:100%;min-width:0}}.ej-mu-searchIcon{color:#94a3b8}.ej-mu-searchInput{color:#0f172a;border:0;outline:none;width:100%;font-size:13px;font-weight:600}.ej-mu-searchInput::placeholder{color:#94a3b8;font-weight:600}.ej-mu-clear{cursor:pointer;color:#94a3b8;background:0 0;border:0;border-radius:10px;place-items:center;width:28px;height:28px;display:grid}.ej-mu-clear:hover{color:#64748b;background:#f1f5f9}.ej-mu-filters{align-items:center;gap:10px;display:flex}.ej-mu-dd{position:relative}.ej-mu-ddBtn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-width:138px;height:40px;padding:0 12px;transition:background .12s,box-shadow .12s;display:flex}.ej-mu-ddBtn:hover{background:#f8fafc;box-shadow:0 8px 20px #0f172a0f}.ej-mu-ddText{color:#0f172a;white-space:nowrap;font-size:13px;font-weight:800}.ej-mu-ddIcon{color:#64748b}.ej-mu-ddChev{color:#94a3b8;transition:transform .14s}.ej-mu-ddChev.is-rot{transform:rotate(180deg)}.ej-mu-ddMenu{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:180px;padding:6px;position:absolute;top:46px;right:0;box-shadow:0 24px 60px #0f172a29}.ej-mu-ddItem{cursor:pointer;color:#0f172a;text-align:left;background:0 0;border:0;border-radius:12px;width:100%;padding:10px;font-size:13px;font-weight:800}.ej-mu-ddItem:hover{background:#f1f5f9}.ej-mu-ddItem.is-active{color:#2563eb;background:#2563eb1a}.ej-mu-table{background:#fff;border:1px solid #e6e8ee;border-radius:16px;overflow:hidden;box-shadow:0 10px 24px #0f172a0d}.ej-mu-tableInner{width:100%;overflow:auto}.ej-mu-table table{border-collapse:collapse;width:100%}.ej-mu-table thead th{color:#6b7280;text-align:left;background:#fbfcff;border-bottom:1px solid #eef2f7;padding:12px;font-size:12px;font-weight:900}.ej-mu-table tbody td{color:#0f172a;vertical-align:middle;border-top:1px solid #f1f5f9;padding:14px 12px;font-size:13px}.ej-mu-row:hover{background:#fbfdff}.ej-mu-thCheck,.ej-mu-tdCheck{width:42px}.ej-mu-thMenu,.ej-mu-tdMenu{text-align:right;width:56px;position:relative}.ej-mu-table input[type=checkbox]{accent-color:#2563eb;border-radius:4px;width:16px;height:16px}.ej-mu-userCell{align-items:center;gap:12px;display:flex}.ej-mu-avatar{color:#2563eb;background:#e9edff;border-radius:999px;place-items:center;width:38px;height:38px;font-size:12px;font-weight:950;display:grid}.ej-mu-userName{color:#0f172a;font-weight:900;line-height:1.1}.ej-mu-userEmail{color:#94a3b8;margin-top:4px;font-size:12px;font-weight:700}.ej-mu-pill{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:900;display:inline-flex}.ej-mu-status{align-items:center;gap:8px;font-size:13px;font-weight:900;display:inline-flex}.ej-mu-status.is-active{color:#16a34a}.ej-mu-status.is-inactive{color:#94a3b8}.ej-mu-loc{color:#64748b;align-items:center;gap:8px;font-weight:800;display:inline-flex}.ej-mu-loc svg{color:#9ca3af}.ej-mu-last{color:#94a3b8;font-weight:800}.ej-mu-last.is-online{color:#16a34a}.ej-mu-kebab{cursor:pointer;color:#0f172a;opacity:.85;background:0 0;border:0;border-radius:12px;place-items:center;width:34px;height:34px;transition:background .12s,transform .12s;display:inline-grid}.ej-mu-kebab:hover{background:#f1f5f9}.ej-mu-kebab:active{transform:scale(.98)}.ej-mu-kebab.is-open{color:#2563eb;background:#eef2ff}.ej-mu-rowmenu{z-index:60;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:170px;padding:6px;position:absolute;top:50px;right:8px;box-shadow:0 24px 60px #0f172a2e}.ej-mu-rowitem{cursor:pointer;color:#0f172a;text-align:left;background:0 0;border:0;border-radius:12px;width:100%;padding:10px;font-size:13px;font-weight:900}.ej-mu-rowitem:hover{background:#f1f5f9}.ej-mu-rowitem.danger:hover{background:#fef2f2}.ej-mu-empty{text-align:center;color:#64748b;padding:20px 12px;font-weight:800}.ej-mu-skelRow td{padding-top:16px;padding-bottom:16px}.ej-mu-skelBox,.ej-mu-skelAvatar,.ej-mu-skelLine,.ej-mu-skelPill{background:#e5e7eb;border-radius:999px;position:relative;overflow:hidden}.ej-mu-skelBox{border-radius:4px;width:16px;height:16px}.ej-mu-skelAvatar{border-radius:999px;width:38px;height:38px}.ej-mu-skelLine{border-radius:8px;height:12px;margin-bottom:8px}.ej-mu-skelPill{border-radius:999px;width:92px;height:22px}.ej-mu-skelUser{align-items:center;gap:12px;display:flex}.ej-mu-skelLines{width:220px}.ej-mu-skelBox:after,.ej-mu-skelAvatar:after,.ej-mu-skelLine:after,.ej-mu-skelPill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.2s infinite ejMuShimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes ejMuShimmer{to{transform:translate(100%)}}.ej-mu-btn{margin:10px;padding:10px 20px;font-size:14px}.ej-mu-btn--danger{color:#fff;cursor:pointer;background-color:#e11d48;border:none}.ej-mu-btn--secondary{color:#111827;cursor:pointer;background-color:#f3f4f6;border:none}.ej-mu-btn--danger:hover,.ej-mu-btn--secondary:hover{opacity:.8}.ej-mu-modal{z-index:1000;background:#fff;border-radius:10px;width:80%;max-width:600px;padding:20px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.ej-gm-wrap{flex-direction:column;gap:14px;display:flex}.ej-gm-controls{justify-content:space-between;align-items:center;gap:12px;display:flex}.ej-gm-left,.ej-gm-right{align-items:center;gap:12px;display:flex}.ej-gm-search{background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;width:320px;padding:10px 12px;display:flex}.ej-gm-search-input{border:none;outline:none;width:100%;font-size:13px}.ej-gm-select{background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:10px 12px;font-size:13px}.ej-gm-primary-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:10px 14px;font-weight:600}.ej-gm-primary-btn:disabled{opacity:.7;cursor:not-allowed}.ej-gm-table-head{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:14px;display:flex}.ej-gm-table-title{font-weight:800}.ej-gm-table-count{color:#6b7280;font-size:12px}.ej-gm-emp{align-items:center;gap:10px;display:flex}.ej-gm-avatar{color:#1d4ed8;background:#eef2ff;border-radius:10px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid}.ej-gm-emp-title{color:#111827;font-size:13px;font-weight:800}.ej-gm-muted{color:#6b7280;font-size:12px}.ej-gm-badge{text-transform:none;border:1px solid #0000;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800}.ej-gm-badge-lead{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ej-gm-badge-member{color:#0e7490;background:#ecfeff;border-color:#a5f3fc}.ej-gm-progress{min-width:220px}.ej-gm-progress-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.ej-gm-pill{border:1px solid #0000;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800}.ej-gm-pill-active{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.ej-gm-pill-inactive{color:#c2410c;background:#fff7ed;border-color:#fed7aa}@keyframes ejGmShimmer{to{transform:translate(100%)}}@media (max-width:900px){.ej-gm-controls{flex-direction:column;align-items:stretch}.ej-gm-left,.ej-gm-right{justify-content:space-between}.ej-gm-search{width:100%}}.ej-prj-error{color:#dc2626;margin-top:6px;font-size:12px;font-weight:600;line-height:1.2}.ej-prj-invalid{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261f!important}.ej-prj-input.ej-prj-invalid:focus,.ej-prj-select.ej-prj-invalid:focus,.ej-prj-textarea.ej-prj-invalid:focus{outline:none}.ej-prj-actions{align-items:center;gap:8px;display:flex}.ej-confirm-modal{background:#fff;border:1px solid #eef2f7;border-radius:16px;width:460px;max-width:calc(100vw - 24px);overflow:hidden;box-shadow:0 25px 70px #0000002e}.ej-confirm-head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ej-confirm-title{color:#111827;font-size:16px;font-weight:900}.ej-confirm-body{color:#334155;padding:14px 16px;font-weight:600;line-height:1.4}.ej-confirm-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:10px;padding:14px 16px;display:flex}.ej-confirm-btn{color:#fff;cursor:pointer;background:#111827;border:1px solid #111827;border-radius:12px;padding:10px 14px;font-weight:800}.ej-confirm-btn.danger{background:#dc2626;border-color:#dc2626}.ej-prj-actions{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.ej-prj-kebab-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;line-height:0;transition:background .12s,transform .12s,border-color .12s;display:inline-flex}.ej-prj-kebab-btn:hover{background:#f8fafc;transform:translateY(-1px)}.ej-prj-kebab-btn svg{display:block}.ej-prj-menu{z-index:40;background:#fff;border:1px solid #eef2f7;border-radius:14px;min-width:180px;padding:6px;position:absolute;top:44px;right:0;box-shadow:0 18px 55px #0000001f}.ej-prj-menu-item{cursor:pointer;color:#111827;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;width:100%;padding:10px;font-weight:800;display:flex}.ej-prj-menu-item:hover{background:#f8fafc}.ej-prj-menu-item.danger{color:#b91c1c}.ej-prj-menu-item.danger:hover{background:#dc262614}.ej-prj-menu-item.disabled{opacity:.55;cursor:not-allowed}.ej-pm-wrap{margin-top:16px}.ej-pm-controls{justify-content:space-between;margin-bottom:14px;display:flex}.ej-pm-primary-btn{color:#fff;background:#2563eb;border:none;border-radius:6px;padding:8px 14px;font-weight:600}.ej-pm-table{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.ej-pm-table table{border-collapse:collapse;width:100%}.ej-pm-table th,.ej-pm-table td{border-bottom:1px solid #f1f5f9;padding:12px}.ej-pm-emp{align-items:center;gap:10px;display:flex}.ej-pm-avatar{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-weight:600;display:flex}.ej-pm-badge{text-transform:capitalize;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600}.ej-pm-pill{border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600}.ej-pm-pill-active{color:#166534;background:#dcfce7}.ej-pm-pill-inactive{color:#991b1b;background:#fee2e2}.ej-gm-wrap,.ej-pm-wrap{flex-direction:column;gap:14px;display:flex}.ej-gm-controls,.ej-pm-controls{justify-content:space-between;align-items:center;gap:12px;display:flex}.ej-gm-left,.ej-pm-left,.ej-gm-right,.ej-pm-right{align-items:center;gap:12px;display:flex}.ej-gm-search,.ej-pm-search{background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;width:320px;padding:10px 12px;display:flex}.ej-gm-search-input,.ej-pm-search-input{border:none;outline:none;width:100%;font-size:13px}.ej-gm-select,.ej-pm-select{background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:10px 12px;font-size:13px}.ej-gm-primary-btn,.ej-pm-primary-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:10px 14px;font-weight:600}.ej-gm-primary-btn:disabled,.ej-pm-primary-btn:disabled{opacity:.7;cursor:not-allowed}.ej-gm-table-head,.ej-pm-table-head{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:14px;display:flex}.ej-gm-table-title,.ej-pm-table-title{font-weight:800}.ej-gm-table-count,.ej-pm-table-count{color:#6b7280;font-size:12px}.ej-gm-emp,.ej-pm-emp{align-items:center;gap:10px;display:flex}.ej-gm-avatar,.ej-pm-avatar{color:#1d4ed8;background:#eef2ff;border-radius:10px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid}.ej-gm-emp-title,.ej-pm-emp-title{color:#111827;font-size:13px;font-weight:800}.ej-pm-emp-sub,.ej-gm-muted,.ej-pm-muted{color:#6b7280;font-size:12px}.ej-pm-badge-manager{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.ej-pm-badge-lead{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ej-pm-badge-member{color:#0e7490;background:#ecfeff;border-color:#a5f3fc}.ej-pm-badge-viewer{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.ej-gm-progress,.ej-pm-progress{min-width:220px}.ej-gm-progress-row,.ej-pm-progress-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.ej-gm-progress-bar{background:#e5e7eb;border-radius:999px;height:8px;overflow:hidden}.ej-gm-progress-fill{background:linear-gradient(90deg,#1d4ed8 0%,#22d3ee 100%);border-radius:999px;height:100%}.ej-gm-pill,.ej-pm-pill{border:1px solid #0000;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800}.ej-gm-pill-active,.ej-pm-pill-active{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.ej-gm-pill-inactive,.ej-pm-pill-inactive{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.ej-pm-row-skel{background:#e5e7eb;border-radius:10px;height:44px;position:relative;overflow:hidden}.ej-pm-row-skel:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.2s infinite ejMembersShimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes ejMembersShimmer{to{transform:translate(100%)}}@media (max-width:900px){.ej-gm-controls,.ej-pm-controls{flex-direction:column;align-items:stretch}.ej-gm-left,.ej-gm-right,.ej-pm-left,.ej-pm-right{justify-content:space-between}.ej-gm-search,.ej-pm-search{width:100%}}:root{--ts-primary:#1d6dff;--ts-primary-light:#4f8cff;--ts-primary-bg:#eaf2ff;--ts-success:#10b981;--ts-success-bg:#ecfdf5;--ts-warning:#f59e0b;--ts-warning-bg:#fffbeb;--ts-danger:#ef4444;--ts-danger-bg:#fef2f2;--ts-neutral:#6b7280;--ts-neutral-bg:#f3f4f6;--ts2-accent:var(--ts-primary);--ts2-accent-2:var(--ts-primary-light);--ts2-accent-bg:var(--ts-primary-bg);--ts2-pill-bg:#1d6dff1a;--ts2-pill-text:#0f172a;--ts2-ring:#1d6dff2e;--ejts-accent:var(--ts-primary);--ejts-accent-2:var(--ts-primary-light);--ejts-ring:#1d6dff2e;--ejts-border:#e2e8f0f2}.ts-button{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.ts-button-primary{background:var(--ts-primary);color:#fff;box-shadow:0 4px 12px #1d6dff40}.ts-button-primary:hover{background:#1556cc;box-shadow:0 6px 16px #1d6dff59}.ts-button-secondary{color:#0f172a;background:#fff;border:1px solid #e2e8f0}.ts-button-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.ej-pm-actions-cell{text-align:right;position:relative}.ej-pm-actions{justify-content:flex-end;align-items:center;display:inline-flex;position:relative}.ej-pm-kebab{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:38px;height:34px;font-size:18px;line-height:1}.ej-pm-menu{z-index:9999;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:150px;position:absolute;top:40px;right:0;overflow:hidden;box-shadow:0 14px 40px #0000001f}.ej-pm-menu-item{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:10px 12px;font-size:14px}.ej-pm-menu-item:hover{background:#f3f4f6}.ej-pm-menu-danger{color:#b91c1c}.ej-pm-table{overflow:visible}.ej-gm-actions-cell{text-align:right;position:relative;overflow:visible}.ej-gm-actions{justify-content:flex-end;align-items:center;display:inline-flex;position:relative}.ej-gm-kebab{cursor:pointer;background:#ffffffe6;border:1px solid #0f172a1f;border-radius:12px;width:38px;height:38px;font-size:20px;line-height:1}.ej-gm-menu{z-index:9999;background:#fff;border:1px solid #0f172a1f;border-radius:14px;min-width:160px;position:absolute;top:44px;right:0;overflow:hidden;box-shadow:0 14px 40px #00000024}.ej-gm-menu-item{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:10px 12px;font-size:14px}.ej-gm-menu-item:hover{background:#0f172a0a}.ej-gm-menu-danger{color:#b42318}.ej-gm-menu-danger:hover{background:#b4231814}.ej-table.ej-gm-table{position:relative;overflow:visible!important}.ej-pick{position:relative}.ej-pick__btn{cursor:pointer;background:#fff;border:1px solid #e7e9f0;border-radius:999px;justify-content:space-between;align-items:center;gap:10px;min-width:220px;height:38px;padding:0 12px;display:flex;box-shadow:0 1px #00000005}.ej-pick__btn:hover{border-color:#d9dcee}.ej-pick__val{color:#111827;font-size:13px}.ej-pick__chev{color:#6b7280;font-size:12px}.ej-pick__panel{z-index:50;width:320px;position:absolute;top:calc(100% + 8px);right:0}.ej-pick__panelInner{background:#fff;border:1px solid #e7e9f0;border-radius:14px;padding:10px;box-shadow:0 16px 40px #0000001a}.ej-cal__head{justify-content:space-between;align-items:center;padding:6px 4px 10px;display:flex}.ej-cal__title{color:#111827;font-size:13px;font-weight:600}.ej-cal__nav{cursor:pointer;background:#fff;border:1px solid #e7e9f0;border-radius:8px;width:28px;height:28px}.ej-cal__dow{grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:6px;display:grid}.ej-cal__dowItem{color:#6b7280;text-align:center;font-size:11px}.ej-cal__grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.ej-cal__day{cursor:pointer;color:#111827;background:#fff;border:1px solid #eef0f7;border-radius:10px;height:34px;font-size:12px}.ej-cal__day.is-out{opacity:.35}.ej-cal__day.is-today{border-color:#c7c9ff}.ej-cal__day.is-selected{color:#fff;background:#111827;border-color:#111827}.ej-week__list{flex-direction:column;gap:8px;padding:2px;display:flex}.ej-week__item{cursor:pointer;text-align:left;background:#fff;border:1px solid #eef0f7;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.ej-week__item:hover{border-color:#d9dcee}.ej-week__item.is-disabled{opacity:.35;cursor:not-allowed}.ej-week__title{color:#111827;font-size:13px;font-weight:600}.ej-week__sub{color:#6b7280;margin-top:2px;font-size:12px}.ej-week__badge{color:#4b5563;font-size:11px}.ej-month__grid{grid-template-columns:repeat(3,1fr);gap:8px;padding:2px;display:grid}.ej-month__cell{cursor:pointer;background:#fff;border:1px solid #eef0f7;border-radius:12px;height:40px;font-size:13px}.ej-month__cell:hover{border-color:#d9dcee}.ej-month__cell.is-selected{color:#fff;background:#111827;border-color:#111827}.ej-prod-state,.ej-prod-error{text-align:center;color:#6b7280;padding:24px 12px}.ej-prod-error{color:#b91c1c}.ej-prod-state{place-items:center;min-height:120px;display:grid}.ej-card{background:#fff;border:1px solid #e7eaf0;border-radius:14px;box-shadow:0 10px 30px #0f172a0f}.ej-ss-select{color:#0f172a;background:#fff;border:1px solid #e7eaf0;border-radius:10px;height:38px;padding:0 10px}.ej-ss-btn{cursor:pointer;background:#fff;border:1px solid #e7eaf0;border-radius:10px;height:38px;padding:0 14px}.ej-ss-btn:hover{background:#f8fafc}.ej-ss-iconbtn{cursor:pointer;background:#fff;border:1px solid #e7eaf0;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.ej-ss-iconbtn:hover{background:#f8fafc}.ej-ss-seg{background:#f8fafc;border:1px solid #e7eaf0;border-radius:12px;gap:6px;padding:4px;display:flex}.ej-ss-seg button{cursor:pointer;color:#334155;background:0 0;border:0;border-radius:10px;height:30px;padding:0 10px;font-weight:600}.ej-ss-seg button.is-on{background:#fff;border:1px solid #e7eaf0}.ej-ss-date{align-items:center;gap:10px;display:flex}.ej-ss-summary{grid-template-columns:1.2fr 2fr 1fr 1fr;align-items:center;gap:14px;margin-bottom:14px;padding:14px;display:grid}.ej-ss-summary-k{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.ej-ss-summary-v{color:#0f172a;margin-top:4px;font-size:18px;font-weight:800}.ej-ss-summary-sub{color:#0f172a;margin-top:6px;font-weight:700}.ej-ss-bar{background:#eef2f7;border-radius:999px;width:100%;height:10px;overflow:hidden}.ej-ss-bar.small{height:8px}.ej-ss-bar-fill{background:linear-gradient(90deg,#10b981,#06b6d4);border-radius:999px;width:0%;height:100%}.ej-ss-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.ej-ss-card{text-align:left;cursor:pointer;padding:12px}.ej-ss-card:hover{transition:all .15s;transform:translateY(-1px)}.ej-ss-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.ej-ss-pt{min-width:0}.ej-ss-prj{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-weight:800;overflow:hidden}.ej-ss-task{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.ej-ss-time{color:#64748b;font-size:12px;font-weight:700}.ej-ss-thumb{aspect-ratio:16/10;background:#0b1220;border:1px solid #e7eaf0;border-radius:12px;overflow:hidden}.ej-ss-thumb img{object-fit:cover;width:100%;height:100%;display:block}.ej-ss-card-foot{margin-top:10px}.ej-ss-foot-meta{justify-content:space-between;align-items:center;gap:10px;margin-top:8px;display:flex}.ej-ss-pct{color:#0f172a;font-weight:900}.ej-ss-muted{color:#64748b;font-size:12px;font-weight:600}.ej-ss-bottom{justify-content:center;margin-top:14px;display:flex}.ej-ss-modal{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#020617b8;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.ej-ss-modal-inner{background:#0b1220;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;width:min(1200px,96vw);height:min(760px,92vh);display:flex;overflow:hidden;box-shadow:0 30px 80px #00000059}.ej-ss-modal-top{background:#ffffff0a;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:12px 12px 10px 14px;display:flex}.ej-ss-modal-title .ej-ss-prj{color:#fff}.ej-ss-modal-title .ej-ss-muted{color:#ffffffa6}.ej-ss-modal-body{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.ej-ss-modal-imgwrap{touch-action:none;justify-content:center;align-items:center;width:100%;height:100%;padding:14px;display:flex;overflow:hidden}.ej-ss-modal-img{will-change:transform;-webkit-user-select:none;user-select:none;pointer-events:none;background:#000;border:1px solid #ffffff1a;border-radius:12px;max-width:100%;max-height:100%}.ej-ss-nav{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:12px;place-items:center;width:44px;height:44px;font-size:22px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.ej-ss-nav:disabled{opacity:.35;cursor:not-allowed}.ej-ss-nav-left{left:14px}.ej-ss-nav-right{right:14px}.ej-ss-modal-bottom{background:#ffffff0a;border-top:1px solid #ffffff14;padding:10px 12px}.ej-ss-thumbstrip{gap:8px;padding-bottom:4px;display:flex;overflow:auto}.ej-ss-mini{cursor:pointer;background:#000;border:1px solid #ffffff1f;border-radius:10px;flex:none;width:96px;height:56px;overflow:hidden}.ej-ss-mini.is-active{outline:2px solid #10b981e6}.ej-ss-mini img{object-fit:cover;width:100%;height:100%;display:block}.ej-ss-thumb:before{content:"";z-index:2;background:linear-gradient(#ffffff24,#ffffff0a);border-bottom:1px solid #ffffff14;height:22px;position:absolute;top:0;left:0;right:0}.ej-ss-card{flex-direction:column;display:flex}.ej-ss-card-meta{border-top:1px solid #0f172a14;flex-direction:column;gap:6px;padding:10px 12px 12px;display:flex}.ej-ss-kv{align-items:center;gap:10px;min-width:0;display:flex}.ej-ss-k{color:#0f172a99;flex:0 0 34px;font-size:12px;font-weight:700}.ej-ss-v{color:#0f172aeb;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.ej-ss-thumb:after{content:"";z-index:3;background:radial-gradient(circle at 4px 4px,#ffffff8c 2px,#0000 3px),radial-gradient(circle at 18px 4px,#ffffff59 2px,#0000 3px),radial-gradient(circle at 32px 4px,#ffffff59 2px,#0000 3px);width:36px;height:8px;position:absolute;top:7px;left:10px}.ej-section-card{background:#fff;border:1px solid #e7eaf0;border-radius:16px;padding:16px;box-shadow:0 10px 30px #0f172a0f}.ej-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.ej-section-title{color:#0f172a;font-size:18px;font-weight:800}.ej-section-sub{color:#64748b;margin-top:2px;font-size:12px;font-weight:600}@keyframes ejShimmer{0%{transform:translate(-60%)}to{transform:translate(60%)}}.ej-skel{background:#eef2f7;border-radius:12px;position:relative;overflow:hidden}.ej-skel:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff8c 50%,#fff0 100%);animation:1.2s ease-in-out infinite ejShimmer;position:absolute;inset:0;transform:translate(-60%)}.ej-skel-line{border-radius:999px;height:10px}.ej-skel-line.lg{height:14px}.ej-skel-line.xl{height:18px}.ej-skel-pill{border-radius:999px;height:28px}.ej-skel-btn{border-radius:10px;width:92px;height:38px}.ej-ss-skel-summary{background:#fff;border:1px solid #e7eaf0;border-radius:14px;grid-template-columns:1.2fr 2fr 1fr 1fr;gap:14px;padding:14px;display:grid}.ej-ss-skel-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.ej-ss-skel-card{background:#fff;border:1px solid #e7eaf0;border-radius:14px;padding:12px;box-shadow:0 10px 30px #0f172a0f}.ej-ss-skel-head{justify-content:space-between;gap:12px;margin-bottom:10px;display:flex}.ej-ss-skel-thumb{aspect-ratio:16/10;border:1px solid #e7eaf0;border-radius:12px;margin-bottom:10px}.ej-ss-skel-foot{justify-content:space-between;align-items:center;gap:10px;display:flex}.ej-prod-card.ej-skeleton{min-height:132px}.ej-ss-filters{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.ej-ss-filter{flex-direction:column;gap:6px;min-width:220px;display:flex}.ej-ss-filter-label{color:var(--muted,#6b7280);font-size:12px;font-weight:600;line-height:1}.ej-ss-member{align-items:center;gap:10px;display:flex}.ej-ss-avatar{letter-spacing:.5px;border:1px solid var(--border,#e5e7eb);width:38px;height:38px;color:var(--text,#111827);background:#fff;border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex}.ej-ss-member-select{flex:1;min-width:220px}.ej-ss-select:disabled,.ej-ss-input:disabled{opacity:.6;cursor:not-allowed}.ej-ss-member.is-loading .ej-ss-avatar{opacity:.6}.ts2-page{background:#fff;padding:28px}.ts2-title-row{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.ts2-title{color:#0f172a;margin-bottom:12px;font-size:22px;font-weight:700}.ts2-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.ts2-btn:hover{background:#f8fafc;border-color:#cbd5e1}.ts2-btn-ghost{color:#0f172a;background:#fff;border-color:#e2e8f0;padding:10px 14px}.ts2-filters{border-bottom:1px solid #e2e8f0;grid-template-columns:260px 260px 1fr 220px;align-items:end;gap:16px;margin-bottom:12px;padding-bottom:14px;display:grid}.ts2-filter-date{min-width:320px}.ts2-select,.ts2-date{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:10px 12px;font-size:13px;transition:all .15s}.ts2-tz-trigger{cursor:pointer;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;height:38px;padding:0 10px;font-size:13px;display:flex}.ts2-tz-trigger:disabled{cursor:not-allowed;opacity:.65}.ts2-tz-trigger-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ts2-tz-trigger-caret{color:#6b7280;flex:none;font-size:14px}.ts2-tz-menu{z-index:80;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:360px;max-width:460px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 18px 45px #0f172a2e}.ts2-tz-search{border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;height:36px;padding:0 10px;font-size:13px}.ts2-tz-list{max-height:320px;padding:6px;overflow-y:auto}.ts2-tz-group-title{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;padding:8px 8px 5px;font-size:11px;font-weight:700}.ts2-tz-option{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;flex-direction:column;gap:2px;width:100%;padding:8px 10px;display:flex}.ts2-tz-option-main{color:#111827;font-size:13px;font-weight:600}.ts2-tz-option-sub{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.ts2-tz-empty{text-align:center;color:#6b7280;padding:18px 10px;font-size:13px}.ts2-filter-timezone{min-width:300px;position:relative}.ts2-tz-combobox{width:100%;position:relative}.ts2-tz-trigger{cursor:pointer;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;width:100%;height:40px;padding:0 12px;font-size:13px;font-weight:500;transition:border-color .16s,box-shadow .16s,background-color .16s,transform .12s;display:flex;box-shadow:0 1px 2px #0f172a0a}.ts2-tz-trigger:hover:not(:disabled){background:#f9fafb;border-color:#cbd5e1}.ts2-tz-trigger:focus-visible{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb24,0 1px 2px #0f172a0d}.ts2-tz-trigger:active:not(:disabled){transform:scale(.995)}.ts2-tz-trigger:disabled{cursor:not-allowed;opacity:.6;background:#f9fafb}.ts2-tz-trigger-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ts2-tz-trigger-caret{color:#64748b;flex:none;font-size:15px;line-height:1;transition:transform .16s}.ts2-tz-menu{z-index:90;transform-origin:top;background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-width:420px;max-width:520px;animation:.15s ease-out ts2TzMenuIn;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 20px 45px #0f172a29,0 4px 12px #0f172a14}@keyframes ts2TzMenuIn{0%{opacity:0;transform:translateY(-4px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.ts2-tz-search-wrap{background:linear-gradient(#fff 0%,#f8fafc 100%);border-bottom:1px solid #eef2f7;padding:10px}.ts2-device-pill{white-space:nowrap;color:#334155;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:7px;min-height:28px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.ts2-device-icon{flex:none;width:15px;height:15px}.ts2-device-label{text-overflow:ellipsis;max-width:120px;overflow:hidden}.ts2-device-pill.mobile{color:#3730a3;background:#eef2ff;border-color:#c7d2fe}.ts2-device-pill.laptop{color:#155e75;background:#ecfeff;border-color:#a5f3fc}.ts2-device-pill.desktop{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.ts2-device-pill.web{color:#9a3412;background:#fff7ed;border-color:#fed7aa}.ts2-device-pill.unknown{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.ts2-tz-search{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;height:38px;padding:0 12px;font-size:13px;transition:border-color .16s,box-shadow .16s,background-color .16s;box-shadow:0 1px 2px #0f172a0a}.ts2-tz-search::placeholder{color:#94a3b8}.ts2-tz-search:hover{border-color:#cbd5e1}.ts2-tz-search:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb21,0 1px 2px #0f172a0d}.ts2-tz-list{scroll-behavior:smooth;max-height:360px;padding:6px;overflow-y:auto}.ts2-tz-list::-webkit-scrollbar{width:8px}.ts2-tz-list::-webkit-scrollbar-track{background:0 0}.ts2-tz-list::-webkit-scrollbar-thumb{background:#cbd5e1;border:2px solid #fff;border-radius:999px}.ts2-tz-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ts2-tz-group{padding:4px 0}.ts2-tz-group-title{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#64748b;text-transform:uppercase;letter-spacing:.07em;background:#fffffff0;padding:8px 10px 6px;font-size:10px;font-weight:700;position:sticky;top:0}.ts2-tz-option{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;flex-direction:column;gap:3px;width:100%;padding:9px 10px;transition:background-color .14s,transform .12s;display:flex}.ts2-tz-option:hover{background:#f8fafc}.ts2-tz-option:active{transform:scale(.995)}.ts2-tz-option.active{background:#eff6ff}.ts2-tz-option.active:hover{background:#dbeafe}.ts2-tz-option-main{color:#0f172a;font-size:13px;font-weight:600;line-height:1.25}.ts2-tz-option-sub{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;font-weight:500;line-height:1.25;overflow:hidden}.ts2-tz-option.active .ts2-tz-option-main{color:#1d4ed8}.ts2-tz-option.active .ts2-tz-option-sub{color:#2563eb}.ts2-tz-empty{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #e5e7eb;border-radius:12px;margin:8px;padding:22px 12px;font-size:13px;font-weight:500}@media (max-width:1200px){.ts2-filter-timezone{min-width:0}.ts2-tz-menu{min-width:100%;max-width:100%}}@media (max-width:640px){.ts2-tz-menu{border-radius:16px;min-width:0;max-width:none;position:fixed;inset:auto 12px 16px}.ts2-tz-list{max-height:55vh}}@media (max-width:1200px){.ts2-filter-timezone{min-width:0}.ts2-tz-menu{min-width:100%;max-width:100%}}.ts2-select:focus,.ts2-date:focus{box-shadow:0 0 0 4px var(--ts2-ring);border-color:#1d6dff8c;outline:none}.ts2-avatar{color:#fff;background:#0f172a;border-radius:999px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:800;display:flex}.ts2-date-nav{align-items:center;gap:10px;display:flex}.ts2-icon-btn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:38px;height:38px;font-weight:800;transition:all .15s}.ts2-icon-btn:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.ts2-icon-btn.big{width:44px;height:44px}.ts2-range{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:600;display:inline-flex}.ts2-range-inputs{align-items:center;gap:10px;display:flex}.ts2-range-sep{color:#94a3b8;font-size:12px;font-weight:700}.ts2-subfilters{margin-bottom:16px}.ts2-chip-row{flex-wrap:wrap;gap:10px;display:flex}.ts2-chip:hover{background:#f8fafc;border-color:#cbd5e1}.ts2-chip.active{color:#0f766e;background:#0ea5a41f;border-color:#0ea5a48c}.ts2-summary{border:2px solid #1d6dff59;border-radius:10px;grid-template-columns:260px repeat(3,140px) 16px 200px repeat(3,140px);align-items:center;gap:14px;margin-bottom:18px;padding:16px;display:grid}.ts2-summary-left{align-items:center;gap:12px;display:flex}.ts2-summary-item .ts2-summary-value{color:#0f172a;font-size:14px;font-weight:800}.ts2-summary-item .ts2-summary-label{color:#64748b;margin-top:4px;font-size:12px;font-weight:700}.ts2-activity-row{align-items:center;gap:10px;display:flex}.ts2-progress{background:#e2e8f0;border-radius:999px;width:110px;height:6px;overflow:hidden}.ts2-panel{background:#fff;border:1px solid #bcd0ff;border-radius:10px;overflow:hidden}.ts2-panel-head{justify-content:space-between;align-items:center;padding:18px 18px 14px;display:flex}.ts2-panel-head.month{border-bottom:1px solid #e2e8f0}.ts2-total-pill{color:#0f172a;background:#eef2ff;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-weight:800;display:flex}.ts2-week-grid{border-top:1px solid #e2e8f0;grid-template-columns:repeat(7,1fr) 160px;display:grid}.ts2-week-head{text-align:center;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:14px 10px;font-size:12px;font-weight:800}.ts2-week-cell{text-align:center;border-bottom:1px solid #f1f5f9;padding:18px 10px}.ts2-pill{background:var(--ts2-pill-bg);color:#0f172a;border-radius:8px;justify-content:center;align-items:center;min-width:76px;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.ts2-pill.soft{background:var(--ts2-pill-bg)}.ts2-week-cell.highlight .ts2-week-date{background:var(--ts2-pill-bg);color:#0f172a;border-radius:8px;padding:6px 10px;display:inline-block}.ts2-month-grid{border-top:1px solid #e2e8f0;grid-template-columns:repeat(7,1fr);display:grid}.ts2-month-head{text-align:center;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:14px 10px;font-size:12px;font-weight:800}.ts2-month-cell{text-align:left;cursor:pointer;background:#fff;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;min-height:110px;padding:14px 12px;transition:all .15s}.ts2-month-cell:hover{background:#fbfdff}.ts2-month-cell.selected .ts2-daynum{background:var(--ts2-accent);color:#fff}.ts2-daynum{color:#0f172a;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:12px;font-weight:900;display:inline-flex}.ts2-card{background:#fff;border:1px solid #c7d2fe;border-radius:10px;margin-top:14px;overflow:hidden}.ts2-card-head{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ts2-table th{color:#64748b;text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:14px 16px;font-size:12px;font-weight:900}.ts2-badge.approved{color:#166534;background:#dcfce7}.ts2-badge.pending{color:#854d0e;background:#fef9c3}.ts2-badge.rejected{color:#991b1b;background:#fee2e2}.ts2-state{color:#64748b;padding:14px 0;font-weight:800}.ts2-state-error{color:#b91c1c}@media (max-width:1200px){.ts2-filters{grid-template-columns:1fr 1fr}.ts2-summary{grid-template-columns:1fr;gap:10px}.ts2-divider{display:none}}.ejts-pick{position:relative}.ejts-pick__btn{border:1px solid var(--ejts-border);cursor:pointer;background:#ffffffeb;border-radius:999px;justify-content:space-between;align-items:center;gap:10px;height:38px;padding:0 12px;transition:all .15s;display:flex;box-shadow:0 10px 22px #0206170d}.ejts-pick__btn:hover{border-color:#94a3b8e6;transform:translateY(-1px)}.ejts-pick__btn.is-open{box-shadow:0 0 0 4px var(--ejts-ring),0 14px 30px #0206170f;border-color:#1d6dff8c}.ejts-pick__val{color:#0f172a;white-space:nowrap;font-size:13px;font-weight:800}.ejts-pick__chev{color:#64748b;font-size:12px;font-weight:900}.ejts-pick__panel{z-index:80;width:340px;position:absolute;top:calc(100% + 10px)}.ejts-pick__panel.align-right{right:0}.ejts-pick__panel.align-left{left:0}.ejts-pick__panelInner{border:1px solid var(--ejts-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-radius:16px;padding:12px;box-shadow:0 22px 60px #02061724}.ejts-cal__head{justify-content:space-between;align-items:center;padding:6px 4px 10px;display:flex}.ejts-cal__title{color:#0f172a;font-size:13px;font-weight:900}.ejts-cal__nav{border:1px solid var(--ejts-border);cursor:pointer;color:#334155;background:#fff;border-radius:10px;width:30px;height:30px;font-weight:900;transition:all .15s}.ejts-cal__nav:hover{background:#f8fafc;border-color:#94a3b8d9}.ejts-cal__dow{grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:8px;display:grid}.ejts-cal__dowItem{color:#64748b;text-align:center;font-size:11px;font-weight:800}.ejts-cal__grid{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.ejts-cal__day{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #e2e8f0f2;border-radius:12px;height:34px;font-size:12px;font-weight:900;transition:all .15s}.ejts-cal__day:hover{background:#1d6dff0f;border-color:#1d6dff59}.ejts-cal__day.is-out{opacity:.35}.ejts-cal__day.is-today{outline-offset:-2px;outline:2px solid #1d6dff40}.ejts-cal__day.is-selected{color:#fff;background:#0f172a;border-color:#0f172a}.ejts-week__list{flex-direction:column;gap:10px;padding:2px;display:flex}.ejts-week__item{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0f2;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:12px;transition:all .15s;display:flex}.ejts-week__item:hover{border-color:#1d6dff59;box-shadow:0 10px 24px #0206170f}.ejts-week__item.is-selected{background:#1d6dff0f;border-color:#1d6dff8c}.ejts-week__item.is-disabled{opacity:.35;cursor:not-allowed}.ejts-week__title{color:#0f172a;font-size:13px;font-weight:900}.ejts-week__sub{color:#64748b;margin-top:2px;font-size:12px;font-weight:800}.ejts-week__badge{color:#64748b;font-size:11px;font-weight:900}.ejts-month__grid{grid-template-columns:repeat(3,1fr);gap:10px;padding:2px;display:grid}.ejts-month__cell{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #e2e8f0f2;border-radius:14px;height:42px;font-size:13px;font-weight:900;transition:all .15s}.ejts-month__cell:hover{background:#1d6dff0f;border-color:#1d6dff59}.ejts-month__cell.is-selected{color:#fff;background:#0f172a;border-color:#0f172a}:root{--ejts-bg:#f6f8fc;--ejts-surface:#fff;--ejts-border:#e7eaee;--ejts-text:#0f172a;--ejts-muted:#64748b;--ejts-shadow:0 10px 30px #0f172a0f;--ejts-shadow-lg:0 22px 60px #0206171f;--ejts-accent:var(--ts-primary);--ejts-accent2:var(--ts-primary-light);--ejts-accentBg:#1d6dff1a;--ejts-ring:#1d6dff2e}.dashboard-main.ts2-page{background:var(--ejts-bg);max-width:1440px;margin:0 auto;padding:48px}@media (max-width:1024px){.dashboard-main.ts2-page{padding:28px}}@media (max-width:640px){.dashboard-main.ts2-page{padding:18px}}.ts2-title-row{margin-bottom:14px}.ts2-kicker{letter-spacing:.04em;color:#5b46f9;background:#5b46f91f;border:1px solid #5b46f92e;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.ts2-title{color:var(--ejts-text);letter-spacing:-.3px;margin:10px 0 0;font-size:28px;font-weight:950}.ts2-btn{border:1px solid var(--ejts-border);height:42px;color:var(--ejts-text);cursor:pointer;background:#ffffffeb;border-radius:14px;align-items:center;gap:10px;padding:0 14px;font-size:13px;font-weight:850;transition:transform .12s,box-shadow .12s,background .12s,border-color .12s;display:inline-flex}.ts2-btn:hover{background:#fff;border-color:#94a3b8e6;transform:translateY(-1px);box-shadow:0 10px 22px #0206170f}.ts2-btn:active{transform:scale(.98)}.ts2-btn-ghost{background:#fff}.ts2-icon-btn{border:1px solid var(--ejts-border);cursor:pointer;color:#64748b;background:#ffffffeb;border-radius:14px;width:42px;height:42px;font-weight:950;transition:transform .12s,box-shadow .12s,background .12s,border-color .12s}.ts2-icon-btn:hover{color:var(--ejts-text);background:#fff;border-color:#94a3b8e6;transform:translateY(-1px);box-shadow:0 10px 22px #0206170f}.ts2-filters{background:var(--ejts-surface);border:1px solid var(--ejts-border);box-shadow:var(--ejts-shadow);border-radius:18px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:end;gap:14px;margin-bottom:12px;padding:16px;display:grid;overflow:visible}.ts2-filter-date .ts2-date-nav{flex-wrap:wrap;overflow:visible}.ts2-label{color:var(--ejts-muted);margin-bottom:8px;font-size:12px;font-weight:800}.ts2-select{width:100%;height:42px;color:var(--ejts-text);background:#fff;border:1px solid #e2e8f0f2;border-radius:14px;padding:0 12px;font-size:13px;font-weight:650;transition:box-shadow .12s,border-color .12s}.ts2-select:focus{box-shadow:0 0 0 4px var(--ejts-ring);border-color:#1d6dff8c;outline:none}.ts2-member{align-items:center;gap:10px;display:flex}.ts2-avatar{color:#fff;background:#0f172a;border-radius:999px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:950;display:flex;box-shadow:0 10px 22px #0f172a1f}.ts2-avatar.lg{background:#111827;width:46px;height:46px}.ts2-subfilters{margin:10px 0 14px}.ts2-chip-row{border:1px solid var(--ejts-border);background:#0f172a0a;border-radius:999px;gap:6px;padding:6px;display:inline-flex}.ts2-chip:hover{background:#0f172a0f}.ts2-summary{border:1px solid var(--ejts-border);box-shadow:var(--ejts-shadow);background:radial-gradient(1200px 420px at 20% 0,#5b46f929,#0000 60%),radial-gradient(900px 380px at 80% 0,#3b82f61f,#0000 55%),#fff;border-radius:18px;grid-template-columns:1.35fr repeat(3,minmax(140px,1fr)) 1px repeat(4,minmax(140px,1fr));align-items:center;gap:12px;margin-bottom:16px;padding:16px 18px;display:grid}.ts2-summary-left{align-items:center;gap:12px;min-width:0;display:flex}.ts2-summary-sub{color:var(--ejts-muted);margin-top:3px;font-size:12px;font-weight:750}.ts2-summary-item{flex-direction:column;gap:4px;min-width:0;display:flex}.ts2-summary-item .ts2-summary-value{color:var(--ejts-text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:950;overflow:hidden}.ts2-summary-item .ts2-summary-label{color:var(--ejts-muted);font-size:12px;font-weight:800}.ts2-divider{background:#0f172a1f;justify-self:center;width:1px;height:54px}.ts2-progress{border:1px solid var(--ejts-border);background:#0f172a0f;border-radius:999px;width:140px;height:10px;overflow:hidden}.ts2-progress-fill{background:linear-gradient(90deg,var(--ejts-accent),var(--ejts-accent2));border-radius:999px;height:100%}.ts2-activity-pct{color:var(--ejts-text);font-size:13px;font-weight:950}@media (max-width:1200px){.ts2-summary{grid-template-columns:1fr}.ts2-divider{display:none}}.ts2-panel{border:1px solid var(--ejts-border);box-shadow:var(--ejts-shadow);background:#fff;border-radius:18px;overflow:hidden}.ts2-panel-head{background:#fbfcff;border-bottom:1px solid #e7eaee;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.ts2-panel-title{color:var(--ejts-text);font-size:15px;font-weight:950}.ts2-total-pill{color:var(--ejts-text);background:#1d6dff1a;border:1px solid #1d6dff2e;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-weight:950;display:inline-flex}.ts2-total-pill .muted{color:var(--ejts-muted);font-size:12px;font-weight:900}.ts2-total-pill .strong{font-size:13px}.ts2-week-grid{border-top:none;grid-template-columns:repeat(7,minmax(0,1fr)) minmax(150px,.9fr);gap:12px;padding:14px;display:grid}.ts2-week-grid.custom{grid-template-columns:repeat(7,minmax(0,1fr))}.ts2-week-head{text-align:center;color:#64748b;letter-spacing:.1em;text-transform:uppercase;background:0 0;border-bottom:none;padding:0 6px;font-size:11px;font-weight:950}.ts2-week-cell{text-align:center;border:1px solid var(--ejts-border);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:16px;padding:14px 12px;transition:transform .14s,box-shadow .14s,border-color .14s;box-shadow:0 8px 20px #0f172a0a}.ts2-week-cell:hover{border-color:#1d6dff38;transform:translateY(-1px);box-shadow:0 14px 30px #0f172a14}.ts2-week-cell.today{outline-offset:-2px;outline:2px solid #1d6dff38}.ts2-week-cell.total{background:linear-gradient(#1d6dff14,#1d6dff0a)}.ts2-week-cell.out{opacity:.45}.ts2-week-date{color:#64748b;margin-top:10px;font-size:12px;font-weight:850}.ts2-pill{min-width:86px;color:var(--ejts-text);background:#1d6dff1a;border-radius:999px;justify-content:center;align-items:center;padding:10px 14px;font-size:13px;font-weight:950;display:inline-flex}.ts2-pill.empty{color:#94a3b8;background:0 0}.ts2-pill.total{background:#1d6dff24}.ts2-month-grid{border-top:none;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;padding:14px;display:grid}.ts2-month-head{text-align:center;color:#64748b;letter-spacing:.1em;text-transform:uppercase;background:0 0;border-bottom:none;padding:0 6px;font-size:11px;font-weight:950}.ts2-month-cell{border:1px solid var(--ejts-border);text-align:left;cursor:pointer;background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:16px;flex-direction:column;justify-content:space-between;min-height:112px;padding:12px;transition:transform .14s,box-shadow .14s,border-color .14s;display:flex}.ts2-month-cell:hover{background:#fff;border-color:#1d6dff38;transform:translateY(-1px);box-shadow:0 14px 30px #0f172a14}.ts2-month-cell.dim{opacity:.45}.ts2-month-cell.today{outline-offset:-2px;outline:2px solid #1d6dff38}.ts2-month-cell.selected{border-color:#0f172a47;box-shadow:0 18px 40px #0206171a}.ts2-daynum{width:34px;height:34px;color:var(--ejts-text);background:#0f172a0a;border-radius:999px;justify-content:center;align-items:center;font-weight:950;display:inline-flex}.ts2-month-cell.selected .ts2-daynum{color:#fff;background:#0f172a}.ts2-daynum.dim{color:#94a3b8}.ts2-dash{color:#94a3b8;font-size:14px;font-weight:950}.ts2-card{border:1px solid var(--ejts-border);box-shadow:var(--ejts-shadow);background:#fff;border-radius:18px;margin-top:14px;overflow:hidden}.ts2-card-head{background:#fbfcff;border-bottom:1px solid #e7eaee;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.ts2-card-title{color:var(--ejts-text);font-weight:950}.ts2-table{border-collapse:collapse;width:100%;min-width:820px}.ts2-table th{color:#64748b;text-align:left;letter-spacing:.04em;text-transform:uppercase;background:#fbfcff;border-bottom:1px solid #e7eaee;padding:14px 16px;font-size:12px;font-weight:950}.ts2-table td{color:var(--ejts-text);border-bottom:1px solid #f1f5f9;padding:14px 16px;font-size:13px;font-weight:700}.ts2-table tr:hover td{background:#fbfdff}.ts2-pt-sub{color:#64748b;margin-top:4px;font-size:12px;font-weight:750}.ts2-badge{text-transform:capitalize;border-radius:999px;justify-content:center;align-items:center;padding:7px 12px;font-size:12px;font-weight:950;display:inline-flex}.ts2-badge.approved{color:#166534;background:#22c55e1f;border:1px solid #22c55e38}.ts2-badge.pending{color:#92400e;background:#f59e0b24;border:1px solid #f59e0b3d}.ts2-badge.rejected{color:#991b1b;background:#ef444424;border:1px solid #ef44443d}.ts2-empty{color:#64748b;padding:18px 16px;font-weight:800}.ts2-state{border:1px solid var(--ejts-border);color:#64748b;background:#fff;border-radius:14px;margin:10px 0 14px;padding:12px 14px;font-weight:850;box-shadow:0 10px 22px #0206170a}.ts2-state-error{color:#b91c1c;background:#ef444414;border-color:#ef444438}@media (max-width:900px){.ts2-chip-row{justify-content:space-between;width:100%}.ts2-chip{text-align:center;flex:1}}@media (max-width:720px){.ts2-week-grid,.ts2-week-grid.custom{grid-template-columns:repeat(2,minmax(0,1fr))}.ts2-week-head{display:none}.ts2-month-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ts2-month-head{display:none}}:root{--ejts-accent:var(--violet,#6b4eff);--ejts-accent2:var(--violet-2,#8f80ff);--ejts-accentBg:#6b4eff1a;--ejts-ring:#6b4eff2e}.dashboard-main.ts2-page{align-content:start;gap:14px;max-width:2400px;margin:0 auto;padding:48px;display:grid}@media (max-width:1024px){.dashboard-main.ts2-page{padding:28px}}@media (max-width:640px){.dashboard-main.ts2-page{padding:18px}}.ts2-kicker{color:var(--ejts-accent);background:#6b4eff1f;border-color:#6b4eff2e}.ts2-total-pill{background:var(--ejts-accentBg);border-color:#6b4eff2e}.ts2-progress-fill{background:linear-gradient(90deg,var(--ejts-accent),var(--ejts-accent2))}.ts2-pill{background:var(--ejts-accentBg)}@media (max-width:640px){.ts2-range-inputs{flex-direction:column;align-items:stretch}.ts2-range-sep{display:none}.ts2-range-inputs .ts2-btn{width:100%;margin-left:0}}@media (max-width:900px){.ts2-week-grid{scroll-snap-type:x mandatory;grid-template-columns:repeat(8,minmax(170px,1fr));padding-bottom:12px;overflow-x:auto}.ts2-week-cell{scroll-snap-align:start}.ts2-week-grid.custom,.ts2-month-grid{scroll-snap-type:x mandatory;grid-template-columns:repeat(7,minmax(170px,1fr));padding-bottom:12px;overflow-x:auto}.ts2-month-cell{scroll-snap-align:start}}.ts2-week-grid,.ts2-month-grid{scrollbar-color:#0f172a38 transparent}.ts2-week-grid::-webkit-scrollbar{height:10px}.ts2-month-grid::-webkit-scrollbar{height:10px}.ts2-week-grid::-webkit-scrollbar-thumb{background:#0f172a2e;border-radius:999px}.ts2-month-grid::-webkit-scrollbar-thumb{background:#0f172a2e;border-radius:999px}.ts2-btn:disabled,.ts2-icon-btn:disabled,.ts2-select:disabled{opacity:.6;cursor:not-allowed}.ts2-btn:disabled:hover,.ts2-icon-btn:disabled:hover{box-shadow:none;transform:none}.ts2-card-body{min-height:170px;padding:14px 16px;position:relative}@keyframes ts2Shimmer{0%{transform:translate(-60%)}to{transform:translate(60%)}}.ts2-skel-line{height:12px}.ts2-skel-line.lg{height:14px}.ts2-skel-pill{border-radius:999px;height:32px}.ts2-entries-skel{gap:12px;display:grid}.ts2-entries-skel-head{border-bottom:1px solid #e7eaee;grid-template-columns:2.2fr .9fr .9fr .9fr .9fr;gap:12px;padding-bottom:10px;display:grid}.ts2-entries-skel-row{grid-template-columns:2.2fr .9fr .9fr .9fr .9fr;align-items:center;gap:12px;display:grid}.ts2-entries-skel-cell{align-items:center;gap:10px;min-width:0;display:flex}.ts2-entries-skel-stack{gap:8px;width:100%;display:grid}@media (prefers-reduced-motion:reduce){.ts2-skel:after{animation:none}}@media (max-width:720px){.ts2-card-body{min-height:220px}.ts2-entries-skel-head,.ts2-entries-skel-row{grid-template-columns:1.4fr .8fr}.ts2-entries-skel-head>:nth-child(n+3),.ts2-entries-skel-row>:nth-child(n+3){display:none}}.dashboard-main.ts2-page{align-items:stretch;width:100%}.ts2-title-row,.ts2-filters,.ts2-subfilters,.ts2-summary,.ts2-panel,.ts2-card,.ts2-state{width:100%}.ts2-panel-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;background:#ffffff9e;border-radius:18px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ts2-loading-chip{color:#0f172a;background:#ffffffeb;border:1px solid #e7eaee;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:900;display:inline-flex;box-shadow:0 10px 22px #0206170f}@keyframes ts2Spin{to{transform:rotate(360deg)}}.ts2-week-skel-grid{grid-template-columns:repeat(7,minmax(0,1fr)) minmax(150px,.9fr);gap:12px;padding:14px;display:grid}.ts2-week-skel-cell{background:linear-gradient(#fff 0%,#fbfcff 100%);border:1px solid #e7eaee;border-radius:16px;padding:14px 12px;box-shadow:0 8px 20px #0f172a0a}.ts2-week-skel-pill{border-radius:999px;width:78%;height:34px;margin:0 auto 10px}.ts2-week-skel-date{border-radius:999px;width:62%;height:12px;margin:0 auto}@media (max-width:720px){.ts2-week-skel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.ts2-month-skel-pill{border-radius:999px;width:72%;height:34px}.ts2-panel-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:5;background:#f6f8fc8c;place-items:center;display:grid;position:absolute;inset:0}.ts2-loading-chip{color:#0f172a;background:#fffffff5;border:1px solid #e7eaee;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-weight:900;display:inline-flex;box-shadow:0 10px 22px #0206170f}.ts2-spinner{border:2px solid #0f172a2e;border-top-color:#0f172abf;border-radius:999px;width:16px;height:16px;animation:.8s linear infinite ts2spin}@keyframes ts2spin{to{transform:rotate(360deg)}}.ts2-skel{background:#0f172a0f;border-radius:12px;position:relative;overflow:hidden}.ts2-skel:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff8c 50%,#fff0 100%);animation:1.2s ease-in-out infinite ts2shimmer;position:absolute;inset:0;transform:translate(-60%)}@keyframes ts2shimmer{0%{transform:translate(-60%)}to{transform:translate(60%)}}.ts2-month-cell--skel{pointer-events:none}.ts2-month-skel-day{border-radius:999px;width:34px;height:34px}.ts2-month-skel-pill{border-radius:999px;height:34px;margin-top:14px}.ts2-week-cell--skel{pointer-events:none}.ts2-week-skel-pill{border-radius:999px;height:34px}.ts2-week-skel-date{border-radius:999px;height:12px;margin-top:12px}.ts2-panel-body{position:relative}.ts2-page--custom .ts2-filter-date--range{text-align:left;justify-self:stretch}.ts2-page--custom .ts2-filter-date--range .ts2-date-nav{width:100%}.ts2-page--custom .ts2-range-inputs{align-items:center;gap:12px;width:100%;display:flex}.ts2-page--custom .ts2-range-pickers{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ts2-page--custom .ts2-range-quick{white-space:nowrap;margin-left:auto}.ts2-page--custom .ejts-pick__btn{min-width:clamp(170px,16vw,230px)}@media (max-width:1100px){.ts2-page--custom .ts2-filters{grid-template-columns:1fr 1fr}.ts2-page--custom .ts2-filter-date--range{grid-column:1/-1}.ts2-page--custom .ts2-range-inputs{flex-wrap:wrap}.ts2-page--custom .ts2-range-quick{margin-left:0}}@media (max-width:720px){.ts2-page--custom .ts2-filters{grid-template-columns:1fr}}.ts2-page--custom .ts2-filters{grid-template-columns:1.35fr 1.15fr 2.4fr}.ts2-page--custom .ts2-filters>.ts2-filter{min-width:0}.ts2-page--custom .ts2-filter-date--range .ts2-range-inputs{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;display:grid}.ts2-page--custom .ts2-filter-date--range .ts2-range-sep{white-space:nowrap;justify-self:center}.ts2-page--custom .ts2-filter-date--range .ejts-pick{width:100%;min-width:0}.ts2-page--custom .ts2-filter-date--range .ejts-pick__btn{width:100%;min-width:0!important}.ts2-page--custom .ts2-filter-date--range .ts2-range-quick{white-space:nowrap;justify-self:end}@media (max-width:1100px){.ts2-page--custom .ts2-filters{grid-template-columns:1fr 1fr}.ts2-page--custom .ts2-filter-date--range{grid-column:1/-1}.ts2-page--custom .ts2-filter-date--range .ts2-range-inputs{grid-template-columns:1fr auto 1fr auto}}@media (max-width:720px){.ts2-page--custom .ts2-filters,.ts2-page--custom .ts2-filter-date--range .ts2-range-inputs{grid-template-columns:1fr}.ts2-page--custom .ts2-filter-date--range .ts2-range-sep{display:none}.ts2-page--custom .ts2-filter-date--range .ts2-range-quick{justify-self:stretch;width:100%}}.ej-ss-thumb{position:relative}.ej-ss-badge{z-index:3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#0206178c;border:1px solid #ffffff29;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;position:absolute;top:8px;left:8px}.ej-activity-shell{background:#f8fafc;min-height:100%;padding:18px}.ej-activity-container{gap:18px;width:100%;max-width:1440px;margin:0 auto;display:grid}.ej-acttab-card{--ej-bg:#fff;--ej-border:#e2e8f0;--ej-border-soft:#edf2f7;--ej-text:#0f172a;--ej-muted:#64748b;--ej-muted-light:#94a3b8;--ej-primary:#2563eb;--ej-primary-soft:#eff6ff;--ej-primary-border:#bfdbfe;--ej-shadow:0 1px 2px #0f172a0a;--ej-shadow-md:0 8px 24px #0f172a0f;border:1px solid var(--ej-border);background:var(--ej-bg);box-shadow:var(--ej-shadow-md);border-radius:18px;padding:14px}.ej-acttab-head{justify-content:space-between;align-items:flex-start;gap:16px;padding:2px 2px 14px;display:flex}.ej-acttab-title{color:var(--ej-text);letter-spacing:-.01em;font-size:16px;font-weight:700}.ej-acttab-sub{color:var(--ej-muted);margin-top:4px;font-size:13px;font-weight:500}.ej-acttab-wrap{width:100%}.ej-acttab{border:1px solid var(--ej-border);background:#f8fafc;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:5px;display:grid}.ej-acttab-btn{color:#475569;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:11px;min-height:58px;padding:10px 12px;transition:background .15s,border-color .15s,box-shadow .15s,color .15s,transform .15s}.ej-acttab-btn:hover{color:var(--ej-text);border-color:var(--ej-border-soft);background:#fff}.ej-acttab-btn.is-active{color:var(--ej-primary);border-color:var(--ej-primary-border);background:#fff;box-shadow:0 1px 3px #0f172a14}.ej-acttab-label{font-size:13px;font-weight:700;line-height:1.2;display:block}.ej-acttab-helper{color:var(--ej-muted);margin-top:4px;font-size:12px;font-weight:500;line-height:1.25;display:block}.ej-acttab-btn.is-active .ej-acttab-helper{color:#64748b}@media (max-width:900px){.ej-acttab{grid-template-columns:1fr}.ej-acttab-btn{min-height:auto}}@media (max-width:700px){.ej-activity-shell{padding:12px}.ej-activity-container{gap:14px}.ej-acttab-card{border-radius:16px;padding:12px}.ej-acttab-head{flex-direction:column}}.ts2-timezone-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;height:32px;margin-right:10px;padding:4px 8px;font-size:13px}.ej-ana-btn{cursor:pointer;background:#fff;border:1px solid #e7eaf0;border-radius:12px;padding:9px 12px;font-weight:800;box-shadow:0 8px 22px #0208140d}.ej-ana-btn:disabled{opacity:.6;cursor:not-allowed}.ej-ana-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.ej-ana-search{background:#ffffffd9;border:1px solid #0f172a1a;border-radius:12px;flex:1;align-items:center;gap:10px;padding:10px 12px;display:flex;box-shadow:0 8px 22px #0208140d}.ej-ana-search-ico{opacity:.65;font-size:14px}.ej-ana-search-input{background:0 0;border:0;outline:none;width:100%;font-size:14px;font-weight:700}.ej-ana-date{align-items:center;gap:10px;display:flex}.ej-ana-iconbtn{cursor:pointer;background:#ffffffd9;border:1px solid #0f172a1a;border-radius:10px;width:36px;height:36px;transition:transform .12s,background .12s}.ej-ana-iconbtn:hover{background:#fff;transform:translateY(-1px)}.ej-ana-state{color:#0f172abf;background:#ffffffd9;border:1px solid #0f172a1a;border-radius:14px;padding:16px;font-weight:800;box-shadow:0 10px 26px #0208140f}.ej-ana-error{color:#b91c1cf2;background:#ef44440f;border:1px solid #ef444440;border-radius:14px;padding:16px;font-weight:900}.ej-ana-list{flex-direction:column;gap:14px;display:flex}.ej-ana-card{background:linear-gradient(#ffffffeb,#fffffffa);border:1px solid #1446ff2e;border-radius:18px;overflow:hidden;box-shadow:0 16px 40px #02081414}.ej-ana-cardhead{cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px;display:flex}.ej-ana-left{align-items:center;gap:12px;min-width:0;display:flex}.ej-ana-ico{background:#1446ff1a;border:1px solid #1446ff2e;border-radius:14px;flex:none;place-items:center;width:40px;height:40px;display:grid}.ej-ana-titlebox{text-align:left;flex-direction:column;gap:6px;min-width:0;display:flex}.ej-ana-title{color:#0f172a;flex-wrap:wrap;align-items:center;gap:10px;font-size:15px;font-weight:900;display:flex}.ej-ana-tag{color:#1446fff2;background:#1446ff1a;border:1px solid #1446ff2e;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:900}.ej-ana-meta{color:#0f172a9e;flex-wrap:wrap;gap:10px;font-size:12px;font-weight:800;display:flex}.ej-ana-right{flex:none;align-items:center;gap:10px;display:flex}.ej-ana-prodlabel{color:#0f172a8c;text-align:right;margin-bottom:6px;font-size:12px;font-weight:900}.ej-ana-prodrow{align-items:center;gap:10px;min-width:160px;display:flex}.ej-ana-prodpct{color:#ef4444f2;font-weight:1000}.ej-ana-bar{background:#0f172a14;border-radius:999px;flex:1;height:8px;overflow:hidden}.ej-ana-barfill{background:linear-gradient(90deg,#1446fff2,#38bdf8f2);border-radius:999px;height:100%}.ej-ana-caret{opacity:.7;font-size:16px;transition:transform .16s}.ej-ana-caret.is-open{transform:rotate(180deg)}.ej-ana-tablewrap{padding:0 16px 16px}.ej-ana-table{background:#ffffffeb;border:1px solid #0f172a1a;border-radius:14px;overflow:hidden}.ej-ana-table--desktop{grid-template-columns:1.7fr .8fr 1fr 1fr .85fr .85fr .85fr .7fr 1.1fr .55fr;display:grid}.ej-ana-th,.ej-ana-td{color:#0f172ac7;border-bottom:1px solid #0f172a14;padding:12px;font-size:13px;font-weight:800}.ej-ana-th{color:#0f172a8c;background:#0f172a08;font-size:12px;font-weight:1000}.ej-ana-emp{align-items:center;gap:10px;display:flex}.ej-ana-avatar{color:#1446fff2;background:#1446ff1a;border:1px solid #1446ff2e;border-radius:999px;flex:none;place-items:center;width:34px;height:34px;font-weight:1000;display:grid}.ej-ana-empname{color:#0f172aeb;font-weight:1000}.ej-ana-num{font-variant-numeric:tabular-nums}.ej-ana-total{color:#0f172a;font-weight:1000}.ej-ana-pill{border:1px solid #0000;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:1000;display:inline-flex}.ej-ana-pill.is-online{color:#16a34af2;background:#22c55e1f;border-color:#22c55e38}.ej-ana-pill.is-offline{color:#334155eb;background:#94a3b82e;border-color:#94a3b847}.ej-ana-pill.is-now{color:#16a34af2;background:#22c55e1a;border-color:#22c55e2e}.ej-ana-mini{align-items:center;gap:10px;display:flex}.ej-ana-minipct{min-width:40px;font-weight:1000}.ej-ana-minibar{background:#0f172a14;border-radius:999px;flex:1;height:8px;overflow:hidden}.ej-ana-minifill{background:linear-gradient(90deg,#1446fff2,#38bdf8f2);border-radius:999px;height:100%}@media (max-width:1100px){.ej-ana-toolbar{flex-direction:column;align-items:stretch}.ej-ana-prodrow{min-width:180px}.ej-ana-tablewrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.ej-ana-table{min-width:980px}}@media (max-width:720px){.ej-ana-th{display:none}.ej-ana-table{background:0 0;border:0;display:block}.ej-ana-td{border-bottom:0;justify-content:space-between;align-items:center;gap:12px;padding:0;display:flex}.ej-ana-td:before{content:attr(data-label);color:#0f172a8c;flex:none;font-size:12px;font-weight:900}.ej-ana-td.ej-ana-emp{justify-content:flex-start;gap:10px}.ej-ana-td.ej-ana-emp:before{content:"";display:none}.ej-ana-mini{justify-content:space-between;width:100%}.ej-ana-minibar{max-width:160px}}.ej-range-two{align-items:center;gap:10px;display:flex}.ej-range-sep{color:#6b7280;font-weight:700}.ej-ana-prodpct{font-weight:1000}.ej-ana-prodpct.is-red{color:#ef4444f2}.ej-ana-prodpct.is-yellow{color:#eab308f2}.ej-ana-prodpct.is-green{color:#22c55ef2}@media (max-width:640px){.ej-ana-cardhead{flex-direction:column;align-items:stretch}.ej-ana-right{justify-content:space-between;gap:10px;width:100%}.ej-ana-prod{width:100%}.ej-ana-prodlabel{text-align:left}.ej-ana-prodrow{width:100%;min-width:0}}.ej-ana-table--mobile{display:none}@media (max-width:720px){.ej-ana-table--desktop{display:none}.ej-ana-table--mobile{gap:12px;display:grid}.ej-ana-mrow{background:#ffffffeb;border:1px solid #0f172a1a;border-radius:14px;padding:12px}.ej-ana-mrow-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.ej-ana-mgrid{grid-template-columns:1fr 1fr;gap:10px 12px;display:grid}.ej-ana-mkv .k{color:#0f172a8c;margin-bottom:4px;font-size:11px;font-weight:900}.ej-ana-mkv .v{color:#0f172ae0;font-size:13px;font-weight:850}.ej-ana-mactions{grid-column:1/-1}}.ej-ana-actions{justify-content:flex-end;gap:8px;display:flex}.ej-ana-actbtn{cursor:pointer;background:#0f172a0a;border:1px solid #0f172a1f;border-radius:10px;place-items:center;width:34px;height:34px;font-size:16px;display:grid}.ej-ana-actbtn:disabled{opacity:.55;cursor:not-allowed}.mobileNavBtn{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;display:none}.mnavOverlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0206178c;justify-content:flex-end;display:flex;position:fixed;inset:0}.mnavDrawer{background:#fff;border-left:1px solid #e5e7eb;flex-direction:column;width:min(360px,88vw);height:100%;display:flex;box-shadow:-20px 0 60px #0f172a2e}.mnavHead{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:68px;padding:0 14px;display:flex}.mnavBrand{color:#0f172a;align-items:center;gap:10px;font-weight:900;display:flex}.mnavTitle{font-size:15px}.mnavClose{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;place-items:center;width:42px;height:42px;font-size:22px;display:grid}.mnavList{flex-direction:column;gap:8px;padding:12px;display:flex;overflow-y:auto}.mnavItem{color:#0f172a;background:#fff;border:1px solid #eef2f7;border-radius:14px;align-items:center;gap:10px;padding:12px;font-weight:800;text-decoration:none;display:flex}.mnavItem:hover{background:#f8fafc}.mnavItem.active{color:#006fff;background:#006fff1f;border-color:#006fff38}.mnavItemBtn{text-align:left;cursor:pointer;width:100%}.mnavIcon{opacity:.9;font-size:18px}.mnavChev{margin-left:auto;transition:transform .2s}.mnavItemBtn.open .mnavChev{transform:rotate(180deg)}.mnavSub{flex-direction:column;gap:6px;margin-top:-4px;margin-bottom:6px;padding-left:10px;display:flex}.mnavSubItem{color:#334155;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:800;text-decoration:none;display:flex}.mnavSubItem:hover{background:#f1f5f9}.mnavSignout{color:#b91c1cf2;cursor:pointer;background:#ef444414;border:1px solid #ef444440;border-radius:14px;width:100%;margin-top:6px;padding:12px;font-weight:900}@media (max-width:768px){.header{height:64px;padding:0 12px}.nav,.username{display:none}.mobileNavBtn{display:inline-flex}}.ej-map-modalOverlay{z-index:9999;background:#0f172a8c;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.ej-map-modal{background:#fff;border:1px solid #e5e7eb;border-radius:18px;grid-template-rows:auto 1fr auto;width:min(1100px,96vw);height:min(720px,92vh);display:grid;overflow:hidden;box-shadow:0 30px 90px #0f172a40}.ej-map-head{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 14px 10px;display:flex}.ej-map-title{color:#0f172a;font-size:16px;font-weight:900}.ej-map-sub{color:#64748b;margin-top:4px;font-size:13px}.ej-map-headRight{align-items:center;gap:10px;display:flex}.ej-map-toggle{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;font-weight:800;display:flex}.ej-map-toggle input{transform:translateY(1px)}.ej-map-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;height:36px;padding:0 12px;font-size:13px;font-weight:900}.ej-map-btn:disabled{opacity:.6;cursor:not-allowed}.ej-map-close{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:36px;height:36px;font-weight:900}.ej-map-body{grid-template-columns:1fr 320px;gap:0;min-height:0;display:grid}.ej-map-canvas{background:#f8fafc;border-right:1px solid #eef2f7;min-height:0;position:relative}.ej-map-leaflet{width:100%;height:100%}.ej-map-state{color:#64748b;place-items:center;height:100%;font-weight:800;display:grid}.ej-map-side{background:#fff;flex-direction:column;gap:10px;min-height:0;padding:12px;display:flex}.ej-map-sideTitle{color:#0f172a;font-size:13px;font-weight:900}.ej-map-sessionList{flex-direction:column;gap:10px;padding-right:4px;display:flex;overflow:auto}.ej-map-sessionCard{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;padding:10px;transition:transform 80ms,box-shadow .18s,border-color .18s}.ej-map-sessionCard:hover{box-shadow:0 10px 22px #0f172a14}.ej-map-sessionCard:active{transform:scale(.99)}.ej-map-sessionCard.is-active{border-color:#1d6dff73;box-shadow:0 12px 28px #1d6dff29}.ej-map-sessionTop{justify-content:space-between;align-items:center;gap:10px;display:flex}.ej-map-sessionId{color:#0f172a;align-items:center;gap:8px;font-size:13px;font-weight:900;display:flex}.ej-map-badge{color:#1d6dff;background:#eaf2ff;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:900}.ej-map-sessionDur{color:#334155;font-size:12px;font-weight:900}.ej-map-sessionMeta{grid-template-columns:1fr 1fr;gap:10px;margin-top:8px;display:grid}.ej-map-sessionMeta .k{color:#94a3b8;font-size:11px;font-weight:900}.ej-map-sessionMeta .v{color:#0f172a;font-size:13px;font-weight:900}.ej-map-sessionFoot{color:#64748b;margin-top:8px;font-size:12px;font-weight:800}.ej-map-foot{color:#64748b;background:#fff;border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;font-size:12px;font-weight:800;display:flex}.ej-map-btnSecondary{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;height:34px;padding:0 12px;font-size:13px;font-weight:900}.ej-map-btnSecondary:disabled{opacity:.6;cursor:not-allowed}@media (max-width:980px){.ej-map-body{grid-template-columns:1fr}.ej-map-canvas{border-bottom:1px solid #eef2f7;border-right:0;height:52vh}}.auth-error{color:#dc2626;text-align:center;margin-top:12px;font-size:13px;line-height:1.4}.auth-modal--tenant{flex-direction:column;width:min(720px,92vw);max-height:86vh;display:flex;overflow:hidden}.tenant-subtitle{color:#5b6475;text-align:center;margin:8px 0 18px;font-size:14px;line-height:1.55}.tenant-list{flex-direction:column;gap:12px;margin-top:6px;padding-right:2px;display:flex;overflow:auto}.tenant-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:14px;width:100%;padding:14px;transition:all .18s;display:flex;box-shadow:0 6px 16px #1118270a}.tenant-card:hover{border-color:#c7d2fe;transform:translateY(-1px);box-shadow:0 10px 24px #6366f114}.tenant-card-left{flex:none}.tenant-logo,.tenant-avatar{border-radius:14px;width:48px;height:48px}.tenant-logo{object-fit:cover;background:#fff;border:1px solid #ececf3}.tenant-avatar{color:#fff;letter-spacing:.04em;background:linear-gradient(135deg,#6b4eff,#8b5cf6);place-items:center;font-size:14px;font-weight:700;display:grid;box-shadow:0 8px 20px #6b4eff38}.tenant-name{color:#111827;font-size:15px;font-weight:700;line-height:1.3}.tenant-meta{flex-wrap:wrap;gap:8px;margin-top:7px;display:flex}.tenant-pill{color:#5b3df5;background:#f4f1ff;border-radius:999px;align-items:center;height:26px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.tenant-id{color:#4b5563;background:#f3f4f6;border-radius:999px;align-items:center;height:26px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.tenant-card-right{flex:none}.tenant-radio{border:2px solid #d1d5db;border-radius:999px;width:22px;height:22px;transition:all .18s;position:relative}.tenant-radio.is-selected{border-color:#6b4eff}.tenant-radio.is-selected:after{content:"";background:#6b4eff;border-radius:999px;width:10px;height:10px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.tenant-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}@media (max-width:640px){.auth-modal--tenant{width:96vw;max-height:90vh;padding:18px}.tenant-card{border-radius:14px;gap:12px;padding:12px}.tenant-logo,.tenant-avatar{border-radius:12px;width:42px;height:42px}.tenant-name{font-size:14px}.tenant-meta{gap:6px}.tenant-pill,.tenant-id{height:24px;padding:0 8px;font-size:11px}.tenant-actions{flex-direction:column}.tenant-actions .primary-btn{width:100%}}.ej-ss-btn:disabled{opacity:.6;cursor:not-allowed}.ej-mu-loadMoreWrap{justify-content:center;align-items:center;margin-top:18px;margin-bottom:8px;display:flex}.ej-mu-loadMoreDone{color:#6b7280;font-size:13px}@keyframes ej-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ej-cus-page{flex-direction:column;gap:18px;display:flex}.ej-cus-hero{justify-content:space-between;align-items:center;gap:16px;display:flex}.ej-cus-title{color:#0f172a;margin:0;font-size:26px;font-weight:800}.ej-cus-subtitle{color:#64748b;margin:6px 0 0;font-size:14px}.ej-cus-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.ej-cus-stat-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #eaf0f6;border-radius:16px;padding:16px;box-shadow:0 8px 24px #0f172a0a}.ej-cus-stat-card span{color:#64748b;margin-bottom:8px;font-size:13px;display:block}.ej-cus-stat-card strong{color:#0f172a;font-size:24px}.ej-cus-toolbar{flex-wrap:wrap;gap:12px;display:flex}.ej-cus-search,.ej-cus-select{color:#0f172a;background:#fff;border:1px solid #dbe5ef;border-radius:12px;height:42px;padding:0 14px;font-size:14px}.ej-cus-search{flex:1;min-width:300px}.ej-cus-main{align-items:center;gap:12px;display:flex}.ej-cus-avatar{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff 0%,#e0f2fe 100%);border-radius:12px;place-items:center;width:38px;height:38px;font-size:12px;font-weight:800;display:grid}.ej-cus-meta{flex-direction:column;gap:2px;display:flex}.ej-cus-name{color:#0f172a;font-size:14px;font-weight:800}.ej-cus-sub{color:#64748b;font-size:12px}.ej-cus-pill-active{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.ej-confirm-overlay{z-index:1600;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a85;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ej-confirm-modal{background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:100%;max-width:520px;animation:.18s ease-out ejConfirmIn;overflow:hidden;box-shadow:0 28px 80px #0f172a38}@keyframes ejConfirmIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ej-confirm-header{border-bottom:1px solid #eef2f7;gap:14px;padding:22px 22px 16px;display:flex}.ej-confirm-badge{border:1px solid #0000;border-radius:999px;place-items:center;width:42px;min-width:42px;height:42px;font-size:18px;font-weight:700;display:grid}.ej-confirm-badge-info{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.ej-confirm-badge-warning{color:#b45309;background:#fffbeb;border-color:#fcd34d}.ej-confirm-badge-danger{color:#dc2626;background:#fef2f2;border-color:#fecaca}.ej-confirm-head-copy{min-width:0}.ej-confirm-title{color:#111827;margin:0 0 6px;font-size:18px;font-weight:700;line-height:1.25}.ej-confirm-message{color:#4b5563;margin:0;font-size:14px;line-height:1.6}.ej-confirm-body{padding:16px 22px 0}.ej-confirm-label{color:#111827;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.ej-confirm-select{color:#111827;background:#fff;border:1px solid #dbe3ee;border-radius:12px;outline:none;width:100%;height:44px;padding:0 14px;font-size:14px;transition:border-color .18s,box-shadow .18s}.ej-confirm-select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.ej-confirm-helper{color:#64748b;margin-top:8px;font-size:13px;line-height:1.5}.ej-confirm-actions{justify-content:flex-end;gap:10px;padding:20px 22px 22px;display:flex}.ej-confirm-btn{cursor:pointer;border:0;border-radius:12px;min-width:110px;height:42px;font-size:14px;font-weight:600;transition:transform .16s,opacity .16s,box-shadow .16s}.ej-confirm-btn:hover:not(:disabled){transform:translateY(-1px)}.ej-confirm-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.ej-confirm-btn-secondary{color:#111827;background:#f3f4f6}.ej-confirm-btn-info{color:#fff;background:#2563eb;box-shadow:0 10px 24px #2563eb3d}.ej-confirm-btn-warning{color:#fff;background:#d97706;box-shadow:0 10px 24px #d9770638}.ej-confirm-btn-danger{color:#fff;background:#dc2626;box-shadow:0 10px 24px #dc262638}.ej-prj-form-error{color:#dc2626;margin-top:8px;font-size:13px;font-weight:500}@media (max-width:640px){.ej-confirm-overlay{padding:14px}.ej-confirm-modal{border-radius:16px;max-width:100%}.ej-confirm-header{padding:18px 18px 14px}.ej-confirm-body{padding:14px 18px 0}.ej-confirm-actions{flex-direction:column-reverse;padding:18px}.ej-confirm-btn{width:100%}}.ej-prj-form-error{color:#dc2626;margin-top:6px;font-size:13px;font-weight:500;line-height:1.4}.ej-prj-modal-overlay{z-index:9999;background:#0f172a73;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.ej-prj-modal{background:#fff;border:1px solid #e9eef5;border-radius:20px;width:520px;max-width:100%;overflow:hidden;box-shadow:0 24px 64px #0206172e}.ej-prj-modal-head{background:#fff;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.ej-modal-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin:0 0 4px;font-size:11px;font-weight:800}.ej-prj-modal-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800;line-height:1.1}.ej-modal-close-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe4ee;border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:22px;line-height:1;transition:all .18s;display:inline-grid}.ej-modal-close-btn:hover{background:#f8fafc;border-color:#cbd5e1}.ej-modal-close-btn:focus-visible{outline-offset:2px;outline:2px solid #93c5fd}.ej-prj-modal-actions{background:#fff;border-top:1px solid #eef2f7;justify-content:flex-end;align-items:center;gap:12px;padding:16px 22px 20px;display:flex}.ej-prj-modal-actions-right>button{min-width:132px}.ej-cus-modal{width:min(680px,100%)}.ej-cus-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a6b;place-items:stretch end;padding:0}.ej-cus-drawer{border-right:0;border-radius:24px 0 0 24px;flex-direction:column;width:min(560px,100vw);max-width:none;height:100dvh;animation:.22s ejCusDrawerIn;display:flex}@keyframes ejCusDrawerIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.ej-cus-drawer-scroll{background:linear-gradient(#f8fbff 0%,#fff 22%);flex-direction:column;flex:1;gap:18px;padding:22px;display:flex;overflow:auto}.ej-cus-drawer-hero-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e5edf6;border-radius:20px;align-items:flex-start;gap:16px;padding:18px;display:flex;box-shadow:0 12px 30px #0f172a0f}.ej-cus-drawer-copy{flex:1;min-width:0}.ej-cus-drawer-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ej-cus-drawer-name-wrap{min-width:0}.ej-cus-drawer-title{color:#0f172a;letter-spacing:-.02em;font-size:24px;font-weight:800;line-height:1.1}.ej-cus-drawer-sub{color:#64748b;margin-top:4px;font-size:13px}.ej-cus-drawer-chips{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.ej-cus-section{background:#fff;border:1px solid #e5edf6;border-radius:20px;padding:18px;box-shadow:0 10px 24px #0f172a0a}.ej-cus-section-title{color:#0f172a;margin:0 0 14px;font-size:14px;font-weight:800}.ej-cus-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ej-cus-info-card{background:#fbfdff;border:1px solid #eaf0f6;border-radius:16px;flex-direction:column;justify-content:center;gap:8px;min-height:92px;padding:14px 16px;display:flex}.ej-cus-info-label{color:#64748b;font-size:12px;font-weight:700;display:block}.ej-cus-info-value{color:#0f172a;word-break:break-word;font-size:15px;font-weight:800;line-height:1.35}.ej-cus-drawer-footer{background:#fff;border-top:1px solid #eef2f7;justify-content:flex-end;padding:16px 22px 22px;display:flex}.ej-cus-drawer-skeleton{gap:16px;display:grid}.ej-cus-skel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ej-cus-skel-block{background:#e5e7eb;border-radius:16px;height:92px;position:relative;overflow:hidden}.ej-cus-skel-hero{border-radius:20px;height:128px}.ej-cus-skel-block:after{content:"";background:linear-gradient(90deg,#0000,#ffffff94,#0000);animation:1.2s infinite ejCusShimmer;position:absolute;inset:0;transform:translate(-100%)}.ej-cus-table{position:relative;overflow:visible!important}.ej-cus-table-head{background:#fff;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;padding:16px;display:flex}.ej-cus-table-title{color:#0f172a;font-weight:800}.ej-cus-table-count{color:#64748b;font-size:12px}.ej-cus-row:hover{background:#fbfdff}.ej-cus-avatar{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff 0%,#e0f2fe 100%);border-radius:14px;place-items:center;width:40px;height:40px;font-size:12px;font-weight:800;display:grid;box-shadow:inset 0 0 0 1px #1d4ed814}.ej-cus-avatar-lg{border-radius:16px;width:56px;height:56px;font-size:16px}.ej-cus-badge,.ej-cus-pill{border:1px solid #0000;border-radius:999px;align-items:center;padding:6px 10px;font-size:11px;font-weight:800;display:inline-flex}.ej-cus-badge-end_customer{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ej-cus-badge-channel_partner{color:#5b21b6;background:#eef2ff;border-color:#c4b5fd}.ej-cus-badge-vendor_partner{color:#0f766e;background:#ecfeff;border-color:#99f6e4}.ej-cus-badge-internal{color:#6d28d9;background:#f5f3ff;border-color:#ddd6fe}.ej-cus-pill-inactive{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.ej-cus-action-col,.ej-cus-actions-cell{text-align:right;vertical-align:middle;width:88px}.ej-cus-actions{justify-content:flex-end;display:flex;position:relative}.ej-cus-kebab{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;place-items:center;width:34px;height:34px;transition:all .18s;display:inline-grid}.ej-cus-kebab:hover{background:#f8fafc;border-color:#cbd5e1}.ej-cus-kebab:focus-visible{outline-offset:2px;outline:2px solid #93c5fd}.ej-cus-menu{z-index:9999;background:#fff;border:1px solid #0f172a1f;border-radius:14px;min-width:170px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 14px 40px #00000024}.ej-cus-menu-item{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:10px 12px;font-size:14px}.ej-cus-menu-item:hover{background:#0f172a0a}.ej-cus-menu-danger{color:#b42318}.ej-cus-menu-danger:hover{background:#b4231814}.ej-cus-row-skel{background:#e5e7eb;border-radius:10px;height:44px;position:relative;overflow:hidden}.ej-cus-row-skel:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.2s infinite ejCusShimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes ejCusShimmer{to{transform:translate(100%)}}.ej-cus-empty{color:#64748b;flex-direction:column;gap:4px;padding:24px 8px;display:flex}@media (max-width:900px){.ej-cus-info-grid,.ej-cus-skel-grid{grid-template-columns:1fr}}@media (max-width:640px){.ej-prj-modal-overlay{padding:12px}.ej-prj-modal-head,.ej-cus-drawer-scroll,.ej-cus-drawer-footer,.ej-prj-modal-actions{padding-left:16px;padding-right:16px}.ej-prj-modal-title,.ej-cus-drawer-title{font-size:20px}.ej-cus-drawer{border-radius:20px 20px 0 0;align-self:end;width:100vw;height:min(92vh,100dvh)}.ej-cus-drawer-overlay{place-items:end stretch}.ej-cus-drawer-hero-card{flex-direction:column}.ej-prj-modal-actions{flex-direction:column-reverse}.ej-prj-modal-actions-right>button{width:100%}}.ej-pm-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ej-pm-left,.ej-pm-right{flex-wrap:wrap;align-items:center;gap:12px;display:flex}@media (max-width:768px){.ej-pm-controls{align-items:stretch}.ej-pm-left,.ej-pm-right{width:100%}.ej-pm-search{flex:100%}.ej-pm-select{min-width:180px}}.reports-page{background:#f6f8fc;min-height:100%}.reports-shell{max-width:1360px;margin:0 auto;padding:24px}.reports-subtitle{color:#64748b;margin:8px 0 0;font-size:14px}.reports-button{cursor:pointer;border:1px solid #0000;border-radius:12px;height:42px;padding:0 16px;font-size:14px;font-weight:600;transition:all .2s}.reports-button:disabled{opacity:.55;cursor:not-allowed}.reports-button-secondary{color:#0f172a;background:#fff;border-color:#d8e1ef}.reports-button-secondary:hover:not(:disabled){color:#2563eb;border-color:#2563eb}.reports-tabs-panel{background:#fff;border:1px solid #e6edf7;border-radius:16px;margin-bottom:16px;padding:8px;box-shadow:0 10px 30px #0f172a0d}.reports-tabs{flex-wrap:wrap;gap:8px;display:flex}.reports-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:10px 14px;font-size:14px;font-weight:600;transition:all .2s}.reports-tab:hover{color:#0f172a;background:#f1f5f9}.reports-tab.is-active{color:#2563eb;background:#2563eb1f}.reports-tab.is-active.dark{color:#fff;background:#0f172a}.reports-template-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.reports-card{background:#fff;border:1px solid #e6edf7;border-radius:20px;box-shadow:0 12px 28px #0f172a0d}.reports-panel-card,.reports-template-card,.reports-table-card,.reports-empty-state{padding:20px}.reports-card-title{color:#0f172a;margin:0;font-size:18px;font-weight:700;line-height:1.2}.reports-card-subtext{color:#64748b;margin:6px 0 0;font-size:13px}.reports-table-wrap{border:1px solid #e9eef8;border-radius:16px;width:100%;overflow-x:auto}.reports-table{border-collapse:collapse;width:100%;min-width:980px}.reports-table thead th{color:#64748b;text-align:left;white-space:nowrap;background:#f8fbff;border-bottom:1px solid #e9eef8;padding:14px 16px;font-size:12px;font-weight:700}.reports-table tbody td{color:#0f172a;white-space:nowrap;border-bottom:1px solid #eef3fb;padding:14px 16px;font-size:14px}.reports-table tbody tr:hover{background:#f8fbff}.reports-table .align-right{text-align:right}.reports-table-empty{text-align:center;color:#64748b!important;padding:32px!important}.reports-pagination{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.reports-pagination-text{color:#64748b;font-size:14px;font-weight:600}.reports-loading-title,.reports-loading-subtitle{background:#e8eef8;position:relative;overflow:hidden}.reports-loading-title:after,.reports-loading-subtitle:after{content:"";background:linear-gradient(90deg,#0000,#ffffffa6,#0000);animation:1.35s infinite reportsShimmer;position:absolute;inset:0;transform:translate(-100%)}.reports-loading-subtitle{border-radius:10px;width:360px;height:14px;margin-top:12px}@keyframes reportsShimmer{to{transform:translate(100%)}}@media (max-width:1280px){.reports-loading-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reports-template-grid{grid-template-columns:1fr}}@media (max-width:900px){.reports-shell{padding:16px}.reports-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-title{font-size:26px}}@media (max-width:640px){.reports-loading-grid,.reports-template-grid{grid-template-columns:1fr}.reports-pagination{flex-direction:column;align-items:stretch}.reports-loading-title{width:180px}.reports-loading-subtitle{width:220px}}.reports-tabs-panel-compact{margin-bottom:16px}.reports-table-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.reports-th-content{align-items:center;gap:6px;display:inline-flex}.reports-table th.is-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.reports-table th.is-active{color:#1d4ed8}.reports-sort-indicator{color:#8aa0bf;font-size:12px}.reports-table th.is-active .reports-sort-indicator{color:#1d4ed8}.reports-shell{width:100%;max-width:none;padding:24px 32px 40px}.reports-hero{background:linear-gradient(90deg,#6274ff14 0%,#ffffffe6 38%,#4c8aff14 100%),#fff;border:1px solid #e7edf7;border-radius:24px;margin-bottom:18px;padding:24px 24px 20px;box-shadow:0 12px 30px #0f172a0d}.reports-hero-head{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.reports-hero-copy{max-width:760px}.reports-badge{color:#4f46e5;letter-spacing:.02em;background:#5d5fef1f;border-radius:999px;justify-content:center;align-items:center;min-height:30px;margin-bottom:10px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.reports-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:34px;font-weight:800;line-height:1.1}.reports-subtitle{color:#64748b;max-width:720px;margin:10px 0 0;font-size:14px}.reports-hero-actions{flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.reports-date-inline{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.reports-reset-btn{white-space:nowrap}.reports-hero-tabs-wrap{justify-content:center;margin-top:22px;display:flex}.reports-tabs.reports-hero-tabs{flex-wrap:wrap;justify-content:center;gap:10px}.reports-hero-tabs .reports-tab{color:#475569;background:0 0;border-radius:999px;padding:10px 14px}.reports-hero-tabs .reports-tab:hover{color:#0f172a;background:#0f172a0d}.reports-hero-tabs .reports-tab.is-active{color:#fff;background:#2563eb;box-shadow:0 10px 22px #2563eb38}.reports-tabs-panel-compact{box-shadow:none;background:0 0;border:none;margin-bottom:16px;padding:0}.reports-tabs.reports-granularity-tabs{gap:10px}.reports-granularity-tabs .reports-tab{color:#475569;background:#fff;border:1px solid #dce6f4;border-radius:999px;padding:10px 14px}.reports-granularity-tabs .reports-tab:hover{background:#f8fbff;border-color:#c7d8f2}.reports-granularity-tabs .reports-tab.is-active.dark{color:#fff;background:#0f172a;border-color:#0f172a}.reports-table-card{padding:22px}.reports-table-head{margin-bottom:16px}.reports-loading-badge,.reports-loading-title,.reports-loading-subtitle,.reports-loading-pill,.reports-loading-table-head,.reports-loading-table{background:#e8eef8;position:relative;overflow:hidden}.reports-loading-badge:after,.reports-loading-title:after,.reports-loading-subtitle:after,.reports-loading-pill:after,.reports-loading-table-head:after,.reports-loading-table:after{content:"";background:linear-gradient(90deg,#0000,#ffffffad,#0000);animation:1.35s infinite reportsShimmer;position:absolute;inset:0;transform:translate(-100%)}.reports-hero-loading{padding:24px}.reports-loading-badge{border-radius:999px;width:82px;height:30px;margin-bottom:12px}.reports-loading-title{border-radius:12px;width:300px;height:34px}.reports-loading-subtitle{border-radius:10px;width:520px;max-width:100%;height:14px;margin-top:12px}.reports-loading-tabs-row{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.reports-loading-pill{border-radius:999px;width:100px;height:40px}.reports-loading-table-head{border-radius:10px;width:240px;height:24px;margin-bottom:16px}.reports-loading-table{border-radius:18px;width:100%;height:340px}@media (max-width:1100px){.reports-shell{padding:20px 20px 32px}.reports-hero-head{flex-direction:column;align-items:stretch}.reports-hero-actions,.reports-hero-tabs-wrap,.reports-tabs.reports-hero-tabs{justify-content:flex-start}}@media (max-width:640px){.reports-shell{padding:16px 16px 28px}.reports-hero{border-radius:20px;padding:18px}.reports-title{font-size:28px}.reports-date-inline{width:100%}.reports-loading-title{width:220px;height:30px}.reports-loading-subtitle{width:100%}}.reports-overview{flex-direction:column;gap:18px;display:flex}.reports-overview-grid{gap:18px;display:grid}.reports-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.reports-overview-spotlight-card{flex-direction:column;justify-content:space-between;min-height:188px;padding:22px;display:flex}.reports-overview-spotlight-top{justify-content:space-between;align-items:center;display:flex}.reports-overview-icon-wrap{color:#2563eb;background:#2563eb1a;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.reports-overview-mini-badge{color:#64748b;background:#f8fbff;border:1px solid #e1ebfb;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.reports-overview-spotlight-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:18px 0 8px;font-size:13px;font-weight:700}.reports-overview-spotlight-value{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:34px;font-weight:800;line-height:1}.reports-overview-spotlight-helper{color:#64748b;margin:12px 0 0;font-size:13px}.reports-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reports-highlight-card{min-height:360px;padding:22px}.reports-highlight-head{margin-bottom:16px}.reports-highlight-list{flex-direction:column;gap:12px;display:flex}.reports-highlight-item{background:#f8fbff;border:1px solid #e8eef8;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px;display:flex}.reports-highlight-item.attention{background:#fffaf8;border-color:#fde7de}.reports-highlight-main{align-items:flex-start;gap:12px;min-width:0;display:flex}.reports-rank-chip{color:#2563eb;background:#2563eb1f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:inline-flex}.reports-rank-chip.attention{color:#ea580c;background:#f973161f}.reports-highlight-title{color:#0f172a;margin:0;font-size:14px;font-weight:700}.reports-highlight-subtitle{color:#64748b;margin:4px 0 0;font-size:12px}.reports-highlight-metric{color:#0f172a;flex-shrink:0;font-size:14px;font-weight:800}.reports-highlight-metric.soft{color:#475569}.reports-attention-tags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.reports-attention-tag{color:#c2410c;background:#fff1eb;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.reports-overview-chart{grid-template-columns:repeat(auto-fit,minmax(56px,1fr));align-items:end;gap:12px;min-height:280px;display:grid}.reports-overview-chart-col{flex-direction:column;align-items:center;gap:10px;min-width:0;display:flex}.reports-overview-chart-value{color:#64748b;font-size:11px;font-weight:700}.reports-overview-chart-bar-wrap{background:linear-gradient(#f8fbff 0%,#eef5ff 100%);border-radius:16px;justify-content:center;align-items:flex-end;width:100%;height:180px;padding:10px;display:flex}.reports-overview-chart-bar{background:linear-gradient(#60a5fa 0%,#2563eb 100%);border-radius:12px 12px 8px 8px;width:100%;max-width:34px;box-shadow:0 10px 24px #2563eb33}.reports-overview-chart-label{color:#64748b;text-align:center;font-size:11px;font-weight:700;line-height:1.2}.reports-overview-quick-links{flex-direction:column;gap:14px;display:flex}.reports-overview-row-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.reports-quick-links-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.reports-quick-link-card{flex-direction:column;min-height:210px;padding:20px;display:flex}.reports-quick-link-top{margin-bottom:16px}.reports-quick-link-title{color:#0f172a;margin:0;font-size:16px;font-weight:800;line-height:1.25}.reports-quick-link-subtitle{color:#64748b;margin:8px 0 0;font-size:13px;line-height:1.5}.reports-quick-link-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #d8e4f3;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;height:42px;margin-top:auto;padding:0 14px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.reports-quick-link-btn:hover{color:#2563eb;border-color:#2563eb}.reports-overview-spotlight-card.is-loading,.reports-highlight-card.is-loading{overflow:hidden}.reports-overview-skeleton{background:#e8eef8;border-radius:12px;position:relative;overflow:hidden}.reports-overview-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffad,#0000);animation:1.35s infinite reportsShimmer;position:absolute;inset:0;transform:translate(-100%)}.reports-overview-skeleton-icon{border-radius:14px;width:40px;height:40px}.reports-overview-skeleton-label{width:120px;height:14px;margin-top:18px}.reports-overview-skeleton-value{width:180px;height:34px;margin-top:14px}.reports-overview-skeleton-text{width:100%;height:14px;margin-top:14px}.reports-overview-skeleton-text.large{height:52px}.reports-overview-skeleton-title{width:220px;height:24px;margin-bottom:16px}.reports-overview-skeleton-chart{width:100%;height:260px}@media (max-width:1320px){.reports-spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-highlight-grid{grid-template-columns:1fr}.reports-quick-links-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.reports-spotlight-grid,.reports-quick-links-grid{grid-template-columns:1fr}.reports-overview-chart{grid-template-columns:repeat(4,minmax(0,1fr))}}.reports-highlight-head-with-actions{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.reports-panel-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}@media (max-width:640px){.reports-highlight-head-with-actions{flex-direction:column;align-items:stretch}.reports-panel-actions{flex-wrap:wrap;justify-content:flex-start}}.reports-table-head-rich{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.reports-table-head-left{flex-direction:column;gap:12px;min-width:0;display:flex}.reports-summary-chips{flex-wrap:wrap;gap:10px;display:flex}.reports-summary-chip{background:#f8fbff;border:1px solid #e4edf8;border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:0 12px;display:inline-flex}.reports-summary-chip-label{color:#64748b;font-size:12px;font-weight:600}.reports-summary-chip-value{color:#0f172a;font-size:12px;font-weight:700}.reports-table-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;display:flex}.reports-button-sm{border-radius:10px;height:36px;padding:0 12px;font-size:12px;font-weight:700}@media (max-width:860px){.reports-table-head-rich{flex-direction:column;align-items:stretch}.reports-table-actions{justify-content:flex-start}}.leavePage{background:#f6f8fc;min-height:100%;padding:24px}.leaveHero{background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);border:1px solid #e5edf7;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;padding:24px;display:flex;box-shadow:0 10px 30px #0f172a0d}.leaveHeroText{max-width:820px}.leaveEyebrow{color:#0f4fa8;letter-spacing:.04em;text-transform:uppercase;background:#e8f1ff;border-radius:999px;align-items:center;margin-bottom:12px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.leaveTitle{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:32px;font-weight:800;line-height:1.1}.leaveSubtitle{color:#64748b;max-width:760px;margin:10px 0 0;font-size:14px;line-height:1.7}.leaveBtn{cursor:pointer;border:0;border-radius:14px;outline:none;justify-content:center;align-items:center;padding:12px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.leaveBtnPrimary{color:#fff;background:#0f62fe;box-shadow:0 8px 20px #0f62fe38}.leaveBtnPrimary:hover{background:#0b57e3;transform:translateY(-1px)}.leaveBtnSecondary{color:#0f172a;background:#fff;border:1px solid #dbe5f0}.leaveBtnDanger{color:#fff;background:#dc2626;box-shadow:0 8px 20px #dc26262e}.leaveBtnDanger:hover{background:#c81e1e}.leaveContentStack{gap:20px;display:grid}.leaveSection{background:#fff;border:1px solid #e5edf7;border-radius:18px;padding:22px;box-shadow:0 8px 24px #0f172a0a}.leaveSectionHeader{margin-bottom:18px}.leaveSectionHeader h2{color:#0f172a;margin:0 0 6px;font-size:20px;font-weight:800}.leaveSectionHeader p{color:#64748b;margin:0;font-size:14px;line-height:1.65}.leaveStatsGrid,.leaveInfoGrid,.leaveQuickGrid{gap:16px;display:grid}.leaveStatsGrid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.leaveQuickGrid,.leaveInfoGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.leaveStatCard,.leaveInfoCard,.leaveQuickCard{background:#fff;border:1px solid #e5edf7;border-radius:16px;padding:18px;transition:all .2s}.leaveQuickCard{color:inherit;background:linear-gradient(#fff 0%,#fbfdff 100%);text-decoration:none}.leaveQuickCard:hover,.leaveInfoCard:hover,.leaveStatCard:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a0f}.leaveStatTitle{color:#64748b;font-size:13px;font-weight:700}.leaveStatValue{color:#0f172a;letter-spacing:-.02em;margin-top:8px;font-size:28px;font-weight:800}.leaveStatNote{color:#64748b;margin-top:8px;font-size:13px;line-height:1.55}.leaveQuickTitle{color:#0f172a;margin-bottom:8px;font-size:16px;font-weight:800}.leaveInfoCard h3{color:#0f172a;margin:0 0 8px;font-size:16px;font-weight:800}.leaveInfoCard p{color:#64748b;margin:0;font-size:14px;line-height:1.65}.leaveFormCard,.leaveTableCard{background:#fff;border:1px solid #e5edf7;border-radius:16px;padding:18px}.leaveFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.leaveField{flex-direction:column;gap:8px;display:flex}.leaveFieldFull{grid-column:1/-1}.leaveField label{color:#334155;font-size:13px;font-weight:700}.leaveInputFake,.leaveTextareaFake{color:#64748b;background:#f8fafc;border:1px solid #dbe5f0;border-radius:12px;width:100%;padding:14px;font-size:14px}.leaveTextareaFake{min-height:110px}.leaveActionRow{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.leaveListStack{gap:14px;display:grid}.leaveListItemCard,.leaveApprovalCard{background:#fff;border:1px solid #e5edf7;border-radius:16px;padding:18px}.leaveListItemCard h3,.leaveApprovalCard h3{color:#0f172a;margin:0 0 6px;font-size:16px;font-weight:800}.leaveListItemCard p,.leaveApprovalCard p{color:#64748b;margin:0;font-size:14px;line-height:1.6}.leaveListLink{color:inherit;text-decoration:none;transition:all .2s}.leaveListLink:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f172a0f}.leaveApprovalTop{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.leaveBadge{color:#334155;background:#eef2ff;border-radius:999px;justify-content:center;align-items:center;min-width:84px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.leaveBadgeSuccess{color:#166534;background:#dcfce7}.leaveBadgeWarning{color:#92400e;background:#fef3c7}.leaveBadgeDanger{color:#b91c1c;background:#fee2e2}.leaveDetailGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.leaveDetailItem{background:#f8fafc;border:1px solid #e5edf7;border-radius:12px;padding:14px}.leaveDetailItem span{color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.leaveDetailItem strong{color:#0f172a;font-size:15px;font-weight:800}.leaveTableRow{color:#334155;border-bottom:1px solid #eef3f8;grid-template-columns:1.1fr 1.5fr 1fr 1fr .9fr;align-items:center;gap:14px;padding:14px 0;font-size:14px;display:grid}.leaveTableRow:last-child{border-bottom:0}.leaveTableHead{letter-spacing:.04em;text-transform:uppercase;color:#64748b;padding-top:0;font-size:12px;font-weight:800}.menuDivider{background:#e5edf7;height:1px;margin:8px 0}@media (max-width:1200px){.leaveStatsGrid,.leaveQuickGrid,.leaveInfoGrid,.leaveDetailGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.leavePage{padding:16px}.leaveHero{padding:18px}.leaveTitle{font-size:26px}.leaveStatsGrid,.leaveQuickGrid,.leaveInfoGrid,.leaveFormGrid,.leaveDetailGrid,.leaveTableRow{grid-template-columns:1fr}.leaveTableHead{display:none}.leaveTableRow{background:#fff;border:1px solid #eef3f8;border-radius:14px;margin-bottom:10px;padding:14px}}.leaveStateCard{color:#334155;background:#fff;border:1px solid #e5edf7;border-radius:16px;padding:18px;font-size:14px;line-height:1.6}.leaveStateError{color:#b91c1c;background:#fff7f7;border-color:#fecaca}.leaveSplitTop{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.leaveStatsGridThree{grid-template-columns:repeat(3,minmax(0,1fr))}.leaveInfoGridTwo{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.leaveListItemCard p+p{margin-top:6px}.leaveBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:1200px){.leaveStatsGridThree{grid-template-columns:repeat(2,minmax(0,1fr))}.leaveInfoGridTwo{grid-template-columns:1fr}}@media (max-width:768px){.leaveSplitTop{flex-direction:column;align-items:stretch}.leaveStatsGridThree{grid-template-columns:1fr}}.leaveInput,.leaveTextarea{color:#0f172a;background:#fff;border:1px solid #dbe5f0;border-radius:12px;outline:none;width:100%;padding:14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.leaveInput:focus,.leaveTextarea:focus{border-color:#0f62fe;box-shadow:0 0 0 4px #0f62fe14}.leaveTextarea{resize:vertical;min-height:110px}.leaveCheckboxRow{color:#334155;align-items:center;gap:10px;font-size:14px;font-weight:600;display:inline-flex}.leaveCheckboxRow input{width:16px;height:16px}.leavePreviewCard{background:#f8fbff;border:1px solid #e5edf7;border-radius:16px;margin-top:18px;padding:18px}.leavePreviewTitle{color:#0f172a;margin-bottom:10px;font-size:15px;font-weight:800}.leavePreviewText{color:#475569;font-size:14px;line-height:1.7}.leaveStateSuccess{color:#166534;background:#f0fdf4;border-color:#bbf7d0;margin-bottom:16px}.leaveToolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.leaveToolbarSearchWrap{flex:420px}.leaveToolbarActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.leaveApprovalMetaGrid,.leaveApprovalRemarks{margin-top:18px}@media (max-width:768px){.leaveToolbar{align-items:stretch}.leaveToolbarActions,.leaveToolbarActions .leaveBtn{width:100%}}.leaveModalOverlay{z-index:1200;background:#0f172a7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.leaveModal{background:#fff;border:1px solid #e5edf7;border-radius:22px;width:min(920px,100%);max-height:90vh;padding:22px;overflow-y:auto;box-shadow:0 24px 70px #0f172a38}.leaveModalHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.leaveModalHeader h2{color:#0f172a;margin:0 0 6px;font-size:22px;font-weight:800}.leaveModalHeader p{color:#64748b;margin:0;font-size:14px;line-height:1.6}.leaveModalClose{color:#0f172a;cursor:pointer;background:#eef2f7;border:0;border-radius:12px;width:38px;height:38px;font-size:22px}.leaveModalForm{gap:16px;display:grid}.leaveCheckboxGroup{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.leaveAdminTableCard{overflow-x:auto}.leaveTypeTableRow{color:#334155;border-bottom:1px solid #eef3f8;grid-template-columns:.9fr 1.5fr 1fr .8fr .9fr .9fr 1.25fr;align-items:center;gap:14px;min-width:980px;padding:14px 0;font-size:14px;display:grid}.leaveTypeTableHead{letter-spacing:.04em;text-transform:uppercase;color:#64748b;padding-top:0;font-size:12px;font-weight:800}.leaveTypeTableRow:last-child{border-bottom:0}.leaveCellStrong{color:#0f172a;font-weight:800}.leaveInlineTitle{color:#0f172a;font-weight:700}.leaveInlineSub{color:#64748b;margin-top:4px;font-size:12px}.leaveTableActions{flex-wrap:wrap;gap:8px;display:flex}.leaveBtnSmall{min-height:36px;padding:9px 12px;font-size:13px}@media (max-width:768px){.leaveModal{border-radius:18px;padding:18px}.leaveModalHeader{align-items:center}}.leaveModalWide{width:min(1100px,100%)}.leavePolicyTableRow{color:#334155;border-bottom:1px solid #eef3f8;grid-template-columns:.9fr 1.5fr 1.15fr 1.1fr 1fr 1fr .9fr 1.25fr;align-items:center;gap:14px;min-width:1180px;padding:14px 0;font-size:14px;display:grid}.leavePolicyTableHead{letter-spacing:.04em;text-transform:uppercase;color:#64748b;padding-top:0;font-size:12px;font-weight:800}.leavePolicyTableRow:last-child{border-bottom:0}.leaveHolidayGroupTableRow{color:#334155;border-bottom:1px solid #eef3f8;grid-template-columns:.9fr 1.35fr 1.7fr .9fr .9fr 1.2fr;align-items:center;gap:14px;min-width:1040px;padding:14px 0;font-size:14px;display:grid}.leaveHolidayGroupTableHead{letter-spacing:.04em;text-transform:uppercase;color:#64748b;padding-top:0;font-size:12px;font-weight:800}.leaveHolidayGroupTableRow:last-child{border-bottom:0}.leaveHolidayTableRow{color:#334155;border-bottom:1px solid #eef3f8;grid-template-columns:1.5fr 1.2fr 1.2fr .9fr 1fr .9fr 1.2fr;align-items:center;gap:14px;min-width:1160px;padding:14px 0;font-size:14px;display:grid}.leaveHolidayTableHead{letter-spacing:.04em;text-transform:uppercase;color:#64748b;padding-top:0;font-size:12px;font-weight:800}.leaveHolidayTableRow:last-child{border-bottom:0}.leaveFlagStack{flex-wrap:wrap;gap:6px;display:flex}.leaveEmployeePolicyTableRow{color:#334155;border-bottom:1px solid #eef3f8;grid-template-columns:1.4fr 1.4fr .95fr .95fr 1.2fr .9fr 1.15fr;align-items:center;gap:14px;min-width:1180px;padding:14px 0;font-size:14px;display:grid}.leaveEmployeePolicyTableHead{letter-spacing:.04em;text-transform:uppercase;color:#64748b;padding-top:0;font-size:12px;font-weight:800}.leaveEmployeePolicyTableRow:last-child{border-bottom:0}.leaveStateInfo{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe;margin-bottom:16px}.leaveEmployeeHolidayGroupTableRow{color:#334155;border-bottom:1px solid #eef3f8;grid-template-columns:1.4fr 1.4fr .95fr .95fr 1.2fr .9fr 1.15fr;align-items:center;gap:14px;min-width:1180px;padding:14px 0;font-size:14px;display:grid}.leaveEmployeeHolidayGroupTableHead{letter-spacing:.04em;text-transform:uppercase;color:#64748b;padding-top:0;font-size:12px;font-weight:800}.leaveEmployeeHolidayGroupTableRow:last-child{border-bottom:0}.leaveAdminFilterGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.leaveTabRow{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.leaveTabBtn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe5f0;border-radius:12px;padding:10px 14px;font-size:14px;font-weight:700;transition:all .2s}.leaveTabBtn.active{color:#fff;background:#0f62fe;border-color:#0f62fe}.leaveBalanceTableRow{color:#334155;border-bottom:1px solid #eef3f8;grid-template-columns:1.45fr 1.2fr .7fr .9fr .9fr .9fr .9fr;align-items:center;gap:14px;min-width:1120px;padding:14px 0;font-size:14px;display:grid}.leaveBalanceTableHead{letter-spacing:.04em;text-transform:uppercase;color:#64748b;padding-top:0;font-size:12px;font-weight:800}.leaveBalanceTableRow:last-child{border-bottom:0}.leaveBalanceTxnTableRow{color:#334155;border-bottom:1px solid #eef3f8;grid-template-columns:1.4fr 1.1fr .7fr 1fr .8fr .9fr 1.4fr;align-items:center;gap:14px;min-width:1220px;padding:14px 0;font-size:14px;display:grid}.leaveBalanceTxnTableHead{letter-spacing:.04em;text-transform:uppercase;color:#64748b;padding-top:0;font-size:12px;font-weight:800}.leaveBalanceTxnTableRow:last-child{border-bottom:0}@media (max-width:900px){.leaveAdminFilterGrid{grid-template-columns:1fr}}.leaveHolidayCardsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.leaveHolidayCard{background:#fff;border:1px solid #e5edf7;border-radius:18px;grid-template-columns:92px minmax(0,1fr);align-items:stretch;gap:16px;padding:16px;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 8px 24px #0f172a0a}.leaveHolidayCard:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0f172a14}.leaveHolidayDateBlock{text-align:center;background:linear-gradient(#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:12px;display:flex}.leaveHolidayDateMonth{color:#1d4ed8;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800}.leaveHolidayDateDay{color:#0f172a;margin:8px 0 6px;font-size:30px;font-weight:900;line-height:1}.leaveHolidayDateWeekday{color:#475569;font-size:12px;font-weight:700}.leaveHolidayCardBody{min-width:0}.leaveHolidayCardBody h3{color:#0f172a;margin:0 0 8px;font-size:18px;font-weight:800}.leaveHolidayCardBody p{color:#64748b;margin:0;font-size:14px;line-height:1.65}@media (max-width:900px){.leaveHolidayCardsGrid{grid-template-columns:1fr}}@media (max-width:640px){.leaveHolidayCard{grid-template-columns:1fr}.leaveHolidayDateBlock{min-height:96px}}.leaveApplyLayout{grid-template-columns:minmax(0,1.55fr) 360px;align-items:start;gap:20px;display:grid}.leaveApplyMain,.leaveApplySide{min-width:0}.leaveApplySide{gap:16px;display:grid}.leavePreviewSticky{position:sticky;top:92px}.leaveSummaryList{gap:10px;display:grid}.leaveSummaryRow{border-bottom:1px solid #eef3f8;justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:10px;display:flex}.leaveSummaryRow:last-child{border-bottom:0;padding-bottom:0}.leaveSummaryRow span{color:#64748b;font-size:13px;font-weight:600}.leaveSummaryRow strong{color:#0f172a;text-align:right;font-size:14px;font-weight:800}.leaveHintList{gap:12px;display:grid}.leaveHintItem{border-bottom:1px solid #eef3f8;gap:4px;padding:12px 0;display:grid}.leaveHintItem:last-child{border-bottom:0;padding-bottom:0}.leaveHintItem strong{color:#0f172a;font-size:13px;font-weight:800}.leaveHintItem span{color:#64748b;font-size:14px;line-height:1.6}.leaveInlineNotice{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:14px 16px;font-size:14px;font-weight:600;line-height:1.6}.leaveInlineNoticeSoft{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe;margin-bottom:14px}@media (max-width:1100px){.leaveApplyLayout{grid-template-columns:1fr}.leavePreviewSticky{position:static}}.leaveRequestCard{background:#fff;border:1px solid #e5edf7;border-radius:18px;padding:18px;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 24px #0f172a0a}.leaveRequestCard:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f172a14}.leaveRequestCardTop{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.leaveRequestCode{color:#1d4ed8;letter-spacing:.04em;background:#eff6ff;border-radius:999px;align-items:center;margin-bottom:10px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.leaveRequestCardTop h3{color:#0f172a;margin:0 0 6px;font-size:18px;font-weight:800}.leaveRequestCardTop p{color:#64748b;margin:0;font-size:14px;line-height:1.6}.leaveRequestMetaGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.leaveRequestMetaItem{background:#f8fafc;border:1px solid #e5edf7;border-radius:14px;padding:14px}.leaveRequestMetaItem span{color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.leaveRequestMetaItem strong{color:#0f172a;font-size:14px;font-weight:800;line-height:1.5}.leaveRequestDetailHero{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.leaveRequestDetailHeroSide{justify-content:flex-end;align-items:center;display:flex}.leaveRequestDetailTitle{color:#0f172a;letter-spacing:-.02em;margin:0 0 6px;font-size:24px;font-weight:800}.leaveRequestDetailSubtitle{color:#64748b;margin:0;font-size:14px;line-height:1.7}.leaveTimeline{gap:14px;display:grid;position:relative}.leaveTimelineItem{grid-template-columns:24px minmax(0,1fr);align-items:start;gap:12px;display:grid}.leaveTimelineDot{background:#0f62fe;border-radius:999px;width:12px;height:12px;margin-top:18px;box-shadow:0 0 0 4px #0f62fe1f}.leaveTimelineCard{background:#fff;border:1px solid #e5edf7;border-radius:16px;padding:16px;box-shadow:0 8px 24px #0f172a0a}@media (max-width:900px){.leaveRequestMetaGrid{grid-template-columns:1fr}}@media (max-width:768px){.leaveRequestCardTop,.leaveRequestDetailHero{flex-direction:column;align-items:stretch}}.leaveFlagStackSpaced{margin-top:10px}.leavePreLineText{white-space:pre-line}.leaveActionRowTight{margin-top:8px}.leaveInfoGridTop{margin-top:18px}.leaveSummaryRow strong,.leaveRequestMetaItem strong,.leaveDetailItem strong,.leaveInfoCard p,.leaveTimelineCard p,.leaveListItemCard p,.leaveApprovalCard p{word-break:break-word}.leaveDetailItem,.leaveRequestMetaItem,.leaveInfoCard,.leaveTimelineCard{min-width:0}.leaveInput[type=date]{min-height:48px}.leaveRequestCode{overflow-wrap:anywhere;max-width:100%}.leaveHolidayCardBody .leaveFlagStack{margin-top:10px}.leaveOverviewPage{flex-direction:column;gap:18px;display:flex}.leaveOverviewHero{background:linear-gradient(135deg,#fff 0%,#f7faff 55%,#eef5ff 100%);border:1px solid #e3ebf7;border-radius:24px;grid-template-columns:minmax(0,1.5fr) minmax(320px,1fr);gap:16px;padding:22px;display:grid;box-shadow:0 14px 34px #0f172a0f}.leaveOverviewHeroContent h2{color:#0f172a;letter-spacing:-.02em;margin:8px 0 10px;font-size:28px;font-weight:800;line-height:1.1}.leaveOverviewHeroContent p{color:#5b6b83;max-width:760px;margin:0;font-size:14px;line-height:1.6}.leaveOverviewEyebrow{color:#2159d6;letter-spacing:.02em;background:#e8f1ff;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.leaveOverviewMetaRow{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.leaveOverviewMetaPill{color:#334155;background:#ffffffe6;border:1px solid #dbe6f5;border-radius:999px;align-items:center;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}.leaveOverviewHeroAside{grid-template-columns:1fr;gap:12px;display:grid}.leaveOverviewHeroMetric{background:#ffffffe6;border:1px solid #e6edf8;border-radius:18px;min-height:94px;padding:16px}.leaveOverviewHeroMetricHighlight{background:linear-gradient(135deg,#eff6ff 0%,#fff 100%);border-color:#cfe0ff}.leaveOverviewHeroMetric span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.leaveOverviewHeroMetric strong{color:#0f172a;letter-spacing:-.02em;font-size:24px;font-weight:800;line-height:1.1;display:block}.leaveOverviewHeroMetric small{color:#6b7a90;margin-top:6px;font-size:12px;line-height:1.5;display:block}.leaveOverviewLayout{grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);gap:18px;display:grid}.leaveOverviewMain,.leaveOverviewSide{flex-direction:column;gap:18px;display:flex}.leaveOverviewPanel{background:#fff;border:1px solid #e5ebf5;border-radius:22px;overflow:hidden;box-shadow:0 10px 24px #0f172a0a}.leaveOverviewPanelHeader{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 14px;display:flex}.leaveOverviewPanelHeader h3{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:18px;font-weight:800;line-height:1.2}.leaveOverviewPanelHeader p{color:#64748b;margin:6px 0 0;font-size:13px;line-height:1.5}.leaveOverviewTextLink{color:#2563eb;white-space:nowrap;font-size:13px;font-weight:700;text-decoration:none}.leaveOverviewTextLink:hover{color:#1d4ed8;text-decoration:underline}.leaveOverviewRequestTable{flex-direction:column;display:flex}.leaveOverviewRequestRow{border-top:1px solid #f0f4fa;grid-template-columns:minmax(0,1.6fr) 140px 140px 120px;align-items:center;gap:14px;padding:16px 20px;text-decoration:none;transition:background .18s,transform .18s;display:grid}.leaveOverviewRequestRow:first-child{border-top:0}.leaveOverviewRequestRow:hover{background:#f8fbff}.leaveOverviewRequestPrimary{min-width:0}.leaveOverviewRequestCode{color:#0f172a;font-size:15px;font-weight:800;line-height:1.2}.leaveOverviewRequestMeta{color:#64748b;flex-wrap:wrap;gap:8px 14px;margin-top:6px;font-size:13px;line-height:1.5;display:flex}.leaveOverviewRequestSecondary{flex-direction:column;gap:4px;display:flex}.leaveOverviewLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700;line-height:1}.leaveOverviewRequestSecondary strong{color:#0f172a;font-size:13px;font-weight:700}.leaveOverviewRequestStatus{justify-content:flex-end;align-items:center;display:flex}.leaveOverviewBalanceGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px 20px 20px;display:grid}.leaveOverviewBalanceCard{background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #e7eef8;border-radius:18px;padding:16px}.leaveOverviewBalanceTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveOverviewBalanceTop h4{color:#0f172a;margin:0;font-size:15px;font-weight:800;line-height:1.2}.leaveOverviewBalanceTop p{color:#64748b;margin:6px 0 0;font-size:12px;line-height:1.5}.leaveOverviewBalanceValue{color:#2563eb;white-space:nowrap;font-size:20px;font-weight:800;line-height:1}.leaveOverviewBalanceBar{background:#e9eff8;border-radius:999px;height:8px;margin-top:14px;overflow:hidden}.leaveOverviewBalanceBarFill{background:linear-gradient(90deg,#2563eb 0%,#60a5fa 100%);border-radius:999px;height:100%}.leaveOverviewBalanceMeta{color:#64748b;flex-wrap:wrap;justify-content:space-between;gap:8px 12px;margin-top:12px;font-size:12px;font-weight:600;display:flex}.leaveOverviewActionGrid{grid-template-columns:1fr;gap:12px;padding:18px 20px 20px;display:grid}.leaveOverviewActionCard{background:#fff;border:1px solid #e7edf8;border-radius:18px;flex-direction:column;gap:6px;padding:16px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.leaveOverviewActionCard:hover{border-color:#cfe0ff;transform:translateY(-1px);box-shadow:0 10px 20px #2563eb14}.leaveOverviewActionPrimary{background:linear-gradient(135deg,#eff6ff 0%,#fff 100%);border-color:#cfe0ff}.leaveOverviewActionCard strong{color:#0f172a;font-size:14px;font-weight:800;line-height:1.2}.leaveOverviewActionCard span{color:#64748b;font-size:13px;line-height:1.5}.leaveOverviewHolidayList{flex-direction:column;padding:8px 20px 20px;display:flex}.leaveOverviewHolidayRow{border-top:1px solid #f0f4fa;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 0;display:grid}.leaveOverviewHolidayRow:first-child{border-top:0}.leaveOverviewHolidayDate span{color:#334155;background:#f8fafc;border:1px solid #e5edf7;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:38px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.leaveOverviewHolidayBody{min-width:0}.leaveOverviewHolidayBody strong{color:#0f172a;font-size:14px;font-weight:800;line-height:1.3;display:block}.leaveOverviewHolidayBody span{color:#64748b;margin-top:4px;font-size:12px;line-height:1.5;display:block}.leaveOverviewHolidayTag{color:#2458d3;text-transform:uppercase;letter-spacing:.04em;background:#eef4ff;border-radius:999px;justify-content:center;align-items:center;padding:7px 10px;font-size:11px;font-weight:800;display:inline-flex}.leaveOverviewSkeleton{flex-direction:column;gap:18px;display:flex}.leaveOverviewSkeletonHero,.leaveOverviewSkeletonBlock{background:#eef2f7;border-radius:22px;position:relative;overflow:hidden}.leaveOverviewSkeletonHero{height:168px}.leaveOverviewSkeletonGrid{grid-template-columns:1.6fr 1fr 1fr;gap:18px;display:grid}.leaveOverviewSkeletonBlock{height:220px}.leaveOverviewSkeletonHero:after,.leaveOverviewSkeletonBlock:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffffb3 50%,#fff0 100%);animation:1.25s infinite leaveOverviewShimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes leaveOverviewShimmer{to{transform:translate(100%)}}@media (max-width:1200px){.leaveOverviewHero,.leaveOverviewLayout{grid-template-columns:1fr}.leaveOverviewSide{grid-template-columns:1fr 1fr;gap:18px;display:grid}}@media (max-width:900px){.leaveOverviewRequestRow{grid-template-columns:1fr;align-items:flex-start}.leaveOverviewRequestStatus{justify-content:flex-start}.leaveOverviewBalanceGrid,.leaveOverviewSide,.leaveOverviewSkeletonGrid{grid-template-columns:1fr}}@media (max-width:640px){.leaveOverviewHero,.leaveOverviewPanel{border-radius:18px}.leaveOverviewHero{padding:16px}.leaveOverviewHeroContent h2{font-size:24px}.leaveOverviewPanelHeader,.leaveOverviewRequestRow,.leaveOverviewBalanceGrid,.leaveOverviewActionGrid,.leaveOverviewHolidayList{padding-left:14px;padding-right:14px}.leaveOverviewPanelHeader{padding-top:16px;padding-bottom:12px}.leaveOverviewHolidayRow{grid-template-columns:1fr;align-items:flex-start}}.leaveApplyPremiumPage{flex-direction:column;gap:18px;display:flex}.leaveApplyHero{background:linear-gradient(135deg,#fff 0%,#f7faff 58%,#eef5ff 100%);border:1px solid #e3ebf7;border-radius:24px;grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr);gap:16px;padding:22px;display:grid;box-shadow:0 14px 34px #0f172a0f}.leaveApplyEyebrow,.leaveApplyPreviewEyebrow{color:#2159d6;letter-spacing:.02em;background:#e8f1ff;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.leaveApplyHeroContent h2{color:#0f172a;letter-spacing:-.02em;margin:10px 0;font-size:28px;font-weight:800;line-height:1.08}.leaveApplyHeroContent p{color:#5b6b83;max-width:760px;margin:0;font-size:14px;line-height:1.6}.leaveApplyHeroPills{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.leaveApplyHeroPill{color:#334155;background:#ffffffeb;border:1px solid #dbe6f5;border-radius:999px;align-items:center;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}.leaveApplyHeroStats{grid-template-columns:1fr;gap:12px;display:grid}.leaveApplyHeroStat{background:#ffffffeb;border:1px solid #e6edf8;border-radius:18px;padding:16px}.leaveApplyHeroStatAccent{background:linear-gradient(135deg,#eff6ff 0%,#fff 100%);border-color:#cfe0ff}.leaveApplyHeroStat span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.leaveApplyHeroStat strong{color:#0f172a;letter-spacing:-.02em;font-size:24px;font-weight:800;line-height:1.15;display:block}.leaveApplyPremiumLayout{grid-template-columns:minmax(0,1.65fr) minmax(320px,.95fr);align-items:start;gap:18px;display:grid}.leaveApplyPremiumMain,.leaveApplyPremiumSide,.leaveApplyFormStack{flex-direction:column;gap:18px;display:flex}.leaveApplyPanel,.leaveApplyPreviewCard{background:#fff;border:1px solid #e5ebf5;border-radius:22px;overflow:hidden;box-shadow:0 10px 24px #0f172a0a}.leaveApplyPanelHeader,.leaveApplyPreviewHead{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 14px;display:flex}.leaveApplyPanelHeader h3,.leaveApplyPreviewHead h3{color:#0f172a;letter-spacing:-.02em;margin:6px 0 0;font-size:18px;font-weight:800;line-height:1.2}.leaveApplyPanelHeader p{color:#64748b;margin:6px 0 0;font-size:13px;line-height:1.5}.leaveApplyFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px 20px 20px;display:grid}.leaveApplyFormGridTop{align-items:start}.leaveModeChips{flex-wrap:wrap;gap:10px;display:flex}.leaveModeChip{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe6f5;border-radius:14px;padding:10px 14px;font-size:13px;font-weight:700;transition:all .18s}.leaveModeChip:hover{background:#f8fbff;border-color:#b8cff9}.leaveModeChipActive{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff 0%,#fff 100%);border-color:#2563eb;box-shadow:0 8px 18px #2563eb14}.leaveModeChip:disabled{cursor:not-allowed;opacity:.65}.leaveApplyInfoStrip{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 20px 20px;display:grid}.leaveApplyInfoMetric{background:#fbfdff;border:1px solid #e8eef8;border-radius:16px;padding:14px}.leaveApplyInfoMetric span{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:11px;font-weight:700;line-height:1;display:block}.leaveApplyInfoMetric strong{color:#0f172a;font-size:14px;font-weight:800;line-height:1.35;display:block}.leaveApplyLabelRow{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.leaveApplyLabelRow label{margin:0}.leaveApplyLabelRow span{color:#94a3b8;font-size:12px;font-weight:700}.leaveCheckboxCard{background:#fbfdff;border:1px solid #e7edf8;border-radius:16px;min-height:56px;padding:14px 16px}.leaveApplyActionBar{flex-wrap:wrap;gap:12px;padding:2px 2px 0;display:flex}.leaveApplyPreviewSticky{position:sticky;top:18px}.leaveApplySummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px 20px;display:grid}.leaveApplySummaryItem{background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #e8eef8;border-radius:16px;padding:14px}.leaveApplySummaryItemFull{grid-column:1/-1}.leaveApplySummaryItem span{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:11px;font-weight:700;line-height:1;display:block}.leaveApplySummaryItem strong{color:#0f172a;font-size:14px;font-weight:800;line-height:1.45;display:block}.leaveApplyBalanceHero{padding:18px 20px 10px}.leaveApplyBalanceHero span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700;display:block}.leaveApplyBalanceHero strong{color:#2563eb;letter-spacing:-.02em;margin-top:8px;font-size:28px;font-weight:800;line-height:1.08;display:block}.leaveApplyMetricList{flex-direction:column;padding:4px 20px 20px;display:flex}.leaveApplyMetricRow{border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.leaveApplyMetricRow:first-child{border-top:0}.leaveApplyMetricRow span{color:#64748b;font-size:13px;font-weight:600}.leaveApplyMetricRow strong{color:#0f172a;font-size:13px;font-weight:800}.leaveApplyHintGrid{grid-template-columns:1fr;gap:12px;padding:18px 20px 20px;display:grid}.leaveApplyHintCard{background:#fbfdff;border:1px solid #e8eef8;border-radius:16px;padding:14px}.leaveApplyHintCard strong{color:#0f172a;margin-bottom:6px;font-size:13px;font-weight:800;display:block}.leaveApplyHintCard span{color:#64748b;font-size:13px;line-height:1.5;display:block}@media (max-width:1200px){.leaveApplyHero,.leaveApplyPremiumLayout{grid-template-columns:1fr}.leaveApplyPremiumSide{grid-template-columns:1fr 1fr;gap:18px;display:grid}.leaveApplyPreviewSticky{position:static}}@media (max-width:900px){.leaveApplyFormGrid,.leaveApplySummaryGrid,.leaveApplyInfoStrip,.leaveApplyPremiumSide{grid-template-columns:1fr}}@media (max-width:640px){.leaveApplyHero,.leaveApplyPanel,.leaveApplyPreviewCard{border-radius:18px}.leaveApplyHero{padding:16px}.leaveApplyHeroContent h2{font-size:24px}.leaveApplyPanelHeader,.leaveApplyPreviewHead,.leaveApplyFormGrid,.leaveApplySummaryGrid,.leaveApplyHintGrid{padding-left:14px;padding-right:14px}.leaveApplyInfoStrip{padding-bottom:14px;padding-left:14px;padding-right:14px}.leaveApplyBalanceHero,.leaveApplyMetricList{padding-left:14px;padding-right:14px}.leaveApplyActionBar{flex-direction:column}.leaveApplyActionBar .leaveBtn{width:100%}}.leaveRequestsCompactSection{position:relative;overflow:hidden}.leaveRequestsCompactSection:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#2563eb0f,#0000 26%),radial-gradient(circle at 0 100%,#0ea5e90d,#0000 24%);position:absolute;inset:0}.leaveSectionHeaderDense{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.leaveCompactMetaPill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #94a3b833;border-radius:999px;flex-shrink:0;align-items:center;gap:10px;min-height:40px;padding:8px 14px;display:inline-flex;box-shadow:0 10px 22px #0f172a0d}.leaveCompactMetaPill span{color:#64748b;font-size:12px;font-weight:700}.leaveDenseTabRow{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.leaveDenseTabBtn{color:#334155;cursor:pointer;background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #94a3b833;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:8px 12px;font-size:13px;font-weight:700;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:inline-flex;box-shadow:0 8px 18px #0f172a0a}.leaveDenseTabBtn strong{background:#94a3b824;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:11px;font-weight:800;display:inline-flex}.leaveDenseTabBtn:hover{border-color:#3b82f64d;transform:translateY(-1px);box-shadow:0 12px 24px #0f172a12}.leaveDenseTabBtn.active{color:#0b3b9c;background:linear-gradient(#eff6ff 0%,#dbeafe 100%);border-color:#3b82f63d}.leaveDenseTabBtn.active strong{background:#2563eb1f}.leaveDenseToolbar{background:linear-gradient(#fffffffa,#f8fafcf5);border:1px solid #e2e8f0e6;border-radius:20px;grid-template-columns:minmax(280px,1.7fr) repeat(2,minmax(150px,.8fr)) auto;align-items:end;gap:12px;margin-top:16px;padding:16px;display:grid;box-shadow:0 14px 30px #0f172a0d,inset 0 1px #ffffffb8}.leaveDenseToolbarSearch{min-width:0}.leaveDenseToolbarSearch label,.leaveDenseToolbar .leaveField label{color:#475569;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.leaveDenseInputWrap{position:relative}.leaveDenseInputIcon{color:#94a3b8;pointer-events:none;font-size:14px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.leaveDenseInputWithIcon{padding-left:40px!important}.leaveDenseInput{min-height:42px}.leaveDenseToolbarActions{align-items:end;gap:8px;display:flex}.leaveStateSuccess{color:#166534;background:linear-gradient(#f0fdf4 0%,#ecfdf3 100%);border:1px solid #22c55e38;box-shadow:0 12px 24px #22c55e14}.leaveDenseLoadingCard,.leaveDenseEmptyCard{background:linear-gradient(#fffffffa,#f8fafcf2);border:1px solid #e2e8f0e6;border-radius:22px;min-height:220px;margin-top:16px;box-shadow:0 18px 42px #0f172a0d,inset 0 1px #ffffffb8}.leaveDenseLoadingCard{justify-content:center;align-items:center;gap:16px;display:flex}.leaveDenseLoadingCard strong{color:#0f172a;margin-bottom:4px;font-size:18px;font-weight:800;display:block}.leaveDenseLoadingCard p{color:#64748b;margin:0;font-size:14px}.leaveDenseLoadingSpinner{border:3px solid #94a3b838;border-top-color:#2563eb;border-radius:999px;width:40px;height:40px;animation:.9s linear infinite leaveDenseSpin}@keyframes leaveDenseSpin{to{transform:rotate(360deg)}}.leaveDenseEmptyCard{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex}.leaveDenseEmptyIcon{color:#1d4ed8;background:linear-gradient(#eff6ff 0%,#dbeafe 100%);border-radius:20px;place-items:center;width:68px;height:68px;font-size:30px;display:grid}.leaveDenseEmptyCard h3{color:#0f172a;margin:0;font-size:22px;font-weight:800}.leaveDenseEmptyCard p{color:#64748b;max-width:420px;margin:0}.leaveRequestTableWrap{background:#fffffff5;border:1px solid #e2e8f0f2;border-radius:22px;margin-top:16px;overflow:auto;box-shadow:0 18px 38px #0f172a0d,inset 0 1px #ffffffb8}.leaveRequestTable{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:1120px}.leaveRequestTable thead th{z-index:1;color:#475569;text-transform:uppercase;letter-spacing:.05em;text-align:left;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:14px 16px;font-size:12px;font-weight:800;position:sticky;top:0}.leaveRequestTable tbody td{vertical-align:middle;color:#0f172a;border-bottom:1px solid #f1f5f9;padding:14px 16px;font-size:14px}.leaveRequestTable tbody tr:last-child td{border-bottom:none}.leaveRequestTable tbody tr:hover td{background:#f8fafcbf}.leaveRequestTable th:first-child,.leaveRequestTable td:first-child{width:250px}.leaveRequestTable th:nth-child(2),.leaveRequestTable td:nth-child(2){width:210px}.leaveRequestTable th:nth-child(3),.leaveRequestTable td:nth-child(3){width:140px}.leaveRequestTable th:nth-child(4),.leaveRequestTable td:nth-child(4),.leaveRequestTable th:nth-child(5),.leaveRequestTable td:nth-child(5){width:130px}.leaveRequestTable th:nth-child(6),.leaveRequestTable td:nth-child(6){width:240px}.leaveRequestTable th:nth-child(7),.leaveRequestTable td:nth-child(7){width:220px}.alignRight{text-align:right!important}.leaveRequestCellMain{min-width:0}.leaveRequestCellTop{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:7px;display:flex}.leaveRequestCodeCompact{padding:5px 9px;font-size:12px}.leaveRequestModePillCompact{min-height:24px;padding:0 9px;font-size:11px}.leaveRequestCellTitle{color:#0f172a;font-size:15px;font-weight:800;line-height:1.35}.leaveTablePrimary{color:#0f172a;font-size:13.5px;font-weight:700;line-height:1.45}.leaveTableReason{color:#475569;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.leaveTableActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.leaveMiniBtn{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:700;text-decoration:none;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s;display:inline-flex}.leaveMiniBtn:hover:not(:disabled){transform:translateY(-1px)}.leaveMiniBtnNeutral{color:#0f172a;background:#fff;border-color:#cbd5e1f2;box-shadow:0 8px 18px #0f172a0d}.leaveMiniBtnDanger{color:#b91c1c;background:#fff5f5;border-color:#f8717147;box-shadow:0 10px 20px #ef444414}.leaveRequestMobileList{gap:12px;margin-top:16px;display:none}.leaveRequestMobileCard{background:linear-gradient(#fffffffa,#f8fafcf2);border:1px solid #e2e8f0eb;border-radius:20px;padding:16px;box-shadow:0 14px 30px #0f172a0d,inset 0 1px #ffffffb8}.leaveRequestMobileTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveRequestMobileTop h3{color:#0f172a;margin:8px 0 0;font-size:18px;font-weight:800;line-height:1.25}.leaveRequestMobileGrid{grid-template-columns:1fr 1fr;gap:14px 12px;margin-top:14px;display:grid}.leaveRequestMobileGrid span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.leaveRequestMobileGrid strong{color:#0f172a;font-size:13.5px;font-weight:700;line-height:1.45;display:block}.leaveRequestMobileReason{grid-column:span 2}.leaveRequestMobileActions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.leaveBtn{transition:transform .18s,box-shadow .18s,filter .18s}.leaveBtn:hover:not(:disabled){transform:translateY(-1px)}.leaveBtnPrimary{box-shadow:0 14px 26px #2563eb33}.leaveBtnSecondary{box-shadow:0 10px 22px #0f172a0f}.leaveBtnDanger{box-shadow:0 14px 24px #dc262624}@media (max-width:1080px){.leaveDenseToolbar{grid-template-columns:1fr 1fr}.leaveDenseToolbarSearch{grid-column:span 2}.leaveDenseToolbarActions{grid-column:span 2;justify-content:flex-start}}@media (max-width:820px){.leaveSectionHeaderDense{flex-direction:column;align-items:stretch}.leaveCompactMetaPill{width:fit-content}.leaveDenseToolbar{grid-template-columns:1fr}.leaveDenseToolbarSearch,.leaveDenseToolbarActions{grid-column:span 1}.leaveRequestTableWrap{display:none}.leaveRequestMobileList{display:grid}}@media (max-width:640px){.leaveDenseTabBtn{justify-content:space-between;width:100%}.leaveDenseToolbar{border-radius:18px;padding:14px}.leaveRequestMobileGrid{grid-template-columns:1fr}.leaveRequestMobileReason{grid-column:span 1}.leaveRequestMobileTop{flex-direction:column;align-items:flex-start}.leaveDenseToolbarActions,.leaveRequestMobileActions{width:100%}.leaveDenseToolbarActions .leaveBtn,.leaveRequestMobileActions .leaveMiniBtn{flex:100%;width:100%}}.leaveApplyCompactPage{flex-direction:column;gap:16px;display:flex}.leaveApplyCompactTopbar{background:radial-gradient(circle at 100% 0,#2563eb14,#0000 28%),linear-gradient(135deg,#fff 0%,#f8fbff 58%,#eef5ff 100%);border:1px solid #e5ebf5;border-radius:22px;grid-template-columns:minmax(0,1.25fr) minmax(420px,1fr);gap:16px;padding:18px 20px;display:grid;box-shadow:0 12px 30px #0f172a0d}.leaveApplyCompactIntro h2{color:#0f172a;letter-spacing:-.02em;margin:8px 0;font-size:26px;font-weight:800;line-height:1.08}.leaveApplyCompactIntro p{color:#5b6b83;max-width:700px;margin:0;font-size:14px;line-height:1.6}.leaveApplyCompactEyebrow{color:#2159d6;letter-spacing:.04em;text-transform:uppercase;background:#e8f1ff;border-radius:999px;align-items:center;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.leaveApplyCompactEyebrowSoft{color:#2458d3;background:#eef4ff}.leaveApplyCompactMeta{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:10px;display:grid}.leaveApplyCompactMetaPill{background:#ffffffeb;border:1px solid #dbe6f5;border-radius:16px;min-width:0;padding:12px 14px;box-shadow:0 8px 20px #0f172a0a}.leaveApplyCompactMetaPillAccent{background:linear-gradient(135deg,#eff6ff 0%,#fff 100%);border-color:#cfe0ff}.leaveApplyCompactMetaPill span{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:11px;font-weight:700;line-height:1;display:block}.leaveApplyCompactMetaPill strong{color:#0f172a;word-break:break-word;font-size:13px;font-weight:800;line-height:1.4;display:block}.leaveApplyCompactLayout{grid-template-columns:minmax(0,1.7fr) minmax(320px,.95fr);align-items:start;gap:16px;display:grid}.leaveApplyCompactMain,.leaveApplyCompactSide{flex-direction:column;gap:16px;min-width:0;display:flex}.leaveApplyCompactForm{flex-direction:column;gap:16px;display:flex}.leaveApplyCompactPanel,.leaveApplyCompactSideCard{background:#fff;border:1px solid #e5ebf5;border-radius:20px;overflow:hidden;box-shadow:0 10px 24px #0f172a0a}.leaveApplyCompactPanelHeader,.leaveApplyCompactSideHead{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px 12px;display:flex}.leaveApplyCompactPanelHeader h3,.leaveApplyCompactSideHead h3{color:#0f172a;letter-spacing:-.02em;margin:6px 0 0;font-size:17px;font-weight:800;line-height:1.2}.leaveApplyCompactPanelHeader p{color:#64748b;margin:6px 0 0;font-size:13px;line-height:1.5}.leaveApplyCompactGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:16px 18px 18px;display:grid}.leaveApplyCompactGridNotes{grid-template-columns:repeat(2,minmax(0,1fr))}.leaveApplyCompactInput{min-height:44px;padding-top:11px;padding-bottom:11px}.leaveApplyCompactTextarea{resize:vertical;min-height:124px}.leaveApplyCompactModeRow{flex-wrap:wrap;gap:8px;display:flex}.leaveApplyCompactModeChip{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe6f5;border-radius:12px;padding:9px 12px;font-size:12px;font-weight:700;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s}.leaveApplyCompactModeChip:hover{background:#f8fbff;border-color:#b8cff9;transform:translateY(-1px)}.leaveApplyCompactModeChip.active{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff 0%,#fff 100%);border-color:#2563eb;box-shadow:0 8px 18px #2563eb14}.leaveApplyCompactModeChip:disabled{opacity:.65;cursor:not-allowed;transform:none}.leaveApplyCompactInfoStrip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:0 18px 18px;display:grid}.leaveApplyCompactInfoItem{background:#fbfdff;border:1px solid #e8eef8;border-radius:14px;min-width:0;padding:12px 13px}.leaveApplyCompactInfoItem span{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:10px;font-weight:700;line-height:1;display:block}.leaveApplyCompactInfoItem strong{color:#0f172a;word-break:break-word;font-size:13px;font-weight:800;line-height:1.4;display:block}.leaveApplyCompactLabelRow{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.leaveApplyCompactLabelRow label{margin:0}.leaveApplyCompactLabelRow span{color:#94a3b8;font-size:11px;font-weight:700}.leaveApplyCompactBottomRow{grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);align-items:stretch;gap:12px;display:grid}.leaveApplyCompactCheckCard{background:#fbfdff;border:1px solid #e7edf8;border-radius:14px;min-height:54px;padding:14px 16px}.leaveApplyCompactInlineNotice{align-items:center;margin:0;display:flex}.leaveApplyCompactActionBar{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #e2e8f0f2;border-radius:18px;flex-wrap:wrap;gap:10px;padding:12px;display:flex;position:sticky;bottom:10px;box-shadow:0 16px 36px #0f172a14}.leaveApplyCompactSideCardSticky{position:sticky;top:16px}.leaveApplyCompactSummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px 18px 18px;display:grid}.leaveApplyCompactSummaryItem{background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #e8eef8;border-radius:14px;min-width:0;padding:12px 13px}.leaveApplyCompactSummaryItemFull{grid-column:1/-1}.leaveApplyCompactSummaryItem span{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:10px;font-weight:700;line-height:1;display:block}.leaveApplyCompactSummaryItem strong{color:#0f172a;word-break:break-word;font-size:13px;font-weight:800;line-height:1.45;display:block}.leaveApplyCompactMetricGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px 18px 18px;display:grid}.leaveApplyCompactMetricCard{background:#fbfdff;border:1px solid #e8eef8;border-radius:14px;padding:14px}.leaveApplyCompactMetricCardAccent{background:linear-gradient(135deg,#eff6ff 0%,#fff 100%);border-color:#cfe0ff}.leaveApplyCompactMetricCard span{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:10px;font-weight:700;line-height:1;display:block}.leaveApplyCompactMetricCard strong{color:#0f172a;letter-spacing:-.02em;word-break:break-word;font-size:18px;font-weight:800;line-height:1.2;display:block}.leaveApplyCompactPreviewText{padding:16px 18px 18px}.leaveApplyCompactPolicyNotice{margin:16px 18px 0}.leaveApplyCompactPolicyGrid{grid-template-columns:1fr;gap:10px;padding:16px 18px 18px;display:grid}.leaveApplyCompactPolicyItem{background:#fbfdff;border:1px solid #e8eef8;border-radius:14px;padding:12px 13px}.leaveApplyCompactPolicyItem span{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:10px;font-weight:700;line-height:1;display:block}.leaveApplyCompactPolicyItem strong{color:#0f172a;word-break:break-word;font-size:13px;font-weight:800;line-height:1.45;display:block}@media (max-width:1280px){.leaveApplyCompactTopbar,.leaveApplyCompactLayout{grid-template-columns:1fr}.leaveApplyCompactSide{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.leaveApplyCompactSideCardSticky{position:static}}@media (max-width:1080px){.leaveApplyCompactGrid,.leaveApplyCompactInfoStrip{grid-template-columns:repeat(2,minmax(0,1fr))}.leaveApplyCompactSide{grid-template-columns:1fr 1fr}.leaveApplyCompactBottomRow{grid-template-columns:1fr}}@media (max-width:820px){.leaveApplyCompactMeta,.leaveApplyCompactGrid,.leaveApplyCompactGridNotes,.leaveApplyCompactInfoStrip,.leaveApplyCompactSummaryGrid,.leaveApplyCompactMetricGrid,.leaveApplyCompactSide{grid-template-columns:1fr}.leaveApplyCompactSummaryItemFull{grid-column:auto}.leaveApplyCompactTopbar,.leaveApplyCompactPanel,.leaveApplyCompactSideCard{border-radius:18px}}@media (max-width:640px){.leaveApplyCompactTopbar{padding:16px}.leaveApplyCompactIntro h2{font-size:22px}.leaveApplyCompactPanelHeader,.leaveApplyCompactSideHead{padding:14px 14px 10px}.leaveApplyCompactGrid,.leaveApplyCompactSummaryGrid,.leaveApplyCompactMetricGrid,.leaveApplyCompactPolicyGrid{padding:14px}.leaveApplyCompactInfoStrip{padding:0 14px 14px}.leaveApplyCompactActionBar{flex-direction:column;position:static}.leaveApplyCompactActionBar .leaveBtn{width:100%}}:root{--leave-primary:#0170ff;--leave-primary-strong:#0038ff;--leave-primary-deep:#0425cc;--leave-primary-soft:#f3f8ff;--leave-text:#0a0d1c;--leave-text-muted:#5a5c76;--leave-text-soft:#75788f;--leave-border:#dfe1f0;--leave-border-strong:#b8bacc;--leave-surface:#fff;--leave-surface-soft:#f8faff;--leave-surface-muted:#f5f7fc;--leave-success:#16a34a;--leave-success-soft:#ecfdf3;--leave-warning:#f59e0b;--leave-warning-soft:#fff7e8;--leave-danger:#ef4444;--leave-danger-soft:#fef2f2;--leave-radius-sm:10px;--leave-radius-md:14px;--leave-radius-lg:18px;--leave-radius-xl:22px;--leave-shadow-sm:0 1px 2px #0a0d1c0a;--leave-shadow-md:0 8px 24px #0a0d1c0f;--leave-shadow-lg:0 18px 48px #0170ff14}.leavePageV2{color:var(--leave-text);flex-direction:column;gap:18px;padding:22px 24px 28px;display:flex}.leaveContentStack{flex-direction:column;gap:18px;display:flex}.leavePageHeader{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.leavePageHeaderMain{flex-direction:column;gap:8px;min-width:0;display:flex}.leavePageEyebrow{background:var(--leave-primary-soft);width:fit-content;color:var(--leave-primary-deep);border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.leavePageTitle{letter-spacing:-.02em;color:var(--leave-text);margin:0;font-size:34px;font-weight:800;line-height:1.1}.leavePageSubtitle{max-width:760px;color:var(--leave-text-muted);margin:0;font-size:14px;line-height:1.6}.leavePageActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.leavePageFrameTabs,.leavePageFrameStats{display:block}.leaveTopTabs{border:1px solid var(--leave-border);border-radius:var(--leave-radius-lg);background:var(--leave-surface);box-shadow:var(--leave-shadow-sm);flex-wrap:wrap;gap:10px;padding:8px;display:flex}.leaveTopTab{color:var(--leave-text-muted);border-radius:12px;justify-content:center;align-items:center;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.leaveTopTab:hover{background:var(--leave-surface-muted);color:var(--leave-text)}.leaveTopTab.active{background:var(--leave-primary);color:#fff;box-shadow:var(--leave-shadow-sm)}.leaveMetricGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.leaveMetricCard{border-radius:var(--leave-radius-lg);border:1px solid var(--leave-border);background:var(--leave-surface);min-height:112px;box-shadow:var(--leave-shadow-sm);flex-direction:column;gap:8px;padding:16px 18px;display:flex}.leaveMetricCard--accent{background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%)}.leaveMetricCard--success{background:linear-gradient(135deg,#f7fffb 0%,#effcf5 100%)}.leaveMetricCard--warning{background:linear-gradient(135deg,#fffdfa 0%,#fff7ea 100%)}.leaveMetricCard--danger{background:linear-gradient(135deg,snow 0%,#fff1f1 100%)}.leaveMetricCardTitle{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.leaveMetricCardValue{color:var(--leave-text);font-size:28px;font-weight:800;line-height:1.1}.leaveMetricCardNote{color:var(--leave-text-muted);font-size:12px;line-height:1.5}.leaveBtn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:14px;font-weight:700;text-decoration:none;transition:all .18s;display:inline-flex}.leaveBtnPrimary{background:var(--leave-primary);color:#fff;box-shadow:0 10px 24px #0170ff29}.leaveBtnPrimary:hover{background:var(--leave-primary-strong)}.leaveBtnSecondary{background:var(--leave-surface);color:var(--leave-text);border-color:var(--leave-border)}.leaveBtnSecondary:hover{background:var(--leave-surface-muted)}.leaveBtnGhost{color:var(--leave-text);background:0 0;border-color:#0000}.leaveBtnGhost:hover{background:var(--leave-surface-muted)}.leaveTextLink{color:var(--leave-primary);font-size:13px;font-weight:700;text-decoration:none}.leaveTextLink:hover{text-decoration:underline}.leaveSectionCard{border:1px solid var(--leave-border);border-radius:var(--leave-radius-xl);background:var(--leave-surface);box-shadow:var(--leave-shadow-sm)}.leaveSectionCardHead{justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 18px 0;display:flex}.leaveSectionCardHeadText{flex-direction:column;gap:4px;display:flex}.leaveSectionCardHeadText h3{color:var(--leave-text);margin:0;font-size:20px;font-weight:800;line-height:1.2}.leaveSectionCardHeadText p{color:var(--leave-text-muted);margin:0;font-size:13px;line-height:1.5}.leaveSectionCardBody{padding:18px}.leaveQuickGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.leaveQuickCard{border-radius:var(--leave-radius-lg);border:1px solid var(--leave-border);background:var(--leave-surface);color:var(--leave-text);box-shadow:var(--leave-shadow-sm);flex-direction:column;gap:6px;padding:16px 18px;text-decoration:none;display:flex}.leaveQuickTitle{font-size:15px;font-weight:800}.leaveQuickDesc{color:var(--leave-text-muted);font-size:13px;line-height:1.5}.leaveStateCard{border:1px solid var(--leave-border);border-radius:var(--leave-radius-lg);background:var(--leave-surface);color:var(--leave-text);padding:16px 18px}.leaveStateError{background:var(--leave-danger-soft);color:#991b1b;border-color:#ef44442e}.leaveStateSuccess{background:var(--leave-success-soft);color:#166534;border-color:#16a34a2e}.leaveStateInfo{background:var(--leave-primary-soft);color:var(--leave-primary-deep);border-color:#0170ff1f}.leaveEmptyState{flex-direction:column;align-items:flex-start;gap:10px;padding:8px 0;display:flex}.leaveEmptyStateIcon{background:var(--leave-surface-muted);width:42px;height:42px;color:var(--leave-text-soft);border-radius:12px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.leaveEmptyState h4{margin:0;font-size:18px;font-weight:800}.leaveEmptyState p{max-width:520px;color:var(--leave-text-muted);margin:0;font-size:14px;line-height:1.6}.leaveEmptyStateAction{padding-top:4px}.leaveToolbarV2{border:1px solid var(--leave-border);border-radius:var(--leave-radius-lg);background:var(--leave-surface);justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.leaveToolbarV2Start,.leaveToolbarV2End{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.leaveBadge{border:1px solid var(--leave-border);background:var(--leave-surface-soft);min-height:28px;color:var(--leave-text);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.leaveBadgeSuccess{background:var(--leave-success-soft);color:var(--leave-success);border-color:#16a34a29}.leaveBadgeWarning{background:var(--leave-warning-soft);color:#b45309;border-color:#f59e0b29}.leaveBadgeDanger{background:var(--leave-danger-soft);color:var(--leave-danger);border-color:#ef444429}.leaveSkeletonStack{flex-direction:column;gap:16px;display:flex}.leaveSkeletonGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.leaveSkeletonCard{border-radius:var(--leave-radius-xl);background:linear-gradient(90deg,#dfe1f075 0%,#eff0f9e6 50%,#dfe1f075 100%) 0 0/200% 100%;min-height:160px;animation:1.4s linear infinite leaveShimmer}.leaveSkeletonHero{min-height:220px}@keyframes leaveShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.leaveDashboardHero{background:radial-gradient(circle at 100% 0,#0170ff24,#0000 28%),linear-gradient(135deg,#8a75ff14 0%,#0170ff0f 52%,#0170ff1f 100%);border:1px solid #0170ff14;border-radius:28px;grid-template-columns:minmax(0,1fr) 360px;gap:18px;padding:26px 28px;display:grid;box-shadow:0 22px 48px #0170ff14}.leaveDashboardHeroContent{flex-direction:column;gap:14px;min-width:0;display:flex}.leaveDashboardEyebrow{width:fit-content;color:var(--leave-primary-deep);background:#ffffffb8;border:1px solid #0170ff1f;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;display:inline-flex}.leaveDashboardHeroContent h2{letter-spacing:-.04em;max-width:760px;color:var(--leave-text);margin:0;font-size:30px;font-weight:900;line-height:1.02}.leaveDashboardHeroLead{max-width:760px;color:var(--leave-text-muted);margin:0;font-size:15px;line-height:1.75}.leaveDashboardHeroLead strong{color:var(--leave-text);font-weight:700}.leaveDashboardHeroDot{color:#d38a00;margin:0 8px;font-weight:900;display:inline-block}.leaveDashboardMetaRow{flex-wrap:wrap;gap:10px;display:flex}.leaveDashboardMetaPill{min-height:34px;color:var(--leave-text);background:#ffffffe6;border:1px solid #0170ff14;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #0a0d1c08}.leaveDashboardHeroActions{flex-wrap:wrap;gap:12px;padding-top:2px;display:flex}.leaveDashboardHeroStats{grid-template-columns:repeat(3,minmax(0,1fr));align-self:center;gap:12px;display:grid}.leaveDashboardHeroStat{border:1px solid var(--leave-border);min-height:118px;box-shadow:var(--leave-shadow-sm);background:#ffffffd1;border-radius:18px;flex-direction:column;gap:6px;padding:16px 16px 14px;display:flex}.leaveDashboardHeroStat span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:800}.leaveDashboardHeroStat strong{color:var(--leave-text);font-size:20px;font-weight:900;line-height:1.05}.leaveDashboardHeroStat small{color:var(--leave-text-muted);font-size:12px;line-height:1.45}.leaveDashboardHeroStatSuccess{background:linear-gradient(135deg,#f5fffa 0%,#edf9f2 100%)}.leaveDashboardHeroStatWarning{background:linear-gradient(135deg,#fffdfa 0%,#fff6e7 100%)}.leaveDashboardHeroStatAccent{background:linear-gradient(135deg,#f7fbff 0%,#edf4ff 100%)}.leaveDashboardGrid{grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);align-items:start;gap:18px;display:grid}.leaveDashboardMain,.leaveDashboardSide{flex-direction:column;gap:18px;display:flex}.leaveDashboardBalanceGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.leaveDashboardBalanceCard{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:20px;flex-direction:column;gap:14px;padding:18px;display:flex;position:relative;overflow:hidden}.leaveDashboardBalanceAccent{border-top-left-radius:20px;border-top-right-radius:20px;width:100%;height:4px;position:absolute;inset:0 auto auto 0}.leaveDashboardBalanceHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveDashboardBalanceIdentity{align-items:center;gap:12px;min-width:0;display:flex}.leaveDashboardBalanceIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:inline-flex}.leaveDashboardBalanceIdentityText{min-width:0}.leaveDashboardBalanceIdentityText h4{color:var(--leave-text);margin:0;font-size:16px;font-weight:800;line-height:1.2}.leaveDashboardBalanceIdentityText p{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;margin:4px 0 0;font-size:11px;font-weight:700}.leaveDashboardBalancePendingChip{color:#d97706;white-space:nowrap;background:#f59e0b1f;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.leaveDashboardBalanceNumbers{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.leaveDashboardBalanceNumbers strong{color:var(--leave-text);font-size:38px;font-weight:900;line-height:1}.leaveDashboardBalanceNumbers span{color:var(--leave-text-soft);font-size:14px}.leaveDashboardBalanceBar{background:#e8edf8;border-radius:999px;width:100%;height:8px;overflow:hidden}.leaveDashboardBalanceBarFill{border-radius:999px;height:100%}.leaveDashboardBalanceFoot{color:var(--leave-text-soft);flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:12px;display:flex}.leaveDashboardBalanceFoot strong{color:var(--leave-text);font-weight:800}.leaveDashboardRequestList{flex-direction:column;gap:12px;display:flex}.leaveDashboardRequestFilters{flex-wrap:wrap;gap:8px;display:flex}.leaveDashboardRequestFilter{background:var(--leave-surface-muted);min-height:30px;color:var(--leave-text-soft);border-radius:10px;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.leaveDashboardRequestFilter.is-active{color:var(--leave-text);border:1px solid var(--leave-border);background:#fff}.leaveDashboardRequestRow{border:1px solid var(--leave-border);color:inherit;background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;text-decoration:none;transition:all .18s;display:flex}.leaveDashboardRequestRow:hover{box-shadow:var(--leave-shadow-sm);border-color:#0170ff2e;transform:translateY(-1px)}.leaveDashboardRequestLeft{align-items:flex-start;gap:12px;min-width:0;display:flex}.leaveDashboardRequestIcon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:900;display:inline-flex}.leaveDashboardRequestMain{flex-direction:column;gap:6px;min-width:0;display:flex}.leaveDashboardRequestMain h4{color:var(--leave-text);margin:0;font-size:16px;font-weight:800}.leaveDashboardRequestCode{color:var(--leave-primary);font-size:12px;font-weight:800}.leaveDashboardRequestMeta{color:var(--leave-text-muted);flex-wrap:wrap;gap:10px;font-size:13px;display:flex}.leaveDashboardRequestSide{flex-shrink:0;align-items:center;gap:14px;display:flex}.leaveDashboardRequestApplied{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.leaveDashboardRequestApplied strong{color:var(--leave-text);font-size:14px}.leaveDashboardTinyLabel{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.leaveDashboardHolidayList{flex-direction:column;gap:10px;display:flex}.leaveDashboardHolidayRow{border:1px solid var(--leave-border);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:16px;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;display:grid}.leaveDashboardHolidayDate{height:58px;color:var(--leave-primary-deep);text-align:center;background:#0170ff14;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;display:flex}.leaveDashboardHolidayDate span{letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:900}.leaveDashboardHolidayDate strong{font-size:24px;font-weight:900;line-height:1}.leaveDashboardHolidayBody{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveDashboardHolidayBody strong{color:var(--leave-text);font-size:15px}.leaveDashboardHolidayBody span{color:var(--leave-text-muted);font-size:12px}.leaveDashboardHolidayTag{background:var(--leave-primary-soft);min-height:28px;color:var(--leave-primary-deep);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.leaveDashboardHolidayTag.is-optional{color:#d97706;background:#f59e0b1f}.leaveDashboardActionsGrid{grid-template-columns:1fr;gap:12px;display:grid}.leaveDashboardActionCard{border:1px solid var(--leave-border);color:var(--leave-text);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:18px;flex-direction:column;gap:6px;padding:18px;text-decoration:none;transition:all .18s;display:flex}.leaveDashboardActionCard:hover{box-shadow:var(--leave-shadow-sm);border-color:#0170ff2e;transform:translateY(-1px)}.leaveDashboardActionCard strong{font-size:15px;font-weight:800}.leaveDashboardActionCard span{color:var(--leave-text-muted);font-size:13px;line-height:1.55}.leaveDashboardActionCardPrimary{background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%);border-color:#0170ff29}@media (max-width:1200px){.leaveMetricGrid,.leaveDashboardBalanceGrid,.leaveQuickGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.leaveDashboardHero{grid-template-columns:1fr}.leaveDashboardHeroStats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.leavePageV2{padding:18px}.leavePageHeader{flex-direction:column}.leaveDashboardGrid{grid-template-columns:1fr}.leaveDashboardHeroContent h2{font-size:38px}.leaveDashboardRequestRow{flex-direction:column;align-items:flex-start}.leaveDashboardRequestSide{justify-content:space-between;width:100%}.leaveDashboardRequestApplied{align-items:flex-start}}@media (max-width:640px){.leavePageTitle{font-size:28px}.leaveMetricGrid,.leaveQuickGrid,.leaveDashboardBalanceGrid,.leaveSkeletonGrid,.leaveDashboardHeroStats{grid-template-columns:1fr}.leaveTopTabs{gap:8px}.leaveTopTab{justify-content:flex-start;width:100%}.leaveDashboardHero{padding:20px}.leaveDashboardHeroContent h2{font-size:30px}.leaveDashboardHolidayRow{grid-template-columns:1fr;align-items:flex-start}.leaveDashboardHeroActions{flex-direction:column;align-items:stretch}.leavePageActions{width:100%}.leavePageActions .leaveBtn{flex:auto}}.leaveApplyV2Page{flex-direction:column;gap:18px;display:flex}.leaveApplyV2Hero{border-radius:var(--leave-radius-xl);box-shadow:var(--leave-shadow-md);background:radial-gradient(circle at 100% 0,#0170ff14,#0000 34%),linear-gradient(135deg,#f8fbff 0%,#f4f8ff 100%);border:1px solid #0170ff1a;flex-direction:column;gap:14px;padding:22px;display:flex}.leaveApplyV2HeroMain{flex-direction:column;gap:10px;display:flex}.leaveApplyV2HeroMain h2{letter-spacing:-.03em;color:var(--leave-text);margin:0;font-size:34px;font-weight:900;line-height:1.08}.leaveApplyV2HeroMain p{max-width:760px;color:var(--leave-text-muted);margin:0;font-size:14px;line-height:1.7}.leaveApplyV2HeroMeta{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.leaveApplyV2MetaCard{border:1px solid var(--leave-border);background:#ffffffe6;border-radius:16px;flex-direction:column;gap:6px;min-height:96px;padding:16px;display:flex}.leaveApplyV2MetaCard span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.leaveApplyV2MetaCard strong{color:var(--leave-text);font-size:18px;font-weight:800;line-height:1.25}.leaveApplyV2MetaCard small{color:var(--leave-text-muted);font-size:12px}.leaveApplyV2MetaCardAccent{background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%)}.leaveApplyV2Layout{grid-template-columns:minmax(0,1.55fr) minmax(320px,.95fr);align-items:start;gap:18px;display:grid}.leaveApplyV2Main,.leaveApplyV2Side,.leaveApplyV2Form{flex-direction:column;gap:18px;display:flex}.leaveApplyV2Sticky{position:sticky;top:18px}.leaveApplyV2Page .leaveField{flex-direction:column;gap:8px;display:flex}.leaveApplyV2Page .leaveField label{color:var(--leave-text);font-size:13px;font-weight:700}.leaveApplyV2Page .leaveInput,.leaveApplyV2Page .leaveTextarea{border:1px solid var(--leave-border);background:var(--leave-surface);width:100%;color:var(--leave-text);border-radius:14px;transition:all .18s}.leaveApplyV2Page .leaveInput{min-height:46px;padding:0 14px}.leaveApplyV2Page .leaveTextarea{resize:vertical;min-height:126px;padding:12px 14px}.leaveApplyV2Page .leaveInput:focus,.leaveApplyV2Page .leaveTextarea:focus{border-color:#0170ff47;outline:none;box-shadow:0 0 0 4px #0170ff14}.leaveApplyV2TypeGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.leaveApplyV2TypeCard{border:1px solid var(--leave-border);background:var(--leave-surface-soft);text-align:left;cursor:pointer;border-radius:16px;gap:12px;width:100%;padding:15px 16px;transition:all .18s;display:flex}.leaveApplyV2TypeCard:hover{border-color:#0170ff2e;transform:translateY(-1px)}.leaveApplyV2TypeCard.active{background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%)}.leaveApplyV2TypeSwatch{border-radius:999px;flex-shrink:0;width:10px}.leaveApplyV2TypeCardBody{flex-direction:column;gap:8px;min-width:0;display:flex}.leaveApplyV2TypeCardTop{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.leaveApplyV2TypeCardTop strong{color:var(--leave-text);font-size:15px;font-weight:800}.leaveApplyV2TypeCardTop span{min-height:24px;color:var(--leave-primary-deep);white-space:nowrap;background:#0170ff14;border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.leaveApplyV2TypeCardMeta{flex-wrap:wrap;gap:6px;display:flex}.leaveApplyV2TypeCardMeta span{background:var(--leave-surface);border:1px solid var(--leave-border);min-height:22px;color:var(--leave-text-muted);border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.leaveApplyV2ModeRow{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:14px;display:grid}.leaveApplyV2ModeBtn{border:1px solid var(--leave-border);background:var(--leave-surface);min-height:42px;color:var(--leave-text-muted);cursor:pointer;border-radius:12px;padding:0 12px;font-size:13px;font-weight:800;transition:all .18s}.leaveApplyV2ModeBtn:hover{background:var(--leave-surface-muted);color:var(--leave-text)}.leaveApplyV2ModeBtn.active{color:var(--leave-primary-deep);background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%);border-color:#0170ff2e}.leaveApplyV2FormGrid,.leaveApplyV2TextGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.leaveApplyV2LabelRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.leaveApplyV2LabelRow span{color:var(--leave-text-soft);font-size:12px;font-weight:700}.leaveApplyV2InfoStrip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.leaveApplyV2InfoItem{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:14px;flex-direction:column;gap:6px;padding:14px;display:flex}.leaveApplyV2InfoItem span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.leaveApplyV2InfoItem strong{color:var(--leave-text);font-size:14px;font-weight:800}.leaveApplyV2BottomRow{flex-direction:column;gap:12px;margin-top:16px;display:flex}.leaveApplyV2CheckCard{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:16px;align-items:flex-start;gap:10px;padding:14px 16px;display:flex}.leaveApplyV2CheckCard input{margin-top:3px}.leaveApplyV2CheckCard span{flex-direction:column;gap:4px;display:flex}.leaveApplyV2CheckCard strong{color:var(--leave-text);font-size:14px;font-weight:800}.leaveApplyV2CheckCard small{color:var(--leave-text-muted);font-size:12px;line-height:1.5}.leaveApplyV2InlineNote{background:var(--leave-primary-soft);color:var(--leave-primary-deep);border:1px solid #0170ff1a;border-radius:14px;padding:12px 14px;font-size:12px;line-height:1.6}.leaveApplyV2InlineNoteWarning{background:var(--leave-warning-soft);color:#b45309;border-color:#f59e0b29;margin-bottom:12px}.leaveApplyV2ActionBar{flex-wrap:wrap;gap:10px;display:flex}.leaveApplyV2SummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.leaveApplyV2SummaryItem{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:14px;flex-direction:column;gap:6px;min-height:78px;padding:14px;display:flex}.leaveApplyV2SummaryItem span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.leaveApplyV2SummaryItem strong{color:var(--leave-text);font-size:14px;font-weight:800;line-height:1.5}.leaveApplyV2SummaryItemFull{grid-column:1/-1}.leaveApplyV2Alert{background:var(--leave-primary-soft);color:var(--leave-primary-deep);border:1px solid #0170ff1a;border-radius:14px;margin-top:14px;padding:12px 14px;font-size:12px;line-height:1.6}.leaveApplyV2MetricGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.leaveApplyV2MetricCard{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:14px;flex-direction:column;gap:6px;min-height:90px;padding:14px;display:flex}.leaveApplyV2MetricCard span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.leaveApplyV2MetricCard strong{color:var(--leave-text);font-size:24px;font-weight:900;line-height:1.1}.leaveApplyV2MetricCardAccent{background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%)}.leaveApplyV2PolicyGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.leaveApplyV2PolicyItem{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:14px;flex-direction:column;gap:6px;min-height:82px;padding:14px;display:flex}.leaveApplyV2PolicyItem span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.leaveApplyV2PolicyItem strong{color:var(--leave-text);font-size:14px;font-weight:800;line-height:1.55}@media (max-width:1200px){.leaveApplyV2HeroMeta,.leaveApplyV2InfoStrip,.leaveApplyV2TypeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.leaveApplyV2Layout{grid-template-columns:1fr}.leaveApplyV2Sticky{position:static}.leaveApplyV2TextGrid{grid-template-columns:1fr}}@media (max-width:640px){.leaveApplyV2Hero{padding:18px}.leaveApplyV2HeroMain h2{font-size:28px}.leaveApplyV2HeroMeta,.leaveApplyV2FormGrid,.leaveApplyV2InfoStrip,.leaveApplyV2SummaryGrid,.leaveApplyV2MetricGrid,.leaveApplyV2PolicyGrid,.leaveApplyV2TypeGrid{grid-template-columns:1fr}.leaveApplyV2ModeRow{grid-template-columns:repeat(2,minmax(0,1fr))}.leaveApplyV2ActionBar{flex-direction:column;align-items:stretch}}.leaveQuickDrawerOverlay{z-index:1200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0d1c57;justify-content:flex-end;display:flex;position:fixed;inset:0}.leaveQuickDrawer{background:var(--leave-surface);border-left:1px solid var(--leave-border);flex-direction:column;width:min(520px,100vw);height:100vh;animation:.18s leaveDrawerIn;display:flex;box-shadow:-18px 0 40px #0a0d1c1f}@keyframes leaveDrawerIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.leaveQuickDrawerHeader{border-bottom:1px solid var(--leave-border);justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 18px 14px;display:flex}.leaveQuickDrawerHeaderText{flex-direction:column;gap:6px;display:flex}.leaveQuickDrawerEyebrow{background:var(--leave-primary-soft);width:fit-content;color:var(--leave-primary-deep);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.leaveQuickDrawerHeaderText h2{color:var(--leave-text);margin:0;font-size:24px;font-weight:900;line-height:1.15}.leaveQuickDrawerHeaderText p{color:var(--leave-text-muted);margin:0;font-size:13px;line-height:1.6}.leaveQuickDrawerClose{border:1px solid var(--leave-border);background:var(--leave-surface);width:36px;height:36px;color:var(--leave-text);cursor:pointer;border-radius:12px;font-size:22px;line-height:1}.leaveQuickDrawerBody{flex-direction:column;flex:1;gap:14px;padding:14px 16px 24px;display:flex;overflow-y:auto}.leaveQuickDrawerLoading{padding:16px}.leaveQuickDrawerSection{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:16px;flex-direction:column;gap:12px;padding:14px;display:flex}.leaveQuickDrawerSectionHead{justify-content:space-between;align-items:center;gap:10px;display:flex}.leaveQuickDrawerSectionHead h3{color:var(--leave-text);margin:0;font-size:15px;font-weight:800}.leaveQuickDrawerTypeGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.leaveQuickDrawerTypeCard{border:1px solid var(--leave-border);background:var(--leave-surface);cursor:pointer;text-align:left;border-radius:14px;align-items:center;gap:10px;padding:12px;transition:all .18s;display:flex}.leaveQuickDrawerTypeCard:hover{border-color:#0170ff2e}.leaveQuickDrawerTypeCard.active{background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%)}.leaveQuickDrawerTypeSwatch{border-radius:999px;flex-shrink:0;align-self:stretch;width:8px}.leaveQuickDrawerTypeText{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveQuickDrawerTypeText strong{color:var(--leave-text);font-size:13px;font-weight:800}.leaveQuickDrawerTypeText span{color:var(--leave-text-soft);font-size:11px;font-weight:700}.leaveQuickDrawerModeRow{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.leaveQuickDrawerModeBtn{border:1px solid var(--leave-border);background:var(--leave-surface);min-height:38px;color:var(--leave-text-muted);cursor:pointer;border-radius:12px;padding:0 8px;font-size:12px;font-weight:800}.leaveQuickDrawerModeBtn.active{background:var(--leave-primary-soft);color:var(--leave-primary-deep);border-color:#0170ff29}.leaveQuickDrawerFormGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.leaveQuickDrawerBody .leaveField{flex-direction:column;gap:6px;display:flex}.leaveQuickDrawerBody .leaveField label{color:var(--leave-text);font-size:12px;font-weight:700}.leaveQuickDrawerBody .leaveInput,.leaveQuickDrawerBody .leaveTextarea{border:1px solid var(--leave-border);background:var(--leave-surface);width:100%;color:var(--leave-text);border-radius:12px;transition:all .18s}.leaveQuickDrawerBody .leaveInput{min-height:42px;padding:0 12px}.leaveQuickDrawerBody .leaveTextarea{resize:vertical;min-height:92px;padding:10px 12px}.leaveQuickDrawerBody .leaveInput:focus,.leaveQuickDrawerBody .leaveTextarea:focus{border-color:#0170ff47;outline:none;box-shadow:0 0 0 4px #0170ff14}.leaveQuickDrawerSummaryStrip{grid-template-columns:1fr 1fr;gap:8px;display:grid}.leaveQuickDrawerSummaryChip{border:1px solid var(--leave-border);background:#ffffffe6;border-radius:12px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.leaveQuickDrawerSummaryChipWide{grid-column:1/-1}.leaveQuickDrawerSummaryChip span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.leaveQuickDrawerSummaryChip strong{color:var(--leave-text);font-size:13px;font-weight:800;line-height:1.45}.leaveQuickDrawerCheckRow{border:1px solid var(--leave-border);background:var(--leave-surface);width:fit-content;min-height:40px;color:var(--leave-text);border-radius:12px;align-items:center;gap:10px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.leaveQuickDrawerContextGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.leaveQuickDrawerContextCard{border:1px solid var(--leave-border);background:var(--leave-surface);border-radius:14px;flex-direction:column;gap:4px;min-height:82px;padding:12px;display:flex}.leaveQuickDrawerContextCardAccent{background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%)}.leaveQuickDrawerContextCard span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.leaveQuickDrawerContextCard strong{color:var(--leave-text);font-size:20px;font-weight:900;line-height:1.2}.leaveQuickDrawerHelperText{color:var(--leave-text-muted);font-size:12px;line-height:1.6}.leaveQuickDrawerInlineNotice{background:var(--leave-primary-soft);color:var(--leave-primary-deep);border:1px solid #0170ff1a;border-radius:12px;padding:10px 12px;font-size:12px;line-height:1.6}.leaveQuickDrawerFooter{background:linear-gradient(#fff0 0%,#ffffffe0 16%,#fff 100%);justify-content:flex-end;gap:10px;padding-top:8px;display:flex;position:sticky;bottom:0}@media (max-width:640px){.leaveQuickDrawer{width:100vw}.leaveQuickDrawerTypeGrid,.leaveQuickDrawerFormGrid,.leaveQuickDrawerSummaryStrip,.leaveQuickDrawerContextGrid{grid-template-columns:1fr}.leaveQuickDrawerModeRow{grid-template-columns:1fr 1fr}}.leaveDashboardActionCard{appearance:none;text-align:left;width:100%;font:inherit;cursor:pointer}.leaveRequestsV2Page{flex-direction:column;gap:18px;display:flex}.leaveRequestsV2Hero{border-radius:var(--leave-radius-xl);box-shadow:var(--leave-shadow-md);background:radial-gradient(circle at 100% 0,#0170ff14,#0000 34%),linear-gradient(135deg,#f8fbff 0%,#f4f8ff 100%);border:1px solid #0170ff1a;flex-direction:column;gap:14px;padding:22px;display:flex}.leaveRequestsV2HeroMain{flex-direction:column;gap:10px;display:flex}.leaveRequestsV2HeroMain h2{letter-spacing:-.03em;color:var(--leave-text);margin:0;font-size:34px;font-weight:900;line-height:1.08}.leaveRequestsV2HeroMain p{max-width:760px;color:var(--leave-text-muted);margin:0;font-size:14px;line-height:1.7}.leaveRequestsV2HeroMeta{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.leaveRequestsV2MetaCard{border:1px solid var(--leave-border);background:#ffffffeb;border-radius:16px;flex-direction:column;gap:6px;min-height:96px;padding:16px;display:flex}.leaveRequestsV2MetaCard span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.leaveRequestsV2MetaCard strong{color:var(--leave-text);font-size:22px;font-weight:900;line-height:1.15}.leaveRequestsV2MetaCard small{color:var(--leave-text-muted);font-size:12px}.leaveRequestsV2MetaCardAccent{background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%)}.leaveRequestsV2TabRow{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.leaveRequestsV2TabBtn{border:1px solid var(--leave-border);background:var(--leave-surface);min-height:38px;color:var(--leave-text-muted);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:800;transition:all .18s;display:inline-flex}.leaveRequestsV2TabBtn:hover{background:var(--leave-surface-muted);color:var(--leave-text)}.leaveRequestsV2TabBtn.active{color:var(--leave-primary-deep);background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%);border-color:#0170ff2e}.leaveRequestsV2TabBtn strong{font-size:12px;font-weight:900}.leaveRequestsV2Toolbar{grid-template-columns:minmax(0,1.5fr) repeat(2,minmax(160px,.7fr)) auto;align-items:end;gap:12px;display:grid}.leaveRequestsV2ToolbarSearch{flex-direction:column;gap:8px;display:flex}.leaveRequestsV2ToolbarSearch label,.leaveRequestsV2Toolbar .leaveField label{color:var(--leave-text);font-size:12px;font-weight:700}.leaveRequestsV2InputWrap{position:relative}.leaveRequestsV2InputIcon{color:var(--leave-text-soft);pointer-events:none;font-size:13px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.leaveRequestsV2Input{border-radius:12px;min-height:44px}.leaveRequestsV2InputWithIcon{padding-left:32px!important}.leaveRequestsV2ToolbarActions{gap:10px;display:flex}.leaveRequestsV2TableWrap{border:1px solid var(--leave-border);background:var(--leave-surface);border-radius:18px;overflow:auto}.leaveRequestsV2Table{border-collapse:collapse;width:100%;min-width:980px}.leaveRequestsV2Table thead th{border-bottom:1px solid var(--leave-border);background:var(--leave-surface-soft);text-align:left;color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;padding:14px 16px;font-size:12px;font-weight:800}.leaveRequestsV2Table tbody td{vertical-align:middle;border-bottom:1px solid #eef1f7;padding:14px 16px}.leaveRequestsV2Table tbody tr:last-child td{border-bottom:0}.leaveRequestsV2CellMain{flex-direction:column;gap:8px;display:flex}.leaveRequestsV2CellTop{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.leaveRequestsV2Code{min-height:24px;color:var(--leave-primary-deep);background:#0170ff14;border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:900;display:inline-flex}.leaveRequestsV2ModePill{border:1px solid var(--leave-border);background:var(--leave-surface);min-height:24px;color:var(--leave-text-muted);border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.leaveRequestsV2CellTitle{color:var(--leave-text);font-size:14px;font-weight:800}.leaveRequestsV2Primary{color:var(--leave-text);font-size:13px;font-weight:700}.leaveRequestsV2Reason{max-width:280px;color:var(--leave-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:1.55;overflow:hidden}.leaveRequestsV2MobileList{flex-direction:column;gap:12px;display:none}.leaveRequestsV2MobileCard{border:1px solid var(--leave-border);background:var(--leave-surface);border-radius:18px;flex-direction:column;gap:14px;padding:16px;display:flex}.leaveRequestsV2MobileTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveRequestsV2MobileTop h3{color:var(--leave-text);margin:8px 0 0;font-size:15px;font-weight:800}.leaveRequestsV2MobileGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.leaveRequestsV2MobileGrid div{flex-direction:column;gap:4px;display:flex}.leaveRequestsV2MobileGrid span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.leaveRequestsV2MobileGrid strong{color:var(--leave-text);font-size:13px;line-height:1.55}.leaveRequestsV2MobileReason{grid-column:1/-1}.leaveRequestsV2MobileActions{flex-wrap:wrap;gap:8px;display:flex}@media (max-width:1200px){.leaveRequestsV2HeroMeta{grid-template-columns:repeat(2,minmax(0,1fr))}.leaveRequestsV2Toolbar{grid-template-columns:minmax(0,1fr) repeat(2,minmax(0,1fr))}.leaveRequestsV2ToolbarActions{grid-column:1/-1}}@media (max-width:900px){.leaveRequestsV2TableWrap{display:none}.leaveRequestsV2MobileList{display:flex}}@media (max-width:640px){.leaveRequestsV2Hero{padding:18px}.leaveRequestsV2HeroMain h2{font-size:28px}.leaveRequestsV2HeroMeta,.leaveRequestsV2Toolbar,.leaveRequestsV2MobileGrid{grid-template-columns:1fr}.leaveRequestsV2ToolbarActions{flex-direction:column}}.leaveRequestDetailV2Page{flex-direction:column;gap:18px;display:flex}.leaveRequestDetailV2Hero{border-radius:var(--leave-radius-xl);box-shadow:var(--leave-shadow-md);background:radial-gradient(circle at 100% 0,#0170ff14,#0000 34%),linear-gradient(135deg,#f8fbff 0%,#f4f8ff 100%);border:1px solid #0170ff1a;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px;display:flex}.leaveRequestDetailV2HeroMain{flex-direction:column;gap:10px;min-width:0;display:flex}.leaveRequestDetailV2HeroTop{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.leaveRequestDetailV2Code{min-height:26px;color:var(--leave-primary-deep);background:#0170ff14;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.leaveRequestDetailV2ModePill{border:1px solid var(--leave-border);background:var(--leave-surface);min-height:26px;color:var(--leave-text-muted);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.leaveRequestDetailV2HeroMain h2{letter-spacing:-.03em;color:var(--leave-text);margin:0;font-size:34px;font-weight:900;line-height:1.08}.leaveRequestDetailV2HeroMain p{color:var(--leave-text-muted);margin:0;font-size:14px;line-height:1.7}.leaveRequestDetailV2HeroMeta{flex-wrap:wrap;gap:10px;display:flex}.leaveRequestDetailV2HeroMetaPill{min-height:34px;color:var(--leave-text);background:#ffffffeb;border:1px solid #0170ff14;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.leaveRequestDetailV2HeroSide{flex-shrink:0}.leaveRequestDetailV2Layout{grid-template-columns:minmax(0,1.55fr) minmax(320px,.95fr);align-items:start;gap:18px;display:grid}.leaveRequestDetailV2Main,.leaveRequestDetailV2Side{flex-direction:column;gap:18px;display:flex}.leaveRequestDetailV2Sticky{position:sticky;top:18px}.leaveRequestDetailV2InfoGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.leaveRequestDetailV2InfoCard{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:14px;flex-direction:column;gap:6px;min-height:86px;padding:14px;display:flex}.leaveRequestDetailV2InfoCardWide{grid-column:1/-1}.leaveRequestDetailV2InfoCard span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.leaveRequestDetailV2InfoCard strong{color:var(--leave-text);font-size:14px;font-weight:800;line-height:1.6}.leaveRequestDetailV2NotesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.leaveRequestDetailV2NoteCard{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:16px;flex-direction:column;gap:8px;min-height:108px;padding:16px;display:flex}.leaveRequestDetailV2NoteCard span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.leaveRequestDetailV2NoteCard strong{color:var(--leave-text);font-size:14px;font-weight:700;line-height:1.7}.leaveRequestDetailV2DayList{flex-direction:column;gap:12px;display:flex}.leaveRequestDetailV2DayCard{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:16px;flex-direction:column;gap:12px;padding:16px;display:flex}.leaveRequestDetailV2DayHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveRequestDetailV2DayHead h4{color:var(--leave-text);margin:0;font-size:16px;font-weight:800}.leaveRequestDetailV2DayHead p{color:var(--leave-text-muted);margin:6px 0 0;font-size:13px;line-height:1.6}.leaveRequestDetailV2DayMeta{flex-wrap:wrap;gap:10px;display:flex}.leaveRequestDetailV2DayMeta span{border:1px solid var(--leave-border);background:var(--leave-surface);min-height:28px;color:var(--leave-text-muted);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.leaveRequestDetailV2Timeline{flex-direction:column;gap:14px;display:flex;position:relative}.leaveRequestDetailV2TimelineItem{padding-left:28px;position:relative}.leaveRequestDetailV2TimelineLine{background:#e7ecf6;width:2px;position:absolute;top:0;bottom:-14px;left:9px}.leaveRequestDetailV2TimelineItem:last-child .leaveRequestDetailV2TimelineLine{display:none}.leaveRequestDetailV2TimelineDot{background:var(--leave-primary);border:4px solid #dfe9ff;border-radius:999px;width:20px;height:20px;position:absolute;top:18px;left:0}.leaveRequestDetailV2TimelineCard{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:16px;flex-direction:column;gap:10px;padding:16px;display:flex}.leaveRequestDetailV2TimelineTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveRequestDetailV2TimelineTop h4{color:var(--leave-text);margin:0;font-size:15px;font-weight:800}.leaveRequestDetailV2TimelineTop p{color:var(--leave-text-muted);margin:6px 0 0;font-size:13px;line-height:1.6}.leaveRequestDetailV2TimelineRemark{color:var(--leave-text);font-size:14px;line-height:1.7}.leaveRequestDetailV2SummaryGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.leaveRequestDetailV2SummaryItem{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:14px;flex-direction:column;gap:6px;min-height:84px;padding:14px;display:flex}.leaveRequestDetailV2SummaryItemWide{grid-column:1/-1}.leaveRequestDetailV2SummaryItem span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.leaveRequestDetailV2SummaryItem strong{color:var(--leave-text);font-size:14px;font-weight:800;line-height:1.6}.leaveRequestDetailV2ActionStack{flex-direction:column;gap:10px;display:flex}.leaveRequestDetailV2MutedBox{border:1px dashed var(--leave-border-strong);background:var(--leave-surface-soft);color:var(--leave-text-muted);border-radius:14px;padding:12px 14px;font-size:13px;line-height:1.6}@media (max-width:1100px){.leaveRequestDetailV2Layout{grid-template-columns:1fr}.leaveRequestDetailV2Sticky{position:static}}@media (max-width:700px){.leaveRequestDetailV2Hero{flex-direction:column;padding:18px}.leaveRequestDetailV2HeroMain h2{font-size:28px}.leaveRequestDetailV2InfoGrid,.leaveRequestDetailV2NotesGrid,.leaveRequestDetailV2SummaryGrid{grid-template-columns:1fr}.leaveRequestDetailV2DayHead,.leaveRequestDetailV2TimelineTop{flex-direction:column;align-items:flex-start}}.leaveApprovalsV2Page{flex-direction:column;gap:18px;display:flex}.leaveApprovalsV2Hero{border-radius:var(--leave-radius-xl);box-shadow:var(--leave-shadow-md);background:radial-gradient(circle at 100% 0,#0170ff14,#0000 34%),linear-gradient(135deg,#f8fbff 0%,#f4f8ff 100%);border:1px solid #0170ff1a;flex-direction:column;gap:14px;padding:22px;display:flex}.leaveApprovalsV2HeroMain{flex-direction:column;gap:10px;display:flex}.leaveApprovalsV2HeroMain h2{letter-spacing:-.03em;color:var(--leave-text);margin:0;font-size:34px;font-weight:900;line-height:1.08}.leaveApprovalsV2HeroMain p{max-width:780px;color:var(--leave-text-muted);margin:0;font-size:14px;line-height:1.7}.leaveApprovalsV2HeroMeta{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.leaveApprovalsV2MetaCard{border:1px solid var(--leave-border);background:#ffffffeb;border-radius:16px;flex-direction:column;gap:6px;min-height:96px;padding:16px;display:flex}.leaveApprovalsV2MetaCard span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.leaveApprovalsV2MetaCard strong{color:var(--leave-text);font-size:22px;font-weight:900;line-height:1.15}.leaveApprovalsV2MetaCard small{color:var(--leave-text-muted);font-size:12px}.leaveApprovalsV2MetaCardAccent{background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%)}.leaveApprovalsV2Toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.leaveApprovalsV2ToolbarSearch{flex-direction:column;gap:8px;display:flex}.leaveApprovalsV2ToolbarSearch label{color:var(--leave-text);font-size:12px;font-weight:700}.leaveApprovalsV2InputWrap{position:relative}.leaveApprovalsV2InputIcon{color:var(--leave-text-soft);pointer-events:none;font-size:13px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.leaveApprovalsV2Input{border-radius:12px;min-height:44px}.leaveApprovalsV2InputWithIcon{padding-left:32px!important}.leaveApprovalsV2ToolbarActions{gap:10px;display:flex}.leaveApprovalsV2Stack{flex-direction:column;gap:14px;display:flex}.leaveApprovalsV2Card{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(135deg,#fff 0%,#fafcff 100%);border-radius:18px;flex-direction:column;gap:14px;padding:18px;transition:all .18s;display:flex}.leaveApprovalsV2Card:hover{box-shadow:var(--leave-shadow-md);border-color:#0170ff24}.leaveApprovalsV2CardHead{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.leaveApprovalsV2CardHeadMain{flex-direction:column;gap:8px;min-width:0;display:flex}.leaveApprovalsV2CardTopRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.leaveApprovalsV2Code{min-height:26px;color:var(--leave-primary-deep);background:#0170ff14;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.leaveApprovalsV2LevelPill{border:1px solid var(--leave-border);background:var(--leave-surface);min-height:26px;color:var(--leave-text-muted);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.leaveApprovalsV2CardHeadMain h3{color:var(--leave-text);margin:0;font-size:18px;font-weight:900;line-height:1.2}.leaveApprovalsV2CardHeadMain p{color:var(--leave-text-muted);margin:0;font-size:13px;line-height:1.6}.leaveApprovalsV2MetaGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.leaveApprovalsV2MetaItem{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:14px;flex-direction:column;gap:6px;min-height:78px;padding:12px 14px;display:flex}.leaveApprovalsV2MetaItem span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.leaveApprovalsV2MetaItem strong{color:var(--leave-text);font-size:14px;font-weight:800;line-height:1.55}.leaveApprovalsV2ContentGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.leaveApprovalsV2InfoCard{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:14px;flex-direction:column;gap:8px;min-height:112px;padding:14px;display:flex}.leaveApprovalsV2InfoCard span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.leaveApprovalsV2InfoCard strong{color:var(--leave-text);font-size:14px;font-weight:700;line-height:1.7}.leaveApprovalsV2Remarks{gap:8px}.leaveApprovalsV2Remarks label{color:var(--leave-text);font-size:12px;font-weight:700}.leaveApprovalsV2Textarea{border-radius:14px;min-height:110px}.leaveApprovalsV2Actions{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:1200px){.leaveApprovalsV2HeroMeta,.leaveApprovalsV2MetaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:800px){.leaveApprovalsV2Toolbar,.leaveApprovalsV2ContentGrid{grid-template-columns:1fr}.leaveApprovalsV2CardHead{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.leaveApprovalsV2Hero{padding:18px}.leaveApprovalsV2HeroMain h2{font-size:28px}.leaveApprovalsV2HeroMeta,.leaveApprovalsV2MetaGrid{grid-template-columns:1fr}.leaveApprovalsV2Actions,.leaveApprovalsV2ToolbarActions{flex-direction:column}}.leaveApprovalsCompactPage{flex-direction:column;gap:16px;display:flex}.leaveApprovalsCompactSummary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.leaveApprovalsCompactPill{border:1px solid var(--leave-border);min-height:72px;box-shadow:var(--leave-shadow-sm);background:linear-gradient(135deg,#fff 0%,#fafcff 100%);border-radius:16px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.leaveApprovalsCompactPill span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800}.leaveApprovalsCompactPill strong{color:var(--leave-text);font-size:24px;font-weight:900;line-height:1.1}.leaveApprovalsCompactToolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.leaveApprovalsCompactToolbarSearch{flex-direction:column;gap:8px;display:flex}.leaveApprovalsCompactToolbarSearch label{color:var(--leave-text);font-size:12px;font-weight:700}.leaveApprovalsCompactInputWrap{position:relative}.leaveApprovalsCompactInputIcon{color:var(--leave-text-soft);pointer-events:none;font-size:13px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.leaveApprovalsCompactInput{border-radius:12px;min-height:44px}.leaveApprovalsCompactInputWithIcon{padding-left:32px!important}.leaveApprovalsCompactToolbarActions{gap:10px;display:flex}.leaveApprovalsCompactTableWrap{border:1px solid var(--leave-border);background:var(--leave-surface);border-radius:18px;overflow:auto}.leaveApprovalsCompactTable{border-collapse:collapse;width:100%;min-width:1320px}.leaveApprovalsCompactTable thead th{border-bottom:1px solid var(--leave-border);background:var(--leave-surface-soft);text-align:left;color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;padding:14px 16px;font-size:12px;font-weight:800}.leaveApprovalsCompactTable tbody td{vertical-align:top;border-bottom:1px solid #eef1f7;padding:14px 16px}.leaveApprovalsCompactTable tbody tr:last-child td{border-bottom:0}.leaveApprovalsCompactRequestCell{flex-direction:column;gap:8px;min-width:220px;display:flex}.leaveApprovalsCompactRequestTop{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.leaveApprovalsCompactCode{min-height:24px;color:var(--leave-primary-deep);background:#0170ff14;border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:900;display:inline-flex}.leaveApprovalsCompactLevel{border:1px solid var(--leave-border);background:var(--leave-surface);min-height:24px;color:var(--leave-text-muted);border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.leaveApprovalsCompactRequestTitle{color:var(--leave-text);font-size:15px;font-weight:900}.leaveApprovalsCompactRequestMeta{align-items:center;gap:8px;display:flex}.leaveApprovalsCompactEmployeeCell{flex-direction:column;gap:4px;min-width:270px;display:flex}.leaveApprovalsCompactEmployeeCell strong{color:var(--leave-text);font-size:14px;font-weight:800}.leaveApprovalsCompactEmployeeCell>span{color:var(--leave-text-muted);font-size:12px}.leaveApprovalsCompactContext{flex-direction:column;gap:3px;margin-top:4px;display:flex}.leaveApprovalsCompactContext span{color:var(--leave-text-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.leaveApprovalsCompactPrimary{color:var(--leave-text);white-space:nowrap;font-size:13px;font-weight:800}.leaveApprovalsCompactTextarea{border-radius:12px;min-width:240px;min-height:92px;font-size:13px}.leaveApprovalsCompactActions{flex-direction:column;gap:8px;min-width:92px;display:flex}.leaveApprovalsCompactMobileList{flex-direction:column;gap:12px;display:none}.leaveApprovalsCompactMobileCard{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(135deg,#fff 0%,#fafcff 100%);border-radius:18px;flex-direction:column;gap:12px;padding:16px;display:flex}.leaveApprovalsCompactMobileTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveApprovalsCompactMobileTop h3{color:var(--leave-text);margin:8px 0 4px;font-size:16px;font-weight:900}.leaveApprovalsCompactMobileTop p{color:var(--leave-text-muted);margin:0;font-size:12px;line-height:1.6}.leaveApprovalsCompactMobileGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.leaveApprovalsCompactMobileGrid div{flex-direction:column;gap:4px;display:flex}.leaveApprovalsCompactMobileGrid span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800}.leaveApprovalsCompactMobileGrid strong{color:var(--leave-text);font-size:13px;line-height:1.55}.leaveApprovalsCompactMobileWide{grid-column:1/-1}.leaveApprovalsCompactMobileActions{flex-wrap:wrap;gap:8px;display:flex}.leaveMiniBtnPrimary{color:#fff;background:linear-gradient(135deg,#0170ff 0%,#0059cb 100%);border-color:#0170ff1f}@media (max-width:1100px){.leaveApprovalsCompactSummary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.leaveApprovalsCompactTableWrap{display:none}.leaveApprovalsCompactMobileList{display:flex}}@media (max-width:700px){.leaveApprovalsCompactToolbar,.leaveApprovalsCompactMobileGrid{grid-template-columns:1fr}.leaveApprovalsCompactToolbarActions,.leaveApprovalsCompactMobileActions{flex-direction:column}}@media (max-width:640px){.leaveApprovalsCompactSummary{grid-template-columns:1fr}}.leaveBalancesV2Page{flex-direction:column;gap:16px;display:flex}.leaveBalancesV2Hero{border-radius:var(--leave-radius-xl);box-shadow:var(--leave-shadow-md);background:radial-gradient(circle at 100% 0,#0170ff14,#0000 34%),linear-gradient(135deg,#f8fbff 0%,#f4f8ff 100%);border:1px solid #0170ff1a;grid-template-columns:minmax(0,1.2fr) minmax(260px,.55fr);gap:16px;padding:22px;display:grid}.leaveBalancesV2HeroMain{flex-direction:column;gap:10px;display:flex}.leaveBalancesV2HeroMain h2{letter-spacing:-.03em;color:var(--leave-text);margin:0;font-size:34px;font-weight:900;line-height:1.08}.leaveBalancesV2HeroMain p{max-width:760px;color:var(--leave-text-muted);margin:0;font-size:14px;line-height:1.7}.leaveBalancesV2HeroMeta{flex-wrap:wrap;gap:10px;display:flex}.leaveBalancesV2MetaPill{min-height:34px;color:var(--leave-text);background:#ffffffeb;border:1px solid #0170ff14;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.leaveBalancesV2HeroAside{gap:12px;display:grid}.leaveBalancesV2HeroAsideCard{border:1px solid var(--leave-border);background:#ffffffeb;border-radius:16px;flex-direction:column;justify-content:center;gap:6px;min-height:110px;padding:16px;display:flex}.leaveBalancesV2HeroAsideCardAccent{background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%)}.leaveBalancesV2HeroAsideCard span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.leaveBalancesV2HeroAsideCard strong{color:var(--leave-text);font-size:28px;font-weight:900;line-height:1.05}.leaveBalancesV2HeroAsideCard small{color:var(--leave-text-muted);font-size:12px}.leaveBalancesV2Grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.leaveBalancesV2Card{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(135deg,#fff 0%,#fafcff 100%);border-radius:18px;flex-direction:column;gap:12px;padding:18px;display:flex;position:relative;overflow:hidden}.leaveBalancesV2CardAccent{border-radius:999px;width:4px;position:absolute;inset:0 auto 0 0}.leaveBalancesV2CardTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveBalancesV2CardTop h3{color:var(--leave-text);margin:0;font-size:18px;font-weight:900;line-height:1.2}.leaveBalancesV2CardTop p{color:var(--leave-text-muted);margin:6px 0 0;font-size:12px}.leaveBalancesV2CardValueWrap{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.leaveBalancesV2CardValue{color:var(--leave-text);font-size:30px;font-weight:900;line-height:1}.leaveBalancesV2CardUnit{text-transform:uppercase;color:var(--leave-text-soft);letter-spacing:.04em;font-size:11px;font-weight:800}.leaveBalancesV2Bar{background:#ebf0f7;border-radius:999px;width:100%;height:8px;overflow:hidden}.leaveBalancesV2BarFill{border-radius:999px;height:100%}.leaveBalancesV2CardMeta{color:var(--leave-text-muted);justify-content:space-between;gap:10px;font-size:12px;font-weight:700;display:flex}.leaveBalancesV2CardStats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.leaveBalancesV2CardStatsRow{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:14px;flex-direction:column;gap:4px;min-height:62px;padding:12px;display:flex}.leaveBalancesV2CardStatsRow span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800}.leaveBalancesV2CardStatsRow strong{color:var(--leave-text);font-size:14px;font-weight:800}.leaveBalancesV2TableWrap{border:1px solid var(--leave-border);background:var(--leave-surface);border-radius:18px;overflow:auto}.leaveBalancesV2Table{border-collapse:collapse;width:100%;min-width:980px}.leaveBalancesV2Table thead th{border-bottom:1px solid var(--leave-border);background:var(--leave-surface-soft);text-align:left;color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;padding:14px 16px;font-size:12px;font-weight:800}.leaveBalancesV2Table tbody td{vertical-align:middle;border-bottom:1px solid #eef1f7;padding:14px 16px}.leaveBalancesV2Table tbody tr:last-child td{border-bottom:0}.leaveBalancesV2TypeCell{align-items:center;gap:10px;min-width:180px;display:flex}.leaveBalancesV2TypeDot{border-radius:999px;flex-shrink:0;width:10px;height:10px}.leaveBalancesV2TypeCell strong{color:var(--leave-text);font-size:14px;font-weight:800;display:block}.leaveBalancesV2TypeCell span:last-child{color:var(--leave-text-muted);margin-top:2px;font-size:12px;display:block}.leaveBalancesV2Primary{color:var(--leave-text);white-space:nowrap;font-size:13px;font-weight:800}.leaveBalancesV2PrimaryStrong{color:var(--leave-primary-deep)}.leaveBalancesV2MobileList{flex-direction:column;gap:12px;display:none}.leaveBalancesV2MobileCard{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(135deg,#fff 0%,#fafcff 100%);border-radius:18px;flex-direction:column;gap:12px;padding:16px;display:flex}.leaveBalancesV2MobileTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveBalancesV2MobileAvailable{color:var(--leave-primary-deep);font-size:26px;font-weight:900;line-height:1}.leaveBalancesV2MobileGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.leaveBalancesV2MobileGrid div{flex-direction:column;gap:4px;display:flex}.leaveBalancesV2MobileGrid span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800}.leaveBalancesV2MobileGrid strong{color:var(--leave-text);font-size:13px;font-weight:800}@media (max-width:1200px){.leaveBalancesV2Grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:960px){.leaveBalancesV2Hero{grid-template-columns:1fr}.leaveBalancesV2TableWrap{display:none}.leaveBalancesV2MobileList{display:flex}}@media (max-width:700px){.leaveBalancesV2Grid,.leaveBalancesV2MobileGrid,.leaveBalancesV2CardStats{grid-template-columns:1fr}.leaveBalancesV2CardTop,.leaveBalancesV2MobileTop{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.leaveBalancesV2Hero{padding:18px}.leaveBalancesV2HeroMain h2{font-size:28px}}.leaveBalancesCompactPage{flex-direction:column;gap:16px;display:flex}.leaveBalancesCompactGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.leaveBalancesCompactCard{border:1px solid var(--leave-border);min-height:220px;box-shadow:var(--leave-shadow-sm);background:linear-gradient(135deg,#fff 0%,#fafcff 100%);border-radius:18px;flex-direction:column;gap:12px;padding:16px;display:flex;position:relative;overflow:hidden}.leaveBalancesCompactCardAccent{border-radius:999px;width:4px;position:absolute;inset:0 auto 0 0}.leaveBalancesCompactCardHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveBalancesCompactCardTitleWrap{min-width:0}.leaveBalancesCompactCardTitleWrap h3{color:var(--leave-text);margin:0;font-size:16px;font-weight:900;line-height:1.2}.leaveBalancesCompactCardSub{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.leaveBalancesCompactCardSub span{background:var(--leave-surface-soft);min-height:24px;color:var(--leave-text-soft);border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.leaveBalancesCompactCardValueWrap{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.leaveBalancesCompactCardValueWrap strong{color:var(--leave-text);font-size:20px;font-weight:900;line-height:1}.leaveBalancesCompactCardValueWrap span{letter-spacing:.05em;color:var(--leave-text-soft);font-size:10px;font-weight:800}.leaveBalancesCompactBar{background:#ebf0f7;border-radius:999px;width:100%;height:8px;overflow:hidden}.leaveBalancesCompactBarFill{border-radius:999px;height:100%}.leaveBalancesCompactUsageRow{color:var(--leave-text-muted);justify-content:space-between;gap:10px;font-size:12px;font-weight:700;display:flex}.leaveBalancesCompactStats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto;display:grid}.leaveBalancesCompactStat{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:14px;flex-direction:column;gap:4px;min-height:58px;padding:10px 12px;display:flex}.leaveBalancesCompactStat span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:800}.leaveBalancesCompactStat strong{color:var(--leave-text);font-size:14px;font-weight:800}@media (min-width:1500px){.leaveBalancesCompactGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1180px){.leaveBalancesCompactGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.leaveBalancesCompactGrid{grid-template-columns:1fr}.leaveBalancesCompactCardHead{flex-direction:column;align-items:flex-start}.leaveBalancesCompactCardValueWrap{align-items:flex-start}}.leaveRequestsCompactPage{flex-direction:column;gap:16px;display:flex}.leaveRequestsCompactTabRow{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.leaveRequestsCompactTabBtn{border:1px solid var(--leave-border);min-height:36px;color:var(--leave-text-muted);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:800;transition:all .2s;display:inline-flex}.leaveRequestsCompactTabBtn strong{color:var(--leave-text);font-size:12px}.leaveRequestsCompactTabBtn.active{color:#fff;box-shadow:var(--leave-shadow-sm);background:linear-gradient(135deg,#0170ff 0%,#0059cb 100%);border-color:#0170ff2e}.leaveRequestsCompactTabBtn.active strong{color:#fff}.leaveRequestsCompactToolbar{grid-template-columns:minmax(0,1.3fr) repeat(2,minmax(150px,.5fr)) auto;align-items:end;gap:12px;display:grid}.leaveRequestsCompactToolbarSearch{flex-direction:column;gap:8px;display:flex}.leaveRequestsCompactToolbarSearch label,.leaveRequestsCompactToolbar .leaveField label{color:var(--leave-text);font-size:12px;font-weight:700}.leaveRequestsCompactInputWrap{position:relative}.leaveRequestsCompactInputIcon{color:var(--leave-text-soft);pointer-events:none;font-size:13px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.leaveRequestsCompactInput{border-radius:12px;min-height:42px}.leaveRequestsCompactInputWithIcon{padding-left:32px!important}.leaveRequestsCompactToolbarActions{gap:8px;display:flex}.leaveRequestsCompactTableWrap{border:1px solid var(--leave-border);background:var(--leave-surface);border-radius:18px;overflow:auto}.leaveRequestsCompactTable{border-collapse:collapse;width:100%;min-width:1120px}.leaveRequestsCompactTable thead th{border-bottom:1px solid var(--leave-border);background:var(--leave-surface-soft);text-align:left;color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;padding:14px 16px;font-size:12px;font-weight:800}.leaveRequestsCompactTable tbody td{vertical-align:middle;border-bottom:1px solid #eef1f7;padding:14px 16px}.leaveRequestsCompactTable tbody tr:last-child td{border-bottom:0}.leaveRequestsCompactCellMain{flex-direction:column;gap:7px;min-width:220px;display:flex}.leaveRequestsCompactCellTop{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.leaveRequestsCompactCode{min-height:24px;color:var(--leave-primary-deep);background:#0170ff14;border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:900;display:inline-flex}.leaveRequestsCompactModePill{border:1px solid var(--leave-border);background:var(--leave-surface);min-height:24px;color:var(--leave-text-muted);border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.leaveRequestsCompactCellTitle{color:var(--leave-text);font-size:14px;font-weight:900}.leaveRequestsCompactPrimary{color:var(--leave-text);white-space:nowrap;font-size:13px;font-weight:800}.leaveRequestsCompactReason{max-width:260px;color:var(--leave-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.leaveRequestsCompactMobileList{flex-direction:column;gap:12px;display:none}.leaveRequestsCompactMobileCard{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(135deg,#fff 0%,#fafcff 100%);border-radius:18px;flex-direction:column;gap:12px;padding:16px;display:flex}.leaveRequestsCompactMobileTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveRequestsCompactMobileTop h3{color:var(--leave-text);margin:8px 0 0;font-size:16px;font-weight:900}.leaveRequestsCompactMobileGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.leaveRequestsCompactMobileGrid div{flex-direction:column;gap:4px;display:flex}.leaveRequestsCompactMobileGrid span{color:var(--leave-text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800}.leaveRequestsCompactMobileGrid strong{color:var(--leave-text);font-size:13px;line-height:1.55}.leaveRequestsCompactMobileReason{grid-column:1/-1}.leaveRequestsCompactMobileActions{flex-wrap:wrap;gap:8px;display:flex}@media (max-width:980px){.leaveRequestsCompactToolbar{grid-template-columns:1fr}.leaveRequestsCompactToolbarActions{justify-content:flex-start}.leaveRequestsCompactTableWrap{display:none}.leaveRequestsCompactMobileList{display:flex}}@media (max-width:700px){.leaveRequestsCompactMobileGrid{grid-template-columns:1fr}.leaveRequestsCompactMobileActions{flex-direction:column}}.leaveHolidayCalendarPage{flex-direction:column;gap:16px;display:flex}.leaveHolidayCalendarToolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.leaveHolidayCalendarYearNav{align-items:center;gap:10px;display:inline-flex}.leaveHolidayCalendarYearBtn{border:1px solid var(--leave-border);width:34px;height:34px;color:var(--leave-text);cursor:pointer;background:#fff;border-radius:10px;font-size:18px;font-weight:700;transition:all .2s}.leaveHolidayCalendarYearBtn:hover{box-shadow:var(--leave-shadow-sm);border-color:#0170ff38}.leaveHolidayCalendarYearValue{border:1px solid var(--leave-border);background:var(--leave-surface-soft);min-width:88px;height:42px;color:var(--leave-text);border-radius:12px;justify-content:center;align-items:center;padding:0 16px;font-size:22px;font-weight:900;display:inline-flex}.leaveHolidayCalendarPills{flex-wrap:wrap;gap:8px;display:flex}.leaveHolidayCalendarPill{border:1px solid var(--leave-border);min-height:34px;color:var(--leave-text-muted);background:#fff;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.leaveHolidayCalendarPillPrimary{color:var(--leave-primary-deep);background:#0170ff14;border-color:#0170ff29}.leaveHolidayCalendarLegend{flex-wrap:wrap;gap:12px;display:flex}.leaveHolidayCalendarLegendItem{color:var(--leave-text-muted);align-items:center;gap:7px;font-size:12px;font-weight:700;display:inline-flex}.leaveHolidayCalendarLegendDot{background:#d7dfeb;border-radius:999px;width:10px;height:10px}.leaveHolidayCalendarLegendDot.active{background:#0170ff}.leaveHolidayCalendarLegendDot.optional{background:#f59e0b}.leaveHolidayCalendarLegendDot.halfday{background:#10b981}.leaveHolidayCalendarMonthRail{flex-wrap:nowrap;gap:8px;padding-top:4px;padding-bottom:4px;display:flex;overflow-x:auto}.leaveHolidayCalendarMonthRail::-webkit-scrollbar{height:6px}.leaveHolidayCalendarMonthRail::-webkit-scrollbar-thumb{background:#9193a859;border-radius:999px}.leaveHolidayCalendarMonthChip{border:1px solid var(--leave-border);height:34px;color:var(--leave-text-muted);cursor:pointer;white-space:nowrap;background:#fff;border-radius:999px;padding:0 14px;font-size:12px;font-weight:800;transition:all .2s}.leaveHolidayCalendarMonthChip:hover{color:var(--leave-text);border-color:#0170ff33}.leaveHolidayCalendarMonthChip.is-active{color:var(--leave-primary-deep);background:#0170ff1a;border-color:#0170ff3d;box-shadow:0 0 0 3px #0170ff14}.leaveHolidayCalendarHero{grid-template-columns:minmax(0,1.35fr) 340px;gap:16px;display:grid}.leaveHolidayCalendarPrimaryMonth,.leaveHolidayCalendarMonthSidebar{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:20px}.leaveHolidayCalendarPrimaryMonth{padding:16px}.leaveHolidayCalendarMonthSidebar{flex-direction:column;gap:12px;padding:14px;display:flex}.leaveHolidayPrimaryHead{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.leaveHolidayPrimaryHead h3,.leaveHolidaySidebarHead h3,.leaveHolidayMonthCardHead h3{color:var(--leave-text);margin:0;font-size:16px;font-weight:900}.leaveHolidayPrimaryHead p,.leaveHolidaySidebarHead p{color:var(--leave-text-soft);margin:4px 0 0;font-size:12px;line-height:1.45}.leaveHolidayPrimaryStats{flex-wrap:wrap;gap:10px;display:flex}.leaveHolidayPrimaryStat{border:1px solid var(--leave-border);background:var(--leave-surface-soft);text-align:center;border-radius:14px;flex-direction:column;gap:2px;min-width:72px;padding:8px 10px;display:flex}.leaveHolidayPrimaryStat strong{color:var(--leave-text);font-size:14px;font-weight:900}.leaveHolidayPrimaryStat small{color:var(--leave-text-soft);font-size:11px;font-weight:700}.leaveHolidaySidebarHead{flex-direction:column;gap:2px;display:flex}.leaveHolidaySidebarEvents{flex-direction:column;gap:8px;display:flex}.leaveHolidayCalendarMiniGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.leaveHolidayMiniMonthCard{border:1px solid var(--leave-border);cursor:pointer;text-align:left;background:#fff;border-radius:18px;flex-direction:column;gap:10px;min-height:190px;padding:12px;transition:all .2s;display:flex}.leaveHolidayMiniMonthCard:hover{box-shadow:var(--leave-shadow-sm);transform:translateY(-1px)}.leaveHolidayMiniMonthCard.is-active{background:linear-gradient(#fff 0%,#f6faff 100%);border-color:#0170ff4d;box-shadow:0 0 0 3px #0170ff14}.leaveHolidayMonthCardHead{justify-content:space-between;align-items:center;gap:10px;display:flex}.leaveHolidayMonthCount{background:var(--leave-surface-soft);min-width:24px;height:24px;color:var(--leave-text-soft);border-radius:999px;justify-content:center;align-items:center;padding:0 7px;font-size:11px;font-weight:800;display:inline-flex}.leaveHolidayMonthWeekdays span{text-align:center;color:var(--leave-text-soft);white-space:nowrap;font-size:11px;font-weight:800}.leaveHolidayMonthWeekdays{grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;display:grid}.leaveHolidayMonthWeekdaysLarge span{font-size:11px}.leaveHolidayMonthDays{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.leaveHolidayMonthDaysLarge{gap:6px}.leaveHolidayMonthDay{height:28px;color:var(--leave-text-muted);background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:inline-flex;position:relative}.leaveHolidayMonthDay.is-large{border-radius:10px;height:38px;font-size:12px}.leaveHolidayMonthDay.is-empty{visibility:hidden}.leaveHolidayMonthDay.is-holiday{color:#0170ff;background:#0170ff1a}.leaveHolidayMonthDay.is-optional{box-shadow:inset 0 0 0 1px #f59e0b47}.leaveHolidayMonthDay.is-optional:after{content:"";background:#f59e0b;border-radius:999px;width:5px;height:5px;position:absolute;top:4px;right:4px}.leaveHolidayMonthDay.is-halfday:before{content:"";background:#10b981;border-radius:999px;height:3px;position:absolute;bottom:4px;left:5px;right:5px}.leaveHolidayMonthDay.is-today{color:var(--leave-primary-deep);box-shadow:inset 0 0 0 2px #0170ff59}.leaveHolidayMonthEmpty{color:var(--leave-text-soft);padding:10px 2px 2px;font-size:12px}.leaveHolidayMonthEvent{background:var(--leave-surface-soft);border-radius:12px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;display:grid}.leaveHolidayMonthEventDay{width:28px;height:28px;color:var(--leave-text);background:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:11px;font-weight:900;display:inline-flex}.leaveHolidayMonthEventBody{flex-direction:column;gap:2px;min-width:0;display:flex}.leaveHolidayMonthEventBody strong{color:var(--leave-text);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:800;overflow:hidden}.leaveHolidayMonthEventBody span{color:var(--leave-text-soft);font-size:10px;font-weight:700;line-height:1.35}.leaveHolidayMonthEventTags{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.leaveHolidayMonthEventTag{white-space:nowrap;border-radius:999px;align-items:center;min-height:20px;padding:0 8px;font-size:10px;font-weight:900;display:inline-flex}.leaveHolidayMonthEventTag.is-optional{color:#d97706;background:#f59e0b1f}.leaveHolidayMonthEventTag.is-halfday{color:#059669;background:#10b9811f}@media (max-width:1180px){.leaveHolidayCalendarHero{grid-template-columns:1fr}.leaveHolidayCalendarMiniGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.leaveHolidayCalendarToolbar{justify-content:flex-start;align-items:flex-start}.leaveHolidayCalendarMiniGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.leaveHolidayCalendarMiniGrid{grid-template-columns:1fr}.leaveHolidayCalendarYearValue{min-width:72px;font-size:18px}.leaveHolidayPrimaryHead{flex-direction:column;align-items:stretch}.leaveHolidayPrimaryStats{width:100%}.leaveHolidayPrimaryStat{flex:1 1 0}}.leaveAdminTypePage{flex-direction:column;gap:18px;display:flex}.leaveAdminConfigTabs{border:1px solid var(--leave-border);border-radius:var(--leave-radius-lg);box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);flex-wrap:wrap;gap:10px;padding:8px;display:flex}.leaveAdminConfigTab{min-height:40px;color:var(--leave-text-muted);border-radius:12px;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:800;text-decoration:none;transition:all .18s;display:inline-flex}.leaveAdminConfigTab:hover{background:var(--leave-surface-muted);color:var(--leave-text)}.leaveAdminConfigTab.active{background:var(--leave-primary);color:#fff;box-shadow:0 10px 22px #0170ff29}.leaveCompactMetaPill{border:1px solid var(--leave-border);min-height:38px;color:var(--leave-text-soft);white-space:nowrap;background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.leaveCompactMetaPill strong{color:var(--leave-text);font-size:15px;font-weight:900}.leaveAdminControlBar{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.leaveAdminSearchWrap{flex:420px;min-width:260px;position:relative}.leaveAdminSearchIcon{color:var(--leave-text-soft);pointer-events:none;font-size:14px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.leaveAdminSearchInput{padding-left:40px}.leaveAdminControlActions{flex-wrap:wrap;align-items:center;gap:10px;margin-left:auto;display:flex}.leaveAdminTypeTableWrap{border:1px solid var(--leave-border);width:100%;box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:22px;display:block;overflow-x:auto}.leaveAdminTypeTable{border-collapse:separate;border-spacing:0;width:100%;min-width:940px}.leaveAdminTypeTable thead th{border-bottom:1px solid var(--leave-border);letter-spacing:.05em;text-transform:uppercase;color:var(--leave-text-soft);text-align:left;background:#f8faffc7;padding:18px;font-size:12px;font-weight:800}.leaveAdminTypeTable tbody td{color:var(--leave-text);vertical-align:middle;border-bottom:1px solid #dfe1f0e6;padding:16px 18px;font-size:14px}.leaveAdminTypeTable tbody tr:last-child td{border-bottom:none}.leaveAdminTypeTable tbody tr{transition:background .18s}.leaveAdminTypeTable tbody tr:hover{background:#0170ff06}.leaveAdminTypeIdentity{align-items:center;gap:12px;min-width:0;display:flex}.leaveAdminTypeDot{background:var(--leave-type-color,#0170ff);width:14px;height:14px;box-shadow:0 0 0 5px color-mix(in srgb,var(--leave-type-color,#0170ff)12%,white);border-radius:999px;flex-shrink:0}.leaveAdminTypeIdentityText{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminTypeIdentityText strong{color:var(--leave-text);font-size:15px;font-weight:800}.leaveAdminTypeIdentityText span{color:var(--leave-text-soft);font-size:12px}.leaveAdminTag{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.leaveAdminActionRow{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.leaveAdminActionBtn{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:40px;padding:0 16px;font-size:14px;font-weight:800;text-decoration:none;transition:all .18s;display:inline-flex}.leaveAdminActionBtn:disabled{opacity:.6;cursor:not-allowed}.leaveAdminActionBtnEdit{color:var(--leave-text);border-color:var(--leave-border);background:#fff}.leaveAdminActionBtnEdit:hover:not(:disabled){background:var(--leave-surface-muted)}.leaveAdminActionBtnPrimary{background:var(--leave-primary);color:#fff;box-shadow:0 10px 22px #0170ff29}.leaveAdminActionBtnPrimary:hover:not(:disabled){background:var(--leave-primary-strong)}.leaveAdminActionBtnDanger{color:#fff;background:#ef2b2b;box-shadow:0 14px 28px #ef2b2b2e}.leaveAdminActionBtnDanger:hover:not(:disabled){background:#dc2626}.leaveAdminTypeMobileList{flex-direction:column;gap:14px;display:none}.leaveAdminTypeMobileCard{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:20px;flex-direction:column;gap:16px;padding:16px;display:flex}.leaveAdminTypeMobileTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveAdminTypeMobileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.leaveAdminTypeMobileGrid div{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminTypeMobileGrid span{text-transform:uppercase;letter-spacing:.05em;color:var(--leave-text-soft);font-size:11px;font-weight:800}.leaveAdminTypeMobileGrid strong{color:var(--leave-text);word-break:break-word;font-size:14px;line-height:1.5}.leaveAdminTypeMobileActions{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:1100px){.leaveAdminControlBar{align-items:stretch}.leaveAdminSearchWrap{flex:100%}.leaveAdminControlActions{width:100%;margin-left:0}}@media (max-width:900px){.leaveAdminTypeTableWrap{display:none}.leaveAdminTypeMobileList{display:flex}.leaveAdminTypeMobileTop{flex-direction:column;align-items:flex-start}.leaveAdminControlActions{justify-content:stretch}.leaveAdminControlActions .leaveBtn{flex:calc(33.33% - 8px);min-width:140px}}@media (max-width:640px){.leaveAdminConfigTabs{flex-wrap:nowrap;gap:8px;padding-bottom:10px;overflow-x:auto}.leaveAdminConfigTab{white-space:nowrap;flex:none}.leaveAdminTypeMobileGrid{grid-template-columns:1fr}.leaveAdminControlActions{flex-direction:column;align-items:stretch}.leaveAdminControlActions .leaveBtn{width:100%;min-width:0}.leaveAdminActionBtn{flex:100%}.leaveCompactMetaPill{min-height:34px;padding:0 12px}}@media (max-width:900px){.leaveAdminTypeTableWrap{display:none}.leaveAdminTypeMobileList{display:flex}}.leaveAdminPolicyTableWrap{border:1px solid var(--leave-border);width:100%;box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:22px;display:block;overflow-x:auto}.leaveAdminPolicyTable{border-collapse:separate;border-spacing:0;width:100%;min-width:1280px}.leaveAdminPolicyTable thead th{border-bottom:1px solid var(--leave-border);letter-spacing:.05em;text-transform:uppercase;color:var(--leave-text-soft);text-align:left;background:#f8faffc7;padding:18px;font-size:12px;font-weight:800}.leaveAdminPolicyTable tbody td{color:var(--leave-text);vertical-align:middle;border-bottom:1px solid #dfe1f0e6;padding:16px 18px;font-size:14px}.leaveAdminPolicyTable tbody tr:last-child td{border-bottom:none}.leaveAdminPolicyTable tbody tr{transition:background .18s}.leaveAdminPolicyTable tbody tr:hover{background:#0170ff06}.leaveAdminPolicyIdentity{align-items:flex-start;gap:12px;min-width:0;display:flex}.leaveAdminPolicyIdentityText{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminPolicyIdentityText strong{color:var(--leave-text);word-break:break-word;font-size:15px;font-weight:800}.leaveAdminPolicyIdentityText span{color:var(--leave-text-soft);font-size:12px}.leaveAdminPolicyTypePill{background:color-mix(in srgb,var(--leave-policy-type-color,#0170ff)10%,white);min-height:28px;color:var(--leave-policy-type-color,#0170ff);white-space:nowrap;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.leaveAdminPolicyRule{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminPolicyRule strong{color:var(--leave-text);font-size:14px;font-weight:800}.leaveAdminPolicyRule span{color:var(--leave-text-soft);font-size:12px;line-height:1.4}.leaveAdminPolicyMobileList{flex-direction:column;gap:14px;display:none}.leaveAdminPolicyMobileCard{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:20px;flex-direction:column;gap:16px;padding:16px;display:flex}.leaveAdminPolicyMobileTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveAdminPolicyMobileTypeRow{align-items:center;display:flex}.leaveAdminPolicyMobileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.leaveAdminPolicyMobileGrid div{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminPolicyMobileGrid span{text-transform:uppercase;letter-spacing:.05em;color:var(--leave-text-soft);font-size:11px;font-weight:800}.leaveAdminPolicyMobileGrid strong{color:var(--leave-text);word-break:break-word;font-size:14px;line-height:1.5}.leaveDrawerOverlay{z-index:1400;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0d1c61;justify-content:flex-end;display:flex;position:fixed;inset:0}.leaveDrawerPanel{background:linear-gradient(#fff 0%,#fbfcff 100%);flex-direction:column;width:min(100%,540px);height:100%;display:flex;overflow:hidden;box-shadow:-16px 0 44px #0a0d1c24}.leaveDrawerPanelWide{width:min(100%,760px)}.leaveDrawerHeader{border-bottom:1px solid var(--leave-border);background:#fffffff5;justify-content:space-between;align-items:flex-start;gap:14px;padding:20px 22px 18px;display:flex}.leaveDrawerHeaderText{min-width:0}.leaveDrawerHeaderText h2{color:var(--leave-text);margin:0;font-size:24px;font-weight:900;line-height:1.15}.leaveDrawerHeaderText p{color:var(--leave-text-muted);margin:6px 0 0;font-size:13px;line-height:1.6}.leaveDrawerClose{border:1px solid var(--leave-border);width:38px;height:38px;color:var(--leave-text);cursor:pointer;background:#fff;border-radius:12px;flex-shrink:0;font-size:22px;line-height:1;transition:all .18s}.leaveDrawerClose:hover:not(:disabled){background:var(--leave-surface-muted)}.leaveDrawerClose:disabled{opacity:.6;cursor:not-allowed}.leaveDrawerBody{flex-direction:column;flex:auto;gap:16px;padding:18px 22px 24px;display:flex;overflow-y:auto}.leaveDrawerPreview{background:radial-gradient(circle at 100% 0,#0170ff1f,#0000 34%),linear-gradient(135deg,#f8fbff 0%,#f3f7ff 100%);border:1px solid #0170ff1a;border-radius:18px;flex-direction:column;gap:8px;padding:16px 18px;display:flex}.leaveDrawerPreviewTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.leaveDrawerPreviewEyebrow{min-height:28px;color:var(--leave-primary-deep);background:#0170ff14;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.leaveDrawerPreviewCode{color:var(--leave-text-soft);font-size:12px;font-weight:800}.leaveDrawerPreview strong{color:var(--leave-text);font-size:18px;font-weight:900}.leaveDrawerPreview p{color:var(--leave-text-muted);margin:0;font-size:13px;line-height:1.55}.leaveDrawerForm{flex-direction:column;gap:16px;display:flex}.leaveDrawerSection{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:20px;flex-direction:column;gap:14px;padding:18px;display:flex}.leaveDrawerSectionTitle{flex-direction:column;gap:4px;display:flex}.leaveDrawerSectionTitle h3{color:var(--leave-text);margin:0;font-size:16px;font-weight:800}.leaveDrawerSectionTitle p{color:var(--leave-text-muted);margin:0;font-size:13px;line-height:1.5}.leaveDrawerGrid{gap:14px;display:grid}.leaveDrawerGridTwo{grid-template-columns:repeat(2,minmax(0,1fr))}.leaveDrawerGridThree{grid-template-columns:repeat(3,minmax(0,1fr))}.leaveDrawerCheckboxGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;padding-top:4px;display:grid}.leaveDrawerFooter{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}@media (max-width:1100px){.leaveAdminPolicyTableWrap{display:none}.leaveAdminPolicyMobileList{display:flex}}@media (max-width:900px){.leaveDrawerPanelWide,.leaveDrawerPanel{width:100%}.leaveDrawerGridThree,.leaveDrawerGridTwo,.leaveDrawerCheckboxGrid{grid-template-columns:1fr}.leaveAdminPolicyMobileTop{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.leaveDrawerHeader,.leaveDrawerBody{padding-left:16px;padding-right:16px}.leaveDrawerFooter{flex-direction:column-reverse}.leaveDrawerFooter .leaveBtn{width:100%}.leaveAdminPolicyMobileGrid{grid-template-columns:1fr}}.leaveAdminHintCard{background:linear-gradient(135deg,#f7fbff 0%,#f2f7ff 100%);border:1px solid #0170ff1f;border-radius:18px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.leaveAdminHintCardSoft{margin-top:-4px}.leaveAdminHintCardIcon{width:24px;height:24px;color:var(--leave-primary-deep);background:#0170ff1a;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:inline-flex}.leaveAdminHintCardBody{flex-direction:column;gap:4px;display:flex}.leaveAdminHintCardBody strong{color:var(--leave-text);font-size:14px;font-weight:800}.leaveAdminHintCardBody span{color:var(--leave-text-muted);font-size:13px;line-height:1.6}.leaveAdminEmployeePolicyTableWrap{border:1px solid var(--leave-border);width:100%;box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:22px;display:block;overflow-x:auto}.leaveAdminEmployeePolicyTable{border-collapse:separate;border-spacing:0;width:100%;min-width:1120px}.leaveAdminEmployeePolicyTable thead th{border-bottom:1px solid var(--leave-border);letter-spacing:.05em;text-transform:uppercase;color:var(--leave-text-soft);text-align:left;background:#f8faffc7;padding:18px;font-size:12px;font-weight:800}.leaveAdminEmployeePolicyTable tbody td{color:var(--leave-text);vertical-align:middle;border-bottom:1px solid #dfe1f0e6;padding:16px 18px;font-size:14px}.leaveAdminEmployeePolicyTable tbody tr:last-child td{border-bottom:none}.leaveAdminEmployeePolicyTable tbody tr{transition:background .18s}.leaveAdminEmployeePolicyTable tbody tr:hover{background:#0170ff06}.leaveAdminEmployeeIdentity{align-items:flex-start;gap:12px;min-width:0;display:flex}.leaveAdminEmployeeIdentityText{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminEmployeeIdentityText strong{color:var(--leave-text);word-break:break-word;font-size:15px;font-weight:800}.leaveAdminEmployeeIdentityText span{color:var(--leave-text-soft);word-break:break-word;font-size:12px}.leaveAdminEmployeePolicyText{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminEmployeePolicyText strong{color:var(--leave-text);word-break:break-word;font-size:14px;font-weight:800}.leaveAdminEmployeePolicyText span{color:var(--leave-text-soft);word-break:break-word;font-size:12px}.leaveAdminEmployeePolicyReason{max-width:320px;color:var(--leave-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.leaveAdminEmployeePolicyMobileList{flex-direction:column;gap:14px;display:none}.leaveAdminEmployeePolicyMobileCard{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:20px;flex-direction:column;gap:16px;padding:16px;display:flex}.leaveAdminEmployeePolicyMobileTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveAdminEmployeePolicyMobileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.leaveAdminEmployeePolicyMobileGrid div{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminEmployeePolicyMobileGrid span{text-transform:uppercase;letter-spacing:.05em;color:var(--leave-text-soft);font-size:11px;font-weight:800}.leaveAdminEmployeePolicyMobileGrid strong{color:var(--leave-text);word-break:break-word;font-size:14px;line-height:1.5}.leaveAdminEmployeePolicyMobileReason{grid-column:1/-1}@media (max-width:1100px){.leaveAdminEmployeePolicyTableWrap{display:none}.leaveAdminEmployeePolicyMobileList{display:flex}}@media (max-width:900px){.leaveAdminEmployeePolicyMobileTop{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.leaveAdminEmployeePolicyMobileGrid{grid-template-columns:1fr}}.leaveAdminTagAccent{color:var(--leave-primary-deep);background:#0170ff1f}.leaveAdminHolidayGroupGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.leaveAdminHolidayGroupCard,.leaveAdminHolidayGroupCreateCard{border:1px solid var(--leave-border);min-height:280px;box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:22px}.leaveAdminHolidayGroupCard{flex-direction:column;gap:16px;padding:18px;transition:all .18s;display:flex}.leaveAdminHolidayGroupCard:hover{box-shadow:var(--leave-shadow-md);transform:translateY(-1px)}.leaveAdminHolidayGroupCardTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveAdminHolidayGroupIdentity{align-items:flex-start;gap:12px;min-width:0;display:flex}.leaveAdminHolidayGroupIcon{color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:900;display:inline-flex;box-shadow:0 14px 28px #0170ff29}.leaveAdminHolidayGroupIdentityText{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminHolidayGroupIdentityText strong{color:var(--leave-text);word-break:break-word;font-size:20px;font-weight:900;line-height:1.2}.leaveAdminHolidayGroupIdentityText span{color:var(--leave-text-soft);letter-spacing:.03em;text-transform:uppercase;font-size:12px;font-weight:700}.leaveAdminHolidayGroupLocation{min-height:46px;color:var(--leave-text-muted);background:#0170ff09;border:1px solid #0170ff14;border-radius:16px;padding:12px 14px;font-size:13px;line-height:1.55}.leaveAdminHolidayGroupMeta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.leaveAdminHolidayMetaChip{background:var(--leave-surface-muted);min-height:42px;color:var(--leave-text);text-align:center;border-radius:14px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.leaveAdminHolidayGroupDescription{min-height:64px;color:var(--leave-text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13px;line-height:1.65;display:-webkit-box;overflow:hidden}.leaveAdminHolidayGroupFooter{border-top:1px solid #dfe1f0e6;justify-content:space-between;align-items:center;gap:14px;margin-top:auto;padding-top:14px;display:flex}.leaveAdminHolidayGroupFooter .leaveAdminActionRow{justify-content:flex-end}.leaveAdminHolidayGroupCreateCard{cursor:pointer;text-align:center;border-style:dashed;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px;transition:all .18s;display:flex}.leaveAdminHolidayGroupCreateCard:hover{box-shadow:var(--leave-shadow-md);background:linear-gradient(#fbfdff 0%,#f4f8ff 100%);border-color:#0170ff42}.leaveAdminHolidayGroupCreateIcon{width:54px;height:54px;color:var(--leave-primary);background:#0170ff14;border-radius:18px;justify-content:center;align-items:center;font-size:26px;font-weight:900;display:inline-flex}.leaveAdminHolidayGroupCreateCard strong{color:var(--leave-text);font-size:18px;font-weight:900}.leaveAdminHolidayGroupCreateCard span:last-child{max-width:280px;color:var(--leave-text-muted);font-size:13px;line-height:1.6}.leaveDrawerPreviewTags{flex-wrap:wrap;gap:8px;padding-top:2px;display:flex}@media (max-width:1200px){.leaveAdminHolidayGroupGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.leaveAdminHolidayGroupGrid,.leaveAdminHolidayGroupMeta{grid-template-columns:1fr}.leaveAdminHolidayGroupFooter{flex-direction:column;align-items:stretch}.leaveAdminHolidayGroupFooter .leaveAdminActionRow{justify-content:stretch}.leaveAdminHolidayGroupFooter .leaveAdminActionBtn{flex:100%}}.leaveAdminTag{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.leaveAdminTagNeutral{color:var(--leave-primary-deep);background:#0170ff14}.leaveAdminTagWarning{color:#b45309;background:#f59e0b1f}.leaveAdminTagPlain{background:var(--leave-surface-muted);color:var(--leave-text-soft)}.leaveAdminHolidayTableWrap{border:1px solid var(--leave-border);width:100%;box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:22px;display:block;overflow-x:auto}.leaveAdminHolidayTable{border-collapse:separate;border-spacing:0;width:100%;min-width:1220px}.leaveAdminHolidayTable thead th{border-bottom:1px solid var(--leave-border);letter-spacing:.05em;text-transform:uppercase;color:var(--leave-text-soft);text-align:left;background:#f8faffc7;padding:18px;font-size:12px;font-weight:800}.leaveAdminHolidayTable tbody td{color:var(--leave-text);vertical-align:middle;border-bottom:1px solid #dfe1f0e6;padding:16px 18px;font-size:14px}.leaveAdminHolidayTable tbody tr:last-child td{border-bottom:none}.leaveAdminHolidayTable tbody tr{transition:background .18s}.leaveAdminHolidayTable tbody tr:hover{background:#0170ff06}.leaveAdminHolidayIdentity{align-items:flex-start;gap:12px;min-width:0;display:flex}.leaveAdminHolidayIdentityText{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminHolidayIdentityText strong{color:var(--leave-text);word-break:break-word;font-size:15px;font-weight:800}.leaveAdminHolidayIdentityText span{color:var(--leave-text-soft);word-break:break-word;font-size:12px;line-height:1.5}.leaveAdminHolidayDateBlock,.leaveAdminHolidayGroupBlock{flex-direction:column;gap:4px;display:flex}.leaveAdminHolidayDateBlock strong,.leaveAdminHolidayGroupBlock strong{color:var(--leave-text);font-size:14px;font-weight:800}.leaveAdminHolidayDateBlock span,.leaveAdminHolidayGroupBlock span{color:var(--leave-text-soft);font-size:12px}.leaveAdminHolidayTypePill{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.leaveAdminHolidayTypePill.is-national{color:var(--leave-primary-deep);background:#0170ff1a}.leaveAdminHolidayTypePill.is-regional{color:#047857;background:#10b9811f}.leaveAdminHolidayTypePill.is-state{color:#b45309;background:#f59e0b1f}.leaveAdminHolidayTypePill.is-company{color:#6d28d9;background:#7c3aed1f}.leaveAdminHolidayTypePill.is-optional{color:#be185d;background:#ec48991f}.leaveAdminHolidayTypePill.is-other{background:var(--leave-surface-muted);color:var(--leave-text-soft)}.leaveAdminHolidayFlagStack{flex-wrap:wrap;gap:8px;display:flex}.leaveAdminHolidayMobileList{flex-direction:column;gap:14px;display:none}.leaveAdminHolidayMobileCard{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:20px;flex-direction:column;gap:16px;padding:16px;display:flex}.leaveAdminHolidayMobileTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveAdminHolidayMobileTypeRow{align-items:center;display:flex}.leaveAdminHolidayMobileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.leaveAdminHolidayMobileGrid div{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminHolidayMobileGrid span{text-transform:uppercase;letter-spacing:.05em;color:var(--leave-text-soft);font-size:11px;font-weight:800}.leaveAdminHolidayMobileGrid strong{color:var(--leave-text);word-break:break-word;font-size:14px;line-height:1.5}.leaveAdminHolidayMobileReason{grid-column:1/-1}@media (max-width:1100px){.leaveAdminHolidayTableWrap{display:none}.leaveAdminHolidayMobileList{display:flex}}@media (max-width:900px){.leaveAdminHolidayMobileTop{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.leaveAdminHolidayMobileGrid{grid-template-columns:1fr}}.leaveAdminEmployeeHolidayTableWrap{border:1px solid var(--leave-border);width:100%;box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:22px;display:block;overflow-x:auto}.leaveAdminEmployeeHolidayTable{border-collapse:separate;border-spacing:0;width:100%;min-width:1120px}.leaveAdminEmployeeHolidayTable thead th{border-bottom:1px solid var(--leave-border);letter-spacing:.05em;text-transform:uppercase;color:var(--leave-text-soft);text-align:left;background:#f8faffc7;padding:18px;font-size:12px;font-weight:800}.leaveAdminEmployeeHolidayTable tbody td{color:var(--leave-text);vertical-align:middle;border-bottom:1px solid #dfe1f0e6;padding:16px 18px;font-size:14px}.leaveAdminEmployeeHolidayTable tbody tr:last-child td{border-bottom:none}.leaveAdminEmployeeHolidayTable tbody tr{transition:background .18s}.leaveAdminEmployeeHolidayTable tbody tr:hover{background:#0170ff06}.leaveAdminEmployeeHolidayGroupText{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminEmployeeHolidayGroupText strong{color:var(--leave-text);word-break:break-word;font-size:14px;font-weight:800}.leaveAdminEmployeeHolidayGroupText span{color:var(--leave-text-soft);word-break:break-word;font-size:12px;line-height:1.5}.leaveAdminEmployeeHolidayReason{max-width:320px;color:var(--leave-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.leaveAdminEmployeeHolidayMobileList{flex-direction:column;gap:14px;display:none}.leaveAdminEmployeeHolidayMobileCard{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:20px;flex-direction:column;gap:16px;padding:16px;display:flex}.leaveAdminEmployeeHolidayMobileTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveAdminEmployeeHolidayMobileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.leaveAdminEmployeeHolidayMobileGrid div{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminEmployeeHolidayMobileGrid span{text-transform:uppercase;letter-spacing:.05em;color:var(--leave-text-soft);font-size:11px;font-weight:800}.leaveAdminEmployeeHolidayMobileGrid strong{color:var(--leave-text);word-break:break-word;font-size:14px;line-height:1.5}.leaveAdminEmployeeHolidayMobileReason{grid-column:1/-1}@media (max-width:1100px){.leaveAdminEmployeeHolidayTableWrap{display:none}.leaveAdminEmployeeHolidayMobileList{display:flex}}@media (max-width:900px){.leaveAdminEmployeeHolidayMobileTop{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.leaveAdminEmployeeHolidayMobileGrid{grid-template-columns:1fr}}.leaveAdminBalanceFilterGrid,.leaveAdminBalanceRecalcGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.leaveAdminBalanceViewSwitch{border:1px solid var(--leave-border);background:var(--leave-surface-soft);border-radius:999px;align-items:center;gap:6px;padding:4px;display:inline-flex}.leaveAdminBalanceViewBtn{min-height:34px;color:var(--leave-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:0 14px;font-size:13px;font-weight:800;transition:all .18s}.leaveAdminBalanceViewBtn.active{color:var(--leave-primary);box-shadow:var(--leave-shadow-sm);background:#fff}.leaveAdminBalanceTableWrap,.leaveAdminBalanceTxnTableWrap{border:1px solid var(--leave-border);width:100%;box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:22px;display:block;overflow-x:auto}.leaveAdminBalanceTable,.leaveAdminBalanceTxnTable{border-collapse:separate;border-spacing:0;width:100%;min-width:1120px}.leaveAdminBalanceTable thead th,.leaveAdminBalanceTxnTable thead th{border-bottom:1px solid var(--leave-border);letter-spacing:.05em;text-transform:uppercase;color:var(--leave-text-soft);text-align:left;background:#f8faffc7;padding:18px;font-size:12px;font-weight:800}.leaveAdminBalanceTable tbody td,.leaveAdminBalanceTxnTable tbody td{color:var(--leave-text);vertical-align:middle;border-bottom:1px solid #dfe1f0e6;padding:16px 18px;font-size:14px}.leaveAdminBalanceTable tbody tr:last-child td,.leaveAdminBalanceTxnTable tbody tr:last-child td{border-bottom:none}.leaveAdminBalanceTable tbody tr,.leaveAdminBalanceTxnTable tbody tr{transition:background .18s}.leaveAdminBalanceTable tbody tr:hover,.leaveAdminBalanceTxnTable tbody tr:hover{background:#0170ff06}.leaveAdminBalanceEmployee,.leaveAdminBalanceLeaveType{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminBalanceEmployee strong,.leaveAdminBalanceLeaveType strong{color:var(--leave-text);word-break:break-word;font-size:14px;font-weight:800}.leaveAdminBalanceEmployee span,.leaveAdminBalanceLeaveType span{color:var(--leave-text-soft);word-break:break-word;font-size:12px}.leaveAdminBalanceValue{min-height:34px;color:var(--leave-primary-deep);background:#0170ff14;border-radius:999px;align-items:center;padding:0 12px;font-size:13px;font-weight:900;display:inline-flex}.leaveAdminBalanceQty{color:var(--leave-text);font-weight:900}.leaveAdminBalanceRemarks{max-width:320px;color:var(--leave-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.leaveAdminTxnTypePill{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.leaveAdminTxnTypePill.is-positive{color:#15803d;background:#16a34a1f}.leaveAdminTxnTypePill.is-negative{color:#dc2626;background:#ef44441f}.leaveAdminTxnTypePill.is-neutral{background:var(--leave-surface-muted);color:var(--leave-text-soft)}.leaveAdminBalanceMobileList,.leaveAdminBalanceTxnMobileList{flex-direction:column;gap:14px;display:none}.leaveAdminBalanceMobileCard,.leaveAdminBalanceTxnMobileCard{border:1px solid var(--leave-border);box-shadow:var(--leave-shadow-sm);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:20px;flex-direction:column;gap:16px;padding:16px;display:flex}.leaveAdminBalanceMobileTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.leaveAdminBalanceMobileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.leaveAdminBalanceMobileGrid div{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveAdminBalanceMobileGrid span{text-transform:uppercase;letter-spacing:.05em;color:var(--leave-text-soft);font-size:11px;font-weight:800}.leaveAdminBalanceMobileGrid strong{color:var(--leave-text);word-break:break-word;font-size:14px;line-height:1.5}.leaveAdminBalanceMobileRemarks{grid-column:1/-1}@media (max-width:1100px){.leaveAdminBalanceFilterGrid,.leaveAdminBalanceRecalcGrid{grid-template-columns:1fr}.leaveAdminBalanceTableWrap,.leaveAdminBalanceTxnTableWrap{display:none}.leaveAdminBalanceMobileList,.leaveAdminBalanceTxnMobileList{display:flex}}@media (max-width:900px){.leaveAdminBalanceMobileTop{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.leaveAdminBalanceMobileGrid{grid-template-columns:1fr}.leaveAdminBalanceViewSwitch{justify-content:stretch;width:100%}.leaveAdminBalanceViewBtn{flex:1 1 0}}.leaveQuickDrawerSectionMeta{color:#6b7280;font-size:12px;font-weight:600;line-height:1}.leaveQuickDrawerRouteSummary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.leaveQuickDrawerRouteBadge{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.leaveQuickDrawerRouteBadge span{text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:11px;font-weight:700}.leaveQuickDrawerRouteBadge strong{color:#0f172a;word-break:break-word;font-size:14px;font-weight:700}.leaveQuickDrawerCcGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:8px;display:grid}.leaveQuickDrawerCcCard{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:flex-start;gap:12px;padding:12px 14px;transition:all .18s;display:flex}.leaveQuickDrawerCcCard:hover{border-color:#bfd7ff;box-shadow:0 8px 24px #0170ff14}.leaveQuickDrawerCcCard.active{background:linear-gradient(#f7fbff 0%,#eef6ff 100%);border-color:#0170ff;box-shadow:0 10px 24px #0170ff1f}.leaveQuickDrawerCcCard.disabled{opacity:.55;cursor:not-allowed;background:#f8fafc}.leaveQuickDrawerCcCard input{accent-color:#0170ff;margin-top:2px}.leaveQuickDrawerCcText{flex-direction:column;gap:4px;min-width:0;display:flex}.leaveQuickDrawerCcText strong{color:#0f172a;word-break:break-word;font-size:14px;font-weight:700}.leaveQuickDrawerCcText span{color:#64748b;word-break:break-word;font-size:12px}.leaveQuickDrawerSelectedCc{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.leaveQuickDrawerSelectedCcChip{color:#0f3d91;background:#eff6ff;border:1px solid #cfe0ff;border-radius:999px;align-items:center;gap:6px;padding:8px 10px;font-size:12px;font-weight:700;display:inline-flex}.leaveQuickDrawerInlineNoticeSoft{color:#1e3a8a;background:#f8fafc;border-color:#dbeafe}.leaveRequestsCompactMetaLine{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.leaveRoutePill{color:#0f3d91;background:#eff6ff;border:1px solid #cfe0ff;border-radius:999px;align-items:center;gap:6px;min-height:28px;padding:6px 10px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.leaveRoutePill.neutral{color:#475569;background:#f8fafc;border-color:#e2e8f0}.leaveRequestsCompactCellTitle{margin-top:6px}@media (max-width:1024px){.leaveQuickDrawerRouteSummary,.leaveQuickDrawerCcGrid{grid-template-columns:1fr}}@media (max-width:640px){.leaveRequestsCompactMetaLine{margin-top:10px}.leaveRoutePill{padding:6px 9px;font-size:10px}}.leaveCcCompactWrap{flex-direction:column;gap:12px;margin-top:8px;display:flex}.leaveCcCompactEmpty{color:#64748b;background:#f8fafc;border:1px dashed #d7e2f0;border-radius:14px;align-items:center;min-height:44px;padding:0 14px;font-size:13px;font-weight:500;display:flex}.leaveCcCompactChips{flex-wrap:wrap;gap:8px;display:flex}.leaveCcCompactChip{color:#0f3d91;background:#eff6ff;border:1px solid #cfe0ff;border-radius:999px;align-items:center;gap:8px;max-width:100%;min-height:34px;padding:6px 8px 6px 12px;display:inline-flex}.leaveCcCompactChipText{white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:12px;font-weight:700;overflow:hidden}.leaveCcCompactChipRemove{color:#1d4ed8;cursor:pointer;background:#dbeafe;border:none;border-radius:999px;width:22px;height:22px;font-size:16px;line-height:1}.leaveCcCompactChipRemove:hover{background:#bfdbfe}.leaveCcCompactAddRow{flex-direction:column;gap:10px;display:flex}.leaveCcCompactAddBtn{color:#7b97b8;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:fit-content;min-height:40px;padding:0 14px 0 10px;font-size:14px;font-weight:600;display:inline-flex}.leaveCcCompactAddBtn:hover{color:#2563eb}.leaveCcCompactAddIcon{color:#7b97b8;border:2px solid #9cb7d4;border-radius:999px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;line-height:1;display:inline-flex}.leaveCcCompactAddBtn:hover .leaveCcCompactAddIcon{color:#2563eb;border-color:#2563eb}.leaveCcCompactPicker{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:10px;padding:12px;display:flex}.leaveCcCompactSelect{min-width:0}.leaveCcCompactPickerActions{justify-content:flex-end;gap:8px;display:flex}.leaveCcCompactHint{color:#64748b;font-size:12px;font-weight:500}.leaveMiniBtnPrimary{color:#fff;background:#0170ff;border:1px solid #0170ff}.leaveMiniBtnPrimary:hover{background:#015fe0;border-color:#015fe0}@media (max-width:640px){.leaveCcCompactChipText{max-width:160px}.leaveCcCompactPickerActions{justify-content:stretch}.leaveCcCompactPickerActions .leaveMiniBtn{flex:1 1 0}}.downloadWrap{align-items:center;display:flex;position:relative}.downloadBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.downloadBtn:hover{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.downloadBtn.active{color:#2563eb;background:#dbeafe;border-color:#bfdbfe}.downloadBtn svg{width:20px;height:20px}.rightAlignedMenu{min-width:220px;right:0;left:auto!important}.downloadMenu .menuItem{white-space:nowrap}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.auth-modal{text-align:center;background:#fff;border:1px solid #e2e8f0e6;border-radius:18px;width:min(100%,420px);padding:32px;position:relative;box-shadow:0 20px 60px #0f172a33}.auth-modal--tenant,.auth-modal--session{text-align:left;width:min(100%,720px)}.close-btn{cursor:pointer;color:#475569;background:0 0;border:none;border-radius:999px;width:34px;height:34px;font-size:18px;transition:background .2s,color .2s;position:absolute;top:14px;right:14px}.close-btn:hover{color:#0f172a;background:#f1f5f9}.tm-left{justify-content:center;align-items:center;gap:10px;margin-bottom:18px;display:flex}.auth-modal--tenant .tm-left,.auth-modal--session .tm-left{justify-content:flex-start}.tm-logo{object-fit:contain;width:42px;height:42px}.auth-modal h2,.auth-modal h3{color:#0f172a;margin:0 0 12px}.auth-modal p{margin:0}.input-field{margin-top:18px}.input-field input{border:1.5px solid #dcdfe6;border-radius:10px;outline:none;width:100%;padding:15px;font-size:15px;transition:border-color .2s,box-shadow .2s}.input-field input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.primary-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:100%;margin-top:18px;padding:14px;font-size:15px;font-weight:600;transition:background .2s,transform .2s,opacity .2s}.primary-btn:hover:not(:disabled){background:#1d4ed8}.primary-btn:disabled{opacity:.65;cursor:not-allowed}.note{color:#64748b;margin-top:10px;font-size:12px;line-height:1.5}.auth-error{color:#dc2626;margin-top:14px;font-size:13px;font-weight:600;line-height:1.45}.otp-container{flex-wrap:wrap;justify-content:center;gap:10px;margin:20px 0;display:flex}.otp-box{text-align:center;text-transform:uppercase;border:1.5px solid #94a3b8;border-radius:10px;outline:none;width:46px;height:52px;font-size:20px;font-weight:700;transition:border-color .2s,box-shadow .2s}.otp-box:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.loading-spinner{border:4px solid #93c5fd;border-top-color:#0000;border-radius:50%;width:32px;height:32px;margin:20px auto 0;animation:1s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.tenant-subtitle,.session-subtitle{color:#475569;margin-bottom:18px;font-size:14px;line-height:1.6}.tenant-list{flex-direction:column;gap:12px;margin-top:18px;display:flex}.tenant-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:14px;width:100%;padding:14px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.tenant-card:hover{border-color:#93c5fd;box-shadow:0 8px 24px #2563eb14}.tenant-card.is-selected{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb1f}.tenant-card-left{flex-shrink:0}.tenant-logo,.tenant-avatar{object-fit:cover;border-radius:999px;width:46px;height:46px}.tenant-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);place-items:center;font-size:15px;font-weight:700;display:grid}.tenant-card-body{flex:1;min-width:0}.tenant-name{color:#0f172a;font-size:15px;font-weight:700}.tenant-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;display:flex}.tenant-pill{color:#1d4ed8;background:#e0ecff;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.tenant-card-right{flex-shrink:0}.tenant-radio{background:#fff;border:2px solid #94a3b8;border-radius:999px;width:18px;height:18px}.tenant-radio.is-selected{background:radial-gradient(circle,#2563eb 45%,#fff 46%);border-color:#2563eb}.tenant-actions{gap:12px;margin-top:20px;display:flex}.tenant-btn-secondary{background:#0f172a}.tenant-btn-secondary:hover:not(:disabled){background:#111827}.session-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-top:18px;padding:18px}.session-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.session-item{flex-direction:column;gap:6px;min-width:0;display:flex}.session-item--full{grid-column:1/-1}.session-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.session-item strong{color:#0f172a;word-break:break-word;font-size:14px;line-height:1.5}.session-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.session-question-block{margin-top:22px}.session-question-block h4{color:#0f172a;margin:0 0 14px;font-size:15px}.session-question-row{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:14px;padding:12px 0;display:flex}.session-question-row:last-child{border-bottom:none}.session-question-text{color:#334155;flex:1;font-size:14px;line-height:1.5}.session-answer-group{flex-shrink:0;gap:8px;display:flex}.session-answer-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;min-width:72px;height:38px;font-size:13px;font-weight:700;transition:all .2s}.session-answer-btn:hover{background:#eff6ff;border-color:#93c5fd}.session-answer-btn.is-selected{color:#fff;background:#2563eb;border-color:#2563eb}@media (max-width:768px){.auth-modal{width:100%;padding:24px 18px}.auth-modal--tenant,.auth-modal--session{width:100%}.tenant-actions{flex-direction:column}.session-grid{grid-template-columns:1fr}.session-question-row{flex-direction:column;align-items:flex-start}.session-answer-group{width:100%}.session-answer-btn{flex:1}}.session-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:radial-gradient(circle at top,#2563eb29,#0000 32%),#0f172a9e}.session-modal-shell{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e2e8f0f2;border-radius:24px;width:min(920px,100vw - 32px);max-height:calc(100vh - 32px);padding:28px 28px 24px;position:relative;overflow-y:auto;box-shadow:0 24px 80px #0f172a47,0 8px 24px #0f172a14}.session-modal-close{color:#475569;cursor:pointer;background:#ffffffeb;border:1px solid #dbe4f0;border-radius:999px;place-items:center;width:40px;height:40px;transition:all .2s;display:grid;position:absolute;top:16px;right:16px}.session-modal-close:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.session-modal-close svg{width:20px;height:20px}.session-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;padding-right:48px;display:flex}.session-modal-brand{align-items:center;gap:14px;display:flex}.session-modal-brandIcon{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border-radius:16px;place-items:center;width:52px;height:52px;display:grid;box-shadow:0 10px 24px #2563eb38}.session-modal-brandIcon svg{width:26px;height:26px}.session-modal-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin-bottom:4px;font-size:12px;font-weight:700}.session-modal-title{color:#0f172a;margin:0;font-size:30px;font-weight:800;line-height:1.15}.session-modal-badge{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;flex-shrink:0;align-items:center;min-height:38px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.session-modal-subtitle{color:#475569;margin:16px 0 0;font-size:15px;line-height:1.7}.session-highlight-card{background:linear-gradient(#fff8eb 0%,#fffdf7 100%);border:1px solid #fde68a;border-radius:18px;align-items:flex-start;gap:14px;margin-top:20px;padding:16px 18px;display:flex}.session-highlight-icon{color:#fff;background:#f59e0b;border-radius:14px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.session-highlight-icon svg{width:22px;height:22px}.session-highlight-title{color:#92400e;font-size:14px;font-weight:700;line-height:1.5}.session-highlight-text{color:#a16207;margin-top:3px;font-size:13px;line-height:1.6}.session-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.session-detail-card{background:#fff;border:1px solid #e7eef7;border-radius:18px;align-items:flex-start;gap:12px;padding:16px;display:flex;box-shadow:0 4px 14px #0f172a0a}.session-detail-card--full{grid-column:1/-1}.session-detail-icon{color:#2563eb;background:#eff6ff;border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.session-detail-icon svg{width:19px;height:19px}.session-detail-meta{flex-direction:column;gap:4px;min-width:0;display:flex}.session-detail-label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700}.session-detail-meta strong{color:#0f172a;word-break:break-word;font-size:15px;line-height:1.55}.session-detail-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#334155!important;font-size:13px!important}.session-confirm-section{background:linear-gradient(#fff 0%,#f9fbff 100%);border:1px solid #e7eef7;border-radius:22px;margin-top:26px;padding:20px}.session-confirm-head h3{color:#0f172a;margin:0;font-size:20px;font-weight:800}.session-confirm-head p{color:#64748b;margin:6px 0 0;font-size:14px;line-height:1.6}.session-question-list{flex-direction:column;gap:12px;margin-top:18px;display:flex}.session-question-card{background:#fff;border:1px solid #e7eef7;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.session-question-text{color:#334155;flex:1;font-size:14px;font-weight:500;line-height:1.6}.session-answer-group{flex-shrink:0;align-items:center;gap:10px;display:flex}.session-pill-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;min-width:84px;height:42px;padding:0 16px;font-size:13px;font-weight:700;transition:all .2s}.session-pill-btn:hover{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.session-pill-btn.is-selected.yes{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border-color:#0000;box-shadow:0 8px 18px #2563eb2e}.session-pill-btn.is-selected.no{color:#be123c;background:#fff1f2;border-color:#fda4af}.session-warning-note{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;margin-top:14px;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.55}.session-auth-error{margin-top:16px}.session-modal-actions{justify-content:flex-end;align-items:center;gap:12px;margin-top:24px;display:flex}.session-btn{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-width:180px;height:48px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.session-btn:disabled{opacity:.65;cursor:not-allowed}.session-btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 12px 28px #2563eb3d}.session-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 34px #2563eb47}.session-btn-secondary{color:#0f172a;background:#eef2f7;border:1px solid #dbe4f0}.session-btn-secondary:hover:not(:disabled){background:#e2e8f0}.spin{animation:1s linear infinite session-spin}@keyframes session-spin{to{transform:rotate(360deg)}}@media (max-width:900px){.session-modal-shell{border-radius:20px;width:min(100vw - 20px,100%);padding:22px 18px 18px}.session-details-grid{grid-template-columns:1fr}.session-detail-card--full{grid-column:auto}.session-question-card{flex-direction:column;align-items:flex-start}.session-answer-group{width:100%}.session-pill-btn{flex:1}.session-modal-actions{flex-direction:column-reverse}.session-btn{width:100%;min-width:0}}@media (max-width:640px){.session-modal-header{flex-direction:column;align-items:flex-start}.session-modal-title{font-size:24px}.session-modal-brand{align-items:flex-start}}.ej-link-button{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.ej-link-button:hover{opacity:.85}.ej-grp-skel,.ej-gm-skel-line,.ej-grp-skel-line,.ej-grp-skel-avatar,.ej-gm-skel-avatar,.ej-gm-skel-action{background:linear-gradient(90deg,#eef2f7 0%,#f8fafc 45%,#eef2f7 100%) 0 0/220% 100%;animation:1.25s ease-in-out infinite ejSkeletonShimmer;position:relative;overflow:hidden}@keyframes ejSkeletonShimmer{0%{background-position:220% 0}to{background-position:-220% 0}}.ej-grp-skel{background-color:#fff;border:1px solid #e5e7eb;border-radius:18px;min-height:230px;padding:16px;box-shadow:0 12px 32px #0f172a0f}.ej-grp-skel-head{grid-template-columns:44px 1fr;align-items:center;gap:10px;display:grid}.ej-grp-skel-avatar{border-radius:14px;width:44px;height:44px}.ej-grp-skel-head-copy{min-width:0}.ej-grp-skel-line{border-radius:999px;height:12px}.ej-grp-skel-title{width:72%;height:15px;margin-bottom:10px}.ej-grp-skel-meta{width:46%}.ej-grp-skel-desc-lg{width:100%;margin-top:16px}.ej-grp-skel-desc-sm{width:86%;margin-top:10px}.ej-grp-skel-footer{grid-template-columns:repeat(3,1fr);gap:11px;margin-top:18px;display:grid}.ej-grp-skel-footer .ej-grp-skel-line{border-radius:12px;height:32px}.ej-grp-skel-progress{width:100%;height:8px;margin-top:16px}.ej-gm-skel-row td{padding-top:14px;padding-bottom:14px}.ej-gm-skel-emp{align-items:center;gap:10px;min-width:0;display:flex}.ej-gm-skel-avatar{border-radius:999px;flex:none;width:38px;height:38px}.ej-gm-skel-emp-copy{flex:1;min-width:0}.ej-gm-skel-line{border-radius:999px;height:11px}.ej-gm-skel-name{width:70%;height:13px;margin-bottom:8px}.ej-gm-skel-email{width:48%}.ej-gm-skel-badge{width:72px;height:24px}.ej-gm-skel-progress{width:100%;max-width:190px}.ej-gm-skel-progress-top{justify-content:space-between;gap:12px;margin-bottom:8px;display:flex}.ej-gm-skel-small{width:52px}.ej-gm-skel-percent{width:34px}.ej-gm-skel-bar{width:100%;height:8px}.ej-gm-skel-date{width:90px;height:13px}.ej-gm-skel-status{width:76px;height:24px}.ej-gm-skel-action{border-radius:10px;width:34px;height:34px;margin-left:auto}.ej-skel-muted-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px}.ej-skel-text-line{background:linear-gradient(90deg,#eef2f7 0%,#f8fafc 45%,#eef2f7 100%) 0 0/220% 100%;border-radius:999px;height:12px;animation:1.25s ease-in-out infinite ejSkeletonShimmer}.ej-spin{animation:.85s linear infinite ejSpin}@keyframes ejSpin{to{transform:rotate(360deg)}}.ej-mu-table,.ej-mu-tableInner{overflow:visible}.ej-mu-tdMenu{text-align:right;width:56px;position:relative}.ej-mu-kebab{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .18s;display:inline-flex}.ej-mu-kebab:hover,.ej-mu-kebab.is-open{color:#0f172a;background:#f1f5f9}.ej-mu-rowmenu{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:16px;min-width:168px;padding:8px;position:absolute;top:38px;right:10px;box-shadow:0 18px 48px #0f172a29}.ej-mu-rowitem{color:#334155;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;width:100%;padding:10px 12px;font-size:13px;font-weight:700;transition:all .16s}.ej-mu-rowitem:hover{color:#0f172a;background:#f8fafc}.ej-mu-rowitem.success{color:#047857}.ej-mu-rowitem.success:hover{color:#065f46;background:#ecfdf5}.ej-mu-rowitem.danger{color:#dc2626}.ej-mu-rowitem.danger:hover{color:#b91c1c;background:#fef2f2}.ej-mu-status.is-pending{color:#b45309;background:#fffbeb}.ej-mu-status.is-inactive{color:#64748b;background:#f1f5f9}.ej-mu-btn--danger{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 16px 30px #dc262638}.ej-mu-btn--danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.ej-mu-btn--success{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 16px 30px #05966938}.ej-mu-btn--success:hover{background:linear-gradient(135deg,#059669,#047857)}.ej-mu-modal{z-index:999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a75;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ej-mu-modalHead{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.ej-mu-modalHead h2,.ej-mu-confirmContent h2{color:#0f172a;margin:0;font-size:22px;font-weight:900;line-height:1.2}.ej-mu-modalClose{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.ej-mu-modalActions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.ej-mu-confirmContent{text-align:center;width:min(460px,94vw)}.ej-mu-confirmContent p{color:#64748b;margin:12px 0 0;font-size:14px;font-weight:700;line-height:1.6}.ej-mu-accessCard{text-align:center;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:24px;max-width:520px;margin:90px auto;padding:34px;box-shadow:0 20px 60px #0f172a14}.ej-mu-accessCard h2{color:#0f172a;margin:14px 0 8px;font-size:24px;font-weight:900}.ej-mu-accessCard p{color:#64748b;margin:0;font-size:14px;font-weight:700;line-height:1.6}@media (max-width:760px){.ej-mu-modal{align-items:flex-end;padding:12px}.ej-mu-detailGrid,.ej-mu-formGrid{grid-template-columns:1fr}.ej-mu-modalActions{flex-direction:column-reverse}.ej-mu-modalActions .ej-mu-btn{width:100%}}.ej-mu-modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99999!important;background:#0f172a7a!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100vh!important;padding:28px!important;display:flex!important;position:fixed!important;inset:0!important;overflow:auto!important}.ej-mu-modalPanel{animation:.18s ease-out ejMuModalIn;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:26px!important;flex-direction:column!important;width:min(780px,100vw - 48px)!important;max-height:calc(100vh - 56px)!important;display:flex!important;overflow:hidden!important;box-shadow:0 30px 90px #0f172a57!important}@keyframes ejMuModalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ej-mu-modalHead{background:linear-gradient(#fff 0%,#f8fafc 100%);border-bottom:1px solid #edf2f7;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px 18px;display:flex}.ej-mu-modalHead h2{color:#0f172a;margin:0;font-size:22px;font-weight:900;line-height:1.2}.ej-mu-modalHead p{color:#64748b;margin:6px 0 0;font-size:13px;font-weight:700;line-height:1.45}.ej-mu-modalClose{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;transition:all .16s;display:inline-flex}.ej-mu-modalClose:hover{color:#0f172a;background:#f1f5f9}.ej-mu-modalBody{padding:24px;overflow:auto}.ej-mu-formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.ej-mu-field{flex-direction:column;gap:8px;display:flex}.ej-mu-field span{color:#475569;font-size:12px;font-weight:900}.ej-mu-field input,.ej-mu-field select{color:#0f172a;background:#fff;border:1px solid #dbe3ef;border-radius:14px;outline:none;width:100%;height:44px;padding:0 13px;font-size:14px;font-weight:700;transition:all .16s}.ej-mu-field input:focus,.ej-mu-field select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.ej-mu-detailGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ej-mu-detailItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.ej-mu-detailItem span{color:#64748b;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.ej-mu-detailItem strong{color:#0f172a;word-break:break-word;font-size:14px;font-weight:900;display:block}.ej-mu-modalActions{border-top:1px solid #edf2f7;justify-content:flex-end;align-items:center;gap:12px;margin-top:24px;padding-top:18px;display:flex}.ej-mu-modalError{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;margin-top:16px;padding:12px 14px;font-size:13px;font-weight:800}.ej-mu-confirmPanel{text-align:center;align-items:center;width:min(460px,100vw - 48px)!important;padding:28px!important}.ej-mu-confirmPanel h2{color:#0f172a;margin:0;font-size:22px;font-weight:900;line-height:1.25}.ej-mu-confirmPanel p{color:#64748b;margin:12px 0 0;font-size:14px;font-weight:700;line-height:1.6}.ej-mu-confirmIcon{color:#334155;background:#f1f5f9;border-radius:22px;justify-content:center;align-items:center;width:62px;height:62px;margin:0 auto 16px;display:flex}.ej-mu-confirmPanel .ej-mu-modalActions{justify-content:center;width:100%}.ej-mu-approveBox{color:#047857;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:18px;align-items:flex-start;gap:14px;padding:16px;display:flex}.ej-mu-approveBox h3{color:#064e3b;margin:0 0 4px;font-size:16px;font-weight:900}.ej-mu-approveBox p{color:#047857;margin:0;font-size:13px;font-weight:700;line-height:1.5}.ej-mu-checkLine{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:10px;margin-top:16px;padding:12px 14px;display:flex}.ej-mu-checkLine input{width:16px;height:16px}.ej-mu-checkLine span{color:#334155;font-size:13px;font-weight:800}@media (max-width:760px){.ej-mu-modalOverlay{align-items:flex-end!important;padding:0!important}.ej-mu-modalPanel{border-radius:24px 24px 0 0!important;width:100vw!important;max-height:90vh!important}.ej-mu-modalBody{padding:18px}.ej-mu-formGrid,.ej-mu-detailGrid{grid-template-columns:1fr}.ej-mu-modalActions{flex-direction:column-reverse}.ej-mu-modalActions .ej-mu-btn{width:100%}.ej-mu-confirmPanel{border-radius:24px 24px 0 0!important;width:100vw!important}}.ejadm-page{color:#0a0d1c;background:radial-gradient(circle at 8% 0,#0170ff1f,#0000 28%),radial-gradient(circle at 80% 0,#5b46f917,#0000 30%),linear-gradient(#f7f9fd 0%,#eef2f8 100%);min-height:calc(100vh - 72px)}.ejadm-main{width:min(1460px,100% - 44px);margin:0 auto;padding:28px 0 48px}.ejadm-command-hero{background:linear-gradient(135deg,#fffffff0,#ffffffbd),radial-gradient(circle at 0 0,#0170ff33,#0000 36%),radial-gradient(circle at 100% 100%,#58fff024,#0000 34%);border:1px solid #b8bacc8c;border-radius:30px;grid-template-columns:minmax(0,1fr) 360px;gap:28px;min-height:230px;padding:28px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a14}.ejadm-command-hero:before{content:"";filter:blur(2px);background:#0170ff14;border-radius:999px;width:320px;height:320px;position:absolute;inset:auto -80px -120px auto}.ejadm-hero-badge{color:#0170ff;background:#0170ff17;border:1px solid #0170ff29;border-radius:999px;align-items:center;gap:8px;width:fit-content;height:34px;padding:0 14px;font-size:12px;font-weight:900;display:inline-flex}.ejadm-hero-badge svg{font-size:17px}.ejadm-hero-content h1{color:#071124;letter-spacing:-.07em;margin:18px 0 8px;font-size:clamp(32px,4vw,52px);line-height:.96}.ejadm-hero-content>p{color:#5a5c76;max-width:760px;margin:0;font-size:15px;line-height:1.6}.ejadm-hero-metrics{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.ejadm-hero-metrics div{background:#ffffffc7;border:1px solid #dfe1f0f2;border-radius:18px;min-width:150px;padding:13px 16px}.ejadm-hero-metrics span{color:#75788f;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800;display:block}.ejadm-hero-metrics strong{color:#0a0d1c;margin-top:5px;font-size:14px;display:block}.ejadm-hero-panel{z-index:1;background:linear-gradient(#ffffffdb,#ffffffa3);border:1px solid #dfe1f0e6;border-radius:26px;place-items:center;gap:18px;padding:22px;display:grid;position:relative}.ejadm-health-orbit{background:conic-gradient(from 220deg,#0170ff 0 60%,#58fff0 60% 78%,#dfe1f0 78% 100%);border-radius:999px;place-items:center;width:190px;height:190px;display:grid;position:relative;box-shadow:inset 0 0 0 18px #fff6,0 18px 42px #0170ff29}.ejadm-health-orbit:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:17px}.ejadm-health-ring{z-index:1;border-radius:inherit;background:linear-gradient(#fff,#f8fbff);align-content:center;place-items:center;width:128px;height:128px;display:grid;position:relative;box-shadow:0 10px 24px #0f172a14}.ejadm-health-ring strong{letter-spacing:-.06em;font-size:34px}.ejadm-health-ring span{color:#75788f;font-size:12px;font-weight:800}.ejadm-hero-actions{grid-template-columns:1fr 1fr;gap:10px;width:100%;display:grid}.ejadm-hero-actions button,.ejadm-light-btn,.ejadm-link-btn,.ejadm-danger-soft,.ejadm-wide-action,.ejadm-next-actions button{color:#0a0d1c;cursor:pointer;background:#fff;border:1px solid #dfe1f0;border-radius:14px;justify-content:center;align-items:center;gap:8px;height:40px;font-size:12px;font-weight:900;transition:all .18s;display:inline-flex}.ejadm-hero-actions .primary,.ejadm-next-actions .primary{color:#fff;background:linear-gradient(135deg,#0170ff,#0038ff);border-color:#0170ff;grid-column:1/-1;box-shadow:0 14px 28px #0170ff38}.ejadm-hero-actions button:hover,.ejadm-light-btn:hover,.ejadm-link-btn:hover,.ejadm-wide-action:hover,.ejadm-next-actions button:hover{color:#0170ff;border-color:#0170ff;transform:translateY(-1px)}.ejadm-hero-actions .primary:hover,.ejadm-next-actions .primary:hover{color:#fff;border-color:#0038ff}.ejadm-executive-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.ejadm-executive-card,.ejadm-panel,.ejadm-module-strip,.ejadm-next-panel{background:#ffffffeb;border:1px solid #dfe1f0;border-radius:24px;box-shadow:0 18px 46px #0f172a0e}.ejadm-executive-card{min-height:174px;padding:18px;position:relative;overflow:hidden}.ejadm-executive-card:after{content:"";opacity:.08;background:currentColor;border-radius:999px;width:130px;height:130px;position:absolute;inset:auto -36px -58px auto}.ejadm-exec-top{justify-content:space-between;align-items:center;display:flex}.ejadm-exec-icon{color:#0170ff;background:#0170ff1a;border-radius:16px;place-items:center;width:46px;height:46px;font-size:24px;display:grid}.ejadm-card--green .ejadm-exec-icon,.ejadm-card--green .ejadm-module-head span{color:#16a34a;background:#22c55e1a}.ejadm-card--orange .ejadm-exec-icon,.ejadm-card--orange .ejadm-module-head span{color:#f59e0b;background:#f59e0b1f}.ejadm-card--purple .ejadm-exec-icon,.ejadm-card--purple .ejadm-module-head span{color:#7c3aed;background:#7c3aed1a}.ejadm-card--red .ejadm-exec-icon,.ejadm-card--red .ejadm-module-head span{color:#ef4444;background:#ef44441a}.ejadm-card--teal .ejadm-exec-icon,.ejadm-card--teal .ejadm-module-head span{color:#0ea5a5;background:#0ea5a51a}.ejadm-card--slate .ejadm-exec-icon,.ejadm-card--slate .ejadm-module-head span{color:#5a5c76;background:#5a5c761a}.ejadm-sparkline{fill:none;width:92px;height:36px}.ejadm-sparkline path{stroke:#0170ff;stroke-width:3px;stroke-linecap:round}.ejadm-sparkline--green path{stroke:#22c55e}.ejadm-sparkline--orange path{stroke:#f59e0b}.ejadm-sparkline--purple path{stroke:#7c3aed}.ejadm-sparkline--red path{stroke:#ef4444}.ejadm-sparkline--teal path{stroke:#0ea5a5}.ejadm-sparkline--slate path{stroke:#75788f}.ejadm-exec-body p{color:#75788f;text-transform:uppercase;letter-spacing:.04em;margin:18px 0 6px;font-size:12px;font-weight:900}.ejadm-exec-body h2{color:#0a0d1c;letter-spacing:-.06em;margin:0;font-size:30px;line-height:1}.ejadm-exec-body span{color:#5a5c76;margin-top:8px;font-size:12px;line-height:1.45;display:block}.ejadm-progress-wrap{align-items:center;gap:10px;margin-top:14px;display:flex}.ejadm-progress-wrap>div{background:#edf1f7;border-radius:999px;flex:1;height:7px;overflow:hidden}.ejadm-progress-wrap span{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#68e1fd);height:100%;display:block}.ejadm-card--green .ejadm-progress-wrap span{background:linear-gradient(90deg,#16a34a,#86efac)}.ejadm-card--orange .ejadm-progress-wrap span{background:linear-gradient(90deg,#f59e0b,#fed7aa)}.ejadm-card--purple .ejadm-progress-wrap span{background:linear-gradient(90deg,#7c3aed,#c4b5fd)}.ejadm-progress-wrap b{color:#16a34a;font-size:12px}.ejadm-card--orange .ejadm-progress-wrap b{color:#f59e0b}.ejadm-module-strip,.ejadm-panel,.ejadm-next-panel{margin-top:18px;padding:20px}.ejadm-section-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.ejadm-section-heading.compact{margin-bottom:12px}.ejadm-section-heading h2{color:#071124;letter-spacing:-.035em;margin:0;font-size:18px}.ejadm-section-heading p{color:#75788f;margin:5px 0 0;font-size:13px;line-height:1.45}.ejadm-module-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;display:grid}.ejadm-module-card{background:linear-gradient(#fffffffa,#f8fafcdb);border:1px solid #e5eaf3;border-radius:18px;min-height:150px;padding:14px;transition:all .18s}.ejadm-module-card:hover{border-color:#0170ff57;transform:translateY(-2px);box-shadow:0 16px 34px #0f172a12}.ejadm-module-head{justify-content:space-between;align-items:center;display:flex}.ejadm-module-head span{color:#0170ff;background:#0170ff1a;border-radius:14px;place-items:center;width:38px;height:38px;font-size:21px;display:grid}.ejadm-module-head small{color:#9193a8;text-overflow:ellipsis;white-space:nowrap;max-width:72px;font-size:10px;overflow:hidden}.ejadm-module-card h3{margin:14px 0 8px;font-size:13px}.ejadm-module-value{align-items:baseline;gap:7px;display:flex}.ejadm-module-value strong{letter-spacing:-.055em;font-size:24px}.ejadm-module-value span,.ejadm-module-card p{color:#75788f;font-size:11px}.ejadm-module-card p{margin:8px 0 0;font-weight:700}.ejadm-dashboard-grid{gap:18px;display:grid}.ejadm-grid-main{grid-template-columns:minmax(0,1.65fr) minmax(320px,.72fr)}.ejadm-grid-health{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr)}.ejadm-grid-business{grid-template-columns:minmax(0,1.45fr) minmax(360px,.85fr)}.ejadm-grid-risk{grid-template-columns:minmax(0,1fr) minmax(360px,.85fr)}.ejadm-grid-lower{grid-template-columns:repeat(3,minmax(0,1fr))}.ejadm-chart-tabs{background:#f1f4f9;border:1px solid #dfe1f0;border-radius:999px;padding:4px;display:inline-flex}.ejadm-chart-tabs button{cursor:pointer;color:#5a5c76;background:0 0;border:0;border-radius:999px;height:30px;padding:0 13px;font-size:12px;font-weight:900}.ejadm-chart-tabs .active{color:#fff;background:#0a0d1c;box-shadow:0 8px 16px #0f172a2e}.ejadm-wide-chart{width:100%;min-height:300px;display:block}.ejadm-chart-grid line{stroke:#e8edf5;stroke-dasharray:6 6}.ejadm-chart-line{fill:none;stroke-width:4.5px;stroke-linecap:round;stroke-linejoin:round}.ejadm-chart-line--blue{stroke:#0170ff}.ejadm-chart-line--green{stroke:#16a34a}.ejadm-chart-line--orange{stroke:#f59e0b;stroke-dasharray:7 8}.ejadm-wide-chart text{fill:#9193a8;font-size:12px;font-weight:700}.ejadm-chart-footer{flex-wrap:wrap;gap:18px;padding-top:4px;display:flex}.ejadm-chart-footer span{color:#5a5c76;align-items:center;gap:7px;font-size:12px;font-weight:900;display:inline-flex}.ejadm-chart-footer span:before{content:"";border-radius:999px;width:9px;height:9px}.ejadm-chart-footer .blue:before{background:#0170ff}.ejadm-chart-footer .green:before{background:#16a34a}.ejadm-chart-footer .orange:before{background:#f59e0b}.ejadm-live-pill{color:#16a34a;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:999px;height:28px;padding:0 10px;font-size:12px;font-weight:900}.ejadm-live-summary{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px;display:grid}.ejadm-live-summary div{text-align:center;background:#f8fafc;border:1px solid #edf1f7;border-radius:14px;padding:10px 6px}.ejadm-live-summary strong{font-size:20px;display:block}.ejadm-live-summary span{color:#75788f;font-size:10px;font-weight:800}.ejadm-live-list{gap:10px;display:grid}.ejadm-live-row{background:#f8fafc;border:1px solid #edf1f7;border-radius:16px;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;min-height:58px;padding:10px;display:grid}.ejadm-avatar{color:#fff;border-radius:15px;place-items:center;width:38px;height:38px;font-size:12px;font-weight:900;display:grid;position:relative}.ejadm-avatar span{border:2px solid #fff;border-radius:999px;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px}.ejadm-avatar--active,.ejadm-avatar--active span{background:#16a34a}.ejadm-avatar--idle,.ejadm-avatar--idle span{background:#f59e0b}.ejadm-avatar--away,.ejadm-avatar--away span{background:#ef4444}.ejadm-avatar--offline{color:#5a5c76;background:#d0d5dd}.ejadm-avatar--offline span{background:#98a2b3}.ejadm-live-row strong{font-size:13px;display:block}.ejadm-live-row p{color:#75788f;margin:3px 0 0;font-size:11px}.ejadm-live-row em{color:#0a0d1c;font-size:12px;font-style:normal;font-weight:900}.ejadm-donut-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.ejadm-donut{--value:50%;background:conic-gradient(#0170ff var(--value),#edf1f7 0);border-radius:999px;place-items:center;width:116px;height:116px;margin:0 auto;display:grid;position:relative}.ejadm-donut:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:10px}.ejadm-donut div{z-index:1;justify-items:center;display:grid;position:relative}.ejadm-donut strong{letter-spacing:-.04em;font-size:22px}.ejadm-donut span{color:#75788f;font-size:11px;font-weight:800}.ejadm-donut--green{background:conic-gradient(#16a34a var(--value),#edf1f7 0)}.ejadm-donut--orange{background:conic-gradient(#f59e0b var(--value),#edf1f7 0)}.ejadm-donut--purple{background:conic-gradient(#7c3aed var(--value),#edf1f7 0)}.ejadm-device-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.ejadm-device-grid div{text-align:center;background:#f8fafc;border:1px solid #edf1f7;border-radius:16px;padding:13px 10px}.ejadm-device-grid svg{color:#0170ff;font-size:24px}.ejadm-device-grid strong{margin-top:8px;font-size:23px;display:block}.ejadm-device-grid span{color:#75788f;font-size:11px;font-weight:800;display:block}.ejadm-device-grid .danger svg,.ejadm-device-grid .danger strong{color:#ef4444}.ejadm-device-note{color:#334155;background:#0170ff12;border:1px solid #0170ff29;border-radius:16px;align-items:flex-start;gap:9px;margin-top:14px;padding:12px;font-size:12px;font-weight:800;display:flex}.ejadm-device-note svg{color:#0170ff;flex:none;font-size:18px}.ejadm-project-table{gap:10px;display:grid}.ejadm-project-row{background:#f8fafc;border:1px solid #edf1f7;border-radius:18px;grid-template-columns:46px minmax(180px,1fr) 76px 76px 86px 140px;align-items:center;gap:12px;min-height:76px;padding:12px;display:grid}.ejadm-project-row .rank{color:#f59e0b;background:#fff7ed;border-radius:14px;place-items:center;width:38px;height:38px;font-size:13px;font-weight:900;display:grid}.ejadm-project-row .project strong{font-size:14px;display:block}.ejadm-project-row .project p{color:#75788f;margin:4px 0 0;font-size:12px}.ejadm-project-row .mini strong{font-size:15px;display:block}.ejadm-project-row .mini span,.ejadm-project-row .burn span{color:#75788f;font-size:10px;font-weight:800}.ejadm-project-row .burn div{background:#edf1f7;border-radius:999px;height:8px;margin-top:6px;overflow:hidden}.ejadm-project-row .burn i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#68e1fd);height:100%;display:block}.ejadm-customer-list{gap:10px;display:grid}.ejadm-customer-list>div{background:#f8fafc;border:1px solid #edf1f7;border-radius:18px;grid-template-columns:42px 1fr auto auto;align-items:center;gap:10px;min-height:66px;padding:12px;display:grid}.ejadm-customer-list span{color:#7c3aed;background:#f3e8ff;border-radius:14px;place-items:center;width:38px;height:38px;font-size:21px;display:grid}.ejadm-customer-list strong{font-size:13px}.ejadm-customer-list p{color:#75788f;margin:4px 0 0;font-size:11px}.ejadm-customer-list em{font-size:13px;font-style:normal;font-weight:900}.ejadm-customer-list b{color:#16a34a;font-size:12px}.ejadm-approval-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.ejadm-approval-card{background:#f8fafc;border:1px solid #edf1f7;border-radius:18px;grid-template-rows:auto 1fr auto;gap:10px;min-height:160px;padding:14px;display:grid}.ejadm-approval-card>span{color:#0170ff;background:#0170ff1a;border-radius:15px;place-items:center;width:42px;height:42px;font-size:22px;display:grid}.ejadm-approval-card strong{letter-spacing:-.05em;font-size:30px;display:block}.ejadm-approval-card h3{margin:2px 0 4px;font-size:13px}.ejadm-approval-card p{color:#75788f;margin:0;font-size:11px;line-height:1.4}.ejadm-approval-card button{cursor:pointer;background:#fff;border:1px solid #dfe1f0;border-radius:12px;height:34px;font-weight:900}.ejadm-danger-soft{color:#ef4444;background:#fff5f5;border-color:#fecaca}.ejadm-risk-list{gap:12px;display:grid}.ejadm-risk-list>div{border-radius:18px;grid-template-columns:34px 1fr auto;align-items:flex-start;gap:10px;min-height:76px;padding:12px;display:grid}.ejadm-risk-list svg{margin-top:2px;font-size:23px}.ejadm-risk-list strong{font-size:13px}.ejadm-risk-list p{color:#5a5c76;margin:4px 0 0;font-size:12px;line-height:1.35}.ejadm-risk-list button{cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:900}.ejadm-risk-list .red{color:#ef4444;background:#fff5f5;border:1px solid #fecaca}.ejadm-risk-list .orange{color:#f59e0b;background:#fffbeb;border:1px solid #fed7aa}.ejadm-leave-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.ejadm-leave-grid div{text-align:center;background:#f8fafc;border:1px solid #edf1f7;border-radius:18px;place-items:center;min-height:88px;display:grid}.ejadm-leave-grid strong{color:#0170ff;font-size:30px;line-height:1}.ejadm-leave-grid span{color:#75788f;font-size:11px;font-weight:800}.ejadm-wide-action{width:100%;margin-top:14px}.ejadm-composition{gap:13px;display:grid}.ejadm-composition>div>div{color:#5a5c76;justify-content:space-between;font-size:12px;font-weight:800;display:flex}.ejadm-composition b{color:#0a0d1c}.ejadm-composition p{background:#edf1f7;border-radius:999px;height:8px;margin:7px 0 0;overflow:hidden}.ejadm-composition i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#7c3aed);height:100%;display:block}.ejadm-country-list{gap:10px;display:grid}.ejadm-country-list div{background:#f8fafc;border:1px solid #edf1f7;border-radius:14px;grid-template-columns:38px 1fr 34px;align-items:center;gap:10px;min-height:47px;padding:9px 10px;display:grid}.ejadm-country-list span{color:#0170ff;font-weight:900}.ejadm-country-list strong{font-size:13px}.ejadm-country-list b{background:#fff;border:1px solid #dfe1f0;border-radius:999px;place-items:center;height:26px;font-size:12px;display:grid}.ejadm-activity-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.ejadm-activity-card{background:#f8fafc;border:1px solid #edf1f7;border-radius:18px;gap:12px;min-height:108px;padding:13px;display:flex}.ejadm-activity-card>span{color:#0170ff;background:#0170ff1a;border-radius:15px;flex:none;place-items:center;width:42px;height:42px;font-size:22px;display:grid}.ejadm-card--green.ejadm-activity-card>span{color:#16a34a;background:#dcfce7}.ejadm-card--orange.ejadm-activity-card>span{color:#f59e0b;background:#ffedd5}.ejadm-card--red.ejadm-activity-card>span{color:#ef4444;background:#fee2e2}.ejadm-card--purple.ejadm-activity-card>span{color:#7c3aed;background:#ede9fe}.ejadm-activity-card strong{font-size:13px}.ejadm-activity-card p{color:#5a5c76;margin:5px 0;font-size:12px;line-height:1.35}.ejadm-activity-card small{color:#9193a8;font-size:11px;font-weight:800}.ejadm-next-panel{color:#fff;background:linear-gradient(135deg,#0a0d1cf5,#000d6beb),#0a0d1c;justify-content:space-between;align-items:center;gap:18px;display:flex;position:relative;overflow:hidden}.ejadm-next-panel:after{content:"";background:#68e1fd29;border-radius:999px;width:260px;height:260px;position:absolute;bottom:-120px;right:-80px}.ejadm-next-panel>div:first-child{z-index:1;align-items:flex-start;gap:14px;display:flex;position:relative}.ejadm-next-panel>div:first-child>svg{color:#68e1fd;background:#ffffff1a;border-radius:16px;flex:none;width:42px;height:42px;padding:10px}.ejadm-next-panel h2{margin:0;font-size:18px}.ejadm-next-panel p{color:#ffffffc2;max-width:720px;margin:6px 0 0;font-size:13px;line-height:1.5}.ejadm-next-actions{z-index:1;flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex;position:relative}.ejadm-next-actions button{color:#fff;background:#ffffff14;border-color:#ffffff2e}@media (max-width:1320px){.ejadm-executive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ejadm-module-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ejadm-approval-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ejadm-activity-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ejadm-project-row{grid-template-columns:46px 1fr 76px 76px}.ejadm-project-row .mini:nth-of-type(3),.ejadm-project-row .burn{grid-column:span 1}}@media (max-width:1040px){.ejadm-main{width:min(100% - 28px,1460px)}.ejadm-command-hero,.ejadm-grid-main,.ejadm-grid-health,.ejadm-grid-business,.ejadm-grid-risk,.ejadm-grid-lower{grid-template-columns:1fr}.ejadm-hero-panel{max-width:460px}.ejadm-donut-grid,.ejadm-device-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ejadm-next-panel{flex-direction:column;align-items:flex-start}}@media (max-width:720px){.ejadm-command-hero{border-radius:22px;padding:20px}.ejadm-hero-content h1{font-size:34px}.ejadm-executive-grid,.ejadm-module-grid,.ejadm-approval-grid,.ejadm-activity-grid,.ejadm-donut-grid,.ejadm-device-grid{grid-template-columns:1fr}.ejadm-section-heading{flex-direction:column}.ejadm-project-row,.ejadm-customer-list>div,.ejadm-hero-actions,.ejadm-leave-grid{grid-template-columns:1fr}}.ejadm-command-hero--compact{background:linear-gradient(135deg,#fffffff5,#f8fbffe0),radial-gradient(circle at 3% 0,#0170ff21,#0000 28%),radial-gradient(circle at 92% 20%,#68e1fd24,#0000 32%);border-radius:22px;grid-template-columns:minmax(0,1fr) 280px;align-items:stretch;gap:16px;min-height:150px;padding:18px;box-shadow:0 14px 38px #0f172a0e}.ejadm-command-hero--compact:before{display:none}.ejadm-compact-left{flex-direction:column;justify-content:space-between;gap:14px;min-width:0;display:flex}.ejadm-compact-breadcrumb{color:#0170ff;letter-spacing:.01em;background:#0170ff14;border:1px solid #0170ff2e;border-radius:999px;align-items:center;gap:7px;width:fit-content;height:30px;padding:0 11px;font-size:11px;font-weight:900;display:inline-flex}.ejadm-compact-breadcrumb span{color:#fff;background:#0170ff;border-radius:999px;place-items:center;width:18px;height:18px;display:grid}.ejadm-compact-breadcrumb svg{font-size:12px}.ejadm-compact-title-row{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.ejadm-compact-title-row h1{color:#071124;letter-spacing:-.055em;margin:0;font-size:clamp(24px,2.3vw,34px);font-weight:900;line-height:1.05}.ejadm-compact-title-row p{color:#5a5c76;max-width:720px;margin:7px 0 0;font-size:13px;line-height:1.45}.ejadm-compact-status{color:#15803d;white-space:nowrap;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:7px;height:30px;padding:0 11px;font-size:11px;font-weight:900;display:inline-flex}.ejadm-compact-status span{background:#22c55e;border-radius:999px;width:7px;height:7px;box-shadow:0 0 0 5px #22c55e1f}.ejadm-compact-meta{grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;max-width:780px;display:grid}.ejadm-compact-meta div{background:#ffffffc2;border:1px solid #dfe1f0f2;border-radius:15px;min-height:52px;padding:10px 12px;box-shadow:0 8px 20px #0f172a09}.ejadm-compact-meta span{color:#75788f;text-transform:uppercase;letter-spacing:.055em;font-size:10px;font-weight:900;line-height:1;display:block}.ejadm-compact-meta strong{color:#0a0d1c;margin-top:7px;font-size:12px;font-weight:900;line-height:1.1;display:block}.ejadm-compact-right{background:linear-gradient(#ffffffe6,#f8fafcbf);border:1px solid #dfe1f0f2;border-radius:20px;grid-template-columns:100px 1fr;align-items:center;gap:14px;min-width:0;padding:14px;display:grid;box-shadow:inset 0 1px #ffffffe6}.ejadm-compact-health{place-items:center;display:grid}.ejadm-compact-ring{background:conic-gradient(#0170ff 0 68%,#68e1fd 68% 86%,#edf1f7 86% 100%);border-radius:999px;align-content:center;place-items:center;width:92px;height:92px;display:grid;position:relative;box-shadow:0 12px 26px #0170ff29}.ejadm-compact-ring:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:10px}.ejadm-compact-ring strong,.ejadm-compact-ring span{z-index:1;position:relative}.ejadm-compact-ring strong{color:#071124;letter-spacing:-.055em;font-size:23px;font-weight:950;line-height:1}.ejadm-compact-ring span{color:#5a5c76;margin-top:4px;font-size:10px;font-weight:900}.ejadm-compact-actions{grid-template-columns:1fr 1fr;gap:8px;min-width:0;display:grid}.ejadm-compact-actions button{color:#0a0d1c;cursor:pointer;background:#fff;border:1px solid #dfe1f0;border-radius:12px;justify-content:center;align-items:center;gap:7px;height:34px;font-size:11px;font-weight:900;transition:all .18s;display:inline-flex}.ejadm-compact-actions button:hover{color:#0170ff;border-color:#0170ff;transform:translateY(-1px);box-shadow:0 8px 18px #0f172a12}.ejadm-compact-actions .primary{color:#fff;background:linear-gradient(135deg,#0170ff,#0038ff);border-color:#0170ff;grid-column:1/-1;box-shadow:0 12px 22px #0170ff33}.ejadm-compact-actions .primary:hover{color:#fff;border-color:#0038ff}.ejadm-command-hero--compact+.ejadm-executive-grid{margin-top:14px}@media (max-width:1100px){.ejadm-command-hero--compact{grid-template-columns:1fr}.ejadm-compact-right{grid-template-columns:100px 1fr}.ejadm-compact-meta{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}}@media (max-width:680px){.ejadm-command-hero--compact{border-radius:18px;padding:14px}.ejadm-compact-title-row{flex-direction:column;gap:10px}.ejadm-compact-title-row h1{font-size:25px}.ejadm-compact-meta,.ejadm-compact-right,.ejadm-compact-actions{grid-template-columns:1fr}.ejadm-compact-actions .primary{grid-column:auto}}.eja2-page{color:#0a0d1c;background:radial-gradient(circle at 12% 0,#0170ff1a,#0000 26%),radial-gradient(circle at 86% 4%,#5b46f914,#0000 30%),linear-gradient(#f7f9fd 0%,#eef2f8 100%);min-height:calc(100vh - 72px)}.eja2-main{width:min(1480px,100% - 44px);margin:0 auto;padding:18px 0 42px}.eja2-topbar-card{background:linear-gradient(135deg,#fffffff5,#ffffffd1),radial-gradient(circle at 0 0,#0170ff21,#0000 34%),radial-gradient(circle at 100% 100%,#68e1fd24,#0000 36%);border:1px solid #b8bacc9e;border-radius:24px;grid-template-columns:minmax(360px,1fr) minmax(360px,.9fr) 430px;align-items:stretch;gap:16px;min-height:150px;padding:18px;display:grid;box-shadow:0 18px 50px #0f172a11}.eja2-title-area{flex-direction:column;justify-content:center;display:flex}.eja2-page-chip{color:#0170ff;background:#0170ff14;border:1px solid #0170ff38;border-radius:999px;align-items:center;gap:6px;width:fit-content;height:27px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.eja2-page-chip svg{font-size:14px}.eja2-title-area h1{color:#071124;letter-spacing:-.055em;margin:12px 0 6px;font-size:clamp(25px,2.4vw,38px);line-height:1.05}.eja2-title-area p{color:#5a5c76;max-width:720px;margin:0;font-size:13px;line-height:1.45}.eja2-top-meta{grid-template-columns:repeat(3,1fr);align-self:center;gap:10px;display:grid}.eja2-top-meta>div{background:#ffffffc7;border:1px solid #dfe1f0;border-radius:16px;align-content:center;gap:4px;min-height:74px;padding:12px;display:grid}.eja2-top-meta svg{color:#0170ff;font-size:18px}.eja2-top-meta span{color:#75788f;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:900}.eja2-top-meta strong{color:#071124;font-size:12px}.eja2-health-card{background:#ffffffd6;border:1px solid #dfe1f0;border-radius:20px;grid-template-columns:118px 1fr;align-items:center;gap:12px;padding:13px;display:grid;box-shadow:0 14px 30px #0f172a0e}.eja2-health-ring{background:conic-gradient(#0170ff 0 68%,#68e1fd 68% 86%,#edf1f7 86% 100%);border-radius:999px;place-items:center;width:106px;height:106px;display:grid;position:relative}.eja2-health-ring:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:13px;box-shadow:inset 0 0 0 1px #dfe1f0b3}.eja2-health-ring strong,.eja2-health-ring span{z-index:1;position:relative}.eja2-health-ring strong{letter-spacing:-.05em;margin-top:8px;font-size:24px;line-height:1}.eja2-health-ring span{color:#75788f;margin-top:-24px;font-size:10px;font-weight:900}.eja2-health-actions{grid-template-columns:1fr 1fr;gap:9px;display:grid}.eja2-health-actions button,.eja2-soft-btn,.eja2-link-btn,.eja2-danger-btn,.eja2-next-actions button{color:#071124;cursor:pointer;background:#fff;border:1px solid #dfe1f0;border-radius:13px;justify-content:center;align-items:center;gap:7px;height:37px;font-size:12px;font-weight:900;transition:all .18s;display:inline-flex}.eja2-health-actions .primary{color:#fff;background:linear-gradient(135deg,#0170ff,#0038ff);border-color:#0170ff;grid-column:1/-1;box-shadow:0 12px 24px #0170ff33}.eja2-health-actions button:hover,.eja2-soft-btn:hover,.eja2-link-btn:hover,.eja2-next-actions button:hover{color:#0170ff;border-color:#0170ff;transform:translateY(-1px)}.eja2-health-actions .primary:hover,.eja2-next-actions .primary:hover{color:#fff;border-color:#0038ff}.eja2-kpi-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.eja2-kpi,.eja2-quick-panel,.eja2-module-panel,.eja2-panel,.eja2-next-panel{background:#fffffff0;border:1px solid #dfe1f0;border-radius:20px;box-shadow:0 14px 36px #0f172a0b}.eja2-kpi{min-height:134px;padding:15px;transition:all .18s;position:relative;overflow:hidden}.eja2-kpi:hover,.eja2-module-card:hover,.eja2-quick-card:hover,.eja2-panel:hover{transform:translateY(-2px);box-shadow:0 22px 46px #0f172a13}.eja2-kpi-top{justify-content:space-between;align-items:center;display:flex}.eja2-kpi-top>span,.eja2-module-icon,.eja2-quick-card>span{color:#0170ff;background:#0170ff1a;border-radius:15px;place-items:center;width:40px;height:40px;font-size:21px;display:grid}.eja2-spark{fill:none;width:78px;height:30px}.eja2-spark path{stroke:#0170ff;stroke-width:3px;stroke-linecap:round}.eja2-spark--green path{stroke:#16a34a}.eja2-spark--orange path{stroke:#f59e0b}.eja2-spark--purple path{stroke:#7c3aed}.eja2-spark--red path{stroke:#ef4444}.eja2-spark--teal path{stroke:#0ea5a5}.eja2-spark--slate path{stroke:#75788f}.eja2-kpi-main p{color:#75788f;text-transform:uppercase;letter-spacing:.04em;margin:13px 0 4px;font-size:11px;font-weight:900}.eja2-kpi-main h2{color:#071124;letter-spacing:-.055em;margin:0;font-size:28px;line-height:1}.eja2-kpi-main small{color:#5a5c76;margin-top:5px;font-size:11px;line-height:1.35;display:block}.eja2-kpi-bottom{align-items:center;gap:8px;margin-top:12px;display:flex}.eja2-kpi-bottom div{background:#edf1f7;border-radius:999px;flex:1;height:6px;overflow:hidden}.eja2-kpi-bottom i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#68e1fd);height:100%;display:block}.eja2-kpi-bottom b{color:#16a34a;white-space:nowrap;font-size:10px}.eja2-tone--green .eja2-kpi-top>span,.eja2-tone--green .eja2-module-icon,.eja2-tone--green.eja2-quick-card>span{color:#16a34a;background:#16a34a1a}.eja2-tone--orange .eja2-kpi-top>span,.eja2-tone--orange .eja2-module-icon,.eja2-tone--orange.eja2-quick-card>span{color:#f59e0b;background:#f59e0b1f}.eja2-tone--purple .eja2-kpi-top>span,.eja2-tone--purple .eja2-module-icon,.eja2-tone--purple.eja2-quick-card>span{color:#7c3aed;background:#7c3aed1a}.eja2-tone--red .eja2-kpi-top>span,.eja2-tone--red .eja2-module-icon,.eja2-tone--red.eja2-quick-card>span{color:#ef4444;background:#ef44441a}.eja2-tone--teal .eja2-kpi-top>span,.eja2-tone--teal .eja2-module-icon,.eja2-tone--teal.eja2-quick-card>span{color:#0ea5a5;background:#0ea5a51a}.eja2-tone--slate .eja2-kpi-top>span,.eja2-tone--slate .eja2-module-icon,.eja2-tone--slate.eja2-quick-card>span{color:#5a5c76;background:#5a5c761a}.eja2-quick-panel,.eja2-module-panel,.eja2-panel{margin-top:14px;padding:16px}.eja2-section-title{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.eja2-section-title h2{color:#071124;letter-spacing:-.03em;margin:0;font-size:16px}.eja2-section-title p{color:#75788f;margin:4px 0 0;font-size:12px;line-height:1.4}.eja2-quick-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.eja2-quick-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe1f0;border-radius:15px;grid-template-columns:40px 1fr 18px;align-items:center;gap:10px;min-height:62px;padding:10px 12px;transition:all .18s;display:grid}.eja2-quick-card strong,.eja2-module-card h3{color:#071124;font-size:12px;display:block}.eja2-quick-card small{color:#75788f;margin-top:2px;font-size:10px;display:block}.eja2-quick-card>svg{color:#9193a8}.eja2-module-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;display:grid}.eja2-module-card{background:linear-gradient(#fff,#f8fafc);border:1px solid #e4eaf4;border-radius:17px;gap:8px;min-height:132px;padding:13px;transition:all .18s;display:grid}.eja2-module-card small{color:#9193a8;white-space:nowrap;text-overflow:ellipsis;max-width:88px;font-size:10px;overflow:hidden}.eja2-module-number{align-items:baseline;gap:6px;display:flex}.eja2-module-number strong{letter-spacing:-.055em;font-size:24px;line-height:1}.eja2-module-number span,.eja2-module-card p{color:#75788f;font-size:11px}.eja2-module-card p{margin:0;font-weight:800}.eja2-grid{gap:14px;display:grid}.eja2-grid-main{grid-template-columns:minmax(0,1.25fr) minmax(520px,.85fr)}.eja2-grid-health{grid-template-columns:minmax(0,1fr) minmax(440px,.75fr)}.eja2-grid-business{grid-template-columns:minmax(0,1.35fr) minmax(430px,.8fr)}.eja2-grid-risk{grid-template-columns:minmax(0,1fr) minmax(430px,.8fr)}.eja2-grid-lower{grid-template-columns:repeat(3,minmax(0,1fr))}.eja2-tabs{background:#f1f4f9;border:1px solid #dfe1f0;border-radius:999px;padding:4px;display:inline-flex}.eja2-tabs button{color:#5a5c76;cursor:pointer;background:0 0;border:0;border-radius:999px;height:29px;padding:0 11px;font-size:11px;font-weight:900}.eja2-tabs .active{color:#fff;background:#071124;box-shadow:0 8px 16px #0f172a29}.eja2-chart-layout{grid-template-columns:minmax(0,1fr) 170px;align-items:stretch;gap:14px;display:grid}.eja2-main-chart{width:100%;min-height:260px;display:block}.eja2-grid-lines line{stroke:#e8edf5;stroke-dasharray:6 6}.eja2-line{fill:none;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.eja2-line--blue{stroke:#0170ff}.eja2-line--green{stroke:#16a34a}.eja2-main-chart text{fill:#9193a8;font-size:12px;font-weight:800}.eja2-chart-side{gap:10px;display:grid}.eja2-chart-side div{background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;padding:13px}.eja2-chart-side span{color:#75788f;font-size:11px;font-weight:800}.eja2-chart-side strong{letter-spacing:-.04em;margin-top:4px;font-size:20px;display:block}.eja2-chart-side small{color:#16a34a;font-size:11px;font-weight:900}.eja2-chart-legend{gap:14px;margin-top:2px;display:flex}.eja2-chart-legend span{color:#5a5c76;align-items:center;gap:6px;font-size:11px;font-weight:900;display:inline-flex}.eja2-chart-legend span:before{content:"";border-radius:999px;width:8px;height:8px}.eja2-chart-legend .blue:before{background:#0170ff}.eja2-chart-legend .green:before{background:#16a34a}.eja2-live-summary{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:10px;display:grid}.eja2-live-summary div{text-align:center;background:#f8fafc;border:1px solid #edf1f7;border-radius:14px;padding:9px}.eja2-live-summary strong{font-size:18px;display:block}.eja2-live-summary span{color:#75788f;font-size:10px;font-weight:900}.eja2-live-table{gap:8px;display:grid}.eja2-live-row{background:#fff;border:1px solid #edf1f7;border-radius:14px;grid-template-columns:38px 1fr 1.25fr auto 76px;align-items:center;gap:9px;min-height:58px;padding:9px;display:grid}.eja2-avatar{color:#fff;border-radius:13px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:grid}.eja2-avatar--active{background:#0170ff}.eja2-avatar--idle{background:#f59e0b}.eja2-avatar--away{background:#ef4444}.eja2-avatar--offline{background:#5a5c76}.eja2-live-row strong{color:#071124;font-size:12px;display:block}.eja2-live-row small{color:#75788f;margin-top:2px;font-size:10px;display:block}.eja2-status{border-radius:999px;justify-content:center;align-items:center;height:24px;padding:0 9px;font-size:10px;font-weight:900;display:inline-flex}.eja2-status--active{color:#16a34a;background:#ecfdf3}.eja2-status--idle{color:#f59e0b;background:#fffbeb}.eja2-status--away{color:#0170ff;background:#eff6ff}.eja2-status--offline{color:#75788f;background:#f2f4f7}.eja2-live-time{text-align:right}.eja2-donut-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.eja2-donut{--value:60%;background:conic-gradient(#0170ff var(--value),#edf1f7 0);border-radius:999px;place-items:center;width:112px;height:112px;margin:0 auto;display:grid;position:relative}.eja2-donut:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:10px;box-shadow:inset 0 0 0 1px #edf1f7}.eja2-donut>div{z-index:1;justify-items:center;display:grid;position:relative}.eja2-donut strong{letter-spacing:-.05em;font-size:21px}.eja2-donut span{color:#75788f;font-size:10px;font-weight:900}.eja2-donut--green{background:conic-gradient(#16a34a var(--value),#edf1f7 0)}.eja2-donut--orange{background:conic-gradient(#f59e0b var(--value),#edf1f7 0)}.eja2-donut--purple{background:conic-gradient(#7c3aed var(--value),#edf1f7 0)}.eja2-donut--teal{background:conic-gradient(#0ea5a5 var(--value),#edf1f7 0)}.eja2-donut--slate{background:conic-gradient(#5a5c76 var(--value),#edf1f7 0)}.eja2-device-grid{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.eja2-device-grid div{text-align:center;background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;padding:12px 8px}.eja2-device-grid svg{color:#0170ff;font-size:22px}.eja2-device-grid strong{margin-top:6px;font-size:21px;display:block}.eja2-note{color:#334155;background:#0170ff0f;border:1px solid #0170ff2e;border-radius:14px;gap:8px;margin-top:11px;padding:10px;font-size:11px;font-weight:800;line-height:1.4;display:flex}.eja2-note svg{color:#0170ff;flex:none;font-size:17px}.eja2-project-list,.eja2-customer-list,.eja2-alert-list,.eja2-performer-list,.eja2-country-list,.eja2-composition{gap:9px;display:grid}.eja2-project-row{background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;grid-template-columns:34px 1fr 70px 70px 84px 112px;align-items:center;gap:10px;min-height:64px;padding:10px;display:grid}.eja2-rank{color:#f59e0b;background:#fff7ed;border-radius:10px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:grid}.eja2-project-row strong{font-size:12px;display:block}.eja2-project-row small{color:#75788f;font-size:10px}.eja2-project-metric{text-align:right}.eja2-budget span{color:#75788f;font-size:10px;font-weight:900}.eja2-budget div{background:#edf1f7;border-radius:999px;height:7px;margin-top:5px;overflow:hidden}.eja2-budget i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#68e1fd);height:100%;display:block}.eja2-customer-list>div{background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;grid-template-columns:36px 1fr auto auto;align-items:center;gap:9px;min-height:58px;padding:10px;display:grid}.eja2-customer-list span{color:#7c3aed;background:#f3e8ff;border-radius:13px;place-items:center;width:34px;height:34px;display:grid}.eja2-customer-list strong{font-size:12px}.eja2-customer-list small{color:#75788f;margin-top:2px;font-size:10px;display:block}.eja2-customer-list b{font-size:12px}.eja2-customer-list em{color:#16a34a;font-size:11px;font-style:normal;font-weight:900}.eja2-approval-table{gap:7px;display:grid}.eja2-approval-table>div{border-bottom:1px solid #edf1f7;grid-template-columns:1.15fr 1fr 54px 78px 60px 100px;align-items:center;gap:10px;min-height:48px;padding:6px 0;display:grid}.eja2-mini-person{align-items:center;gap:8px;display:flex}.eja2-mini-person span{color:#fff;background:#335cff;border-radius:999px;place-items:center;width:28px;height:28px;font-size:10px;font-weight:900;display:grid}.eja2-approval-table strong,.eja2-approval-table p,.eja2-approval-table b{margin:0;font-size:12px}.eja2-approval-table small,.eja2-approval-table em{color:#75788f;font-size:10px;font-style:normal}.eja2-approval-table button{color:#16a34a;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;justify-content:center;align-items:center;gap:5px;height:30px;font-size:10px;font-weight:900;display:inline-flex}.eja2-danger-btn{color:#ef4444;background:#fff5f5;border-color:#fecaca}.eja2-alert{border-radius:15px;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;min-height:54px;padding:10px;display:grid}.eja2-alert>span{font-size:20px}.eja2-alert strong{font-size:12px;display:block}.eja2-alert small{color:#5a5c76;font-size:10px}.eja2-alert em{color:#75788f;font-size:10px;font-style:normal;font-weight:800}.eja2-alert--red{color:#ef4444;background:#fff5f5;border:1px solid #fecaca}.eja2-alert--orange{color:#f59e0b;background:#fffbeb;border:1px solid #fed7aa}.eja2-alert--blue{color:#0170ff;background:#eff6ff;border:1px solid #bfdbfe}.eja2-success-pill{color:#16a34a;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:999px;align-items:center;height:27px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.eja2-mini-stats{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.eja2-mini-stats div{text-align:center;background:#eff6ff;border:1px solid #edf1f7;border-radius:15px;place-items:center;min-height:74px;display:grid}.eja2-mini-stats strong{font-size:24px}.eja2-mini-stats span{color:#75788f;font-size:10px;font-weight:900}.eja2-mini-stats .danger{background:#fff1f2}.eja2-mini-stats .danger strong{color:#ef4444}.eja2-mini-stats .success{background:#f0fdf4}.eja2-mini-stats .success strong{color:#16a34a}.eja2-flag-list{gap:7px;margin-top:10px;display:grid}.eja2-flag-list div{color:#5a5c76;background:snow;border:1px solid #fee2e2;border-radius:12px;grid-template-columns:18px 1fr auto;align-items:center;gap:7px;min-height:38px;padding:8px;font-size:11px;display:grid}.eja2-flag-list svg{color:#ef4444}.eja2-flag-list span{color:#9193a8;font-size:10px}.eja2-leave-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.eja2-leave-grid div{text-align:center;background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;place-items:center;min-height:82px;display:grid}.eja2-leave-grid strong{color:#0170ff;font-size:25px;line-height:1}.eja2-leave-grid div:first-child strong{color:#f59e0b}.eja2-leave-grid div:last-child strong{color:#ef4444}.eja2-leave-grid span{color:#75788f;font-size:10px;font-weight:900}.eja2-performer-list>div,.eja2-country-list>div{background:#f8fafc;border:1px solid #edf1f7;border-radius:14px;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;min-height:48px;padding:9px;display:grid}.eja2-performer-list span{color:#f59e0b;background:#fff7ed;border-radius:999px;place-items:center;width:27px;height:27px;font-size:11px;font-weight:900;display:grid}.eja2-performer-list strong,.eja2-country-list strong{font-size:12px;display:block}.eja2-performer-list small{color:#75788f;font-size:10px}.eja2-performer-list b{color:#16a34a;font-size:12px}.eja2-composition>div>div{color:#5a5c76;justify-content:space-between;font-size:11px;font-weight:900;display:flex}.eja2-composition b{color:#071124}.eja2-composition p{background:#edf1f7;border-radius:999px;height:7px;margin:6px 0 0;overflow:hidden}.eja2-composition i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#7c3aed);height:100%;display:block}.eja2-geo-panel{text-align:center}.eja2-geo-ring{background:conic-gradient(#0170ff 88%,#edf1f7 0);border-radius:999px;align-content:center;place-items:center;width:132px;height:132px;margin:2px auto 14px;display:grid;position:relative}.eja2-geo-ring:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:12px;box-shadow:inset 0 0 0 1px #edf1f7}.eja2-geo-ring strong,.eja2-geo-ring span{z-index:1;position:relative}.eja2-geo-ring strong{font-size:27px;line-height:1}.eja2-geo-ring span{color:#75788f;font-size:11px;font-weight:900}.eja2-geo-stats{border-top:1px solid #edf1f7;grid-template-columns:repeat(3,1fr);padding-top:12px;display:grid}.eja2-geo-stats strong{font-size:18px;display:block}.eja2-geo-stats div:nth-child(2) strong{color:#ef4444}.eja2-geo-stats span{color:#75788f;font-size:10px;font-weight:900}.eja2-country-list span{font-size:16px}.eja2-country-list b{background:#fff;border:1px solid #dfe1f0;border-radius:999px;place-items:center;min-width:30px;height:25px;font-size:11px;display:grid}.eja2-next-panel{color:#fff;background:linear-gradient(135deg,#0a0d1cf5,#000d6bed),#0a0d1c;border-radius:22px;justify-content:space-between;align-items:center;gap:18px;margin-top:14px;padding:17px;display:flex;position:relative;overflow:hidden}.eja2-next-panel:after{content:"";background:#68e1fd26;border-radius:999px;width:260px;height:260px;position:absolute;bottom:-140px;right:-90px}.eja2-next-panel>div:first-child{z-index:1;align-items:flex-start;gap:12px;display:flex;position:relative}.eja2-next-panel>div:first-child>span{color:#68e1fd;background:#ffffff1a;border-radius:15px;flex:none;place-items:center;width:40px;height:40px;display:grid}.eja2-next-panel h2{margin:0;font-size:16px}.eja2-next-panel p{color:#ffffffc2;max-width:720px;margin:5px 0 0;font-size:12px;line-height:1.45}.eja2-next-actions{z-index:1;flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex;position:relative}.eja2-next-actions button{color:#fff;background:#ffffff14;border-color:#ffffff2e}.eja2-next-actions .primary{background:linear-gradient(135deg,#0170ff,#0038ff);border-color:#0170ff}@media (max-width:1380px){.eja2-topbar-card{grid-template-columns:1fr 430px}.eja2-top-meta{order:3;grid-column:1/-1}.eja2-kpi-row{grid-template-columns:repeat(3,minmax(0,1fr))}.eja2-module-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.eja2-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.eja2-grid-main,.eja2-grid-health,.eja2-grid-business,.eja2-grid-risk{grid-template-columns:1fr}}@media (max-width:1040px){.eja2-main{width:min(100% - 28px,1480px)}.eja2-topbar-card,.eja2-grid-lower{grid-template-columns:1fr}.eja2-health-card{max-width:520px}.eja2-donut-grid{grid-template-columns:repeat(3,1fr)}.eja2-chart-layout{grid-template-columns:1fr}.eja2-live-row,.eja2-project-row,.eja2-approval-table>div{grid-template-columns:1fr;align-items:start}.eja2-live-time,.eja2-project-metric{text-align:left}}@media (max-width:720px){.eja2-kpi-row,.eja2-module-grid,.eja2-quick-grid,.eja2-top-meta,.eja2-donut-grid,.eja2-device-grid,.eja2-mini-stats,.eja2-leave-grid{grid-template-columns:1fr}.eja2-health-card{grid-template-columns:1fr;justify-items:center}.eja2-section-title,.eja2-next-panel{flex-direction:column;align-items:flex-start}.eja2-title-area h1{font-size:26px}}.ejmgr-page{color:#0a0d1c;background:radial-gradient(circle at 10% 0,#0170ff1a,#0000 26%),radial-gradient(circle at 82% 2%,#5b46f914,#0000 30%),linear-gradient(#f7f9fd 0%,#eef2f8 100%);min-height:calc(100vh - 72px)}.ejmgr-main{width:min(1480px,100% - 44px);margin:0 auto;padding:18px 0 42px}.ejmgr-hero{background:linear-gradient(135deg,#fffffff5,#ffffffd1),radial-gradient(circle at 0 0,#0170ff21,#0000 34%),radial-gradient(circle at 100% 100%,#68e1fd24,#0000 36%);border:1px solid #b8bacc9e;border-radius:24px;grid-template-columns:minmax(360px,1fr) minmax(420px,.9fr) 410px;align-items:stretch;gap:16px;min-height:148px;padding:18px;display:grid;box-shadow:0 18px 50px #0f172a11}.ejmgr-hero-copy{flex-direction:column;justify-content:center;display:flex}.ejmgr-chip{color:#0170ff;background:#0170ff14;border:1px solid #0170ff38;border-radius:999px;align-items:center;gap:6px;width:fit-content;height:27px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.ejmgr-chip svg{font-size:14px}.ejmgr-hero h1{color:#071124;letter-spacing:-.055em;margin:12px 0 6px;font-size:clamp(25px,2.4vw,38px);line-height:1.05}.ejmgr-hero p{color:#5a5c76;max-width:720px;margin:0;font-size:13px;line-height:1.45}.ejmgr-scope-row{grid-template-columns:repeat(4,1fr);align-self:center;gap:10px;display:grid}.ejmgr-scope-row>div{background:#ffffffc7;border:1px solid #dfe1f0;border-radius:16px;align-content:center;gap:4px;min-height:74px;padding:12px;display:grid}.ejmgr-scope-row svg{color:#0170ff;font-size:18px}.ejmgr-scope-row span{color:#75788f;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:900}.ejmgr-scope-row strong{color:#071124;font-size:12px}.ejmgr-health-card{background:#ffffffd6;border:1px solid #dfe1f0;border-radius:20px;grid-template-columns:118px 1fr;align-items:center;gap:12px;padding:13px;display:grid;box-shadow:0 14px 30px #0f172a0e}.ejmgr-health-ring{background:conic-gradient(#0170ff 0 70%,#68e1fd 70% 88%,#edf1f7 88% 100%);border-radius:999px;place-items:center;width:106px;height:106px;display:grid;position:relative}.ejmgr-health-ring:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:13px;box-shadow:inset 0 0 0 1px #dfe1f0b3}.ejmgr-health-ring strong,.ejmgr-health-ring span{z-index:1;position:relative}.ejmgr-health-ring strong{letter-spacing:-.05em;margin-top:8px;font-size:24px;line-height:1}.ejmgr-health-ring span{color:#75788f;margin-top:-24px;font-size:10px;font-weight:900}.ejmgr-health-actions{grid-template-columns:1fr 1fr;gap:9px;display:grid}.ejmgr-health-actions button,.ejmgr-soft-btn,.ejmgr-link-btn,.ejmgr-danger-btn,.ejmgr-next-actions button{color:#071124;cursor:pointer;background:#fff;border:1px solid #dfe1f0;border-radius:13px;justify-content:center;align-items:center;gap:7px;height:37px;font-size:12px;font-weight:900;transition:all .18s;display:inline-flex}.ejmgr-health-actions .primary{color:#fff;background:linear-gradient(135deg,#0170ff,#0038ff);border-color:#0170ff;grid-column:1/-1;box-shadow:0 12px 24px #0170ff33}.ejmgr-health-actions button:hover,.ejmgr-soft-btn:hover,.ejmgr-link-btn:hover,.ejmgr-next-actions button:hover{color:#0170ff;border-color:#0170ff;transform:translateY(-1px)}.ejmgr-health-actions .primary:hover,.ejmgr-next-actions .primary:hover{color:#fff;border-color:#0038ff}.ejmgr-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.ejmgr-kpi,.ejmgr-panel,.ejmgr-next-panel{background:#fffffff0;border:1px solid #dfe1f0;border-radius:20px;box-shadow:0 14px 36px #0f172a0b}.ejmgr-kpi{min-height:134px;padding:15px;transition:all .18s}.ejmgr-kpi:hover,.ejmgr-action-card:hover,.ejmgr-panel:hover{transform:translateY(-2px);box-shadow:0 22px 46px #0f172a13}.ejmgr-kpi-top{justify-content:space-between;align-items:center;display:flex}.ejmgr-kpi-top>span,.ejmgr-action-card>span{color:#0170ff;background:#0170ff1a;border-radius:15px;place-items:center;width:40px;height:40px;font-size:21px;display:grid}.ejmgr-spark{fill:none;width:78px;height:30px}.ejmgr-spark path{stroke:#0170ff;stroke-width:3px;stroke-linecap:round}.ejmgr-spark--green path{stroke:#16a34a}.ejmgr-spark--orange path{stroke:#f59e0b}.ejmgr-spark--purple path{stroke:#7c3aed}.ejmgr-spark--red path{stroke:#ef4444}.ejmgr-spark--teal path{stroke:#0ea5a5}.ejmgr-spark--slate path{stroke:#75788f}.ejmgr-kpi p{color:#75788f;text-transform:uppercase;letter-spacing:.04em;margin:13px 0 4px;font-size:11px;font-weight:900}.ejmgr-kpi h2{color:#071124;letter-spacing:-.055em;margin:0;font-size:28px;line-height:1}.ejmgr-kpi small{color:#5a5c76;margin-top:5px;font-size:11px;line-height:1.35;display:block}.ejmgr-progress{align-items:center;gap:8px;margin-top:12px;display:flex}.ejmgr-progress div{background:#edf1f7;border-radius:999px;flex:1;height:6px;overflow:hidden}.ejmgr-progress i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#68e1fd);height:100%;display:block}.ejmgr-progress b{color:#16a34a;white-space:nowrap;font-size:10px}.ejmgr-tone--green .ejmgr-kpi-top>span,.ejmgr-tone--green.ejmgr-action-card>span{color:#16a34a;background:#16a34a1a}.ejmgr-tone--orange .ejmgr-kpi-top>span,.ejmgr-tone--orange.ejmgr-action-card>span{color:#f59e0b;background:#f59e0b1f}.ejmgr-tone--purple .ejmgr-kpi-top>span,.ejmgr-tone--purple.ejmgr-action-card>span{color:#7c3aed;background:#7c3aed1a}.ejmgr-tone--red .ejmgr-kpi-top>span,.ejmgr-tone--red.ejmgr-action-card>span{color:#ef4444;background:#ef44441a}.ejmgr-tone--teal .ejmgr-kpi-top>span,.ejmgr-tone--teal.ejmgr-action-card>span{color:#0ea5a5;background:#0ea5a51a}.ejmgr-tone--slate .ejmgr-kpi-top>span,.ejmgr-tone--slate.ejmgr-action-card>span{color:#5a5c76;background:#5a5c761a}.ejmgr-panel{margin-top:14px;padding:16px}.ejmgr-section-title{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.ejmgr-section-title h2{color:#071124;letter-spacing:-.03em;margin:0;font-size:16px}.ejmgr-section-title p{color:#75788f;margin:4px 0 0;font-size:12px;line-height:1.4}.ejmgr-action-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.ejmgr-action-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe1f0;border-radius:15px;grid-template-columns:40px 1fr;align-items:center;gap:10px;min-height:62px;padding:10px 12px;transition:all .18s;display:grid}.ejmgr-action-card strong{color:#071124;font-size:12px;display:block}.ejmgr-action-card small{color:#75788f;margin-top:2px;font-size:10px;display:block}.ejmgr-grid{gap:14px;display:grid}.ejmgr-grid-main{grid-template-columns:minmax(0,1.22fr) minmax(520px,.88fr)}.ejmgr-grid-ratios{grid-template-columns:minmax(0,1fr) minmax(440px,.75fr)}.ejmgr-grid-business{grid-template-columns:minmax(0,1.3fr) minmax(430px,.82fr)}.ejmgr-grid-approvals{grid-template-columns:minmax(0,1.1fr) minmax(430px,.82fr)}.ejmgr-grid-lower{grid-template-columns:repeat(3,minmax(0,1fr))}.ejmgr-tabs{background:#f1f4f9;border:1px solid #dfe1f0;border-radius:999px;padding:4px;display:inline-flex}.ejmgr-tabs button{color:#5a5c76;cursor:pointer;background:0 0;border:0;border-radius:999px;height:29px;padding:0 11px;font-size:11px;font-weight:900}.ejmgr-tabs .active{color:#fff;background:#071124;box-shadow:0 8px 16px #0f172a29}.ejmgr-chart-layout{grid-template-columns:minmax(0,1fr) 170px;align-items:stretch;gap:14px;display:grid}.ejmgr-trend-chart{width:100%;min-height:260px;display:block}.ejmgr-grid-lines line{stroke:#e8edf5;stroke-dasharray:6 6}.ejmgr-line{fill:none;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.ejmgr-line--blue{stroke:#0170ff}.ejmgr-line--green{stroke:#16a34a}.ejmgr-trend-chart text{fill:#9193a8;font-size:12px;font-weight:800}.ejmgr-chart-side{gap:10px;display:grid}.ejmgr-chart-side div{background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;padding:13px}.ejmgr-chart-side span{color:#75788f;font-size:11px;font-weight:800}.ejmgr-chart-side strong{letter-spacing:-.04em;margin-top:4px;font-size:20px;display:block}.ejmgr-chart-side small{color:#16a34a;font-size:11px;font-weight:900}.ejmgr-chart-legend{gap:14px;margin-top:2px;display:flex}.ejmgr-chart-legend span{color:#5a5c76;align-items:center;gap:6px;font-size:11px;font-weight:900;display:inline-flex}.ejmgr-chart-legend span:before{content:"";border-radius:999px;width:8px;height:8px}.ejmgr-chart-legend .blue:before{background:#0170ff}.ejmgr-chart-legend .green:before{background:#16a34a}.ejmgr-live-summary{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:10px;display:grid}.ejmgr-live-summary div{text-align:center;background:#f8fafc;border:1px solid #edf1f7;border-radius:14px;padding:9px}.ejmgr-live-summary strong{font-size:18px;display:block}.ejmgr-live-summary span{color:#75788f;font-size:10px;font-weight:900}.ejmgr-live-list{gap:8px;display:grid}.ejmgr-live-row{background:#fff;border:1px solid #edf1f7;border-radius:14px;grid-template-columns:38px 1fr 1.25fr auto 76px;align-items:center;gap:9px;min-height:58px;padding:9px;display:grid}.ejmgr-avatar{color:#fff;border-radius:13px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:grid}.ejmgr-avatar--active{background:#0170ff}.ejmgr-avatar--idle{background:#f59e0b}.ejmgr-avatar--away{background:#ef4444}.ejmgr-avatar--offline{background:#5a5c76}.ejmgr-live-row strong{color:#071124;font-size:12px;display:block}.ejmgr-live-row small{color:#75788f;margin-top:2px;font-size:10px;display:block}.ejmgr-status{border-radius:999px;justify-content:center;align-items:center;height:24px;padding:0 9px;font-size:10px;font-weight:900;display:inline-flex}.ejmgr-status--active{color:#16a34a;background:#ecfdf3}.ejmgr-status--idle{color:#f59e0b;background:#fffbeb}.ejmgr-status--away{color:#0170ff;background:#eff6ff}.ejmgr-status--offline{color:#75788f;background:#f2f4f7}.ejmgr-live-time{text-align:right}.ejmgr-donut-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.ejmgr-donut{--value:60%;background:conic-gradient(#0170ff var(--value),#edf1f7 0);border-radius:999px;place-items:center;width:112px;height:112px;margin:0 auto;display:grid;position:relative}.ejmgr-donut:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:10px;box-shadow:inset 0 0 0 1px #edf1f7}.ejmgr-donut>div{z-index:1;justify-items:center;display:grid;position:relative}.ejmgr-donut strong{letter-spacing:-.05em;font-size:21px}.ejmgr-donut span{color:#75788f;font-size:10px;font-weight:900}.ejmgr-donut--green{background:conic-gradient(#16a34a var(--value),#edf1f7 0)}.ejmgr-donut--orange{background:conic-gradient(#f59e0b var(--value),#edf1f7 0)}.ejmgr-donut--purple{background:conic-gradient(#7c3aed var(--value),#edf1f7 0)}.ejmgr-donut--teal{background:conic-gradient(#0ea5a5 var(--value),#edf1f7 0)}.ejmgr-donut--slate{background:conic-gradient(#5a5c76 var(--value),#edf1f7 0)}.ejmgr-device-grid{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.ejmgr-device-grid div{text-align:center;background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;padding:12px 8px}.ejmgr-device-grid svg{color:#0170ff;font-size:22px}.ejmgr-device-grid strong{margin-top:6px;font-size:21px;display:block}.ejmgr-device-grid span{color:#75788f;font-size:10px;font-weight:900}.ejmgr-device-grid .danger svg,.ejmgr-device-grid .danger strong{color:#ef4444}.ejmgr-note{color:#334155;background:#0170ff0f;border:1px solid #0170ff2e;border-radius:14px;gap:8px;margin-top:11px;padding:10px;font-size:11px;font-weight:800;line-height:1.4;display:flex}.ejmgr-note svg{color:#0170ff;flex:none;font-size:17px}.ejmgr-project-list,.ejmgr-group-list,.ejmgr-leave-list,.ejmgr-alert-list,.ejmgr-performer-list{gap:9px;display:grid}.ejmgr-project-row{background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;grid-template-columns:34px 1fr 70px 70px 84px 112px;align-items:center;gap:10px;min-height:64px;padding:10px;display:grid}.ejmgr-project-row>span{color:#f59e0b;background:#fff7ed;border-radius:10px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:grid}.ejmgr-project-row strong{font-size:12px;display:block}.ejmgr-project-row small,.ejmgr-budget b{color:#75788f;font-size:10px}.ejmgr-budget p{background:#edf1f7;border-radius:999px;height:7px;margin:5px 0 0;overflow:hidden}.ejmgr-budget i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#68e1fd);height:100%;display:block}.ejmgr-group-list>div,.ejmgr-leave-list>div,.ejmgr-performer-list>div{background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;grid-template-columns:36px 1fr auto auto;align-items:center;gap:9px;min-height:56px;padding:10px;display:grid}.ejmgr-group-list span,.ejmgr-leave-list span{color:#0170ff;background:#eff6ff;border-radius:13px;place-items:center;width:34px;height:34px;display:grid}.ejmgr-group-list strong,.ejmgr-leave-list strong,.ejmgr-performer-list strong{font-size:12px;display:block}.ejmgr-group-list small,.ejmgr-leave-list small,.ejmgr-performer-list small{color:#75788f;margin-top:2px;font-size:10px;display:block}.ejmgr-group-list b,.ejmgr-leave-list b,.ejmgr-performer-list b{color:#16a34a;font-size:12px}.ejmgr-group-list em,.ejmgr-leave-list em{color:#5a5c76;font-size:10px;font-style:normal;font-weight:900}.ejmgr-approval-table{gap:7px;display:grid}.ejmgr-approval-table>div{border-bottom:1px solid #edf1f7;grid-template-columns:1.15fr 1fr 54px 78px 60px 100px;align-items:center;gap:10px;min-height:48px;padding:6px 0;display:grid}.ejmgr-person{align-items:center;gap:8px;display:flex}.ejmgr-person span{color:#fff;background:#335cff;border-radius:999px;place-items:center;width:28px;height:28px;font-size:10px;font-weight:900;display:grid}.ejmgr-approval-table strong,.ejmgr-approval-table p,.ejmgr-approval-table b{margin:0;font-size:12px}.ejmgr-approval-table small,.ejmgr-approval-table em{color:#75788f;font-size:10px;font-style:normal}.ejmgr-approval-table button{color:#16a34a;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;justify-content:center;align-items:center;gap:5px;height:30px;font-size:10px;font-weight:900;display:inline-flex}.ejmgr-danger-btn{color:#ef4444;background:#fff5f5;border-color:#fecaca}.ejmgr-alert{border-radius:15px;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;min-height:54px;padding:10px;display:grid}.ejmgr-alert>span{font-size:20px}.ejmgr-alert strong{font-size:12px;display:block}.ejmgr-alert small{color:#5a5c76;font-size:10px}.ejmgr-alert em{color:#75788f;font-size:10px;font-style:normal;font-weight:800}.ejmgr-alert--red{color:#ef4444;background:#fff5f5;border:1px solid #fecaca}.ejmgr-alert--orange{color:#f59e0b;background:#fffbeb;border:1px solid #fed7aa}.ejmgr-alert--blue{color:#0170ff;background:#eff6ff;border:1px solid #bfdbfe}.ejmgr-success-pill{color:#16a34a;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:999px;align-items:center;height:27px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.ejmgr-mini-stats{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.ejmgr-mini-stats div{text-align:center;background:#eff6ff;border:1px solid #edf1f7;border-radius:15px;place-items:center;min-height:74px;display:grid}.ejmgr-mini-stats strong{font-size:24px}.ejmgr-mini-stats span{color:#75788f;font-size:10px;font-weight:900}.ejmgr-mini-stats .danger{background:#fff1f2}.ejmgr-mini-stats .danger strong{color:#ef4444}.ejmgr-mini-stats .success{background:#f0fdf4}.ejmgr-mini-stats .success strong{color:#16a34a}.ejmgr-flag-list{gap:7px;margin-top:10px;display:grid}.ejmgr-flag-list div{color:#5a5c76;background:snow;border:1px solid #fee2e2;border-radius:12px;grid-template-columns:18px 1fr auto;align-items:center;gap:7px;min-height:38px;padding:8px;font-size:11px;display:grid}.ejmgr-flag-list svg{color:#ef4444}.ejmgr-flag-list span{color:#9193a8;font-size:10px}.ejmgr-performer-list>div{grid-template-columns:30px 1fr auto}.ejmgr-performer-list>div>span{color:#f59e0b;background:#fff7ed;border-radius:999px;place-items:center;width:27px;height:27px;font-size:11px;font-weight:900;display:grid}.ejmgr-next-panel{color:#fff;background:linear-gradient(135deg,#0a0d1cf5,#000d6bed),#0a0d1c;border-radius:22px;justify-content:space-between;align-items:center;gap:18px;margin-top:14px;padding:17px;display:flex;position:relative;overflow:hidden}.ejmgr-next-panel:after{content:"";background:#68e1fd26;border-radius:999px;width:260px;height:260px;position:absolute;bottom:-140px;right:-90px}.ejmgr-next-panel>div:first-child{z-index:1;align-items:flex-start;gap:12px;display:flex;position:relative}.ejmgr-next-panel>div:first-child>span{color:#68e1fd;background:#ffffff1a;border-radius:15px;flex:none;place-items:center;width:40px;height:40px;display:grid}.ejmgr-next-panel h2{margin:0;font-size:16px}.ejmgr-next-panel p{color:#ffffffc2;max-width:720px;margin:5px 0 0;font-size:12px;line-height:1.45}.ejmgr-next-actions{z-index:1;flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex;position:relative}.ejmgr-next-actions button{color:#fff;background:#ffffff14;border-color:#ffffff2e}.ejmgr-next-actions .primary{background:linear-gradient(135deg,#0170ff,#0038ff);border-color:#0170ff}@media (max-width:1380px){.ejmgr-hero{grid-template-columns:1fr 410px}.ejmgr-scope-row{order:3;grid-column:1/-1}.ejmgr-kpi-grid,.ejmgr-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ejmgr-grid-main,.ejmgr-grid-ratios,.ejmgr-grid-business,.ejmgr-grid-approvals{grid-template-columns:1fr}}@media (max-width:1040px){.ejmgr-main{width:min(100% - 28px,1480px)}.ejmgr-hero,.ejmgr-grid-lower{grid-template-columns:1fr}.ejmgr-health-card{max-width:520px}.ejmgr-donut-grid{grid-template-columns:repeat(3,1fr)}.ejmgr-chart-layout{grid-template-columns:1fr}.ejmgr-live-row,.ejmgr-project-row,.ejmgr-approval-table>div{grid-template-columns:1fr;align-items:start}.ejmgr-live-time{text-align:left}}@media (max-width:720px){.ejmgr-kpi-grid,.ejmgr-action-grid,.ejmgr-scope-row,.ejmgr-donut-grid,.ejmgr-device-grid,.ejmgr-mini-stats{grid-template-columns:1fr}.ejmgr-health-card{grid-template-columns:1fr;justify-items:center}.ejmgr-section-title,.ejmgr-next-panel{flex-direction:column;align-items:flex-start}.ejmgr-hero h1{font-size:26px}}.ejstaffv2-page{color:#0a0d1c;background:radial-gradient(circle at 10% 0,#0170ff1a,#0000 26%),radial-gradient(circle at 82% 2%,#5b46f914,#0000 30%),linear-gradient(#f7f9fd 0%,#eef2f8 100%);min-height:calc(100vh - 72px)}.ejstaffv2-main{width:min(1480px,100% - 44px);margin:0 auto;padding:18px 0 42px}.ejstaffv2-hero{background:linear-gradient(135deg,#fffffff5,#ffffffd1),radial-gradient(circle at 0 0,#0170ff21,#0000 34%),radial-gradient(circle at 100% 100%,#68e1fd24,#0000 36%);border:1px solid #b8bacc9e;border-radius:24px;grid-template-columns:minmax(360px,1fr) minmax(430px,.9fr) 360px;align-items:stretch;gap:16px;min-height:148px;padding:18px;display:grid;box-shadow:0 18px 50px #0f172a11}.ejstaffv2-hero-copy{flex-direction:column;justify-content:center;display:flex}.ejstaffv2-chip{color:#0170ff;background:#0170ff14;border:1px solid #0170ff38;border-radius:999px;align-items:center;gap:6px;width:fit-content;height:27px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.ejstaffv2-chip svg{font-size:14px}.ejstaffv2-hero h1{color:#071124;letter-spacing:-.055em;margin:12px 0 6px;font-size:clamp(25px,2.4vw,38px);line-height:1.05}.ejstaffv2-hero p{color:#5a5c76;max-width:720px;margin:0;font-size:13px;line-height:1.45}.ejstaffv2-hero-summary{grid-template-columns:repeat(2,1fr);align-self:center;gap:10px;display:grid}.ejstaffv2-hero-summary>div{background:#ffffffc7;border:1px solid #dfe1f0;border-radius:16px;align-content:center;gap:4px;min-height:74px;padding:12px;display:grid}.ejstaffv2-hero-summary svg{color:#0170ff;font-size:18px}.ejstaffv2-hero-summary span{color:#75788f;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:900}.ejstaffv2-hero-summary strong{color:#071124;font-size:12px}.ejstaffv2-focus-card{background:#ffffffd6;border:1px solid #dfe1f0;border-radius:20px;grid-template-columns:116px 1fr;align-items:center;gap:12px;padding:13px;display:grid;box-shadow:0 14px 30px #0f172a0e}.ejstaffv2-focus-ring:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:13px;box-shadow:inset 0 0 0 1px #dfe1f0b3}.ejstaffv2-focus-ring strong,.ejstaffv2-focus-ring span{z-index:1;position:relative}.ejstaffv2-focus-ring strong{letter-spacing:-.05em;margin-top:8px;font-size:24px;line-height:1}.ejstaffv2-focus-ring span{color:#75788f;margin-top:-24px;font-size:10px;font-weight:900}.ejstaffv2-focus-meta{gap:8px;display:grid}.ejstaffv2-focus-meta div{background:#f8fafc;border:1px solid #edf1f7;border-radius:12px;min-height:38px;padding:8px}.ejstaffv2-focus-meta span{color:#75788f;text-transform:uppercase;font-size:10px;font-weight:900;display:block}.ejstaffv2-focus-meta strong{color:#071124;font-size:12px}.ejstaffv2-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.ejstaffv2-kpi,.ejstaffv2-panel,.ejstaffv2-next-panel{background:#fffffff0;border:1px solid #dfe1f0;border-radius:20px;box-shadow:0 14px 36px #0f172a0b}.ejstaffv2-kpi{min-height:134px;padding:15px;transition:all .18s}.ejstaffv2-kpi:hover,.ejstaffv2-action-card:hover,.ejstaffv2-panel:hover{transform:translateY(-2px);box-shadow:0 22px 46px #0f172a13}.ejstaffv2-kpi-top{justify-content:space-between;align-items:center;display:flex}.ejstaffv2-kpi-top>span,.ejstaffv2-action-card>span{color:#0170ff;background:#0170ff1a;border-radius:15px;place-items:center;width:40px;height:40px;font-size:21px;display:grid}.ejstaffv2-spark{fill:none;width:78px;height:30px}.ejstaffv2-spark path{stroke:#0170ff;stroke-width:3px;stroke-linecap:round}.ejstaffv2-spark--green path{stroke:#16a34a}.ejstaffv2-spark--orange path{stroke:#f59e0b}.ejstaffv2-spark--purple path{stroke:#7c3aed}.ejstaffv2-spark--red path{stroke:#ef4444}.ejstaffv2-spark--teal path{stroke:#0ea5a5}.ejstaffv2-spark--slate path{stroke:#75788f}.ejstaffv2-kpi p{color:#75788f;text-transform:uppercase;letter-spacing:.04em;margin:13px 0 4px;font-size:11px;font-weight:900}.ejstaffv2-kpi h2{color:#071124;letter-spacing:-.055em;margin:0;font-size:28px;line-height:1}.ejstaffv2-kpi small{color:#5a5c76;margin-top:5px;font-size:11px;line-height:1.35;display:block}.ejstaffv2-progress{align-items:center;gap:8px;margin-top:12px;display:flex}.ejstaffv2-progress div{background:#edf1f7;border-radius:999px;flex:1;height:6px;overflow:hidden}.ejstaffv2-progress i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#68e1fd);height:100%;display:block}.ejstaffv2-progress b{color:#16a34a;white-space:nowrap;font-size:10px}.ejstaffv2-tone--green .ejstaffv2-kpi-top>span,.ejstaffv2-tone--green.ejstaffv2-action-card>span{color:#16a34a;background:#16a34a1a}.ejstaffv2-tone--orange .ejstaffv2-kpi-top>span,.ejstaffv2-tone--orange.ejstaffv2-action-card>span{color:#f59e0b;background:#f59e0b1f}.ejstaffv2-tone--purple .ejstaffv2-kpi-top>span,.ejstaffv2-tone--purple.ejstaffv2-action-card>span{color:#7c3aed;background:#7c3aed1a}.ejstaffv2-tone--red .ejstaffv2-kpi-top>span,.ejstaffv2-tone--red.ejstaffv2-action-card>span{color:#ef4444;background:#ef44441a}.ejstaffv2-tone--teal .ejstaffv2-kpi-top>span,.ejstaffv2-tone--teal.ejstaffv2-action-card>span{color:#0ea5a5;background:#0ea5a51a}.ejstaffv2-tone--slate .ejstaffv2-kpi-top>span,.ejstaffv2-tone--slate.ejstaffv2-action-card>span{color:#5a5c76;background:#5a5c761a}.ejstaffv2-panel{margin-top:14px;padding:16px}.ejstaffv2-section-title{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.ejstaffv2-section-title h2{color:#071124;letter-spacing:-.03em;margin:0;font-size:16px}.ejstaffv2-section-title p{color:#75788f;margin:4px 0 0;font-size:12px;line-height:1.4}.ejstaffv2-soft-btn,.ejstaffv2-link-btn,.ejstaffv2-next-actions button{color:#071124;cursor:pointer;background:#fff;border:1px solid #dfe1f0;border-radius:13px;justify-content:center;align-items:center;gap:7px;height:37px;font-size:12px;font-weight:900;transition:all .18s;display:inline-flex}.ejstaffv2-soft-btn:hover,.ejstaffv2-link-btn:hover,.ejstaffv2-next-actions button:hover{color:#0170ff;border-color:#0170ff;transform:translateY(-1px)}.ejstaffv2-action-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.ejstaffv2-action-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe1f0;border-radius:15px;grid-template-columns:40px 1fr;align-items:center;gap:10px;min-height:62px;padding:10px 12px;transition:all .18s;display:grid}.ejstaffv2-action-card strong{color:#071124;font-size:12px;display:block}.ejstaffv2-action-card small{color:#75788f;margin-top:2px;font-size:10px;display:block}.ejstaffv2-grid{gap:14px;display:grid}.ejstaffv2-grid-main{grid-template-columns:minmax(0,1.25fr) minmax(420px,.75fr)}.ejstaffv2-grid-ratios{grid-template-columns:minmax(0,1fr) minmax(440px,.75fr)}.ejstaffv2-grid-business{grid-template-columns:minmax(0,1.2fr) minmax(430px,.85fr)}.ejstaffv2-grid-lower{grid-template-columns:repeat(3,minmax(0,1fr))}.ejstaffv2-tabs{background:#f1f4f9;border:1px solid #dfe1f0;border-radius:999px;padding:4px;display:inline-flex}.ejstaffv2-tabs button{color:#5a5c76;cursor:pointer;background:0 0;border:0;border-radius:999px;height:29px;padding:0 11px;font-size:11px;font-weight:900}.ejstaffv2-tabs .active{color:#fff;background:#071124;box-shadow:0 8px 16px #0f172a29}.ejstaffv2-chart-layout{grid-template-columns:minmax(0,1fr) 170px;align-items:stretch;gap:14px;display:grid}.ejstaffv2-trend-chart{width:100%;min-height:260px;display:block}.ejstaffv2-grid-lines line{stroke:#e8edf5;stroke-dasharray:6 6}.ejstaffv2-trend-chart text{fill:#9193a8;font-size:12px;font-weight:800}.ejstaffv2-chart-side{gap:10px;display:grid}.ejstaffv2-chart-side div,.ejstaffv2-time-breakdown div{background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;padding:13px}.ejstaffv2-chart-side span,.ejstaffv2-time-breakdown span{color:#75788f;font-size:11px;font-weight:800}.ejstaffv2-chart-side strong,.ejstaffv2-time-breakdown strong{letter-spacing:-.04em;margin-top:4px;font-size:20px;display:block}.ejstaffv2-chart-side small{color:#16a34a;font-size:11px;font-weight:900}.ejstaffv2-chart-legend{gap:14px;margin-top:2px;display:flex}.ejstaffv2-chart-legend span{color:#5a5c76;align-items:center;gap:6px;font-size:11px;font-weight:900;display:inline-flex}.ejstaffv2-chart-legend span:before{content:"";border-radius:999px;width:8px;height:8px}.ejstaffv2-chart-legend .blue:before{background:#0170ff}.ejstaffv2-chart-legend .green:before{background:#16a34a}.ejstaffv2-time-breakdown{gap:10px;display:grid}.ejstaffv2-time-breakdown p{background:#edf1f7;border-radius:999px;height:7px;margin:8px 0 0;overflow:hidden}.ejstaffv2-time-breakdown i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#68e1fd);height:100%;display:block}.ejstaffv2-note{color:#334155;background:#0170ff0f;border:1px solid #0170ff2e;border-radius:14px;gap:8px;margin-top:11px;padding:10px;font-size:11px;font-weight:800;line-height:1.4;display:flex}.ejstaffv2-note svg{color:#0170ff;flex:none;font-size:17px}.ejstaffv2-donut-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.ejstaffv2-donut{--value:60%;background:conic-gradient(#0170ff var(--value),#edf1f7 0);border-radius:999px;place-items:center;width:112px;height:112px;margin:0 auto;display:grid;position:relative}.ejstaffv2-donut:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:10px;box-shadow:inset 0 0 0 1px #edf1f7}.ejstaffv2-donut>div{z-index:1;justify-items:center;display:grid;position:relative}.ejstaffv2-donut strong{letter-spacing:-.05em;font-size:21px}.ejstaffv2-donut span{color:#75788f;font-size:10px;font-weight:900}.ejstaffv2-donut--green{background:conic-gradient(#16a34a var(--value),#edf1f7 0)}.ejstaffv2-donut--orange{background:conic-gradient(#f59e0b var(--value),#edf1f7 0)}.ejstaffv2-donut--purple{background:conic-gradient(#7c3aed var(--value),#edf1f7 0)}.ejstaffv2-donut--teal{background:conic-gradient(#0ea5a5 var(--value),#edf1f7 0)}.ejstaffv2-donut--slate{background:conic-gradient(#5a5c76 var(--value),#edf1f7 0)}.ejstaffv2-device-grid{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.ejstaffv2-device-grid div{text-align:center;background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;padding:12px 8px}.ejstaffv2-device-grid svg{color:#0170ff;font-size:22px}.ejstaffv2-device-grid strong{margin-top:6px;font-size:15px;display:block}.ejstaffv2-device-grid span{color:#75788f;font-size:10px;font-weight:900}.ejstaffv2-project-list,.ejstaffv2-task-list,.ejstaffv2-request-list,.ejstaffv2-activity-list,.ejstaffv2-composition{gap:9px;display:grid}.ejstaffv2-project-row{background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;grid-template-columns:34px 1fr 86px 84px 72px 112px;align-items:center;gap:10px;min-height:64px;padding:10px;display:grid}.ejstaffv2-project-row>span{color:#0170ff;background:#eff6ff;border-radius:10px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:grid}.ejstaffv2-project-row strong{font-size:12px;display:block}.ejstaffv2-project-row small{color:#75788f;font-size:10px}.ejstaffv2-project-row em{color:#16a34a;background:#ecfdf3;border-radius:999px;justify-content:center;align-items:center;height:24px;font-size:10px;font-style:normal;font-weight:900;display:inline-flex}.ejstaffv2-budget b{color:#75788f;font-size:10px}.ejstaffv2-budget p{background:#edf1f7;border-radius:999px;height:7px;margin:5px 0 0;overflow:hidden}.ejstaffv2-budget i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#68e1fd);height:100%;display:block}.ejstaffv2-task-list>div,.ejstaffv2-request-list>div,.ejstaffv2-activity{background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;grid-template-columns:36px 1fr auto auto;align-items:center;gap:9px;min-height:56px;padding:10px;display:grid}.ejstaffv2-task-list>div>span,.ejstaffv2-request-list>div>span,.ejstaffv2-activity>span{color:#0170ff;background:#eff6ff;border-radius:13px;place-items:center;width:34px;height:34px;display:grid}.ejstaffv2-task-list strong,.ejstaffv2-request-list strong,.ejstaffv2-activity strong{font-size:12px;display:block}.ejstaffv2-task-list small,.ejstaffv2-request-list small,.ejstaffv2-activity small{color:#75788f;margin-top:2px;font-size:10px;display:block}.ejstaffv2-task-badge,.ejstaffv2-priority,.ejstaffv2-request-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;height:24px;padding:0 9px;font-size:10px;font-weight:900;display:inline-flex}.ejstaffv2-task-badge--in-progress{color:#0170ff;background:#eff6ff}.ejstaffv2-task-badge--completed{color:#16a34a;background:#ecfdf3}.ejstaffv2-priority--high{color:#ef4444;background:#fff5f5}.ejstaffv2-priority--medium{color:#f59e0b;background:#fffbeb}.ejstaffv2-priority--low{color:#5a5c76;background:#f2f4f7}.ejstaffv2-request-badge--pending{color:#f59e0b;background:#fffbeb}.ejstaffv2-request-badge--approved{color:#16a34a;background:#ecfdf3}.ejstaffv2-request-badge--rejected{color:#ef4444;background:#fff5f5}.ejstaffv2-request-badge--draft{color:#5a5c76;background:#f2f4f7}.ejstaffv2-week-table{gap:7px;display:grid}.ejstaffv2-week-table>div{border-bottom:1px solid #edf1f7;grid-template-columns:60px 1fr 1fr auto;align-items:center;gap:10px;min-height:42px;display:grid}.ejstaffv2-week-table strong,.ejstaffv2-week-table span,.ejstaffv2-week-table em{font-size:12px}.ejstaffv2-week-table span{color:#5a5c76}.ejstaffv2-week-table em{color:#0170ff;font-style:normal;font-weight:900}.ejstaffv2-leave-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.ejstaffv2-leave-grid div{text-align:center;background:#f8fafc;border:1px solid #edf1f7;border-radius:15px;place-items:center;min-height:82px;display:grid}.ejstaffv2-leave-grid strong{color:#0170ff;font-size:25px;line-height:1}.ejstaffv2-leave-grid div:nth-child(2) strong{color:#f59e0b}.ejstaffv2-leave-grid span{color:#75788f;font-size:10px;font-weight:900}.ejstaffv2-success-pill{color:#16a34a;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:999px;align-items:center;height:27px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.ejstaffv2-mini-stats{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.ejstaffv2-mini-stats div{text-align:center;background:#eff6ff;border:1px solid #edf1f7;border-radius:15px;place-items:center;min-height:74px;display:grid}.ejstaffv2-mini-stats strong{font-size:24px}.ejstaffv2-mini-stats span{color:#75788f;font-size:10px;font-weight:900}.ejstaffv2-mini-stats .success{background:#f0fdf4}.ejstaffv2-mini-stats .success strong{color:#16a34a}.ejstaffv2-flag-list{gap:7px;margin-top:10px;display:grid}.ejstaffv2-flag-list div{color:#5a5c76;background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;grid-template-columns:18px 1fr auto;align-items:center;gap:7px;min-height:38px;padding:8px;font-size:11px;display:grid}.ejstaffv2-flag-list svg{color:#16a34a}.ejstaffv2-flag-list span{color:#16a34a;font-size:10px;font-weight:900}.ejstaffv2-activity{grid-template-columns:36px 1fr auto}.ejstaffv2-activity em{color:#75788f;font-size:10px;font-style:normal;font-weight:800}.ejstaffv2-composition>div>div{color:#5a5c76;justify-content:space-between;font-size:11px;font-weight:900;display:flex}.ejstaffv2-composition b{color:#071124}.ejstaffv2-composition p{background:#edf1f7;border-radius:999px;height:7px;margin:6px 0 0;overflow:hidden}.ejstaffv2-composition i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#7c3aed);height:100%;display:block}.ejstaffv2-next-panel{color:#fff;background:linear-gradient(135deg,#0a0d1cf5,#000d6bed),#0a0d1c;border-radius:22px;justify-content:space-between;align-items:center;gap:18px;margin-top:14px;padding:17px;display:flex;position:relative;overflow:hidden}.ejstaffv2-next-panel:after{content:"";background:#68e1fd26;border-radius:999px;width:260px;height:260px;position:absolute;bottom:-140px;right:-90px}.ejstaffv2-next-panel>div:first-child{z-index:1;align-items:flex-start;gap:12px;display:flex;position:relative}.ejstaffv2-next-panel>div:first-child>span{color:#68e1fd;background:#ffffff1a;border-radius:15px;flex:none;place-items:center;width:40px;height:40px;display:grid}.ejstaffv2-next-panel h2{margin:0;font-size:16px}.ejstaffv2-next-panel p{color:#ffffffc2;max-width:720px;margin:5px 0 0;font-size:12px;line-height:1.45}.ejstaffv2-next-actions{z-index:1;flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex;position:relative}.ejstaffv2-next-actions button{color:#fff;background:#ffffff14;border-color:#ffffff2e}.ejstaffv2-next-actions .primary{background:linear-gradient(135deg,#0170ff,#0038ff);border-color:#0170ff}.ejstaffv2-next-actions .primary:hover{color:#fff;border-color:#0038ff}@media (max-width:1380px){.ejstaffv2-hero{grid-template-columns:1fr 420px}.ejstaffv2-focus-card{grid-column:1/-1;max-width:560px}.ejstaffv2-kpi-grid,.ejstaffv2-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ejstaffv2-grid-main,.ejstaffv2-grid-ratios,.ejstaffv2-grid-business{grid-template-columns:1fr}}@media (max-width:1040px){.ejstaffv2-main{width:min(100% - 28px,1480px)}.ejstaffv2-hero,.ejstaffv2-grid-lower{grid-template-columns:1fr}.ejstaffv2-donut-grid{grid-template-columns:repeat(3,1fr)}.ejstaffv2-chart-layout{grid-template-columns:1fr}.ejstaffv2-project-row,.ejstaffv2-task-list>div,.ejstaffv2-request-list>div,.ejstaffv2-week-table>div{grid-template-columns:1fr;align-items:start}}@media (max-width:720px){.ejstaffv2-kpi-grid,.ejstaffv2-action-grid,.ejstaffv2-hero-summary,.ejstaffv2-donut-grid,.ejstaffv2-device-grid,.ejstaffv2-mini-stats,.ejstaffv2-leave-grid{grid-template-columns:1fr}.ejstaffv2-focus-card{grid-template-columns:1fr;justify-items:center}.ejstaffv2-section-title,.ejstaffv2-next-panel{flex-direction:column;align-items:flex-start}.ejstaffv2-hero h1{font-size:26px}}.eja2-main--loading{min-height:calc(100vh - 72px);animation:.18s ease-out eja2FadeIn}.eja2-skeleton{background:linear-gradient(90deg,#e2e8f0f2 0%,#f8fafc 45%,#e2e8f0f2 100%) 0 0/240% 100%;border-radius:999px;animation:1.25s ease-in-out infinite eja2SkeletonShimmer;position:relative;overflow:hidden}.eja2-loading-hero,.eja2-loading-kpi,.eja2-loading-panel{pointer-events:none;background:linear-gradient(145deg,#fffffff5,#f8fafce6),radial-gradient(circle at 0 0,#0170ff14,#0000 42%);border-color:#cbd5e1b8;box-shadow:0 18px 45px #0f172a0f}.eja2-loading-hero{min-height:210px}.eja2-loading-meta{grid-template-columns:repeat(3,minmax(120px,1fr));gap:12px;display:grid}.eja2-loading-meta>div{background:#ffffffb8;border:1px solid #cbd5e1a6;border-radius:22px;align-content:center;gap:10px;min-height:96px;padding:16px;display:grid}.eja2-loading-health{flex-direction:column;align-items:center;gap:16px;display:flex}.eja2-loading-health>div:last-child{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.eja2-loading-content-grid{grid-template-columns:minmax(0,1.4fr) minmax(360px,.8fr);gap:18px;display:grid}.eja2-loading-list{gap:12px;margin-top:18px;display:grid}.eja2-loading-list>div{background:#ffffffb8;border:1px solid #e2e8f0e6;border-radius:18px;grid-template-columns:44px minmax(0,1fr) 90px;align-items:center;gap:14px;padding:14px;display:grid}.eja2-skel-chip{width:170px;height:30px}.eja2-skel-title{border-radius:18px;width:min(460px,80%);height:42px;margin-top:18px}.eja2-skel-heading{border-radius:14px;width:220px;height:26px}.eja2-skel-text{width:260px;height:13px;margin-top:10px}.eja2-skel-text--wide{width:min(520px,90%)}.eja2-skel-text--short{width:135px}.eja2-skel-mini{width:74px;height:11px}.eja2-skel-medium{width:128px;height:15px}.eja2-skel-number{border-radius:16px;width:118px;height:38px;margin-top:12px}.eja2-skel-icon{border-radius:8px;width:22px;height:22px}.eja2-skel-icon-lg{border-radius:16px;width:42px;height:42px}.eja2-skel-avatar{border-radius:50%;width:42px;height:42px}.eja2-skel-ring{border-radius:50%;width:112px;height:112px}.eja2-skel-btn{border-radius:14px;width:102px;height:38px}.eja2-skel-spark{border-radius:16px;width:120px;height:42px}.eja2-skel-progress{width:100%;height:9px}.eja2-skel-tabs{width:230px;height:38px}.eja2-skel-chart{border-radius:26px;width:100%;min-height:315px;margin-top:22px}.eja2-skel-pill{width:72px;height:28px}@keyframes eja2SkeletonShimmer{0%{background-position:180% 0}to{background-position:-80% 0}}@keyframes eja2FadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.eja2-loading-content-grid,.eja2-loading-meta{grid-template-columns:1fr}}@media (max-width:700px){.eja2-loading-hero{min-height:auto}.eja2-skel-title{height:34px}.eja2-skel-chart{min-height:220px}.eja2-loading-list>div{grid-template-columns:42px minmax(0,1fr)}.eja2-loading-list .eja2-skel-pill{display:none}}.ejmgr-skeleton-page{min-height:calc(100vh - 72px)}.ejmgr-skeleton{background:linear-gradient(90deg,#e2e8f0f2 0%,#f8fafc 45%,#e2e8f0f2 100%) 0 0/240% 100%;border-radius:999px;animation:1.25s ease-in-out infinite ejmgrSkeletonMove;position:relative;overflow:hidden}.ejmgr-skeleton-hero,.ejmgr-skeleton-card,.ejmgr-skeleton-panel{pointer-events:none;background:linear-gradient(145deg,#fffffff5,#f8fafceb),radial-gradient(circle at 0 0,#0170ff14,#0000 42%);border-color:#cbd5e1bf}.ejmgr-sk-chip{width:190px;height:30px}.ejmgr-sk-title{border-radius:18px;width:min(460px,80%);height:42px;margin-top:18px}.ejmgr-sk-heading{border-radius:14px;width:240px;height:26px}.ejmgr-sk-line{width:260px;height:13px;margin-top:10px}.ejmgr-sk-line-lg{width:min(560px,90%)}.ejmgr-sk-line-sm{width:135px}.ejmgr-sk-mini{width:74px;height:11px}.ejmgr-sk-value{width:128px;height:15px}.ejmgr-sk-number{border-radius:16px;width:118px;height:38px;margin-top:12px}.ejmgr-sk-small-number{border-radius:12px;width:46px;height:24px}.ejmgr-sk-icon{border-radius:8px;width:22px;height:22px}.ejmgr-sk-icon-lg{border-radius:16px;width:42px;height:42px}.ejmgr-sk-avatar{border-radius:50%;width:42px;height:42px}.ejmgr-sk-ring{border-radius:50%;width:112px;height:112px}.ejmgr-sk-button,.ejmgr-sk-button-primary{border-radius:14px;width:104px;height:38px}.ejmgr-sk-button-primary{width:118px}.ejmgr-sk-spark{border-radius:16px;width:120px;height:42px}.ejmgr-sk-progress{width:100%;height:9px}.ejmgr-sk-tabs{border-radius:16px;width:220px;height:38px}.ejmgr-sk-chart{border-radius:26px;width:100%;min-height:310px;margin-top:22px}.ejmgr-sk-pill{width:76px;height:28px}.ejmgr-skeleton-main-grid{grid-template-columns:minmax(0,1.4fr) minmax(360px,.8fr);gap:18px;display:grid}.ejmgr-skeleton-live-summary{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px;display:grid}.ejmgr-skeleton-live-summary>div{background:#ffffffb8;border:1px solid #e2e8f0e6;border-radius:18px;justify-items:center;gap:8px;padding:14px 10px;display:grid}.ejmgr-skeleton-live-list{gap:12px;margin-top:18px;display:grid}.ejmgr-skeleton-live-list>div{background:#ffffffb8;border:1px solid #e2e8f0e6;border-radius:18px;grid-template-columns:44px minmax(0,1fr) 90px;align-items:center;gap:14px;padding:14px;display:grid}@keyframes ejmgrSkeletonMove{0%{background-position:180% 0}to{background-position:-80% 0}}@media (max-width:1180px){.ejmgr-skeleton-main-grid{grid-template-columns:1fr}}@media (max-width:700px){.ejmgr-sk-title{height:34px}.ejmgr-sk-chart{min-height:220px}.ejmgr-skeleton-live-summary{grid-template-columns:repeat(2,1fr)}.ejmgr-skeleton-live-list>div{grid-template-columns:42px minmax(0,1fr)}.ejmgr-skeleton-live-list .ejmgr-sk-pill{display:none}}.ejstaffv2-skeleton{background:#e9eef5;border-radius:14px;position:relative;overflow:hidden}.ejstaffv2-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.25s infinite ejstaffv2-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes ejstaffv2-shimmer{to{transform:translate(100%)}}.ejstaffv2-skel-chip{width:190px;height:34px}.ejstaffv2-skel-title{width:min(420px,90%);height:42px;margin-top:18px}.ejstaffv2-skel-heading{width:230px;height:24px}.ejstaffv2-skel-text{width:280px;height:14px;margin-top:12px}.ejstaffv2-skel-wide{width:min(620px,96%)}.ejstaffv2-skel-mini{width:90px;height:12px}.ejstaffv2-skel-medium{width:135px;height:18px;margin-top:10px}.ejstaffv2-skel-number{width:110px;height:34px;margin-top:14px}.ejstaffv2-skel-icon{border-radius:12px;width:32px;height:32px}.ejstaffv2-skel-icon-lg{border-radius:16px;width:44px;height:44px}.ejstaffv2-skel-spark{width:110px;height:40px}.ejstaffv2-skel-progress{border-radius:999px;width:100%;height:9px;margin-top:14px}.ejstaffv2-skel-btn{border-radius:999px;width:120px;height:40px}.ejstaffv2-skel-tabs{border-radius:999px;width:220px;height:38px}.ejstaffv2-skel-chart{border-radius:22px;width:100%;height:300px;margin-top:18px}.ejstaffv2-skel-ring{border-radius:999px;width:112px;height:112px}.ejstaffv2-loading-hero .ejstaffv2-hero-summary>div,.ejstaffv2-loading-breakdown>div{gap:10px;display:grid}.ejstaffv2-loading-breakdown{gap:14px;margin-top:18px;display:grid}.eja2-range-switch{width:fit-content;min-width:unset;background:#ffffffd1;border:1px solid #94a3b847;border-radius:999px;align-items:center;gap:4px;padding:5px;display:inline-flex;box-shadow:0 10px 24px #0f172a0d}.eja2-range-switch button{color:#64748b;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:800}.eja2-range-switch button.active{color:#fff;background:linear-gradient(135deg,#0170ff,#0038ff);box-shadow:0 8px 20px #0170ff38}.eja2-range-switch button:hover{color:#0170ff;background:#0170ff14}.eja2-range-switch button:disabled{cursor:not-allowed;opacity:.6}.eja2-topbar-card{grid-template-columns:minmax(320px,1.5fr) auto auto auto;align-items:center;gap:18px;display:grid}.eja2-chart-point{stroke:#fff;stroke-width:2px}.eja2-chart-point--blue{fill:#0170ff}.eja2-chart-point--green{fill:#16a34a}.eja2-alert{grid-template-columns:auto 1fr auto auto;align-items:center}.eja2-alert-action{color:#0170ff;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #0170ff38;border-radius:999px;justify-content:center;justify-self:end;align-items:center;min-width:104px;height:34px;padding:0 16px;font-size:12px;font-weight:800;transition:all .2s;display:inline-flex}.eja2-alert-action:hover{color:#fff;background:#0170ff;box-shadow:0 10px 22px #0170ff2e}.eja2-alert--orange .eja2-alert-action{color:#d97706;border-color:#f59e0b47}.eja2-alert--orange .eja2-alert-action:hover{color:#fff;background:#f59e0b}.eja2-alert--red .eja2-alert-action{color:#dc2626;border-color:#ef444447}.eja2-alert--red .eja2-alert-action:hover{color:#fff;background:#ef4444}@media (max-width:900px){.eja2-alert{grid-template-columns:44px 1fr}.eja2-alert em{grid-column:2;justify-self:flex-start}.eja2-alert-action{grid-column:2;justify-self:flex-start;min-width:auto;padding:0 18px}}.eja2-flag-list .eja2-note{color:#15803d;background:#f0fdf4;border:1px solid #22c55e2e;justify-content:flex-start}.eja2-flag-list>div{grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;display:grid}.eja2-inline-review-btn{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #ef444438;border-radius:999px;padding:7px 13px;font-size:12px;font-weight:800;transition:all .2s}.eja2-inline-review-btn:hover{color:#fff;background:#ef4444}@media (max-width:900px){.eja2-flag-list>div{grid-template-columns:auto 1fr}.eja2-inline-review-btn,.eja2-flag-list em{grid-column:2;justify-self:flex-start}}.eja2-geo-empty{text-align:center;background:radial-gradient(circle at top,#0170ff14,#0000 42%),#f8fbff;border:1px dashed #cfe0f7;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:250px;padding:28px;display:flex}.eja2-geo-empty-icon{color:#0170ff;background:#eaf3ff;border-radius:22px;place-items:center;width:62px;height:62px;font-size:28px;display:grid}.eja2-geo-empty h3{color:#0f172a;margin:0;font-size:18px;font-weight:800}.eja2-geo-empty p{color:#65718a;max-width:360px;margin:0;font-size:13px;line-height:1.6}.eja2-geo-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.eja2-geo-stats .danger strong{color:#ef4444}@media (max-width:768px){.eja2-geo-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.eja2-composition-panel{overflow:hidden}.eja2-composition-hero{background:radial-gradient(circle at 0 0,#0170ff1a,#0000 36%),linear-gradient(135deg,#f8fbff,#fff);border:1px solid #e5edf8;border-radius:24px;grid-template-columns:118px minmax(0,1fr);align-items:center;gap:18px;margin-bottom:16px;padding:16px;display:grid}.eja2-composition-ring{background:conic-gradient(#0170ff var(--value),#e8eef7 0);border-radius:999px;place-items:center;width:108px;height:108px;display:grid;position:relative;box-shadow:inset 0 0 0 1px #0170ff14}.eja2-composition-ring:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:12px;box-shadow:0 10px 26px #0f172a14}.eja2-composition-ring>div{z-index:1;text-align:center;position:relative}.eja2-composition-ring strong{color:#07152f;font-size:28px;font-weight:900;line-height:1;display:block}.eja2-composition-ring span{color:#68748d;text-transform:uppercase;margin-top:5px;font-size:11px;font-weight:800;display:block}.eja2-composition-copy span{color:#64748b;margin-bottom:5px;font-size:12px;font-weight:800;display:block}.eja2-composition-copy strong{color:#07152f;font-size:22px;font-weight:900;display:block}.eja2-composition-copy p{color:#65718a;margin:6px 0 0;font-size:13px;line-height:1.5}.eja2-composition-list{gap:10px;display:grid}.eja2-composition-row{background:#fbfdff;border:1px solid #e8eef7;border-radius:18px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:11px 12px;display:grid}.eja2-composition-badge{color:#0170ff;background:#eaf3ff;border-radius:15px;place-items:center;width:42px;height:42px;font-size:12px;font-weight:900;display:grid}.eja2-composition-main{min-width:0}.eja2-composition-main>div{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.eja2-composition-main strong{color:#07152f;font-size:14px;font-weight:900}.eja2-composition-main b{color:#64748b;white-space:nowrap;font-size:12px;font-weight:800}.eja2-composition-main p{background:#e9eef6;border-radius:999px;height:8px;margin:0;overflow:hidden}.eja2-composition-main i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#8b5cf6);height:100%;display:block}.eja2-geo-panel .eja2-section-title{align-items:flex-start;margin-bottom:14px}.eja2-geo-panel .eja2-section-title>div,.eja2-geo-panel .eja2-section-title h2,.eja2-geo-panel .eja2-section-title p{text-align:left}.eja2-geo-empty{border-radius:24px;gap:12px;min-height:260px;margin-top:6px;padding:22px}.eja2-geo-empty-icon{border-radius:20px;width:58px;height:58px;font-size:28px}.eja2-geo-empty h3{margin-top:2px}.eja2-geo-empty p{max-width:390px}@media (max-width:768px){.eja2-composition-hero{text-align:center;grid-template-columns:1fr;justify-items:center}.eja2-composition-main>div{flex-direction:column;align-items:flex-start;gap:4px}.eja2-composition-main b{white-space:normal}.eja2-geo-empty{min-height:230px;padding:18px}}.eja2-composition-panel--compact{overflow:hidden}.eja2-composition-summary-strip{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.eja2-composition-summary-strip>div{background:linear-gradient(135deg,#f8fbff,#fff);border:1px solid #e8eef7;border-radius:18px;padding:12px 14px}.eja2-composition-summary-strip span{color:#64748b;margin-bottom:5px;font-size:11px;font-weight:800;display:block}.eja2-composition-summary-strip strong{color:#07152f;font-size:18px;font-weight:900;line-height:1.1;display:block}.eja2-composition-list--compact{gap:9px;display:grid}.eja2-composition-row--compact{background:#fbfdff;border:1px solid #e8eef7;border-radius:16px;padding:10px 12px;display:block}.eja2-composition-row--compact .eja2-composition-main>div{margin-bottom:7px}.eja2-composition-row--compact .eja2-composition-main strong{color:#07152f;font-size:13px;font-weight:900}.eja2-composition-row--compact .eja2-composition-main b{color:#64748b;font-size:12px;font-weight:800}.eja2-composition-row--compact .eja2-composition-main p{height:7px;margin:0}.eja2-main{padding-bottom:28px}@media (max-width:768px){.eja2-composition-summary-strip{grid-template-columns:1fr}}.eja2-dashboard-columns{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);align-items:start;gap:22px;display:grid}.eja2-dashboard-column{flex-direction:column;gap:22px;min-width:0;display:flex}.eja2-dashboard-column>.eja2-panel{width:100%;height:auto;min-height:unset}.eja2-grid-lower{align-items:start}.eja2-grid-lower>.eja2-panel{height:auto;min-height:unset}@media (max-width:1200px){.eja2-dashboard-columns{grid-template-columns:1fr 1fr}}@media (max-width:820px){.eja2-dashboard-columns{grid-template-columns:1fr}}.ejmgr-range-toggle{background:#f7f9fe;border:1px solid #dfe6f5;border-radius:999px;align-items:center;gap:6px;padding:4px;display:flex}.ejmgr-range-toggle button{color:#5a6075;cursor:pointer;background:0 0;border:0;border-radius:999px;min-height:34px;padding:0 14px;font-size:13px;font-weight:800}.ejmgr-range-toggle button:hover{color:#0170ff;background:#eef4ff}.ejmgr-range-toggle button.active{color:#fff;background:#0170ff;box-shadow:0 8px 18px #0170ff38}.ejmgr-range-toggle button:disabled{cursor:not-allowed;opacity:.65}.eja2-live-table--compact{flex-direction:column;gap:10px;display:flex}.eja2-live-row{grid-template-columns:40px minmax(120px,1fr) minmax(140px,1fr) auto 76px;align-items:center;gap:12px;min-height:58px;padding:10px 12px;display:grid}.eja2-live-person,.eja2-live-work{min-width:0}.eja2-live-person strong,.eja2-live-person small,.eja2-live-work strong,.eja2-live-work small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.eja2-live-time{text-align:right;min-width:72px}.eja2-live-more{color:#0170ff;cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px 12px;font-size:12px;font-weight:800;display:flex}.eja2-live-more:hover{background:#eff6ff;border-color:#93c5fd}.eja2-empty-chart{color:#64748b;text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border:1px dashed #cbd5e1;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:300px;display:flex}.eja2-empty-chart svg{color:#0170ff;width:34px;height:34px}.eja2-empty-chart strong{color:#0f172a;font-size:16px;font-weight:900}.eja2-empty-chart span{max-width:420px;font-size:13px;line-height:1.5}.eja2-donut-grid--clean{grid-template-columns:repeat(5,minmax(140px,1fr));align-items:start;gap:22px;padding-top:18px;display:grid}.eja2-ratio-item{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.eja2-ratio-item small{color:#64748b;max-width:130px;min-height:34px;font-size:12px;font-weight:700;line-height:1.35}.eja2-donut{background:radial-gradient(circle at center,#fff 0 53%,transparent 54%),conic-gradient(var(--donut-color)var(--value),#edf2f7 0);border-radius:50%;place-items:center;width:132px;height:132px;display:grid;box-shadow:inset 0 0 0 1px #e2e8f0cc,0 14px 30px #0f172a0f}.eja2-donut>div{background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:88px;height:88px;display:flex}.eja2-donut strong{color:#020617;font-size:25px;font-weight:950;line-height:1}.eja2-donut span{color:#64748b;margin-top:5px;font-size:12px;font-weight:900}.eja2-donut--blue{--donut-color:#0170ff}.eja2-donut--green{--donut-color:#16a34a}.eja2-donut--orange{--donut-color:#f59e0b}.eja2-donut--purple{--donut-color:#7c3aed}.eja2-donut--teal{--donut-color:#0ea5a4}.eja2-donut--slate{--donut-color:#cbd5e1}.eja2-donut--empty{opacity:.78}.eja2-donut--empty strong{color:#475569;font-size:23px}@media (max-width:1200px){.eja2-donut-grid--clean{grid-template-columns:repeat(3,minmax(140px,1fr))}}@media (max-width:760px){.eja2-donut-grid--clean{grid-template-columns:repeat(2,minmax(130px,1fr))}.eja2-donut{width:118px;height:118px}.eja2-donut>div{width:78px;height:78px}.eja2-donut strong{font-size:22px}}.eja2-device-panel{min-height:342px}.eja2-device-grid{grid-template-columns:repeat(4,minmax(140px,1fr));gap:12px;margin-top:18px;display:grid}.eja2-device-grid>div{background:linear-gradient(#fbfdff 0%,#f8fbff 100%);border:1px solid #e3eaf5;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:124px;display:flex;box-shadow:inset 0 1px #ffffffd9}.eja2-device-grid svg{color:#0170ff;width:25px;height:25px}.eja2-device-grid strong{color:#020617;font-size:28px;font-weight:950;line-height:1}.eja2-device-grid span{color:#69748a;font-size:13px;font-weight:900}.eja2-device-grid .danger svg,.eja2-device-grid .danger strong{color:#dc2626}.eja2-device-panel .eja2-note{color:#1e3a8a;background:#eff6ff;border-color:#bfdbfe;margin-top:14px;font-weight:850}@media (max-width:980px){.eja2-device-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}}.eja2-group-panel{height:fit-content;min-height:unset;align-self:start}.eja2-group-list{gap:12px;display:grid}.eja2-group-row{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e5edf8;border-radius:20px;grid-template-columns:minmax(240px,1fr) 120px 92px auto;align-items:center;gap:14px;padding:16px;display:grid}.eja2-group-left{align-items:center;gap:14px;min-width:0;display:flex}.eja2-group-icon{color:#7c3aed;background:#f3e8ff;border-radius:16px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:inline-flex}.eja2-group-left strong,.eja2-group-hours strong,.eja2-group-score strong{color:#020617;font-size:15px;font-weight:900;display:block}.eja2-group-left small,.eja2-group-hours small,.eja2-group-score small{color:#64748b;margin-top:4px;font-size:12px;font-weight:700;line-height:1.35;display:block}.eja2-group-left div{min-width:0}.eja2-group-left strong,.eja2-group-left small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.eja2-group-hours,.eja2-group-score{text-align:right}.eja2-group-status{text-align:center;border-radius:999px;justify-self:end;min-width:74px;padding:7px 10px;font-size:12px;font-weight:900}.eja2-group-status--healthy{color:#047857;background:#dcfce7}.eja2-group-status--review{color:#b45309;background:#fef3c7}.eja2-group-status--watch{color:#dc2626;background:#fee2e2}@media (max-width:900px){.eja2-group-row{grid-template-columns:1fr;align-items:start}.eja2-group-hours,.eja2-group-score{text-align:left}.eja2-group-status{justify-self:start}}.eja2-group-panel{min-height:unset;align-self:start;overflow:hidden}.eja2-group-compact-list{gap:12px;display:grid}.eja2-group-compact-row{background:#f8fbff;border:1px solid #e5edf8;border-radius:20px;grid-template-columns:46px minmax(0,1fr) 82px 82px 76px;align-items:center;gap:10px;width:100%;max-width:100%;padding:16px;display:grid;overflow:hidden}.eja2-group-compact-icon{color:#7c3aed;background:#f3e8ff;border-radius:16px;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:inline-flex}.eja2-group-compact-main{min-width:0}.eja2-group-compact-main strong{color:#020617;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:900;display:block;overflow:hidden}.eja2-group-compact-main small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;font-weight:700;display:block;overflow:hidden}.eja2-group-compact-metric{text-align:right;min-width:0}.eja2-group-compact-metric strong{color:#020617;white-space:nowrap;font-size:15px;font-weight:900;display:block}.eja2-group-compact-metric small{color:#64748b;margin-top:4px;font-size:11px;font-weight:800;line-height:1.25;display:block}.eja2-group-compact-status{text-align:center;white-space:nowrap;border-radius:999px;justify-self:end;min-width:68px;padding:7px 10px;font-size:12px;font-style:normal;font-weight:900}.eja2-group-compact-status--healthy{color:#047857;background:#dcfce7}.eja2-group-compact-status--review{color:#b45309;background:#fef3c7}.eja2-group-compact-status--watch{color:#dc2626;background:#fee2e2}@media (max-width:1280px){.eja2-group-compact-row{grid-template-columns:42px minmax(0,1fr) 76px 70px}.eja2-group-compact-status{grid-column:2/-1;justify-self:start;margin-top:-2px}}.eja2-queue-panel{overflow:hidden}.eja2-queue-list{gap:12px;display:grid}.eja2-queue-row{background:#f8fbff;border:1px solid #e5edf8;border-radius:20px;grid-template-columns:46px minmax(0,1fr) 95px 90px 102px;align-items:center;gap:12px;width:100%;max-width:100%;padding:16px;display:grid;overflow:hidden}.eja2-queue-row--overdue{background:#fff7f7;border-color:#fecaca}.eja2-queue-avatar{color:#0170ff;background:#eaf3ff;border-radius:16px;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:900;display:inline-flex}.eja2-queue-avatar--leave{color:#f97316;background:#fff7ed;font-size:20px}.eja2-queue-main{min-width:0}.eja2-queue-main strong{color:#020617;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;display:block;overflow:hidden}.eja2-queue-main small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;font-weight:700;display:block;overflow:hidden}.eja2-queue-metric{text-align:right;min-width:0}.eja2-queue-metric strong{color:#020617;white-space:nowrap;font-size:14px;font-weight:900;display:block}.eja2-queue-metric small{color:#64748b;white-space:nowrap;margin-top:4px;font-size:11px;font-weight:800;display:block}.eja2-queue-action{color:#0f172a;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dbe7f6;border-radius:14px;justify-content:center;align-items:center;gap:6px;height:38px;font-size:12px;font-weight:900;display:inline-flex}.eja2-queue-action:hover{color:#0170ff;background:#f4f9ff;border-color:#0170ff}@media (max-width:1280px){.eja2-queue-row{grid-template-columns:42px minmax(0,1fr) 80px}.eja2-queue-metric:nth-of-type(2){display:none}.eja2-queue-action{grid-column:2/-1;justify-self:start}}.eja2-alert-panel{overflow:hidden}.eja2-alert-list{gap:12px;display:grid}.eja2-alert{text-align:left;cursor:pointer;background:#f8fbff;border:1px solid #e5edf8;border-radius:18px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;padding:15px 16px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:grid}.eja2-alert:hover{transform:translateY(-1px);box-shadow:0 14px 30px #0f172a14}.eja2-alert>span{border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;display:inline-flex}.eja2-alert strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;display:block;overflow:hidden}.eja2-alert small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;font-weight:700;display:block;overflow:hidden}.eja2-alert em{color:#64748b;white-space:nowrap;justify-self:end;font-size:12px;font-style:normal;font-weight:900}@media (max-width:768px){.eja2-alert{grid-template-columns:38px minmax(0,1fr)}.eja2-alert em{grid-column:2/-1;justify-self:start;margin-top:-4px}}.eja2-screenshot-card{min-height:260px}.eja2-mini-stats--screenshots{grid-template-columns:repeat(3,minmax(0,1fr))}.eja2-screenshot-meta{color:#667085;justify-content:space-between;align-items:center;gap:12px;margin:14px 0 12px;font-size:12px;font-weight:700;display:flex}.eja2-flag-list--screenshots>div{align-items:center}.eja2-flag-list--screenshots span{flex-direction:column;gap:2px;min-width:0;display:flex}.eja2-flag-list--screenshots span strong{color:#0f172a;font-size:13px;font-weight:800}.eja2-flag-list--screenshots span small{color:#667085;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.eja2-performer-panel{min-height:100%}.eja2-performer-list--clean{gap:12px;display:grid}@media (max-width:720px){.eja2-performer-row{grid-template-columns:40px minmax(0,1fr)}.eja2-performer-score{text-align:left;grid-column:2}}.eja2-final-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:18px;margin-top:18px;display:grid}.eja2-final-card{flex-direction:column;min-width:0;height:100%;min-height:315px;display:flex}.eja2-final-card .eja2-section-title{margin-bottom:14px}.eja2-alert-list--compact,.eja2-performer-list--clean,.eja2-flag-list--screenshots{flex:1}.eja2-alert-list--compact{align-content:start;gap:10px;display:grid}.eja2-alert{text-align:left;cursor:pointer;background:#f8fbff;border:1px solid #e5edf8;border-radius:16px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:12px;display:grid}.eja2-alert span{border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.eja2-alert div{gap:3px;min-width:0;display:grid}.eja2-alert strong,.eja2-alert small{text-overflow:ellipsis;overflow:hidden}.eja2-alert strong{color:#020617;white-space:nowrap;font-size:13px;font-weight:900}.eja2-alert small{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;font-weight:700;line-height:1.35;display:-webkit-box}.eja2-alert em{color:#64748b;white-space:nowrap;font-size:11px;font-style:normal;font-weight:800}.eja2-alert--orange{background:#fff7ed;border-color:#fed7aa}.eja2-alert--orange>span{color:#f97316;background:#ffedd5}.eja2-alert--blue{background:#eff6ff;border-color:#bfdbfe}.eja2-alert--blue>span{color:#0170ff;background:#dbeafe}.eja2-alert--red{background:#fff1f2;border-color:#fecdd3}.eja2-alert--red>span{color:#ef4444;background:#ffe4e6}.eja2-mini-stats--screenshots{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.eja2-mini-stats--screenshots>div{text-align:center;background:#f8fbff;border:1px solid #e5edf8;border-radius:16px;place-items:center;min-height:74px;padding:14px 10px;display:grid}.eja2-mini-stats--screenshots strong{color:#020617;font-size:24px;font-weight:950;line-height:1}.eja2-mini-stats--screenshots span{color:#64748b;font-size:11px;font-weight:800}.eja2-mini-stats--screenshots .danger{background:#fff1f2;border-color:#fecdd3}.eja2-mini-stats--screenshots .danger strong{color:#ef4444}.eja2-mini-stats--screenshots .success{background:#ecfdf5;border-color:#bbf7d0}.eja2-mini-stats--screenshots .success strong{color:#16a34a}.eja2-screenshot-meta{color:#64748b;gap:4px;margin-top:10px;font-size:11px;font-weight:750;display:grid}.eja2-flag-list--screenshots{align-content:start;gap:10px;margin-top:12px;display:grid}.eja2-flag-list--screenshots>div:not(.eja2-note){background:#f8fbff;border:1px solid #e5edf8;border-radius:14px;grid-template-columns:30px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px;display:grid}.eja2-flag-list--screenshots svg{color:#0170ff}.eja2-flag-list--screenshots span{gap:2px;min-width:0;display:grid}.eja2-flag-list--screenshots strong{color:#020617;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:900;overflow:hidden}.eja2-flag-list--screenshots small{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:700;overflow:hidden}.eja2-flag-list--screenshots em{color:#64748b;white-space:nowrap;font-size:11px;font-style:normal;font-weight:800}.eja2-inline-review-btn{color:#0170ff;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900}.eja2-note--success{color:#047857;background:#ecfdf5;border-color:#bbf7d0}.eja2-performer-list--clean{align-content:start;gap:10px;display:grid}.eja2-performer-row{background:#f8fbff;border:1px solid #e5edf8;border-radius:16px;grid-template-columns:38px minmax(0,1fr) 82px;align-items:center;gap:10px;padding:11px 12px;display:grid}.eja2-performer-rank{color:#f59e0b;background:#fff6e8;border-radius:999px;place-items:center;width:32px;height:32px;font-size:12px;font-weight:950;display:grid}.eja2-performer-main{gap:2px;min-width:0;display:grid}.eja2-performer-main strong{color:#020617;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:900;overflow:hidden}.eja2-performer-main small{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:700;overflow:hidden}.eja2-performer-score{text-align:right;gap:2px;display:grid}.eja2-performer-score strong{color:#16a34a;font-size:16px;font-weight:950}.eja2-performer-score small{color:#64748b;font-size:10px;font-weight:800}@media (max-width:1280px){.eja2-final-grid{grid-template-columns:1fr}.eja2-final-card{min-height:auto}}@media (max-width:720px){.eja2-alert{grid-template-columns:34px minmax(0,1fr)}.eja2-alert em{grid-column:2}.eja2-mini-stats--screenshots{grid-template-columns:1fr}.eja2-flag-list--screenshots>div:not(.eja2-note){grid-template-columns:28px minmax(0,1fr)}.eja2-flag-list--screenshots .eja2-inline-review-btn,.eja2-flag-list--screenshots em{grid-column:2;justify-self:start}.eja2-performer-row{grid-template-columns:36px minmax(0,1fr)}.eja2-performer-score{text-align:left;grid-column:2}}.eja2-business-grid-clean{grid-template-columns:minmax(0,1.6fr) minmax(360px,.75fr);align-items:start;gap:18px;margin-top:18px;display:grid}.eja2-business-card{min-width:0;height:auto}.eja2-project-clean-list,.eja2-group-clean-list{align-content:start;gap:10px;display:grid}.eja2-project-clean-row{background:#f8fbff;border:1px solid #e5edf8;border-radius:18px;grid-template-columns:36px minmax(180px,1fr) 90px 82px 82px 82px 150px;align-items:center;gap:12px;padding:12px 14px;display:grid}.eja2-project-rank{color:#f59e0b;background:#fff6e8;border-radius:999px;place-items:center;width:32px;height:32px;font-size:13px;font-weight:950;display:grid}.eja2-project-clean-main{gap:2px;min-width:0;display:grid}.eja2-project-clean-main strong{color:#020617;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:950;overflow:hidden}.eja2-project-clean-main small{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:750;overflow:hidden}.eja2-project-clean-metric{text-align:right;gap:3px;min-width:0;display:grid}.eja2-project-clean-metric strong{color:#020617;font-size:14px;font-weight:950;line-height:1}.eja2-project-clean-metric small{color:#64748b;white-space:nowrap;font-size:10.5px;font-weight:800}.eja2-project-clean-load{gap:6px;min-width:0;display:grid}.eja2-project-clean-load span{color:#64748b;white-space:nowrap;font-size:11px;font-weight:900}.eja2-project-clean-load div{background:#eaf0f8;border-radius:999px;height:8px;overflow:hidden}.eja2-project-clean-load i{border-radius:inherit;background:linear-gradient(90deg,#2563eb,#22d3ee);height:100%;display:block}@media (max-width:1480px){.eja2-project-clean-row{grid-template-columns:34px minmax(170px,1fr) 82px 74px 74px 74px 130px;gap:10px}.eja2-project-clean-metric strong{font-size:13px}.eja2-project-clean-metric small,.eja2-project-clean-load span{font-size:10px}}@media (max-width:1280px){.eja2-business-grid-clean{grid-template-columns:1fr}.eja2-project-clean-row{grid-template-columns:36px minmax(220px,1fr) repeat(4,86px) 150px}}@media (max-width:900px){.eja2-project-clean-row{grid-template-columns:34px minmax(0,1fr) 90px}.eja2-project-clean-metric{text-align:left}.eja2-project-clean-load{grid-column:2/-1}}@media (max-width:640px){.eja2-project-clean-row{grid-template-columns:34px minmax(0,1fr)}.eja2-project-clean-metric,.eja2-project-clean-load{grid-column:2/-1}.eja2-group-clean-stats{grid-template-columns:1fr}.eja2-group-clean-footer{flex-direction:column;align-items:flex-start}}.eja2-business-grid-clean{grid-template-columns:minmax(0,1.6fr) minmax(380px,.8fr);gap:18px;margin-top:18px;display:grid;align-items:start!important}.eja2-business-grid-clean>.eja2-panel{height:auto!important;min-height:unset!important;align-self:start!important}.eja2-business-card{min-width:0;height:auto!important;min-height:unset!important}.eja2-project-performance-card,.eja2-group-snapshot-card{align-self:start!important}.eja2-group-clean-list{align-content:start;gap:10px;max-height:430px;padding-right:4px;display:grid;overflow-y:auto}.eja2-project-clean-list{align-content:start;gap:10px;display:grid}.eja2-group-clean-list::-webkit-scrollbar{width:6px}.eja2-group-clean-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.eja2-group-clean-list::-webkit-scrollbar-track{background:0 0}.eja2-list-more-btn{color:#2563eb;cursor:pointer;background:#f8fbff;border:1px dashed #bfdbfe;border-radius:14px;justify-content:center;align-items:center;gap:6px;width:100%;min-height:38px;font-size:12px;font-weight:900;transition:all .18s;display:inline-flex}.eja2-list-more-btn:hover{background:#eff6ff;border-color:#93c5fd}.eja2-group-clean-row{background:#f8fbff;border:1px solid #e5edf8;border-radius:18px;grid-template-columns:40px minmax(0,1fr);gap:10px;padding:12px;display:grid}.eja2-group-clean-icon{color:#9333ea;background:#f3e8ff;border-radius:14px;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.eja2-group-clean-main{gap:1px;min-width:0;display:grid}.eja2-group-clean-main strong{color:#020617;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:950;overflow:hidden}.eja2-group-clean-main small{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;font-weight:750;overflow:hidden}.eja2-group-clean-stats{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:2px;display:grid}.eja2-group-clean-stats div{text-align:center;background:#fff;border:1px solid #e5edf8;border-radius:13px;gap:2px;padding:8px 7px;display:grid}.eja2-group-clean-stats strong{color:#020617;font-size:12.5px;font-weight:950;line-height:1}.eja2-group-clean-stats span{color:#64748b;font-size:9.5px;font-weight:800}.eja2-group-clean-footer{grid-column:1/-1;justify-content:space-between;align-items:center;gap:10px;margin-top:1px;display:flex}.eja2-group-clean-footer>div{gap:0;display:grid}.eja2-group-clean-footer strong{color:#020617;font-size:13px;font-weight:950}.eja2-group-clean-footer span{color:#64748b;font-size:9.5px;font-weight:800}.eja2-group-clean-status{white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:10.5px;font-style:normal;font-weight:950}.eja2-group-clean-status--healthy{color:#16a34a;background:#dcfce7}.eja2-group-clean-status--review{color:#d97706;background:#fef3c7}.eja2-group-clean-status--watch{color:#2563eb;background:#eff6ff}@media (max-width:1280px){.eja2-business-grid-clean{grid-template-columns:1fr}.eja2-group-clean-list{max-height:none;padding-right:0;overflow:visible}}.ejstaffv2-hero--polished{background:radial-gradient(circle at 100% 0,#0170ff14,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfdff 58%,#f8fbff 100%);border:1px solid #dbe6f5;border-radius:28px;grid-template-columns:minmax(0,1.15fr) minmax(430px,.75fr) minmax(360px,.55fr);align-items:center;gap:22px;padding:28px;display:grid;box-shadow:0 24px 70px #0f172a14}.ejstaffv2-hero-copy{min-width:0}.ejstaffv2-hero-copy h1{color:#020617;letter-spacing:-1.4px;margin:14px 0 8px;font-size:clamp(30px,3vw,44px);font-weight:950;line-height:1.05}.ejstaffv2-hero-copy p{color:#475569;max-width:720px;font-size:14px;font-weight:650;line-height:1.55}.ejstaffv2-chip{color:#0170ff;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;gap:7px;width:fit-content;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.ejstaffv2-hero-summary--polished{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ejstaffv2-hero-card{background:#ffffffdb;border:1px solid #dbe6f5;border-radius:18px;align-items:center;gap:12px;min-height:72px;padding:14px 15px;display:flex;box-shadow:0 14px 32px #0f172a0a}.ejstaffv2-hero-card>span{color:#0170ff;background:#eff6ff;border-radius:13px;flex:none;place-items:center;width:34px;height:34px;font-size:18px;display:grid}.ejstaffv2-hero-card>div{gap:3px;min-width:0;display:grid}.ejstaffv2-hero-card small{color:#64748b;letter-spacing:.06em;text-transform:uppercase;font-size:10.5px;font-weight:950;line-height:1}.ejstaffv2-hero-card strong{color:#020617;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:950;line-height:1.2;overflow:hidden}.ejstaffv2-hero-card--success>span{color:#16a34a;background:#dcfce7}.ejstaffv2-hero-card--warning>span{color:#d97706;background:#fef3c7}.ejstaffv2-hero-card--danger>span{color:#dc2626;background:#fee2e2}.ejstaffv2-hero-card--neutral>span{color:#0170ff;background:#eff6ff}.ejstaffv2-focus-card--polished{background:#ffffffe6;border:1px solid #dbe6f5;border-radius:24px;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:18px;min-height:170px;padding:18px;display:grid;box-shadow:0 18px 45px #0f172a0f}.ejstaffv2-focus-ring{background:radial-gradient(circle,#fff 57%,transparent 58%),conic-gradient(#0170ff var(--value,0%),#67e8f9 var(--value,0%),#eaf0f8 0);border-radius:50%;place-items:center;width:112px;height:112px;display:grid;position:relative}.ejstaffv2-focus-ring>strong{color:#020617;font-size:28px;font-weight:950;line-height:1}.ejstaffv2-focus-ring>span{color:#64748b;font-size:10px;font-weight:900;position:absolute;bottom:25px}.ejstaffv2-focus-meta{gap:10px;min-width:0;display:grid}.ejstaffv2-focus-meta>div{background:#f8fafc;border:1px solid #e5edf8;border-radius:15px;align-content:center;gap:3px;min-height:50px;padding:10px 12px;display:grid}.ejstaffv2-focus-meta span{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:950}.ejstaffv2-focus-meta strong{color:#020617;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;font-weight:950;overflow:hidden}@media (max-width:1400px){.ejstaffv2-hero--polished{grid-template-columns:1fr}.ejstaffv2-hero-summary--polished{grid-template-columns:repeat(2,minmax(0,1fr))}.ejstaffv2-focus-card--polished{grid-template-columns:120px 1fr}}@media (max-width:720px){.ejstaffv2-hero-summary--polished{grid-template-columns:1fr}.ejstaffv2-focus-card--polished{grid-template-columns:1fr;justify-items:center}.ejstaffv2-focus-meta{width:100%}}.ejstaffv2-hero--executive{background:radial-gradient(circle at 0 0,#0170ff1a,#0000 34%),linear-gradient(135deg,#fffffffa,#f8fbfff0);border:1px solid #94a3b847;border-radius:28px;grid-template-columns:minmax(360px,1.15fr) minmax(390px,.95fr) minmax(300px,.72fr);align-items:stretch;gap:20px;min-height:196px;padding:24px 28px;display:grid;box-shadow:0 22px 60px #0f172a14,inset 0 1px #ffffffe6}.ejstaffv2-hero-left{flex-direction:column;justify-content:center;min-width:0;display:flex}.ejstaffv2-chip--executive{letter-spacing:-.01em;color:#0170ff;background:linear-gradient(135deg,#0170ff1a,#0170ff0a);border:1px solid #0170ff38;border-radius:999px;width:fit-content;margin-bottom:14px;padding:7px 12px;font-size:12px;font-weight:800}.ejstaffv2-hero-heading{align-items:center;gap:10px;min-width:0;display:flex}.ejstaffv2-hero-heading h1{letter-spacing:-.055em;color:#06152f;margin:0;font-size:clamp(30px,2.35vw,42px);font-weight:900;line-height:1.02}.ejstaffv2-hero-heading span{font-size:clamp(24px,1.8vw,34px);line-height:1;transform:translateY(2px)}.ejstaffv2-hero-left p{color:#40516f;max-width:620px;margin:10px 0 0;font-size:14px;font-weight:600;line-height:1.55}.ejstaffv2-hero-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;display:flex}.ejstaffv2-hero-primary,.ejstaffv2-hero-secondary{cursor:pointer;border:1px solid #94a3b859;border-radius:999px;align-items:center;gap:8px;height:38px;padding:0 15px;font-size:12px;font-weight:900;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:inline-flex}.ejstaffv2-hero-primary{color:#fff;background:linear-gradient(135deg,#0170ff,#0057d9);border-color:#0170ff66;box-shadow:0 12px 26px #0170ff38}.ejstaffv2-hero-secondary{color:#1d3355;background:#ffffffc7}.ejstaffv2-hero-primary:hover,.ejstaffv2-hero-secondary:hover{transform:translateY(-1px)}.ejstaffv2-hero-primary svg,.ejstaffv2-hero-secondary svg{width:16px;height:16px}.ejstaffv2-hero-secondary:disabled{opacity:.65;cursor:not-allowed;transform:none}.ejstaffv2-hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:12px;display:grid}.ejstaffv2-hero-metric{text-align:left;cursor:pointer;background:#ffffffd1;border:1px solid #94a3b840;border-radius:18px;align-items:center;gap:12px;min-width:0;min-height:76px;padding:13px 14px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:flex;box-shadow:0 10px 28px #0f172a0a}.ejstaffv2-hero-metric:hover{background:#fff;border-color:#0170ff40;transform:translateY(-2px);box-shadow:0 16px 34px #0f172a14}.ejstaffv2-hero-metric-icon{color:#0170ff;background:#0170ff1a;border-radius:14px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.ejstaffv2-hero-metric-icon svg{width:18px;height:18px}.ejstaffv2-hero-metric-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.ejstaffv2-hero-metric-copy small{color:#64748b;letter-spacing:.055em;text-transform:uppercase;font-size:10px;font-weight:900}.ejstaffv2-hero-metric-copy strong{color:#06152f;letter-spacing:-.025em;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:16px;font-weight:900;line-height:1.15;overflow:hidden}.ejstaffv2-hero-metric-copy em{color:#6b7a90;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-style:normal;font-weight:700;line-height:1.2;overflow:hidden}.ejstaffv2-hero-metric--success .ejstaffv2-hero-metric-icon{color:#16a34a;background:#16a34a1a}.ejstaffv2-hero-metric--warning .ejstaffv2-hero-metric-icon{color:#d97706;background:#f59e0b1f}.ejstaffv2-hero-metric--danger .ejstaffv2-hero-metric-icon{color:#dc2626;background:#ef44441a}.ejstaffv2-hero-metric--neutral .ejstaffv2-hero-metric-icon{color:#0170ff;background:#0170ff1a}.ejstaffv2-hero-focus-card{background:linear-gradient(145deg,#fffffff5,#f8fbffeb);border:1px solid #94a3b847;border-radius:24px;grid-template-columns:104px minmax(0,1fr);align-items:center;gap:14px;min-width:0;padding:16px;display:grid;box-shadow:0 12px 32px #0f172a0d}.ejstaffv2-hero-focus-ring{background:conic-gradient(#0170ff var(--value),#e8eef7 0),linear-gradient(135deg,#eff6ff,#fff);border-radius:999px;place-items:center;width:104px;height:104px;padding:10px;display:grid;box-shadow:inset 0 0 0 1px #94a3b829}.ejstaffv2-hero-focus-ring>div{background:#fff;border-radius:999px;align-content:center;place-items:center;width:78px;height:78px;display:grid;box-shadow:inset 0 0 0 1px #e2e8f0f2}.ejstaffv2-hero-focus-ring strong{color:#06152f;letter-spacing:-.04em;font-size:24px;font-weight:900;line-height:1}.ejstaffv2-hero-focus-ring span{color:#64748b;margin-top:4px;font-size:10px;font-weight:900}.ejstaffv2-hero-focus-ring--success{background:conic-gradient(#16a34a var(--value),#e8eef7 0)}.ejstaffv2-hero-focus-ring--warning{background:conic-gradient(#f59e0b var(--value),#e8eef7 0)}.ejstaffv2-hero-focus-ring--danger{background:conic-gradient(#ef4444 var(--value),#e8eef7 0)}.ejstaffv2-hero-focus-meta{gap:9px;min-width:0;display:grid}.ejstaffv2-hero-focus-meta>div{background:#f8fafce0;border:1px solid #94a3b838;border-radius:15px;min-width:0;padding:10px 12px}.ejstaffv2-hero-focus-meta span{color:#64748b;letter-spacing:.055em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:900;line-height:1.1;display:block}.ejstaffv2-hero-focus-meta strong{color:#06152f;letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:900;line-height:1.15;display:block;overflow:hidden}.ejstaffv2-next-action--success{background:#f0fdf4e0!important;border-color:#16a34a38!important}.ejstaffv2-next-action--warning{background:#fffbebe6!important;border-color:#f59e0b3d!important}.ejstaffv2-next-action--danger{background:#fef2f2e6!important;border-color:#ef444438!important}@media (max-width:1280px){.ejstaffv2-hero--executive{grid-template-columns:1fr}.ejstaffv2-hero-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.ejstaffv2-hero-focus-card{grid-template-columns:104px 1fr}.ejstaffv2-hero-focus-meta{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.ejstaffv2-hero--executive{border-radius:24px;padding:20px}.ejstaffv2-hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.ejstaffv2-hero-focus-card{grid-template-columns:1fr;justify-items:center}.ejstaffv2-hero-focus-meta{grid-template-columns:1fr;width:100%}}@media (max-width:560px){.ejstaffv2-hero-heading h1{font-size:28px}.ejstaffv2-hero-metrics{grid-template-columns:1fr}.ejstaffv2-hero-actions{flex-direction:column;align-items:stretch}.ejstaffv2-hero-primary,.ejstaffv2-hero-secondary{justify-content:center;width:100%}}.ejstaffv2-hero-heading h1{letter-spacing:-.035em;font-weight:650}.ejstaffv2-chip--executive{letter-spacing:0;font-weight:600}.ejstaffv2-hero-left p{color:#475569;font-weight:400}.ejstaffv2-hero-primary,.ejstaffv2-hero-secondary{font-weight:600}.ejstaffv2-hero-metric-copy small{letter-spacing:.035em;font-weight:600}.ejstaffv2-hero-metric-copy strong{letter-spacing:-.015em;font-weight:650}.ejstaffv2-hero-metric-copy em{font-weight:400}.ejstaffv2-hero-focus-ring strong{letter-spacing:-.025em;font-weight:650}.ejstaffv2-hero-focus-ring span{font-weight:500}.ejstaffv2-hero-focus-meta span{letter-spacing:.035em;font-weight:600}.ejstaffv2-hero-focus-meta strong{letter-spacing:-.01em;font-weight:650}.ejstaffv2-kpi p,.ejstaffv2-kpi small,.ejstaffv2-progress b{font-weight:400}.ejstaffv2-kpi h2{letter-spacing:-.025em;font-weight:650}.ejstaffv2-kpi p{color:#475569}.ejstaffv2-kpi small{color:#64748b}.ejstaffv2-progress b{color:#0f8a3b}.ejstaffv2-kpi--clean{flex-direction:column;justify-content:space-between;min-height:158px;padding:18px 18px 16px;display:flex}.ejstaffv2-kpi--clean .ejstaffv2-kpi-top{margin-bottom:10px}.ejstaffv2-kpi-copy{min-width:0}.ejstaffv2-kpi-copy p{letter-spacing:.035em;text-transform:uppercase;color:#334155;margin:0 0 4px;font-size:11px;font-weight:500;line-height:1.2}.ejstaffv2-kpi-copy h2{letter-spacing:-.035em;color:#020617;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;font-size:26px;font-weight:650;line-height:1.05;overflow:hidden}.ejstaffv2-kpi-copy small{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:12px;font-weight:400;line-height:1.35;display:block;overflow:hidden}.ejstaffv2-progress{grid-template-columns:minmax(70px,1fr) auto;align-items:center;gap:10px;margin-top:14px;display:grid}.ejstaffv2-progress>div{background:#eaf0f7;border-radius:999px;height:7px;overflow:hidden}.ejstaffv2-progress>div i{border-radius:inherit;background:#0170ff;height:100%;transition:width .25s;display:block}.ejstaffv2-progress b{text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:145px;font-size:11px;font-weight:500;line-height:1.2;overflow:hidden}.ejstaffv2-progress--success b{color:#047857}.ejstaffv2-progress--success>div i{background:linear-gradient(90deg,#22c55e,#14b8a6)}.ejstaffv2-progress--warning b{color:#b45309}.ejstaffv2-progress--warning>div i{background:linear-gradient(90deg,#f59e0b,#f97316)}.ejstaffv2-progress--danger b{color:#dc2626}.ejstaffv2-progress--danger>div i{background:linear-gradient(90deg,#ef4444,#f97316)}.ejstaffv2-progress--neutral b{color:#475569}.ejstaffv2-progress--neutral>div i{background:linear-gradient(90deg,#94a3b8,#64748b)}@media (max-width:1280px){.ejstaffv2-kpi-copy h2{font-size:23px}.ejstaffv2-progress{grid-template-columns:1fr;gap:7px}.ejstaffv2-progress b{text-align:left;max-width:100%}}.ejstaffv2-productivity-panel{overflow:hidden}.ejstaffv2-trend-chart{width:100%;min-height:320px;display:block;overflow:visible}.ejstaffv2-grid-lines line{stroke:#e5edf8;stroke-width:1px;stroke-dasharray:7 7}.ejstaffv2-axis-label,.ejstaffv2-x-label{fill:#7c89a3;font-size:12px;font-weight:700}.ejstaffv2-area{opacity:1}.ejstaffv2-area--blue{fill:url(#ejstaffv2BlueArea)}.ejstaffv2-area--green{fill:url(#ejstaffv2GreenArea)}.ejstaffv2-line{fill:none;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.ejstaffv2-line--blue{stroke:#0170ff}.ejstaffv2-line--green{stroke:#16a34a}.ejstaffv2-dot{stroke:#fff;stroke-width:2px}.ejstaffv2-dot--blue{fill:#0170ff}.ejstaffv2-dot--green{fill:#16a34a}.ejstaffv2-chart-side small{color:#00875a;font-weight:800}.ejstaffv2-chart-side div{min-height:116px}.ejstaffv2-tabs button:disabled{cursor:wait;opacity:.7}.ejstaffv2-work-breakdown-panel{min-height:100%}.ejstaffv2-work-status{color:#334155;white-space:nowrap;background:#f8fbff;border:1px solid #d9e4f4;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.ejstaffv2-work-status--success{color:#047857;background:#f0fdf4;border-color:#bbf7d0}.ejstaffv2-work-status--warning{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.ejstaffv2-work-status--danger{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.ejstaffv2-work-status--neutral{color:#475569;background:#f8fafc;border-color:#dbe4f0}.ejstaffv2-work-summary-card{background:radial-gradient(circle at 0 0,#0170ff14,#0000 34%),linear-gradient(135deg,#fff 0%,#f8fbff 100%);border:1px solid #dfe8f5;border-radius:20px;grid-template-columns:1fr 150px;gap:14px;margin-top:16px;padding:16px;display:grid}.ejstaffv2-work-summary-card div{flex-direction:column;gap:4px;display:flex}.ejstaffv2-work-summary-card span{text-transform:uppercase;letter-spacing:.04em;color:#6b7890;font-size:11px;font-weight:800}.ejstaffv2-work-summary-card strong{color:#020617;font-size:24px;line-height:1}.ejstaffv2-workday-stack{background:#eaf0f8;border:1px solid #e2eaf5;border-radius:999px;width:100%;height:12px;margin-top:14px;display:flex;overflow:hidden}.ejstaffv2-workday-stack i{min-width:0;height:100%;transition:width .3s;display:block}.ejstaffv2-workday-stack i.active{background:linear-gradient(90deg,#0170ff,#22c55e)}.ejstaffv2-workday-stack i.idle{background:linear-gradient(90deg,#f59e0b,#fb923c)}.ejstaffv2-workday-stack i.other{background:linear-gradient(90deg,#94a3b8,#cbd5e1)}.ejstaffv2-workday-stack i.remaining{background:#edf3fb}.ejstaffv2-work-legend{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.ejstaffv2-work-legend span{color:#536178;padding-left:16px;font-size:12px;font-weight:800;position:relative}.ejstaffv2-work-legend span:before{content:"";border-radius:999px;width:9px;height:9px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ejstaffv2-work-legend .active:before{background:#0170ff}.ejstaffv2-work-legend .idle:before{background:#f59e0b}.ejstaffv2-work-legend .other:before{background:#94a3b8}.ejstaffv2-work-legend .remaining:before{background:#dbe5f1}.ejstaffv2-work-breakdown-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.ejstaffv2-work-breakdown-grid>div{background:#f8fbff;border:1px solid #e0e8f5;border-radius:18px;padding:16px}.ejstaffv2-work-breakdown-grid span{color:#6b7890;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.ejstaffv2-work-breakdown-grid strong{color:#020617;font-size:24px;line-height:1;display:block}.ejstaffv2-work-breakdown-grid small{color:#536178;margin-top:8px;font-size:12px;font-weight:700;display:block}.ejstaffv2-work-breakdown-grid p{background:#e8eef7;border-radius:999px;height:8px;margin:12px 0 0;overflow:hidden}.ejstaffv2-work-breakdown-grid p i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#58d5ef);height:100%;display:block}.ejstaffv2-work-note{background:#f8fbff;border:1px solid #d9e4f4;border-radius:18px;align-items:flex-start;gap:12px;margin-top:16px;padding:14px;display:flex}.ejstaffv2-work-note>svg{flex:none;width:20px;height:20px;margin-top:2px}.ejstaffv2-work-note div{flex-direction:column;gap:3px;display:flex}.ejstaffv2-work-note strong{color:#0f172a;font-size:13px}.ejstaffv2-work-note span{color:#536178;font-size:12px;line-height:1.45}.ejstaffv2-work-note--success{background:#f0fdf4;border-color:#bbf7d0}.ejstaffv2-work-note--success>svg{color:#16a34a}.ejstaffv2-work-note--warning{background:#fff7ed;border-color:#fed7aa}.ejstaffv2-work-note--warning>svg{color:#f97316}.ejstaffv2-work-note--danger{background:#fef2f2;border-color:#fecaca}.ejstaffv2-work-note--danger>svg{color:#ef4444}.ejstaffv2-work-note--neutral{background:#f8fafc;border-color:#dbe4f0}.ejstaffv2-work-note--neutral>svg{color:#64748b}@media (max-width:900px){.ejstaffv2-work-summary-card,.ejstaffv2-work-breakdown-grid{grid-template-columns:1fr}}.ejstaffv2-grid-ratios{grid-template-columns:minmax(0,1.35fr) minmax(460px,.95fr);align-items:stretch;gap:18px;display:grid}.ejstaffv2-ratio-panel,.ejstaffv2-device-panel{flex-direction:column;gap:18px;min-height:300px;padding:22px;display:flex}.ejstaffv2-ratio-title,.ejstaffv2-device-title{align-items:flex-start;margin-bottom:0}.ejstaffv2-ratio-score,.ejstaffv2-sync-score{text-align:right;background:#f8fbff;border:1px solid #dbe7f6;border-radius:18px;min-width:116px;padding:10px 14px}.ejstaffv2-ratio-score span,.ejstaffv2-sync-score span{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:900;display:block}.ejstaffv2-ratio-score strong,.ejstaffv2-sync-score strong{color:#020617;margin-top:4px;font-size:24px;font-weight:950;line-height:1.1;display:block}.ejstaffv2-ratio-score em,.ejstaffv2-sync-score em{margin-top:3px;font-size:12px;font-style:normal;font-weight:900;display:block}.ejstaffv2-ratio-score--green em,.ejstaffv2-sync-score--green em{color:#047857}.ejstaffv2-ratio-score--blue em,.ejstaffv2-sync-score--blue em{color:#0170ff}.ejstaffv2-ratio-score--orange em,.ejstaffv2-sync-score--orange em{color:#b45309}.ejstaffv2-ratio-score--red em,.ejstaffv2-sync-score--red em{color:#b91c1c}.ejstaffv2-ratio-score--slate em,.ejstaffv2-sync-score--slate em{color:#475569}.ejstaffv2-ratio-grid{flex:1;grid-template-columns:repeat(5,minmax(132px,1fr));gap:14px;display:grid}.ejstaffv2-ratio-card{text-align:center;background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #dbe7f6;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-width:0;padding:16px 12px;display:flex;box-shadow:0 12px 26px #0f172a0a}.ejstaffv2-ratio-donut{background:conic-gradient(var(--ratio-color)var(--value),#edf2f8 0);border-radius:999px;place-items:center;width:112px;height:112px;display:grid;position:relative}.ejstaffv2-ratio-donut:before{content:"";border-radius:inherit;background:#fff;position:absolute;inset:13px;box-shadow:inset 0 0 0 1px #e2e8f0e6}.ejstaffv2-ratio-donut>div{z-index:1;position:relative}.ejstaffv2-ratio-donut strong{color:#020617;font-size:22px;font-weight:950;line-height:1;display:block}.ejstaffv2-ratio-donut span{color:#64748b;margin-top:4px;font-size:11px;font-weight:900;display:block}.ejstaffv2-ratio-donut--green{--ratio-color:#16a34a}.ejstaffv2-ratio-donut--blue{--ratio-color:#0170ff}.ejstaffv2-ratio-donut--orange{--ratio-color:#f59e0b}.ejstaffv2-ratio-donut--red{--ratio-color:#ef4444}.ejstaffv2-ratio-donut--purple{--ratio-color:#7c3aed}.ejstaffv2-ratio-donut--teal{--ratio-color:#0ea5a4}.ejstaffv2-ratio-donut--slate{--ratio-color:#94a3b8}.ejstaffv2-ratio-copy strong{color:#020617;font-size:13px;font-weight:950;display:block}.ejstaffv2-ratio-copy span{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:11px;font-weight:750;line-height:1.35;display:-webkit-box;overflow:hidden}.ejstaffv2-ratio-summary,.ejstaffv2-device-summary{color:#0f172a;background:#eef6ff;border:1px solid #cfe1ff;border-radius:18px;align-items:center;gap:10px;min-height:48px;padding:12px 14px;font-size:13px;font-weight:850;display:flex}.ejstaffv2-ratio-summary svg,.ejstaffv2-device-summary svg{color:#0170ff;flex:none;font-size:18px}.ejstaffv2-device-grid--polished{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.ejstaffv2-device-card{text-align:center;background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #dbe7f6;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:11px;min-width:0;min-height:116px;padding:16px 12px;display:flex;box-shadow:0 12px 26px #0f172a0a}.ejstaffv2-device-card>span{color:#0170ff;background:#eef6ff;border-radius:15px;place-items:center;width:38px;height:38px;font-size:23px;display:grid}.ejstaffv2-device-card strong{color:#020617;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:15px;font-weight:950;display:block;overflow:hidden}.ejstaffv2-device-card small{color:#64748b;margin-top:4px;font-size:11px;font-weight:900;display:block}.ejstaffv2-device-card em{color:#475569;margin-top:5px;font-size:11px;font-style:normal;font-weight:800;display:block}.ejstaffv2-device-card--green>span{color:#047857;background:#ecfdf5}.ejstaffv2-device-card--orange>span{color:#b45309;background:#fffbeb}.ejstaffv2-device-card--red>span{color:#b91c1c;background:#fef2f2}.ejstaffv2-device-card--slate>span{color:#475569;background:#f8fafc}.ejstaffv2-device-summary{align-items:flex-start}.ejstaffv2-device-summary div{min-width:0}.ejstaffv2-device-summary strong{color:#0f172a;font-size:13px;font-weight:950;display:block}.ejstaffv2-device-summary span{color:#475569;margin-top:4px;font-size:12px;font-weight:750;display:block}.ejstaffv2-device-summary--green,.ejstaffv2-ratio-summary--green{background:#ecfdf5;border-color:#bbf7d0}.ejstaffv2-device-summary--orange,.ejstaffv2-ratio-summary--orange{background:#fffbeb;border-color:#fde68a}.ejstaffv2-device-summary--red,.ejstaffv2-ratio-summary--red{background:#fef2f2;border-color:#fecaca}.ejstaffv2-device-summary--slate,.ejstaffv2-ratio-summary--slate{background:#f8fafc;border-color:#e2e8f0}@media (max-width:1380px){.ejstaffv2-grid-ratios{grid-template-columns:1fr}.ejstaffv2-ratio-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:980px){.ejstaffv2-ratio-grid,.ejstaffv2-device-grid--polished{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.ejstaffv2-ratio-title,.ejstaffv2-device-title{flex-direction:column}.ejstaffv2-ratio-score,.ejstaffv2-sync-score{text-align:left;width:100%}.ejstaffv2-ratio-grid,.ejstaffv2-device-grid--polished{grid-template-columns:1fr}}.ejstaffv2-page{background:#f4f7fb;min-height:100vh;padding-bottom:40px;overflow-x:hidden}.ejstaffv2-grid-business{grid-template-columns:minmax(0,1.35fr) minmax(390px,.95fr);align-items:stretch}.ejstaffv2-grid-business>.ejstaffv2-panel{height:100%}.ejstaffv2-project-row{grid-template-columns:40px minmax(220px,1fr) 90px 90px 90px minmax(120px,150px);align-items:center;gap:16px;min-width:0;display:grid}.ejstaffv2-project-row>div{min-width:0}.ejstaffv2-project-row strong,.ejstaffv2-project-row small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.ejstaffv2-project-row>em{text-align:center;justify-self:center;min-width:76px}.ejstaffv2-task-list>div{grid-template-columns:44px minmax(0,1fr) auto auto;align-items:center;gap:14px;display:grid}.ejstaffv2-task-list>div>div{min-width:0}.ejstaffv2-task-list strong,.ejstaffv2-task-list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.ejstaffv2-priority,.ejstaffv2-task-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.ejstaffv2-priority{min-width:58px}.ejstaffv2-task-badge{min-width:92px}.ejstaffv2-grid-lower{align-items:stretch}.ejstaffv2-grid-lower>.ejstaffv2-panel{height:100%;min-height:270px}.ejstaffv2-week-table>div,.ejstaffv2-request-list>div{min-height:56px}.ejstaffv2-leave-grid>div{border-radius:18px;min-height:102px}.ejstaffv2-leave-grid strong{font-size:30px;line-height:1}.ejstaffv2-device-card strong,.ejstaffv2-ratio-copy strong,.ejstaffv2-task-list strong,.ejstaffv2-project-row strong{font-weight:800}.ejstaffv2-device-card small,.ejstaffv2-device-card em,.ejstaffv2-ratio-copy span,.ejstaffv2-project-row small,.ejstaffv2-task-list small{font-weight:600}@media (max-width:1280px){.ejstaffv2-grid-business{grid-template-columns:1fr}.ejstaffv2-project-row{grid-template-columns:40px minmax(0,1fr) 80px 80px}.ejstaffv2-project-row>em,.ejstaffv2-budget{grid-column:span 2}}@media (max-width:768px){.ejstaffv2-task-list>div{grid-template-columns:40px minmax(0,1fr)}.ejstaffv2-priority,.ejstaffv2-task-badge{grid-column:2;justify-self:start}.ejstaffv2-project-row{grid-template-columns:36px minmax(0,1fr)}.ejstaffv2-project-row>div,.ejstaffv2-project-row>em,.ejstaffv2-budget{grid-column:2}}.ejstaffv2-task-badge--pending{color:#92400e;background:#fff7ed}.ejstaffv2-timesheet-card{overflow:hidden}.ejstaffv2-timesheet-title{align-items:flex-start}.ejstaffv2-timesheet-action--success{color:#047857;background:#f0fdf4;border-color:#bbf7d0}.ejstaffv2-timesheet-action--warning{color:#b45309;background:#fff7ed;border-color:#fed7aa}.ejstaffv2-timesheet-action--danger{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.ejstaffv2-timesheet-action--neutral{color:#475569;background:#f8fafc;border-color:#e2e8f0}.ejstaffv2-timesheet-summary-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0 18px;display:grid}.ejstaffv2-timesheet-summary-strip>div{background:linear-gradient(#f8fbff 0%,#f3f7fc 100%);border:1px solid #e7eef8;border-radius:18px;min-height:72px;padding:14px;box-shadow:inset 0 1px #fffc}.ejstaffv2-timesheet-summary-strip span{color:#64748b;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.ejstaffv2-timesheet-summary-strip strong{color:#0f172a;font-size:21px;font-weight:900;display:block}.ejstaffv2-timesheet-summary-strip .success strong{color:#16a34a}.ejstaffv2-timesheet-summary-strip .danger strong{color:#dc2626}.ejstaffv2-week-table--modern{flex-direction:column;gap:10px;display:flex}.ejstaffv2-week-table--modern .ejstaffv2-week-row{background:#fff;border:1px solid #e7eef8;border-radius:18px;grid-template-columns:78px 92px minmax(120px,1fr) 92px minmax(118px,auto);align-items:center;gap:14px;min-height:68px;padding:14px;display:grid;box-shadow:0 10px 24px #0f172a0a}.ejstaffv2-week-table--modern .ejstaffv2-week-row.is-today{background:linear-gradient(#f8fbff 0%,#eff6ff 100%);border-color:#bfdbfe}.ejstaffv2-week-day strong,.ejstaffv2-week-hours strong,.ejstaffv2-week-productivity strong{color:#0f172a;font-size:14px;font-weight:900;display:block}.ejstaffv2-week-day span,.ejstaffv2-week-hours span,.ejstaffv2-week-productivity span,.ejstaffv2-week-progress span{color:#64748b;margin-top:3px;font-size:12px;font-weight:700;display:block}.ejstaffv2-week-progress>div{background:#eaf0f7;border-radius:999px;height:8px;overflow:hidden}.ejstaffv2-week-progress i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#2563eb);height:100%;display:block}.ejstaffv2-week-status{white-space:nowrap;border-radius:999px;justify-content:center;justify-self:end;align-items:center;min-width:108px;min-height:34px;padding:0 12px;font-size:12px;font-style:normal;font-weight:900;display:inline-flex}.ejstaffv2-week-status--success{color:#047857;background:#dcfce7}.ejstaffv2-week-status--warning{color:#b45309;background:#fff7ed}.ejstaffv2-week-status--danger{color:#b91c1c;background:#fee2e2}.ejstaffv2-week-status--neutral{color:#475569;background:#f1f5f9}.ejstaffv2-week-row--approved{border-color:#dcfce7}.ejstaffv2-week-row--pending-approval,.ejstaffv2-week-row--in-progress,.ejstaffv2-week-row--submitted{border-color:#fed7aa}.ejstaffv2-week-row--missing,.ejstaffv2-week-row--needs-correction{border-color:#fecaca}@media (max-width:1200px){.ejstaffv2-week-table--modern .ejstaffv2-week-row{grid-template-columns:72px 88px minmax(120px,1fr)}.ejstaffv2-week-productivity,.ejstaffv2-week-status{grid-column:span 1}.ejstaffv2-week-status{justify-self:start}}@media (max-width:768px){.ejstaffv2-timesheet-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.ejstaffv2-week-table--modern .ejstaffv2-week-row{grid-template-columns:1fr}.ejstaffv2-week-status{justify-self:start}}.ejstaffv2-main,.ejstaffv2-grid{gap:18px}.ejstaffv2-panel{min-width:0}.ejstaffv2-panel--compact{align-self:start;height:auto}.ejstaffv2-section-title{gap:14px;margin-bottom:16px}.ejstaffv2-section-title h2{letter-spacing:-.02em;font-weight:650}.ejstaffv2-section-title p{color:#64748b;font-weight:400}.ejstaffv2-week-table--modern{gap:10px}.ejstaffv2-week-row{grid-template-columns:76px 84px minmax(120px,1fr) 90px auto;gap:12px;min-height:62px;padding:12px 14px}.ejstaffv2-week-row strong,.ejstaffv2-request-row strong,.ejstaffv2-activity strong,.ejstaffv2-project-row strong,.ejstaffv2-task-list strong{font-weight:600}.ejstaffv2-week-row span,.ejstaffv2-week-row small,.ejstaffv2-week-row em,.ejstaffv2-request-row small,.ejstaffv2-activity small{font-weight:400}.ejstaffv2-week-status{white-space:nowrap;padding:6px 9px;font-size:11px;font-weight:600}.ejstaffv2-request-list--modern{gap:10px;display:grid}.ejstaffv2-request-row{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;padding:11px 12px;display:grid}.ejstaffv2-request-icon{color:#0170ff;background:#eff6ff;border-radius:14px;place-items:center;width:34px;height:34px;display:grid}.ejstaffv2-request-copy{min-width:0}.ejstaffv2-request-copy strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.25;display:block;overflow:hidden}.ejstaffv2-request-copy small{color:#64748b;margin-top:3px;font-size:11px;display:block}.ejstaffv2-leave-grid--modern{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ejstaffv2-leave-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;justify-content:center;gap:5px;min-height:92px;padding:16px 14px;display:flex}.ejstaffv2-leave-card strong{font-size:26px;font-weight:700;line-height:1}.ejstaffv2-leave-card span{color:#334155;font-size:12px;font-weight:600}.ejstaffv2-leave-card small{color:#64748b;font-size:11px;font-weight:400}.ejstaffv2-leave-card--blue strong{color:#0170ff}.ejstaffv2-leave-card--green strong{color:#16a34a}.ejstaffv2-leave-card--orange strong{color:#f59e0b}.ejstaffv2-leave-card--purple strong{color:#7c3aed}.ejstaffv2-leave-card--red strong{color:#dc2626}.ejstaffv2-leave-card--slate strong{color:#475569}@media (max-width:1180px){.ejstaffv2-grid-lower{grid-template-columns:1fr}.ejstaffv2-week-row{grid-template-columns:72px 82px minmax(100px,1fr)}.ejstaffv2-week-productivity,.ejstaffv2-week-status{grid-column:span 1}}.ejstaffv2-grid-signals{grid-template-columns:minmax(320px,.95fr) minmax(360px,1.05fr) minmax(340px,1fr)!important;align-items:flex-start!important;gap:16px!important}.ejstaffv2-signal-card{min-height:100%;position:relative;overflow:hidden;background:radial-gradient(circle at 100% 0,#0170ff12,#0000 34%),linear-gradient(#fff 0%,#f8fbff 100%)!important;border:1px solid #94a3b83d!important;padding:20px!important;box-shadow:0 18px 45px #0f172a0f!important}.ejstaffv2-signal-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.ejstaffv2-signal-header h2{color:#0f172a;letter-spacing:-.03em;margin:7px 0 4px;font-size:18px;font-weight:750;line-height:1.15}.ejstaffv2-signal-header p{color:#64748b;margin:0;font-size:12px;line-height:1.35}.ejstaffv2-signal-eyebrow{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;width:fit-content;min-height:24px;padding:5px 9px;font-size:10px;font-weight:800;display:inline-flex}.ejstaffv2-signal-eyebrow--success{color:#047857;background:#ecfdf5}.ejstaffv2-signal-eyebrow--warning{color:#c2410c;background:#fff7ed}.ejstaffv2-signal-eyebrow--danger{color:#b91c1c;background:#fef2f2}.ejstaffv2-signal-eyebrow--neutral,.ejstaffv2-signal-eyebrow--info{color:#0170ff;background:#eff6ff}.ejstaffv2-signal-eyebrow--summary{color:#6d28d9;background:#f5f3ff}.ejstaffv2-signal-status,.ejstaffv2-signal-view{cursor:pointer;white-space:nowrap;border:0;border-radius:14px;min-height:34px;padding:8px 12px;font-size:12px;font-weight:800}.ejstaffv2-signal-view{color:#0170ff;background:#eff6ff}.ejstaffv2-signal-status--success{color:#047857;background:#ecfdf5;box-shadow:inset 0 0 0 1px #10b98133}.ejstaffv2-signal-status--warning{color:#c2410c;background:#fff7ed;box-shadow:inset 0 0 0 1px #fb923c38}.ejstaffv2-signal-status--danger{color:#b91c1c;background:#fef2f2;box-shadow:inset 0 0 0 1px #f8717138}.ejstaffv2-signal-status--neutral{color:#475569;background:#f1f5f9}.ejstaffv2-signal-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.ejstaffv2-signal-metric{text-align:center;border:1px solid #94a3b82e;border-radius:18px;min-height:92px;padding:14px 10px}.ejstaffv2-signal-metric strong{color:#0f172a;letter-spacing:-.03em;font-size:23px;font-weight:800;line-height:1;display:block}.ejstaffv2-signal-metric span{color:#334155;margin-top:8px;font-size:11px;font-weight:750;display:block}.ejstaffv2-signal-metric small{color:#64748b;margin-top:4px;font-size:10px;line-height:1.2;display:block}.ejstaffv2-signal-metric--blue{background:#eff6ff}.ejstaffv2-signal-metric--green{background:#ecfdf5}.ejstaffv2-signal-metric--orange{background:#fff7ed}.ejstaffv2-signal-metric--slate{background:#f8fafc}.ejstaffv2-signal-checklist{gap:9px;display:grid}.ejstaffv2-signal-check{background:#f8fafc;border:1px solid #94a3b82e;border-radius:15px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:42px;padding:9px 10px;display:grid}.ejstaffv2-signal-check span{border-radius:999px;place-items:center;width:26px;height:26px;display:grid}.ejstaffv2-signal-check svg{width:14px;height:14px}.ejstaffv2-signal-check p{color:#475569;min-width:0;margin:0;font-size:11.5px;line-height:1.25}.ejstaffv2-signal-check em{letter-spacing:.03em;text-transform:uppercase;font-size:10px;font-style:normal;font-weight:850}.ejstaffv2-signal-check--success{background:#f0fdf4}.ejstaffv2-signal-check--success span,.ejstaffv2-signal-check--success em{color:#16a34a}.ejstaffv2-signal-check--warning{background:#fff7ed}.ejstaffv2-signal-check--warning span,.ejstaffv2-signal-check--warning em{color:#f97316}.ejstaffv2-signal-check--danger{background:#fef2f2}.ejstaffv2-signal-check--danger span,.ejstaffv2-signal-check--danger em{color:#ef4444}.ejstaffv2-timeline{gap:10px;display:grid}.ejstaffv2-timeline-row{background:#f8fafc;border:1px solid #94a3b833;border-radius:18px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;padding:11px 12px;display:grid;position:relative}.ejstaffv2-timeline-icon{color:#0170ff;background:#eff6ff;border-radius:15px;place-items:center;width:36px;height:36px;display:grid}.ejstaffv2-timeline-icon svg{width:17px;height:17px}.ejstaffv2-timeline-row strong{color:#0f172a;font-size:12.5px;font-weight:750;line-height:1.2;display:block}.ejstaffv2-timeline-row small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;line-height:1.25;display:block;overflow:hidden}.ejstaffv2-timeline-row em{color:#64748b;white-space:nowrap;font-size:10.5px;font-style:normal;font-weight:800}.ejstaffv2-work-score{text-align:center;background:#eff6ff;border:1px solid #0170ff26;border-radius:16px;min-width:72px;padding:9px 10px}.ejstaffv2-work-score strong{color:#0170ff;font-size:20px;font-weight:850;line-height:1;display:block}.ejstaffv2-work-score span{color:#475569;margin-top:4px;font-size:10px;font-weight:750;display:block}.ejstaffv2-work-highlight{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.ejstaffv2-work-highlight>div{background:linear-gradient(#eff6ff,#f8fbff);border:1px solid #0170ff1f;border-radius:18px;padding:14px}.ejstaffv2-work-highlight span{color:#64748b;font-size:11px;font-weight:750;display:block}.ejstaffv2-work-highlight strong{color:#0f172a;letter-spacing:-.03em;margin-top:7px;font-size:24px;font-weight:850;line-height:1;display:block}.ejstaffv2-work-highlight small{color:#64748b;margin-top:6px;font-size:10.5px;display:block}.ejstaffv2-work-bars{gap:9px;display:grid}.ejstaffv2-work-bars+.ejstaffv2-work-bars{border-top:1px solid #e2e8f0;margin-top:15px;padding-top:14px}.ejstaffv2-work-bars h3{color:#334155;letter-spacing:.04em;text-transform:uppercase;margin:0 0 2px;font-size:11px;font-weight:850}.ejstaffv2-work-bar>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.ejstaffv2-work-bar span{color:#334155;font-size:11.5px;font-weight:750}.ejstaffv2-work-bar b{color:#0f172a;white-space:nowrap;font-size:11px;font-weight:800}.ejstaffv2-work-bar p{background:#e8eef6;border-radius:999px;height:8px;margin:6px 0 0;overflow:hidden}.ejstaffv2-work-bar p i{border-radius:inherit;background:linear-gradient(90deg,#0170ff,#38bdf8);height:100%;display:block}.ejstaffv2-work-bar--idle p i{background:linear-gradient(90deg,#f97316,#facc15)}.ejstaffv2-work-bar--manual p i{background:linear-gradient(90deg,#7c3aed,#a78bfa)}.ejstaffv2-work-bar--active p i{background:linear-gradient(90deg,#16a34a,#86efac)}@media (max-width:1280px){.ejstaffv2-grid-signals{grid-template-columns:1fr!important}}@media (max-width:720px){.ejstaffv2-signal-metrics,.ejstaffv2-work-highlight{grid-template-columns:1fr!important}.ejstaffv2-timeline-row,.ejstaffv2-signal-check{grid-template-columns:36px minmax(0,1fr)!important}.ejstaffv2-timeline-row em,.ejstaffv2-signal-check em{grid-column:2}}.ejstaffv2-main{flex-direction:column!important;gap:14px!important;padding-bottom:24px!important;display:flex!important}.ejstaffv2-main>section,.ejstaffv2-grid,.ejstaffv2-kpi-grid{margin-top:0!important;margin-bottom:0!important}.ejstaffv2-panel{margin:0!important}.ejstaffv2-grid-lower{align-items:stretch!important;gap:14px!important}.ejstaffv2-grid-signals{align-items:stretch!important;gap:14px!important;margin-top:0!important;padding-top:0!important}.ejstaffv2-grid-lower+.ejstaffv2-grid-signals{margin-top:-2px!important}.ejstaffv2-grid-signals .ejstaffv2-signal-card{height:100%!important;min-height:0!important;padding:16px!important}.ejstaffv2-signal-header{margin-bottom:12px!important}.ejstaffv2-signal-metrics{margin-bottom:10px!important}.ejstaffv2-signal-checklist,.ejstaffv2-timeline,.ejstaffv2-work-bars{gap:8px!important}.ejstaffv2-timeline-row{min-height:50px!important;padding:9px 10px!important}.ejstaffv2-signal-check{min-height:38px!important;padding:8px 10px!important}.ejstaffv2-work-highlight{margin-bottom:10px!important}.ejstaffv2-work-bars+.ejstaffv2-work-bars{margin-top:10px!important;padding-top:10px!important}.ejstaffv2-next-panel{margin-top:0!important}.ej-ana-skeleton-list{flex-direction:column;gap:14px;display:flex}.ej-ana-skeleton-card{pointer-events:none;overflow:hidden}.ej-ana-skel-head{border-bottom:1px solid #94a3b82e;justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex}.ej-ana-skel-left{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.ej-ana-skel-icon{border-radius:14px;flex:none;width:42px;height:42px}.ej-ana-skel-titlebox{flex-direction:column;gap:10px;width:100%;min-width:0;display:flex}.ej-ana-skel-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ej-ana-skel-line{border-radius:999px;height:12px;display:block}.ej-ana-skel-title{width:min(280px,70%);height:16px}.ej-ana-skel-chip{width:92px;height:11px}.ej-ana-skel-prod{flex-direction:column;flex:none;align-items:flex-end;gap:10px;width:180px;display:flex}.ej-ana-skel-prodlabel{width:90px;height:10px}.ej-ana-skel-prodbar{width:160px;height:12px}.ej-ana-skel-table{flex-direction:column;gap:8px;padding:10px 14px 16px;display:flex}.ej-ana-skel-row{background:#f8fafcad;border:1px solid #e2e8f0b3;border-radius:14px;grid-template-columns:minmax(190px,1.7fr) 90px 90px 90px 80px 80px 80px 60px minmax(110px,1fr) 50px;align-items:center;gap:14px;min-height:48px;padding:10px 8px;display:grid}.ej-ana-skel-emp{align-items:center;gap:10px;min-width:0;display:flex}.ej-ana-skel-avatar{border-radius:999px;flex:none;width:32px;height:32px}.ej-ana-skel-name{width:125px;height:12px}.ej-ana-skel-status{width:70px;height:22px}.ej-ana-skel-cell{width:72px;height:12px}.ej-ana-skel-small{width:34px;height:12px}.ej-ana-skel-bar{width:105px;height:12px}.ej-ana-skel-action{border-radius:10px;width:32px;height:32px}.ej-ana-skel-shimmer{background:#e5e7eb;position:relative;overflow:hidden}.ej-ana-skel-shimmer:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.25s infinite ej-ana-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes ej-ana-skeleton-shimmer{to{transform:translate(100%)}}@media (max-width:980px){.ej-ana-skel-head{flex-direction:column;align-items:flex-start}.ej-ana-skel-prod{align-items:flex-start;width:100%}.ej-ana-skel-prodbar{width:min(260px,100%)}.ej-ana-skel-row{grid-template-columns:1fr 90px;gap:12px;padding:14px}.ej-ana-skel-row>.ej-ana-skel-cell,.ej-ana-skel-row>.ej-ana-skel-small,.ej-ana-skel-row>.ej-ana-skel-bar,.ej-ana-skel-row>.ej-ana-skel-action{display:none}}@media (max-width:640px){.ej-ana-skel-head{padding:14px}.ej-ana-skel-icon{border-radius:12px;width:38px;height:38px}.ej-ana-skel-title{width:78%}.ej-ana-skel-chip{width:74px}.ej-ana-skel-table{padding:8px 10px 14px}.ej-ana-skel-row{grid-template-columns:1fr}.ej-ana-skel-status{width:86px}}.eja2-alert{grid-template-columns:44px minmax(0,1fr) max-content max-content;align-items:center;gap:12px 16px;display:grid}.eja2-alert>div{min-width:0}.eja2-alert em{white-space:nowrap;justify-self:end}.ej-protected-main{min-height:calc(100vh - 72px)}.ej-protected-loader{background:#f5f7fb;place-items:center;min-height:100vh;display:grid}.ej-protected-loader-card{color:#334155;background:#fff;border:1px solid #dfe6f2;border-radius:18px;align-items:center;gap:10px;padding:14px 18px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 18px 45px #0f172a1f}.ej-protected-loader-dot{background:#0170ff;border-radius:999px;width:10px;height:10px;animation:1s ease-in-out infinite ejPulse}@keyframes ejPulse{0%,to{opacity:.4;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}.ej-live-widget{z-index:99998;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);-webkit-user-select:none;user-select:none;touch-action:none;background:#fffffffa;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;width:min(650px,100vw - 32px);max-height:min(620px,100vh - 32px);display:flex;position:fixed;overflow:hidden;box-shadow:0 20px 50px #0f172a24,0 1px 2px #0f172a0a}.ej-live-widget *{box-sizing:border-box}.ej-live-head{cursor:grab;background:#fff;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.ej-live-head:active{cursor:grabbing}.ej-live-title-wrap{align-items:center;gap:10px;min-width:0;display:flex}.ej-live-title-text{min-width:0}.ej-live-icon{color:#0170ff;background:#eff6ff;border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.ej-live-title-row{align-items:center;gap:8px;min-width:0;display:flex}.ej-live-title{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.2;overflow:hidden}.ej-live-sub{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;font-weight:500;line-height:1.25;overflow:hidden}.ej-live-live-chip{color:#047857;background:#ecfdf5;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.ej-live-live-dot,.ej-live-online-dot{background:#10b981;border-radius:999px;width:7px;height:7px;box-shadow:0 0 0 3px #10b98124}.ej-live-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.ej-live-drag-icon{color:#9ca3af}.ej-live-action-btn{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;place-items:center;width:32px;height:32px;transition:background .18s,color .18s,border-color .18s;display:grid}.ej-live-action-btn:hover{color:#111827;background:#f9fafb;border-color:#e5e7eb}.ej-live-action-btn.is-danger:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.ej-live-action-btn:disabled{opacity:.55;cursor:not-allowed}.ej-live-spin{animation:.8s linear infinite ejLiveSpin}@keyframes ejLiveSpin{to{transform:rotate(360deg)}}.ej-live-body{background:#f9fafb;flex-direction:column;min-height:0;padding:12px;display:flex}.ej-live-summary-grid{grid-template-columns:1.5fr 1fr;gap:10px;display:grid}.ej-live-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-width:0;padding:12px;overflow:hidden}.ej-live-summary-card.is-primary{background:linear-gradient(135deg,#eff6ff,#fff);border-color:#bfdbfe}.ej-live-summary-top{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:700}.ej-live-count{color:#0170ff;letter-spacing:-.04em;margin-top:6px;font-size:32px;font-weight:800;line-height:1}.ej-live-mini-count{color:#111827;letter-spacing:-.04em;margin-top:6px;font-size:27px;font-weight:800;line-height:1}.ej-live-summary-bottom{color:#2563eb;margin-top:5px;font-size:12px;font-weight:600}.ej-live-list{gap:8px;min-height:0;max-height:340px;margin-top:10px;padding-right:4px;display:grid;overflow-y:auto}.ej-live-list::-webkit-scrollbar{width:6px}.ej-live-list::-webkit-scrollbar-track{background:0 0}.ej-live-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.ej-live-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ej-live-project-group{gap:8px;display:grid}.ej-live-project-head{z-index:2;cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:10px 11px;transition:border-color .18s,background .18s,box-shadow .18s;display:flex;position:sticky;top:0}.ej-live-project-head:hover{background:#f8fbff;border-color:#bfdbfe;box-shadow:0 8px 18px #0f172a0d}.ej-live-project-left{min-width:0}.ej-live-project-title{color:#475569;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;max-width:340px;font-size:13px;font-weight:600;line-height:1.25;overflow:hidden}.ej-live-project-head:hover .ej-live-project-title{color:#334155}.ej-live-project-meta{flex-wrap:wrap;gap:5px;margin-top:5px;display:flex}.ej-live-project-meta span{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;background:#f3f4f6;border-radius:999px;max-width:110px;padding:3px 7px;font-size:10px;font-weight:600;line-height:1;overflow:hidden}.ej-live-project-right{flex-shrink:0;align-items:center;gap:7px;display:flex}.ej-live-project-count{color:#fff;background:#0170ff;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:700}.ej-live-project-caret{color:#6b7280;transition:transform .18s}.ej-live-project-caret.is-open{transform:rotate(180deg)}.ej-live-project-people{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:1px;display:grid}.ej-live-person{background:#fff;border:1px solid #e5e7eb;border-radius:14px;transition:border-color .18s,box-shadow .18s,background .18s;box-shadow:0 1px 2px #0f172a0a}.ej-live-person:hover{background:#fff;border-color:#bfdbfe;box-shadow:0 8px 18px #0f172a0f}.ej-live-person-rich{padding:10px;display:block}.ej-live-person-top{align-items:center;gap:9px;display:flex}.ej-live-avatar{color:#0170ff;background:#eff6ff;border-radius:999px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:11px;font-weight:800;display:grid}.ej-live-person-main{flex:1;min-width:0}.ej-live-person-name{color:#475569;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;line-height:1.25;overflow:hidden}.ej-live-person-project{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:10px;font-weight:500;line-height:1.25;overflow:hidden}.ej-live-online-pill{color:#047857;background:#ecfdf5;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:5px 7px;font-size:10px;font-weight:700;display:inline-flex}.ej-live-person-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px;display:grid}.ej-live-metric{background:#f9fafb;border:1px solid #eef2f7;border-radius:10px;min-width:0;padding:7px 6px}.ej-live-metric span{color:#6b7280;margin-bottom:3px;font-size:9px;font-weight:700;display:block}.ej-live-metric b{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;line-height:1.2;display:block;overflow:hidden}.ej-live-progress-row{margin-top:9px}.ej-live-progress-label{color:#6b7280;justify-content:space-between;gap:10px;margin-bottom:6px;font-size:10px;font-weight:700;display:flex}.ej-live-progress-label b{color:#0170ff}.ej-live-progress{background:#e5e7eb;border-radius:999px;height:6px;overflow:hidden}.ej-live-progress-fill{background:linear-gradient(90deg,#0170ff,#68e1fd);border-radius:999px;height:100%}.ej-live-state{color:#6b7280;text-align:center;background:#fff;border:1px dashed #d1d5db;border-radius:14px;padding:18px 14px;font-size:13px;font-weight:600}.ej-live-state.is-error{color:#dc2626;background:#fef2f2;border-color:#fecaca}.ej-live-foot{text-align:center;color:#9ca3af;border-top:1px solid #e5e7eb;margin-top:10px;padding-top:9px;font-size:11px;font-weight:500}.ej-live-show-btn{z-index:99998;color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:8px;height:42px;padding:0 16px;font-size:13px;font-weight:700;transition:border-color .18s,background .18s,color .18s,transform .18s;display:inline-flex;position:fixed;bottom:88px;right:20px;box-shadow:0 12px 28px #0f172a1f}.ej-live-show-btn:hover{color:#0170ff;background:#f8fbff;border-color:#bfdbfe;transform:translateY(-1px)}.ej-live-widget.is-minimized{width:76px}.ej-live-minimized-btn{color:#0170ff;cursor:pointer;background:#fff;border:0;place-items:center;width:100%;height:56px;transition:background .18s;display:grid}.ej-live-minimized-btn:hover{background:#f8fbff}@media (max-width:760px){.ej-live-widget{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.ej-live-project-people{grid-template-columns:1fr}.ej-live-project-title{max-width:220px}}@media (max-width:520px){.ej-live-head{padding:11px}.ej-live-body{padding:10px}.ej-live-summary-grid{grid-template-columns:1fr}.ej-live-list{max-height:calc(100vh - 260px)}.ej-live-person-metrics{grid-template-columns:1fr}}.ej-time-loader-page{background:radial-gradient(circle at 50% 42%,#0170ff14,#0000 34%),linear-gradient(#f8fbff 0%,#eef3f9 100%);place-items:center;min-height:100vh;display:grid}.ej-time-loader-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #cbd5e1d9;border-radius:28px;align-items:center;gap:18px;width:min(420px,100vw - 32px);padding:22px 24px;animation:2.6s ease-in-out infinite ejTimeLoaderFloat;display:flex;box-shadow:0 28px 80px #0f172a29,inset 0 1px #ffffffe6}.ej-time-loader-clock{background:radial-gradient(circle,#fff 0 58%,#eef6ff 59% 100%);border:3px solid #0170ff29;border-radius:999px;flex:0 0 74px;width:74px;height:74px;position:relative;box-shadow:0 18px 36px #0170ff29,inset 0 0 0 6px #0170ff0d}.ej-time-loader-clock:before{content:"";border-radius:inherit;border:1px solid #0170ff1f;animation:1.6s ease-in-out infinite ejTimeLoaderRing;position:absolute;inset:-8px}.ej-time-loader-tick{background:#94a3b8;border-radius:999px;display:block;position:absolute}.ej-time-loader-tick.tick-12,.ej-time-loader-tick.tick-6{width:4px;height:9px;margin-left:-2px;left:50%}.ej-time-loader-tick.tick-12{top:8px}.ej-time-loader-tick.tick-6{bottom:8px}.ej-time-loader-tick.tick-3,.ej-time-loader-tick.tick-9{width:9px;height:4px;margin-top:-2px;top:50%}.ej-time-loader-tick.tick-3{right:8px}.ej-time-loader-tick.tick-9{left:8px}.ej-time-loader-hour-hand,.ej-time-loader-minute-hand{transform-origin:bottom;border-radius:999px;display:block;position:absolute;bottom:50%;left:50%}.ej-time-loader-hour-hand{background:#0f172a;width:5px;height:21px;margin-left:-2.5px;animation:8s linear infinite ejTimeHourHand}.ej-time-loader-minute-hand{background:#0170ff;width:3px;height:28px;margin-left:-1.5px;animation:1.35s linear infinite ejTimeMinuteHand;box-shadow:0 0 14px #0170ff59}.ej-time-loader-center{background:#0170ff;border:3px solid #fff;border-radius:999px;width:12px;height:12px;margin-top:-6px;margin-left:-6px;position:absolute;top:50%;left:50%;box-shadow:0 5px 16px #0170ff61}.ej-time-loader-content{flex:1;min-width:0}.ej-time-loader-title{color:#0f172a;letter-spacing:-.02em;font-size:17px;font-weight:900}.ej-time-loader-subtitle{color:#64748b;margin-top:5px;font-size:12px;font-weight:700}.ej-time-loader-dots{align-items:center;gap:7px;margin-top:14px;display:flex}.ej-time-loader-dots span{background:#0170ff;border-radius:999px;width:8px;height:8px;animation:1s ease-in-out infinite ejTimeDots}.ej-time-loader-dots span:nth-child(2){animation-delay:.15s}.ej-time-loader-dots span:nth-child(3){animation-delay:.3s}@keyframes ejTimeMinuteHand{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ejTimeHourHand{0%{transform:rotate(35deg)}to{transform:rotate(395deg)}}@keyframes ejTimeLoaderRing{0%,to{opacity:.45;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}@keyframes ejTimeDots{0%,to{opacity:.35;transform:translateY(0)scale(.85)}50%{opacity:1;transform:translateY(-4px)scale(1.1)}}@keyframes ejTimeLoaderFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width:520px){.ej-time-loader-card{text-align:center;flex-direction:column;padding:26px 20px}.ej-time-loader-dots{justify-content:center}}.ej-live-side-sticker{z-index:99998;color:#fff;cursor:pointer;background:linear-gradient(135deg,#0170ff,#0038ff);border:1px solid #0170ff52;border-right:0;border-radius:22px 0 0 22px;align-items:center;gap:8px;min-height:74px;padding:10px 9px 10px 12px;transition:transform .22s,box-shadow .22s,filter .22s;display:flex;position:fixed;top:50%;right:0;overflow:visible;transform:translateY(-50%);box-shadow:0 24px 60px #0170ff52,inset 0 1px #ffffff47}.ej-live-side-sticker:hover{filter:saturate(1.08);transform:translate(-7px,-50%);box-shadow:0 28px 76px #0170ff6b,inset 0 1px #ffffff57}.ej-live-side-text{text-align:left;gap:1px;line-height:1;display:grid}.ej-live-side-text strong{letter-spacing:.01em;font-size:12px;font-weight:900}.ej-live-side-text small{opacity:.82;font-size:10px;font-weight:800}@keyframes ejLiveSidePulse{0%,to{box-shadow:0 24px 60px #0170ff47,inset 0 1px #ffffff47}50%{box-shadow:0 28px 76px #0170ff7a,0 0 0 7px #0170ff1a,inset 0 1px #ffffff52}}@media (max-width:640px){.ej-live-side-sticker{min-height:60px;padding:9px 8px 9px 10px}.ej-live-side-text{display:none}.ej-live-side-icon{width:34px;height:34px}}.ej-live-side-sticker{z-index:99998;color:#fff;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#0170ff,#0038ff);border:1px solid #0170ff52;border-right:0;border-radius:22px 0 0 22px;justify-content:center;align-items:center;min-height:74px;padding:12px 11px 12px 13px;transition:right .22s,box-shadow .22s,filter .22s;display:flex;position:fixed;right:0;overflow:visible;box-shadow:0 24px 60px #0170ff52,inset 0 1px #ffffff47}.ej-live-side-sticker:active{cursor:grabbing}.ej-live-side-sticker:hover{filter:saturate(1.08);right:7px;box-shadow:0 28px 76px #0170ff6b,inset 0 1px #ffffff57}.ej-live-side-sticker.has-live{animation:2.2s ease-in-out infinite ejLiveSidePulse}.ej-live-side-glow{z-index:-1;filter:blur(12px);background:#0170ff2e;border-radius:28px 0 0 28px;position:absolute;inset:-10px}.ej-live-side-icon{background:#ffffff2e;border-radius:17px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;box-shadow:inset 0 1px #ffffff2e}.ej-live-side-count{color:#fff;background:#10b981;border:3px solid #fff;border-radius:999px;place-items:center;min-width:24px;height:24px;font-size:11px;font-weight:950;display:grid;position:absolute;top:-9px;left:-10px;box-shadow:0 10px 24px #10b98159}@media (max-width:640px){.ej-live-side-sticker{min-height:60px;padding:9px 8px 9px 10px}.ej-live-side-icon{width:34px;height:34px}}.ej-am-wrap{--ej-bg:#fff;--ej-page:#f8fafc;--ej-border:#e2e8f0;--ej-border-soft:#edf2f7;--ej-text:#0f172a;--ej-muted:#64748b;--ej-muted-light:#94a3b8;--ej-primary:#2563eb;--ej-primary-soft:#eff6ff;--ej-primary-border:#bfdbfe;--ej-success:#16a34a;--ej-warning:#d97706;--ej-shadow:0 1px 2px #0f172a0a;--ej-shadow-md:0 8px 24px #0f172a0f;width:100%;color:var(--ej-text);margin-top:20px}.ej-am-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.ej-am-title{color:var(--ej-text);letter-spacing:-.01em;font-size:18px;font-weight:700}.ej-am-sub{color:var(--ej-muted);margin-top:4px;font-size:13px;font-weight:500}.ej-am-toolbar{border:1px solid var(--ej-border);box-shadow:var(--ej-shadow);background:#fff;border-radius:16px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;padding:12px;display:flex}.ej-am-segment{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;gap:3px;padding:4px;display:inline-flex}.ej-am-segment button{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:7px 12px;font-size:13px;font-weight:600;transition:all .15s}.ej-am-segment button:hover{color:var(--ej-text);background:#ffffffa6}.ej-am-segment button.active{color:var(--ej-primary);background:#fff;box-shadow:0 1px 3px #0f172a1a}.ej-am-input{border:1px solid var(--ej-border);height:38px;color:var(--ej-text);background:#fff;border-radius:10px;outline:none;font-size:13px;font-weight:500;transition:all .15s}.ej-am-input:hover{border-color:#cbd5e1}.ej-am-input:focus{border-color:var(--ej-primary);box-shadow:0 0 0 3px #2563eb1f}.ej-am-input:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.ej-am-input.search{min-width:260px;padding:0 12px}.ej-am-input.date{padding:0 10px}.ej-am-input.select{min-width:150px;padding:0 10px}.ej-am-custom-range{color:var(--ej-muted);align-items:center;gap:8px;font-size:13px;font-weight:500;display:inline-flex}.ej-am-stats{grid-template-columns:repeat(6,minmax(120px,1fr));gap:12px;margin-bottom:14px;display:grid}.ej-am-stat{border:1px solid var(--ej-border);box-shadow:var(--ej-shadow);background:#fff;border-radius:16px;padding:14px 15px}.ej-am-stat span{color:var(--ej-muted);font-size:12px;font-weight:600;display:block}.ej-am-stat b{color:var(--ej-text);letter-spacing:-.01em;margin-top:6px;font-size:18px;font-weight:700;display:block}.ej-am-appurl-card{border:1px solid var(--ej-border);box-shadow:var(--ej-shadow-md);background:#fff;border-radius:18px;padding:14px}.ej-am-appurl-head{justify-content:space-between;align-items:flex-start;gap:16px;padding:2px 2px 14px;display:flex}.ej-am-section-title{color:var(--ej-text);letter-spacing:-.01em;font-size:16px;font-weight:700}.ej-am-section-sub{color:var(--ej-muted);margin-top:4px;font-size:13px;font-weight:500}.ej-am-appurl-tabs{border:1px solid var(--ej-border);background:#f8fafc;border-radius:12px;gap:4px;padding:4px;display:inline-flex}.ej-am-appurl-tabs button{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:8px 13px;font-size:13px;font-weight:600;transition:all .15s}.ej-am-appurl-tabs button:hover{color:var(--ej-text);background:#fff}.ej-am-appurl-tabs button.active{background:var(--ej-primary-soft);color:var(--ej-primary);box-shadow:inset 0 0 0 1px var(--ej-primary-border)}.ej-am-appurl-tabs button span{color:inherit;background:#fff;border:1px solid #2563eb29;border-radius:999px;margin-left:7px;padding:2px 7px;font-size:11px;font-weight:700}.ej-am-table{border:1px solid var(--ej-border);background:#fff;border-radius:14px;overflow:hidden}.ej-am-table-head,.ej-am-group-row{grid-template-columns:minmax(260px,1.8fr) 1fr 110px 110px 80px;align-items:center;gap:14px;display:grid}.ej-am-table-head{border-bottom:1px solid var(--ej-border);color:var(--ej-muted);text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;padding:12px 15px;font-size:11px;font-weight:700}.ej-am-group{border-bottom:1px solid var(--ej-border-soft)}.ej-am-group:last-child{border-bottom:0}.ej-am-group-row{text-align:left;cursor:pointer;background:#fff;border:0;width:100%;padding:14px 15px;transition:background .15s}.ej-am-group-row:hover{background:#f8fafc}.ej-am-app-name{color:var(--ej-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:650;overflow:hidden}.ej-am-url-text{color:var(--ej-primary);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:12px;font-weight:500;overflow:hidden}.ej-am-time-range{color:var(--ej-muted-light);margin-top:5px;font-size:12px;font-weight:500}.ej-am-muted{color:var(--ej-muted);margin-top:4px;font-size:12px;font-weight:500;display:block}.ej-am-tag{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:3px 9px;font-size:12px;font-weight:650;display:inline-flex}.ej-am-tag.t-work{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ej-am-tag.t-idle{color:#b45309;background:#fffbeb;border-color:#fde68a}.ej-am-tag.t-break{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.ej-am-tag.t-away{color:#475569;background:#f8fafc;border-color:#e2e8f0}.ej-am-tag.t-level{color:#334155;background:#f8fafc;border-color:#e2e8f0}.ej-am-events-count{color:var(--ej-text);text-align:right;font-size:14px;font-weight:650}.ej-am-events-count span{color:var(--ej-primary);font-size:11px;font-weight:650;display:block}.ej-am-expanded{background:#fbfdff;padding:0 15px 14px}.ej-am-event-row{border:1px solid var(--ej-border);color:#475569;background:#fff;border-radius:10px;grid-template-columns:1.2fr .8fr 1fr 1fr;gap:10px;margin-top:8px;padding:10px 12px;font-size:12px;font-weight:500;display:grid}.ej-am-more-note{color:var(--ej-muted);margin-top:10px;font-size:12px;font-weight:500}.ej-am-empty,.ej-am-section-empty{color:var(--ej-muted);text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:28px;font-size:14px;font-weight:500}.ej-am-bottom{justify-content:center;margin-top:16px;display:flex}.ej-am-btn{border:1px solid var(--ej-border);color:var(--ej-text);cursor:pointer;box-shadow:var(--ej-shadow);background:#fff;border-radius:10px;padding:9px 16px;font-size:13px;font-weight:600;transition:all .15s}.ej-am-btn:hover{background:#f8fafc;border-color:#cbd5e1}.ej-am-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1100px){.ej-am-stats{grid-template-columns:repeat(3,1fr)}.ej-am-table-head{display:none}.ej-am-group-row{grid-template-columns:1fr}.ej-am-events-count{text-align:left}}@media (max-width:700px){.ej-am-head{flex-direction:column}.ej-am-stats{grid-template-columns:repeat(2,1fr)}.ej-am-input.search{min-width:100%}.ej-am-event-row{grid-template-columns:1fr}.ej-am-appurl-head{flex-direction:column}.ej-am-appurl-tabs{width:100%}.ej-am-appurl-tabs button{flex:1}}.ej-bill-modalOverlay{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a94;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.ej-bill-modal{background:#fff;border:1px solid #e2e8f0f2;border-radius:22px;width:min(720px,96vw);max-height:94vh;padding:20px;overflow:auto;box-shadow:0 32px 90px #0f172a47}.ej-bill-modalHead{border-bottom:1px solid #eef2f7;justify-content:space-between;gap:14px;padding-bottom:16px;display:flex}.ej-bill-modalHead h2,.ej-bill-settingsHero h1,.ej-bill-resultCard h1{color:#0f172a;letter-spacing:-.35px;margin:8px 0 6px;font-size:26px;font-weight:950}.ej-bill-modalHead p,.ej-bill-settingsHero p,.ej-bill-resultCard p,.ej-bill-panelHead p{color:#64748b;margin:0;font-size:13px;font-weight:650;line-height:1.45}.ej-bill-kicker{color:#5b46f9;letter-spacing:.04em;background:#5b46f91f;border:1px solid #5b46f92e;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.ej-bill-close{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:42px;height:42px;font-size:28px;line-height:1}.ej-bill-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.ej-bill-span2{grid-column:1/-1}.ej-bill-field{flex-direction:column;gap:7px;display:flex}.ej-bill-field span{color:#0f172a;font-size:12px;font-weight:850}.ej-bill-field input{color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;height:44px;padding:0 13px;font-size:14px;font-weight:650}.ej-bill-field input:focus{border-color:#5b46f98c;outline:none;box-shadow:0 0 0 4px #5b46f929}.ej-bill-slugBox{border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:1fr auto;align-items:center;display:grid;overflow:hidden}.ej-bill-slugBox input{border:0;border-radius:0}.ej-bill-slugBox b{color:#64748b;padding:0 13px;font-size:13px}.ej-bill-priceCard{background:radial-gradient(800px 200px at 0 0,#5b46f924,#0000 60%),#fbfcff;border:1px solid #5b46f92e;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;padding:14px;display:grid}.ej-bill-priceCard div,.ej-bill-summaryCard{flex-direction:column;gap:6px;display:flex}.ej-bill-priceCard span,.ej-bill-summaryCard span,.ej-bill-kvList span{color:#64748b;font-size:12px;font-weight:850}.ej-bill-priceCard strong,.ej-bill-summaryCard strong,.ej-bill-kvList strong{color:#0f172a;overflow-wrap:anywhere;font-size:18px;font-weight:950}.ej-bill-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.ej-bill-actionsCenter{flex-wrap:wrap;justify-content:center}.ej-bill-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex}.ej-bill-btn:hover:not(:disabled){background:#f8fafc;box-shadow:0 10px 24px #0f172a0f}.ej-bill-btnPrimary{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border:0;box-shadow:0 12px 30px #6366f140}.ej-bill-btnPrimary:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#6d28d9)}.ej-bill-btn:disabled{opacity:.62;cursor:not-allowed}.ej-bill-error,.ej-bill-warning,.ej-bill-loading,.ej-bill-empty{border-radius:14px;margin-top:14px;padding:12px 14px;font-size:13px;font-weight:800}.ej-bill-error{color:#b91c1c;background:#ef444414;border:1px solid #ef44443d}.ej-bill-warning{color:#92400e;background:#f59e0b1a;border:1px solid #f59e0b47}.ej-bill-warning.compact{margin-top:10px}.ej-bill-loading,.ej-bill-empty{color:#64748b;background:#fff;border:1px solid #e5e7eb}.ej-bill-footNote{color:#64748b;text-align:center;margin-top:12px;font-size:12px;font-weight:700}.ej-bill-resultPage{background:#f8fafc;place-items:center;min-height:100vh;padding:24px;display:grid}.ej-bill-resultCard{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:min(620px,96vw);padding:28px;box-shadow:0 24px 70px #0f172a1f}.ej-bill-resultIcon{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:999px;place-items:center;width:68px;height:68px;margin:0 auto 14px;font-size:36px;font-weight:950;display:grid;box-shadow:0 12px 30px #22c55e47}.ej-bill-resultIconMuted{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 12px 30px #f59e0b40}.ej-bill-resultError{color:#b91c1c!important}.ej-bill-resultMeta{text-align:left;background:#fbfcff;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:1fr 1fr;gap:8px;max-width:420px;margin:18px auto 0;padding:14px;display:grid}.ej-bill-resultMeta span{color:#64748b;font-size:12px;font-weight:850}.ej-bill-resultMeta strong{text-transform:capitalize;color:#0f172a;font-size:13px;font-weight:950}.ej-bill-settingsPage{background:#f8fafc;padding:28px}.ej-bill-settingsHero,.ej-bill-panel,.ej-bill-summaryCard{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 10px 30px #0f172a0f}.ej-bill-settingsHero{background:radial-gradient(1200px 420px at 18% 0,#5b46f924,#0000 60%),#fff;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px;display:flex}.ej-bill-cardGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.ej-bill-summaryCard{padding:16px}.ej-bill-summaryCard small,.ej-bill-mutedText{color:#64748b;font-size:12px;font-weight:750}.ej-bill-status{text-transform:capitalize;border-radius:999px;width:fit-content;padding:6px 10px;display:inline-flex;font-size:13px!important}.ej-bill-status.is-good{color:#166534;background:#22c55e1f}.ej-bill-status.is-warn{color:#92400e;background:#f59e0b24}.ej-bill-status.is-danger{color:#991b1b;background:#ef444424}.ej-bill-status.is-muted{color:#475569;background:#94a3b82e}.ej-bill-twoCol{grid-template-columns:1.2fr .8fr;gap:14px;margin-top:14px;display:grid}.ej-bill-panel{padding:16px}.ej-bill-panelHead{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.ej-bill-panelHead h2{color:#0f172a;margin:0 0 4px;font-size:17px;font-weight:950}.ej-bill-seatMeterTop{color:#0f172a;justify-content:space-between;gap:12px;font-size:13px;font-weight:900;display:flex}.ej-bill-seatTrack{background:#eef2f7;border-radius:999px;height:12px;margin:12px 0;overflow:hidden}.ej-bill-seatFill{background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:999px;height:100%}.ej-bill-kvList{gap:10px;display:grid}.ej-bill-kvList div{border-bottom:1px solid #eef2f7;gap:4px;padding-bottom:10px;display:grid}.ej-bill-tableWrap{overflow-x:auto}.ej-bill-table{border-collapse:collapse;width:100%;min-width:820px}.ej-bill-table th,.ej-bill-table td{text-align:left;border-bottom:1px solid #eef2f7;padding:12px;font-size:13px}.ej-bill-table th{color:#64748b;background:#fbfcff;font-weight:950}.ej-bill-table td{color:#0f172a;font-weight:750}.ej-bill-table a{color:#2563eb;font-weight:900;text-decoration:none}@media (max-width:980px){.ej-bill-cardGrid,.ej-bill-twoCol{grid-template-columns:1fr 1fr}}@media (max-width:720px){.ej-bill-grid,.ej-bill-priceCard,.ej-bill-cardGrid,.ej-bill-twoCol{grid-template-columns:1fr}.ej-bill-settingsHero,.ej-bill-modalHead,.ej-bill-panelHead{flex-direction:column}.ej-bill-actions{flex-direction:column;justify-content:stretch}.ej-bill-btn{width:100%}}.ej-bill-lifecycle{background:#fff;border:1px solid #e5e7eb;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin:14px 0;padding:16px;display:flex;box-shadow:0 10px 30px #0f172a0d}.ej-bill-lifecycleTitle{color:#0f172a;font-size:17px;font-weight:950}.ej-bill-lifecycle p{color:#64748b;margin:6px 0 0;font-size:13px;font-weight:700;line-height:1.45}.ej-bill-lifecycleMeta{text-align:right;background:#ffffffbf;border:1px solid #0f172a14;border-radius:16px;min-width:220px;padding:12px 14px}.ej-bill-lifecycleMeta span{color:#64748b;font-size:12px;font-weight:900;display:block}.ej-bill-lifecycleMeta strong{color:#0f172a;margin-top:4px;font-size:14px;font-weight:950;display:block}.ej-bill-lifecycle--good{background:linear-gradient(135deg,#22c55e1f,#fff 60%);border-color:#22c55e40}.ej-bill-lifecycle--info{background:linear-gradient(135deg,#3b82f61f,#fff 60%);border-color:#3b82f640}.ej-bill-lifecycle--warn{background:linear-gradient(135deg,#f59e0b29,#fff 60%);border-color:#f59e0b47}.ej-bill-lifecycle--danger{background:linear-gradient(135deg,#ef444424,#fff 60%);border-color:#ef444447}.ej-bill-seatEditor{gap:12px;display:grid}.ej-bill-seatEditor label{color:#0f172a;gap:7px;font-size:12px;font-weight:900;display:grid}.ej-bill-seatEditor input{color:#0f172a;border:1px solid #e5e7eb;border-radius:14px;outline:none;height:44px;padding:0 12px;font-size:14px;font-weight:800}.ej-bill-seatEditor input:focus{border-color:#6366f1b3;box-shadow:0 0 0 4px #6366f124}.ej-bill-seatPreview{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.ej-bill-seatPreview span{color:#64748b;font-size:12px;font-weight:900}.ej-bill-seatPreview strong{color:#0f172a;font-size:18px;font-weight:950}.ej-bill-btn.full{justify-content:center;width:100%}.ej-bill-note{color:#64748b;margin:0;font-size:12px;font-weight:700;line-height:1.4}.ej-bill-flowPanel{background:linear-gradient(#fff,#fbfcff)}.ej-bill-flowList{gap:10px;display:grid}.ej-bill-flowList div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;gap:4px;padding:12px;display:grid}.ej-bill-flowList b{color:#0f172a;font-size:13px;font-weight:950}.ej-bill-flowList span{color:#64748b;font-size:12px;font-weight:750;line-height:1.35}.ej-bill-gateLoading{padding:24px}@media (max-width:800px){.ej-bill-lifecycle{flex-direction:column;align-items:stretch}.ej-bill-lifecycleMeta{text-align:left;min-width:0}}.accessRemovedPage{color:#0a0d1c;background:radial-gradient(circle at 0 0,#0170ff29,#0000 34%),radial-gradient(circle at 100% 100%,#5b46f92e,#0000 34%),linear-gradient(135deg,#f8fbff 0%,#eef3ff 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 18px;display:flex}.accessRemovedShell{width:100%;max-width:980px}.accessRemovedCard{background:#fffffff5;border:1px solid #b8baccbf;border-radius:28px;padding:34px;overflow:hidden;box-shadow:0 28px 90px #0a0d1c24}.accessRemovedTop{border-bottom:1px solid #dfe1f0;align-items:flex-start;gap:20px;padding-bottom:24px;display:flex}.accessRemovedIcon{color:#fff;background:linear-gradient(135deg,#0170ff,#5b46f9);border-radius:18px;flex:none;justify-content:center;align-items:center;width:58px;height:58px;font-size:30px;font-weight:900;display:flex;box-shadow:0 16px 32px #0170ff47}.accessRemovedEyebrow{color:#0038ff;letter-spacing:.02em;background:#eef2ff;border-radius:999px;align-items:center;width:fit-content;margin:0 0 10px;padding:6px 12px;font-size:13px;font-weight:800;display:inline-flex}.accessRemovedTop h1{letter-spacing:-.045em;color:#0a0d1c;margin:0;font-size:clamp(32px,5vw,52px);font-weight:900;line-height:1.04}.accessRemovedTop p{color:#5a5c76;max-width:760px;margin:14px 0 0;font-size:17px;font-weight:600;line-height:1.65}.accessRemovedNotice{background:#f7f9ff;border:1px solid #dfe1f0;border-radius:22px;margin-top:24px;padding:22px}.accessRemovedNotice h2,.accessRemovedAdminBox h2{color:#0a0d1c;letter-spacing:-.02em;margin:0 0 8px;font-size:22px;font-weight:900}.accessRemovedNotice p,.accessRemovedAdminBox p{color:#404259;margin:0;font-size:15px;font-weight:600;line-height:1.65}.accessRemovedActions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.accessRemovedPrimaryBtn,.accessRemovedSecondaryBtn{border-radius:15px;justify-content:center;align-items:center;min-height:48px;padding:13px 18px;font-size:15px;font-weight:900;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex}.accessRemovedPrimaryBtn{color:#fff;background:linear-gradient(135deg,#0170ff,#5b46f9);box-shadow:0 18px 34px #0170ff42}.accessRemovedSecondaryBtn{color:#0a0d1c;background:#fff;border:1px solid #dfe1f0}.accessRemovedPrimaryBtn:hover,.accessRemovedSecondaryBtn:hover{transform:translateY(-1px)}.accessRemovedAdminBox{background:#fff;border:1px solid #dfe1f0;border-radius:24px;margin-top:26px;padding:24px}.accessRemovedSteps{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.accessRemovedSteps div{background:#f8fbff;border:1px solid #e6e9f5;border-radius:18px;padding:18px}.accessRemovedSteps span{color:#0038ff;background:#eef2ff;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:12px;font-weight:900;display:inline-flex}.accessRemovedSteps strong{color:#0a0d1c;margin-bottom:6px;font-size:15px;font-weight:900;display:block}.accessRemovedSteps p{color:#5a5c76;font-size:13px;line-height:1.5}.accessRemovedFooter{color:#75788f;margin:18px 0 0;font-size:13px;font-weight:700}@media (max-width:760px){.accessRemovedCard{border-radius:22px;padding:24px}.accessRemovedTop{flex-direction:column}.accessRemovedSteps{grid-template-columns:1fr}.accessRemovedActions{flex-direction:column}.accessRemovedPrimaryBtn,.accessRemovedSecondaryBtn{width:100%}}.manual-time-modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.manual-time-modal{width:min(720px,100%);max-height:calc(100vh - 48px);overflow:auto}.manual-time-form{background:#fff;border:1px solid #e5e7eb;border-radius:22px;width:100%;padding:22px;box-shadow:0 24px 70px #0f172a33}.manual-time-form__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.manual-time-form__header h2{color:#0f172a;letter-spacing:-.03em;margin:0;font-size:21px;font-weight:800}.manual-time-form__header p{color:#64748b;margin:5px 0 0;font-size:13px;font-weight:600}.manual-time-form__close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;width:34px;height:34px;font-size:22px;line-height:1}.manual-time-form__selected{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.manual-time-form__selected div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px}.manual-time-form__selected span{color:#64748b;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.manual-time-form__selected strong{color:#0f172a;font-size:14px;font-weight:800;display:block}.manual-time-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.manual-time-form label span,.manual-time-form__textarea span{color:#334155;margin-bottom:6px;font-size:13px;font-weight:800;display:block}.manual-time-form label small{color:#94a3b8;font-size:11px;font-weight:700}.manual-time-form input,.manual-time-form select,.manual-time-form textarea{color:#0f172a;background:#fff;border:1px solid #dbe3ef;border-radius:13px;outline:none;width:100%;padding:11px 12px;font-size:14px;font-weight:600;transition:border-color .15s,box-shadow .15s}.manual-time-form input:focus,.manual-time-form select:focus,.manual-time-form textarea:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11f}.manual-time-form__row{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.manual-time-form__checkbox{color:#334155;align-items:center;gap:8px;font-size:14px;font-weight:800;display:inline-flex}.manual-time-form__checkbox input{width:16px;height:16px}.manual-time-form__duration{color:#64748b;font-size:13px;font-weight:700}.manual-time-form__duration strong{color:#0f172a}.manual-time-form__textarea{margin-top:16px;display:block}.manual-time-form__note{color:#1d4ed8;background:#eff6ff;border:1px solid #dbeafe;border-radius:13px;margin-top:14px;padding:10px 12px;font-size:13px;font-weight:700}.manual-time-form__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:13px;margin-bottom:14px;padding:10px 12px;font-size:13px;font-weight:700}.manual-time-form__actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.manual-time-form__actions button{cursor:pointer;border:0;border-radius:13px;padding:11px 17px;font-size:14px;font-weight:800}.manual-time-form__actions button[type=button]{color:#334155;background:#f1f5f9}.manual-time-form__actions button[type=submit]{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5)}.manual-time-form__actions button:disabled{cursor:not-allowed;opacity:.65}@media (max-width:900px){.ts2-timezone-action-row{grid-template-columns:1fr}.ts2-add-entry-btn{width:100%}}@media (max-width:720px){.manual-time-modal-backdrop{align-items:flex-start;padding:16px}.manual-time-form{padding:18px}.manual-time-form__selected,.manual-time-form__grid{grid-template-columns:1fr}.manual-time-form__row{flex-direction:column;align-items:flex-start}}.ts2-timezone-action-row .ts2-tz-combobox,.ts2-timezone-action-row .ts2-tz-trigger{width:100%;min-width:0}.ts2-add-entry-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#2563eb,#4f46e5);border:0;border-radius:14px;height:48px;padding:0 16px;font-size:14px;font-weight:800;box-shadow:0 12px 26px #2563eb3d}.ts2-add-entry-btn:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}@media (max-width:1280px){.ts2-timezone-action-row{grid-template-columns:1fr}.ts2-add-entry-btn{width:100%}}.ts2-badge-editable:hover{filter:brightness(.96);box-shadow:0 0 0 3px #6366f11f}.ts2-device-pill.manual{color:#5b21b6;background:#f5f3ff;border-color:#ddd6fe}:root{--ts2-bg:#f6f8fc;--ts2-card:#ffffffeb;--ts2-card-solid:#fff;--ts2-border:#e3e8f2;--ts2-border-strong:#d8e0ed;--ts2-text:#172033;--ts2-text-soft:#334155;--ts2-muted:#64748b;--ts2-muted-2:#94a3b8;--ts2-accent:var(--ejts-accent,#6366f1);--ts2-accent-2:var(--ejts-accent2,#8b5cf6);--ts2-accent-bg:#6366f117;--ts2-success:#15803d;--ts2-success-bg:#ecfdf3;--ts2-success-border:#bbf7d0;--ts2-warning:#b45309;--ts2-warning-bg:#fff7ed;--ts2-warning-border:#fed7aa;--ts2-danger:#dc2626;--ts2-danger-bg:#fef2f2;--ts2-danger-border:#fecaca;--ts2-shadow-sm:0 8px 24px #0f172a0f;--ts2-shadow-md:0 16px 40px #0f172a14}.ts2-page{color:var(--ts2-text);background:radial-gradient(circle at 0 0,#6366f114,#0000 34%),linear-gradient(#f8fafc 0%,#f5f7fb 100%);min-height:100%;padding-top:26px}.ts2-title-row{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:28px;display:flex}.ts2-kicker{color:#4f46e5;letter-spacing:.06em;background:#6366f117;border:1px solid #6366f129;border-radius:999px;align-items:center;width:fit-content;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.ts2-title{color:#111827;letter-spacing:-.045em;margin-top:12px;font-size:34px;font-weight:800;line-height:1.05}.ts2-subtitle{color:var(--ts2-muted);margin-top:8px;font-size:14px;font-weight:600}.ts2-filters{border:1px solid var(--ts2-border);background:var(--ts2-card);box-shadow:var(--ts2-shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:22px;gap:14px;padding:18px}.ts2-filter{min-width:0}.ts2-label{color:#52627a;letter-spacing:.02em;margin-bottom:8px;font-size:12px;font-weight:800}.ts2-select,.ts2-tz-trigger,.ejts-pick__btn{min-height:46px;font-size:14px;font-weight:700;transition:border-color .15s,box-shadow .15s,transform .15s;box-shadow:0 1px 2px #0f172a08;border:1px solid var(--ts2-border-strong)!important;color:var(--ts2-text-soft)!important;background:#fff!important;border-radius:14px!important}.ts2-select:hover,.ts2-tz-trigger:hover,.ejts-pick__btn:hover,.ts2-icon-btn:hover,.ts2-btn:hover{box-shadow:0 0 0 4px #6366f114;border-color:#c7d2fe!important}.ts2-select:focus,.ts2-tz-trigger:focus,.ejts-pick__btn:focus{outline:none;box-shadow:0 0 0 4px #6366f124;border-color:#818cf8!important}.ts2-avatar{border:1px solid #dbeafe;font-weight:800;box-shadow:inset 0 0 0 1px #ffffffb3;color:#4f46e5!important;background:linear-gradient(135deg,#eef2ff,#f5f3ff)!important}.ts2-avatar.lg{width:48px;height:48px;color:#4338ca!important;background:linear-gradient(135deg,#e0e7ff,#f5f3ff)!important}.ts2-icon-btn,.ts2-btn{border:1px solid var(--ts2-border);color:#475569;background:#fff;border-radius:14px;font-weight:800;box-shadow:0 1px 2px #0f172a08}.ts2-btn-ghost{color:#334155;background:#fff}.ts2-add-entry-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#4f46e5,#6366f1);border:0;border-radius:14px;min-height:46px;padding:0 16px;font-size:14px;font-weight:800;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 12px 24px #4f46e538}.ts2-add-entry-btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px #4f46e547}.ts2-add-entry-btn:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;transform:none}.ts2-filter-timezone-with-action{min-width:0}.ts2-timezone-action-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;display:grid}.ts2-timezone-action-row .ts2-tz-combobox,.ts2-timezone-action-row .ts2-tz-trigger{width:100%;min-width:0}.ts2-subfilters{margin-top:24px;margin-bottom:26px}.ts2-chip-row{border:1px solid var(--ts2-border);background:#ffffffb8;border-radius:999px;align-items:center;gap:6px;padding:6px;display:inline-flex;box-shadow:0 8px 22px #0f172a0d}.ts2-chip{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:9px 15px;font-size:13px;font-weight:800;transition:background .15s,color .15s,box-shadow .15s}.ts2-chip:hover{color:#1e293b;background:#f1f5f9}.ts2-chip.active{color:#4338ca;background:linear-gradient(135deg,#eef2ff,#e0e7ff);box-shadow:inset 0 0 0 1px #6366f129}.ts2-summary{border:1px solid var(--ts2-border);box-shadow:var(--ts2-shadow-sm);background:linear-gradient(135deg,#6366f10e,#ffffffeb 38%),#fff;border-radius:22px;padding:18px}.ts2-summary-name{color:var(--ts2-text);font-size:15px;font-weight:800}.ts2-summary-sub{color:var(--ts2-muted);font-size:12px;font-weight:600;line-height:1.35}.ts2-summary-value{color:#1f2937;letter-spacing:-.01em;font-size:15px;font-weight:800}.ts2-summary-label{color:#64748b;margin-top:6px;font-size:12px;font-weight:800}.ts2-summary-item.danger .ts2-summary-value{color:var(--ts2-danger)}.ts2-divider{background:linear-gradient(#0000,#e5e7eb,#0000)}.ts2-progress{background:#e9edf5;border-radius:999px;overflow:hidden}.ts2-progress-fill{background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:999px}.ts2-activity-pct{color:#334155;font-weight:800}.ts2-card,.ts2-panel{border:1px solid var(--ts2-border);background:var(--ts2-card-solid);box-shadow:var(--ts2-shadow-md);border-radius:22px;overflow:hidden}.ts2-card-head,.ts2-panel-head{background:linear-gradient(#fff,#fbfcff);border-bottom:1px solid #eef2f7;padding:18px 20px}.ts2-card-title,.ts2-panel-title{color:#111827;letter-spacing:-.025em;font-size:18px;font-weight:800}.ts2-card-sub{color:var(--ts2-muted);font-size:12px;font-weight:800}.ts2-table-wrap{overflow-x:auto}.ts2-table{border-collapse:separate;border-spacing:0;width:100%}.ts2-table thead th{color:#64748b;letter-spacing:.08em;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e8edf5;padding:14px 16px;font-size:11px;font-weight:900}.ts2-table tbody td{color:#334155;border-bottom:1px solid #eef2f7;padding:15px 16px;font-size:14px;font-weight:700}.ts2-table tbody tr{transition:background .15s,transform .15s}.ts2-table tbody tr:hover{background:#fbfdff}.ts2-pt-title{color:#1e293b;font-weight:800}.ts2-badge{text-transform:capitalize;border-radius:999px;justify-content:center;align-items:center;min-width:86px;padding:7px 12px;font-size:12px;font-weight:900;display:inline-flex}.ts2-badge.approved{border:1px solid var(--ts2-success-border);background:var(--ts2-success-bg);color:var(--ts2-success)}.ts2-badge.pending{border:1px solid var(--ts2-warning-border);background:var(--ts2-warning-bg);color:var(--ts2-warning)}.ts2-badge.rejected{border:1px solid var(--ts2-danger-border);background:var(--ts2-danger-bg);color:var(--ts2-danger)}.ts2-device-pill{border-radius:999px;align-items:center;gap:7px;padding:7px 12px;font-size:12px;font-weight:900;display:inline-flex}.ts2-device-pill.desktop,.ts2-device-pill.web,.ts2-device-pill.laptop{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.ts2-device-pill.mobile{color:#6d28d9;background:#f5f3ff;border:1px solid #c4b5fd}.ts2-device-pill.manual{color:#5b21b6;background:#f5f3ff;border:1px solid #ddd6fe}.ts2-device-pill.unknown{color:#64748b;background:#f8fafc;border:1px solid #e5e7eb}.ts2-device-icon{width:14px;height:14px}.ts2-badge-editable{cursor:pointer;-webkit-user-select:none;user-select:none}.ts2-badge-editable:hover{box-shadow:0 0 0 4px #6366f11f}.ts2-status-select{color:#0f172a;background:#fff;border:1px solid #dbe3ef;border-radius:999px;outline:none;min-width:128px;height:34px;padding:0 10px;font-size:13px;font-weight:800}.ts2-row-action-btn{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800}.ts2-row-action-btn:hover{background:#dbeafe}.ts2-muted-action{color:#94a3b8;font-size:13px;font-weight:700}.ts2-total-pill,.ts2-pill{background:var(--ts2-accent-bg);color:#4338ca;border-color:#6366f129}.ts2-week-cell{background:#fff;border-color:#e8edf5}.ts2-week-head{color:#64748b}.ts2-date-nav{flex-wrap:wrap;align-items:center}.ts2-date-nav .ejts-pick{flex:140px;min-width:150px}.ts2-date-nav .ejts-pick__btn{width:100%;min-width:0}.ts2-range-inputs{flex-wrap:wrap;align-items:center;gap:10px;max-width:100%;display:flex}.ts2-range-inputs .ejts-pick{flex:240px;min-width:200px}.ts2-range-inputs .ts2-btn{flex:none;margin-left:auto}@media (max-width:1280px){.ts2-timezone-action-row{grid-template-columns:1fr}.ts2-add-entry-btn{width:100%}}@media (max-width:900px){.ts2-title{font-size:28px}.ts2-summary{overflow-x:auto}.ts2-week-grid{scroll-snap-type:x mandatory;grid-template-columns:repeat(8,minmax(170px,1fr));padding-bottom:12px;overflow-x:auto}.ts2-week-grid.custom{scroll-snap-type:x mandatory;grid-template-columns:repeat(7,minmax(170px,1fr));padding-bottom:12px;overflow-x:auto}.ts2-week-cell{scroll-snap-align:start}}@media (max-width:640px){.ts2-page{padding-top:18px}.ts2-title-row{margin-bottom:18px}.ts2-title{font-size:25px}.ts2-filters,.ts2-summary,.ts2-card,.ts2-panel{border-radius:18px}.ts2-chip-row{width:100%;overflow-x:auto}.ts2-chip{white-space:nowrap}.ts2-range-inputs{flex-direction:column;align-items:stretch}.ts2-range-sep{display:none}.ts2-range-inputs .ts2-btn{width:100%;margin-left:0}}.ej-live-device-pill{color:#2563eb;white-space:nowrap;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.ej-live-mobile-clockout-btn{color:#b91c1c;cursor:pointer;background:#fff7f7;border:1px solid #fecaca;border-radius:12px;justify-content:center;align-items:center;gap:7px;width:100%;margin-top:10px;padding:9px 10px;font-size:12px;font-weight:800;transition:all .18s;display:inline-flex}.ej-live-mobile-clockout-btn:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.ej-live-mobile-clockout-btn:disabled{opacity:.65;cursor:not-allowed}.ej-live-state.is-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.reports-template-format-select:disabled{cursor:not-allowed;opacity:.65}.reports-template-section{flex-direction:column;gap:16px;display:flex}.reports-template-filter-card{justify-content:space-between;align-items:center;gap:24px;padding:20px;display:flex}.reports-template-filter-copy{min-width:0}.reports-template-card{transition:border-color .16s,box-shadow .16s,transform .16s}.reports-template-card.is-selected-template{border-color:#0170ff;box-shadow:0 0 0 3px #0170ff1a}.reports-template-card-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.reports-template-granularity{color:#0170ff;background:#eef5ff;border-radius:999px;flex-shrink:0;padding:4px 8px;font-size:11px;font-weight:700}.reports-template-actions{align-items:center;gap:10px;margin-top:16px;display:flex}.reports-template-format-select{color:#344054;background:#fff;border:1px solid #d7deea;border-radius:8px;outline:none;min-height:38px;padding:8px 34px 8px 12px;font-size:13px}.reports-template-format-select:focus{border-color:#0170ff;box-shadow:0 0 0 3px #0170ff1f}@media (max-width:900px){.reports-template-filter-card,.reports-template-actions{flex-direction:column;align-items:stretch}.reports-template-format-select{width:100%}}
