@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");:root{--blue:#0B77D5;--blue-dk:#0960aa;--blue-lt:#e0eefa;--blue-md:#5aabf0;--yellow:#FCD012;--yellow-dk:#c9a800;--yellow-lt:#fffbe0;--gray:#637280;--gray-lt:#f0f3f6;--bg:#f2f5f9;--surface:#fff;--border:#dce6f0;--text:#0d1b2a;--muted:#637280;--red:#dc2626;--red-lt:#fee2e2;--green:#16a34a;--green-lt:#dcfce7;--purple:#7c3aed;--purple-lt:#f3e8ff;--radius:12px;--rsm:8px;--shadow:0 1px 4px rgba(11,119,213,.08),0 4px 16px rgba(11,119,213,.04);--font:"Manrope","Helvetica Neue",Helvetica,Arial,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5}.app,body{min-height:100vh}.app{display:grid;grid-template-columns:248px 1fr}.sidebar{background:#0d1b2a;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.sb-logo{padding:22px 20px 18px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.sb-logo img{height:26px;width:auto;display:block}.sb-label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.25);padding:18px 20px 8px;font-weight:700}.nav{display:flex;flex-direction:column;gap:2px;padding:0 12px}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:var(--rsm);cursor:pointer;color:rgba(255,255,255,.45);transition:all .15s;font-size:13px;font-weight:600}.nav-item:hover{background:rgba(255,255,255,.06);color:rgba(255,255,255,.85)}.nav-item.active{background:var(--blue);color:#fff}.nav-icon{font-size:15px;width:20px;text-align:center;flex-shrink:0}.sb-footer{margin-top:auto;padding:16px 20px;border-top:1px solid rgba(255,255,255,.06);gap:10px}.sb-avatar,.sb-footer{display:flex;align-items:center;flex-shrink:0}.sb-avatar{width:32px;height:32px;border-radius:50%;background:var(--blue);justify-content:center;font-size:12px;font-weight:800;color:#fff}.sb-name{font-size:12px;font-weight:700;color:rgba(255,255,255,.85)}.sb-role{font-size:11px;color:rgba(255,255,255,.35)}.right{display:flex;flex-direction:column;min-width:0}.topbar{background:#fff;border-bottom:1px solid var(--border);padding:0 40px;height:52px;display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:20;box-shadow:0 1px 3px rgba(11,119,213,.06)}.topbar-title{font-size:13px;font-weight:700;color:var(--muted)}.topbar-right{display:flex;align-items:center;gap:12px}.notif{position:relative;width:34px;height:34px;border-radius:50%;border:1px solid var(--border);background:#fff;cursor:pointer;font-size:16px}.notif,.notif-badge{display:flex;align-items:center;justify-content:center}.notif-badge{position:absolute;top:-3px;right:-3px;background:var(--blue);color:#fff;width:17px;height:17px;border-radius:50%;font-size:9px;font-weight:800;border:2px solid #fff}.hero{position:relative;height:320px;display:flex;align-items:flex-end;padding:0 40px 32px;overflow:hidden;flex-shrink:0}.hero-bg{background-size:cover;background-position:50% 15%;filter:brightness(.45) saturate(.8)}.hero-bg,.hero-grad{position:absolute;inset:0}.hero-grad{background:linear-gradient(135deg,rgba(11,119,213,.88),rgba(7,77,138,.7) 40%,rgba(13,27,42,.4))}.hero-content{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;width:100%}.hero-left{display:flex;flex-direction:column;gap:6px}.hero-greeting{display:flex;align-items:center;gap:10px;font-size:28px;font-weight:800;color:#fff;letter-spacing:-.5px;line-height:1.1}.hero-greeting .mz-icon{width:28px;height:28px;border-radius:6px;object-fit:contain;flex-shrink:0}.hero-sub{font-size:12px;color:rgba(255,255,255,.72);font-weight:500}.hero-right{text-align:right}.hero-num{font-size:56px;font-weight:800;color:var(--yellow);line-height:1;letter-spacing:-2px}.hero-num-label{font-size:12px;color:rgba(255,255,255,.6);font-weight:600;margin-top:2px}.main{padding:24px 40px 40px;display:flex;flex-direction:column;gap:22px}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:var(--rsm);border:none;cursor:pointer;font-family:var(--font);font-size:13px;font-weight:700;transition:all .15s;white-space:nowrap}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dk);transform:translateY(-1px);box-shadow:0 4px 16px rgba(11,119,213,.3)}.btn-ghost{background:#fff;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:var(--gray-lt)}.btn-sm{padding:6px 12px;font-size:12px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card-header{padding:16px 22px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.card-title{font-size:13px;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 16px;position:relative;overflow:hidden;box-shadow:var(--shadow);transition:transform .15s}.stat:hover{transform:translateY(-1px)}.stat:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:var(--radius) var(--radius) 0 0}.stat.c-blue:after{background:var(--blue)}.stat.c-yellow:after{background:var(--yellow)}.stat.c-teal:after{background:#0891b2}.stat.c-gray:after{background:var(--gray)}.stat.c-purple:after{background:var(--purple)}.stat-label{font-size:10px;color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-weight:700}.stat-num{font-size:34px;font-weight:800;line-height:1;margin:5px 0 3px;letter-spacing:-1px}.stat.c-blue .stat-num{color:var(--blue)}.stat.c-yellow .stat-num{color:var(--yellow-dk)}.stat.c-teal .stat-num{color:#0891b2}.stat.c-purple .stat-num{color:var(--purple)}.stat-sub{font-size:10px;color:var(--muted);font-weight:500;line-height:1.4}.balance-wrap{padding:20px 22px}.bal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.bal-title{font-size:13px;font-weight:700}.bal-frac{font-size:18px;font-weight:800;color:var(--blue)}.prog-track{background:var(--bg);border-radius:99px;height:10px;overflow:hidden;margin-bottom:10px;border:1px solid var(--border)}.prog-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--blue-md));transition:width 1.2s cubic-bezier(.16,1,.3,1)}.bal-legend{display:flex;gap:18px;font-size:11px;color:var(--muted);font-weight:600;flex-wrap:wrap}.ldot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:5px;vertical-align:middle}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.badge{font-size:11px;padding:3px 9px;border-radius:99px;font-weight:700;white-space:nowrap}.b-pending{background:var(--yellow-lt);color:#92600a;border:1px solid #f5d442}.b-approved{background:var(--green-lt);color:var(--green);border:1px solid #86efac}.b-denied{background:var(--red-lt);color:var(--red);border:1px solid #fca5a5}.req-item{display:flex;align-items:center;gap:14px;padding:13px 22px;border-bottom:1px solid var(--border);transition:background .1s}.req-item:last-child{border-bottom:none}.req-item:hover{background:#fafcff}.av{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0}.av-bl{background:var(--blue-lt);color:var(--blue)}.av-yl{background:var(--yellow-lt);color:#92600a}.av-tl{background:#e0f2fe;color:#0369a1}.av-pu{background:var(--purple-lt);color:var(--purple)}.av-gn{background:var(--green-lt);color:var(--green)}.req-info{flex:1 1;min-width:0}.req-name{font-size:13px;font-weight:700;margin-bottom:1px}.req-dates{font-size:11px;color:var(--muted);font-weight:500}.act-btns{display:flex;gap:6px}.act-btn{width:30px;height:30px;border-radius:var(--rsm);border:1px solid var(--border);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:all .15s}.act-btn.ok:hover{background:var(--green-lt);border-color:#86efac}.act-btn.no:hover{background:var(--red-lt);border-color:#fca5a5}.mini-cal{padding:16px 22px}.cal-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cal-month{font-size:13px;font-weight:700}.cal-btn{background:#fff;border:1px solid var(--border);border-radius:6px;width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px}.cal-dl{text-align:center;font-size:10px;color:var(--muted);padding:3px 2px;font-weight:700}.cal-d{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:11px;cursor:pointer;font-weight:500}.cal-d:hover{background:var(--gray-lt)}.cal-d.today{background:var(--blue);color:#fff;font-weight:800}.cal-d.pto{background:var(--blue-lt);color:var(--blue);font-weight:700}.cal-d.pend{background:var(--yellow-lt);color:#92600a}.cal-d.other{color:var(--border)}.team-item{display:flex;align-items:center;gap:12px;padding:13px 22px;border-bottom:1px solid var(--border)}.team-item:last-child{border-bottom:none}.sdot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sdot.in{background:var(--green)}.sdot.ooo{background:var(--yellow-dk);box-shadow:0 0 6px rgba(252,208,18,.6)}.team-info{flex:1 1}.team-name{font-size:13px;font-weight:700}.team-st{font-size:11px;color:var(--muted);font-weight:500;margin-top:1px}.team-bal{font-size:12px;color:var(--muted);font-weight:700}.tabs{display:flex;border-bottom:1px solid var(--border)}.tab{padding:11px 18px;cursor:pointer;font-size:12px;color:var(--muted);font-weight:600;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s}.tab:hover{color:var(--text)}.tab.active{color:var(--blue);border-bottom-color:var(--blue)}.int-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.int-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow)}.int-name{font-size:14px;font-weight:800}.int-desc{font-size:12px;color:var(--muted);line-height:1.6}.int-status{display:flex;align-items:center;gap:6px;font-size:12px}.idot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.idot.on{background:var(--green)}.slack-wrap{background:#1a1d21;border-radius:var(--radius);padding:18px}.slack-msg{display:flex;gap:12px}.slack-av{width:36px;height:36px;border-radius:6px;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.slack-name{color:#e8e8e8;font-size:13px;font-weight:700;margin-bottom:4px}.slack-time{color:#666;font-size:11px;margin-left:8px}.slack-text{color:#c9c9c9;font-size:13px;line-height:1.5}.slack-text strong{color:#fff}.slack-block{background:#222529;border-left:3px solid var(--blue);border-radius:0 6px 6px 0;padding:12px 16px;margin-top:8px}.slack-block-title{color:#fff;font-size:14px;font-weight:700;margin-bottom:8px}.slack-field{color:#888;font-size:12px;margin-bottom:4px}.slack-field span{color:#c9c9c9}.slack-btns{display:flex;gap:8px;margin-top:12px}.slack-btn{padding:6px 14px;border-radius:4px;font-size:13px;font-weight:700;cursor:pointer;border:none}.s-ok{background:#007a5a;color:#fff}.s-no{background:#cc3333;color:#fff}.code-block{background:#1e1e2e;border-radius:var(--radius);padding:16px 20px;font-family:Courier New,monospace;font-size:11px;line-height:1.7;color:#cdd6f4;overflow-x:auto;position:relative;margin-top:10px}.cm{color:#6c7086}.st{color:#a6e3a1}.kw{color:#cba6f7}.copy-btn{position:absolute;top:10px;right:10px;background:rgba(255,255,255,.1);border:none;color:#cdd6f4;padding:3px 10px;border-radius:4px;font-size:10px;cursor:pointer}.copy-btn:hover{background:rgba(255,255,255,.18)}.step{display:flex;gap:16px;padding:20px 22px;border-bottom:1px solid var(--border)}.step:last-child{border-bottom:none}.step-num{width:28px;height:28px;border-radius:50%;border:2px solid var(--blue-lt);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:var(--blue);flex-shrink:0;margin-top:2px}.step-title{font-size:13px;font-weight:700;margin-bottom:5px}.step-desc{font-size:12px;color:var(--muted);line-height:1.7}.step-desc code{background:var(--blue-lt);padding:1px 6px;border-radius:4px;color:var(--blue);font-family:monospace;font-size:11px}.policy-wrap{max-width:780px}.policy-section{margin-bottom:32px}.policy-h1{font-size:22px;font-weight:800;color:var(--blue);margin-bottom:16px;letter-spacing:-.3px}.policy-h2{font-size:15px;font-weight:800;color:var(--text);margin-bottom:8px;margin-top:20px}.policy-h3{font-size:13px;font-weight:700;color:var(--muted);margin-bottom:6px;margin-top:14px;text-transform:uppercase;letter-spacing:.05em}.policy-p{font-size:13px;color:var(--text);line-height:1.75;margin-bottom:10px}.policy-p strong{font-weight:700;color:var(--text)}.policy-ul{padding-left:20px;margin-bottom:10px}.policy-ul li{font-size:13px;color:var(--text);line-height:1.75;margin-bottom:4px}.policy-ul li strong{font-weight:700}.policy-divider{border:none;border-top:1px solid var(--border);margin:28px 0}.policy-tag{display:inline-flex;align-items:center;gap:6px;background:var(--blue-lt);color:var(--blue);padding:4px 12px;border-radius:99px;font-size:11px;font-weight:700;margin-bottom:20px}.overlay{position:fixed;inset:0;background:rgba(13,27,42,.55);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s}.overlay.open{opacity:1;pointer-events:all}.modal{background:#fff;border-radius:var(--radius);border:1px solid var(--border);width:500px;padding:30px;transform:translateY(16px) scale(.98);transition:transform .25s cubic-bezier(.16,1,.3,1);box-shadow:0 24px 64px rgba(11,119,213,.15)}.overlay.open .modal{transform:translateY(0) scale(1)}.modal-title{font-size:22px;font-weight:800;margin-bottom:3px;letter-spacing:-.3px}.modal-sub{font-size:12px;color:var(--muted);margin-bottom:22px;font-weight:500}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.fg{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.flabel{font-size:10px;color:var(--muted);font-weight:700;letter-spacing:.07em;text-transform:uppercase}.finput,.fselect{border:1px solid var(--border);border-radius:var(--rsm);padding:9px 12px;font-family:var(--font);font-size:13px;background:#fff;color:var(--text);outline:none;width:100%;font-weight:500}.finput:focus,.fselect:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,119,213,.1)}.days-prev{border-radius:var(--rsm);padding:11px 16px;display:flex;align-items:center;justify-content:space-between;margin:2px 0 14px;transition:all .3s}.days-prev.vacation{background:var(--blue-lt);border:1px solid #93c5fd}.days-prev.vacation .dp-label,.days-prev.vacation .dp-num{color:var(--blue)}.days-prev.no-deduct{background:var(--purple-lt);border:1px solid #c4b5fd}.days-prev.no-deduct .dp-label,.days-prev.no-deduct .dp-num{color:var(--purple)}.dp-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.dp-note{font-size:11px;font-weight:600;opacity:.75;margin-top:2px}.dp-num{font-size:28px;font-weight:800;letter-spacing:-1px}.modal-footer{justify-content:flex-end;margin-top:6px}.modal-footer,.toast{display:flex;gap:10px}.toast{position:fixed;bottom:26px;right:26px;background:#0d1b2a;color:#fff;padding:12px 18px;border-radius:var(--rsm);font-size:12px;font-weight:600;z-index:200;transform:translateY(80px);opacity:0;transition:all .3s cubic-bezier(.16,1,.3,1);align-items:center;max-width:340px;box-shadow:0 8px 32px rgba(0,0,0,.25);border-left:3px solid var(--blue)}.toast.show{transform:translateY(0);opacity:1}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.main>*{animation:fadeUp .35s ease both}.main>:first-child{animation-delay:.04s}.main>:nth-child(2){animation-delay:.09s}.main>:nth-child(3){animation-delay:.13s}.main>:nth-child(4){animation-delay:.17s}.main>:nth-child(5){animation-delay:.21s}