.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 24px;font-family:inherit;font-weight:700;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--primary-orange);color:var(--white)}.btn-primary:hover:not(:disabled){color:#000;background-color:#eeab53;transform:translateY(-2px);box-shadow:0 4px 12px #ff7e0026}.btn-outline{color:var(--primary-blue);background-color:#0000;border:2px solid #e2e8f0}.btn-outline:hover:not(:disabled){color:#000;background-color:#eeab53;border-color:#ffedd5}.btn:disabled{opacity:.6;cursor:not-allowed;filter:grayscale()}.form-group{flex-direction:column;gap:8px;width:100%;display:flex}.input-label{color:var(--primary-blue);margin-left:4px;font-size:14px;font-weight:600}.custom-input{width:100%;color:var(--text-main);background-color:#fcfdfe;border:2px solid #eef2f6;border-radius:14px;outline:none;padding:14px 18px;font-size:15px;transition:all .25s}.custom-input:focus{border-color:var(--primary-orange);background-color:#fff;box-shadow:0 0 0 4px #ff7e001f}.custom-input:hover:not(:focus){border-color:#cbd5e0}.custom-input::placeholder{color:#a0aec0}.input-error{border-color:#feb2b2}.error-text{color:#e53e3e;margin-left:4px;font-size:12px}.input-wrapper{align-items:center;display:flex;position:relative}.password-toggle{cursor:pointer;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:18px;display:flex;position:absolute;right:14px}.password-toggle:hover{opacity:.7}.split-auth-container.signup-reverse{grid-template-columns:1fr 1fr;height:100vh;display:grid}.signup-reverse .auth-form-side{background:#fff;order:1;justify-content:center;align-items:center;padding:40px;display:flex;position:relative;overflow-y:auto}.signup-reverse .auth-info-side{color:#fff;background:#0f172a;order:2;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login-box-container{z-index:2;width:100%;max-width:500px}.signup-grid{grid-template-columns:1fr 1fr;gap:15px;width:100%;display:grid}.role-selection-wrapper{cursor:pointer;background:#f1f5f9;border-radius:14px;margin-bottom:25px;padding:5px;display:flex;position:relative}.role-tab{text-align:center;color:#64748b;z-index:2;-webkit-user-select:none;user-select:none;flex:1;padding:12px;font-size:14px;font-weight:700;transition:all .3s}.role-tab.active{color:#fff}.role-pill-bg{z-index:1;background:#f97316;border-radius:10px;width:calc(50% - 5px);height:calc(100% - 10px);transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:5px;left:5px}.role-pill-bg.employee{transform:translate(100%)}.abstract-glow-alt{filter:blur(80px);background:radial-gradient(circle,#f9731626 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-10%;right:-10%}@media (width<=1024px){.auth-master-wrapper{min-height:100svh;display:block;height:auto!important;overflow-y:auto!important}.split-auth-container.signup-reverse{grid-template-columns:1fr;min-height:100svh;display:block;height:auto!important}.signup-reverse .auth-info-side{display:none}.signup-reverse .auth-form-side{justify-content:flex-start;min-height:100svh;padding:100px 20px 80px;height:auto!important;overflow-y:visible!important}.back-to-site-btn{z-index:100;position:absolute;top:30px;left:20px}.login-box-container{padding-bottom:50px}}@media (width<=600px){.signup-grid{grid-template-columns:1fr;gap:10px}.auth-header h2{font-size:24px}input{font-size:16px!important}}.fade-in-right{animation:.8s ease-out forwards fadeInRight}.slide-up-fade{animation:.6s ease-out forwards slideUp}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.error-banner-modern{color:#e11d48;text-align:center;background:#fff1f2;border:1px solid #fda4af;border-radius:10px;margin-bottom:20px;padding:12px;font-size:13px;font-weight:600;animation:.4s ease-in-out shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#fffffff2;border-bottom:1px solid #f1f5f9;align-items:center;height:80px;display:flex;position:sticky;top:0;box-shadow:0 20px 10px -5px #0000000d,0 2px 4px -1px #00000008}.nav-container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 24px;display:flex}.logo{color:var(--primary-blue);cursor:pointer;white-space:nowrap;flex-shrink:0;align-items:center;gap:12px;font-size:24px;font-weight:700;display:flex}.logo-text{color:var(--primary-blue);align-items:center;gap:4px;display:flex}.logo-box{background:var(--primary-blue);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.orange-text{color:var(--primary-orange)}.nav-actions{align-items:center;gap:28px;display:flex}.login-link{color:var(--primary-blue);transition:var(--transition);font-size:20px;font-weight:500;text-decoration:none}.login-link:hover{color:var(--primary-orange)}.nav-btn{border-radius:10px!important;padding:10px 20px!important;font-size:18px!important}.btn-outline{background-color:var(--primary-orange);color:var(--bg-light)}.btn-outline:hover{color:#000!important;background-color:#eeab53!important;border-color:#ffedd5!important;font-weight:650!important}@media (width<=640px){.navbar{height:70px}.login-link{display:none}}.auth-master-wrapper{background:#fff;height:100vh;overflow:hidden}.split-auth-container{grid-template-columns:1fr 1fr;height:100vh;display:grid}.auth-info-side{color:#fff;background:#0f172a;justify-content:center;align-items:center;padding:60px;display:flex;position:relative;overflow:hidden}.info-content{z-index:2;max-width:500px}.logo-badge{color:#f97316;background:#f973161a;border:1px solid #f9731633;border-radius:100px;margin-bottom:24px;padding:8px 16px;font-weight:700;display:inline-block}.info-content h1{margin-bottom:20px;font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1.1}.info-content h1 span{color:#f97316}.info-content p{color:#94a3b8;margin-bottom:40px;font-size:clamp(14px,2vw,18px);line-height:1.6}.feature-list{flex-direction:column;gap:16px;margin-bottom:60px;display:flex}.f-item{color:#cbd5e1;font-size:15px;font-weight:500}.info-footer{color:#64748b;letter-spacing:1px;text-transform:uppercase;font-size:13px}.abstract-glow{filter:blur(80px);background:radial-gradient(circle,#f9731626 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-10%;right:-10%}.auth-form-side{background:#f8fafc;justify-content:center;align-items:center;padding:40px;display:flex;position:relative;overflow-y:auto}.login-box-container{width:100%;max-width:420px;padding:20px}.auth-header h2{color:#0f172a;margin-bottom:8px;font-size:clamp(24px,3vw,32px);font-weight:800}.auth-header p{color:#64748b;margin-bottom:32px}.login-form-modern{flex-direction:column;gap:20px;display:flex}.forgot-password-modern{text-align:right;margin-top:-8px}.forgot-password-modern a{color:#64748b;font-size:14px;text-decoration:none}.forgot-password-modern a:hover{color:#f97316}.login-btn-modern{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:12px;width:100%;margin-top:10px;padding:14px;font-size:16px;font-weight:700;box-shadow:0 4px 14px #f973164d}.auth-footer-modern{text-align:center;color:#64748b;margin-top:32px;font-size:15px}.auth-footer-modern a{color:#f97316;font-weight:700;text-decoration:none}.error-banner-modern{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:24px;padding:14px;font-size:14px}.back-to-site-btn{color:#64748b;z-index:10;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:absolute;top:40px;left:40px}.back-to-site-btn:hover{color:#f97316;background:#f973160d}.back-icon{font-size:18px;transition:transform .3s}.back-to-site-btn:hover .back-icon{transform:translate(-4px)}.fade-in-left{animation:.8s ease-out forwards fadeInLeft}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@media (width<=1024px){.split-auth-container{grid-template-columns:1fr}.auth-info-side{display:none}.auth-form-side{height:100vh;padding:20px}.back-to-site-btn{top:20px;left:20px}}.auth-master-wrapper.otp-bg{background:#0f172a;flex-direction:column;height:100vh;display:flex;position:relative;overflow:auto}.otp-flex-container{z-index:10;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.otp-card-modern{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:32px;width:100%;max-width:480px;padding:50px 40px;box-shadow:0 25px 50px -12px #00000080}.otp-icon-box{background:#f973161a;border:1px solid #f9731633;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:40px;display:flex}.otp-header-text h2{color:#fff;margin-bottom:12px;font-size:clamp(22px,4vw,28px);font-weight:800}.otp-header-text p{color:#94a3b8;word-break:break-all;margin-bottom:0;font-size:16px;line-height:1.6}.otp-header-text strong{color:#f97316;font-weight:600}.otp-input-wrapper{flex-wrap:wrap;justify-content:center;gap:clamp(6px,2vw,12px);margin:40px 0;display:flex}.otp-box-modern{text-align:center;color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:clamp(40px,10vw,54px);height:clamp(50px,12vw,64px);font-size:24px;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1)}.otp-box-modern:focus{background:#f973160d;border-color:#f97316;transform:translateY(-2px);box-shadow:0 0 15px #f973164d}.otp-submit-btn{cursor:pointer;border:none;width:100%;box-shadow:0 10px 20px -5px #f9731666;color:#fff!important;background:#f97316!important;border-radius:12px!important;padding:16px!important;font-size:16px!important;font-weight:700!important}.otp-footer-modern{color:#64748b;margin-top:32px;font-size:14px}.resend-link{color:#f97316;cursor:pointer;background:0 0;border:none;margin-left:5px;padding:0;font-weight:700}.resend-link:hover{text-decoration:underline}.otp-back-link{margin-top:24px}.text-btn{color:#475569;cursor:pointer;background:0 0;border:none;font-size:13px}.text-btn:hover{color:#94a3b8}.otp-glow-1{z-index:1;background:radial-gradient(circle,#f9731614 0%,#0000 70%);width:40vw;height:40vw;position:absolute;top:-10%;left:-10%}.otp-glow-2{z-index:1;background:radial-gradient(circle,#f973160d 0%,#0000 70%);width:40vw;height:40vw;position:absolute;bottom:-10%;right:-10%}@media (width<=500px){.otp-card-modern{background:#0f172ae6;border-radius:16px;padding:40px 20px}.otp-input-wrapper{gap:8px}.otp-flex-container{align-items:flex-start;margin-top:5vh;padding:10px}}.landing-page{font-family:Inter,sans-serif}.hero{background:radial-gradient(circle at 100% 0,#f8fafc,#f5f4f4);height:78vh;padding:100px 0 10px}.hero-container{text-align:center;max-width:900px;margin:0 auto;padding:0 20px}.badge-wrapper{margin-bottom:50px}.enterprise-badge{background:var(--bg-badge);color:var(--primary-orange);border:1px solid #ff7e001a;border-radius:50px;padding:8px 20px;font-size:18px;font-weight:600}.hero h1{color:var(--primary-blue);margin-bottom:30px;font-size:80px;font-weight:800;line-height:1.1}.orange-text{color:var(--primary-orange);display:block}.hero-description{color:var(--text-muted);max-width:650px;margin:0 auto 50px;font-size:18px;line-height:1.6}.hero-actions{justify-content:center;gap:16px;margin-top:40px;margin-bottom:60px;display:flex}.btn-large{border-radius:15px!important;padding:16px 32px!important;font-size:20px!important}.trust-indicators{color:var(--text-muted);justify-content:center;gap:50px;margin-bottom:40px;font-size:18px;display:flex}.check{color:var(--success-green);margin-right:8px;font-style:normal;font-weight:700}.modules{background-color:var(--white);padding:100px 0}.modules-container{text-align:center;max-width:1200px;margin:0 auto;padding:0 24px}.modules h2{color:var(--primary-blue);margin-bottom:16px;font-size:42px;font-weight:800}.modules-sub{color:var(--text-muted);margin-bottom:60px;padding-left:10px;font-size:18px}.module-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;display:grid}.module-card{text-align:center;transition:var(--transition);background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;align-items:center;padding:40px 30px;display:flex;box-shadow:0 4px 6px -1px #00000005}.module-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;font-size:24px;display:flex}.module-card:hover{box-shadow:var(--shadow-soft);border-color:#0000;transform:translateY(-5px)}.module-card h3{color:var(--primary-blue);margin-bottom:12px;font-size:22px;font-weight:700}.module-card p{color:var(--text-muted);margin:0;font-size:15px;line-height:1.6}@media (width<=768px){.hero h1{font-size:42px}.hero-actions{flex-direction:column;align-items:center}.hero-actions button{width:100%;max-width:300px}.trust-indicators{flex-direction:column;gap:10px}}@media (width<=600px){.hero-actions{flex-direction:column;padding:0 20px}.hero h1{font-size:36px}}:root{--sb-bg:#0f172a;--sb-accent:#ea580c;--sb-text:#94a3b8;--sb-text-hi:#f8fafc;--sb-hover:#ffffff0d;--sb-active-bg:#ea580c1a;--sb-active-text:#fb923c;--sb-ease:all .3s cubic-bezier(.4, 0, .2, 1)}.sidebar{background:var(--sb-bg);width:280px;height:100vh;color:var(--sb-text);z-index:1100;border-right:1px solid #ffffff0f;flex-direction:column;font-family:Inter,sans-serif;transition:transform .3s;display:flex;position:sticky;top:0}.sidebar-logo{cursor:pointer;align-items:center;gap:12px;padding:32px 24px;display:flex}.logo-icon-box{background:var(--sb-accent);color:#fff;border-radius:10px;width:36px;height:36px;padding:6px;box-shadow:0 4px 15px #ea580c4d}.logo-text{color:var(--sb-text-hi);letter-spacing:-.5px;font-size:22px;font-weight:800}.logo-text span{color:var(--sb-accent)}.sidebar-nav{flex-direction:column;flex:1;gap:4px;padding:0 16px;display:flex;overflow-y:auto}.nav-link{color:var(--sb-text);transition:var(--sb-ease);cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.nav-link:hover{background:var(--sb-hover);color:var(--sb-text-hi);transform:translate(4px)}.nav-link.active{background:var(--sb-active-bg);color:var(--sb-active-text)}.nav-link .icon{align-items:center;width:20px;height:20px;display:flex}.nav-group .group-content{opacity:0;max-height:0;margin-left:8px;transition:max-height .4s ease-out,opacity .3s;overflow:hidden}.nav-group.is-open>.group-content{opacity:1;max-height:1000px;padding-bottom:8px}.group-btn .arrow{opacity:.5;margin-left:auto;font-size:8px}.sub-link{padding:10px 16px;font-size:13px}.indicator{background:var(--sb-text);opacity:.3;border-radius:50%;width:6px;height:6px}.active .indicator{background:var(--sb-accent);opacity:1;box-shadow:0 0 8px var(--sb-accent)}.shapes-list{border-left:1px solid #ffffff0d;flex-direction:column;gap:2px;padding-left:20px;display:flex;margin-left:18px!important}.shape-item{color:var(--sb-text);text-align:left;cursor:pointer;transition:var(--sb-ease);background:0 0;border:none;border-radius:8px;padding:8px 12px;font-size:12px}.shape-item:hover,.shape-item.active{color:var(--sb-active-text);background:#ffffff08}.sidebar-footer{background:#00000026;border-top:1px solid #ffffff0f;padding:24px 16px}.user-profile{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;align-items:center;gap:12px;margin-bottom:16px;padding:12px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#334155,#1e293b);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.info{flex-direction:column;display:flex;overflow:hidden}.name{color:var(--sb-text-hi);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.role{text-transform:uppercase;color:var(--sb-accent);font-size:10px;font-weight:800}.logout-btn{color:#f87171;cursor:pointer;width:100%;transition:var(--sb-ease);background:#ef44441a;border:1px solid #ef44441a;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px;font-weight:600;display:flex}.logout-btn:hover{color:#fff;background:#ef4444}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1050;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;display:none;position:fixed;inset:0}.sidebar-overlay.active{opacity:1;pointer-events:auto;display:block}.mobile-close-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;width:32px;height:32px;margin-left:auto;font-size:18px;display:none}@media (width<=1024px){.sidebar{box-shadow:none;z-index:2000;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0);box-shadow:15px 0 40px #0000004d}.mobile-close-btn{justify-content:center;align-items:center;display:flex}}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.dashboard-layout{background:#f8fafc;width:100%;min-height:100svh;display:flex;overflow-x:hidden}.dashboard-content{flex-direction:column;flex:1;width:100%;min-width:0;display:flex}.top-global-header{z-index:1000;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;width:100%;height:70px;padding:0 40px;display:flex;position:sticky;top:0}.mobile-hamburger{cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:40px;height:40px;padding:0;transition:background .2s;display:none}.mobile-hamburger:active{background:#e2e8f0}.header-brand-mobile{color:#0f172a;letter-spacing:-.5px;font-size:18px;font-weight:800;display:none}.header-user-profile{align-items:center;gap:15px;display:flex}.user-details-desktop{text-align:right}.user-name{color:#1e293b;font-size:14px;font-weight:700;display:block}.user-status{color:#10b981;justify-content:flex-end;align-items:center;gap:4px;font-size:11px;display:flex}.user-status:before{content:"";background:#10b981;border-radius:50%;width:6px;height:6px}.user-avatar{color:#fff;background:#ea580c;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex;box-shadow:0 4px 10px #ea580c33}.page-container{box-sizing:border-box;flex:1;width:100%;padding:30px}@media (width<=1024px){.top-global-header{height:60px;padding:0 16px}.mobile-hamburger{display:flex}.header-brand-mobile{display:block}.user-details-desktop{display:none}.page-container{padding:20px 16px}}@media (width<=480px){.top-global-header{height:56px}.user-avatar{width:34px;height:34px;font-size:14px}}.dashboard-content{flex-direction:column;flex:1;width:100%;display:flex}.top-global-header{z-index:1000;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:70px;padding:0 40px;display:flex;position:fixed;top:0;left:280px;right:0}.page-container{box-sizing:border-box;flex:1;width:100%;margin-top:70px;padding:30px}.mobile-hamburger{cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:40px;height:40px;display:none}.mobile-hamburger .bar{background-color:#0f172a;border-radius:2px;width:20px;height:2px}.header-brand-mobile{color:#0f172a;font-size:18px;font-weight:800;display:none}.header-brand-mobile span{color:#ea580c}@media (width<=1024px){.top-global-header{height:60px;padding:0 16px;left:0}.page-container{margin-top:60px;padding:16px}.mobile-hamburger,.header-brand-mobile{display:flex}.user-details-desktop{display:none}}.dashboard-layout{background:#f8fafc;width:100%;min-height:100vh;display:flex}.dash-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.dash-header h1{color:var(--primary-blue);margin-bottom:4px;font-size:28px}.dash-header p{color:var(--text-muted)}.dash-user-pill{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #eee;border-radius:50px;align-items:center;gap:12px;padding:8px 16px;display:flex}.avatar{background:var(--primary-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:40px;display:grid}.stat-card{box-shadow:var(--shadow-soft);background:#fff;border-radius:16px;align-items:center;gap:20px;padding:24px;display:flex;position:relative}.stat-icon{background:var(--bg-light);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;display:flex}.stat-info h3{color:var(--primary-blue);font-size:24px}.stat-info p{color:var(--text-muted);font-size:14px}.recent-activity{box-shadow:var(--shadow-soft);background:#fff;border-radius:20px;padding:30px}.card-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.activity-table{border-collapse:collapse;text-align:left;width:100%}.activity-table th{color:var(--text-muted);border-bottom:2px solid #f4f7fe;padding:12px;font-weight:600}.activity-table td{color:var(--primary-blue);border-bottom:1px solid #f4f7fe;padding:16px 12px}.status-badge{border-radius:50px;padding:4px 12px;font-size:12px;font-weight:600}.status-badge.complete{color:#38b2ac;background:#e6fffa}.status-badge.pending{color:#dd6b20;background:#fffaf0}.dashboard-layout{background-color:#f8fafc;min-height:100vh;display:flex}.dashboard-main{flex:1;padding:40px;overflow-y:auto}.page-header{margin-bottom:32px}.page-header h1{color:#0f172a;letter-spacing:-.5px;margin-bottom:8px;font-size:clamp(24px,4vw,32px);font-weight:800}.page-header p{color:#64748b;font-size:15px;font-weight:400}.calculator-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:24px;display:grid}.dashboard-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:32px;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.card-title{color:#0f172a;margin-bottom:24px;font-size:18px;font-weight:700}.form-group{width:100%;margin-bottom:20px}.input-label{color:#334155;text-transform:capitalize;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.dynamic-inputs-grid{grid-template-columns:1fr 1fr;gap:16px;width:100%;margin-bottom:16px;display:grid}.dynamic-inputs-grid>.input-wrapper:last-child:nth-child(odd){grid-column:1/-1}.modernized-select{color:#1e293b;appearance:none;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:12px 16px;font-size:14px;transition:all .2s}.modernized-select:focus{border-color:#ea580c;outline:none;box-shadow:0 0 0 3px #f9731626}.error-border{border-color:#ef4444!important}.btn-calc-submit{color:#fff;cursor:pointer;background-color:#ea580c;border:none;border-radius:8px;width:100%;margin-top:10px;padding:14px;font-size:15px;font-weight:600;transition:all .3s}.btn-calc-submit:hover{background-color:#c2410c;transform:translateY(-2px);box-shadow:0 4px 12px #ea580c4d}.shape-visual-preview{background-color:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:100%;height:280px;margin-bottom:auto;display:flex}.shape-placeholder{color:#64748b;font-size:15px;font-weight:500}.glowing-result-card{text-align:center;background:#fff;border:1px solid #f973161a;border-radius:12px;margin-top:30px;padding:24px;box-shadow:0 10px 30px -5px #f9731640}.empty-result-card{text-align:center;opacity:.7;background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:30px;padding:24px;box-shadow:0 4px 6px -1px #0000000d}.res-subtitle{color:#64748b;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.res-title{color:#0f172a;font-size:clamp(20px,3vw,24px);font-weight:500}.res-title strong{font-weight:800}.res-title.empty{color:#94a3b8}.slide-down{animation:.5s ease-out slideDown}.fade-in{animation:.6s ease-out fadeIn}.bounce-in{animation:.5s cubic-bezier(.175,.885,.32,1.275) bounceIn}@keyframes slideDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounceIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=1024px){.calculator-grid{grid-template-columns:1fr;gap:20px}.shape-visual-preview{height:200px}.dashboard-main{padding:20px}}@media (width<=600px){.dashboard-card{padding:20px}.dynamic-inputs-grid{grid-template-columns:1fr}.dynamic-inputs-grid>.input-wrapper:last-child:nth-child(odd){grid-column:auto}}.mhr-header-row{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.mhr-result-badge-modern{text-align:right;background:#0f172a;border-left:5px solid #ea580c;border-radius:16px;padding:15px 30px;box-shadow:0 10px 15px -3px #0000001a}.mhr-result-badge-modern .badge-label{color:#94a3b8;letter-spacing:1px;margin-bottom:4px;font-size:11px;font-weight:800;display:block}.mhr-result-badge-modern .badge-value{color:#fb923c;font-size:28px;font-weight:800}.mhr-result-badge-modern .badge-value small{color:#64748b;font-size:14px}.mhr-calculator-card{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #0000000d;border-radius:20px;overflow:hidden}.mhr-card-top{background:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:30px;display:flex}.stepper-modern{gap:40px;display:flex}.step-item{opacity:.4;align-items:center;gap:12px;transition:all .3s;display:flex}.step-item.active{opacity:1}.step-item.completed{opacity:.8;color:#ea580c}.step-circle{background:#fff;border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:flex}.step-item.active .step-circle{color:#fff;background:#ea580c;border-color:#ea580c}.step-item.completed .step-circle{color:#ea580c;background:#fdf2f2;border-color:#ea580c}.step-label-text{font-size:14px;font-weight:700}.modern-select{color:#1e293b;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:10px 15px;font-weight:600}.mhr-form-body{padding:40px}.step-title{color:#0f172a;margin-bottom:30px;font-size:18px;font-weight:800}.mhr-input-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px;margin-bottom:40px;display:grid}.step-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;padding-top:20px;display:flex}.step-actions.split{justify-content:space-between}.slide-up{animation:.4s ease-out forwards slideUp}@media (width<=1024px){.mhr-card-top{flex-direction:column;align-items:flex-start;gap:30px}}.manage-employees-container{box-sizing:border-box;width:100%;padding:10px}.section-title-box{align-items:center;gap:12px;margin:30px 0 20px;display:flex}.section-title-box h2{color:#0f172a;margin:0;font-size:clamp(18px,3vw,24px)}.notification-dot{background:#f97316;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #f9731666}.count-badge{color:#475569;background:#e2e8f0;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:700}.pending-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.approval-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;transition:all .3s}.approval-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.user-info-main{align-items:center;gap:15px;margin-bottom:20px;display:flex}.avatar-placeholder{color:#0f172a;background:#f1f5f9;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-weight:800;display:flex}.details h4{color:#0f172a;margin:0 0 4px;font-size:16px}.details p{color:#64748b;word-break:break-all;margin:0;font-size:13px}.card-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.btn-approve-solid{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;padding:10px;font-weight:700;transition:all .3s}.btn-approve-solid:hover:not(:disabled){background:#ea580c}.btn-approve-solid:disabled{opacity:.7;cursor:not-allowed}.btn-reject-ghost{color:#ef4444;cursor:pointer;background:0 0;border:1.5px solid #fee2e2;border-radius:8px;padding:10px;font-weight:700;transition:all .3s}.btn-reject-ghost:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.empty-state-card{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:30px;font-size:14px}.status-tag{text-transform:uppercase;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:800}.status-tag.approved{color:#166534;background:#dcfce7}.status-tag.rejected{color:#991b1b;background:#fee2e2}.table-wrapper-modern{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;overflow-x:auto}.modern-table{border-collapse:collapse;text-align:left;width:100%;min-width:600px}.modern-table th{color:#64748b;white-space:nowrap;background:#f8fafc;padding:15px;font-size:12px}.modern-table td{white-space:nowrap;border-top:1px solid #f1f5f9;padding:15px;font-size:14px}.table-user{align-items:center;gap:10px;display:flex}.mini-avatar{color:#0f172a;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}@media (width<=600px){.manage-employees-container{padding:0}.modern-table th,.modern-table td{padding:10px}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.table{display:table}.outline{outline-style:var(--tw-outline-style);outline-width:1px}}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}h1{font-size:48px;font-weight:700}h2{font-size:32px;font-weight:600}h3{font-size:20px;font-weight:600}p{color:var(--color-text-light);font-size:16px}@media (width<=768px){h1{font-size:32px}h2{font-size:24px}}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.text-center{text-align:center}.container{max-width:1200px;margin:auto;padding:0 20px}.grid-4{gap:var(--spacing-md);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=900px){.grid-4{grid-template-columns:1fr}}:root{--primary-blue:#002b49;--primary-orange:#f97316;--text-main:#002b49;--text-muted:#64748b;--success-green:#10b981;--white:#fff;--bg-light:#f8fafc;--bg-badge:#fff7ed;--bg-icon-blue:#2563eb1a;--bg-icon-orange:#f59e0b1a;--bg-icon-green:#10b9811a;--bg-icon-purple:#8b5cf61a;--color-icon-blue:#2563eb;--color-icon-orange:#d97706;--color-icon-green:#059669;--color-icon-purple:#7c3aed;--radius-lg:24px;--radius-md:12px;--shadow-soft:0 10px 30px #0000000a;--transition:all .3s ease;--sidebar-width:260px;--sidebar-bg:#0f172a;--sidebar-text:#fff;--sidebar-hover:#ffffff1a;--dash-bg:#f8fafc;--shadow-card:0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;--border-radius-card:16px}
