:root{--sidebar-bg: #ffffff;--sidebar-border: #e2e8f0;--text-muted: #64748b;--primary: #3b82f6}.sidebar{display:flex;flex-direction:column;background:linear-gradient(180deg,var(--hc-primary) 0%,var(--hc-bg-dark) 100%);color:#fff;padding:32px 24px;border-radius:12px;min-width:260px;box-shadow:0 4px 12px #0000004d;border:1px solid rgba(255,255,255,.1);min-height:100%}.sidebar__brand{margin-bottom:24px;text-align:center}.sidebar__logo{width:100%;max-width:180px;height:auto;margin-bottom:8px}.sidebar__subtitle{margin:0;color:#ffffffb3;font-size:.85rem;font-weight:500;letter-spacing:.05em}.sidebar__nav{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.sidebar__link{display:flex;align-items:center;gap:12px;padding:13px 18px;border-radius:12px;color:#ffffffeb;text-decoration:none;font-weight:600;transition:all .18s;border:1.5px solid transparent;font-size:1.04rem}.sidebar__link-icon{flex-shrink:0}.sidebar__link:hover,.sidebar__link:focus-visible{background:#f5911f21;color:#fff;border-color:#f5911f;outline:none}.sidebar__link--active{background:linear-gradient(90deg,#f5911f,#0057b0);color:#fff;box-shadow:0 2px 12px #f5911f2e;border-color:#f5911f}.sidebar__footer{margin-top:auto;padding:16px;border-radius:8px;background:#0003;border:1px solid rgba(255,255,255,.1)}.sidebar__role-badge{display:flex;align-items:center;gap:7px;padding:6px 10px;border-radius:6px;border:1px solid;font-size:.78rem;font-weight:600;margin-bottom:8px}.sidebar__role-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.sidebar__email{margin:0;font-size:.72rem;color:#ffffff73;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.language-selector{position:relative}.language-selector__button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fffffff2;border:1px solid rgba(0,54,97,.2);border-radius:8px;color:#003661;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}.language-selector__button:hover{background:#fff;border-color:#003661;transform:translateY(-2px);box-shadow:0 4px 12px #00366126}.language-selector__arrow{transition:transform .3s ease}.language-selector__arrow.open{transform:rotate(180deg)}.language-selector__dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;overflow:hidden;min-width:160px;z-index:1000;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-selector__option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:#fff;border:none;color:#1e293b;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.language-selector__option:hover{background:#f1f5f9}.language-selector__option.active{background:#e0f2fe;color:#0369a1;font-weight:600}.language-selector__option svg{color:#f5911f}.landing__nav .language-selector__button{background:#f8fafc;border:1px solid #e2e8f0;color:#0f172a;-webkit-backdrop-filter:none;backdrop-filter:none}.landing__nav .language-selector__button:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f}.nbell{position:relative}.nbell__btn{position:relative;background:transparent;border:1.5px solid transparent;border-radius:10px;padding:8px 10px;cursor:pointer;color:#475569;transition:all .18s;display:flex;align-items:center;justify-content:center}.nbell__btn:hover{background:#f1f5f9;border-color:#e2e8f0;color:#003661}.nbell__btn--active{background:#eff6ff;border-color:#bfdbfe;color:#003661}.nbell__icon{width:20px;height:20px}.nbell__badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:800;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;line-height:1;animation:bellPop .3s ease}@keyframes bellPop{0%{transform:scale(0)}to{transform:scale(1)}}.nbell__panel{position:absolute;top:calc(100% + 10px);right:0;width:360px;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 60px #0000002e;z-index:9999;overflow:hidden;animation:panelSlide .18s ease}@keyframes panelSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.nbell__panel-head{display:flex;justify-content:space-between;align-items:center;padding:14px 18px 12px;border-bottom:1.5px solid #f1f5f9;background:linear-gradient(135deg,#f8fbff,#fff)}.nbell__panel-title{font-weight:700;font-size:.95rem;color:#003661}.nbell__mark-all{font-size:.75rem;color:#2563eb;font-weight:600;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.nbell__mark-all:hover{text-decoration:underline}.nbell__list{max-height:420px;overflow-y:auto;scrollbar-width:thin}.nbell__section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;padding:10px 18px 4px;margin:0}.nbell__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:10px;color:#94a3b8;font-size:.88rem;text-align:center}.nbell__empty-icon{font-size:2rem}.nbell__empty p{margin:0}.nbell__item{width:100%;display:flex;align-items:flex-start;gap:12px;padding:12px 18px;background:none;border:none;border-bottom:1px solid #f1f5f9;cursor:pointer;font-family:inherit;text-align:left;transition:background .14s;position:relative}.nbell__item:last-child{border-bottom:none}.nbell__item:hover{background:#f8fafc}.nbell__item--unread{background:#eff6ff}.nbell__item--unread:hover{background:#dbeafe}.nbell__item--high.nbell__item--unread{background:#fff7ed;border-left:3px solid #f97316}.nbell__item--high.nbell__item--unread:hover{background:#ffedd5}.nbell__item-icon{font-size:1.3rem;flex-shrink:0;margin-top:1px}.nbell__item-body{flex:1;min-width:0}.nbell__item-title{margin:0 0 2px;font-size:.82rem;font-weight:700;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nbell__item-msg{margin:0 0 4px;font-size:.78rem;color:#475569;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nbell__item-time{margin:0;font-size:.72rem;color:#94a3b8}.nbell__dot{width:8px;height:8px;border-radius:50%;background:#2563eb;flex-shrink:0;margin-top:6px}@media(max-width:480px){.nbell__panel{width:calc(100vw - 32px);right:-16px}}:root{--background: #f8fafc;--card-bg: #ffffff;--border: #e2e8f0;--text: #1e293b}.app-shell{min-height:100vh;padding:32px;display:grid;grid-template-columns:280px 1fr;gap:32px;background:linear-gradient(135deg,#003661,#004d8a)}.app-shell__content{background:#fffffffa;border-radius:22px;padding:36px 32px 32px;border:1.5px solid #e2e8f0;box-shadow:0 8px 32px #002f6c17,0 1.5px 6px #00000008;display:flex;flex-direction:column;transition:box-shadow .18s}.app-shell__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:24px;flex-wrap:wrap;padding-bottom:24px;border-bottom:2.5px solid #f5911f}.app-shell__eyebrow{color:var(--hc-primary-light);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;margin-bottom:8px;font-weight:600}.app-shell__title{color:var(--hc-primary);margin:0;font-size:2rem;font-weight:700}.app-shell__user{display:flex;align-items:center;gap:20px}.app-shell__user-email{margin:0;font-weight:600;color:var(--hc-primary)}.app-shell__user-session{margin:2px 0 0;font-size:.8rem;color:#64748b}.app-shell__logout{border:2px solid #f5911f;background:linear-gradient(90deg,#f5911f,#fff);color:#003a75;padding:11px 22px;border-radius:12px;cursor:pointer;font-weight:700;font-size:1.04rem;transition:all .18s;outline:2px solid transparent;outline-offset:2px}.app-shell__logout:hover,.app-shell__logout:focus-visible{background:linear-gradient(90deg,#f5911f,#0057b0);color:#fff;border-color:#0057b0;outline:2px solid #f5911f}.app-shell__logout:hover{background:var(--hc-accent);color:#fff;border-color:var(--hc-accent-dark);transform:translateY(-2px);box-shadow:0 4px 8px #f5911f4d}.app-shell__body{flex:1}.app-shell__session-warn{display:flex;align-items:center;gap:12px;background:#fff7ed;border:1.5px solid #fed7aa;border-radius:10px;padding:12px 18px;margin-bottom:20px;font-size:.85rem;color:#92400e;animation:warnPulse 2s ease-in-out infinite}.app-shell__session-warn span:first-child{font-size:1.2rem}.app-shell__session-warn button{margin-left:auto;padding:6px 14px;background:#f97316;border:none;border-radius:6px;color:#fff;font-size:.8rem;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap}@keyframes warnPulse{0%,to{box-shadow:0 0 #f9731626}50%{box-shadow:0 0 0 6px #f9731600}}@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:24px 24px 80px;overflow:hidden}.hero__bg{position:absolute;inset:0;pointer-events:none;z-index:0}.hero__bg-image{position:absolute;inset:0;background-image:url(/assets/ChatGPT%20Image%20Mar%201,%202026,%2004_04_12%20PM.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero__bg-gradient{position:absolute;inset:0;background:linear-gradient(160deg,#0a3d66d1,#0b4b79c7,#0d5a8fbf 70%,#0a3d66d9)}.hero__bg-glow{position:absolute;top:-20%;right:-15%;width:70%;height:80%;background:radial-gradient(ellipse,rgba(255,166,43,.08) 0%,transparent 55%);pointer-events:none}.hero__bg-noise{position:absolute;inset:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none}.hero__container{position:relative;z-index:1;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero__left{max-width:560px}.hero__pill{display:inline-block;padding:6px 14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:100px;font-size:.7rem;font-weight:700;letter-spacing:.18em;color:#ffffffe6;margin-bottom:20px}.hero__headline{font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:#fff;margin:0 0 16px}.hero__headline-accent{color:#ffa62b;background:none;-webkit-text-fill-color:#ffa62b}.hero__subtext{font-size:1.05rem;line-height:1.65;color:#ffffffd1;margin:0 0 32px;max-width:480px}.hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.hero__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:12px;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:none}.hero__btn--primary{background:#ffa62b;color:#fff;box-shadow:0 8px 24px #ffa62b59}.hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ffa62b66}.hero__btn--secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}.hero__btn--secondary:hover{background:#ffffff14;transform:translateY(-2px)}.hero__trust{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:20px 24px}.hero__trust-item{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:500;color:#ffffffe0}.hero__trust-item svg{flex-shrink:0;color:#ffa62bf2}.hero__right{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center}.hero__cards-wrap{position:relative;width:100%;height:100%;min-height:480px;display:flex;align-items:center;justify-content:center}.hero__cards-glow{position:absolute;left:50%;top:50%;width:90%;max-width:440px;height:80%;max-height:380px;transform:translate(-50%,-50%);background:radial-gradient(closest-side at 50% 40%,rgba(255,166,43,.22),transparent 60%),radial-gradient(closest-side at 70% 70%,rgba(255,255,255,.14),transparent 65%);filter:blur(6px);opacity:.9;pointer-events:none;z-index:0}.heroCard{background:#ffffffd1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.35);border-radius:20px;padding:24px;box-shadow:inset 0 1px #fff9,0 24px 48px #00000024,0 10px 24px #00000014}.heroCarousel{position:relative;width:min(520px,100%);height:460px;overflow:visible}.heroCarousel__card{position:absolute;left:50%;top:50%;width:100%;max-width:420px;transform:translate(-50%,-50%);transition:transform .5s ease,opacity .5s ease,filter .5s ease;will-change:transform}.heroCarousel__card.isActive{opacity:1;filter:blur(0);transform:translate(-50%,-50%) scale(1);z-index:3}.heroCarousel__card.isPrev{opacity:.55;filter:blur(.6px);transform:translate(-110%,-50%) scale(.92);z-index:1}.heroCarousel__card.isNext{opacity:.55;filter:blur(.6px);transform:translate(10%,-50%) scale(.92);z-index:1}.heroCarousel__card.isHidden{opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.9);z-index:0}.heroCarousel__dots{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);display:flex;gap:8px}.heroCarousel__dot{width:8px;height:8px;border-radius:999px;border:none;cursor:pointer;opacity:.5;background:#ffffffbf;transition:opacity .2s ease,background .2s ease}.heroCarousel__dot:hover{opacity:.85}.heroCarousel__dot.isOn{opacity:1;background:#ffa62b}.hero-card__title{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 14px}.hero-card__divider{border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:2px}.hero-card__summary{display:flex;flex-direction:column;gap:0}.hero-card__summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.06);min-height:2.2em}.hero-card__summary-row:last-of-type{border-bottom:none}.hero-card__value-wrap{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.hero-card__chips-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.hero-card__label{color:#475569;flex:0 0 auto;font-size:.9rem}.hero-card__value{font-weight:700;color:#0f172a;font-size:.9rem;white-space:nowrap}.hero-card__value--muted{font-weight:600;color:#475569;font-size:.85rem}.hero-card__badge{font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:6px}.hero-card__badge--positive{background:#22c55e2e;color:#15803d}.hero-card__tag{font-size:.7rem;font-weight:600;padding:4px 8px;border-radius:6px;color:#fff}.hero-card__tag--paye{background:#0b4b79}.hero-card__tag--rssb{background:#c2410c}.hero-card__tag--rama{background:#0d9488}.hero-workflow{display:flex;align-items:center;flex-wrap:wrap;gap:4px 2px;margin-bottom:10px}.hero-workflow__segment{display:inline-flex;align-items:center;gap:2px}.hero-workflow__arrow{color:#94a3b8;flex-shrink:0}.hero-workflow__pill{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:100px;font-size:.8rem;font-weight:600;color:#64748b;background:#f1f5f9}.hero-workflow__pill--active{background:#ffa62b;color:#fff}.hero-workflow__segment:has(.hero-workflow__pill--active) .hero-workflow__arrow{color:#ffa62b}.hero-workflow__pill--done{background:#22c55e26;color:#15803d}.hero-workflow__pill--done svg{color:#16a34a}.hero-card__sub{font-size:.8rem;color:#64748b;margin:0 0 12px}.hero-card__badges{display:flex;flex-wrap:wrap;gap:8px}.hero-card__chip{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:500;color:#475569;padding:6px 10px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.hero-card__chip svg{color:#64748b;flex-shrink:0}.hero-card__desc{font-size:.9rem;color:#475569;margin:0 0 14px;line-height:1.4}.hero-card__btn{width:100%;padding:10px 16px;background:#334155;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,transform .2s}.hero-card__btn:hover{background:#1e293b;transform:translateY(-1px)}.hero-card__encrypt{display:flex;align-items:center;gap:6px;font-size:.72rem;color:#94a3b8;margin:10px 0 0}.hero-card__encrypt svg{color:#64748b;flex-shrink:0}.hero-card__list{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:10px}.hero-card__list-item{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#0f172a;font-weight:500}.hero-card__check-wrap{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#14b8a638;color:#0d9488;flex-shrink:0}.hero-card__update-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font-size:.8rem;font-weight:600;color:#334155;background:#e0f2fe;border:1px solid #bae6fd;border-radius:100px;margin-top:4px}.hero-card__update-pill svg{color:#0284c7;flex-shrink:0}.hero-card__subtitle{font-size:.85rem;color:#64748b;margin:-6px 0 12px}.hero-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.hero-card__stat{display:flex;flex-direction:column;gap:4px;padding:10px 8px;background:#ffffffb3;border:1px solid rgba(0,0,0,.06);border-radius:12px;min-width:0}.hero-card__stat-icon{color:#64748b;margin-bottom:2px}.hero-card__stat-icon--warn{color:#dc2626}.hero-card__stat-value{font-size:.95rem;font-weight:700;color:#0f172a;line-height:1.2}.hero-card__stat-label{font-size:.72rem;color:#64748b;font-weight:500}@media(max-width:1024px){.hero__container{grid-template-columns:1fr;gap:48px;text-align:center}.hero__left{max-width:none}.hero__subtext{margin-left:auto;margin-right:auto}.hero__cta,.hero__trust{justify-content:center}.hero__right{min-height:400px;order:-1}.heroCarousel{width:min(400px,100%);height:420px}}@media(max-width:768px){.hero{padding:20px 16px 60px}.hero__headline{font-size:2rem}.hero__cta{flex-direction:column}.hero__btn{width:100%;justify-content:center}.hero__trust{flex-direction:column;align-items:center}.hero__right{min-height:auto;padding:24px 0}.hero__cards-wrap{min-height:400px}.hero__cards-glow{display:none}.heroCarousel{width:100%;max-width:360px;height:380px}.heroCarousel__card{max-width:100%}.heroCard{padding:18px}.hero-workflow{justify-content:center}}@media(prefers-reduced-motion:reduce){.heroCarousel__card,.heroCard{transition:none}}.howItWorks{padding:100px 24px;background:#f8fafc}.howItWorks__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.howItWorks__content{max-width:520px}.howItWorks__heading{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#0f2e4c;letter-spacing:-.03em;line-height:1.15;margin:0 0 16px}.howItWorks__subheading{font-size:1.25rem;font-weight:600;color:#0f2e4c;margin:0 0 20px;opacity:.92}.howItWorks__paragraph{font-size:1.05rem;line-height:1.7;color:#475569;margin:0 0 32px}.howItWorks__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.howItWorks__list-item{display:flex;align-items:center;gap:12px;font-size:1rem;font-weight:500;color:#334155}.howItWorks__bullet{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border-radius:50%;background:#f7941d;color:#fff;font-size:.75rem;font-weight:700}.howItWorks__animation{display:flex;align-items:center;justify-content:center;min-height:520px}.howItWorks__animation>div{max-width:100%}.how-animation{width:100%;min-width:280px;min-height:520px;display:flex;align-items:center;justify-content:center}@media(max-width:1024px){.howItWorks{padding:80px 24px}.howItWorks__container{grid-template-columns:1fr;gap:56px;text-align:center}.howItWorks__content{max-width:none}.howItWorks__list{align-items:center}.howItWorks__list-item{justify-content:center}}@media(max-width:768px){.howItWorks{padding:60px 16px}.howItWorks__container{gap:40px}.howItWorks__heading{font-size:1.75rem}.howItWorks__subheading{font-size:1.1rem}.howItWorks__paragraph{font-size:.95rem;margin-bottom:28px}.howItWorks__list{align-items:flex-start;gap:12px}.howItWorks__list-item{justify-content:flex-start}.howItWorks__animation,.how-animation{min-height:400px}.howItWorks__animation>div{height:400px!important}}@media(prefers-reduced-motion:reduce){.howItWorks__content,.howItWorks__animation,.howItWorks__list-item{animation:none;transition:none}}.landing{min-height:100vh;background:linear-gradient(135deg,#003661,#004d8a);overflow-x:hidden}.landing__nav{padding:20px 0;background:#fff;box-shadow:0 1px 3px #00000014;position:sticky;top:0;z-index:100}.landing__nav-content{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center}.landing__logo{display:flex;align-items:center;gap:12px}.landing__logo-image{height:50px;width:auto;object-fit:contain}.landing__nav-actions{display:flex;align-items:center;gap:16px}.landing__signin-btn{padding:12px 28px;background:#f5911f;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.landing__signin-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026;background:#d97d0f}.landing__hero{max-width:1400px;margin:0 auto;padding:80px 40px}.landing__hero-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.landing__hero-left{animation:fadeInLeft .8s ease}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.landing__badge{display:inline-block;padding:10px 20px;background:#fff3;border-radius:50px;color:#fff;font-size:.85rem;font-weight:600;margin-bottom:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.landing__title{font-size:4rem;font-weight:800;color:#fff;line-height:1.1;margin:0 0 24px}.landing__title-highlight{background:linear-gradient(135deg,#f5911f,#ff9d3a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing__subtitle{font-size:1.2rem;color:#ffffffe6;line-height:1.7;margin-bottom:40px;max-width:540px}.landing__cta{display:flex;gap:16px;margin-bottom:40px}.landing__cta-primary{padding:16px 32px;background:#f5911f;color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 8px 20px #00000026}.landing__cta-primary:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0003;background:#d97d0f}.landing__cta-secondary{padding:16px 32px;background:transparent;color:#fff;border:2px solid white;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.landing__cta-secondary:hover{background:#ffffff1a;transform:translateY(-4px)}.landing__benefits{display:flex;flex-wrap:wrap;gap:24px}.landing__benefit{display:flex;align-items:center;gap:8px;color:#fff;font-weight:600}.landing__benefit svg{color:#f5911f}.landing__hero-right{position:relative;animation:fadeInRight .8s ease}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.landing__hero-card{border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0000004d;position:relative;transition:transform .3s ease}.landing__hero-card:hover{transform:translateY(-8px)}.landing__hero-card--main{width:100%;margin-bottom:24px}.landing__hero-card--secondary{width:70%;margin-left:auto}.landing__hero-image{width:100%;height:auto;display:block;object-fit:cover}.landing__stat-overlay{position:absolute;bottom:24px;left:24px;right:24px;display:flex;gap:16px}.landing__stat-item{flex:1;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px;border-radius:16px;text-align:center;box-shadow:0 4px 12px #0000001a}.landing__stat-value{display:block;font-size:1.8rem;font-weight:800;color:#003661;margin-bottom:4px}.landing__stat-label{display:block;font-size:.85rem;color:#64748b;font-weight:600}.landing__card-badge{position:absolute;top:20px;right:20px;background:#f5911ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:10px 16px;border-radius:50px;display:flex;align-items:center;gap:8px;font-weight:600;font-size:.9rem;box-shadow:0 4px 12px #0003}.landing__features{max-width:1400px;margin:0 auto;padding:80px 40px}.landing__features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.landing__feature-card{background:#fffffff2;padding:40px;border-radius:24px;box-shadow:0 8px 24px #0000001a;transition:all .3s ease;cursor:pointer}.landing__feature-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #00000026}.landing__feature-icon{width:64px;height:64px;background:linear-gradient(135deg,#003661,#004d8a);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:24px;box-shadow:0 8px 20px #0036614d}.landing__feature-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 12px}.landing__feature-description{font-size:1rem;color:#64748b;line-height:1.6;margin:0}@media(max-width:1024px){.landing__hero-content{grid-template-columns:1fr;gap:60px}.landing__title{font-size:3rem}.landing__features-grid{grid-template-columns:1fr}}@media(max-width:768px){.landing__nav-content{padding:0 20px}.landing__hero{padding:40px 20px}.landing__title{font-size:2.5rem}.landing__subtitle{font-size:1rem}.landing__cta{flex-direction:column}.landing__cta-primary,.landing__cta-secondary{width:100%;justify-content:center}.landing__features{padding:40px 20px}.landing__hero-card--secondary{width:100%}}.kpi-card{padding:28px 24px;border-radius:18px;border:1.5px solid #e2e8f0;background:#fff;box-shadow:0 6px 32px #002f6c12,0 1.5px 6px #00000008;color:#1e293b;position:relative;transition:box-shadow .18s,transform .18s}.kpi-card:hover{box-shadow:0 12px 36px #f5911f21,0 2px 8px #002f6c14;transform:translateY(-2px) scale(1.02)}.kpi-card__title{text-transform:uppercase;letter-spacing:.11em;color:#f5911f;font-size:.85rem;margin-bottom:12px;font-weight:700}.kpi-card__value{margin:0;font-size:2.1rem;color:#003a75;font-weight:800}.kpi-card__subtitle{color:#64748b;margin-top:8px;font-size:1rem;font-weight:500}.kpi-card__trend{position:absolute;top:24px;right:24px;font-weight:600}.kpi-card__trend--up{color:#f5911f}.kpi-card__trend--down{color:#ef4444}.chart-card{padding:28px 24px;border-radius:22px;border:1.5px solid #e2e8f0;background:linear-gradient(120deg,#003a75 60%,#f5911f);color:#fff;display:flex;flex-direction:column;gap:18px;box-shadow:0 8px 32px #002f6c21,0 1.5px 6px #0000000a;transition:box-shadow .18s,transform .18s}.chart-card:hover{box-shadow:0 12px 36px #f5911f21,0 2px 8px #002f6c14;transform:translateY(-2px) scale(1.01)}.chart-card__header{display:flex;justify-content:space-between;align-items:center}.chart-card__eyebrow{text-transform:uppercase;letter-spacing:.09em;color:#f5911f;font-size:.85rem;font-weight:700}.chart-card__badge{padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.2);font-size:.8rem}.chart-card__chart{width:100%;height:280px}.dashboard{display:flex;flex-direction:column;gap:32px;color:#1e293b}.dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.dashboard__compliance{display:flex;justify-content:space-between;gap:24px;padding:24px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000d}.dashboard__compliance ul{list-style:none;margin:0;padding:0;color:#475569}.dashboard__compliance li+li{margin-top:8px}.dashboard__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-size:.75rem;margin-bottom:8px}.dashboard__role-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px 24px;box-shadow:0 1px 4px #0000000a}.dashboard__role-panel--fo{border-left:4px solid #f5911f}.dashboard__role-panel--hr{border-left:4px solid #6366f1}.dashboard__role-panel--md{border-left:4px solid #10b981}.dashboard__role-header{margin-bottom:16px}.dashboard__role-panel .dashboard__eyebrow{margin-bottom:2px}.dashboard__role-panel--fo .dashboard__eyebrow{color:#f5911f}.dashboard__role-panel--hr .dashboard__eyebrow{color:#6366f1}.dashboard__role-panel--md .dashboard__eyebrow{color:#10b981}.dashboard__role-header h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.dashboard__role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:14px}.dashboard__role-stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}.dashboard__role-stat span:last-child{font-size:.72rem;color:#64748b;font-weight:500}.dashboard__role-stat--warn{border-color:#fbbf24;background:#fffbeb}.dashboard__role-stat--ok{border-color:#6ee7b7;background:#f0fdf4}.dashboard__role-num{font-size:1.75rem;font-weight:800;color:#0f172a;line-height:1}.dashboard__role-alert{padding:10px 14px;border-radius:8px;font-size:.84rem;margin-top:8px}.dashboard__role-alert--ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.dashboard__role-alert--warn{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.dashboard__role-clear{padding:14px;background:#f0fdf4;border-radius:8px;color:#166534;font-size:.88rem;border:1px solid #bbf7d0}.dashboard__role-list{display:flex;flex-direction:column;gap:8px}.dashboard__role-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;font-size:.84rem}.dashboard__role-name{flex:1;font-weight:600;color:#0f172a}.dashboard__role-period{color:#64748b}.dashboard__role-amount{font-weight:600;color:#374151}.dashboard__role-tag{padding:2px 8px;border-radius:12px;font-size:.72rem;font-weight:600}.dashboard__role-tag--pending{background:#fef3c7;color:#92400e}.dashboard__role-more{font-size:.78rem;color:#94a3b8;text-align:right;margin:4px 0 0}.employee-form{display:flex;flex-direction:column;gap:32px;color:#1e293b}.employee-form__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.employee-form__card{padding:24px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000d}.employee-form__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;font-size:.75rem;margin-bottom:6px;font-weight:600}.employee-form__fields{display:grid;gap:16px;margin-top:24px}.employee-form__fields--two-col{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.employee-form__fields label{display:flex;flex-direction:column;gap:8px;font-size:.9rem;color:#475569;font-weight:500}.employee-form__fields input,.employee-form__fields select{border-radius:8px;border:1px solid #cbd5e1;background:#fff;padding:14px;color:#1e293b;transition:border-color .2s,box-shadow .2s}.employee-form__fields input:focus,.employee-form__fields select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.employee-form__checkbox{display:flex;flex-direction:row;align-items:center;gap:12px;cursor:pointer}.employee-form__checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#3b82f6}.employee-form__checkbox span{font-size:.9rem;color:#475569}.results-panel{padding:28px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000d}.results-panel__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.results-panel__status{margin:0 0 16px;color:#3b82f6;font-size:.9rem}.results-panel__header button{padding:12px 20px;border-radius:8px;border:none;background:#3b82f6;color:#fff;font-weight:600;cursor:pointer;transition:background .2s}.results-panel__header button:hover{background:#2563eb}.results-panel__header button:disabled{background:#94a3b8;cursor:not-allowed}.results-panel__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.results-panel__grid article{padding:20px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.results-panel__grid article p{margin:0 0 8px;color:#64748b;font-size:.875rem;font-weight:500}.results-panel__value{font-size:1.5rem;margin:12px 0;color:#3b82f6;font-weight:600}.results-panel__grid ul{list-style:none;padding:0;margin:0;color:#475569;font-size:.9rem}.results-panel__grid li+li{margin-top:4px}@media(max-width:768px){.employee-form__grid{grid-template-columns:1fr}.employee-form__card{padding:20px}.employee-form__fields--two-col{grid-template-columns:1fr}.results-panel{padding:20px}.results-panel__header{flex-direction:column;align-items:flex-start}.results-panel__header button{width:100%}.results-panel__grid{grid-template-columns:1fr}.results-panel__value{font-size:1.25rem}}@media(max-width:480px){.employee-form{gap:20px}.employee-form__card{padding:16px}.employee-form__fields input,.employee-form__fields select{padding:12px}.results-panel{padding:16px}.results-panel__grid article{padding:16px}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:1.5rem;color:#1e293b}.close-btn{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.close-btn:hover{background-color:#f1f5f9}.modal-body{padding:1.5rem}.email-info{background-color:#f8fafc;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.info-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.info-row:last-child{border-bottom:none}.info-row.attachment{background-color:#fff;padding:.75rem;border-radius:6px;margin-top:.5rem;border:1px solid #0ea5e9}.info-row .label{font-weight:600;color:#64748b}.info-row .value{color:#1e293b;font-weight:500}.email-preview h3{font-size:1rem;color:#475569;margin-bottom:.75rem}.edit-toggle-btn{background-color:#f1f5f9;color:#475569;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.edit-toggle-btn:hover{background-color:#e2e8f0;border-color:#cbd5e1}.email-editor{width:100%;padding:1rem;border:2px solid #0ea5e9;border-radius:8px;font-family:inherit;font-size:.875rem;line-height:1.6;color:#1e293b;resize:vertical;min-height:300px}.email-editor:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 3px #0ea5e91a}.preview-box{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;font-size:.875rem;line-height:1.6;color:#1e293b}.preview-box p{margin:0 0 12px}.preview-box .signature{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.preview-box .signature p{margin:0;color:#64748b}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e2e8f0}.btn-skip,.btn-send{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-skip{background-color:#f1f5f9;color:#475569}.btn-skip:hover:not(:disabled){background-color:#e2e8f0}.btn-send{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff}.btn-skip:disabled,.btn-send:disabled{opacity:.5;cursor:not-allowed}.employees-page{padding:2.5rem 1.5rem 3rem;max-width:1400px;margin:0 auto;background:linear-gradient(120deg,#f8fafc 60%,#e0e7ef);min-height:100vh}.page-header h1{font-size:2.2rem;font-weight:800;color:#003a75;margin-bottom:.5rem;letter-spacing:-.02em}.page-header p{color:#64748b;font-size:.95rem}.employees-table-container{background:#fff;border-radius:18px;box-shadow:0 8px 32px #002f6c17,0 1.5px 6px #00000008;overflow:hidden;border:1.5px solid #e2e8f0}.employees-table{width:100%;border-collapse:collapse}.employees-table thead{background:linear-gradient(90deg,#f5911f,#0057b0);color:#fff}.employees-table th{padding:1.1rem 1rem;text-align:left;font-weight:700;font-size:.93rem;text-transform:uppercase;letter-spacing:.07em}.employees-table td{padding:1.1rem 1rem;border-bottom:1px solid #e2e8f0;color:#334155;font-size:1.01rem}.employees-table tbody tr:hover{background:#f1f5fa;transition:background .18s}.employees-table tbody tr:last-child td{border-bottom:none}.role-badge{display:inline-block;padding:.32rem .9rem;border-radius:9999px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 1px 4px #002f6c12}.role-admin{background:linear-gradient(90deg,#f5911f,#0057b0);color:#fff}.role-employee{background:linear-gradient(90deg,#0057b0,#f5911f);color:#fff}.actions{display:flex;gap:.5rem}.btn-edit,.btn-delete{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-edit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-edit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-delete{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.btn-delete:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f5576c66}.empty-state{padding:3rem;text-align:center;color:#94a3b8}.loading,.error{padding:3rem;text-align:center;font-size:1.1rem}.error{color:#ef4444}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s}.modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s}.modal-content h2{margin-bottom:1.5rem;color:#1e293b;font-size:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:#475569;font-weight:500;font-size:.875rem}.form-group input,.form-group select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.modal-actions{display:flex;gap:1rem;margin-top:2rem;justify-content:flex-end}.btn-cancel,.btn-save,.btn-delete-confirm{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel{background:#f1f5f9;color:#64748b}.btn-cancel:hover{background:#e2e8f0}.btn-save{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-save:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-delete-confirm{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.btn-delete-confirm:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f5576c66}.modal-confirm p{color:#475569;line-height:1.6;margin-bottom:1rem}.warning-text{color:#dc2626;font-size:.875rem;background:#fef2f2;padding:.75rem;border-radius:6px;border-left:3px solid #dc2626}@media(max-width:768px){.employees-page{padding:1rem}.employees-table{font-size:.875rem}.employees-table th,.employees-table td{padding:.75rem .5rem}.actions{flex-direction:column}.btn-edit,.btn-delete{width:100%}}html,body,#root{height:100%;margin:0;padding:0;background:#f0f4f8}.lp{position:fixed;inset:0;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;font-family:Inter,Segoe UI,system-ui,sans-serif}.lp-side{position:relative;background:linear-gradient(150deg,#001f3f,#003a75 55%,#0057b0);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:40px}.lp-side-inner{position:relative;z-index:2;color:#fff}.lp-badge{display:inline-block;padding:4px 14px;border:1px solid rgba(255,255,255,.3);border-radius:100px;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffffbf;margin-bottom:24px}.lp-tagline{font-size:clamp(1.9rem,3.2vw,2.7rem);font-weight:800;line-height:1.18;margin:0 0 12px;letter-spacing:-.025em}.lp-tagline em{font-style:normal;background:linear-gradient(90deg,#f5911f,#ffbe5c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-tagline-sub{font-size:.82rem;color:#ffffff8c;margin:0 0 28px;letter-spacing:.02em}.lp-perks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.lp-perks li{display:flex;align-items:center;gap:10px;font-size:.83rem;color:#ffffffd1;padding:9px 14px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:background .2s}.lp-perks li:hover{background:#ffffff21}.lp-perks li span{font-size:1rem}.lp-blob{position:absolute;bottom:-120px;right:-120px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(245,145,31,.22) 0%,transparent 68%);pointer-events:none;z-index:1}.lp-main{display:flex;align-items:center;justify-content:center;background:#f0f4f8;overflow:hidden;padding:24px;position:relative}.lp-main:before{content:"";position:absolute;top:-80px;right:-120px;width:420px;height:420px;background:url('data:image/svg+xml;utf8,<svg width="420" height="420" xmlns="http://www.w3.org/2000/svg"><circle cx="210" cy="210" r="200" fill="%23e0e7ef" fill-opacity="0.32"/><circle cx="320" cy="120" r="80" fill="%23f5911f" fill-opacity="0.10"/><circle cx="120" cy="320" r="60" fill="%230057b0" fill-opacity="0.10"/></svg>') no-repeat center/cover;z-index:0;pointer-events:none}.lp-card{width:100%;max-width:400px;background:#fff;border-radius:22px;box-shadow:0 8px 32px #002f6c21,0 1.5px 6px #0000000a;padding:36px 28px 24px;position:relative;z-index:1;animation:lp-card-pop .7s cubic-bezier(.34,1.56,.64,1)}@keyframes lp-card-pop{0%{transform:translateY(40px) scale(.97);opacity:0}to{transform:none;opacity:1}}.lp-logo{display:block;width:110px;height:auto;margin:0 auto 16px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.lp-logo:hover{transform:scale(1.07) rotate(-2deg)}.lp-title{font-size:1.38rem;font-weight:800;color:#003a75;margin:0 0 4px;text-align:center;letter-spacing:-.02em}.lp-sub{font-size:.8rem;color:#64748b;text-align:center;margin:0 0 14px;line-height:1.5}.lp-err{padding:9px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.78rem;margin-bottom:12px;animation:shake .35s ease}.lp-google{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px;border:1.5px solid #e2e8f0;border-radius:9px;background:#fff;color:#374151;font-size:.83rem;font-weight:600;cursor:pointer;transition:all .18s;margin-bottom:12px;font-family:inherit}.lp-google:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 8px #00000012}.lp-or{display:flex;align-items:center;gap:8px;color:#94a3b8;font-size:.72rem;margin-bottom:12px}.lp-or:before,.lp-or:after{content:"";flex:1;height:1px;background:#e2e8f0}.lp-label{display:flex;flex-direction:column;gap:5px;font-size:.78rem;font-weight:600;color:#334155;margin-bottom:10px}.lp-label-row{display:flex;justify-content:space-between;align-items:center}.lp-link{background:none;border:none;font-size:.74rem;color:#f5911f;cursor:pointer;padding:0;font-family:inherit;text-decoration:underline;text-underline-offset:2px;transition:color .18s}.lp-link:hover,.lp-link:focus-visible{color:#0057b0;outline:none}.lp-label input{width:100%;padding:9px 12px;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;color:#0d1b2a;font-size:.87rem;outline:none;transition:border-color .18s,box-shadow .18s;box-sizing:border-box;font-family:inherit}.lp-label input:focus{border-color:#f5911f;box-shadow:0 0 0 3px #f5911f21}.lp-pw{position:relative}.lp-pw input{padding-right:40px}.lp-eye{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;padding:2px;cursor:pointer;color:#94a3b8;display:flex;transition:color .15s;font-family:inherit}.lp-eye:hover,.lp-eye:focus-visible{color:#f5911f;outline:none}.lp-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px;margin-top:4px;border:none;border-radius:12px;background:linear-gradient(135deg,#f5911f,#0057b0);color:#fff;font-size:1rem;font-weight:800;cursor:pointer;transition:all .18s,box-shadow .22s;box-shadow:0 3px 14px #0057b02e;font-family:inherit;outline:2px solid transparent;outline-offset:2px}.lp-submit:hover:not(:disabled),.lp-submit:focus-visible{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 24px #f5911f2e,0 6px 18px #0057b047;outline:2px solid #f5911f}.lp-submit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.lp-back{display:block;width:100%;margin-top:10px;padding:9px;background:none;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:.8rem;cursor:pointer;transition:all .18s;font-family:inherit}.lp-back:hover{background:#f1f5f9;color:#334155}.lp-otp-icon{font-size:2rem;text-align:center;margin-bottom:8px;animation:pop .4s cubic-bezier(.34,1.56,.64,1)}.lp-boxes{display:flex;gap:8px;justify-content:center;margin:14px 0}.lp-box{width:46px;height:54px;border:2px solid #e2e8f0;border-radius:10px;text-align:center;font-size:1.4rem;font-weight:700;color:#0d1b2a;background:#fff;outline:none;transition:all .18s;caret-color:#0057b0;font-family:inherit}.lp-box:focus{border-color:#0057b0;box-shadow:0 0 0 3px #0057b021;transform:scale(1.07)}.lp-box--on{border-color:#0057b0;background:#eff6ff}.lp-spin{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.lp-copy{text-align:center;color:#94a3b8;font-size:.68rem;margin-top:16px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes pop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:700px){html,body,#root{overflow:auto}.lp{grid-template-columns:1fr;height:auto}.lp-side{display:none}.lp-main{min-height:100vh;padding:48px 8px 32px;align-items:flex-start}.lp-card{padding:28px 6vw 18px;border-radius:16px;box-shadow:0 4px 18px #002f6c1a}.lp-main:before{display:none}}.reports-page{display:flex;flex-direction:column;gap:24px;color:#1e293b}.reports-page__filters{display:flex;justify-content:space-between;align-items:center;padding:20px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.reports-page__filter-controls{display:flex;gap:12px;align-items:flex-end}.reports-page__filter-controls label{display:flex;flex-direction:column;gap:8px;font-size:.85rem;color:#475569}.reports-page__filter-controls input,.reports-page__filter-controls select{border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#1e293b;padding:10px}.reports-page__filter-controls input:focus,.reports-page__filter-controls select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.reports-page__filter-controls button{border:none;border-radius:8px;padding:10px 18px;background:#3b82f6;color:#fff;font-weight:600;cursor:pointer;transition:background .2s}.reports-page__filter-controls button:hover{background:#2563eb}.reports-page__filter-controls button:disabled{background:#94a3b8;cursor:not-allowed}.reports-page__kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.reports-page__kpis article{background:#fff;border-radius:12px;padding:18px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.reports-page__kpis p{margin:0 0 8px;color:#64748b;font-size:.875rem;font-weight:500}.reports-page__kpis h4{margin:8px 0 0;font-size:1.5rem;color:#1e293b}.reports-page__monthly,.reports-page__recent{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:24px;box-shadow:0 1px 3px #0000000d}.reports-page__recent header,.reports-page__monthly header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.reports-page__table-wrapper{overflow-x:auto}.reports-page table{width:100%;border-collapse:collapse;color:#1e293b}.reports-page th{text-align:left;font-size:.85rem;padding:12px 8px;border-bottom:2px solid #e2e8f0;color:#64748b;font-weight:600}.reports-page td{padding:14px 8px;border-bottom:1px solid #f1f5f9;font-size:.9rem}.reports-page tbody tr:hover{background:#f8fafc}.reports-page__download{border:1px solid #3b82f6;background:transparent;color:#3b82f6;border-radius:8px;padding:8px 16px;cursor:pointer;font-weight:500;transition:all .2s}.reports-page__download:hover{background:#3b82f6;color:#fff}.reports-page__employee-name{margin:0;font-weight:600;color:#1e293b}.reports-page__employee-name+span{color:#64748b;font-size:.85rem}.reports-page__status{font-size:.9rem;color:#3b82f6}.reports-page__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;font-size:.75rem;font-weight:600}@media(max-width:768px){.reports-page__filters{flex-direction:column;align-items:flex-start;gap:16px}.reports-page__filter-controls{flex-wrap:wrap}}.reports-page__action-btn{padding:6px 12px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.reports-page__edit-btn{background-color:#f5911f;color:#fff}.reports-page__edit-btn:hover{background-color:#d97d0f;transform:translateY(-1px);box-shadow:0 2px 6px #f5911f4d}.reports-page__delete-btn{background-color:#ef4444;color:#fff}.reports-page__delete-btn:hover{background-color:#dc2626;transform:translateY(-1px);box-shadow:0 2px 6px #ef44444d}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;padding:32px;max-width:700px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content h2{margin:0 0 16px;color:#1f2937;font-size:24px;font-weight:600}.modal-confirm{max-width:500px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}@media(max-width:768px){.form-grid{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column}.form-group label{font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.form-group input,.form-group select{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:all .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled,.form-group select:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn-cancel,.btn-save,.btn-delete-confirm{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-cancel{background-color:#e5e7eb;color:#374151}.btn-cancel:hover{background-color:#d1d5db}.btn-save{background-color:#3b82f6;color:#fff}.btn-save:hover{background-color:#2563eb}.btn-save:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-delete-confirm{background-color:#dc2626;color:#fff}.btn-delete-confirm:hover{background-color:#b91c1c}.warning-text{padding:12px;background-color:#fef2f2;border-left:4px solid #dc2626;border-radius:4px;font-size:14px;color:#991b1b;margin-top:16px}.reports-page__modal{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.reports-page__modal-content{background:#fff;border-radius:12px;padding:24px;width:100%;box-shadow:0 10px 25px #0000001a;max-height:90vh;overflow-y:auto}.reports-page__modal-content header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}.reports-page__modal-content h3{margin:0;color:#1e293b}.reports-page__modal-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer}.reports-page__modal-btn{background:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer}.reports-page__modal-btn:hover{background:#2563eb}.bulk-upload-page{padding:2rem;max-width:1400px;margin:0 auto}.bulk-upload-page__header{margin-bottom:2rem}.bulk-upload-page__eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--hc-accent);margin-bottom:.5rem}.bulk-upload-page__header h2{font-size:2rem;font-weight:700;color:var(--hc-primary);margin-bottom:.5rem}.bulk-upload-page__description{color:#64748b;font-size:1rem;line-height:1.6}.bulk-upload-page__form{display:grid;gap:1.5rem;margin-bottom:2rem}.bulk-upload-page__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.bulk-upload-page__card header{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--hc-primary-lighter)}.bulk-upload-page__card h3{font-size:1.25rem;font-weight:600;color:var(--hc-primary);margin:0}.bulk-upload-page__content{color:#475569}.bulk-upload-page__columns-list{list-style:none;padding:0;margin:1rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.bulk-upload-page__columns-list li{padding:.75rem 1rem;background:#0f167314;border-left:3px solid var(--hc-primary);border-radius:4px;font-size:.875rem;color:#1e293b;font-weight:500}.bulk-upload-page__template-btn{background:linear-gradient(135deg,var(--hc-primary-light),var(--hc-primary));color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.875rem}.bulk-upload-page__template-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #06b6d44d}.bulk-upload-page__fields{display:grid;gap:1rem}.bulk-upload-page__fields label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--hc-primary)}.bulk-upload-page__fields input,.bulk-upload-page__fields select{padding:.75rem;background:#fff;border:2px solid #cbd5e1;border-radius:8px;color:#1e293b;font-size:1rem;transition:all .2s}.bulk-upload-page__fields input:focus,.bulk-upload-page__fields select:focus{outline:none;border-color:var(--hc-primary);box-shadow:0 0 0 3px #0f16731a}.bulk-upload-page__checkbox{flex-direction:row!important;align-items:center;gap:.75rem!important}.bulk-upload-page__checkbox input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:var(--hc-accent)}.bulk-upload-page__file-input{margin-bottom:1rem}.bulk-upload-page__file-input input[type=file]{display:none}.bulk-upload-page__file-label{display:inline-block;padding:.75rem 1.5rem;background:#fff;border:2px dashed var(--hc-primary);border-radius:8px;color:var(--hc-primary);cursor:pointer;transition:all .2s;font-weight:600}.bulk-upload-page__file-label:hover{border-color:var(--hc-accent);background:#f78b0f0d;color:var(--hc-accent)}.bulk-upload-page__upload-btn{width:100%;padding:1rem;background:linear-gradient(135deg,var(--hc-accent),var(--hc-accent-dark));color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.bulk-upload-page__upload-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.bulk-upload-page__upload-btn:disabled{opacity:.5;cursor:not-allowed}.bulk-upload-page__status{margin-top:1rem;padding:.75rem;border-radius:8px;font-weight:500;text-align:center}.bulk-upload-page__status.success{background:#f5911f1a;color:#f5911f;border:1px solid rgba(245,145,31,.3)}.bulk-upload-page__status.error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.bulk-upload-page__status.info{background:#06b6d41a;color:#06b6d4;border:1px solid rgba(6,182,212,.3)}.bulk-upload-page__results{background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid #334155;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.bulk-upload-page__results header{margin-bottom:1.5rem}.bulk-upload-page__results h3{font-size:1.5rem;font-weight:700;color:#f0f9ff;margin:0}.bulk-upload-page__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.bulk-upload-page__stat{background:#06b6d41a;border:1px solid rgba(6,182,212,.3);border-radius:8px;padding:1rem;text-align:center}.bulk-upload-page__stat.success{background:#10b9811a;border-color:#10b9814d}.bulk-upload-page__stat.error{background:#ef44441a;border-color:#ef44444d}.bulk-upload-page__stat-label{font-size:.875rem;color:#94a3b8;margin-bottom:.5rem}.bulk-upload-page__stat-value{font-size:2rem;font-weight:700;color:#f0f9ff;margin:0}.bulk-upload-page__actions{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.bulk-upload-page__action-btn{flex:1;min-width:200px;padding:1rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;color:#fff}.bulk-upload-page__action-btn.download{background:linear-gradient(135deg,var(--hc-primary-light),var(--hc-primary))}.bulk-upload-page__action-btn.email{background:linear-gradient(135deg,var(--hc-accent),var(--hc-accent-dark))}.bulk-upload-page__action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.bulk-upload-page__table-section{margin-top:1.5rem}.bulk-upload-page__table-section h4{font-size:1.125rem;font-weight:600;color:#f0f9ff;margin-bottom:1rem}.bulk-upload-page__table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #334155}.bulk-upload-page__table-wrapper table{width:100%;border-collapse:collapse;background:#1e293b}.bulk-upload-page__table-wrapper thead{background:#0f172a}.bulk-upload-page__table-wrapper th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#06b6d4;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.bulk-upload-page__table-wrapper td{padding:.75rem 1rem;color:#cbd5e1;border-top:1px solid #334155;font-size:.875rem}.bulk-upload-page__table-wrapper tbody tr:hover{background:#06b6d40d}.bulk-upload-page__table-wrapper .error-message{color:#ef4444;font-weight:500}@media(max-width:768px){.bulk-upload-page{padding:1rem}.bulk-upload-page__header h2{font-size:1.5rem}.bulk-upload-page__columns-list{grid-template-columns:1fr}.bulk-upload-page__actions{flex-direction:column}.bulk-upload-page__action-btn{min-width:100%}}.hrp{display:flex;flex-direction:column;gap:24px}.hrp__stat-sub{font-size:.72rem;color:#94a3b8;margin:4px 0 0}.hrp__tabs{display:flex;gap:4px;background:#f1f5f9;border-radius:12px;padding:4px}.hrp__tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:9px;border:none;background:transparent;color:#64748b;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .18s;font-family:inherit}.hrp__tab:hover{background:#e2e8f0;color:#334155}.hrp__tab--active{background:#fff;color:#0d1b2a;box-shadow:0 1px 4px #0000001a}.hrp__tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#e2e8f0;color:#475569;border-radius:100px;font-size:.72rem;font-weight:700}.hrp__tab-badge--warn{background:#fef3c7;color:#92400e}.hrp__sal-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hrp__sal-filters label{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#64748b;font-weight:500}.hrp__sal-filters input,.hrp__sal-filters select{padding:6px 10px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.82rem;color:#0d1b2a;background:#fff;font-family:inherit;outline:none;transition:border-color .15s}.hrp__sal-filters input:focus,.hrp__sal-filters select:focus{border-color:#6366f1}.hrp__sal-filters input[type=number]{width:80px}.hrp__emp-name{margin:0;font-weight:600;color:#0d1b2a;font-size:.85rem}.hrp__emp-email{font-size:.75rem;color:#94a3b8}.hrp__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;margin:0 0 4px}.hrp__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hrp__stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;box-shadow:0 1px 4px #0000000d}.hrp__stat-label{font-size:.78rem;color:#64748b;margin:0 0 8px}.hrp__stat-value{font-size:2rem;font-weight:800;margin:0;color:#0d1b2a}.hrp__stat-value--warn{color:#f59e0b}.hrp__stat-value--ok{color:#10b981}.hrp__msg{padding:12px 18px;border-radius:8px;font-size:.85rem;font-weight:500;display:flex;justify-content:space-between;cursor:pointer}.hrp__msg--ok{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.hrp__msg--err{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.hrp__msg-close{opacity:.6}.hrp__section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000d}.hrp__section-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f1f5f9}.hrp__section-header h3{margin:0;font-size:1.1rem;color:#0d1b2a}.hrp__refresh{padding:7px 16px;border:1.5px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#475569;font-size:.82rem;cursor:pointer;transition:all .15s;font-family:inherit}.hrp__refresh:hover{background:#e2e8f0}.hrp__bulk-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:12px;flex-wrap:wrap}.hrp__bulk-left{display:flex;align-items:center;gap:10px}.hrp__bulk-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hrp__check-label{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#475569;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none}.hrp__row-check{width:15px;height:15px;accent-color:#6366f1;cursor:pointer}.hrp__btn--bulk-all{font-size:.82rem;padding:7px 14px}.hrp__btn--email{border-color:#0ea5e9;color:#0369a1;background:#e0f2fe}.hrp__btn--email:hover{background:#bae6fd}.hrp__link-btn{background:none;border:none;color:#6366f1;font-size:.72rem;cursor:pointer;text-decoration:underline;padding:0;font-family:inherit}.hrp__tr--reviewed td{opacity:.75}.hrp__tr--reviewed:hover td{opacity:1}.hrp__email-preview{display:flex;gap:14px;align-items:flex-start;background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:16px;font-size:.85rem;color:#0c4a6e}.hrp__email-preview span{font-size:1.8rem;flex-shrink:0}.hrp__email-preview p{margin:4px 0 0;color:#0369a1;font-size:.82rem}@media(min-width:900px){.hrp__stats{grid-template-columns:repeat(4,1fr)}}.hrp__table-wrap{overflow-x:auto}.hrp__table{width:100%;border-collapse:collapse;font-size:.85rem}.hrp__table thead tr{background:#f8fafc}.hrp__table th{padding:10px 16px;text-align:left;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;border-bottom:1px solid #f1f5f9}.hrp__table td{padding:12px 16px;border-bottom:1px solid #f8fafc;color:#334155}.hrp__table tbody tr:hover{background:#fafbff}.hrp__table tbody tr:last-child td{border-bottom:none}.hrp__badge{display:inline-block;padding:3px 10px;border-radius:100px;border:1px solid;font-size:.72rem;font-weight:700}.hrp__actions{display:flex;gap:6px;flex-wrap:wrap}.hrp__btn{padding:8px 16px;border-radius:8px;border:1.5px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:inherit;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:8px;-webkit-user-select:none;user-select:none;pointer-events:auto}.hrp__btn:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.hrp__btn:active{transform:translateY(0) scale(.97)}.hrp__btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.hrp__btn--view{border-color:#6366f1;color:#6366f1;background:#eef2ff}.hrp__btn--view:hover{background:#e0e7ff}.hrp__btn--ok{border-color:#10b981;color:#047857;background:#d1fae5}.hrp__btn--ok:hover{background:#a7f3d0}.hrp__btn--err{border-color:#ef4444;color:#b91c1c;background:#fef2f2}.hrp__btn--err:hover{background:#fecaca}.hrp__btn--lg{padding:10px 22px;font-size:.88rem}.hrp__empty{padding:24px;color:#94a3b8;text-align:center;margin:0}.hrp__empty-state{padding:48px 24px;text-align:center;color:#64748b}.hrp__empty-state span{font-size:2.5rem;display:block;margin-bottom:12px}.hrp__overlay{position:fixed;inset:0;background:#0f172aa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1.5rem;overflow-y:auto;cursor:zoom-out}.hrp__modal{background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;position:relative;width:100%;margin:1.5rem auto;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0;cursor:default;animation:hrp-modal-in .3s cubic-bezier(.34,1.56,.64,1)}@keyframes hrp-modal-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.hrp__modal--detail{max-width:760px}.hrp__modal--reject{width:100%;max-width:500px}.hrp__modal-close{position:absolute;top:16px;right:16px;background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:.9rem;color:#64748b;display:flex;align-items:center;justify-content:center;transition:background .15s}.hrp__modal-close:hover{background:#e2e8f0}.hrp__modal-header{padding:28px 28px 16px;border-bottom:1px solid #f1f5f9}.hrp__modal-header h2{margin:0 0 8px;font-size:1.3rem;color:#0d1b2a}.hrp__modal-meta{margin:0;font-size:.82rem;color:#64748b;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.hrp__modal-footer{padding:16px 28px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:10px;flex-shrink:0}.hrp__detail-list{padding:24px 28px;flex:1;display:flex;flex-direction:column;gap:16px}.hrp__salary-card{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.hrp__salary-name{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:.85rem}.hrp__salary-name span{color:#64748b;font-size:.78rem}.hrp__salary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.hrp__ro-field{padding:10px 14px;border-right:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.hrp__ro-field:nth-child(4n){border-right:none}.hrp__ro-field label{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:3px}.hrp__ro-field span{font-size:.88rem;font-weight:600;color:#334155;font-variant-numeric:tabular-nums}.hrp__ro-field--gross span{color:#0057b0}.hrp__ro-field--net span{color:#10b981}.hrp__reject-label{display:flex;flex-direction:column;gap:8px;padding:20px 28px;font-size:.85rem;font-weight:600;color:#334155}.hrp__reject-label em{font-style:normal;color:#b91c1c}.hrp__reject-ta{width:100%;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;color:#0d1b2a;font-family:inherit;resize:vertical;box-sizing:border-box;outline:none;transition:border-color .15s}.hrp__reject-ta:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.hrp__common-reasons{padding:0 28px 20px;font-size:.78rem;color:#94a3b8;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.hrp__reason-chip{padding:4px 10px;border:1px solid #e2e8f0;border-radius:100px;background:#f8fafc;color:#475569;font-size:.75rem;cursor:pointer;transition:all .12s;font-family:inherit}.hrp__reason-chip:hover{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.hrp__modal--salary-full{width:100%;max-width:680px}.hrp__sal-full-body{flex:1;padding:24px 28px;display:flex;flex-direction:column;gap:24px}.hrp__breakdown-section{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.hrp__breakdown-title{margin:0;padding:10px 16px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}.hrp__breakdown-grid{display:flex;flex-direction:column}.hrp__bd-row{display:flex;justify-content:space-between;align-items:center;padding:9px 16px;border-bottom:1px solid #f8fafc;font-size:.85rem}.hrp__bd-row:last-child{border-bottom:none}.hrp__bd-row--total{background:#f8fafc;font-weight:700;border-top:1px solid #e2e8f0}.hrp__bd-label{color:#475569}.hrp__bd-val{font-weight:600;font-variant-numeric:tabular-nums;color:#0d1b2a}.hrp__bd-val--red{color:#b91c1c}.hrp__bd-val--green{color:#047857;font-size:.95rem}.hrp__bd-val--blue{color:#0057b0;font-size:.95rem}.hrp__bd-val--purple{color:#5b21b6}.hrp__comment-ta{width:100%;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;color:#0d1b2a;font-family:inherit;resize:vertical;box-sizing:border-box;outline:none;transition:border-color .15s;margin-top:10px}.hrp__comment-ta:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.hrp__comment-hint{margin:6px 0 0;font-size:.75rem;color:#94a3b8}.mdp{display:flex;flex-direction:column;gap:24px}.mdp__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;margin:0 0 4px}.mdp__kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mdp__kpi{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px 26px;box-shadow:0 2px 8px #0000000a}.mdp__kpi-label{font-size:.78rem;color:#64748b;margin:0 0 10px}.mdp__kpi-value{font-size:1.9rem;font-weight:800;color:#0d1b2a;margin:0;font-variant-numeric:tabular-nums}.mdp__kpi-value--pending{color:#6366f1}.mdp__kpi-variance{margin:6px 0 0;font-size:.78rem;font-weight:600}.mdp__kpi-variance.up{color:#ef4444}.mdp__kpi-variance.down{color:#10b981}.mdp__pill{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:100px;font-size:.78rem;font-weight:700}.mdp__pill--ok{background:#d1fae5;color:#047857}.mdp__pill--warn{background:#fef3c7;color:#92400e}.mdp__msg{padding:12px 18px;border-radius:8px;font-size:.85rem;font-weight:500;display:flex;justify-content:space-between;cursor:pointer}.mdp__msg--ok{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.mdp__msg--err{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.mdp__grid{display:grid;grid-template-columns:1fr 280px;gap:20px;align-items:start}.mdp__section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000d}.mdp__section-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f1f5f9}.mdp__section-header h3{margin:0;font-size:1.1rem;color:#0d1b2a}.mdp__refresh{padding:6px 14px;border:1.5px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#475569;font-size:.8rem;cursor:pointer;font-family:inherit;transition:all .15s}.mdp__refresh:hover{background:#e2e8f0}.mdp__batch-list{display:flex;flex-direction:column;gap:0}.mdp__batch-card{padding:18px 24px;border-bottom:1px solid #f1f5f9;transition:background .12s}.mdp__batch-card:last-of-type{border-bottom:none}.mdp__batch-card:hover{background:#fafbff}.mdp__batch-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.mdp__batch-name{font-size:1rem;font-weight:700;color:#0d1b2a;margin:0 0 4px}.mdp__batch-meta{font-size:.78rem;color:#64748b;margin:0}.mdp__batch-amount{text-align:right}.mdp__batch-amount p{font-size:1.1rem;font-weight:800;color:#0d1b2a;margin:0 0 6px;font-variant-numeric:tabular-nums}.mdp__batch-actions{display:flex;gap:10px;justify-content:flex-end}.mdp__batch-lock{margin:8px 0 0;font-size:.75rem;color:#f59e0b;text-align:right}.mdp__master-wrap{padding:20px 24px;border-top:2px dashed #e2e8f0}.mdp__master-btn{display:flex;align-items:center;gap:16px;width:100%;padding:18px 24px;border-radius:12px;border:2px solid;cursor:pointer;text-align:left;font-family:inherit;transition:all .2s}.mdp__master-btn span{font-size:2rem;flex-shrink:0}.mdp__master-btn p{margin:0 0 3px;font-size:1rem;font-weight:700}.mdp__master-btn small{font-size:.8rem;opacity:.75}.mdp__master-btn--active{background:linear-gradient(135deg,#002f6c,#0057b0);border-color:#0057b0;color:#fff;box-shadow:0 6px 20px #0057b059}.mdp__master-btn--active:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0057b073}.mdp__master-btn--locked{background:#f8fafc;border-color:#e2e8f0;color:#94a3b8;cursor:not-allowed}.mdp__btn{padding:8px 16px;border-radius:8px;border:1.5px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.mdp__btn:disabled{opacity:.45;cursor:not-allowed}.mdp__btn--approve{background:linear-gradient(135deg,#002f6c,#0057b0);border-color:#0057b0;color:#fff;box-shadow:0 2px 8px #0057b040}.mdp__btn--approve:hover:not(:disabled){box-shadow:0 4px 14px #0057b066;transform:translateY(-1px)}.mdp__btn--reject{border-color:#ef4444;color:#b91c1c;background:#fef2f2}.mdp__btn--reject:hover:not(:disabled){background:#fecaca}.mdp__btn--lg{padding:11px 24px;font-size:.9rem}.mdp__empty{padding:24px;color:#94a3b8;text-align:center;margin:0}.mdp__empty-state{padding:48px 24px;text-align:center;color:#64748b}.mdp__empty-state span{font-size:2.5rem;display:block;margin-bottom:10px}.mdp__pie-wrap{display:flex;flex-direction:column;align-items:center;gap:20px}.mdp__pie{width:140px;height:140px;border-radius:50%;box-shadow:0 4px 16px #0000001f}.mdp__pie-legend{width:100%;display:flex;flex-direction:column;gap:8px}.mdp__pie-row{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#334155}.mdp__pie-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.mdp__pie-pct{margin-left:auto;font-weight:700;color:#64748b;font-variant-numeric:tabular-nums}.mdp__overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.mdp__pin-modal{background:#fff;border-radius:20px;padding:40px 40px 32px;max-width:420px;width:100%;text-align:center;box-shadow:0 24px 80px #0000004d;animation:popIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.mdp__pin-icon{font-size:2.5rem;margin:0 0 12px}.mdp__pin-modal h2{margin:0 0 10px;font-size:1.3rem;color:#0d1b2a}.mdp__pin-sub{font-size:.82rem;color:#64748b;margin:0 0 24px;line-height:1.6}.mdp__pin-sub em{color:#ef4444;font-style:normal}.mdp__pin-boxes{display:flex;gap:12px;justify-content:center;margin-bottom:28px}.mdp__pin-box{width:56px;height:64px;border:2px solid #e2e8f0;border-radius:12px;text-align:center;font-size:1.6rem;font-weight:800;color:#0d1b2a;background:#f8fafc;outline:none;transition:all .15s;font-family:inherit}.mdp__pin-box:focus{border-color:#0057b0;background:#eff6ff;box-shadow:0 0 0 3px #0057b01f;transform:scale(1.05)}.mdp__pin-actions{display:flex;gap:10px;justify-content:center}.mdp__pin-hint{margin:16px 0 0;font-size:.72rem;color:#94a3b8}.mdp__modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;position:relative;max-width:480px;width:100%;overflow:hidden}.mdp__modal-close{position:absolute;top:14px;right:14px;background:#f1f5f9;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:.85rem;color:#64748b;display:flex;align-items:center;justify-content:center;transition:background .15s}.mdp__modal-close:hover{background:#e2e8f0}.mdp__modal-header{padding:24px 28px 16px;border-bottom:1px solid #f1f5f9}.mdp__modal-header h2{margin:0 0 4px;font-size:1.2rem;color:#0d1b2a}.mdp__modal-footer{padding:14px 28px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:10px}.mdp__reject-label{display:flex;flex-direction:column;gap:8px;font-size:.85rem;font-weight:600;color:#334155}.mdp__reject-ta{width:100%;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;color:#0d1b2a;font-family:inherit;resize:vertical;box-sizing:border-box;outline:none;transition:border-color .15s}.mdp__reject-ta:focus{border-color:#ef4444}.cp{display:flex;flex-direction:column;gap:20px}.cp__eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;margin:0 0 4px}.cp__stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.cp__stat{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px;box-shadow:0 1px 4px #0000000a}.cp__stat-label{font-size:.75rem;color:#64748b;margin:0 0 6px}.cp__stat-value{font-size:1.9rem;font-weight:800;margin:0}.cp__alert-banner{display:flex;align-items:flex-start;gap:14px;background:#fff7ed;border:1.5px solid #fed7aa;border-radius:12px;padding:16px 20px;font-size:.88rem}.cp__alert-banner>span{font-size:1.4rem;flex-shrink:0}.cp__alert-banner>div{flex:1}.cp__alert-banner strong{color:#92400e;display:block;margin-bottom:3px}.cp__alert-banner p{margin:0;color:#78350f;font-size:.78rem}.cp__alert-btn{padding:8px 16px;background:#f97316;border:none;border-radius:8px;color:#fff;font-size:.8rem;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;font-family:inherit;transition:background .15s}.cp__alert-btn:hover{background:#ea580c}.cp__msg{padding:11px 16px;border-radius:8px;font-size:.85rem;font-weight:500;display:flex;justify-content:space-between;cursor:pointer}.cp__msg--ok{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.cp__msg--err{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.cp__toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.cp__search{flex:1;min-width:240px;padding:9px 14px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;color:#0d1b2a;font-family:inherit;outline:none;transition:border-color .15s}.cp__search:focus{border-color:#6366f1}.cp__filter{padding:9px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.83rem;color:#475569;font-family:inherit;background:#fff;outline:none}.cp__btn{padding:8px 16px;border:1.5px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#475569;font-size:.83rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.cp__btn:disabled{opacity:.45;cursor:not-allowed}.cp__btn--primary{background:linear-gradient(135deg,#002f6c,#0057b0);border-color:#0057b0;color:#fff;box-shadow:0 2px 8px #0057b040}.cp__btn--primary:hover{box-shadow:0 4px 14px #0057b066;transform:translateY(-1px)}.cp__btn--edit{border-color:#6366f1;color:#6366f1;background:#eef2ff}.cp__btn--edit:hover{background:#e0e7ff}.cp__btn--sm{padding:5px 11px;font-size:.77rem}.cp__btn--lg{padding:11px 22px;font-size:.88rem}.cp__link{background:none;border:none;color:#0057b0;cursor:pointer;font-family:inherit;text-decoration:underline}.cp__section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000d}.cp__empty{padding:24px;color:#94a3b8;text-align:center;margin:0}.cp__empty-state{padding:48px 24px;text-align:center;color:#64748b}.cp__empty-state span{font-size:2.5rem;display:block;margin-bottom:10px}.cp__table-wrap{overflow-x:auto}.cp__table{width:100%;border-collapse:collapse;font-size:.83rem}.cp__table thead tr{background:#f8fafc}.cp__table th{padding:10px 14px;text-align:left;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;border-bottom:1px solid #f1f5f9}.cp__table td{padding:11px 14px;border-bottom:1px solid #f8fafc;color:#334155}.cp__table tbody tr:hover{background:#fafbff}.cp__table tbody tr:last-child td{border-bottom:none}.cp__name{font-weight:700;color:#0d1b2a;margin:0 0 2px;font-size:.85rem}.cp__email{font-size:.72rem;color:#94a3b8;margin:0}.cp__type-badge{display:inline-block;padding:2px 9px;border-radius:100px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:.72rem;font-weight:700;text-transform:capitalize}.cp__status-badge{display:inline-block;padding:3px 10px;border-radius:100px;border:1px solid;font-size:.72rem;font-weight:700}.cp__expiry{font-weight:700;font-size:.83rem}.cp__expiry--warn{color:#f59e0b}.cp__expiry--urgent{color:#f97316}.cp__expiry--critical{color:#ef4444}.cp__row-actions{display:flex;gap:6px}.cp__overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.cp__modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;position:relative;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;width:100%;max-width:660px}.cp__modal--detail{max-width:560px}.cp__modal-close{position:absolute;top:14px;right:14px;background:#f1f5f9;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:.85rem;color:#64748b;display:flex;align-items:center;justify-content:center;transition:background .15s}.cp__modal-close:hover{background:#e2e8f0}.cp__modal-header{padding:24px 28px 16px;border-bottom:1px solid #f1f5f9}.cp__modal-header h2{margin:0;font-size:1.25rem;color:#0d1b2a}.cp__modal-footer{padding:14px 28px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:10px;flex-shrink:0}.cp__form{overflow-y:auto;flex:1}.cp__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:20px 28px}.cp__label{display:flex;flex-direction:column;gap:5px;font-size:.82rem;font-weight:600;color:#334155}.cp__label em{font-style:normal;color:#94a3b8;font-weight:400}.cp__label--full{grid-column:1 / -1}.cp__label input,.cp__label select,.cp__label textarea{padding:9px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;color:#0d1b2a;font-family:inherit;outline:none;transition:border-color .15s;width:100%;box-sizing:border-box}.cp__label input:focus,.cp__label select:focus,.cp__label textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.cp__detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;overflow-y:auto;flex:1}.cp__detail-field{padding:12px 20px;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9}.cp__detail-field:nth-child(2n){border-right:none}.cp__detail-field--full{grid-column:1 / -1;border-right:none}.cp__detail-field label{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:3px}.cp__detail-field span{font-size:.88rem;font-weight:600;color:#334155}.ctp{padding:4px 0}.ctp__topbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:16px;flex-wrap:wrap}.ctp__title{font-size:1.6rem;font-weight:700;color:var(--hc-primary);margin:0 0 4px}.ctp__sub{color:#64748b;font-size:.88rem;margin:0}.ctp__btn{padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;border:none;font-family:inherit;transition:all .18s}.ctp__btn--primary{background:var(--hc-primary);color:#fff}.ctp__btn--primary:hover{background:#003580;transform:translateY(-1px);box-shadow:0 4px 10px #00366140}.ctp__btn--ghost{background:transparent;border:1.5px solid #cbd5e1;color:#475569}.ctp__btn--ghost:hover{border-color:var(--hc-primary);color:var(--hc-primary)}.ctp__btn--edit{background:#e0f2fe;color:#0369a1;border:none}.ctp__btn--edit:hover{background:#bae6fd}.ctp__btn--danger{background:#fee2e2;color:#b91c1c;border:none}.ctp__btn--danger:hover{background:#fca5a5}.ctp__btn--icon{background:#f1f5f9;color:#475569;padding:6px 10px;border:none;font-size:1rem}.ctp__btn--icon:hover{background:#e2e8f0}.ctp__btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.ctp__msg{padding:10px 18px;border-radius:8px;font-size:.85rem;font-weight:500;margin-bottom:16px}.ctp__msg--ok{background:#f0fdf4;border:1px solid #86efac;color:#166534}.ctp__msg--error{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.ctp__loading{text-align:center;padding:60px;color:#94a3b8;font-size:.95rem}.ctp__empty{text-align:center;padding:60px;color:#94a3b8;font-size:.95rem;border:2px dashed #e2e8f0;border-radius:14px}.ctp__cards{display:flex;flex-direction:column;gap:14px}.ctp__card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:20px 24px;transition:box-shadow .18s,border-color .18s}.ctp__card:hover{box-shadow:0 4px 16px #0036611a;border-color:#bfdbfe}.ctp__card--default{border-color:var(--hc-primary);background:linear-gradient(135deg,#f8fbff,#fff)}.ctp__card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.ctp__card-name{font-size:1rem;font-weight:700;color:#1e293b;margin-right:8px}.ctp__badge{background:var(--hc-primary);color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:99px;margin-right:6px;vertical-align:middle}.ctp__type-tag{background:#f1f5f9;color:#475569;font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:99px;vertical-align:middle;text-transform:uppercase;letter-spacing:.06em}.ctp__card-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ctp__card-desc{color:#64748b;font-size:.85rem;margin:8px 0 0}.ctp__card-meta{color:#94a3b8;font-size:.78rem;margin-top:8px}.ctp__overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:24px;overflow-y:auto}.ctp__editor{background:#fff;border-radius:18px;width:100%;max-width:1100px;box-shadow:0 20px 60px #00000040;overflow:hidden;display:flex;flex-direction:column;max-height:90vh;animation:ctpSlideIn .2s ease}@keyframes ctpSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.ctp__editor-head{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1.5px solid #e2e8f0;background:linear-gradient(135deg,#f8fbff,#fff);gap:12px;flex-wrap:wrap}.ctp__editor-head h3{margin:0;font-size:1.15rem;color:var(--hc-primary)}.ctp__editor-head-actions{display:flex;gap:8px;align-items:center}.ctp__editor-body{display:flex;flex:1;overflow:hidden}.ctp__editor-left{flex:1;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;min-width:0}.ctp__editor-left label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;color:#374151}.ctp__editor-left input,.ctp__editor-left select{padding:8px 12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:.9rem;font-family:inherit;color:#1e293b;outline:none;transition:border-color .18s}.ctp__editor-left input:focus,.ctp__editor-left select:focus{border-color:var(--hc-primary);box-shadow:0 0 0 3px #0036611a}.ctp__row{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:end}.ctp__checkbox{flex-direction:row!important;align-items:center;gap:8px!important;font-weight:500!important;cursor:pointer}.ctp__checkbox input{width:16px;height:16px;cursor:pointer;accent-color:var(--hc-primary)}.ctp__ph-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px}.ctp__ph-label{font-size:.78rem;color:#64748b;font-weight:600;margin:0 0 8px}.ctp__ph-chips{display:flex;flex-wrap:wrap;gap:6px}.ctp__chip{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;border:1px solid #bfdbfe;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}.ctp__chip:hover{background:#1d4ed8;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #1d4ed840}.ctp__body-label{flex:1;min-height:0}.ctp__textarea{resize:vertical;min-height:280px;max-height:480px;font-family:Courier New,monospace;font-size:.82rem;line-height:1.6;padding:12px;border:1.5px solid #d1d5db;border-radius:8px;outline:none;color:#1e293b;transition:border-color .18s}.ctp__textarea:focus{border-color:var(--hc-primary);box-shadow:0 0 0 3px #0036611a}.ctp__editor-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.ctp__preview{width:420px;flex-shrink:0;border-left:2px solid #e2e8f0;background:#fafbfc;display:flex;flex-direction:column;overflow:hidden}.ctp__preview-label{padding:10px 18px;font-size:.78rem;font-weight:700;color:#64748b;background:#f1f5f9;border-bottom:1px solid #e2e8f0;margin:0;text-transform:uppercase;letter-spacing:.08em}.ctp__preview-body{flex:1;overflow-y:auto;padding:20px;margin:0;font-family:Georgia,serif;font-size:.78rem;line-height:1.75;color:#1e293b;white-space:pre-wrap;word-break:break-word}.ctp__confirm{background:#fff;border-radius:14px;padding:28px;width:100%;max-width:440px;box-shadow:0 20px 60px #00000040;animation:ctpSlideIn .2s ease}.ctp__confirm h3{margin:0 0 12px;color:#1e293b}.ctp__confirm p{color:#475569;font-size:.9rem;margin:0 0 8px}.ctp__confirm-warn{color:#b91c1c!important;font-size:.82rem!important}.ctp__confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}@media(max-width:820px){.ctp__preview{display:none}.ctp__editor{max-height:100vh}}.email-settings-page{padding:2rem;width:100%;margin:0}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem;color:#1e293b;margin-bottom:.5rem}.page-header p{color:#64748b;font-size:1rem}.smtp-status-card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.smtp-status-card h2{font-size:1.25rem;color:#1e293b;margin-bottom:1rem}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.status-item{display:flex;align-items:center;gap:.75rem}.status-item .label{font-weight:600;color:#64748b}.status-item .value{color:#1e293b}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.status-badge.success{background-color:#dcfce7;color:#166534}.status-badge.error{background-color:#fee2e2;color:#991b1b}.template-section{display:grid;grid-template-columns:400px 1fr;gap:2rem;margin-bottom:2rem}.editor-panel,.preview-panel{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.editor-panel h2,.preview-panel h2{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem}.help-text{color:#64748b;font-size:.875rem;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;color:#475569;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group textarea{width:100%;padding:.625rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.preview-container{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#f8fafc}.email-preview{padding:1rem;background:#fff;min-height:400px;max-height:600px;overflow-y:auto}.test-email-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.test-email-card h2{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem}.test-form{max-width:500px}.btn-send{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:1rem}.btn-send:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e94d}.btn-send:disabled{opacity:.5;cursor:not-allowed}.message{margin-top:1rem;padding:1rem;border-radius:8px;font-size:.875rem}.message.success{background-color:#dcfce7;color:#166534;border:1px solid #86efac}.message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.warning-box{margin-top:1rem;padding:1rem;background-color:#fef3c7;border:1px solid #fde047;border-radius:8px;color:#92400e;font-size:.875rem}.loading{text-align:center;padding:3rem;color:#64748b}@media(max-width:1024px){.template-section{grid-template-columns:1fr}.editor-panel{order:2}.preview-panel{order:1}}.settings{padding:28px 32px;max-width:680px}.settings__header{margin-bottom:28px}.settings__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6366f1;margin:0 0 4px}.settings__header h2{font-size:1.6rem;font-weight:700;margin:0;color:#0f172a}.settings__profile-card{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;margin-bottom:28px;box-shadow:0 1px 4px #0000000a}.settings__avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:1.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.settings__profile-name{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 2px}.settings__profile-email{font-size:.85rem;color:#64748b;margin:0 0 8px}.settings__role-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.72rem;font-weight:600;background:#ede9fe;color:#6366f1;border:1px solid #c4b5fd}.settings__tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:1px solid #e2e8f0;padding-bottom:0}.settings__tab{background:none;border:none;padding:10px 16px;font-size:.88rem;font-weight:600;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s}.settings__tab:hover{color:#6366f1}.settings__tab--active{color:#6366f1;border-bottom-color:#6366f1}.settings__section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px;box-shadow:0 1px 4px #0000000a}.settings__section h3{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0 0 6px}.settings__help{font-size:.83rem;color:#64748b;margin:0 0 20px}.settings__msg{padding:12px 16px;border-radius:8px;font-size:.85rem;margin-bottom:18px;cursor:pointer;display:flex;justify-content:space-between}.settings__msg--ok{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.settings__msg--err{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.settings__form{display:flex;flex-direction:column;gap:18px}.settings__field{display:flex;flex-direction:column;gap:6px}.settings__field label{font-size:.83rem;font-weight:600;color:#374151}.settings__field input{padding:10px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:.9rem;transition:border-color .15s;background:#f9fafb}.settings__field input:focus{outline:none;border-color:#6366f1;background:#fff}.settings__strength{display:flex;align-items:center;gap:10px;font-size:.78rem;color:#64748b}.settings__strength-bar{height:4px;border-radius:4px;transition:width .3s,background .3s;flex:none}.settings__btn{padding:11px 22px;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s;width:fit-content}.settings__btn--primary{background:#6366f1;color:#fff}.settings__btn--primary:hover:not(:disabled){background:#4f46e5}.settings__btn--primary:disabled{opacity:.6;cursor:not-allowed}.mb{padding:28px 32px}.mb__kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:28px}.mb__kpi{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 22px;box-shadow:0 1px 4px #0000000a}.mb__kpi-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 6px}.mb__kpi-value{font-size:1.8rem;font-weight:800;color:#0f172a;margin:0;line-height:1.1}.mb__msg{padding:12px 16px;border-radius:8px;font-size:.85rem;margin-bottom:18px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.mb__msg--ok{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.mb__msg--err{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.mb__section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 1px 4px #0000000a;overflow:hidden}.mb__section-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0}.mb__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f5911f;margin:0 0 3px}.mb__section-header h3{font-size:1.1rem;font-weight:700;margin:0;color:#0f172a}.mb__refresh{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:.83rem;font-weight:600;color:#475569;cursor:pointer;transition:all .15s}.mb__refresh:hover:not(:disabled){background:#e2e8f0}.mb__refresh:disabled{opacity:.5;cursor:not-allowed}.mb__empty{padding:24px;color:#94a3b8;font-size:.88rem;text-align:center}.mb__empty-state{display:flex;flex-direction:column;align-items:center;padding:48px 24px;gap:12px;color:#94a3b8}.mb__empty-state span{font-size:2.5rem}.mb__empty-state p{font-size:.9rem;text-align:center}.mb__table-wrap{overflow-x:auto}.mb__table{width:100%;border-collapse:collapse;font-size:.875rem}.mb__table th{background:#f8fafc;padding:11px 16px;text-align:left;font-weight:600;color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;white-space:nowrap}.mb__table td{padding:13px 16px;vertical-align:middle;border-bottom:1px solid #f1f5f9;color:#374151}.mb__table tr:last-child td{border-bottom:none}.mb__table tr:hover td{background:#f8fafc}.mb__badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:600;border:1px solid;white-space:nowrap}.mb__actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.mb__btn{padding:6px 14px;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.mb__btn--bank{background:#10b981;color:#fff}.mb__btn--bank:hover:not(:disabled){background:#059669}.mb__btn--bank:disabled{opacity:.6;cursor:not-allowed}.mb__btn--del{background:#fee2e2;color:#ef4444;border:1px solid #fca5a5}.mb__btn--del:hover{background:#fecaca}.mb__btn--email{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;display:flex;align-items:center;gap:6px}.mb__btn--email:hover:not(:disabled){background:#dbeafe;border-color:#3b82f6}.mb__btn--email:disabled{opacity:.5;cursor:not-allowed}.mb__no-action{color:#cbd5e1;font-size:.85rem}#root{min-height:100vh}:root{font-family:Inter,Sora,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;--hc-primary: #003661;--hc-primary-light: #004d8a;--hc-primary-lighter: #0066b3;--hc-accent: #f5911f;--hc-accent-dark: #d97d0f;--hc-bg-dark: #002847;--hc-bg-medium: #003661;color:#1e293b;background:linear-gradient(135deg,#003661,#004d8a);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,#003661,#004d8a);min-height:100vh}#root{min-height:100vh;background:linear-gradient(135deg,#003661,#004d8a)}input,select,button{font-family:inherit}.screen-center{min-height:60vh;display:flex;align-items:center;justify-content:center;color:#e0f2f1;font-size:1.1rem}
