:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f5f7fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(360px,42%) minmax(0,1fr);background:#f7f9fc}.auth-brand-panel{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;padding:clamp(34px,5vw,68px);color:#fff;background:#0b172b}.auth-brand-panel:before{content:"";position:absolute;inset:auto -190px -220px auto;width:520px;height:520px;border:1px solid rgba(96,165,250,.18);border-radius:50%;box-shadow:0 0 0 74px #2d68e809,0 0 0 150px #2d68e806;pointer-events:none}.auth-brand-panel:after{content:"";position:absolute;top:18%;right:10%;width:8px;height:8px;border-radius:50%;background:#3b82f6;box-shadow:72px 84px 0 -2px #3b82f699,-82px 148px 0 -3px #3b82f666;pointer-events:none}.auth-brand-lockup{position:relative;z-index:1;display:flex;align-items:center;gap:13px}.auth-brand-mark,.auth-loading-mark{display:grid;place-items:center;flex:0 0 auto;width:50px;height:50px;border-radius:13px;background:#f60;box-shadow:0 12px 28px #ff660038}.auth-brand-mark img,.auth-loading-mark img{display:block;width:84%;height:84%;object-fit:contain}.auth-brand-lockup strong,.auth-brand-lockup span{display:block}.auth-brand-lockup strong{color:#fff;font-size:17px;line-height:1.25}.auth-brand-lockup span{margin-top:2px;color:#fff9;font-size:10px}.auth-brand-lockup.compact{display:none;margin-bottom:46px}.auth-brand-lockup.compact strong{color:#172033}.auth-brand-lockup.compact span{color:#738198}.auth-promise{position:relative;z-index:1;width:min(490px,100%);margin:auto 0;padding:70px 0}.auth-promise p{margin:0 0 14px;color:#60a5fa;font-size:11px;font-weight:800;letter-spacing:.16em}.auth-promise h1{max-width:460px;margin:0 0 20px;color:#fff;font-size:clamp(36px,4.1vw,58px);line-height:1.05;letter-spacing:-.045em}.auth-promise>span{display:block;max-width:430px;color:#dbeafeb3;font-size:14px;line-height:1.7}.auth-trust-note{position:relative;z-index:1;display:flex;align-items:center;gap:10px;color:#dbeafea3;font-size:11px}.auth-trust-note svg,.auth-security-copy svg{width:18px;height:18px;flex:0 0 18px;color:#60a5fa}.auth-form-panel{min-height:100vh;display:grid;place-items:center;padding:clamp(28px,6vw,80px)}.auth-card{width:min(410px,100%)}.auth-heading{margin-bottom:30px}.auth-heading h2{margin:0 0 9px;color:#172033;font-size:28px;letter-spacing:-.025em}.auth-heading>p:not(.auth-kicker){margin:0;color:#738198;font-size:12px;line-height:1.55}.auth-heading strong{color:#334155}.auth-kicker{margin:0 0 9px;color:#2d68e8;font-size:10px;font-weight:800;letter-spacing:.13em}.auth-form{display:grid;gap:18px}.auth-field{display:grid;gap:8px;color:#2a3447;font-size:11px;font-weight:700}.auth-control{position:relative;display:block}.auth-control>svg{position:absolute;z-index:1;top:50%;left:14px;width:17px;height:17px;color:#8a98ad;pointer-events:none;transform:translateY(-50%)}.auth-control input{width:100%;height:48px;padding:0 46px 0 43px;border:1px solid #d7dfeb;border-radius:11px;color:#172033;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.auth-control input::placeholder{color:#a2adbd}.auth-control input:hover{border-color:#bec9d9}.auth-control input:focus{border-color:#2d68e8;box-shadow:0 0 0 3px #2d68e821}.auth-control input[aria-invalid=true]{border-color:#f09aa3}.auth-password-toggle{position:absolute;z-index:2;top:50%;right:8px;width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;color:#8794a8;background:transparent;transform:translateY(-50%)}.auth-password-toggle:hover,.auth-password-toggle:focus-visible{color:#2d68e8;background:#eef4ff;outline:none}.auth-password-toggle svg{width:18px;height:18px}.auth-submit{min-height:48px;margin-top:2px;border:0;border-radius:11px;color:#fff;background:#2d68e8;font-size:12px;font-weight:750;box-shadow:0 9px 20px #2d68e838;transition:background .15s,transform .15s,box-shadow .15s}.auth-submit:hover:not(:disabled){background:#245fd7;box-shadow:0 11px 24px #2d68e847;transform:translateY(-1px)}.auth-submit:focus-visible{outline:3px solid rgba(45,104,232,.2);outline-offset:2px}.auth-submit:disabled{cursor:wait;opacity:.68}.system-notice{--notice-color: #a42c39;--notice-border: #fecdd3;--notice-background: #fff1f2;--notice-mark: #fecdd3;z-index:1200;width:fit-content;max-width:min(46vw,460px);display:inline-flex;align-items:center;gap:0;padding:6px 10px;border:1px solid var(--notice-border);border-radius:7px;color:var(--notice-color);background:var(--notice-background);font-size:9.5px;line-height:1.25;box-shadow:0 6px 18px #0f172a1a}.system-notice.placement-page{position:fixed;top:84px;right:28px}.system-notice.placement-inline{position:static;z-index:auto}.system-notice.is-warning{--notice-color: #9a5b08;--notice-border: #fde3a7;--notice-background: #fffbeb;--notice-mark: #fde68a}.system-notice.is-success{--notice-color: #087456;--notice-border: #a7ead4;--notice-background: #ecfdf5;--notice-mark: #a7f3d0}.system-notice.is-info{--notice-color: #1d5fbf;--notice-border: #bfd7ff;--notice-background: #eff6ff;--notice-mark: #bfdbfe}.system-notice-mark{width:15px;height:15px;flex:0 0 15px;display:grid;place-items:center;margin-right:6px;border-radius:50%;color:var(--notice-color);background:var(--notice-mark);font-size:8.5px;font-weight:800}.system-notice-message{min-width:0}.system-notice-action{min-height:22px;margin-left:10px;padding:0 7px;border:1px solid currentColor;border-radius:5px;color:inherit;background:transparent;font-size:8.5px;font-weight:750}.system-notice-action:hover,.system-notice-action:focus-visible{background:#ffffffb3;outline:none}.auth-security-copy{display:flex;align-items:flex-start;gap:9px;margin:22px 0 0;color:#8995a7;font-size:9.5px;line-height:1.55}.auth-password-note{margin:-5px 0 0;color:#738198;font-size:10px;line-height:1.45}.auth-text-button{min-height:38px;padding:0;border:0;color:#718099;background:transparent;font-size:11px}.auth-text-button:hover{color:#2d68e8}.auth-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:16px;color:#738198;background:#f7f9fc;font-size:12px}.auth-loading-mark{width:48px;height:48px;animation:auth-pulse 1.4s ease-in-out infinite}@keyframes auth-pulse{50%{opacity:.7;transform:scale(.96)}}.login-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 15% 15%,#e8f0ff,transparent 34%),#f5f7fb}.login-card{width:min(440px,100%);padding:36px;border:1px solid #dce3ee;border-radius:22px;background:#fff;box-shadow:0 22px 60px #162a4c1f}.logo-mark{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;color:#fff;background:#2d68e8;font-weight:800;letter-spacing:-.04em}.logo-mark.small{width:38px;height:38px;border-radius:12px;font-size:13px}h1,h2,p{margin-top:0}h1{margin-bottom:8px;font-size:28px}h2{margin-bottom:7px;font-size:22px}.eyebrow{margin:22px 0 7px;color:#2d68e8;font-size:11px;font-weight:800;letter-spacing:.13em}.muted{color:#738198;font-size:13px;line-height:1.5}.field{position:relative;display:grid;gap:7px;margin-top:18px;color:#2a3447;font-size:12px;font-weight:700}.field>span{display:flex;align-items:center;justify-content:space-between;gap:10px}.field em{padding:3px 7px;border-radius:999px;color:#f04452;background:#fff0f1;font-size:9px;font-style:normal}.field input,.select-trigger{width:100%;height:46px;padding:0 13px;border:1px solid #d7dfeb;border-radius:11px;color:#172033;background:#fff;outline:none;transition:border .15s,box-shadow .15s}.field input:focus,.select-trigger:focus,.select-trigger.is-open{border-color:#2d68e8;box-shadow:0 0 0 3px #2d68e821}.field>select{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.select-trigger{display:flex;align-items:center;justify-content:space-between;text-align:left}.chevron{font-size:19px;transition:transform .16s}.select-trigger.is-open .chevron{transform:rotate(180deg)}.select-menu{position:absolute;z-index:20;top:calc(100% + 6px);left:0;right:0;max-height:220px;overflow-y:auto;padding:7px;border:1px solid #d7dfeb;border-radius:12px;background:#fff;box-shadow:0 18px 38px #10213e29}.select-menu button{width:100%;padding:10px 11px;border:0;border-radius:8px;background:transparent;color:#243048;text-align:left;font-size:12px}.select-menu button:hover,.select-menu button.is-active{background:#eef4ff;color:#255fd8}.select-menu button.is-selected{background:#2d68e8;color:#fff}.primary-button{width:100%;min-height:46px;margin-top:24px;border:0;border-radius:11px;color:#fff;background:#2d68e8;font-weight:750;box-shadow:0 8px 18px #2d68e833}.primary-button:disabled{cursor:wait;opacity:.65}.text-button{width:100%;margin-top:14px;padding:8px;border:0;color:#718099;background:transparent;font-size:12px}.password-note{margin:12px 0 0;color:#738198;font-size:11px;line-height:1.45}.alert{margin:18px 0;padding:12px 14px;border-radius:10px;font-size:13px}.alert.error{color:#a12c38;background:#fff0f1;border:1px solid #ffd4d9}.workspace{min-height:100vh;display:grid;grid-template-columns:245px 1fr}.sidebar{display:flex;flex-direction:column;padding:22px 16px;color:#d9e5ff;background:#0d172a}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 25px}.brand strong,.brand span{display:block}.brand span{margin-top:2px;color:#8393ad;font-size:11px}.sidebar nav{display:grid;gap:7px}.nav-item{display:flex;justify-content:space-between;width:100%;padding:12px 13px;border:0;border-radius:10px;color:#aebbd0;background:transparent;text-align:left}.nav-item.active{color:#fff;background:#1e3152}.nav-item small{color:#65748d}.sidebar-foot{margin-top:auto;padding:18px 8px 4px;border-top:1px solid #24344e;font-size:12px}.sidebar-foot span{display:block;margin-bottom:10px;color:#d9e5ff}.sidebar-foot button{padding:0;border:0;color:#8190a8;background:transparent}.main-panel{padding:32px}.main-panel>header{display:flex;align-items:center;justify-content:space-between;max-width:980px;margin:0 auto 22px}.main-panel>header .eyebrow{margin-top:0}.api-state{padding:8px 11px;border-radius:999px;color:#17764c;background:#eaf8f1;font-size:11px;font-weight:750}.content-card{max-width:980px;margin:auto;padding:28px;border:1px solid #dce3ee;border-radius:18px;background:#fff;box-shadow:0 12px 32px #1327480f}.content-card.loading{color:#718099}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:21px;border-bottom:1px solid #edf0f5}.section-head .eyebrow{margin-top:0}.status-pill{flex:0 0 auto;padding:7px 10px;border-radius:999px;color:#2d68e8;background:#eef4ff;font-size:10px;font-weight:800}.status-pill.active{color:#17764c;background:#eaf8f1}.entity-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end}.form-actions .primary-button{width:auto;padding:0 22px}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:22px}.summary-grid>div{padding:15px;border:1px solid #e5eaf2;border-radius:11px;background:#fafbfd}.summary-grid span,.summary-grid strong{display:block}.summary-grid span{margin-bottom:6px;color:#7c899e;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.summary-grid strong{font-size:13px}@media(max-width:900px){.auth-page{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-brand-lockup.compact{display:flex}}@media(max-width:760px){.workspace{grid-template-columns:1fr}.sidebar{min-height:auto}.sidebar nav{grid-template-columns:repeat(3,1fr)}.sidebar-foot{display:none}.main-panel{padding:20px 14px}.entity-form,.summary-grid{grid-template-columns:1fr}.form-actions{grid-column:auto}.section-head{display:grid}}@media(max-width:520px){.auth-form-panel{align-items:start;padding:34px 22px}.auth-card{margin-top:10px}.auth-brand-lockup.compact{margin-bottom:56px}.auth-heading h2{font-size:25px}}.ui-icon{width:19px;height:19px;flex:0 0 19px}.erp-shell{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr);background:#f5f7fb}.erp-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:24px 16px 18px;color:#dce8ff;background:#0b172b}.erp-brand{display:flex;align-items:center;gap:12px;padding:0 7px 28px}.erp-brand>span{display:grid;place-items:center;width:42px;height:42px;overflow:hidden;border-radius:12px;background:#f60;box-shadow:0 8px 20px #ff660038}.erp-brand img{width:85%;height:85%;object-fit:contain}.erp-brand strong,.erp-brand small{display:block}.erp-brand strong{color:#fff;font-size:15px}.erp-brand small{margin-top:2px;color:#7587a4;font-size:8px}.erp-module-label{padding:0 12px 9px;color:#61738f;font-size:9px;font-weight:800;letter-spacing:.14em}.erp-sidebar nav{display:grid;gap:5px}.erp-sidebar nav a{display:grid;grid-template-columns:19px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:44px;padding:0 12px;border-radius:10px;color:#9dafc9;text-decoration:none;font-size:12px;font-weight:620;transition:color .15s,background .15s}.erp-sidebar nav a:hover{color:#fff;background:#14233c}.erp-sidebar nav a.is-active{color:#fff;background:#1e355c;box-shadow:inset 3px 0 #4b86ff}.erp-sidebar nav a small{color:#647894;font-size:8px;font-weight:600}.erp-sidebar-user{display:grid;grid-template-columns:34px minmax(0,1fr) 30px;align-items:center;gap:9px;margin-top:auto;padding:16px 7px 0;border-top:1px solid #22314a}.erp-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#dbeafe;background:#23416e;font-size:10px;font-weight:800}.erp-sidebar-user strong,.erp-sidebar-user small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.erp-sidebar-user strong{color:#e8effc;font-size:10px}.erp-sidebar-user small{margin-top:2px;color:#7184a0;font-size:8px;text-transform:capitalize}.erp-sidebar-user button{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:8px;color:#8092ac;background:transparent}.erp-sidebar-user button:hover{color:#fff;background:#182942}.erp-sidebar-user .ui-icon{width:16px;height:16px}.erp-main{min-width:0;padding:34px clamp(24px,4vw,56px) 58px}.erp-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;width:min(1180px,100%);margin:0 auto 24px}.erp-page-header p{margin:0 0 8px;color:#2d68e8;font-size:9px;font-weight:850;letter-spacing:.16em}.erp-page-header h1{margin:0 0 7px;color:#172033;font-size:27px;line-height:1.18;letter-spacing:-.028em}.erp-page-header>div>span{color:#738198;font-size:11px;line-height:1.5}.erp-card{width:min(1180px,100%);margin:0 auto;border:1px solid #dde4ee;border-radius:17px;background:#fff;box-shadow:0 12px 32px #1327480e}.erp-primary-button,.erp-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 17px;border-radius:10px;font-size:11px;font-weight:750;transition:transform .15s,background .15s,box-shadow .15s}.erp-primary-button{border:0;color:#fff;background:#2d68e8;box-shadow:0 8px 18px #2d68e833}.erp-primary-button:hover:not(:disabled){background:#255fd8;box-shadow:0 10px 22px #2d68e842;transform:translateY(-1px)}.erp-primary-button:disabled{cursor:wait;opacity:.62}.erp-primary-button .ui-icon,.erp-secondary-button .ui-icon{width:16px;height:16px}.erp-secondary-button{border:1px solid #d6dee9;color:#445169;background:#fff}.erp-secondary-button:hover{border-color:#b9c6d8;background:#f8fafd}.erp-card-head{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px 24px;border-bottom:1px solid #e8edf4}.erp-card-head h2{margin:0 0 4px;color:#202b3e;font-size:16px}.erp-card-head p{margin:0;color:#7c899d;font-size:10px}.entity-list-tools{display:flex;align-items:center;gap:8px}.entity-list-tools label{display:flex;align-items:center;gap:7px;width:240px;height:37px;padding:0 10px;border:1px solid #dce3ed;border-radius:9px;background:#fff}.entity-list-tools label:focus-within{border-color:#2d68e8;box-shadow:0 0 0 3px #2d68e81c}.entity-list-tools label .ui-icon{width:15px;height:15px;color:#8c99ac}.entity-list-tools input{width:100%;border:0;outline:0;color:#172033;font-size:10px}.entity-list-tools>button{display:grid;place-items:center;width:37px;height:37px;padding:0;border:1px solid #dce3ed;border-radius:9px;color:#6f7e94;background:#fff}.entity-list-tools>button:hover{color:#2d68e8;background:#f5f8ff}.entity-list-tools>button .ui-icon{width:15px;height:15px}.entity-empty{min-height:390px;display:grid;place-content:center;justify-items:center;padding:40px;text-align:center}.entity-empty-icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:17px;border-radius:17px;color:#2d68e8;background:#edf4ff}.entity-empty-icon .ui-icon{width:25px;height:25px}.entity-empty-icon.is-loading{animation:auth-pulse 1.4s infinite}.entity-empty h3{margin:0 0 8px;color:#263247;font-size:17px}.entity-empty p{max-width:440px;margin:0 0 20px;color:#77859a;font-size:11px;line-height:1.6}.entity-table-wrap{overflow:auto}.entity-table{width:100%;border-collapse:collapse;min-width:930px}.entity-table th{height:42px;padding:0 15px;color:#718096;background:#f8fafc;font-size:8.5px;font-weight:800;text-align:left;text-transform:uppercase;letter-spacing:.06em}.entity-table td{height:66px;padding:10px 15px;border-top:1px solid #e9edf3;color:#354157;font-size:10.5px}.entity-table tbody tr:hover{background:#fbfcfe}.entity-table td:first-child strong,.entity-table td:first-child span{display:block}.entity-table td:first-child strong{margin-bottom:5px;color:#1d293d;font-size:11px}.entity-table td:first-child span{color:#7d8ba0;font-size:9px}.entity-table th:last-child,.entity-table td:last-child{position:sticky;right:0;width:92px;background:inherit}.entity-row-button{display:inline-flex;align-items:center;gap:4px;padding:7px 9px;border:0;border-radius:7px;color:#2d68e8;background:#eff5ff;font-size:9px;font-weight:750}.entity-row-button .ui-icon{width:13px;height:13px}.entity-status{display:inline-flex;align-items:center;min-height:23px;padding:0 9px;border-radius:99px;color:#1a744e;background:#e9f7f0;font-size:9px;font-weight:800}.entity-status.draft{color:#8b6514;background:#fff6dd}.entity-status.inactive{color:#68768a;background:#edf1f5}.entity-no-results{padding:45px 20px;color:#748198;text-align:center;font-size:11px}.entity-back{display:block;margin:0 0 10px;padding:0;border:0;color:#59708f;background:transparent;font-size:10px;font-weight:650}.entity-back:hover{color:#2d68e8}.entity-details-card{overflow:hidden;padding:0 26px 28px}.entity-details-banner{display:flex;align-items:center;gap:14px;margin:0 -26px 25px;padding:20px 26px;border-bottom:1px solid #e4eaf2;background:linear-gradient(90deg,#f0f6ff,#fbfdff)}.entity-details-banner>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#2d68e8;background:#fff;box-shadow:0 5px 14px #2d68e81a}.entity-details-banner p,.entity-details-banner strong,.entity-details-banner small{display:block}.entity-details-banner p{margin:0 0 3px;color:#2d68e8;font-size:8px;font-weight:850;letter-spacing:.11em}.entity-details-banner strong{color:#1f2b3e;font-size:14px}.entity-details-banner small{margin-top:3px;color:#718099;font-size:9px}.entity-detail-group{padding:0 0 22px}.entity-detail-group+.entity-detail-group{padding-top:22px;border-top:1px solid #edf0f4}.entity-detail-group h2{margin:0 0 14px;color:#273247;font-size:12px}.entity-detail-group>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.entity-detail-group dl{margin:0;padding:13px 14px;border:1px solid #e6ebf2;border-radius:10px;background:#fbfcfe}.entity-detail-group dt{margin-bottom:5px;color:#8090a6;font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.entity-detail-group dd{margin:0;color:#273247;font-size:10.5px;font-weight:650;overflow-wrap:anywhere}.entity-form-card{overflow:visible}.entity-form-page-head{align-items:flex-start}.entity-stepper{display:grid;grid-template-columns:repeat(4,1fr);padding:20px 28px;border-bottom:1px solid #e5eaf1;background:#fbfcfe;border-radius:17px 17px 0 0}.entity-stepper>div{position:relative;display:flex;align-items:center;gap:8px;color:#8a97a9}.entity-stepper>div:not(:last-child):after{content:"";position:absolute;z-index:0;top:13px;left:35px;right:12px;height:1px;background:#dce3ec}.entity-stepper>div.is-complete:not(:last-child):after{background:#7da5f7}.entity-stepper>div>span{position:relative;z-index:1;display:grid;place-items:center;width:27px;height:27px;flex:0 0 27px;border:1px solid #d5dde8;border-radius:50%;color:#75849a;background:#fff;font-size:9px;font-weight:800}.entity-stepper>div>span .ui-icon{width:13px;height:13px}.entity-stepper>div.is-current>span,.entity-stepper>div.is-complete>span{border-color:#2d68e8;color:#fff;background:#2d68e8}.entity-stepper>div.is-current small{color:#2d68e8;font-weight:800}.entity-stepper small{position:relative;z-index:1;padding-right:9px;background:#fbfcfe;font-size:9px}.entity-form-section{padding:27px 28px 30px}.entity-section-title{margin-bottom:23px}.entity-section-title p{margin:0 0 5px;color:#2d68e8;font-size:8px;font-weight:850;letter-spacing:.12em}.entity-section-title h2{margin:0 0 6px;color:#1f2b3e;font-size:17px}.entity-section-title span{color:#79869a;font-size:10px;line-height:1.5}.entity-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px 14px}.entity-field{position:relative;min-width:0;display:grid;align-content:start;gap:7px;margin:0;color:#2b374b;font-size:10px;font-weight:700}.entity-field.span-2{grid-column:span 2}.entity-field.span-3{grid-column:1 / -1}.entity-label{display:flex;min-height:16px;align-items:center;justify-content:space-between;gap:7px}.entity-label em{flex:0 0 auto;padding:2px 6px;border-radius:99px;color:#ed4957;background:#fff0f1;font-size:7px;font-style:normal;font-weight:700}.entity-label small{color:#8090a7;font-size:7.5px;font-weight:600}.entity-field>input,.entity-select-trigger,.entity-date-control,.entity-pincode-control{width:100%;min-height:42px;border:1px solid #d8e0eb;border-radius:9px;color:#202c3f;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.entity-field>input{padding:0 12px}.entity-field>input::placeholder,.entity-date-control input::placeholder,.entity-pincode-control input::placeholder{color:#a0acbd}.entity-field>input:hover,.entity-select-trigger:hover,.entity-date-control:hover,.entity-pincode-control:hover{border-color:#bdc9d9}.entity-field>input:focus,.entity-select-trigger:focus-visible,.entity-select-trigger.is-open,.entity-date-control:focus-within,.entity-date-control.is-open,.entity-pincode-control:focus-within{border-color:#2d68e8;box-shadow:0 0 0 3px #2d68e81c}.entity-field>input:read-only{color:#66748a;background:#f5f7fa}.entity-select>select,.entity-native-date{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;opacity:0!important;pointer-events:none!important}.entity-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 11px;text-align:left}.entity-select-trigger:disabled{cursor:not-allowed;color:#77859a;background:#f4f6f9}.entity-select-trigger .ui-icon{width:15px;height:15px;transition:transform .16s}.entity-select-trigger.is-open .ui-icon{transform:rotate(180deg)}.entity-select-menu{position:absolute;z-index:70;top:calc(100% + 6px);left:0;right:0;max-height:220px;overflow-y:auto;padding:6px;border:1px solid #d6deea;border-radius:10px;background:#fff;box-shadow:0 15px 35px #1225452b;scrollbar-width:thin;scrollbar-color:#a8b5c7 transparent}.entity-select-menu.opens-up{top:auto;bottom:calc(100% + 6px)}.entity-select-menu button{width:100%;min-height:34px;padding:7px 9px;border:0;border-radius:7px;color:#253147;background:transparent;text-align:left;font-size:9.5px}.entity-select-menu button:hover,.entity-select-menu button.is-active{color:#255fd8;background:#edf4ff}.entity-select-menu button.is-selected{color:#fff;background:#2d68e8}.entity-date-control,.entity-pincode-control{display:grid;grid-template-columns:minmax(0,1fr) 38px;overflow:hidden}.entity-date-control input,.entity-pincode-control input{min-width:0;width:100%;padding:0 11px;border:0;color:#202c3f;background:transparent;outline:0;font-size:10px}.entity-date-control>button,.entity-pincode-control>button{display:grid;place-items:center;padding:0;border:0;border-left:1px solid #e2e7ef;color:#65758c;background:#fff}.entity-date-control>button:hover:not(:disabled){color:#2d68e8;background:#f1f6ff}.entity-date-control>button .ui-icon{width:16px;height:16px}.entity-calendar{position:absolute;z-index:80;top:calc(100% + 6px);right:0;width:278px;padding:10px;border:1px solid #d6deea;border-radius:12px;background:#fff;box-shadow:0 18px 40px #1225452e}.entity-calendar.opens-up{top:auto;bottom:calc(100% + 6px)}.entity-calendar-head{display:grid;grid-template-columns:32px 1fr 32px;gap:4px;align-items:center;margin-bottom:7px}.entity-calendar-head button{height:31px;border:0;border-radius:7px;color:#53637b;background:transparent}.entity-calendar-head button:hover{color:#2d68e8;background:#edf4ff}.entity-calendar-head .entity-calendar-title{color:#273247;font-size:10px;font-weight:800}.entity-calendar-week,.entity-calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.entity-calendar-week span{display:grid;place-items:center;height:25px;color:#8b98aa;font-size:7.5px}.entity-calendar-days button,.entity-calendar-grid button{border:0;border-radius:7px;color:#354156;background:transparent;font-size:8.5px}.entity-calendar-days button{height:31px}.entity-calendar-days button:hover:not(:disabled),.entity-calendar-grid button:hover:not(:disabled){color:#255fd8;background:#edf4ff}.entity-calendar-days button.is-outside,.entity-calendar-grid button.is-outside{color:#b5becb}.entity-calendar-days button.is-today{box-shadow:inset 0 0 0 1px #6d9af2}.entity-calendar-days button.is-selected,.entity-calendar-grid button.is-selected{color:#fff;background:#2d68e8;box-shadow:none}.entity-calendar-days button:disabled{color:#d4dae2;cursor:not-allowed}.entity-calendar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;min-height:190px}.entity-calendar-grid button{min-height:42px}.entity-calendar-decades button{font-size:8px}.entity-calendar-foot{display:flex;justify-content:flex-end;margin-top:8px;padding-top:8px;border-top:1px solid #edf0f4}.entity-calendar-foot button{padding:5px 8px;border:0;border-radius:6px;color:#2d68e8;background:#edf4ff;font-size:8px;font-weight:750}.entity-pincode-control{grid-template-columns:minmax(0,1fr) 72px}.entity-pincode-control>button{color:#2d68e8;font-size:8.5px;font-weight:750}.entity-pincode-control>button:disabled{color:#a1adbc;background:#f6f8fa;cursor:not-allowed}.entity-subsection{margin-top:26px;padding-top:24px;border-top:1px solid #e9edf3}.entity-subsection>h3{margin:0 0 5px;color:#273247;font-size:12px}.entity-subsection>h3 small{margin-left:4px;color:#8491a4;font-size:8px;font-weight:600}.entity-subsection>p{margin:0 0 17px;color:#7a879a;font-size:9px}.entity-info{display:flex;align-items:flex-start;gap:9px;margin-top:20px;padding:11px 12px;border:1px solid #dce9ff;border-radius:9px;color:#42638e;background:#f0f6ff;font-size:9px;line-height:1.5}.entity-info .ui-icon{width:16px;height:16px;color:#2d68e8}.entity-geo-message{display:flex;align-items:center;gap:7px;margin-top:13px;color:#a13a44;font-size:9px}.entity-geo-message.is-success{color:#198257}.entity-geo-message .ui-icon{width:14px;height:14px}.entity-review{margin-top:25px;padding:20px;border:1px solid #e1e7ef;border-radius:12px;background:#fafbfd}.entity-review h3{margin:0 0 14px;color:#263247;font-size:12px}.entity-review>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.entity-review dl{margin:0;padding:12px;border-radius:8px;background:#fff}.entity-review dt{margin-bottom:5px;color:#8290a3;font-size:8px;font-weight:750}.entity-review dd,.entity-review dd small{display:block}.entity-review dd{margin:0;color:#273247;font-size:10px;font-weight:700}.entity-review dd small{margin-top:3px;color:#8391a4;font-size:8px;font-weight:500}.entity-form-actions{display:flex;justify-content:flex-end;gap:9px;padding:18px 28px;border-top:1px solid #e5eaf1;background:#fbfcfd;border-radius:0 0 17px 17px}@media(max-width:1000px){.erp-shell{grid-template-columns:210px minmax(0,1fr)}.entity-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.entity-field.span-2{grid-column:span 2}.entity-detail-group>div{grid-template-columns:repeat(2,minmax(0,1fr))}.entity-stepper small{display:none}}@media(max-width:720px){.erp-shell{display:block}.erp-sidebar{position:static;width:100%;height:auto;padding:14px}.erp-brand{padding-bottom:14px}.erp-module-label,.erp-sidebar-user{display:none}.erp-sidebar nav{grid-template-columns:repeat(3,1fr)}.erp-sidebar nav a{grid-template-columns:18px minmax(0,1fr);padding:0 9px}.erp-sidebar nav a small{display:none}.erp-main{padding:24px 14px 38px}.erp-page-header,.erp-card-head{align-items:flex-start}.entity-list-tools label{width:170px}.entity-stepper{padding:15px 18px}.entity-form-section{padding:23px 18px 25px}.entity-form-actions{padding:15px 18px}}@media(max-width:540px){.erp-sidebar nav a{font-size:9px}.erp-page-header{display:grid}.erp-page-header .erp-primary-button{width:100%}.erp-card-head{display:grid}.entity-list-tools,.entity-list-tools label{width:100%}.entity-form-grid,.entity-detail-group>div,.entity-review>div{grid-template-columns:1fr}.entity-field.span-2,.entity-field.span-3{grid-column:auto}.entity-stepper>div{justify-content:center}.entity-stepper>div:not(:last-child):after{left:calc(50% + 17px);right:calc(-50% + 17px)}.entity-form-actions>button{flex:1}.entity-calendar{left:0;right:auto;width:min(278px,calc(100vw - 64px))}}.approved-shell{display:block;min-height:100vh;background:#f5f7fb}.approved-shell .erp-sidebar{position:fixed;z-index:100;inset:0 auto 0 0;width:268px;height:100vh;padding:0;background:#0f172a;transition:width .2s ease}.approved-shell .erp-brand{height:64px;flex:0 0 64px;gap:11px;padding:0 20px;border-bottom:1px solid rgba(148,163,184,.12)}.approved-shell .erp-brand>span{width:38px;height:38px;border-radius:10px}.approved-shell .erp-brand strong{font-size:14px}.approved-shell .erp-brand small{color:#94a3b8;font-size:8px}.erp-full-nav{min-height:0;flex:1;display:block!important;overflow-y:auto;padding:16px 12px;scrollbar-width:thin;scrollbar-color:#334155 transparent}.erp-nav-label{padding:12px 12px 7px;color:#64748b;font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.approved-shell .erp-full-nav>a,.approved-shell .erp-nav-parent{display:flex;grid-template-columns:none;align-items:center;gap:12px;min-height:42px;margin:2px 0;padding:0 12px;border:0;border-radius:8px;color:#b6c2d3;background:transparent;text-decoration:none;font-size:11px;font-weight:650}.approved-shell .erp-full-nav>a:hover,.approved-shell .erp-nav-parent:hover{color:#fff;background:#1e293b}.approved-shell .erp-nav-parent>span{flex:1}.approved-shell .erp-nav-parent>.ui-icon:last-child{width:14px;height:14px;transform:rotate(180deg)}.erp-nav-children{margin:3px 0 7px 22px;padding-left:14px;border-left:1px solid #334155}.approved-shell .erp-nav-children a{display:flex;align-items:center;min-height:34px;padding:0 12px;border-radius:7px;color:#94a3b8;text-decoration:none;font-size:10px;font-weight:620}.approved-shell .erp-nav-children a:hover{color:#fff;background:#1e293b}.approved-shell .erp-nav-children a.is-active{color:#fff;background:#2563eb33;box-shadow:inset 3px 0 #2563eb}.erp-sidebar-help{display:flex;align-items:center;gap:11px;min-height:44px;margin:8px 12px 16px;padding:0 12px;border-top:1px solid rgba(148,163,184,.12);color:#94a3b8;text-decoration:none;font-size:10px;font-weight:650}.erp-main-shell{min-height:100vh;margin-left:268px;transition:margin-left .2s ease}.erp-topbar{position:sticky;z-index:90;top:0;height:64px;display:grid;grid-template-columns:46px minmax(280px,520px) minmax(220px,1fr);align-items:center;gap:18px;padding:0 26px;border-bottom:1px solid #e2e8f0;background:#fffffff7}.erp-icon-button{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:9px;color:#64748b;background:transparent}.erp-icon-button:hover{color:#2563eb;background:#eff6ff}.erp-icon-button .ui-icon{width:18px;height:18px}.erp-global-search{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:9px;height:38px;padding:0 11px;border:1px solid #dbe2eb;border-radius:9px;background:#f8fafc}.erp-global-search:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;background:#fff}.erp-global-search .ui-icon{width:16px;height:16px;color:#94a3b8}.erp-global-search input{min-width:0;border:0;outline:0;color:#1e293b;background:transparent;font-size:10px}.erp-global-search span{color:#94a3b8;font-size:8px}.erp-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px}.erp-mobile-search-trigger,.erp-mobile-search-close{display:none}.erp-user-copy{display:grid;min-width:74px;margin:0 4px}.erp-user-copy strong{color:#1e293b;font-size:9px}.erp-user-copy small{margin-top:2px;color:#94a3b8;font-size:8px;text-transform:capitalize}.approved-shell.is-collapsed .erp-sidebar{width:76px}.approved-shell.is-collapsed .erp-brand{padding:0 19px}.approved-shell.is-collapsed .erp-brand>div,.approved-shell.is-collapsed .erp-nav-label,.approved-shell.is-collapsed .erp-full-nav a>span,.approved-shell.is-collapsed .erp-nav-parent>span,.approved-shell.is-collapsed .erp-nav-parent>.ui-icon:last-child,.approved-shell.is-collapsed .erp-nav-children,.approved-shell.is-collapsed .erp-sidebar-help span{display:none}.approved-shell.is-collapsed .erp-full-nav>a,.approved-shell.is-collapsed .erp-nav-parent{justify-content:center;padding:0}.approved-shell.is-collapsed .erp-sidebar-help{justify-content:center;padding:0}.approved-shell.is-collapsed .erp-main-shell{margin-left:76px}.approved-shell .erp-main{padding:22px 26px 36px}.approved-shell .erp-page-header,.approved-shell .erp-card{width:min(1440px,100%)}.approved-page-header{align-items:center;margin-bottom:18px}.approved-page-header h1{margin-top:8px;font-size:24px}.approved-page-header>div>span{font-size:10px}.erp-breadcrumb{display:flex;align-items:center;gap:5px;color:#8794a8;font-size:8px}.erp-breadcrumb .ui-icon{width:11px;height:11px}.erp-breadcrumb span[aria-current=page]{color:#334155;font-weight:700}.erp-page-actions{display:flex;align-items:center;gap:8px}.entity-summary-grid{width:min(1440px,100%);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0 auto 16px}.entity-summary-card{min-width:0;display:flex;align-items:center;gap:11px;padding:15px;border:1px solid #e1e7ef;border-radius:11px;background:#fff;box-shadow:0 4px 14px #0f172a09}.entity-summary-icon{display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:9px;color:#2563eb;background:#eff6ff}.entity-summary-icon.tone-2{color:#16835e;background:#ecfdf5}.entity-summary-icon.tone-3{color:#7c3aed;background:#f5f3ff}.entity-summary-icon.tone-4{color:#c76a0a;background:#fff7ed}.entity-summary-icon.tone-5{color:#0e7490;background:#ecfeff}.entity-summary-icon .ui-icon{width:17px;height:17px}.entity-summary-card small,.entity-summary-card strong,.entity-summary-card p{display:block}.entity-summary-card small{color:#64748b;font-size:8px;font-weight:700}.entity-summary-card strong{margin-top:2px;color:#172033;font-size:19px;line-height:1.05}.entity-summary-card p{overflow:hidden;margin:4px 0 0;color:#94a3b8;font-size:7.5px;text-overflow:ellipsis;white-space:nowrap}.entity-filter-bar{width:min(1440px,100%);margin:0 auto 16px;padding:14px 16px 16px;border:1px solid #e1e7ef;border-radius:11px;background:#fff}.entity-filter-bar h2{margin:0 0 10px;color:#334155;font-size:10px}.entity-filter-bar>div{display:grid;grid-template-columns:minmax(210px,1.35fr) repeat(4,minmax(145px,1fr)) auto;align-items:end;gap:10px}.entity-filter-bar .entity-field{gap:5px}.entity-filter-bar .entity-field>.entity-label{min-height:13px;font-size:8px}.entity-filter-bar .entity-select-trigger{min-height:37px}.entity-search{display:flex;align-items:center;gap:8px;height:37px;padding:0 10px;border:1px solid #d8e0eb;border-radius:9px}.entity-search:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.entity-search .ui-icon{width:15px;height:15px;color:#94a3b8}.entity-search input{min-width:0;width:100%;border:0;outline:0;color:#1e293b;font-size:9px}.entity-filter-bar .erp-secondary-button{min-height:37px}.entity-table-footer{display:flex;justify-content:space-between;padding:12px 16px;border-top:1px solid #e8edf4;color:#8491a4;font-size:8.5px}.approved-shell .entity-form-card{border-radius:12px;box-shadow:0 4px 16px #0f172a0a}.approved-shell .entity-stepper{grid-template-columns:repeat(5,minmax(0,1fr));padding:0;border-bottom:1px solid #e5eaf1;border-radius:12px 12px 0 0;background:#fff}.approved-shell .entity-stepper>div{min-width:0;min-height:72px;padding:13px 14px;border-right:1px solid #e8edf3}.approved-shell .entity-stepper>div:last-child{border-right:0}.approved-shell .entity-stepper>div:not(:last-child):after{display:none}.approved-shell .entity-stepper>div.is-current{background:#f7faff;box-shadow:inset 0 -3px #2563eb}.approved-shell .entity-stepper>div>span{width:27px;height:27px}.approved-shell .entity-stepper small{min-width:0;display:grid;gap:3px;padding:0;background:transparent}.approved-shell .entity-stepper small strong{overflow:hidden;color:#4b5565;font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}.approved-shell .entity-stepper small em{overflow:hidden;color:#94a3b8;font-size:7px;font-style:normal;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.approved-shell .entity-stepper>div.is-current small strong{color:#2563eb}.approved-shell .entity-form-section{padding:26px 28px 30px}.approved-shell .entity-section-title{margin-bottom:21px}.approved-shell .entity-form-actions{position:sticky;z-index:30;bottom:0;border-radius:0 0 12px 12px;box-shadow:0 -6px 16px #0f172a09}.entity-linked-empty{min-height:145px;display:grid;place-content:center;justify-items:center;gap:6px;padding:24px;border:1px dashed #cfd8e5;border-radius:10px;color:#7c899b;background:#fafbfd;text-align:center}.entity-linked-empty .ui-icon{width:24px;height:24px;color:#6e8fca}.entity-linked-empty strong{color:#334155;font-size:11px}.entity-linked-empty span{font-size:9px}@media(max-width:1180px){.entity-summary-grid{grid-template-columns:repeat(3,1fr)}.entity-filter-bar>div{grid-template-columns:repeat(3,minmax(0,1fr))}.erp-user-copy{display:none}}@media(max-width:820px){.approved-shell .erp-sidebar{width:76px}.approved-shell .erp-brand{padding:0 19px}.approved-shell .erp-brand>div,.approved-shell .erp-nav-label,.approved-shell .erp-full-nav a>span,.approved-shell .erp-nav-parent>span,.approved-shell .erp-nav-parent>.ui-icon:last-child,.approved-shell .erp-nav-children,.approved-shell .erp-sidebar-help span{display:none}.approved-shell .erp-full-nav>a,.approved-shell .erp-nav-parent,.approved-shell .erp-sidebar-help{justify-content:center;padding:0}.erp-main-shell,.approved-shell.is-collapsed .erp-main-shell{margin-left:76px}.erp-topbar{grid-template-columns:38px 1fr auto;padding:0 14px}.entity-summary-grid{grid-template-columns:repeat(2,1fr)}.entity-filter-bar>div{grid-template-columns:repeat(2,minmax(0,1fr))}.approved-shell .entity-stepper small em{display:none}}@media(max-width:560px){.approved-shell .erp-sidebar{display:none}.erp-main-shell,.approved-shell.is-collapsed .erp-main-shell{margin-left:0}.erp-global-search{display:none}.erp-topbar{grid-template-columns:1fr auto}.approved-shell .erp-main{padding:18px 12px 30px}.approved-page-header,.erp-page-actions{align-items:stretch}.erp-page-actions{display:grid}.entity-summary-grid,.entity-filter-bar>div{grid-template-columns:1fr}.approved-shell .entity-stepper{display:flex;overflow-x:auto}.approved-shell .entity-stepper>div{min-width:155px}}.approved-shell{color:#0f172a;font-size:14px;line-height:1.5;background:#f8fafc}.approved-shell .erp-brand{gap:11px;padding:0 18px}.approved-shell .erp-brand>span{width:42px;height:42px;flex:0 0 42px;border-radius:10px}.approved-shell .erp-brand strong{font-size:14px;font-weight:700}.approved-shell .erp-brand small{margin-top:2px;color:#ffffff8c;font-size:10px}.approved-shell .erp-full-nav{padding:12px 10px 18px}.approved-shell .erp-nav-label{margin:9px 10px 7px;padding:0;color:#ffffff61;font-size:10px;font-weight:600;letter-spacing:0}.approved-shell .erp-full-nav>a,.approved-shell .erp-nav-parent{min-height:40px;gap:10px;margin:1px 0;padding:8px 10px;border-radius:8px;color:#ffffffc7;font-size:12.5px;font-weight:500}.approved-shell .erp-full-nav>a>.ui-icon,.approved-shell .erp-nav-parent>.ui-icon:first-child{width:17px;height:17px;flex:0 0 17px;color:#ffffffa3}.approved-shell .erp-nav-parent>.ui-icon:last-child{width:15px;height:15px;transform:rotate(180deg)}.approved-shell .erp-nav-children{margin:0;padding:0;border:0}.approved-shell .erp-nav-children a{position:relative;min-height:32px;margin:0;padding:6px 12px 6px 42px;border-radius:0;color:#ffffff94;font-size:11.5px;font-weight:500}.approved-shell .erp-nav-children a:after{content:"";position:absolute;left:31px;top:50%;width:5px;height:5px;border-radius:50%;background:currentColor;transform:translateY(-50%)}.approved-shell .erp-nav-children a.is-active{color:#93c5fd;font-weight:600;background:transparent;box-shadow:none}.approved-shell .erp-nav-children a.is-active:before{content:"";position:absolute;left:22px;top:7px;bottom:7px;width:2px;border-radius:2px;background:#2563eb}.approved-shell .erp-sidebar-help{min-height:64px;margin:0;padding:12px 22px;border-top:1px solid rgba(255,255,255,.08);color:#ffffffa6;font-size:14px;font-weight:400}.approved-shell .erp-sidebar-help .ui-icon{width:17px;height:17px}.approved-shell .erp-topbar{grid-template-columns:minmax(110px,1fr) minmax(300px,540px) minmax(340px,1fr);gap:20px;padding:0 24px}.approved-shell .erp-icon-button{width:38px;height:38px;flex:0 0 38px;border:1px solid transparent;border-radius:10px;color:#0f172a}.approved-shell .erp-icon-button:hover{border-color:#e5e7eb;color:#0f172a;background:#f8fafc}.approved-shell .erp-icon-button .ui-icon{width:19px;height:19px}.approved-shell .erp-global-search{position:relative;display:block;height:auto;padding:0;border:0;background:transparent}.approved-shell .erp-global-search:focus-within{border:0;box-shadow:none;background:transparent}.approved-shell .erp-global-search>.ui-icon{position:absolute;z-index:1;left:14px;top:50%;width:18px;height:18px;color:#64748b;transform:translateY(-50%)}.approved-shell .erp-global-search input{width:100%;height:42px;padding:0 58px 0 46px;border:1px solid #d1d5db;border-radius:10px;outline:0;color:#0f172a;background:#fff;font-size:13px}.approved-shell .erp-global-search input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.approved-shell .erp-global-search>span{position:absolute;right:10px;top:50%;padding:2px 6px;border-radius:5px;color:#64748b;background:#f1f3f5;font-size:10px;transform:translateY(-50%)}.approved-shell .erp-topbar-actions{gap:8px}.approved-shell .erp-avatar{width:32px;height:32px;flex:0 0 32px;color:#fff;background:#4c4c4c;font-size:11px;font-weight:700}.approved-shell .erp-user-copy{min-width:0;max-width:260px;margin:0;gap:1px}.approved-shell .erp-user-copy strong{font-size:11.5px;font-weight:600;line-height:1.25}.approved-shell .erp-user-copy small{margin:0;color:#64748b;font-size:9.5px;line-height:1.25}.approved-shell .erp-main{width:min(1440px,100%);max-width:100%;margin:0 auto;padding:22px 26px 36px}.approved-shell .erp-page-header{align-items:flex-end;gap:24px;margin:0 auto 26px}.approved-shell .erp-breadcrumb{gap:7px;margin-bottom:16px;color:#334155;font-size:12px}.approved-shell .erp-breadcrumb .ui-icon{width:13px;height:13px;color:#94a3b8}.approved-shell .erp-page-header h1{margin:0 0 5px;font-size:28px;line-height:1.3;font-weight:700;letter-spacing:-.025em}.approved-shell .erp-page-header>div>span{color:#64748b;font-size:13px}.approved-shell .erp-page-actions{gap:10px;padding-bottom:13px}.approved-shell .entity-form-head-actions{display:grid;justify-items:end;gap:8px}.approved-shell .erp-primary-button,.approved-shell .erp-secondary-button{min-height:42px;gap:9px;padding:9px 16px;border-radius:10px;font-size:12px;font-weight:600}.approved-shell .erp-primary-button{min-width:176px;background:#2563eb;box-shadow:0 8px 18px #2563eb29}.approved-shell .erp-primary-button:hover:not(:disabled){background:#1d4ed8}.approved-shell .entity-summary-grid{gap:12px;margin-bottom:16px}.approved-shell .entity-summary-card{min-height:88px;display:grid;grid-template-columns:40px minmax(0,1fr);align-content:center;align-items:center;gap:13px;padding:14px 18px;border-color:#e5e7eb;border-radius:16px;box-shadow:0 1px 2px #0f172a06,0 8px 24px #0f172a06}.approved-shell .entity-summary-icon{width:40px;height:40px;flex:0 0 40px;border-radius:11px}.approved-shell .entity-summary-icon .ui-icon{width:19px;height:19px}.approved-shell .entity-summary-card small{color:#64748b;font-size:10px;font-weight:600}.approved-shell .entity-summary-card strong{margin-top:3px;font-size:20px;line-height:1.2;font-weight:700;letter-spacing:-.03em}.approved-shell .entity-summary-card p{margin-top:4px;color:#94a3b8;font-size:9px}.approved-shell .entity-filter-bar{min-height:auto;margin-bottom:16px;padding:12px 18px;border-color:#e5e7eb;border-radius:16px;box-shadow:0 1px 2px #0f172a06,0 8px 24px #0f172a06}.approved-shell .entity-filter-bar h2{margin:0 0 12px;color:#64748b;font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.approved-shell .entity-filter-bar>div{grid-template-columns:minmax(220px,1.25fr) repeat(4,minmax(140px,1fr)) auto;align-items:end;gap:14px}.approved-shell .entity-search{height:40px;padding:0 11px;border-color:#d1d5db;border-radius:8px}.approved-shell .entity-search input{font-size:10.5px}.approved-shell .entity-filter-bar .entity-field{gap:5px}.approved-shell .entity-filter-bar .entity-label{min-height:13px;color:#64748b;font-size:8.5px;font-weight:600}.approved-shell .entity-filter-bar .entity-select-trigger{min-height:40px;height:40px;padding:0 11px;border-color:#d1d5db;border-radius:8px;font-size:10.5px}.approved-shell .entity-filter-bar .erp-secondary-button{min-height:40px;height:40px}.approved-shell .erp-card{border-color:#e5e7eb;border-radius:16px;box-shadow:0 1px 2px #0f172a06,0 8px 24px #0f172a06}.approved-shell .entity-list-card{overflow:hidden}.approved-shell .erp-card-head{align-items:flex-start;gap:18px;padding:18px 20px;border-bottom-color:#e5e7eb}.approved-shell .erp-card-head h2{margin:0;font-size:19px;line-height:1.25;letter-spacing:-.02em}.approved-shell .erp-card-head p{margin:8px 0 0;color:#64748b;font-size:11px}.approved-shell .entity-empty{min-height:220px;padding:30px}.approved-shell .entity-empty-icon{width:34px;height:34px;margin-bottom:10px;border-radius:0;color:#94a3b8;background:transparent}.approved-shell .entity-empty h3{margin-bottom:5px;font-size:12px}.approved-shell .entity-empty p{margin-bottom:16px;color:#64748b;font-size:11px}.approved-shell .entity-table{min-width:1240px}.approved-shell .entity-table th,.approved-shell .entity-table td{height:auto;padding:12px 13px;border-bottom:1px solid #e5e7eb}.approved-shell .entity-table th{background:#f8fafc;color:#64748b;font-size:8.5px;font-weight:700;letter-spacing:.025em}.approved-shell .entity-table td{color:#64748b;font-size:10.5px}.approved-shell .entity-table td:first-child strong{font-size:10.5px}.approved-shell .entity-table td:first-child span{font-size:9px}.approved-shell .entity-table-footer{padding:12px 20px;color:#64748b;font-size:9.5px}.approved-shell .entity-form-card{position:relative;overflow:visible;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.approved-shell .entity-stepper{min-width:0;overflow:hidden;border-bottom:1px solid #e5e7eb;background:#fbfdff}.approved-shell .entity-stepper>div{min-height:70px;grid-template-columns:28px minmax(0,1fr);gap:8px;padding:12px;border-right-color:#e5e7eb}.approved-shell .entity-stepper>div.is-current{background:#eff6ff;box-shadow:inset 0 -3px #2563eb}.approved-shell .entity-stepper small{gap:2px}.approved-shell .entity-stepper small strong{color:inherit;font-size:10px;font-weight:700}.approved-shell .entity-stepper small em{color:inherit;font-size:8px;line-height:1.35}.approved-shell .entity-form-section{padding:26px 28px 28px;background:#fff}.approved-shell .entity-section-title{margin-bottom:0}.approved-shell .entity-section-title p{margin-bottom:5px;font-size:8.5px;font-weight:700;letter-spacing:0}.approved-shell .entity-section-title h2{margin:0;font-size:16px;font-weight:700}.approved-shell .entity-section-title span{display:block;margin-top:5px;color:#64748b;font-size:9.5px;line-height:1.5}.approved-shell .entity-form-grid{gap:17px 15px;margin-top:20px}.approved-shell .entity-field{gap:7px;color:#0f172a;font-size:9.5px;font-weight:600}.approved-shell .entity-label{min-height:auto;font-size:9.5px}.approved-shell .entity-label em{padding:2px 6px;font-size:7.5px;font-weight:600}.approved-shell .entity-field>input,.approved-shell .entity-select-trigger,.approved-shell .entity-date-control,.approved-shell .entity-pincode-control{min-height:40px;height:40px;border-color:#e5e7eb;border-radius:8px;font-size:10.5px}.approved-shell .entity-field>input{padding:0 11px}.approved-shell .entity-select-trigger{padding:0 11px}.approved-shell .entity-date-control input,.approved-shell .entity-pincode-control input{font-size:10.5px}.approved-shell .entity-select-menu button{min-height:36px;padding:8px 10px;font-size:10.5px}.approved-shell .entity-subsection{margin-top:26px;padding-top:24px}.approved-shell .entity-subsection>h3{font-size:12px}.approved-shell .entity-subsection>p{font-size:9.5px}.approved-shell .entity-info{font-size:9px}.approved-shell .entity-linked-empty strong{font-size:12px}.approved-shell .entity-linked-empty span{font-size:10px}.approved-shell .entity-form-actions{position:sticky;bottom:0;z-index:320;gap:8px;margin-top:16px;padding:13px 16px;border:1px solid #e5e7eb;border-radius:16px;background:#fffffff5;box-shadow:0 -8px 28px #0f172a0d}@media(max-width:1180px){.approved-shell .erp-topbar{grid-template-columns:minmax(80px,1fr) minmax(260px,440px) minmax(220px,1fr)}.approved-shell .entity-filter-bar>div{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.approved-shell .erp-brand{padding:0 17px}.approved-shell .erp-full-nav>a,.approved-shell .erp-nav-parent{justify-content:center;padding:8px 10px}.approved-shell .erp-sidebar-help{justify-content:center;padding:12px}.approved-shell .erp-topbar{grid-template-columns:38px minmax(220px,1fr) auto}.approved-shell .entity-stepper small em{display:none}.system-notice.placement-page{top:12px;right:12px;left:12px;width:auto;max-width:none}}@media(max-width:560px){.approved-shell .erp-topbar{grid-template-columns:38px minmax(0,1fr);gap:8px;padding:0 12px}.approved-shell .erp-global-search{display:none}.approved-shell .erp-mobile-search-trigger{display:grid}.approved-shell .erp-topbar-actions{min-width:0;gap:4px}.approved-shell .erp-topbar.is-searching{grid-template-columns:minmax(0,1fr) 38px}.approved-shell .erp-topbar.is-searching>.erp-icon-button:first-child,.approved-shell .erp-topbar.is-searching .erp-topbar-actions{display:none}.approved-shell .erp-topbar.is-searching .erp-global-search{display:block}.approved-shell .erp-topbar.is-searching .erp-mobile-search-close{display:grid}.approved-shell .erp-topbar.is-searching .erp-global-search>span{display:none}.approved-shell .erp-topbar.is-searching .erp-global-search input{padding-right:14px}.approved-shell .erp-page-header{align-items:flex-start}.approved-shell .entity-form-head-actions{width:100%;justify-items:stretch}.approved-shell .entity-form-head-actions .system-notice{width:100%;max-width:none}.approved-shell .entity-filter-bar>div{grid-template-columns:1fr}}
