:root{--color-canvas:#f5f6f8;--color-surface:#fff;--color-surface-sunken:#f9fafb;--color-border:#e3e6ea;--color-border-strong:#cbd2d9;--color-text:#1a1f27;--color-text-muted:#5b6472;--color-text-subtle:#8a929e;--color-text-inverse:#fff;--color-accent:#2f5bea;--color-accent-hover:#2449c7;--color-accent-soft:#eaefff;--color-success:#17784a;--color-success-soft:#e4f4ea;--color-warning:#8a5a00;--color-warning-soft:#fdf1dc;--color-danger:#b3261e;--color-danger-soft:#fdeceb;--color-info:#1d5f7a;--color-info-soft:#e5f2f7;--color-nav:#171c26;--color-nav-text:#c3c9d4;--color-nav-text-active:#fff;--color-nav-hover:#232a37;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-pill:999px;--shadow-sm:0 1px 2px #1018280f;--shadow-md:0 4px 12px #10182814;--shadow-lg:0 12px 32px #1018281f;--font-sans:"Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "Cascadia Mono", Consolas, "Courier New", monospace;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.9375rem;--text-lg:1.0625rem;--text-xl:1.375rem;--text-2xl:2rem;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--sidebar-width:15rem;--content-max:78rem;--focus-ring:0 0 0 3px #2f5bea59;--transition:.12s ease}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--color-canvas);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}h1,h2,h3,p{margin:0}ul{margin:0;padding:0;list-style:none}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.full-page-center{min-height:100vh;padding:var(--space-5);justify-content:center;align-items:center;display:flex}.button{justify-content:center;align-items:center;gap:var(--space-2);min-height:2.25rem;padding:0 var(--space-4);border-radius:var(--radius-sm);font:inherit;font-weight:var(--weight-medium);cursor:pointer;transition:background var(--transition), border-color var(--transition);border:1px solid #0000;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.6}.button-primary{background:var(--color-accent);color:var(--color-text-inverse)}.button-primary:hover:not(:disabled){background:var(--color-accent-hover)}.button-secondary{background:var(--color-surface);border-color:var(--color-border-strong);color:var(--color-text)}.button-secondary:hover:not(:disabled){background:var(--color-surface-sunken)}.button-danger{background:var(--color-danger);color:var(--color-text-inverse)}.button-danger:hover:not(:disabled){background:#96201a}.button-block{width:100%;margin-top:var(--space-2)}.field{margin-bottom:var(--space-4)}.field label{margin-bottom:var(--space-1);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-muted);display:block}.input{width:100%;min-height:2.375rem;padding:0 var(--space-3);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);font:inherit;color:var(--color-text)}.input:focus{border-color:var(--color-accent);box-shadow:var(--focus-ring);outline:none}.input.has-error{border-color:var(--color-danger)}.field-error,.form-error{color:var(--color-danger);font-size:var(--text-sm)}.field-error{margin-top:var(--space-1)}.form-error{padding:var(--space-3);margin-bottom:var(--space-4);background:var(--color-danger-soft);border-radius:var(--radius-sm)}.field-hint{margin-top:var(--space-1);color:var(--color-text-subtle);font-size:var(--text-xs)}.field-required{margin-left:var(--space-1);color:var(--color-danger)}.textarea{min-height:auto;padding:var(--space-2) var(--space-3);resize:vertical;line-height:1.5}.select{padding-right:var(--space-2);background:var(--color-surface);cursor:pointer}.field-check{margin-bottom:var(--space-4)}.check-row{align-items:center;gap:var(--space-2);display:flex}.check-row label{font-size:var(--text-base);color:var(--color-text);cursor:pointer;margin-bottom:0}.checkbox{width:1rem;height:1rem;accent-color:var(--color-accent);cursor:pointer;margin:0}.form-card{max-width:52rem}.employee-detail-form-card{max-width:88rem}.employee-detail-form-card .form-section{margin:0 0 var(--space-4);padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:0 2px 12px #0f23410a}.employee-detail-form-card .form-section legend{margin-bottom:var(--space-1);font-size:var(--text-base);color:var(--color-text);letter-spacing:0;text-transform:none}.employee-personal-form-card .form-section legend:after{content:"Basic personal information and identifiers";color:var(--color-text-subtle);font-size:var(--text-sm);font-weight:var(--weight-regular);letter-spacing:0;text-transform:none;margin-top:.25rem;display:block}.employee-subsection-title{margin:var(--space-5) 0 var(--space-3);color:var(--color-text);font-size:var(--text-sm);font-weight:var(--weight-semibold)}.employee-subsection-title span{color:var(--color-text-subtle);font-size:var(--text-xs);font-weight:var(--weight-regular);margin-top:.2rem;display:block}.employee-personal-form-card .form-section:nth-of-type(2) legend:after{content:"Sensitive identification information is access-controlled and masked."}.employee-personal-form-card .form-section:nth-of-type(3) legend:after{content:"Statutory and benefits information"}.employee-personal-form-card .form-section:nth-of-type(4) legend:after{content:"Joining and employment status"}.employee-detail-form-card .form-grid{gap:0 var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr))}.employee-detail-form-card .form-section+.form-section{border-top-color:var(--color-border)}.employee-detail-form-card .bank-list{gap:var(--space-3);margin:0;padding:0;list-style:none;display:grid}.employee-detail-form-card .bank-row{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.employee-detail-form-card .bank-row.is-inactive{background:var(--color-surface-subtle)}.employee-detail-form-card .bank-row-title{color:var(--color-text);font-weight:var(--weight-semibold)}.employee-detail-form-card .bank-row-meta{color:var(--color-text-subtle)}.employee-detail-form-card .address-same-row{margin:0 0 var(--space-4);padding:var(--space-3);border-radius:var(--radius-sm);background:var(--color-surface-subtle)}.employee-section-heading{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-5);display:flex}.employee-section-heading h2{color:var(--color-text);font-size:var(--text-lg);margin:.15rem 0 .3rem}.employee-section-heading p:not(.eyebrow){color:var(--color-text-subtle);font-size:var(--text-sm);margin:0}.family-grid,.previous-employment-timeline{gap:var(--space-3);display:grid}.family-card,.previous-employment-card{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.family-card h3,.previous-employment-card h3{font-size:var(--text-base);margin:.5rem 0 .25rem}.family-card p,.previous-employment-card p{color:var(--color-text-subtle);font-size:var(--text-sm);margin:.25rem 0}.previous-employment-card{border-left:3px solid var(--color-accent)}.family-card .form-actions{padding-top:var(--space-3);border-top:0}.tab-nav{scrollbar-width:thin;overflow-x:auto}.employee-form-actions{z-index:2;margin:var(--space-4) calc(var(--space-5) * -1) calc(var(--space-5) * -1);padding:var(--space-4) var(--space-5);background:#fffffff5;position:sticky;bottom:0}.unsaved-indicator{color:var(--color-text-subtle);font-size:var(--text-sm);margin-left:auto}.unsaved-indicator span{color:#d08a00}.employee-alert{margin-bottom:var(--space-4);border-radius:var(--radius-md);color:#146c43;font-size:var(--text-sm);background:#f0fbf4;border:1px solid #b8e6ca;align-items:center;gap:.5rem;padding:.7rem 1rem;display:flex}.employee-tab-icon{opacity:.8;margin-right:.45rem;font-size:.9em}.tab-nav-item{align-items:center;gap:.2rem;display:inline-flex}.employee-details-shell{gap:var(--space-5);grid-template-columns:240px minmax(0,1fr);align-items:start;display:grid}.employee-profile-sidebar{top:var(--space-4);padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);position:sticky;box-shadow:0 3px 16px #0f23410f}.employee-profile-summary{text-align:center}.employee-avatar{width:76px;height:76px;margin:0 auto var(--space-3);object-fit:cover;border-radius:50%}.employee-avatar-initials{color:#fff;font-size:1.45rem;font-weight:var(--weight-semibold);background:#3d6fd6;place-items:center;display:grid}.employee-profile-summary .badge{margin-bottom:var(--space-3);display:inline-flex}.employee-draft-badge{margin-bottom:var(--space-3);color:#8a5a00;font-size:var(--text-xs);font-weight:var(--weight-semibold);background:#fff4d6;border-radius:999px;padding:.25rem .6rem;display:inline-flex}.employee-profile-summary h2{color:var(--color-text);font-size:var(--text-lg);margin:0}.employee-profile-code{color:var(--color-text-subtle);font-size:var(--text-sm);font-weight:var(--weight-semibold);margin:.3rem 0 0}.employee-profile-role{margin:var(--space-4) 0 .2rem;color:var(--color-text);font-size:var(--text-sm);font-weight:var(--weight-semibold)}.employee-profile-department{color:var(--color-text-subtle);font-size:var(--text-sm);margin:0}.employee-profile-nav{margin-top:var(--space-5);padding-top:var(--space-4);border-top:1px solid var(--color-border);gap:.2rem;display:grid}.employee-profile-nav button{border-radius:0 var(--radius-sm,4px) var(--radius-sm,4px) 0;width:100%;color:var(--color-text-subtle);text-align:left;cursor:pointer;font:inherit;font-size:var(--text-sm);background:0 0;border:0;border-left:3px solid #0000;align-items:center;gap:.65rem;padding:.65rem .7rem;display:flex}.employee-profile-nav button:hover,.employee-profile-nav button:focus-visible{color:var(--color-accent);background:#f2f6ff}.employee-profile-nav button.is-active{border-left-color:var(--color-accent);color:var(--color-accent);font-weight:var(--weight-semibold);background:#eef4ff}.employee-profile-nav button:disabled{cursor:not-allowed;opacity:.55}.employee-section-content{min-width:0}@media (width<=800px){.employee-details-shell{grid-template-columns:1fr}.employee-profile-sidebar{gap:var(--space-4);grid-template-columns:180px 1fr;align-items:center;display:grid;position:static}.employee-profile-nav{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.employee-profile-summary{text-align:left}.employee-avatar{margin-left:0}}@media (width<=520px){.employee-profile-sidebar{display:block}.employee-profile-summary{text-align:center}.employee-avatar{margin-left:auto}.employee-profile-nav{grid-template-columns:1fr}}.my-profile-page{gap:var(--space-5);display:grid}.my-profile-header{align-items:center;gap:var(--space-4);padding:var(--space-5);border-radius:var(--radius-md);color:#fff;background:linear-gradient(120deg,#0b5359,#147b78);display:flex}.my-profile-header h1{color:#fff;margin:.15rem 0}.my-profile-header .muted{color:#ffffffc7}.my-profile-header .badge{color:#0b5359;background:#b9e9df;margin-left:auto}.my-profile-grid{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid}.my-profile-card{min-width:0}.profile-fields dt{color:var(--color-text-subtle);font-size:var(--text-xs)}.profile-fields dd{color:var(--color-text);font-weight:var(--weight-semibold);overflow-wrap:anywhere;margin:.18rem 0 0}.profile-address{border-top:1px solid var(--color-border);margin-top:1.25rem;padding-top:1rem}.profile-address h3{font-size:var(--text-sm);margin:0 0 .8rem}@media (width<=800px){.my-profile-grid{grid-template-columns:1fr}}@media (width<=520px){.my-profile-header{flex-wrap:wrap;align-items:flex-start}.my-profile-header .badge{margin-left:0}.profile-fields{grid-template-columns:1fr}}@media (width<=900px){.employee-detail-form-card .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.employee-detail-form-card .form-grid{grid-template-columns:1fr}.employee-form-actions{margin:var(--space-4) 0 0;padding:var(--space-4) 0 0;position:static}.unsaved-indicator{width:100%;margin:0 0 var(--space-2);order:-1}}.my-profile-page{gap:1.15rem;max-width:88rem;display:grid}.profile-section-anchor{min-width:0;scroll-margin-top:1.25rem}.profile-hero{background:linear-gradient(116deg,#f7fbff 0%,#eaf4ff 58%,#d9ebff 100%);border:1px solid #cfe0f4;border-radius:1rem;min-height:13rem;position:relative;overflow:hidden;box-shadow:0 8px 28px #18407014}.profile-hero-content{z-index:1;align-items:center;min-height:13rem;padding:2rem 2.25rem;display:flex;position:relative}.profile-hero-identity{align-items:center;gap:1.35rem;min-width:0;display:flex}.profile-hero-avatar{color:#fff;background:linear-gradient(145deg,#173e73,#2f76bd);border:5px solid #ffffffe6;border-radius:50%;flex:none;place-items:center;width:6.25rem;height:6.25rem;font-size:1.8rem;font-weight:800;display:grid;box-shadow:0 7px 18px #1b4a7f33}.profile-hero-copy{min-width:0}.profile-hero-kicker{color:#557396;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;font-weight:800}.profile-hero h1{color:#122d4e;margin:0;font-size:clamp(1.65rem,3vw,2.4rem);line-height:1.12}.profile-hero-code-row{color:#557396;flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:.75rem;font-size:.84rem;font-weight:700;display:flex}.profile-status{color:#8a5a00;white-space:nowrap;background:#fff4d6;border-radius:999px;align-items:center;gap:.35rem;padding:.27rem .65rem;font-size:.72rem;font-weight:800;display:inline-flex}.profile-status:before{content:"";background:currentColor;border-radius:50%;width:.38rem;height:.38rem}.profile-status.is-active{color:#14734b;background:#dff7ea}.profile-hero-details{color:#315476;flex-wrap:wrap;gap:.6rem 1rem;margin-top:1rem;font-size:.9rem;display:flex}.profile-hero-details span+span{border-left:1px solid #bdd2e9;padding-left:1rem}.profile-hero-art{opacity:.72;width:48%;position:absolute;inset:0 0 0 auto}.profile-hero-art:before,.profile-hero-art:after,.profile-hero-art span{content:"";background:linear-gradient(150deg,#5b9ddb33,#4f87c20f);border-radius:50% 50% 0 0;display:block;position:absolute;transform:rotate(8deg)}.profile-hero-art:before{width:65%;height:80%;bottom:-25%;right:-8%}.profile-hero-art:after{width:54%;height:70%;bottom:-32%;right:17%;transform:rotate(-12deg)}.profile-hero-art span:first-child{width:44%;height:67%;bottom:-40%;right:39%;transform:rotate(18deg)}.profile-hero-art span:nth-child(2){width:38%;height:66%;bottom:-50%;right:2%;transform:rotate(-7deg)}.profile-hero-art span:nth-child(3){background:#ffffff57;width:31%;height:56%;bottom:-49%;right:26%;transform:rotate(5deg)}.profile-tabs{border:1px solid var(--color-border);background:var(--color-surface);scrollbar-width:thin;border-radius:.75rem;gap:.25rem;padding:.3rem;display:flex;overflow-x:auto;box-shadow:0 3px 13px #0f23410a}.profile-tab{min-height:2.55rem;color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.55rem;flex:none;justify-content:center;align-items:center;gap:.45rem;padding:.55rem .9rem;font-size:.82rem;font-weight:700;display:inline-flex}.profile-tab:hover,.profile-tab:focus-visible{color:#1d5fa7;background:#f0f6fd}.profile-tab.is-active{color:#145a9c;background:#e7f1fd;box-shadow:inset 0 -2px #2e79be}.profile-icon{flex:none;width:1.05rem;height:1.05rem}.profile-card-heading{color:#183957;align-items:center;gap:.55rem;display:inline-flex}.my-profile-card{background:var(--color-surface);border:1px solid #d9e2ec;border-radius:.85rem;min-width:0;overflow:hidden;box-shadow:0 5px 18px #0f23410e}.my-profile-card .card-header{background:#fff;border-bottom:1px solid #e5ebf2;min-height:3.7rem;padding:1rem 1.2rem}.my-profile-card .card-title{font-size:1rem}.my-profile-card .card-body{padding:1.2rem}.profile-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.35rem;margin:0;display:grid}.profile-fields div{min-width:0}.profile-fields dt{color:#71839a;letter-spacing:.02em;font-size:.7rem;font-weight:700}.profile-fields dd{overflow-wrap:anywhere;color:#193653;margin:.16rem 0 0;font-size:.86rem;font-weight:700}.profile-contact-content{gap:1rem;display:grid}.profile-contact-row{border-bottom:1px solid #e8edf3;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;padding-bottom:1rem;display:grid}.profile-contact-item{align-items:center;gap:.65rem;min-width:0;display:flex}.profile-contact-icon{color:#2b70ad;background:#e9f3fe;border-radius:.55rem;flex:none;place-items:center;width:2rem;height:2rem;display:grid}.profile-contact-item small,.profile-contact-item strong{overflow-wrap:anywhere;display:block}.profile-contact-item small{color:#71839a;font-size:.69rem;font-weight:700}.profile-contact-item strong{color:#193653;margin-top:.12rem;font-size:.82rem}.profile-address{background:#f7fbff;border:1px solid #e2ebf3;border-radius:.7rem;padding:1rem}.profile-address h3{color:#315476;align-items:center;gap:.45rem;margin:0 0 .85rem;font-size:.8rem;display:flex}.profile-address .profile-fields{gap:.75rem 1rem}.profile-bank-content{gap:1rem;display:grid}.profile-bank-table-wrap{overflow-x:auto}.profile-bank-table{border-collapse:collapse;width:100%;font-size:.8rem}.profile-bank-table th{color:#71839a;text-align:left;white-space:nowrap;padding:0 .65rem .65rem;font-size:.68rem;font-weight:800}.profile-bank-table td{color:#264562;white-space:nowrap;border-top:1px solid #e8edf3;padding:.85rem .65rem}.profile-bank-table td:first-child{min-width:9rem}.profile-bank-table td strong,.profile-bank-table td small{display:block}.profile-bank-table td small{color:#8191a3;margin-top:.15rem;font-size:.68rem}.profile-security-note{color:#58718c;background:#f3f8fc;border-radius:.6rem;align-items:flex-start;gap:.5rem;margin:0;padding:.75rem .85rem;font-size:.73rem;line-height:1.45;display:flex}.profile-security-note .profile-icon{color:#3978aa;margin-top:.05rem}@media (width<=800px){.profile-hero-content{padding:1.5rem}.profile-hero-art{width:42%}.my-profile-grid{grid-template-columns:1fr}}@media (width<=560px){.profile-hero-content{align-items:flex-start;min-height:15rem;padding:1.25rem}.profile-hero-identity{flex-direction:column;align-items:flex-start;gap:1rem}.profile-hero-avatar{width:5rem;height:5rem;font-size:1.45rem}.profile-hero-details{flex-direction:column;gap:.25rem}.profile-hero-details span+span{border-left:0;padding-left:0}.profile-fields,.profile-contact-row{grid-template-columns:1fr}.profile-bank-table{min-width:38rem}}.form-grid{gap:0 var(--space-4);grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));display:grid}.employment-layout{gap:var(--space-5);grid-template-columns:minmax(0,1.45fr) minmax(20rem,1fr);align-items:start;display:grid}.employment-overview{gap:var(--space-5);min-width:0;display:grid}.employment-card{border:1px solid var(--color-border);max-width:none;box-shadow:0 4px 18px #0f23410f}.employment-card-heading{justify-content:space-between;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.employment-card-heading h2{font-size:var(--text-lg);color:var(--color-text);margin:.15rem 0 0}.eyebrow{color:var(--color-text-subtle);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.08em;text-transform:uppercase;margin:0}.employment-status-badge,.change-reason-badge{font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.04em;white-space:nowrap;border-radius:999px;align-items:center;padding:.25rem .6rem;display:inline-flex}.employment-status-badge.current{color:#146c43;background:#e8f6ee}.change-reason-badge{color:var(--color-accent);font-weight:var(--weight-medium);letter-spacing:0;background:#eef4ff}.employment-summary-grid{gap:var(--space-4) var(--space-5);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.employment-summary-item span,.timeline-details dt{color:var(--color-text-subtle);font-size:var(--text-xs);display:block}.employment-summary-item strong{color:var(--color-text);font-size:var(--text-sm);font-weight:var(--weight-semibold);margin-top:.25rem;display:block}.history-count{color:var(--color-text-subtle);font-size:var(--text-xs)}.employment-timeline{gap:var(--space-4);display:grid;position:relative}.employment-timeline:before{content:"";background:var(--color-border);width:2px;position:absolute;top:.8rem;bottom:.8rem;left:.55rem}.employment-timeline-item{gap:var(--space-3);grid-template-columns:1.2rem 1fr;display:grid;position:relative}.timeline-marker{z-index:1;color:#9aa7b8;background:var(--color-surface);font-size:1rem;line-height:1.2;position:relative}.employment-timeline-item.is-current .timeline-marker{color:#1f9d62}.timeline-content{padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.employment-timeline-item:not(.is-current) .timeline-content{background:var(--color-surface-subtle);opacity:.82}.timeline-meta,.timeline-title-row{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.timeline-meta{color:var(--color-text-subtle);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.04em;text-transform:uppercase}.timeline-meta time{font-weight:var(--weight-regular);letter-spacing:0;text-transform:none}.timeline-title-row{margin-top:.4rem}.timeline-title-row h3{font-size:var(--text-base);margin:0}.timeline-subtitle{margin:.3rem 0 var(--space-3);color:var(--color-text-subtle);font-size:var(--text-sm)}.timeline-details{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid}.timeline-details dd{font-size:var(--text-sm);margin:.2rem 0 0}.employment-accordion{border-top:1px solid var(--color-border)}.employment-accordion summary{cursor:pointer;padding:var(--space-4) 0;color:var(--color-text);font-size:var(--text-sm);font-weight:var(--weight-semibold);list-style:none}.employment-accordion summary::-webkit-details-marker{display:none}.employment-accordion summary:after{content:"+";float:right;color:var(--color-text-subtle);font-size:1.1rem}.employment-accordion[open] summary:after{content:"−"}.employment-accordion-body{padding:0 0 var(--space-3)}.employment-alert{margin-bottom:var(--space-4);border-radius:var(--radius-md);color:#146c43;font-size:var(--text-sm);background:#f0fbf4;border:1px solid #b8e6ca;align-items:center;gap:.5rem;padding:.7rem 1rem;display:flex}.employment-alert-dismiss{color:inherit;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:1.1rem}@media (width<=960px){.employment-layout{grid-template-columns:1fr}.employment-overview{order:1}.change-panel{order:2}.employment-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.master-management-page{min-width:0}.master-breadcrumb{color:var(--color-text-muted);font-size:var(--text-sm);margin:-.75rem 0 1.25rem}.master-breadcrumb a{color:var(--color-accent)}.master-workspace{grid-template-columns:14.5rem minmax(0,1fr);align-items:start;gap:1rem;display:grid}.master-workspace.has-editor{grid-template-columns:14.5rem minmax(0,1fr) 22.5rem}.master-workspace>.card{min-width:0}.master-catalogue .card-body{padding:.55rem}.master-links{flex-direction:column;gap:.85rem;margin-top:.8rem;display:flex}.master-link-group{flex-direction:column;gap:.15rem;display:flex}.master-link-group h3{color:var(--color-text-subtle);letter-spacing:.08em;text-transform:uppercase;margin:0 .7rem .2rem;font-size:.68rem}.master-links a{color:var(--color-text-muted);border-radius:.65rem;padding:.65rem .75rem;font-size:.82rem;text-decoration:none;display:block}.master-links a:hover,.master-links a:focus-visible{background:var(--color-surface-muted);color:var(--color-accent);text-decoration:none}.master-links a.is-active{background:color-mix(in srgb, var(--color-accent) 12%, white);color:var(--color-accent);box-shadow:inset 3px 0 0 var(--color-accent);font-weight:700}.master-records .card-body{min-width:0}.master-toolbar{flex-wrap:nowrap}.leave-admin-page{flex-direction:column;gap:1rem;display:flex}.leave-preview-page .detail-list{margin:0 0 1rem}.leave-preview-page .detail-list dd{font-weight:600}.leave-toolbar{flex-wrap:wrap}.leave-toolbar .toolbar-search{flex:18rem}.leave-toolbar .toolbar-filter{flex:0 0 12rem}.leave-editor{max-width:48rem}.leave-editor .form-stack{flex-direction:column;gap:.75rem;display:flex}.leave-editor .field-group{border:0;gap:1.25rem;margin:0;padding:0;display:flex}.leave-editor .field-group legend{margin-bottom:.35rem;font-weight:600}.leave-editor .field-group label{align-items:center;gap:.4rem;display:flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.row-actions{white-space:nowrap}.policy-editor-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.policy-editor-code{margin-left:.75rem}.policy-version-selector{min-width:20rem}.policy-editor-sections{gap:1rem;display:grid}.detail-list{gap:.75rem;margin:0 0 1rem;display:grid}.detail-list div{grid-template-columns:minmax(8rem,.35fr) 1fr;align-items:baseline;gap:1rem;display:grid}.detail-list dt{color:var(--ink-muted);font-weight:600}.detail-list dd{margin:0}.lifecycle-notice{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.policy-configuration-section{border-top:1px solid var(--color-border);padding:1.25rem 0}.policy-configuration-section:first-child{border-top:0}.section-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.section-heading h3,.section-heading h4{margin:0}.section-heading p{color:var(--ink-muted);margin:.35rem 0 0}.leave-type-selection{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.65rem;display:grid}.leave-type-option{border:1px solid var(--color-border);border-radius:.5rem;align-items:flex-start;gap:.65rem;padding:.75rem;display:flex}.leave-type-option span{gap:.2rem;display:grid}.leave-type-option small{color:var(--ink-muted)}.applicability-groups{gap:1rem;display:grid}.applicability-group{border:1px solid var(--color-border);border-radius:.6rem;padding:1rem}.applicability-grid{grid-template-columns:repeat(3,minmax(200px,1fr));gap:.85rem;display:grid}.applicability-or{text-align:center;color:var(--ink-muted);padding:.4rem;font-weight:700}.tenant-wide-notice{background:var(--color-surface-sunken);border:1px solid var(--color-border);border-radius:.5rem;gap:.3rem;padding:1rem;display:grid}.policy-lifecycle-actions{flex-wrap:wrap}.policy-validation{border-left:4px solid var(--color-accent)}.validation-summary{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.validation-list{border-radius:.4rem;margin:.75rem 0;padding:.75rem 1rem}.validation-list h4{margin:0 0 .35rem}.validation-list ul{margin:0;padding-left:1.25rem}.validation-errors{background:#fceeee}.validation-warnings{background:#fbf1e6}.is-selected{background:color-mix(in srgb, var(--color-accent) 7%, white)}@media (width<=900px){.applicability-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=600px){.section-heading{flex-direction:column}.applicability-grid{grid-template-columns:1fr}}@media (width<=720px){.form-grid{grid-template-columns:1fr}.leave-toolbar{flex-direction:column;align-items:stretch}.leave-toolbar .toolbar-search,.leave-toolbar .toolbar-filter{flex:auto;width:100%}.leave-editor{width:100%}}.master-toolbar .input[type=search]{flex:auto;min-width:12rem}.master-toolbar .select{flex:0 0 9.5rem}.master-records .table-wrap{overflow-x:auto}.master-records table{min-width:34rem}.master-records tr.is-editing{background:color-mix(in srgb, var(--color-accent) 7%, white)}.master-code{overflow-wrap:anywhere;border:1px solid var(--color-border);max-width:16rem;color:var(--color-text);background:var(--color-surface-sunken);border-radius:.35rem;padding:.2rem .4rem;font-size:.78rem;display:inline-block}.master-row-actions{white-space:nowrap}.master-row-actions .row-action{border:1px solid var(--color-accent);border-radius:.45rem;align-items:center;min-height:2rem;padding:0 .55rem;text-decoration:none;display:inline-flex}.master-row-actions .row-action-danger{border-color:var(--color-danger)}.master-list-footer{color:var(--color-text-muted);justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;font-size:.78rem;display:flex}.master-list-footer>div{gap:.5rem;display:flex}.master-unsupported{color:var(--color-text-subtle);margin:.25rem .7rem 0;font-size:.7rem;line-height:1.45}.import-backdrop{z-index:50;background:#0830346b;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.import-dialog{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);flex-direction:column;width:min(58rem,100%);max-height:min(90dvh,48rem);padding:1.25rem;display:flex;overflow:hidden;box-shadow:0 1.5rem 4rem #0830343d}.import-dialog>header,.import-dialog>footer{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.import-dialog h2{color:var(--color-text);margin:0;font-size:1.2rem}.import-dialog header p{color:var(--color-text-muted);margin:.25rem 0 0;font-size:.82rem}.import-steps{color:var(--color-accent);background:var(--color-primary-soft);font-size:.78rem;font-weight:var(--weight-medium);border-radius:.55rem;flex-wrap:wrap;gap:1.25rem;margin:1.15rem 0 .75rem;padding:.75rem 1rem;display:flex}.import-actions{flex-wrap:wrap;align-items:center;gap:.65rem;margin:.75rem 0 1rem;display:flex}.import-actions label{cursor:pointer}.import-summary{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.import-summary span{border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:.4rem;padding:.35rem .55rem;font-size:.75rem}.import-dialog .table-wrap{min-height:0;overflow:auto}.import-dialog .data-table{min-width:42rem}.import-dialog>footer{border-top:1px solid var(--color-border);align-items:center;margin-top:1rem;padding-top:1rem}@media (width<=600px){.import-backdrop{place-items:stretch stretch;padding:0}.import-dialog{border-radius:0;max-height:none}.import-actions{flex-direction:column;align-items:stretch}.import-actions>*{width:100%}.import-steps{flex-direction:column;gap:.35rem}}.master-editor{position:sticky;top:1rem}.master-editor .card-header{padding-right:3rem}.master-editor .card-subtitle{overflow-wrap:anywhere}.master-editor .form-stack{flex-direction:column;gap:.2rem;display:flex}.master-editor .field{flex-direction:column;gap:.4rem;margin:0 0 1rem;display:flex}.master-editor .field>span{color:var(--color-text-muted);font-size:.82rem;font-weight:var(--weight-medium)}.master-editor .field input,.master-editor .field select,.master-editor .field textarea{box-sizing:border-box;border:1px solid var(--color-border-strong);background:var(--color-surface);width:100%;min-height:2.875rem;color:var(--color-text);font:inherit;border-radius:.55rem;padding:0 .75rem}.master-editor .field textarea{resize:vertical;min-height:5.625rem;padding-top:.65rem}.master-editor .field input:focus,.master-editor .field select:focus,.master-editor .field textarea:focus{border-color:var(--color-accent);box-shadow:var(--focus-ring);outline:none}.master-editor .checkbox-field{color:var(--color-text);font-size:.9rem;font-weight:var(--weight-medium);cursor:pointer;align-items:center;gap:.65rem;margin:.15rem 0 0;display:flex}.master-editor .checkbox-field input{width:2.5rem;height:1.35rem;accent-color:var(--color-accent)}.master-editor .field-help{color:var(--color-text-subtle);margin:-.45rem 0 1.1rem 3.15rem;font-size:.75rem}.master-editor .form-actions{border-top:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface) 94%, transparent);margin:.5rem -.9rem -.9rem;padding:.85rem .9rem;position:sticky;bottom:0}.master-editor-close{width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;font-size:1.4rem;position:absolute;top:.75rem;right:.75rem}.master-editor-close:hover,.master-editor-close:focus-visible{color:var(--color-accent);background:var(--color-surface-muted)}.field em{color:var(--color-text-muted);font-size:.72rem;font-style:normal;font-weight:400}@media (width<=1180px){.master-workspace.has-editor{grid-template-columns:13rem minmax(0,1fr)}.master-editor{z-index:30;border-radius:0;width:min(24rem,92vw);position:fixed;inset:0 0 0 auto;overflow-y:auto;box-shadow:-12px 0 30px #00000029}}@media (width<=720px){.master-workspace,.master-workspace.has-editor{flex-direction:column;display:flex}.master-catalogue,.master-records,.master-editor{width:100%}.master-editor{box-shadow:none;border-radius:var(--radius-md);position:static}.master-breadcrumb{margin-top:-.5rem}.master-toolbar{flex-direction:column;align-items:stretch}.master-toolbar .input[type=search],.master-toolbar .select{flex:auto;width:100%}.master-links{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.master-links a{min-width:0}.master-records table{min-width:31rem}.master-list-footer{flex-direction:column;align-items:flex-start}}@media (width<=560px){.employment-summary-grid,.timeline-details{grid-template-columns:1fr 1fr}.timeline-title-row,.timeline-meta{flex-direction:column;align-items:flex-start;gap:.35rem}}.form-section{margin:0 0 var(--space-5);border:none;padding:0}.form-section legend{margin-bottom:var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-subtle);padding:0}.form-actions{justify-content:flex-end;gap:var(--space-3);padding-top:var(--space-4);border-top:1px solid var(--color-border);display:flex}.employee-code-banner{align-items:baseline;gap:var(--space-3);margin:var(--space-5) 0 var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md,8px);background:var(--color-surface-subtle,#f7f8fa);display:flex}.employee-code-label{font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-subtle)}.employee-code-value{font-size:var(--text-lg);font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums;color:var(--color-text)}.employee-code-hint{font-size:var(--text-xs);color:var(--color-text-subtle)}.manager-field .input{margin-bottom:var(--space-2)}.manager-field .select{margin-bottom:0}.supervisor-field{position:relative}.supervisor-field-clear{right:var(--space-2);color:var(--color-text-subtle);font-size:var(--text-lg);cursor:pointer;padding:0 var(--space-1);background:0 0;border:none;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.supervisor-field-clear:hover{color:var(--color-text)}.supervisor-field-list{z-index:var(--z-dropdown,100);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);max-height:240px;margin-top:var(--space-1);position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001f}.supervisor-field-option{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);cursor:pointer;font-size:var(--text-sm);display:flex}.supervisor-field-option:hover,.supervisor-field-option.highlighted{background:var(--color-primary-soft)}.supervisor-field-option.selected{background:var(--color-primary-soft);font-weight:600}.supervisor-field-option-code{color:var(--color-text);min-width:80px;font-weight:600}.supervisor-field-option-name{color:var(--color-text)}.supervisor-field-option-meta{color:var(--color-text-subtle);font-size:var(--text-xs);margin-left:auto}.spinner-wrap{align-items:center;gap:var(--space-2);display:inline-flex}.spinner{opacity:.7;border-style:solid;border-color:#0000 currentColor currentColor;border-radius:50%;animation:.7s linear infinite spin;display:inline-block}.spinner-label{color:var(--color-text-muted);font-size:var(--text-sm)}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spinner{animation:1.4s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.25}}}.badge{padding:.0625rem var(--space-2);border-radius:var(--radius-pill);font-size:var(--text-xs);font-weight:var(--weight-medium);white-space:nowrap;display:inline-block}.badge-neutral{background:var(--color-surface-sunken);border:1px solid var(--color-border);color:var(--color-text-muted)}.badge-success{background:var(--color-success-soft);color:var(--color-success)}.badge-warning{background:var(--color-warning-soft);color:var(--color-warning)}.badge-danger{background:var(--color-danger-soft);color:var(--color-danger)}.badge-info{background:var(--color-info-soft);color:var(--color-info)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card-header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border);display:flex}.card-title{font-size:var(--text-lg);font-weight:var(--weight-semibold)}.card-subtitle{color:var(--color-text-subtle);font-size:var(--text-sm)}.card-body{padding:var(--space-4) var(--space-5);transition:opacity var(--transition)}.card-body.is-refreshing{opacity:.55}.card-note{margin-top:var(--space-3);color:var(--color-text-subtle);font-size:var(--text-xs)}.table-scroll{overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{padding:var(--space-3) var(--space-3);text-align:left;border-bottom:1px solid var(--color-border);vertical-align:middle}.data-table th{color:var(--color-text-subtle);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:var(--color-surface-sunken)}.data-table th:first-child,.data-table td:first-child{padding-left:0}.data-table th:last-child,.data-table td:last-child{padding-right:0}.data-table .align-end{text-align:right}.th-sort{align-items:center;gap:var(--space-1);font:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0;display:inline-flex}.th-sort:hover{color:var(--color-text)}.th-sort.is-active{color:var(--color-accent)}.th-sort-mark{opacity:.5;font-size:.875em}.th-sort.is-active .th-sort-mark{opacity:1}.align-end .th-sort{justify-content:flex-end}.row-actions{gap:var(--space-3);white-space:nowrap;display:inline-flex}.row-action{font:inherit;font-size:var(--text-sm);color:var(--color-accent);cursor:pointer;background:0 0;border:none;padding:0}.row-action:hover{text-decoration:underline}.row-action-danger{color:var(--color-danger)}.cell-stack{flex-direction:column;display:flex}.cell-primary{font-weight:var(--weight-medium)}.cell-code{font-family:var(--font-mono);font-size:var(--text-sm)}.cell-secondary.cell-code{font-size:var(--text-xs)}.cell-secondary{color:var(--color-text-subtle);font-size:var(--text-xs)}.table-loading{padding:var(--space-6);justify-content:center;display:flex}.state-block{padding:var(--space-6) var(--space-5);text-align:center}.state-title{font-weight:var(--weight-semibold)}.state-message{max-width:32rem;margin:var(--space-2) auto 0;color:var(--color-text-muted);font-size:var(--text-sm)}.state-hint{max-width:32rem;margin:var(--space-2) auto 0;color:var(--color-text-subtle);font-size:var(--text-xs)}.state-action{margin-top:var(--space-4)}.state-error .state-title{color:var(--color-danger)}.state-page{max-width:34rem;margin:var(--space-7) auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.state-code{color:var(--color-text-subtle);font-family:var(--font-mono);font-size:var(--text-2xl);font-weight:var(--weight-semibold)}.app-shell{min-height:100vh;display:flex}.sidebar{gap:var(--space-5);flex-direction:column;flex:0 0 var(--sidebar-width);padding:var(--space-5) var(--space-4);background:linear-gradient(180deg, color-mix(in srgb, var(--shell-accent,#0b5960) 82%, #073c46) 0%, #073d49 100%);color:var(--color-nav-text);display:flex}.sidebar-brand{align-items:center;gap:var(--space-3);padding:0 var(--space-2);display:flex}.shell-logo{object-fit:contain;background:#fffffff0;border-radius:.7rem;flex:0 0 2.25rem;width:2.25rem;height:2.25rem}.sidebar-close,.menu-button{display:none}.sidebar-mark{background:var(--color-accent);border-radius:var(--radius-md);width:2rem;height:2rem;color:var(--color-text-inverse);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.04em;place-items:center;display:grid}.sidebar-brand-text{color:var(--color-nav-text-active);font-size:var(--text-lg);font-weight:var(--weight-semibold);letter-spacing:.04em}.nav-list{gap:var(--space-1);flex-direction:column;display:flex}.nav-link{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--color-nav-text);font-size:var(--text-sm);font-weight:var(--weight-medium);transition:background var(--transition);justify-content:space-between;align-items:center;text-decoration:none;display:flex}.nav-link:hover:not(.is-disabled){background:var(--color-nav-hover);color:var(--color-nav-text-active);text-decoration:none}.nav-link.is-active{color:#eafff9;background:#9ee8da33;box-shadow:inset 3px 0 #9ee8da}.nav-link.is-disabled{color:var(--color-text-subtle);cursor:default}.nav-soon{padding:0 var(--space-2);border-radius:var(--radius-pill);letter-spacing:.06em;text-transform:uppercase;opacity:.7;border:1px solid;font-size:.625rem}.nav-icon{color:#a9ded5;text-align:center;width:1.35rem;margin-right:.65rem;font-size:1rem}.nav-link{justify-content:flex-start}.nav-soon{margin-left:auto}.sidebar-profile{border-top:1px solid #ffffff24;align-items:center;gap:.7rem;margin-top:auto;padding:1rem .65rem 0;display:flex}.sidebar-profile-avatar{color:#0b5359;background:#b9e9df;border-radius:50%;place-items:center;width:2.2rem;height:2.2rem;font-size:.72rem;font-weight:800;display:grid}.sidebar-profile-text{flex-direction:column;min-width:0;display:flex}.sidebar-profile-text strong{color:#f1fffc;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.sidebar-profile-text small{color:#fff9;font-size:.68rem}.app-main{flex-direction:column;flex:auto;min-width:0;display:flex}.app-header{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-5);background:var(--color-surface);border-bottom:1px solid var(--color-border);display:flex}.tenant{align-items:baseline;gap:var(--space-2);min-width:0;display:flex}.tenant-label{color:var(--color-text-subtle);font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase}.tenant-name{font-weight:var(--weight-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tenant-code{padding:0 var(--space-2);background:var(--color-accent-soft);border-radius:var(--radius-pill);color:var(--color-accent);font-family:var(--font-mono);font-size:var(--text-xs)}.header-user{align-items:center;gap:var(--space-3);display:flex}.user-text{flex-direction:column;align-items:flex-end;min-width:0;display:flex}.user-name{font-size:var(--text-sm);font-weight:var(--weight-medium)}.user-roles{color:var(--color-text-subtle);font-size:var(--text-xs)}.avatar{background:var(--color-surface-sunken);border:1px solid var(--color-border);width:2rem;height:2rem;font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);border-radius:50%;place-items:center;display:grid}.app-content{width:100%;max-width:none;padding:var(--space-5);flex:auto;margin:0 auto}.page-head{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-5);display:flex}.page-title{font-size:var(--text-xl);font-weight:var(--weight-semibold)}.page-subtitle{color:var(--color-text-muted);font-size:var(--text-sm)}.page-actions{align-items:flex-start;gap:var(--space-3);display:flex}.export-control{align-items:flex-end;gap:var(--space-2);flex-direction:column;display:flex}.export-error{text-align:right;max-width:22rem;margin:0}.toolbar{align-items:flex-end;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.toolbar-search{flex:14rem;min-width:12rem}.toolbar-filter{gap:var(--space-1);flex-direction:column;min-width:9rem;display:flex}.toolbar-filter-label{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-muted)}.pagination{justify-content:space-between;align-items:center;gap:var(--space-3);padding-top:var(--space-4);margin-top:var(--space-2);border-top:1px solid var(--color-border);flex-wrap:wrap;display:flex}.pagination-summary{color:var(--color-text-muted);font-size:var(--text-sm)}.pagination-controls{align-items:center;gap:var(--space-2);display:flex}.pagination-size{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted);display:flex}.pagination-select{width:auto;min-height:2rem}.pagination-list{align-items:center;gap:var(--space-1);display:flex}.pagination-step{min-height:2rem;padding:0 var(--space-3);font-size:var(--text-sm)}.pagination-page{min-width:2rem;min-height:2rem;padding:0 var(--space-2);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);font:inherit;font-size:var(--text-sm);color:var(--color-text);cursor:pointer}.pagination-page:hover:not(:disabled){background:var(--color-surface-sunken)}.pagination-page:disabled{cursor:not-allowed;opacity:.5}.pagination-page.is-current{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-text-inverse)}.pagination-gap{padding:0 var(--space-1);color:var(--color-text-subtle)}.notice{justify-content:space-between;align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4);border-radius:var(--radius-sm);font-size:var(--text-sm);display:flex}.notice-success{background:var(--color-success-soft);color:var(--color-success)}.notice-error{background:var(--color-danger-soft);color:var(--color-danger)}.notice-info{background:var(--color-info-soft);color:var(--color-info)}.notice-close{padding:0 var(--space-1);font-size:var(--text-lg);color:inherit;cursor:pointer;background:0 0;border:none;line-height:1}.modal-backdrop{z-index:100;padding:var(--space-4);background:#10182873;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{width:100%;max-width:28rem;max-height:calc(100vh - 2 * var(--space-4));padding:var(--space-5);background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow-y:auto}.modal-header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.modal-title{font-size:var(--text-lg);font-weight:var(--weight-semibold)}.modal-close{padding:0 var(--space-1);font-size:var(--text-xl);color:var(--color-text-subtle);cursor:pointer;background:0 0;border:none;line-height:1}.modal-close:hover{color:var(--color-text)}.modal-body{color:var(--color-text-muted);font-size:var(--text-sm)}.modal-hint{margin-top:var(--space-3);padding:var(--space-3);background:var(--color-surface-sunken);border-radius:var(--radius-sm);color:var(--color-text-muted);font-size:var(--text-xs)}.modal-body .form-error{margin-top:var(--space-3);margin-bottom:0}.modal-footer{justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-5);display:flex}.stat-grid{gap:var(--space-4);margin-bottom:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));display:grid}.stat-tile{gap:var(--space-1);padding:var(--space-4) var(--space-5);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;display:flex;position:relative}.stat-icon{width:2.3rem;height:2.3rem;color:var(--shell-accent,#0b6970);background:#dff5ef;border-radius:50%;place-items:center;margin-bottom:.6rem;font-size:1.05rem;font-weight:800;display:grid}.stat-label{color:var(--color-text-muted);font-size:var(--text-sm);font-weight:var(--weight-medium)}.stat-value{min-height:2.25rem;font-size:var(--text-2xl);font-weight:var(--weight-semibold);align-items:center;line-height:1.1;display:flex}.stat-unavailable{color:var(--color-text-subtle)}.stat-hint{color:var(--color-text-subtle);font-size:var(--text-xs);min-height:1.125rem}.dashboard-grid{gap:var(--space-4);grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:start;display:grid}.dashboard-welcome{min-height:14rem;margin-bottom:var(--space-5);color:#fff;background:linear-gradient(115deg, color-mix(in srgb, var(--shell-accent,#0a6268) 88%, #073c46), color-mix(in srgb, var(--shell-accent,#0a6268) 76%, #0c7e7a) 60%, #0b5960);border-radius:16px;justify-content:space-between;align-items:center;padding:2rem clamp(1.5rem,4vw,2.5rem);display:flex;overflow:hidden;box-shadow:0 12px 26px #08535729}.dashboard-welcome-copy{min-width:0}.dashboard-welcome-eyebrow{color:#ffffffad;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700}.dashboard-welcome h2{color:#fff;letter-spacing:-.04em;margin:.45rem 0 .35rem;font-size:clamp(1.6rem,3vw,2.3rem)}.dashboard-welcome-copy>p:last-child{color:#ffffffc7;font-size:.9rem}.dashboard-welcome-art{flex:0 0 15rem;width:15rem;height:11rem;position:relative}.welcome-art-back{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:14px;width:8.2rem;height:6.5rem;position:absolute;box-shadow:0 12px 22px #00000014}.welcome-art-back-one{top:1rem;right:3rem;transform:rotate(-10deg)}.welcome-art-back-two{bottom:0;right:0;transform:rotate(8deg)}.welcome-calendar{background:#fff;border-radius:13px;width:9.5rem;height:9.5rem;position:absolute;top:.25rem;right:1.1rem;transform:rotate(3deg);box-shadow:0 18px 30px #0003}.welcome-calendar-header{color:#fff;background:color-mix(in srgb, var(--shell-accent,#0a6268) 92%, #087278);letter-spacing:.12em;border-radius:13px 13px 0 0;justify-content:center;align-items:center;height:2.35rem;font-size:.65rem;font-weight:800;display:flex}.welcome-calendar-body{color:#174f54;flex-direction:column;justify-content:center;align-items:center;height:7.15rem;display:flex}.welcome-calendar-body strong{letter-spacing:-.08em;font-size:3.7rem;font-weight:750;line-height:1}.welcome-calendar-body span{color:#779194;margin-top:.55rem;font-size:.78rem;font-weight:700}.welcome-calendar-ring{background:#f7fbfa;border:2px solid #d1e0df;border-radius:999px;width:.65rem;height:1.35rem;position:absolute;top:-.55rem;box-shadow:0 2px 4px #0000002e}.welcome-calendar-ring-one{left:2.2rem}.welcome-calendar-ring-two{right:2.2rem}.quick-actions{gap:.7rem;display:grid}.quick-action{border:1px solid var(--color-border);min-height:3.2rem;color:var(--color-text);border-radius:10px;align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.82rem;font-weight:600;text-decoration:none;display:flex}.quick-action:hover{border-color:var(--shell-accent,var(--color-accent));background:#f2fbf8;text-decoration:none}.quick-action-icon{width:1.8rem;height:1.8rem;color:var(--shell-accent,var(--color-accent));background:#dff5ef;border-radius:50%;place-items:center;font-size:1rem;display:grid}.quick-action-arrow{color:var(--shell-accent,var(--color-accent));margin-left:auto;font-size:1.15rem}.recent-table-footer{border-top:1px solid var(--color-border);color:var(--color-text-subtle);justify-content:space-between;gap:1rem;margin-top:1rem;padding-top:.9rem;font-size:.75rem;display:flex}.recent-table-footer a{font-weight:700}.employee-table-person{align-items:center;gap:.65rem;min-width:11rem;display:flex}.employee-table-avatar{color:#0b5b60;background:#dff5ef;border-radius:50%;flex:0 0 2rem;place-items:center;width:2rem;height:2rem;font-size:.66rem;font-weight:800;display:grid}.employee-table-code{overflow-wrap:anywhere;max-width:12rem;font-family:var(--font-mono);font-size:.75rem;display:inline-block}.bar-list{gap:var(--space-3);flex-direction:column;display:flex}.bar-row{align-items:center;gap:var(--space-3);grid-template-columns:minmax(0,7rem) 1fr auto;display:grid}.bar-label{font-size:var(--text-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bar-track{background:var(--color-surface-sunken);border-radius:var(--radius-pill);height:.5rem;overflow:hidden}.bar-fill{background:var(--color-accent);border-radius:var(--radius-pill);min-width:2px;height:100%;display:block}.bar-value{color:var(--color-text-muted);font-size:var(--text-sm);font-variant-numeric:tabular-nums}.login-page{--ws-accent:var(--color-accent);background:#eef1f3;width:100%;min-height:100dvh;padding:0;display:flex}.login-card{border:1px solid var(--color-border);background:#fff;border-radius:20px;width:min(100%,28rem);padding:2rem;box-shadow:0 20px 50px #0f2a2f1f}.login-card .login-title{color:#123c42;margin:1.2rem 0 .35rem;font-size:1.7rem;font-weight:750}.login-card .login-subtitle{color:#718286}.login-card .form-error{margin-top:1.25rem}.login-layout{width:100%;min-height:100dvh;box-shadow:none;background:#fff;border-radius:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin:0;display:grid;overflow:visible}.login-visual{color:#fff;background:linear-gradient(145deg, color-mix(in srgb, var(--ws-accent) 78%, #083f46) 0%, #0a5960 46%, #073e49 100%);min-height:640px;position:relative;overflow:hidden}.login-visual-content{z-index:1;flex-direction:column;height:100%;padding:clamp(2rem,5vw,3.25rem) clamp(2rem,5vw,3.5rem);display:flex;position:relative}.login-tenant-brand{color:inherit;letter-spacing:-.01em;align-items:center;gap:.8rem;font-size:1.05rem;font-weight:700;display:flex}.login-mark{color:#fff;background:color-mix(in srgb, var(--ws-accent) 85%, #073c45);letter-spacing:-.08em;border:1px solid #ffffff59;border-radius:12px;flex:0 0 3rem;place-items:center;width:3rem;height:3rem;font-weight:800;display:inline-grid}.login-logo{object-fit:contain;background:#ffffffeb;border-radius:12px;flex:0 0 3rem;width:3rem;height:3rem}.login-hero-copy{max-width:30rem;margin-top:clamp(4rem,11vh,8rem)}.login-eyebrow{color:#ffffffad;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.35rem;font-size:.72rem;font-weight:700}.login-hero-copy h1{color:#fff;letter-spacing:-.065em;margin-bottom:1.2rem;font-size:clamp(2.7rem,4.7vw,4.35rem);font-weight:700;line-height:1.03}.login-hero-copy>p:not(.login-eyebrow){color:#ffffffd1;max-width:24rem;font-size:1.05rem;line-height:1.65}.login-welcome-note{color:#ffffff8c;margin-top:1rem;font-size:.82rem;display:block}.login-visual-footer{z-index:1;color:#fff9;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;position:absolute;bottom:2.2rem;left:3.5rem}.login-form-panel{background:#fff;justify-content:center;align-items:center;min-width:0;padding:3rem clamp(2rem,6vw,5.5rem);display:flex}.login-form-wrap{width:min(100%,28rem)}.login-workspace-badge{border:1px solid color-mix(in srgb, var(--ws-accent) 34%, #ccd9da);color:var(--ws-accent);letter-spacing:.11em;border-radius:999px;padding:.48rem .7rem;font-size:.66rem;font-weight:800;display:inline-flex}.login-form-heading{margin:1.45rem 0 2.1rem}.login-form-heading h2{color:#123c42;letter-spacing:-.055em;font-size:clamp(2rem,4vw,2.65rem);font-weight:750;line-height:1.05}.login-form-heading p{color:#718286;margin-top:.75rem;font-size:.96rem}.login-error{margin-bottom:1.25rem}.login-form{gap:1.2rem;display:grid}.login-form-options{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:-.35rem;display:flex}.login-remember{color:#284d51;cursor:pointer;align-items:center;gap:.55rem;font-size:.82rem;font-weight:600;display:flex}.login-remember input{width:1rem;height:1rem;accent-color:var(--ws-accent);margin:0}.forgot-password-button{border:1px solid color-mix(in srgb, var(--ws-accent) 26%, #cbd5e1);min-height:2.25rem;color:var(--ws-accent);background:color-mix(in srgb, var(--ws-accent) 6%, #fff);white-space:nowrap;border-radius:9px;justify-content:center;align-items:center;padding:.5rem .875rem;font-size:.8rem;font-weight:600;line-height:1.2;text-decoration:none;transition:color .18s,background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex}.forgot-password-button:hover{border-color:color-mix(in srgb, var(--ws-accent) 42%, #cbd5e1);background:color-mix(in srgb, var(--ws-accent) 12%, #fff)}.forgot-password-button:focus-visible{outline:3px solid color-mix(in srgb, var(--ws-accent) 24%, transparent);outline-offset:2px}.login-field{margin:0}.login-field>label{color:#284d51;margin-bottom:.55rem;font-size:.82rem;font-weight:700;display:block}.login-input-wrap{background:#fff;border:1px solid #d8e2e2;border-radius:11px;align-items:center;min-height:3.45rem;transition:border-color .18s,box-shadow .18s;display:flex}.login-input-wrap:focus-within{border-color:var(--ws-accent);box-shadow:0 0 0 4px color-mix(in srgb, var(--ws-accent) 18%, transparent)}.login-input-wrap input{color:#163f43;min-width:0;height:3.3rem;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0 .85rem;font-size:.92rem}.login-input-wrap input::placeholder{color:#9cabad}.login-input-icon{fill:none;stroke:#87a0a2;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:0 0 1.15rem;width:1.15rem;height:1.15rem;margin-left:1rem}.password-toggle{color:#789193;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:2.7rem;height:2.7rem;margin-right:.3rem;padding:0;display:grid}.password-toggle:hover{color:var(--ws-accent);background:#f0f6f6}.password-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1.1rem;height:1.1rem}.login-field .field-error{margin-top:.4rem}.login-submit{color:#fff;background:var(--ws-accent);width:100%;min-height:3.5rem;box-shadow:0 8px 18px color-mix(in srgb, var(--ws-accent) 25%, transparent);font:inherit;cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;gap:.7rem;margin-top:.35rem;font-weight:750;transition:transform .18s,filter .18s;display:flex}.login-submit:hover:not(:disabled){filter:brightness(.92);transform:translateY(-1px)}.login-submit svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:1.2rem;height:1.2rem}.login-submit:disabled{cursor:wait;opacity:.72}.login-supporting-text{color:#8a9a9c;text-align:center;margin-top:1.35rem;font-size:.78rem}.login-form-footer{color:#718286;text-align:center;margin-top:3.5rem;font-size:.8rem}.login-glow{z-index:0;pointer-events:none;filter:blur(2px);border-radius:50%;position:absolute}.login-glow-one{background:#5ccac029;width:31rem;height:31rem;top:-12rem;right:-8rem}.login-glow-two{background:#05253752;width:32rem;height:32rem;bottom:-15rem;left:-10rem}.login-curves{z-index:0;opacity:.18;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.login-curves path{fill:none;stroke:#b0ebe0;stroke-width:1.2px}.login-decorations{pointer-events:none;flex:none;width:min(100%,32rem);height:clamp(9rem,19vh,12.5rem);margin:clamp(2rem,6vh,5rem) 0 0 auto;position:relative;bottom:auto;right:auto}.login-team-card,.login-calendar-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff29;border:1px solid #ffffff4d;border-radius:15px;position:absolute;box-shadow:0 15px 32px #00000024}.login-team-card{align-items:center;gap:.7rem;width:15.5rem;padding:.85rem;display:flex;top:10%;left:0;transform:rotate(-5deg)}.login-team-card strong,.login-team-card span{display:block}.login-team-card strong{font-size:.8rem}.login-team-card div>span{color:#ffffffa3;margin-top:.15rem;font-size:.65rem}.login-avatar{color:#17555b;background:#c7ece4;border-radius:50%;place-items:center;width:2.25rem;height:2.25rem;font-weight:800;display:grid}.login-status-dot{background:#8be3aa;border-radius:50%;width:.48rem;height:.48rem;margin-left:auto}.login-calendar-card{width:9.6rem;padding:.9rem;bottom:-8%;right:0;transform:rotate(7deg)}.calendar-top{justify-content:space-between;align-items:flex-end;display:flex}.calendar-top span{color:#ffffffa8;letter-spacing:.12em;font-size:.55rem}.calendar-top strong{font-size:1.6rem;line-height:1}.calendar-lines{grid-template-columns:repeat(3,1fr);gap:.35rem;margin-top:.9rem;display:grid}.calendar-lines i{background:#ffffff5c;border-radius:4px;height:.3rem}.calendar-check{color:#0d5c5f;background:#a7e5d8;border-radius:50%;place-items:center;width:1.8rem;height:1.8rem;font-weight:900;display:grid;position:absolute;top:-.65rem;right:-.65rem}.login-check,.login-spark{color:#a8e7db;font-weight:800;position:absolute}.check-one{font-size:1.5rem;top:0;right:38%}.check-two{font-size:1.1rem;bottom:5%;left:35%}.spark-one{font-size:1.5rem;top:28%;right:3%}.spark-two{font-size:.9rem;bottom:0;left:5%}@media (width<=820px){.login-page{align-items:stretch}.login-layout{min-height:100dvh;display:block}.login-visual{display:none}.login-form-panel{min-height:100dvh;padding:2rem 1.25rem}.login-form-wrap{max-width:28rem}.login-form-footer{margin-top:2.5rem}}.platform-login-page{background:#f7f9fc;grid-template-columns:45% 55%;width:100%;height:100dvh;min-height:640px;display:grid;overflow:hidden}.platform-login-brand-panel{color:#fff;background:linear-gradient(145deg,#092f55 0%,#0b4f68 50%,#087b82 100%);flex-direction:column;min-width:0;display:flex;position:relative;overflow:hidden}.platform-login-brand-content{z-index:1;width:min(100%,42rem);padding:clamp(2.25rem,5vw,4.5rem) clamp(2rem,5vw,5rem);position:relative}.platform-login-brand-mark{color:#0b4f68;letter-spacing:-.08em;background:#d7fbf2;border:1px solid #ffffff59;border-radius:10px;place-items:center;width:2.7rem;height:2.7rem;font-size:.85rem;font-weight:800;display:inline-grid;box-shadow:0 8px 20px #0000001f}.platform-login-brand-name{vertical-align:middle;margin-left:.7rem;font-size:1.05rem;font-weight:700;display:inline-block}.platform-login-eyebrow,.platform-login-kicker,.platform-login-form-eyebrow{letter-spacing:.16em;text-transform:uppercase}.platform-login-eyebrow{color:#d7fbf2b8;margin-top:.55rem;font-size:.65rem;font-weight:700}.platform-login-hero{max-width:34rem;margin-top:clamp(3rem,9vh,7rem)}.platform-login-kicker{color:#8ee6da;margin-bottom:1rem;font-size:.67rem;font-weight:800}.platform-login-hero h1{color:#fff;letter-spacing:-.065em;max-width:31rem;font-size:clamp(2.25rem,4vw,4.15rem);font-weight:750;line-height:1.02}.platform-login-hero>p:last-child{color:#ffffffc2;max-width:29rem;margin-top:1.35rem;font-size:1rem;line-height:1.7}.platform-login-overview{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05224052;border:1px solid #ffffff38;border-radius:16px;width:min(100%,31rem);margin-top:clamp(2rem,5vh,3.5rem);padding:1rem;box-shadow:0 18px 40px #02172d33}.platform-login-overview-top,.platform-login-tenant-row{align-items:center;display:flex}.platform-login-overview-top{color:#ffffffa8;letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;padding:0 .25rem .8rem;font-size:.7rem;font-weight:700}.platform-login-overview-top span{align-items:center;gap:.45rem;display:inline-flex}.platform-login-overview-top svg{width:1rem;height:1rem}.platform-login-overview-top>svg{color:#8ee6da}.platform-login-tenant-row{border-top:1px solid #ffffff1f;gap:.7rem;padding:.75rem .35rem}.platform-login-tenant-row>span:nth-child(2){flex:1;min-width:0}.platform-login-tenant-row strong,.platform-login-tenant-row small{display:block}.platform-login-tenant-row strong{color:#fff;font-size:.78rem}.platform-login-tenant-row small{color:#ffffff8c;text-overflow:ellipsis;white-space:nowrap;margin-top:.15rem;font-size:.65rem;overflow:hidden}.platform-login-tenant-avatar{color:#075765;background:#baf1e4;border-radius:9px;flex:0 0 2rem;place-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:800;display:grid}.platform-login-tenant-avatar-alt{color:#224d8b;background:#c5d8ff}.platform-login-tenant-row em{border-radius:999px;padding:.24rem .5rem;font-size:.62rem;font-style:normal;font-weight:700}.platform-login-status-active{color:#bff5d2;background:#2ebc6c2e}.platform-login-status-paused{color:#ffe2aa;background:#f5b2482b}.platform-login-features{gap:1rem;margin-top:clamp(2rem,5vh,3.5rem);display:grid}.platform-login-feature{align-items:center;gap:.75rem;display:flex}.platform-login-feature-icon{color:#9af0e1;background:#ffffff14;border:1px solid #ffffff38;border-radius:8px;place-items:center;width:2rem;height:2rem;display:grid}.platform-login-feature-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:1.05rem;height:1.05rem}.platform-login-feature strong,.platform-login-feature small{display:block}.platform-login-feature strong{color:#ffffffeb;font-size:.76rem}.platform-login-feature small{color:#ffffff8c;margin-top:.12rem;font-size:.68rem}.platform-login-brand-footer{z-index:1;color:#ffffffb8;flex-direction:column;gap:.3rem;margin:auto 0 2.25rem;padding:0 clamp(2rem,5vw,5rem);font-size:.78rem;font-weight:700;display:flex;position:relative}.platform-login-brand-footer small{color:#ffffff6b;font-size:.68rem;font-weight:400}.platform-login-orb{pointer-events:none;border:1px solid #9defe02e;border-radius:50%;position:absolute}.platform-login-orb-one{width:28rem;height:28rem;top:-8rem;right:-10rem;box-shadow:inset 0 0 0 2rem #9defe009,inset 0 0 0 4rem #9defe009}.platform-login-orb-two{background:#9defe00f;width:23rem;height:23rem;bottom:-14rem;right:12%}.platform-login-form-panel{background:#f7f9fc;justify-content:center;align-items:center;min-width:0;padding:3rem clamp(2rem,7vw,8rem);display:flex;overflow:auto}.platform-login-form-shell{width:min(100%,39rem)}.platform-login-form-card{background:#fff;border:1px solid #e1e7f0;border-radius:20px;padding:clamp(2rem,5vw,4rem);box-shadow:0 24px 70px #152e4f1a}.platform-login-form-header{margin-bottom:2.35rem}.platform-login-form-eyebrow{color:#2f5bea;margin-bottom:.9rem;font-size:.68rem;font-weight:800}.platform-login-form-header h2{color:#132642;letter-spacing:-.055em;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:750;line-height:1.05}.platform-login-form-header>p:last-child{color:#68768b;margin-top:.8rem;font-size:.94rem}.platform-login-alert{color:#9b3028;background:#fff4f3;border:1px solid #f1c8c5;border-radius:10px;align-items:flex-start;gap:.6rem;margin-bottom:1.25rem;padding:.8rem .9rem;font-size:.82rem;line-height:1.45;display:flex}.platform-login-alert svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:0 0 1.1rem;width:1.1rem;height:1.1rem;margin-top:.05rem}.platform-login-form{gap:1.35rem;display:grid}.platform-login-field label{color:#34445b;margin-bottom:.55rem;font-size:.8rem;font-weight:700;display:block}.platform-login-input-wrap{background:#fff;border:1px solid #d4dce8;border-radius:11px;align-items:center;min-height:3.45rem;transition:border-color .18s,box-shadow .18s;display:flex}.platform-login-input-wrap:focus-within{box-shadow:var(--focus-ring);border-color:#2f5bea}.platform-login-input-wrap>svg{fill:none;stroke:#8190a5;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:0 0 1.15rem;width:1.15rem;height:1.15rem;margin-left:1rem}.platform-login-input-wrap input{color:#172942;min-width:0;height:3.3rem;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0 .85rem;font-size:.92rem}.platform-login-password-toggle{color:#74839a;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:2.7rem;height:2.7rem;margin-right:.3rem;padding:0;display:grid}.platform-login-password-toggle:hover{color:#2f5bea;background:#eef2ff}.platform-login-password-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1.1rem;height:1.1rem}.platform-login-submit{color:#fff;width:100%;min-height:3.5rem;font:inherit;cursor:pointer;background:linear-gradient(135deg,#3566ed,#2449c7);border:0;border-radius:11px;justify-content:center;align-items:center;gap:.7rem;margin-top:.35rem;font-weight:700;transition:transform .18s,box-shadow .18s,filter .18s;display:flex;box-shadow:0 10px 22px #2f5bea3d}.platform-login-submit:hover{filter:brightness(.96);transform:translateY(-1px);box-shadow:0 13px 25px #2f5bea4d}.platform-login-submit svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:1.15rem;height:1.15rem}.platform-login-copyright{color:#8a96a7;text-align:center;margin-top:1.6rem;font-size:.72rem}@media (width<=1050px){.platform-login-page{grid-template-columns:40% 60%}.platform-login-brand-content{padding-inline:2.25rem}.platform-login-hero h1{font-size:clamp(2rem,4vw,3rem)}.platform-login-form-panel{padding-inline:2.25rem}}@media (width<=760px){.platform-login-page{height:auto;min-height:100dvh;display:block;overflow:visible}.platform-login-brand-panel{display:none}.platform-login-form-panel{min-height:100dvh;padding:2rem 1.1rem;overflow:visible}.platform-login-form-card{border-radius:16px;padding:2rem 1.25rem}.platform-login-form-header{margin-bottom:2rem}.platform-login-form-header h2{font-size:2.15rem}}@media (prefers-reduced-motion:reduce){.platform-login-input-wrap,.platform-login-submit{transition:none}}.platform-admin-shell{color:#172942;background:#f4f7fb;min-height:100vh;display:flex}.platform-admin-sidebar{color:#b8c6da;background:#0d213b;flex-direction:column;flex:0 0 15.5rem;width:15.5rem;padding:1.6rem 1rem 1.2rem;display:flex}.platform-admin-brand{color:#fff;align-items:center;gap:.7rem;padding:0 .7rem 2.35rem;display:flex}.platform-admin-brand>span:last-child{flex-direction:column;gap:.08rem;display:flex}.platform-admin-brand strong{letter-spacing:-.02em;font-size:1rem}.platform-admin-brand small{color:#7f9ab9;letter-spacing:.08em;text-transform:uppercase;font-size:.66rem}.platform-admin-brand-mark{color:#0e3a5c;letter-spacing:-.08em;background:#bdeee2;border-radius:9px;place-items:center;width:2.35rem;height:2.35rem;font-size:.7rem;font-weight:850;display:grid}.platform-admin-nav{gap:.3rem;display:grid}.platform-admin-nav-label{color:#65819e;letter-spacing:.13em;text-transform:uppercase;margin:1rem .75rem .35rem;font-size:.62rem;font-weight:750}.platform-admin-nav-label:first-child{margin-top:0}.platform-admin-nav-item{color:#afc0d6;border-radius:8px;align-items:center;gap:.7rem;min-height:2.7rem;padding:.6rem .75rem;font-size:.78rem;font-weight:600;display:flex}.platform-admin-nav-item svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:0 0 1.05rem;width:1.05rem;height:1.05rem}.platform-admin-nav-item.is-active{color:#fff;background:#2258a0;box-shadow:inset 3px 0 #7ecbff,0 8px 18px #0000001f}.platform-admin-nav-item.is-disabled{color:#71869f}.platform-admin-nav-item small{color:#6d88a5;text-transform:uppercase;margin-left:auto;font-size:.56rem;font-weight:700}.platform-admin-sidebar-footer{color:#a9bbd0;border-top:1px solid #ffffff1a;flex-direction:column;gap:.35rem;margin-top:auto;padding:1rem .75rem 0;font-size:.72rem;display:flex}.platform-admin-sidebar-footer span{align-items:center;gap:.55rem;display:flex}.platform-admin-sidebar-footer svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1rem;height:1rem}.platform-admin-sidebar-footer small{color:#66809e;font-size:.63rem}.platform-admin-main{flex:1;min-width:0}.platform-admin-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;min-height:4.5rem;padding:.9rem clamp(1.25rem,3vw,3rem);display:flex}.platform-admin-header-context{color:#718097;align-items:center;gap:.5rem;font-size:.76rem;font-weight:600;display:flex}.platform-admin-header-dot{background:#32b977;border-radius:50%;width:.45rem;height:.45rem;box-shadow:0 0 0 4px #e3f7ec}.platform-admin-user{align-items:center;gap:.65rem;display:flex}.platform-admin-user>span:nth-child(2){flex-direction:column;gap:.08rem;min-width:0;display:flex}.platform-admin-user strong{color:#263852;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.platform-admin-user small{color:#8490a1;font-size:.64rem}.platform-admin-avatar{color:#1d4e89;background:#dceaff;border-radius:50%;place-items:center;width:2.1rem;height:2.1rem;font-size:.68rem;font-weight:800;display:grid}.platform-admin-user .button{min-height:2.1rem;margin-left:.55rem;padding-inline:.8rem;font-size:.72rem}.platform-admin-content{max-width:96rem;padding:clamp(1.5rem,3vw,3rem) clamp(1.25rem,3vw,3rem) 4rem}.platform-admin-content .page-head{margin-bottom:1.65rem}.platform-admin-content .page-title{color:#122640;letter-spacing:-.045em;font-size:clamp(1.65rem,3vw,2.35rem)}.platform-admin-content .page-subtitle{color:#718097}.platform-reset-action{color:#375273;align-items:center;gap:.5rem;font-size:.72rem;display:inline-flex}.platform-reset-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1rem;height:1rem}.platform-admin-alert,.platform-admin-success{border-radius:10px;align-items:flex-start;gap:.65rem;margin-bottom:1.1rem;padding:.8rem .95rem;font-size:.8rem;line-height:1.45;display:flex}.platform-admin-alert{color:#9c332b;background:#fff4f3;border:1px solid #f0c7c4}.platform-admin-success{color:#167047;background:#eefbf3;border:1px solid #bce5cd}.platform-admin-alert svg,.platform-admin-success svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:0 0 1.1rem;width:1.1rem;height:1.1rem}.platform-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1.35rem;display:grid}.platform-summary-card{background:#fff;border:1px solid #e1e8f1;border-radius:13px;flex-direction:column;min-height:8.7rem;padding:1.15rem 1.2rem;display:flex;position:relative;box-shadow:0 5px 16px #182f4e0b}.platform-summary-icon{color:#19746f;background:#e2f6f1;border-radius:8px;place-items:center;width:2.15rem;height:2.15rem;margin-bottom:.8rem;display:grid}.platform-summary-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1.1rem;height:1.1rem}.platform-summary-card.is-green .platform-summary-icon{color:#238357;background:#e6f7ed}.platform-summary-card.is-blue .platform-summary-icon{color:#3566c4;background:#e8efff}.platform-summary-card.is-amber .platform-summary-icon{color:#aa7621;background:#fff4dd}.platform-summary-label{color:#6d7b8e;font-size:.72rem;font-weight:650}.platform-summary-card strong{color:#142b48;letter-spacing:-.045em;margin-top:.2rem;font-size:1.65rem;line-height:1.1}.platform-summary-card small{color:#94a0af;margin-top:.35rem;font-size:.66rem}.platform-admin-card{background:#fff;border:1px solid #e1e8f1;border-radius:15px;box-shadow:0 6px 20px #182f4e0b}.platform-tenant-list-card{margin-bottom:1.35rem}.platform-section-head{justify-content:space-between;align-items:flex-start;gap:1.25rem;padding:1.35rem 1.45rem;display:flex}.platform-section-head h2,.platform-modal-card h2,.platform-reset-result h2{color:#18304d;letter-spacing:-.02em;font-size:1.05rem}.platform-section-head p,.platform-modal-card>p,.platform-reset-result>p{color:#7a8799;margin-top:.35rem;font-size:.75rem}.platform-tenant-filters{gap:.6rem;display:flex}.platform-search,.platform-filter{background:#fff;border:1px solid #d9e1eb;border-radius:8px;align-items:center;min-height:2.25rem;display:flex}.platform-search{gap:.45rem;width:13rem;padding:0 .65rem}.platform-search svg{fill:none;stroke:#8c99aa;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:0 0 .95rem;width:.95rem;height:.95rem}.platform-search input{color:#243954;width:100%;min-width:0;font:inherit;border:0;outline:0;font-size:.72rem}.platform-filter select{color:#52647b;height:2.2rem;font:inherit;background:0 0;border:0;outline:0;padding:0 .55rem;font-size:.7rem}.platform-table-wrap{border-top:1px solid #edf1f5;overflow-x:auto}.platform-tenant-table{border-collapse:collapse;width:100%;min-width:60rem;font-size:.73rem}.platform-tenant-table th{color:#8a96a6;letter-spacing:.05em;text-align:left;text-transform:uppercase;white-space:nowrap;background:#fbfcfe;padding:.75rem 1.45rem;font-size:.63rem;font-weight:750}.platform-tenant-table td{color:#607086;white-space:nowrap;border-top:1px solid #edf1f5;padding:1rem 1.45rem}.platform-tenant-table td strong{color:#263b57;font-weight:700}.platform-tenant-table code{color:#53667f;font-family:var(--font-mono);font-size:.69rem}.platform-tenant-code{font-weight:750;color:#285bb8!important}.platform-provider-pill,.platform-status-pill{align-items:center;gap:.35rem;display:inline-flex}.platform-provider-pill svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:.85rem;height:.85rem}.platform-status-pill{border-radius:999px;padding:.3rem .55rem;font-size:.65rem;font-weight:700}.platform-status-pill>span{background:currentColor;border-radius:50%;width:.38rem;height:.38rem}.platform-status-pill.is-active{color:#17784a;background:#e5f7eb}.platform-status-pill.is-inactive{color:#9a6913;background:#fff3d9}.platform-status-pill.is-suspended{color:#68788e;background:#eef1f5}.platform-tenant-url{color:#2f5bea;text-overflow:ellipsis;align-items:center;gap:.3rem;max-width:13rem;display:inline-flex;overflow:hidden}.platform-tenant-url svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:0 0 .78rem;width:.78rem;height:.78rem}.platform-row-actions{gap:.35rem;display:flex}.platform-icon-button{color:#3562a7;font:inherit;cursor:pointer;background:#fff;border:1px solid #d9e2ee;border-radius:6px;padding:.35rem .5rem;font-size:.65rem;font-weight:700}.platform-icon-button:hover{background:#f2f6ff;border-color:#9cb6df}.platform-empty-state,.platform-loading{color:#8793a2;text-align:center;padding:2rem 1.45rem;font-size:.78rem}.platform-loading{justify-content:center;display:flex}.platform-create-card{margin-bottom:1.35rem}.platform-create-grid{border-top:1px solid #edf1f5;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.platform-form-section{min-width:0;padding:1.4rem 1.45rem 1.6rem}.platform-form-section+.platform-form-section{border-left:1px solid #edf1f5}.platform-form-section h3{color:#253b57;font-size:.86rem}.platform-form-section>p{color:#8995a4;margin:.35rem 0 1.2rem;font-size:.7rem;line-height:1.45}.platform-field{margin-bottom:.9rem;display:block}.platform-field>span{color:#52647b;margin-bottom:.4rem;font-size:.69rem;font-weight:700;display:block}.platform-field input,.platform-field select,.platform-field textarea{color:#243954;width:100%;min-height:2.35rem;font:inherit;background:#fff;border:1px solid #d8e1eb;border-radius:7px;outline:0;padding:.5rem .65rem;font-size:.75rem}.platform-field textarea{resize:vertical;min-height:6.1rem}.platform-field input:focus,.platform-field select:focus,.platform-field textarea:focus{box-shadow:var(--focus-ring);border-color:#2f5bea}.platform-database-preview{color:#3562a7;background:#f4f7ff;border:1px solid #dce7fb;border-radius:8px;align-items:flex-start;gap:.55rem;margin-top:1rem;padding:.7rem;display:flex}.platform-database-preview>svg,.platform-form-note svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:0 0 1rem;width:1rem;height:1rem}.platform-database-preview strong,.platform-database-preview code{display:block}.platform-database-preview strong{color:#486383;font-size:.67rem}.platform-database-preview strong small{color:#8291a5;font-size:.6rem;font-weight:500}.platform-database-preview code{color:#1f4f9e;font-family:var(--font-mono);margin-top:.35rem;font-size:.7rem}.platform-form-note{color:#718097;align-items:flex-start;gap:.45rem;margin-top:1.3rem;font-size:.68rem;line-height:1.45;display:flex}.platform-form-note svg{color:#4f72bd}.platform-form-actions{border-top:1px solid #edf1f5;justify-content:flex-end;gap:.65rem;padding:1.15rem 1.45rem;display:flex}.platform-form-actions .button{font-size:.73rem}.platform-form-actions .button-primary svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1rem;height:1rem}.platform-admin-created{color:#216d49;background:#f4fcf7;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.35rem;padding:1.1rem 1.35rem;display:flex}.platform-admin-created p{color:#64816f;margin-top:.25rem;font-size:.72rem}.platform-admin-created>a{color:#2f5bea;white-space:nowrap;align-items:center;gap:.35rem;font-size:.73rem;font-weight:700;display:inline-flex}.platform-admin-created>a svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:.9rem;height:.9rem}.platform-admin-temp-password{flex-basis:100%}.platform-modal-card{max-width:40rem;margin:1.35rem auto;padding:1.45rem}.platform-modal-card .platform-field{margin-top:1.1rem}.platform-reset-result{max-width:38rem;margin:1.35rem auto;padding:1.45rem}.platform-reset-result code{color:#754f12;font-family:var(--font-mono);background:#fff8e9;border:1px solid #f0d6aa;border-radius:6px;margin:.75rem 0;padding:.55rem .7rem;display:inline-block}@media (width<=1120px){.platform-summary-grid,.platform-create-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-form-section:last-child{border-top:1px solid #edf1f5;border-left:0;grid-column:1/-1}}@media (width<=760px){.platform-admin-shell{display:block}.platform-admin-sidebar{width:100%;min-height:auto;padding:1rem}.platform-admin-brand{padding-bottom:1rem}.platform-admin-nav{gap:.35rem;display:flex;overflow-x:auto}.platform-admin-nav-label,.platform-admin-nav-item.is-disabled,.platform-admin-sidebar-footer{display:none}.platform-admin-nav-item{flex:none}.platform-admin-header{flex-direction:column;align-items:flex-start}.platform-admin-user{width:100%}.platform-admin-user .button{margin-left:auto}.platform-admin-content{padding:1.35rem 1rem 2.5rem}.platform-admin-content .page-head{flex-direction:column;align-items:flex-start;gap:1rem}.platform-summary-grid{grid-template-columns:1fr}.platform-section-head{flex-direction:column}.platform-tenant-filters{width:100%}.platform-search{flex:1;width:auto}.platform-create-grid{grid-template-columns:1fr}.platform-form-section:last-child{border-top:0;border-left:0;grid-column:auto}.platform-form-section+.platform-form-section{border-top:1px solid #edf1f5;border-left:0}.platform-admin-created{flex-direction:column;align-items:flex-start}.platform-form-actions{padding-inline:1rem}}@media (width<=350px){.login-form-options{flex-direction:column;align-items:stretch}.forgot-password-button{align-self:flex-end}}@media (height<=760px) and (width>=821px){.login-visual-content{padding-top:2rem}.login-hero-copy{margin-top:3.5rem}.login-decorations{transform-origin:100% 0;margin-top:2rem;transform:scale(.88)}}@media (prefers-reduced-motion:reduce){.login-input-wrap,.login-submit{transition:none}}.tab-nav{gap:var(--space-1);padding-bottom:var(--space-4);margin-bottom:var(--space-4);border-bottom:1px solid var(--color-border);flex-wrap:wrap;display:flex}.tab-nav-item{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font:inherit;font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-muted);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition);background:0 0;border:1px solid #0000}.tab-nav-item:hover{background:var(--color-surface-sunken);color:var(--color-text)}.tab-nav-item.is-active{background:var(--color-accent-soft);border-color:var(--color-accent);color:var(--color-accent)}.detail-grid{gap:0 var(--space-4);grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));display:grid}.detail-row{gap:var(--space-1);padding:var(--space-3) 0;border-bottom:1px solid var(--color-border);flex-direction:column;display:flex}.detail-row:last-child{border-bottom:none}.detail-row dt{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-subtle);text-transform:uppercase;letter-spacing:.04em}.detail-row dd{font-size:var(--text-base);color:var(--color-text);margin:0}.wizard{gap:var(--space-4);flex-direction:column;display:flex}.wizard-steps{gap:var(--space-1);padding:var(--space-3) var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);display:flex;overflow-x:auto}.wizard-step{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--color-text-muted);font-size:var(--text-sm);white-space:nowrap;cursor:default;background:0 0;border:1px solid #0000;display:flex}.wizard-step:not(:disabled){cursor:pointer}.wizard-step:not(:disabled):hover{background:var(--color-bg-subtle)}.wizard-step-num{background:var(--color-border);width:1.5rem;height:1.5rem;color:var(--color-text-muted);font-size:var(--text-xs);font-weight:var(--weight-semibold);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.wizard-step.is-active .wizard-step-num{background:var(--color-accent);color:var(--color-accent-contrast)}.wizard-step.is-active .wizard-step-label{color:var(--color-text);font-weight:var(--weight-medium)}.wizard-step.is-done .wizard-step-num{background:var(--color-success-soft,#d1fae5);color:var(--color-success,#059669)}@media (width<=60rem){.dashboard-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=48rem){.app-shell{flex-direction:column}.sidebar{z-index:20;flex:none;width:min(18rem,86vw);padding:1.25rem;transition:transform .2s;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-105%);box-shadow:12px 0 30px #0000002e}.sidebar.is-open{transform:translate(0)}.sidebar-brand-text{display:block}.sidebar-close{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:8px;margin-left:auto;padding:.25rem .55rem;font-size:1.5rem;display:block}.sidebar-close:hover{background:#ffffff1f}.nav-list{flex-direction:column}.menu-button{border:1px solid var(--color-border);width:2.2rem;height:2.2rem;color:var(--color-text-muted);cursor:pointer;background:#fff;border-radius:8px;place-items:center;padding:0;font-size:1.15rem;display:grid}.app-header{flex-wrap:wrap}.app-content{padding:var(--space-4)}.dashboard-welcome{align-items:flex-start;min-height:15rem;padding:1.5rem}.dashboard-welcome-art{flex-basis:10rem;align-self:flex-end;width:10rem;height:8rem;margin-top:1rem}.welcome-calendar{transform-origin:100% 0;right:0;transform:rotate(3deg)scale(.78)}.welcome-art-back{transform:scale(.72)}.welcome-art-back-one{top:.4rem;right:1.5rem;transform:scale(.72)rotate(-10deg)}.welcome-art-back-two{bottom:.25rem;right:-.5rem;transform:scale(.72)rotate(8deg)}.col-secondary,.user-roles,.nav-soon{display:none}.page-head{flex-direction:column}.page-actions{width:100%}.toolbar-filter,.toolbar-search{flex:100%}.pagination{justify-content:center}.pagination-list li:not(:first-child):not(:last-child){display:none}.form-actions{flex-direction:column-reverse}.form-actions .button{width:100%}}@media (width<=30rem){.dashboard-welcome{flex-direction:column;min-height:16rem}.dashboard-welcome-art{flex-basis:7rem;align-self:flex-end;width:9rem;height:7rem;margin-top:.25rem}}.bank-list{gap:var(--space-2);margin:0 0 var(--space-4);flex-direction:column;padding:0;list-style:none;display:flex}.bank-row{justify-content:space-between;align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);display:flex}.bank-row.is-inactive{opacity:.65}.bank-row-main{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bank-row-title{align-items:center;gap:var(--space-2);font-weight:var(--weight-medium);display:flex}.bank-row-sub,.bank-row-meta{font-size:var(--text-sm);color:var(--color-text-muted)}.bank-row-actions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.bank-editor{margin-top:var(--space-3)}.choice-card{cursor:pointer;background:#fff;border:1px solid #d9e1ec;border-radius:10px;align-items:flex-start;gap:12px;padding:14px 16px;transition:border-color .15s,background .15s;display:flex}.choice-card-selected{background:#eff6ff;border-color:#2563eb}.choice-card input{margin-top:3px}.choice-card span{flex-direction:column;gap:4px;display:flex}.choice-card small{color:#64748b;font-size:.85rem;font-weight:400}.choice-group{border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;display:grid}.choice-group legend{grid-column:1/-1;margin-bottom:2px;font-weight:600}.rule-list-item{align-items:center}.rule-select{color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;flex:1;justify-content:space-between;align-items:center;padding:0;display:flex}.rule-list-item{border:1px solid var(--color-border,#d9e1ec);border-radius:10px;padding:14px 16px}.rule-list-item.selected{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.condition-header,.condition-row{grid-template-columns:minmax(150px,1fr) minmax(120px,.7fr) minmax(220px,1.5fr) minmax(150px,.9fr) auto;align-items:center;gap:12px;display:grid}.condition-header{color:var(--color-text-muted);margin:14px 0 6px;font-size:.8rem;font-weight:600}.condition-row{margin-bottom:10px}.condition-row .field{min-width:0;margin:0}.condition-row .checkbox-field{white-space:nowrap;margin:0}.segment-row{grid-template-columns:32px minmax(220px,1fr) minmax(120px,.5fr) auto;align-items:center;gap:12px;margin-bottom:10px;display:grid}.preview-card{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin-top:18px;padding:16px}.preview-value{letter-spacing:.04em;margin:6px 0;font-size:1.2rem;font-weight:700}@media (width<=900px){.condition-header{display:none}.condition-row,.segment-row{grid-template-columns:1fr}}.eligibility-type-tabs{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.eligibility-type-heading{flex-wrap:wrap;align-items:center;gap:.75rem;margin:1rem 0 .75rem;display:flex}.eligibility-fields{border:0;margin:0;padding:0}.change-password-page{gap:1.5rem;max-width:76rem;margin:0 auto;display:grid}.change-password-heading{justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.change-password-eyebrow{color:var(--color-accent);letter-spacing:.15em;text-transform:uppercase;margin:0 0 .45rem;font-size:.7rem;font-weight:800}.change-password-heading h1{color:#173e64;letter-spacing:-.045em;margin:0;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.1}.change-password-heading>div>p:last-child{color:var(--color-text-muted);margin:.55rem 0 0;font-size:.9rem}.change-password-breadcrumb{color:var(--color-text-subtle);flex-wrap:wrap;align-items:center;gap:.45rem;padding-bottom:.25rem;font-size:.75rem;display:flex}.change-password-breadcrumb strong{color:var(--color-text-muted)}.change-password-grid{grid-template-columns:minmax(0,1.35fr) minmax(17rem,.85fr);align-items:start;gap:1.25rem;display:grid}.change-password-card{background:var(--color-surface);border:1px solid #dbe5ef;border-radius:1rem;min-width:0;box-shadow:0 8px 26px #0f23410e}.change-password-form-card{padding:1.5rem}.change-password-card-header,.change-password-section-heading{align-items:flex-start;gap:.85rem;display:flex}.change-password-card-header{border-bottom:1px solid #e8eef4;padding-bottom:1.25rem}.change-password-card h2,.change-password-section-heading h2,.change-password-security-note h2,.change-password-tips h2{color:#183957;margin:0;font-size:1rem}.change-password-card-header p,.change-password-section-heading p{color:var(--color-text-muted);margin:.35rem 0 0;font-size:.8rem;line-height:1.5}.change-password-lock-badge,.change-password-section-icon,.change-password-note-icon{color:#2169a7;background:#e8f3ff;border-radius:.8rem;flex:none;place-items:center;width:2.75rem;height:2.75rem;display:grid}.change-password-lock-badge svg,.change-password-section-icon svg,.change-password-note-icon svg,.change-password-success-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.35rem;height:1.35rem}.change-password-form{gap:1.1rem;padding-top:1.35rem;display:grid}.change-password-field label{color:#35516e;margin-bottom:.45rem;font-size:.8rem;font-weight:750;display:block}.change-password-field label:after{color:#cc4d61;content:"*";margin-left:.2rem}.change-password-input-wrap{background:#fff;border:1px solid #d5e0eb;border-radius:.7rem;align-items:center;min-height:3.2rem;transition:border-color .18s,box-shadow .18s;display:flex}.change-password-input-wrap:focus-within{border-color:var(--shell-accent,var(--color-accent));box-shadow:0 0 0 4px color-mix(in srgb, var(--shell-accent,var(--color-accent)) 14%, transparent)}.change-password-input-wrap>svg{color:#8ba0b4;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:none;width:1.1rem;height:1.1rem;margin-left:.9rem}.change-password-input-wrap input{color:#173e64;min-width:0;height:3.1rem;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0 .75rem}.change-password-visibility{color:#7891a7;cursor:pointer;background:0 0;border:0;border-radius:.5rem;place-items:center;width:2.6rem;height:2.6rem;margin-right:.25rem;padding:0;display:grid}.change-password-visibility:hover,.change-password-visibility:focus-visible{color:var(--shell-accent,var(--color-accent));background:#eff6fd}.change-password-visibility svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.1rem;height:1.1rem}.change-password-error{color:#a33b4c;background:#fff0f2;border-radius:.6rem;margin:0;padding:.75rem .9rem;font-size:.8rem;line-height:1.45}.change-password-actions{flex-wrap:wrap;gap:.75rem;padding-top:.35rem;display:flex}.change-password-primary,.change-password-secondary{min-height:2.9rem;font:inherit;cursor:pointer;border-radius:.65rem;justify-content:center;align-items:center;gap:.55rem;padding:.65rem 1rem;font-size:.82rem;font-weight:750;display:inline-flex}.change-password-primary{color:#fff;background:var(--shell-accent,var(--color-accent));box-shadow:0 8px 18px color-mix(in srgb, var(--shell-accent,var(--color-accent)) 22%, transparent);border:0;flex:14rem}.change-password-primary:hover:not(:disabled){filter:brightness(.94)}.change-password-primary:disabled{cursor:wait;opacity:.7}.change-password-primary svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1rem;height:1rem}.change-password-secondary{color:#49657f;background:#f8fbfe;border:1px solid #d5e0eb;flex:none}.change-password-side-column{gap:1.25rem;display:grid}.change-password-requirements{padding:1.35rem}.change-password-section-heading{border-bottom:1px solid #e8eef4;padding-bottom:1rem}.change-password-requirement-list{color:#718398;gap:.75rem;margin:1.1rem 0 0;padding:0;font-size:.8rem;list-style:none;display:grid}.change-password-requirement-list li{align-items:center;gap:.65rem;display:flex}.change-password-requirement-list li>span{color:#0000;border:1px solid #c4d1de;border-radius:50%;place-items:center;width:1.2rem;height:1.2rem;display:grid}.change-password-requirement-list li>span svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:.75rem;height:.75rem}.change-password-requirement-list li.is-met{color:#247553;font-weight:650}.change-password-requirement-list li.is-met>span{color:#fff;background:#49ae7f;border-color:#49ae7f}.change-password-security-note{color:#315476;background:#eff7ff;border:1px solid #cfe3f8;border-radius:1rem;gap:.8rem;padding:1.15rem;display:flex}.change-password-note-icon{color:#2b70ad;background:#dceeff;width:2.35rem;height:2.35rem}.change-password-security-note p{color:#55718e;margin:.4rem 0 0;font-size:.78rem;line-height:1.55}.change-password-tips{padding:.25rem .2rem}.change-password-tips h2{font-size:.85rem}.change-password-tips ul{color:var(--color-text-muted);gap:.45rem;margin:.65rem 0 0;padding-left:1.1rem;font-size:.76rem;line-height:1.45;display:grid}.change-password-success-page{place-items:center;min-height:30rem}.change-password-success{text-align:center;background:#fff;border:1px solid #dbe5ef;border-radius:1rem;width:min(100%,34rem);padding:2.5rem;box-shadow:0 12px 32px #0f234112}.change-password-success-icon{color:#16805f;background:#ddf7eb;border-radius:1rem;place-items:center;width:3.5rem;height:3.5rem;margin:0 auto 1.25rem;display:grid}.change-password-success h1{color:#173e64;letter-spacing:-.04em;margin:0;font-size:2rem}.change-password-success>p:not(.change-password-eyebrow){color:var(--color-text-muted);margin:.75rem 0 1.5rem;line-height:1.55}.change-password-success .change-password-primary{width:100%}@media (width<=800px){.change-password-heading{flex-direction:column;align-items:flex-start;gap:.75rem}.change-password-breadcrumb{padding:0}.change-password-grid{grid-template-columns:1fr}}@media (width<=520px){.change-password-page{gap:1.1rem}.change-password-form-card,.change-password-requirements{padding:1.15rem}.change-password-card-header{gap:.65rem}.change-password-actions{flex-direction:column}.change-password-primary,.change-password-secondary{flex-basis:auto;width:100%}.change-password-success{padding:1.75rem 1.25rem}}.login-settings-options{border:0;gap:.75rem;margin:0 0 1.25rem;padding:0;display:grid}.login-settings-options legend{margin-bottom:.25rem;font-weight:700}.login-settings-option{border:1px solid var(--border,#d9e2f0);cursor:pointer;border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;display:flex}.login-settings-option:has(input:checked){border-color:var(--primary,#2563eb);background:#eff6ff}.login-settings-option input{margin-top:.2rem}.login-settings-option span{gap:.2rem;display:grid}.login-settings-option small{color:var(--muted,#64748b)}.recovery-page{--recovery-accent:#2563eb;box-sizing:border-box;background:#eef3f8;width:100%;height:100dvh;min-height:0;display:grid;overflow:hidden}.recovery-layout{background:#fff;grid-template-columns:minmax(26rem,42%) minmax(0,1fr);width:100%;height:100%;min-height:0;display:grid;overflow:hidden}.recovery-brand-panel{color:#fff;background:linear-gradient(150deg, color-mix(in srgb, var(--recovery-accent) 80%, #0d3156) 0%, #155d91 58%, #0e416f 100%);flex-direction:column;min-height:100%;padding:clamp(1.75rem,4vw,3.25rem);display:flex;position:relative;overflow:hidden}.recovery-brand-panel:before,.recovery-brand-panel:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.recovery-brand-panel:before{background:#b0e0ff24;width:30rem;height:30rem;top:-12rem;right:-10rem}.recovery-brand-panel:after{background:#06234b40;width:30rem;height:30rem;bottom:-15rem;left:-11rem}.recovery-brand-top,.recovery-brand-copy,.recovery-brand-footer{z-index:1;position:relative}.recovery-brand-top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.recovery-brand-mark{align-items:center;gap:.75rem;min-width:0;font-size:1.05rem;display:inline-flex}.recovery-brand-mark img,.recovery-brand-mark>span{object-fit:contain;color:#18578b;letter-spacing:-.08em;background:#fff;border-radius:.8rem;flex:0 0 2.8rem;place-items:center;width:2.8rem;height:2.8rem;font-weight:850;display:grid}.recovery-brand-mark strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recovery-secure-label{color:#ffffffb8;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;display:inline-flex}.recovery-secure-label svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1rem;height:1rem}.recovery-brand-copy{max-width:27rem;margin-top:clamp(5rem,15vh,9rem)}.recovery-eyebrow{color:#ffffffad;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.1rem;font-size:.7rem;font-weight:750}.recovery-brand-copy h2{letter-spacing:-.07em;margin:0;font-size:clamp(2.45rem,5vw,4.3rem);font-weight:750;line-height:1.03}.recovery-brand-copy>p:last-child{color:#ffffffd1;max-width:22rem;margin-top:1.4rem;font-size:1rem;line-height:1.65}.recovery-art{z-index:1;width:min(100%,28rem);height:12rem;margin:auto 0 2rem auto;position:relative}.recovery-art-orb,.recovery-art-wave{display:block;position:absolute}.recovery-art-orb{border:1px solid #ffffff4d;border-radius:50%;transform:rotate(-18deg)}.recovery-art-orb-one{background:#a2dcff26;width:10rem;height:10rem;bottom:5%;right:3%}.recovery-art-orb-two{background:#ffffff1f;width:5.5rem;height:5.5rem;bottom:19%;right:24%}.recovery-art-wave{border:1px solid #cfefff59;border-radius:50%;width:115%;height:7rem;transform:rotate(-12deg)}.recovery-art-wave-one{bottom:1%;right:-12%}.recovery-art-wave-two{opacity:.55;bottom:-8%;right:12%}.recovery-art-spark,.recovery-art-check{color:#b5e5ff;font-weight:800;position:absolute}.recovery-art-spark{font-size:1.5rem;top:5%;right:8%}.recovery-art-check{font-size:1.4rem;bottom:24%;left:13%}.recovery-brand-footer{color:#ffffff9e;letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.72rem}.recovery-form-panel{background:#fff;justify-content:center;align-items:center;min-width:0;padding:clamp(2rem,5vw,5.25rem);display:flex}.recovery-form-wrap{width:min(100%,27rem)}.recovery-stepper{color:#7a8ca1;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.7rem;font-weight:750;display:inline-flex}.recovery-step-dot{background:var(--recovery-accent);width:.55rem;height:.55rem;box-shadow:0 0 0 .3rem color-mix(in srgb, var(--recovery-accent) 14%, transparent);border-radius:50%}.recovery-form-section{margin-top:2rem}.recovery-step-badge{color:var(--recovery-accent);align-items:center;gap:.55rem;font-size:.75rem;font-weight:750;display:inline-flex}.recovery-step-badge svg,.recovery-channel-icon svg,.recovery-input-wrap>svg,.recovery-primary-button svg,.recovery-back-link svg,.recovery-message-mark svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.25rem;height:1.25rem}.recovery-heading{margin:1rem 0 2rem}.recovery-heading h1{color:#173e64;letter-spacing:-.06em;margin:0;font-size:clamp(2rem,4vw,2.8rem);font-weight:780;line-height:1.05}.recovery-heading p{color:#718398;margin:.85rem 0 0;font-size:.95rem;line-height:1.65}.recovery-form{gap:1.1rem;display:grid}.recovery-field{margin:0}.recovery-field label{color:#35516e;margin-bottom:.5rem;font-size:.8rem;font-weight:750;display:block}.recovery-input-wrap{background:#fff;border:1px solid #d5e0eb;border-radius:.8rem;align-items:center;min-height:3.5rem;transition:border-color .18s,box-shadow .18s;display:flex}.recovery-input-wrap:focus-within{border-color:var(--recovery-accent);box-shadow:0 0 0 4px color-mix(in srgb, var(--recovery-accent) 15%, transparent)}.recovery-input-wrap>svg{color:#8ba0b4;flex:0 0 1.15rem;margin-left:1rem}.recovery-input-wrap input{color:#173e64;min-width:0;height:3.35rem;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0 .85rem;font-size:.92rem}.recovery-input-wrap input::placeholder{color:#a1afbd}.recovery-divider{color:#a1afbd;letter-spacing:.14em;align-items:center;gap:.8rem;margin:1.5rem 0 0;font-size:.68rem;font-weight:750;display:flex}.recovery-divider:before,.recovery-divider:after{content:"";background:#e6edf3;flex:1;height:1px}.recovery-primary-button,.recovery-secondary-button{min-height:3.5rem;font:inherit;cursor:pointer;border-radius:.8rem;justify-content:center;align-items:center;gap:.65rem;font-weight:750;display:inline-flex}.recovery-primary-button{color:#fff;background:var(--recovery-accent);width:100%;box-shadow:0 10px 22px color-mix(in srgb, var(--recovery-accent) 23%, transparent);border:0;padding:.75rem 1rem;transition:filter .18s,transform .18s}.recovery-primary-button:hover:not(:disabled){filter:brightness(.93);transform:translateY(-1px)}.recovery-primary-button:disabled,.recovery-secondary-button:disabled{cursor:wait;opacity:.7}.recovery-secondary-button{color:#49657f;background:#f8fbfe;border:1px solid #d5e0eb;width:100%;padding:.65rem 1rem}.recovery-channel-list{gap:.8rem;display:grid}.recovery-channel-card{color:#234a70;text-align:left;cursor:pointer;background:#fff;border:1px solid #d5e0eb;border-radius:.85rem;align-items:center;gap:.85rem;width:100%;padding:1rem;display:flex}.recovery-channel-card:hover,.recovery-channel-card.is-selected{border-color:var(--recovery-accent);background:color-mix(in srgb, var(--recovery-accent) 6%, #fff)}.recovery-channel-icon{width:2.5rem;height:2.5rem;color:var(--recovery-accent);background:color-mix(in srgb, var(--recovery-accent) 12%, #fff);border-radius:.7rem;flex:0 0 2.5rem;place-items:center;display:grid}.recovery-channel-card strong,.recovery-channel-card small{display:block}.recovery-channel-card small{color:#7c8ea2;margin-top:.2rem;font-size:.78rem}.recovery-radio{border:2px solid #bdcad7;border-radius:50%;width:1rem;height:1rem;margin-left:auto}.recovery-channel-card.is-selected .recovery-radio{border:.3rem solid var(--recovery-accent)}.recovery-policy{color:#7c8ea2;margin:0;font-size:.76rem;line-height:1.5}.recovery-notice,.recovery-error{border-radius:.7rem;margin:1rem 0 0;padding:.8rem 1rem;font-size:.82rem;line-height:1.5}.recovery-notice{color:#205c53;background:#ecf9f4}.recovery-error{color:#a33b4c;background:#fff0f2}.recovery-back-link{color:#6b8198;align-items:center;gap:.45rem;margin-top:1.5rem;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.recovery-back-link:hover{color:var(--recovery-accent)}.recovery-back-link svg{width:1rem;height:1rem}.recovery-back-button{cursor:pointer;background:0 0;border:0;padding:0}.recovery-form-footer{color:#93a1af;text-align:center;margin:3rem 0 0;font-size:.75rem}.recovery-footer-link{justify-content:center;margin-top:1rem;display:flex}.recovery-success{margin-top:2.5rem}.recovery-success-icon{color:#15805f;background:#ddf7eb;border-radius:1.1rem;place-items:center;width:3.8rem;height:3.8rem;margin-bottom:1.5rem;display:grid}.recovery-success h1,.recovery-message-card h1{color:#173e64;letter-spacing:-.06em;margin:0;font-size:2.3rem}.recovery-success p,.recovery-message-card p{color:#718398;margin:.85rem 0 2rem;line-height:1.6}.recovery-message-page{background:#eef3f8;place-items:center;min-height:100dvh;padding:1rem;display:grid}.recovery-message-card{text-align:center;background:#fff;border:1px solid #dbe5ef;border-radius:1.5rem;width:min(100%,30rem);padding:3rem;box-shadow:0 20px 60px #1a37561f}.recovery-message-mark{width:3.5rem;height:3.5rem;color:var(--recovery-accent);background:#e7f1fb;border-radius:1rem;place-items:center;margin:0 auto 1.5rem;display:grid}.recovery-button-link{text-decoration:none}@media (width<=52rem){.recovery-page{height:auto;min-height:100dvh;display:block;overflow-x:hidden}.recovery-layout{grid-template-columns:1fr;height:auto;min-height:0}.recovery-brand-panel{min-height:20rem;padding:1.75rem}.recovery-brand-copy{margin-top:3.5rem}.recovery-brand-copy h2{font-size:clamp(2.1rem,8vw,3.2rem)}.recovery-art{opacity:.8;transform-origin:100% 100%;width:14rem;height:8rem;margin:0;position:absolute;bottom:1rem;right:1rem;transform:scale(.8)}.recovery-brand-footer{margin-top:2rem}.recovery-form-panel{padding:2rem 1.5rem 2.5rem}}@media (width<=34rem){.recovery-brand-top{flex-direction:column;align-items:flex-start;gap:.9rem}.recovery-brand-panel{min-height:23rem}.recovery-art{opacity:.55;bottom:.5rem;right:-.5rem}.recovery-brand-copy{margin-top:2.5rem}.recovery-form-panel{padding-inline:1.15rem}.recovery-heading{margin-bottom:1.5rem}}@media (width>=53rem){.recovery-brand-panel{height:100%;min-height:0}.recovery-form-panel{height:100%;min-height:0;max-height:100%;overflow:hidden auto}}@media (prefers-reduced-motion:reduce){.recovery-primary-button,.recovery-input-wrap{transition:none}}.sidebar-profile{align-items:flex-start;gap:.75rem;padding:1rem .45rem .15rem}.sidebar-profile-avatar{color:#0b4263;background:#d9efff;flex:0 0 2.45rem;width:2.45rem;height:2.45rem;box-shadow:0 0 0 3px #ffffff14}.sidebar-profile-details{flex-direction:column;flex:auto;gap:.12rem;min-width:0;display:flex}.sidebar-profile-name{color:#f5fbff;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:750;overflow:hidden}.sidebar-profile-role{color:#ffffff9e;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.sidebar-profile-status{color:#a9e8c2;align-items:center;gap:.35rem;font-size:.66rem;display:inline-flex}.sidebar-profile-status-dot{background:#5bdd8f;border-radius:50%;width:.42rem;height:.42rem;box-shadow:0 0 0 2px #5bdd8f29}.sidebar-password-link{color:#ffffffd1;background:#ffffff12;border-radius:.65rem;align-items:center;gap:.65rem;min-width:0;margin-top:.7rem;padding:.7rem .8rem;font-size:.76rem;font-weight:650;text-decoration:none;transition:background .18s,color .18s,box-shadow .18s;display:flex}.sidebar-password-link:hover,.sidebar-password-link:focus-visible{color:#fff;background:#429dee52;text-decoration:none}.sidebar-password-link.is-active{color:#fff;background:#287ed0;font-weight:750;box-shadow:inset 3px 0 #9bd5ff,0 5px 14px #0000001f}.sidebar-password-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:0 0 1rem;width:1rem;height:1rem}.nav-lock-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;vertical-align:middle;width:1rem;height:1rem}@media (width<=700px){.sidebar-profile{padding-inline:.65rem}}.platform-actions-menu{min-width:5rem;position:relative}.platform-actions-menu summary{color:#3562a7;cursor:pointer;background:#fff;border:1px solid #d9e2ee;border-radius:6px;align-items:center;min-height:1.9rem;padding:.35rem .55rem;font-size:.65rem;font-weight:700;list-style:none;display:inline-flex}.platform-actions-menu summary::-webkit-details-marker{display:none}.platform-actions-menu summary:after{content:"⋮";margin-left:.4rem;font-size:.9rem}.platform-actions-menu[open] summary,.platform-actions-menu summary:hover{background:#f2f6ff;border-color:#9cb6df}.platform-actions-menu>div{z-index:5;background:#fff;border:1px solid #dce4ee;border-radius:8px;min-width:11rem;padding:.3rem;display:grid;position:absolute;top:calc(100% + .35rem);right:0;box-shadow:0 12px 30px #182f4e24}.platform-actions-menu button{color:#425670;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:.55rem .65rem;font-size:.7rem}.platform-actions-menu button:hover,.platform-actions-menu button:focus-visible{color:#244d9a;background:#f1f5ff}.platform-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem;margin-top:1.1rem;display:grid}.platform-edit-grid .platform-field{margin:0 0 .9rem}.platform-field input[readonly]{color:#7c899b;cursor:not-allowed;background:#f5f7fa}.platform-edit-address{grid-column:1/-1}.platform-inspect-code{font-family:var(--font-mono);font-weight:700;color:#2f5bea!important}.platform-inspect-grid{grid-template-columns:10rem 1fr;gap:.65rem 1rem;margin:1.2rem 0;font-size:.75rem;display:grid}.platform-inspect-grid dt{color:#8491a2;font-weight:700}.platform-inspect-grid dd{color:#32465f;overflow-wrap:anywhere;min-width:0;margin:0}@media (width<=760px){.platform-edit-grid{grid-template-columns:1fr}.platform-edit-address{grid-column:auto}}.platform-overlay-backdrop{z-index:40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f1f346b;position:fixed;inset:0}.platform-overlay{z-index:41;background:#fff;border:1px solid #dbe4ef;border-radius:15px;position:fixed;overflow:hidden;box-shadow:0 24px 70px #0f244033}.platform-inspect-overlay{flex-direction:column;width:min(45rem,100vw - 3rem);max-height:calc(100dvh - 6.25rem);display:flex;top:4.5rem;left:50%;transform:translate(-50%)}.platform-edit-drawer{border-radius:15px 0 0 15px;flex-direction:column;width:min(30rem,100vw - 15.5rem);min-width:min(26rem,100vw - 2rem);display:flex;top:4.5rem;bottom:0;right:0}.platform-overlay-header{border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.35rem 1.45rem;display:flex}.platform-overlay-header h2{color:#18304d;letter-spacing:-.025em;margin-top:.25rem;font-size:1.1rem}.platform-overlay-header p{color:#7a8799;margin-top:.4rem;font-size:.75rem;line-height:1.45}.platform-overlay-kicker{color:#3562a7;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.65rem;font-weight:750;display:inline-flex}.platform-overlay-kicker svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:.95rem;height:.95rem}.platform-overlay-close{color:#607086;cursor:pointer;background:#fff;border:1px solid #d9e2ee;border-radius:7px;place-items:center;width:2rem;height:2rem;font-size:1.25rem;line-height:1;display:grid}.platform-overlay-close:hover,.platform-overlay-close:focus-visible{color:#244d9a;background:#f1f5ff;border-color:#9cb6df}.platform-overlay-body{min-height:0;padding:1.45rem;overflow-y:auto}.platform-overlay-body .platform-inspect-code{margin-bottom:1.15rem}.platform-overlay-footer{background:#fff;border-top:1px solid #edf1f5;justify-content:flex-end;gap:.65rem;padding:1rem 1.45rem;display:flex}.platform-edit-drawer .platform-edit-grid{margin-top:0}.platform-edit-drawer .platform-form-note{color:#536b91;background:#f4f7ff;border:1px solid #dce7fb;border-radius:8px;margin:.25rem 0 0;padding:.75rem}@media (width<=760px){.platform-inspect-overlay{width:calc(100vw - 2rem);max-height:calc(100dvh - 2rem);top:1rem}.platform-edit-drawer{border-radius:0;width:100%;min-width:0;top:0;bottom:0;right:0}}
