@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#3f4841;background:#f8f6f0;font-synthesis:none;--sage:#8fa28f;--sage-deep:#687c69;--sage-soft:#edf2eb;--oat:#eee7d9;--sand:#d9ccb8;--peach:#e6aa91;--peach-deep:#c88169;--white:#fffefa;--muted:#89918a;--shadow:0 14px 40px rgba(97,105,91,.09)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#fbfaf6,#f5f2e9)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(143,162,143,.26);outline-offset:2px}.app-shell{max-width:1040px;margin:0 auto;min-height:100vh;padding-bottom:104px}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:12px;padding:18px 24px;background:#fbfaf6e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-logo-wrap{width:58px;height:58px;display:grid;place-items:center;flex:0 0 auto;border-radius:18px;background:#fff;box-shadow:0 10px 28px #5b63581a;overflow:hidden;padding:5px}.brand-logo{display:block;width:100%;height:100%;object-fit:contain}.brand-copy{display:flex;align-items:center;flex:1;min-height:58px}.brand-copy strong{font-family:Manrope,sans-serif;font-size:18px;letter-spacing:-.025em;color:#465047}.profile-button,.close-button{width:42px;height:42px;border-radius:15px;border:0;background:var(--white);display:grid;place-items:center;color:#69746a;box-shadow:var(--shadow)}.main-content{padding:34px 24px 0}.hero{border-radius:32px;padding:34px;color:#fff;min-height:238px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 82% 18%,rgba(255,255,255,.24),transparent 28%),linear-gradient(135deg,#879c87,#aebca7);box-shadow:0 20px 55px #6f826f2b;margin-bottom:42px}.eyebrow{font-size:10px;font-weight:800;letter-spacing:.16em;color:#969d94}.hero .eyebrow{color:#ffffffb3}.hero h1,.page-title h1{font-family:Manrope,sans-serif;margin:9px 0 8px;letter-spacing:-.04em}.hero h1{font-size:clamp(30px,5vw,44px)}.hero p,.page-title p{margin:0;color:#ffffffd1;font-size:14px;line-height:1.7}.hero-badge{align-self:flex-start;display:flex;align-items:center;gap:7px;padding:10px 14px;border-radius:999px;background:#fff3;font-size:12px;font-weight:700}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}.section-heading h2{font-family:Manrope,sans-serif;font-size:23px;margin:4px 0 0;letter-spacing:-.03em}.as-at{font-size:11px;color:#9ba196}.balance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.balance-card{min-height:202px;padding:22px;border-radius:28px;border:0;background:var(--white);box-shadow:var(--shadow)}.balance-card>span{display:block;margin-top:19px;font-size:12px;color:#747d74;font-weight:700}.balance-card strong{display:block;font-family:Manrope,sans-serif;font-size:34px;margin-top:8px;letter-spacing:-.04em}.balance-card small{display:block;color:#949b93;font-size:11px;line-height:1.55;margin-top:7px}.balance-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:16px}.balance-card.rose .balance-icon{color:#ba7d66;background:#f8e8df}.balance-card.teal .balance-icon{color:#667b68;background:var(--sage-soft)}.balance-card.slate .balance-icon{color:#8a7d68;background:#f2ece1}.primary-apply{width:100%;border:0;padding:20px 22px;border-radius:999px;margin:28px 0 42px;display:flex;justify-content:space-between;align-items:center;color:#fff;background:linear-gradient(135deg,#dfa188,#eab59f);font-weight:800;box-shadow:0 16px 34px #cf8a6f38}.primary-apply span{display:flex;align-items:center;gap:10px}.text-button{border:0;background:transparent;color:var(--sage-deep);font-size:12px;font-weight:800}.application-list{display:grid;gap:15px}.application-row{display:flex;align-items:center;gap:14px;padding:18px;background:var(--white);border:0;border-radius:22px;box-shadow:var(--shadow)}.application-icon,.report-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;color:var(--sage-deep);background:var(--sage-soft)}.application-copy{display:flex;flex-direction:column;flex:1;min-width:0}.application-copy strong{font-size:13px}.application-copy span{font-size:11px;color:#929991;margin-top:4px}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.status-badge.approved{color:#647b66;background:#edf4eb}.status-badge.pending{color:#9a7446;background:#faf0dc}.bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:16px;z-index:30;width:min(calc(100% - 32px),620px);display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:9px;background:#fffefaf2;border:0;border-radius:25px;box-shadow:0 18px 45px #5b635824;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-button{border:0;background:transparent;border-radius:18px;color:#9ca29a;display:flex;flex-direction:column;align-items:center;gap:4px;padding:9px;font-size:10px;font-weight:700}.nav-button.active{color:var(--sage-deep);background:var(--sage-soft)}.page-title{margin-bottom:28px}.page-title h1{font-size:32px;color:#465047}.page-title p{color:#90978e}.report-summary{display:grid;grid-template-columns:repeat(3,1fr);padding:20px;border:0;border-radius:26px;background:var(--white);margin-bottom:18px;box-shadow:var(--shadow)}.report-summary div{text-align:center}.report-summary strong{display:block;font-family:Manrope,sans-serif;font-size:24px}.report-summary span{color:#979e95;font-size:10px}.secondary-apply{width:100%;border:0;background:#f3eee3;color:#7c725f;border-radius:999px;padding:15px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;margin-bottom:22px}.report-list{display:grid;gap:18px}.report-card{background:var(--white);border:0;border-radius:26px;padding:21px;box-shadow:var(--shadow)}.report-top{display:flex;gap:14px}.report-main{flex:1;min-width:0}.report-title-line{display:flex;justify-content:space-between;gap:10px;align-items:center}.report-title-line strong{font-family:Manrope,sans-serif;font-size:15px}.report-main>span{display:block;margin-top:6px;color:#7f897f;font-size:12px}.report-main>small{display:block;color:#a0a69e;margin-top:4px;font-size:10px}.report-reason{margin:17px 0;padding:14px 15px;border-radius:17px;background:#faf8f2}.report-reason span{font-size:9px;color:#a3a89f;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.report-reason p{margin:5px 0 0;font-size:12px;color:#687168}.download-button{width:100%;border:0;border-radius:999px;padding:13px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:#91a492;font-weight:800;font-size:12px}.pending-note{display:flex;justify-content:center;align-items:center;gap:7px;color:#9b794d;background:#fbf1df;border-radius:999px;padding:13px;font-size:12px;font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#50584e57;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:flex-end;justify-content:center}.modal-sheet{width:min(100%,680px);max-height:94vh;overflow-y:auto;background:#fcfbf7;border-radius:34px 34px 0 0;padding:12px 25px 34px;box-shadow:0 -20px 60px #50584e2e}.modal-handle{width:52px;height:5px;border-radius:99px;background:#ddd9cf;margin:0 auto 21px}.modal-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:18px}.modal-header h2{font-family:Manrope,sans-serif;margin:5px 0 0;font-size:27px;letter-spacing:-.04em;max-width:480px}.step-progress{height:6px;background:#eeeae0;border-radius:99px;overflow:hidden;margin-bottom:24px}.step-progress span{display:block;height:100%;background:linear-gradient(90deg,#a7b8a6,#e7aa91);border-radius:99px;transition:width .35s ease}form{display:grid;gap:18px}label{display:grid;gap:8px;color:#687168;font-size:11px;font-weight:800}input,select,textarea{width:100%;border:0;background:#fff;color:#475047;border-radius:17px;padding:15px 16px;font-size:13px;box-shadow:0 8px 24px #666c6012}textarea{resize:vertical}.date-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.day-counter{display:flex;gap:12px;align-items:center;padding:16px;border-radius:19px;background:var(--sage-soft);color:var(--sage-deep)}.day-counter div{display:flex;flex-direction:column}.day-counter span{font-size:10px;color:#849184}.day-counter strong{font-size:13px}.choice-grid{display:grid;gap:12px}.leave-choice{text-align:left;border:0;background:#fff;border-radius:21px;padding:17px 18px;box-shadow:0 8px 26px #61695b12;color:#596359;transition:.2s ease}.leave-choice:hover{transform:translateY(-1px)}.leave-choice.active{background:#eef3ec;box-shadow:0 0 0 2px #a8b8a7 inset}.leave-choice span{display:block;font-weight:800}.leave-choice small{display:block;margin-top:5px;color:#969d94;line-height:1.45}.certificate-card{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px;border-radius:20px;background:#f5efe5}.certificate-card>div{display:flex;align-items:center;gap:11px;color:#84745f}.certificate-card strong,.certificate-card span{display:block}.certificate-card strong{font-size:12px}.certificate-card span{font-size:10px;color:#9a8d7c;margin-top:3px}.upload-pill{display:block;border-radius:999px;background:#fff;padding:10px 13px;color:#8b715e;white-space:nowrap}.upload-pill input{display:none}.form-note{display:flex;align-items:center;gap:8px;font-size:11px;color:#7d877c}.wizard-actions{display:flex;gap:11px;margin-top:4px}.submit-button{flex:1;border:0;color:#fff;background:linear-gradient(135deg,#d99a81,#e7ae96);border-radius:999px;padding:16px;display:flex;justify-content:center;align-items:center;gap:8px;font-weight:800}.back-button{border:0;background:#eee9de;color:#756e61;border-radius:999px;padding:16px 22px;font-weight:800}.success-sheet{text-align:center;padding:54px 30px 62px}.success-check{width:92px;height:92px;display:grid;place-items:center;margin:0 auto 22px;border-radius:50%;color:#fff;background:#9caf9b;box-shadow:0 0 0 12px #edf2eb;animation:pop .55s ease}.success-sheet h2{font:800 31px Manrope,sans-serif;margin:8px 0}.success-sheet p{max-width:390px;margin:0 auto;color:#8d958c;line-height:1.65}@keyframes pop{0%{transform:scale(.5);opacity:0}65%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}.toast{position:fixed;left:50%;transform:translate(-50%);bottom:114px;z-index:200;background:#768a77;color:#fff;padding:13px 18px;border-radius:999px;font-size:12px;font-weight:700;box-shadow:0 12px 30px #5e6e5f33}.profile-card{background:var(--white);border:0;border-radius:30px;padding:30px;text-align:center;box-shadow:var(--shadow)}.profile-avatar{width:76px;height:76px;margin:0 auto;display:grid;place-items:center;border-radius:27px;color:#fff;background:linear-gradient(145deg,#d99c83,#e9b59e);font:800 22px Manrope,sans-serif}.profile-card h2{font-family:Manrope,sans-serif;margin:15px 0 2px}.profile-card>span{color:#929990;font-size:12px}.profile-details{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:27px;text-align:left}.profile-details div{background:#faf8f2;border-radius:17px;padding:15px}.profile-details small{display:block;color:#a0a69e;font-size:9px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.profile-details strong{display:block;margin-top:6px;font-size:12px}@media(max-width:680px){.main-content,.topbar{padding-inline:17px}.hero{padding:27px;min-height:215px;margin-bottom:34px}.balance-grid{grid-template-columns:1fr 1fr;gap:14px}.balance-card{min-height:190px;padding:18px}.balance-card:last-child{grid-column:1/-1;min-height:145px}.balance-card:last-child{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:13px}.balance-card:last-child>span{margin:0}.balance-card:last-child strong{margin:0}.balance-card:last-child small{grid-column:2/-1}.primary-apply{margin-bottom:34px}}@media(max-width:430px){.balance-card strong{font-size:30px}.balance-card small{font-size:10px}.date-grid,.profile-details{grid-template-columns:1fr}.report-title-line{align-items:flex-start}.certificate-card{align-items:flex-start;flex-direction:column}.upload-pill{width:100%;text-align:center}}@media(min-width:760px){.main-content{padding-top:42px}.hero{min-height:270px}.report-list{grid-template-columns:1fr 1fr}}@media(max-width:430px){.brand-logo-wrap{width:52px;height:52px;border-radius:16px}.brand-copy{min-height:52px}.brand-copy strong{font-size:17px}}:root{--cartoon-ink:#465348;--cartoon-sage:#77a982;--cartoon-sage-deep:#56836a;--cartoon-peach:#ffad91;--cartoon-coral:#f47f78}body{background:radial-gradient(circle at 15% 12%,rgba(255,215,164,.2) 0 2px,transparent 3px),radial-gradient(circle at 85% 24%,rgba(132,184,143,.16) 0 2px,transparent 3px),linear-gradient(180deg,#fffaf2,#faf5e9);background-size:34px 34px,42px 42px,auto}.topbar{background:#fffaf2e8;border-bottom:1px solid rgba(255,255,255,.75)}.brand-logo-wrap{border-radius:50%;padding:7px;box-shadow:0 10px #73917714,0 16px 30px #58695b1a}.profile-button{border-radius:50%;background:linear-gradient(145deg,#fff,#f3eadf);color:#62816b;box-shadow:0 7px #7e99841c,0 14px 30px #4f63531a}.hero{position:relative;overflow:hidden;min-height:292px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,46%);align-items:center;padding:38px 30px 26px 38px;border-radius:38px 42px 34px 46px;background:radial-gradient(circle at 15% 8%,rgba(255,255,255,.35),transparent 26%),linear-gradient(135deg,#6f9f79,#91b892 56%,#a9c59f);box-shadow:0 12px #5980601a,0 28px 58px #4e755633}.hero:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:2px dashed rgba(255,255,255,.22);border-radius:32px 37px 29px 40px;pointer-events:none}.hero-copy{position:relative;z-index:3;align-self:center}.hero h1{font-size:clamp(31px,4.7vw,48px);text-shadow:0 2px 0 rgba(63,92,69,.13)}.hero p{font-size:15px;max-width:330px}.hero-badge{margin-top:24px;background:#ffffff3b;box-shadow:0 6px #4c6f521a}.hero-team-art{width:100%;max-width:430px;align-self:end;justify-self:end;position:relative;z-index:2;filter:drop-shadow(0 11px 10px rgba(56,88,62,.13))}.cartoon-person{transform-box:fill-box;transform-origin:center bottom;animation:teamBob 4.2s ease-in-out infinite}.cartoon-person.p2{animation-delay:.35s}.cartoon-person.p3{animation-delay:.7s}.cartoon-person.p4{animation-delay:1.05s}@keyframes teamBob{0%,to{translate:0 0}50%{translate:0 -3px}}.hero-doodle{position:absolute;color:#fff8d6cc;font-size:27px;z-index:1;animation:doodleFloat 3s ease-in-out infinite}.hero-doodle-one{top:22px;right:43%}.hero-doodle-two{bottom:26px;left:45%;animation-delay:1.1s}@keyframes doodleFloat{50%{transform:translateY(-5px) rotate(7deg)}}.balance-grid{gap:24px}.balance-card{position:relative;overflow:hidden;min-height:244px;padding:23px;border-radius:31px 39px 32px 38px;box-shadow:0 9px #726d5712,0 24px 45px #5b5e4d1a;transition:transform .2s ease,box-shadow .2s ease}.balance-card:hover{transform:translateY(-3px) rotate(-.25deg);box-shadow:0 12px #726d570f,0 29px 50px #5b5e4d1f}.balance-card.annual{background:linear-gradient(145deg,#fff2ae,#fff9dd 49%,#fffdf8)}.balance-card.sick{background:linear-gradient(145deg,#cdeed6,#ecf8ec 52%,#fffdf8)}.balance-card.nopay{background:linear-gradient(145deg,#dfd1f4,#f1eafa 52%,#fffdf8)}.balance-card:after{content:"";position:absolute;width:84px;height:84px;border-radius:50%;right:-31px;bottom:-31px;background:#ffffff70}.balance-card-top{display:flex;align-items:flex-start;justify-content:space-between;min-height:79px}.balance-icon{border-radius:17px 21px 16px 22px;box-shadow:0 5px #545f4e12}.balance-card.annual .balance-icon{color:#b66f47;background:#fff7ce}.balance-card.sick .balance-icon{color:#56846a;background:#e8f8e9}.balance-card.nopay .balance-icon{color:#7d65a4;background:#f0e9fb}.card-cartoon{width:104px;height:78px;margin:-8px -5px 0 0;filter:drop-shadow(0 7px 6px rgba(91,83,66,.1))}.balance-card>span{font-size:13px;color:#59635b;margin-top:12px}.balance-card strong{font-size:38px;color:#3f4c42}.balance-card small{font-size:11px;color:#6f786f;max-width:92%;position:relative;z-index:2}.primary-apply{min-height:66px;background:linear-gradient(135deg,#ffb18f,#ff987f 52%,#f47d79);box-shadow:0 8px #d3695c29,0 19px 40px #e0776245,0 0 28px #ffae8c38;text-shadow:0 1px 0 rgba(166,83,72,.14);transition:transform .18s ease,filter .18s ease}.primary-apply:hover{transform:translateY(-2px);filter:saturate(1.06)}.primary-apply:active{transform:translateY(3px);box-shadow:0 4px #d3695c29,0 10px 24px #e0776238}.application-list{gap:18px}.application-row{border-radius:24px 31px 25px 29px;box-shadow:0 7px #6f715b0e,0 18px 38px #5f635117;background:#fffef8f5}.leaf-mascot{width:52px;height:52px;flex:0 0 auto;display:grid;place-items:center;filter:drop-shadow(0 6px 5px rgba(79,109,84,.14));color:#8fbd83}.leaf-mascot.pending{color:#e8b16e}.leaf-mascot svg{width:100%;height:100%;animation:leafHello 3.4s ease-in-out infinite}@keyframes leafHello{0%,to{transform:rotate(-3deg)}50%{transform:rotate(4deg) translateY(-2px)}}.status-badge.approved{color:#477554;background:linear-gradient(135deg,#dff5db,#f4ffe9);box-shadow:0 0 0 3px #97d68f21,0 0 18px #8dd6864d}.status-badge.pending{color:#98672f;background:linear-gradient(135deg,#fff0c8,#fff8e7);box-shadow:0 0 0 3px #f5c7701a}.report-card,.profile-card,.report-summary{border-radius:29px 36px 31px 35px}.report-card{background:linear-gradient(145deg,#fffef9,#fff9ee);box-shadow:0 8px #706f590e,0 22px 43px #5b5e4d17}.report-icon{background:linear-gradient(145deg,#d9efdc,#f1faed);color:#5f8b67;border-radius:17px 22px 16px 23px}.download-button{background:linear-gradient(135deg,#70a27a,#8db78a);box-shadow:0 5px #4c7d5624}.bottom-nav{background:#fffdf6f5;box-shadow:0 8px #6a6e590f,0 21px 47px #575e4d26}.nav-button.active{background:linear-gradient(145deg,#dff1dd,#f3f8e9);box-shadow:inset 0 0 0 1px #7ea88014}.modal-sheet{background:radial-gradient(circle at 15% 8%,rgba(255,217,170,.16),transparent 24%),#fffaf1}.leave-choice{border-radius:20px 27px 21px 25px;box-shadow:0 6px #6769550e,0 16px 30px #63645212}.leave-choice.active{background:linear-gradient(145deg,#e5f3df,#f8f6db);box-shadow:0 0 0 3px #7ba97d30 inset,0 7px #678c6912}.success-check{background:linear-gradient(145deg,#73a87c,#9ac38f);box-shadow:0 0 0 12px #e9f5df,0 0 34px #75b5755e}@media(max-width:760px){.hero{grid-template-columns:1fr;min-height:390px;padding:29px 24px 14px}.hero-team-art{max-width:390px;margin-top:-8px;justify-self:center}.hero-copy{z-index:3}.hero-badge{margin-top:18px}.hero-doodle-one{right:18px}.hero-doodle-two{left:23px;bottom:116px}}@media(max-width:680px){.balance-grid{gap:16px}.balance-card{min-height:225px}.balance-card:last-child{min-height:185px;display:block}.balance-card:last-child>span{margin-top:12px}.balance-card:last-child strong{margin-top:8px}.balance-card:last-child small{grid-column:auto}}@media(max-width:430px){.hero{min-height:368px;border-radius:30px 35px 29px 38px}.hero h1{font-size:30px}.hero-team-art{width:110%;margin-left:-5%;margin-bottom:-4px}.balance-card{padding:16px;min-height:213px}.card-cartoon{width:83px;height:67px}.balance-card strong{font-size:32px}}.login-page{min-height:100vh;position:relative;overflow:hidden;padding:max(24px,env(safe-area-inset-top)) 18px max(28px,env(safe-area-inset-bottom));display:grid;place-items:center;background:radial-gradient(circle at 13% 10%,rgba(244,190,155,.22) 0 2px,transparent 3px),radial-gradient(circle at 88% 22%,rgba(120,166,130,.2) 0 2px,transparent 3px),linear-gradient(160deg,#fffaf1,#f6f1e4 48%,#edf3e8);background-size:42px 42px,48px 48px,auto}.login-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.login-orb-one{width:340px;height:340px;left:-170px;top:-120px;background:#ffb89533}.login-orb-two{width:420px;height:420px;right:-230px;bottom:-190px;background:#7eaa862e}.login-shell{width:min(100%,1080px);position:relative;z-index:2}.login-brand{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:10px}.login-brand img{display:block;width:min(290px,72vw);height:82px;object-fit:contain}.login-brand span{font-size:10px;font-weight:800;letter-spacing:.2em;color:#839086}.login-welcome{min-height:320px;display:grid;grid-template-columns:minmax(280px,.8fr) minmax(360px,1.2fr);align-items:center;gap:18px;max-width:920px;margin:0 auto -36px;padding:12px 28px 0}.login-copy{padding-left:18px;position:relative;z-index:3}.login-kicker{display:inline-block;padding:8px 12px;border-radius:999px;background:#ffffff8c;color:#67826b;font-size:9px;font-weight:800;letter-spacing:.18em;box-shadow:0 7px 20px #55685812}.login-copy h1{max-width:440px;margin:15px 0 10px;color:#445147;font:800 clamp(31px,5vw,48px)/1.06 Manrope,sans-serif;letter-spacing:-.045em}.login-copy p{max-width:410px;margin:0;color:#7d887f;font-size:14px;line-height:1.7}.login-assistant-art{width:100%;max-width:470px;justify-self:end;filter:drop-shadow(0 20px 20px rgba(77,102,81,.12))}.assistant-character{animation:assistantBreathe 4s ease-in-out infinite;transform-origin:center bottom}.welcome-key{animation:keyWelcome 2.6s ease-in-out infinite;transform-box:fill-box;transform-origin:center}.key-glow{animation:glowPulse 2.2s ease-in-out infinite}.key-sparkles{animation:sparklePulse 1.8s ease-in-out infinite}.floating-leaf{transform-box:fill-box;transform-origin:center;animation:leafFloat 4s ease-in-out infinite}.leaf-two{animation-delay:.8s}.leaf-three{animation-delay:1.5s}@keyframes assistantBreathe{50%{transform:translateY(-4px)}}@keyframes keyWelcome{50%{transform:translateY(-7px) rotate(5deg)}}@keyframes glowPulse{50%{opacity:.65;transform:scale(1.08);transform-origin:center}}@keyframes sparklePulse{50%{opacity:.35}}@keyframes leafFloat{50%{transform:translateY(-9px) rotate(7deg)}}.login-card{width:min(100%,560px);margin:0 auto;padding:34px 36px 27px;border-radius:37px 43px 35px 45px;background:#fffffcf0;box-shadow:0 11px #66756212,0 34px 75px #52635329;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-card-heading{text-align:center;margin-bottom:25px}.login-card-heading>span{font-size:9px;font-weight:800;letter-spacing:.18em;color:#8ba08d}.login-card-heading h2{margin:8px 0 5px;color:#465148;font:800 26px/1.15 Manrope,sans-serif;letter-spacing:-.035em}.login-card-heading p{margin:0;color:#969d95;font-size:12px}.login-form{display:grid;gap:17px}.login-field{display:grid;gap:8px;color:#677269;font-size:11px;font-weight:800}.login-input-wrap{min-height:57px;display:flex;align-items:center;gap:11px;padding:0 16px;border-radius:19px 23px 18px 25px;color:#849488;background:#fbfaf5;box-shadow:inset 0 1px #fffc,0 7px 20px #5b675917;transition:box-shadow .2s ease,transform .2s ease}.login-input-wrap:focus-within{transform:translateY(-1px);box-shadow:0 0 0 3px #7ea9842e,0 10px 27px #5b67591c}.login-input-wrap input{flex:1;min-width:0;padding:17px 0;border:0;background:transparent;color:#465148;font-size:13px;outline:0;box-shadow:none}.login-input-wrap input::placeholder{color:#aeb5ad}.password-toggle{width:34px;height:34px;border:0;border-radius:50%;display:grid;place-items:center;background:transparent;color:#91a096}.password-toggle:hover{background:#edf3e9;color:#66816b}.login-error{display:flex;align-items:center;gap:8px;padding:11px 13px;border-radius:15px;background:#fff0e9;color:#a15f52;font-size:11px;font-weight:700}.login-submit{min-height:59px;margin-top:3px;border:0;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;font-weight:800;background:linear-gradient(135deg,#ffb696,#f8987e 55%,#ef7f78);box-shadow:0 8px #cb685b26,0 18px 38px #e57d6745,0 0 26px #ffb08f2e;transition:transform .18s ease,filter .18s ease}.login-submit:hover{transform:translateY(-2px);filter:saturate(1.05)}.login-submit:active{transform:translateY(3px);box-shadow:0 4px #cb685b26,0 10px 24px #e57d6738}.forgot-link,.login-back{border:0;background:transparent;color:#788c7b;font-size:11px;font-weight:800}.forgot-link{justify-self:center;padding:4px 12px}.forgot-link:hover{text-decoration:underline}.login-back{display:inline-flex;align-items:center;gap:6px;margin:0 0 14px -4px}.login-trust{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:22px;padding-top:18px;border-top:1px dashed #e8e2d5;color:#929b92;font-size:10px}.profile-logout{width:100%;margin-top:18px;padding:13px;border:0;border-radius:999px;color:#8b685e;background:#f8e8df;font-size:12px;font-weight:800}@media(max-width:760px){.login-page{display:block;padding-inline:16px}.login-shell{max-width:590px;margin:0 auto}.login-brand img{height:70px}.login-welcome{min-height:330px;grid-template-columns:1fr;margin-bottom:-43px;padding:8px 6px 0;text-align:center}.login-copy{padding:0 10px}.login-copy h1,.login-copy p{margin-left:auto;margin-right:auto}.login-copy h1{font-size:34px}.login-assistant-art{max-width:390px;justify-self:center;margin-top:-36px}.login-card{padding:31px 23px 25px}}@media(max-width:430px){.login-page{padding-top:max(16px,env(safe-area-inset-top))}.login-brand{gap:5px}.login-brand img{width:230px;height:55px}.login-welcome{min-height:297px;margin-bottom:-34px}.login-copy h1{font-size:29px;margin-top:11px}.login-copy p{font-size:12px;line-height:1.55}.login-assistant-art{width:111%;margin-left:-5.5%;margin-top:-38px}.login-card{border-radius:30px 35px 29px 38px;padding:27px 19px 23px}.login-card-heading h2{font-size:23px}.login-input-wrap{min-height:54px}}.profile-manage{width:100%;margin-top:22px;padding:14px;border:0;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:8px;color:#52705a;background:linear-gradient(145deg,#deefda,#f1f6e8);font-size:12px;font-weight:800;box-shadow:0 6px #5f806414}.staff-portal-shell{min-height:100vh;color:#465048;background:radial-gradient(circle at 12% 11%,rgba(247,188,151,.16) 0 2px,transparent 3px),radial-gradient(circle at 89% 24%,rgba(121,168,132,.14) 0 2px,transparent 3px),linear-gradient(180deg,#fffaf2,#f7f2e8 52%,#eef3e9);background-size:42px 42px,49px 49px,auto}.staff-topbar{position:sticky;top:0;z-index:30;min-height:78px;padding:12px clamp(18px,4vw,48px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fffbf4e8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 1px #ffffffbf,0 8px 30px #4f5e4f0f}.staff-back-button,.staff-top-profile{border:0;background:#fffdf8;color:#68796b;box-shadow:0 7px 20px #53625214}.staff-back-button{justify-self:start;padding:11px 14px;border-radius:999px;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800}.staff-brand{display:flex;align-items:center;gap:12px}.staff-brand img{width:54px;height:54px;object-fit:contain}.staff-brand div{display:flex;flex-direction:column}.staff-brand strong{font:800 15px Manrope,sans-serif}.staff-brand span{color:#929a92;font-size:10px;margin-top:2px}.staff-top-profile{justify-self:end;width:43px;height:43px;border-radius:50%;display:grid;place-items:center}.staff-main{width:min(100%,1440px);margin:0 auto;padding:34px clamp(18px,4vw,52px) 70px}.staff-hero{min-height:310px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);align-items:center;padding:38px 40px 22px 48px;margin-bottom:30px;border-radius:40px 46px 38px 50px;background:radial-gradient(circle at 15% 7%,rgba(255,255,255,.28),transparent 27%),linear-gradient(135deg,#6e9a78,#8fb18d 54%,#abc59f);box-shadow:0 12px #597e5e1a,0 29px 60px #4e6b522e;color:#fff}.staff-hero:after{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border:2px dashed rgba(255,255,255,.21);border-radius:33px 40px 31px 44px;pointer-events:none}.staff-hero-copy{position:relative;z-index:2}.staff-eyebrow{font-size:9px;font-weight:800;letter-spacing:.18em;color:#869687}.staff-hero .staff-eyebrow{color:#ffffffb8}.staff-hero h1{margin:9px 0 7px;font:800 clamp(37px,5vw,56px)/1.02 Manrope,sans-serif;letter-spacing:-.05em}.staff-hero-copy>p{max-width:520px;margin:0;color:#ffffffc2;font-size:14px;line-height:1.65}.staff-hero-stats{display:flex;gap:14px;margin-top:27px}.staff-hero-stats div{min-width:110px;padding:12px 14px;border-radius:18px;background:#ffffff24;box-shadow:inset 0 0 0 1px #ffffff1a}.staff-hero-stats strong{display:block;font:800 20px Manrope,sans-serif}.staff-hero-stats span{font-size:9px;color:#ffffffb8}.hr-team-art{width:100%;max-width:560px;justify-self:end;align-self:end;position:relative;z-index:2;filter:drop-shadow(0 15px 15px rgba(54,80,59,.13))}.hr-person{transform-box:fill-box;transform-origin:center bottom;animation:hrBob 4s ease-in-out infinite}.hr-person-two{animation-delay:.5s}.hr-person-three{animation-delay:1s}.folder-cloud{transform-box:fill-box;transform-origin:center;animation:folderFloat 4.2s ease-in-out infinite}.folder-two{animation-delay:1.2s}@keyframes hrBob{50%{transform:translateY(-4px)}}@keyframes folderFloat{50%{transform:translateY(-9px) rotate(3deg)}}.staff-content-card{padding:32px;border-radius:35px 42px 37px 45px;background:#fffef9f2;box-shadow:0 10px #676d590e,0 31px 70px #58604f1f}.staff-content-header{display:flex;justify-content:space-between;align-items:flex-start;gap:22px}.staff-content-header h2{margin:6px 0 5px;font:800 29px Manrope,sans-serif;letter-spacing:-.04em}.staff-content-header p{margin:0;color:#939a92;font-size:12px}.add-staff-button{border:0;border-radius:999px;padding:15px 20px;display:flex;align-items:center;gap:8px;white-space:nowrap;color:#fff;font-weight:800;background:linear-gradient(135deg,#ffb493,#f49780 54%,#ef7f79);box-shadow:0 7px #cd695c24,0 17px 36px #e37c6640,0 0 24px #ffb1902b}.add-staff-button:hover{transform:translateY(-2px)}.staff-toolbar{display:flex;justify-content:space-between;gap:18px;margin:28px 0 20px}.staff-search{flex:1;min-height:54px;display:flex;align-items:center;gap:11px;padding:0 17px;border-radius:20px 26px 19px 27px;background:#faf8f1;color:#879488;box-shadow:0 7px 22px #58635414}.staff-search input{flex:1;border:0;background:transparent;box-shadow:none;outline:0;color:#4e5a50}.staff-count-pill{display:flex;align-items:center;gap:7px;padding:0 17px;border-radius:999px;background:#eaf3e6;color:#61806a;font-size:11px;font-weight:800}.staff-list{display:grid;gap:14px}.staff-row{min-height:104px;padding:17px 18px;display:grid;grid-template-columns:62px minmax(180px,1.2fr) minmax(170px,1fr) minmax(150px,.8fr) auto;align-items:center;gap:17px;border-radius:25px 31px 26px 34px;background:linear-gradient(145deg,#fffefb,#fbf8ef);box-shadow:0 6px #686c580b,0 15px 34px #595e4d13;transition:transform .18s ease,box-shadow .18s ease}.staff-row:hover{transform:translateY(-2px);box-shadow:0 8px #686c580b,0 22px 38px #595e4d1a}.staff-avatar{width:58px;height:58px;position:relative;border-radius:50%;display:grid;place-items:center;box-shadow:0 7px #54635312,0 12px 25px #5260511a}.staff-avatar.sage{background:linear-gradient(145deg,#b9d4b5,#91b497)}.staff-avatar.peach{background:linear-gradient(145deg,#ffd1b7,#eba68d)}.staff-avatar.lavender{background:linear-gradient(145deg,#dfd0f1,#b9a4d3)}.staff-avatar.mint{background:linear-gradient(145deg,#c9ebd5,#97c7a6)}.staff-avatar.sun{background:linear-gradient(145deg,#ffe7a3,#f2c777)}.staff-avatar>span{font:800 14px Manrope,sans-serif;color:#fff;text-shadow:0 1px 0 rgba(64,78,65,.14)}.avatar-face{position:absolute;right:-3px;bottom:-1px;width:23px;height:23px;border-radius:50%;background:#fff9e8;box-shadow:0 3px 9px #565b4b1f}.avatar-face i{position:absolute;top:7px;width:2px;height:2px;border-radius:50%;background:#6a6251}.avatar-face i:first-child{left:6px}.avatar-face i:nth-child(2){right:6px}.avatar-face b{position:absolute;left:8px;top:13px;width:7px;height:4px;border-bottom:2px solid #6a6251;border-radius:0 0 8px 8px}.staff-person,.staff-role,.staff-leave{display:flex;flex-direction:column;min-width:0}.staff-person strong,.staff-role strong{font-size:13px}.staff-person span,.staff-role span{display:flex;align-items:center;gap:5px;margin-top:5px;color:#909990;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.staff-leave>span{font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#9ca39b}.leave-pill{width:max-content;margin-top:6px;padding:7px 10px;border-radius:999px;display:flex;align-items:center;gap:6px;background:linear-gradient(145deg,#e4f2df,#f4f7e8);color:#5d7c64;font-size:11px;font-weight:800;box-shadow:0 0 18px #91bf8b2e}.staff-leave small{margin-top:4px;color:#9a9f99;font-size:9px}.staff-actions{display:flex;gap:8px}.staff-actions button{width:39px;height:39px;border:0;border-radius:14px;display:grid;place-items:center;color:#718176;background:#edf3ea;box-shadow:0 5px 14px #4e5e4f14}.staff-actions button:last-child{color:#956d61;background:#fae8df}.staff-empty{text-align:center;padding:50px 20px;color:#829085}.staff-empty h3{margin:12px 0 5px;font:800 18px Manrope,sans-serif}.staff-empty p{margin:0;font-size:12px;color:#9da59d}.staff-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#28372d61;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.staff-modal{width:min(100%,760px);max-height:92vh;overflow-y:auto;padding:30px;border-radius:34px 41px 35px 45px;background:#fffaf2;box-shadow:0 35px 90px #31433440}.staff-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.staff-modal-header h2{margin:6px 0 4px;font:800 27px Manrope,sans-serif;letter-spacing:-.04em}.staff-modal-header p{margin:0;color:#969d95;font-size:11px}.staff-modal-header button{width:40px;height:40px;border:0;border-radius:50%;display:grid;place-items:center;background:#f1ede4;color:#6e7a70}.staff-form{display:grid;gap:18px}.staff-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.staff-form label{display:grid;gap:7px;color:#687269;font-size:11px;font-weight:800}.staff-form input{border:0;border-radius:17px 21px 18px 23px;background:#fffef9;box-shadow:0 7px 20px #59645614}.staff-password-input{display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:18px;background:#fffef9;box-shadow:0 7px 20px #59645614;color:#87948a}.staff-password-input input{flex:1;box-shadow:none;padding-inline:0}.staff-modal-note{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:16px;background:#eaf3e6;color:#68806c;font-size:10px}.staff-modal-actions{display:flex;justify-content:flex-end;gap:10px}.staff-cancel-button,.staff-save-button{border:0;border-radius:999px;padding:13px 18px;font-weight:800;font-size:12px}.staff-cancel-button{background:#eee9de;color:#7b807a}.staff-save-button{background:linear-gradient(135deg,#ffb494,#ef8379);color:#fff;box-shadow:0 7px 20px #e27b673d}@media(max-width:1050px){.staff-hero{grid-template-columns:1fr minmax(380px,.9fr)}.staff-row{grid-template-columns:58px 1.3fr 1fr .8fr auto}.staff-role span{white-space:normal}}@media(max-width:850px){.staff-topbar{grid-template-columns:auto 1fr auto}.staff-brand{justify-self:center}.staff-back-button{font-size:0;width:43px;height:43px;padding:0;justify-content:center}.staff-hero{grid-template-columns:1fr;min-height:470px;padding:32px 30px 16px}.hr-team-art{justify-self:center;max-width:530px}.staff-row{grid-template-columns:58px 1fr auto}.staff-role,.staff-leave{grid-column:2}.staff-actions{grid-column:3;grid-row:1/4}}@media(max-width:620px){.staff-main{padding-inline:14px}.staff-brand div{display:none}.staff-hero{min-height:440px;padding:27px 22px 12px}.staff-hero-stats{gap:8px}.staff-hero-stats div{min-width:0;flex:1;padding:10px}.staff-content-card{padding:21px 15px}.staff-content-header{display:grid}.add-staff-button{width:100%;justify-content:center}.staff-toolbar{display:grid}.staff-count-pill{min-height:44px;justify-content:center}.staff-row{grid-template-columns:52px 1fr auto;padding:15px;gap:12px}.staff-avatar{width:50px;height:50px}.staff-person span{white-space:normal}.staff-actions{flex-direction:column}.staff-actions button{width:36px;height:36px}.staff-form-grid{grid-template-columns:1fr}}body{background:radial-gradient(circle at 18% 12%,rgba(255,255,255,.72),transparent 26%),radial-gradient(circle at 84% 20%,rgba(118,151,125,.11),transparent 24%),linear-gradient(180deg,#fbf8f1,#f3eee4);background-size:auto}.login-page{background:radial-gradient(circle at 15% 18%,rgba(255,255,255,.92),transparent 27%),radial-gradient(circle at 86% 16%,rgba(118,151,125,.16),transparent 24%),radial-gradient(circle at 78% 78%,rgba(238,168,143,.13),transparent 26%),linear-gradient(155deg,#f8f5ee,#eee8dd 48%,#e8efe8);background-size:auto}.login-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 22%,rgba(255,255,255,.45) 0 12%,transparent 13%),radial-gradient(ellipse at 69% 35%,rgba(110,145,119,.09) 0 9%,transparent 10%);filter:blur(18px);pointer-events:none}.login-welcome{min-height:330px;grid-template-columns:minmax(300px,.92fr) minmax(380px,1.08fr);margin-bottom:-28px}.login-copy h1{font-size:clamp(34px,5vw,50px);font-weight:700}.premium-login-visual{position:relative;width:100%;height:315px}.cream-form,.glass-orb,.botanical-shadow,.premium-monogram{position:absolute}.cream-form{border-radius:48% 52% 42% 58%/52% 41% 59% 48%}.cream-one{width:250px;height:215px;right:54px;top:34px;background:linear-gradient(145deg,#fffffff5,#efe7dad1);box-shadow:0 30px 70px #575d5021,inset 0 0 50px #fff;transform:rotate(-8deg)}.cream-two{width:165px;height:150px;right:7px;top:104px;background:linear-gradient(145deg,#d7e5d7d6,#b2c8b5a3);box-shadow:0 24px 55px #5769591f;transform:rotate(14deg)}.botanical-shadow{width:170px;height:82px;border-radius:100%;opacity:.18;filter:blur(6px)}.botanical-shadow:before,.botanical-shadow:after{content:"";position:absolute;border-radius:100%;background:#6f8f76}.botanical-shadow:before{width:95px;height:28px;left:10px;top:18px;transform:rotate(-32deg)}.botanical-shadow:after{width:112px;height:31px;right:0;bottom:10px;transform:rotate(24deg)}.botanical-one{right:215px;top:20px}.botanical-two{right:10px;bottom:8px}.glass-orb{border:1px solid rgba(255,255,255,.6);background:#ffffff2e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 20px 48px #4654481a}.orb-one{width:86px;height:86px;border-radius:50%;right:300px;bottom:34px}.orb-two{width:54px;height:54px;border-radius:50%;right:18px;top:32px}.premium-monogram{right:100px;top:96px;width:155px;height:155px;border-radius:38px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#5f7564;background:#ffffff8f;border:1px solid rgba(255,255,255,.72);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 26px 55px #505b4e26}.premium-monogram span{font:700 42px Manrope,sans-serif}.premium-monogram small{margin-top:5px;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.login-card{background:#ffffff9e;border:1px solid rgba(255,255,255,.65);-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);box-shadow:0 28px 75px #4b544824}.login-input-wrap{background:#ffffff70;border:1px solid rgba(255,255,255,.58);box-shadow:inset 0 2px 7px #555d520f,0 8px 24px #4d594d12}.login-submit{background:linear-gradient(135deg,#efa78f,#e9907d);box-shadow:0 10px 28px #d4806a38}.login-orb{display:none}.staff-portal-shell{background:radial-gradient(circle at 12% 10%,rgba(255,255,255,.7),transparent 27%),linear-gradient(180deg,#faf7f0,#f1ece2);background-size:auto}.staff-hero{min-height:300px;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);background:linear-gradient(135deg,#698e72,#97b297);border-radius:32px;box-shadow:0 26px 60px #4e65512e}.staff-hero:after{display:none}.hr-abstract-visual{position:relative;width:100%;height:245px}.hr-panel{position:absolute;display:grid;place-items:center;color:#66816d;background:#ffffffc7;border:1px solid rgba(255,255,255,.78);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 50px #354b3a29}.panel-one{width:145px;height:145px;right:170px;top:48px;border-radius:34px}.panel-two{width:96px;height:96px;right:58px;top:20px;border-radius:28px;color:#a76f61;background:#ffe8dcd1}.panel-three{width:105px;height:105px;right:30px;bottom:12px;border-radius:30px;color:#7d6d99;background:#ebe4f5d4}.hr-ring{position:absolute;border:1px solid rgba(255,255,255,.36);border-radius:50%}.ring-one{width:190px;height:190px;right:135px;top:22px}.ring-two{width:110px;height:110px;right:6px;top:68px}.hr-line{position:absolute;height:1px;background:#fff6}.line-one{width:230px;right:52px;top:124px;transform:rotate(-12deg)}.line-two{width:170px;right:120px;bottom:58px;transform:rotate(16deg)}.staff-content-card{border-radius:28px;background:#fffc;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 26px 62px #51594c1c}.staff-row{border-radius:20px;background:#ffffffd1;box-shadow:0 12px 30px #4d544812}.staff-avatar{border-radius:50%;box-shadow:none;background:linear-gradient(145deg,#a8b9aa,#7f9684)!important}.avatar-face{display:none}.add-staff-button{background:linear-gradient(135deg,#efa58d,#e78e79);box-shadow:0 10px 26px #d47e6838}.staff-actions button{border-radius:12px;box-shadow:none}.leave-pill{box-shadow:none}.staff-modal{background:#ffffffdb;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}@media(max-width:760px){.login-welcome{grid-template-columns:1fr;min-height:395px}.premium-login-visual{height:230px;margin-top:-28px}.cream-one{width:190px;height:165px;right:50%;transform:translate(50%) rotate(-8deg)}.cream-two{width:130px;height:120px;right:14%;top:86px}.premium-monogram{width:125px;height:125px;right:50%;top:62px;transform:translate(50%)}.orb-one{right:72%;bottom:14px}.orb-two{right:10%;top:18px}}:root{--mature-sage:#7f9482;--mature-oat:#d9cdbd;--mature-peach:#d99c88;--mature-lavender:#c4b7cf}.hero{background:radial-gradient(circle at 15% 8%,rgba(255,255,255,.2),transparent 28%),linear-gradient(135deg,#6f8875,#89a08b 55%,#a7b6a2)}.mature-login-art{filter:drop-shadow(0 18px 18px rgba(67,78,68,.1))}.balance-card.annual{background:linear-gradient(145deg,#eee5bb,#f6f0d7 52%,#fbfaf5)}.balance-card.sick{background:linear-gradient(145deg,#d6e2d6,#e8efe6 52%,#fbfaf5)}.balance-card.nopay{background:linear-gradient(145deg,#ddd6e5,#ebe6ef 52%,#fbfaf5)}.mature-card-art{filter:none;opacity:.96}.balance-card strong{color:#4f5a51}.balance-card>span{color:#667067}.balance-card small{color:#7f877f}.balance-card.annual .balance-icon{background:#f1e8c7;color:#8e7857}.balance-card.sick .balance-icon{background:#e3ece1;color:#6e806f}.balance-card.nopay .balance-icon{background:#e8e1ec;color:#7a6f84}.primary-apply{background:linear-gradient(135deg,#dca28d,#d08f7e);box-shadow:0 12px 30px #b8746233}.leaf-mascot.mature-leaf{filter:none;opacity:.88}.leaf-mascot.mature-leaf svg{animation:none}.status-badge.approved{background:#e4ece2;box-shadow:none;color:#627265}.status-badge.pending{background:#eee5d4;box-shadow:none;color:#8b7654}.application-row,.report-card,.balance-card{box-shadow:0 16px 38px #4c544913}.application-row{background:#fffef9f0}.staff-avatar{background:linear-gradient(145deg,#a9b7ab,#87998b)!important}.avatar-face{display:none!important}
