@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";:root{--navy:#143451;--blue:#1e5b8d;--text:#2b3a49;--muted:#718493;--line:#dfe7ed;--page:#f2f5f8}*{box-sizing:border-box}body{margin:0;background:var(--page);color:var(--text);font-family:Montserrat,sans-serif}button,input{font:inherit}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(155deg,var(--navy),var(--blue))}.auth-card{width:100%;max-width:420px;padding:38px 36px;background:#fff;border-radius:12px;box-shadow:0 22px 70px #081e3059}.auth-brand span{color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.auth-brand h1{margin:5px 0;color:var(--navy);font-size:23px}.auth-brand p,.form-intro p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.form{display:flex;flex-direction:column;gap:14px;margin-top:26px}.form-intro h2{margin:0 0 6px;color:var(--navy);font-size:18px}.form label{display:flex;flex-direction:column;gap:6px;color:#435563;font-size:12px;font-weight:600}.form input{width:100%;padding:11px 12px;border:1px solid #cbd7df;border-radius:8px;outline:none;color:var(--text)}.form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1e5b8d1f}.code-input{text-align:center;font-size:22px;font-weight:700;letter-spacing:9px}.primary-button{border:0;border-radius:8px;padding:13px;background:var(--navy);color:#fff;font-weight:600;cursor:pointer}.primary-button:disabled{opacity:.6;cursor:wait}.text-link{color:var(--blue);text-align:center;font-size:12px;text-decoration:none}.secondary-link{color:var(--muted)}.form-error{margin:0;padding:10px 12px;border-radius:7px;background:#fff0f0;color:#a62d2d;font-size:12px;line-height:1.5}.auth-card footer{display:flex;gap:9px;margin-top:22px;padding-top:16px;border-top:1px solid #e8edf2;color:var(--muted);font-size:10.5px;line-height:1.5}.auth-card footer i{width:8px;height:8px;flex:none;margin-top:3px;border-radius:50%;background:#f5a623}.app-shell{display:flex;min-height:100vh}.sidebar{width:240px;flex:none;display:flex;flex-direction:column;background:var(--navy);color:#fff}.sidebar-brand{display:flex;flex-direction:column;gap:3px;padding:20px 18px;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar-brand small{color:#ffffff8c}.sidebar nav{display:flex;flex:1;flex-direction:column;gap:3px;padding:14px 10px}.sidebar nav a{padding:10px 12px;border-radius:8px;color:#ffffffad;font-size:12px}.sidebar nav a.active{background:rgba(255,255,255,.13);color:#fff;font-weight:600}.sidebar>p{margin:0;padding:16px 18px;border-top:1px solid rgba(255,255,255,.12);color:#ffffff8c;font-size:10px;line-height:1.5}.main-content{min-width:0;flex:1}.main-content>header{min-height:62px;display:flex;align-items:center;justify-content:flex-end;gap:20px;padding:10px 28px;background:#fff;border-bottom:1px solid var(--line)}.main-content>header div{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.main-content>header small{color:var(--muted)}.main-content>header button{border:0;background:none;color:var(--blue);cursor:pointer}.dashboard-content{padding:28px}.dashboard-title h1{margin:0;color:var(--navy)}.dashboard-title span{color:var(--muted);font-size:12px}.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:22px}.module-grid article{padding:20px;border:1px solid var(--line);border-radius:12px;background:#fff}.module-grid small{color:var(--muted);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.module-grid h2{margin:8px 0;color:var(--navy);font-size:17px}.module-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}a{color:inherit;text-decoration:none}.portal-shell{display:flex;min-height:100vh}.portal-sidebar{position:sticky;top:0;width:238px;height:100vh;flex:none;display:flex;flex-direction:column;background:var(--navy);color:#fff;z-index:20}.portal-brand{display:flex;flex-direction:column;gap:3px;padding:20px 18px;border-bottom:1px solid rgba(255,255,255,.12);font-size:13px}.portal-brand small{color:#ffffff8c;font-size:10.5px}.portal-sidebar nav{flex:1;display:flex;flex-direction:column;gap:3px;padding:14px 10px;overflow-y:auto}.nav-label{padding:6px 10px;color:#fff6;font-size:9.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.portal-sidebar nav a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#ffffffa6;font-size:12px;font-weight:500}.portal-sidebar nav a svg{width:17px;height:17px;flex:none;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;opacity:.8}.portal-sidebar nav a span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-sidebar nav a.router-link-exact-active{background:rgba(255,255,255,.14);color:#fff;font-weight:600}.portal-sidebar nav a.router-link-exact-active svg{color:#6ec1e4;opacity:1}.portal-main{flex:1;min-width:0;min-height:100vh;display:flex;flex-direction:column}.portal-header{position:sticky;top:0;z-index:15;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 28px;background:#fff;border-bottom:1px solid #e3e9ef}.breadcrumb{min-width:140px;overflow:hidden;color:#7a8b99;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.breadcrumb span{margin:0 5px;color:#c3cdd6}.breadcrumb b{color:var(--navy)}.header-actions,.profile{display:flex;align-items:center;gap:12px}.profile{margin-left:2px}.profile>span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-size:11px;font-weight:700}.profile div{display:flex;flex-direction:column;max-width:220px}.profile b{overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.profile button{width:max-content;padding:0;border:0;background:none;color:var(--blue);font-size:10px;cursor:pointer}.mobile-menu{display:none;border:0;background:none;color:var(--navy);font-size:22px}.button{border:1px solid transparent;border-radius:8px;padding:10px 18px;font-size:11.5px;font-weight:600;cursor:pointer}.button:disabled{opacity:.6;cursor:wait}.button.primary{background:var(--navy);color:#fff}.button.outline{border-color:var(--blue);background:#fff;color:var(--blue)}.button.ghost{background:#eef3f7;color:#526879}.button.compact{padding:8px 12px;font-size:10px;white-space:nowrap}.page-content{display:flex;flex-direction:column;gap:18px;padding:26px 28px 40px}.portal-main>.page-content{flex:1}.portal-footer{margin-top:auto;padding:24px 28px 18px;background:#fff;border-top:1px solid #e3e9ef}.portal-footer__ajs{min-height:58px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:26px 54px}.portal-footer__logo{display:block;width:auto;max-width:180px;object-fit:contain}.portal-footer__logo--paoli{height:56px}.portal-footer__logo--bej{height:46px}.portal-footer__logo--inocencio{height:40px}.portal-footer hr{width:min(780px,100%);margin:20px auto 14px;border:0;border-top:1px solid #dfe6ec}.portal-footer__powered{width:max-content;max-width:100%;display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto;color:#7a8b99;font-size:10px}.portal-footer__powered img{display:block;width:118px;height:auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.page-heading h1{margin:0;color:var(--navy);font-size:24px}.page-heading p,.page-heading>span{margin:4px 0 0;color:#7a8b99;font-size:11px}.loading-panel,.table-state{display:flex;min-height:160px;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:30px;border:1px solid #e3e9ef;border-radius:12px;background:#fff;color:#7a8b99;font-size:12px}.inline-error{padding:12px;border-radius:8px;background:#fff0f0;color:#a62d2d;font-size:12px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:16px}.metric-card{display:flex;flex-direction:column;padding:20px 22px;border:1px solid #e3e9ef;border-radius:12px;background:#fff;transition:.15s}.metric-card:hover{border-color:var(--blue);transform:translateY(-1px)}.metric-card small,.panel small,.attention small{color:#7a8b99;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.metric-card strong{margin:7px 0 3px;color:var(--navy);font-size:28px}.metric-card span,.panel .muted,.attention span{color:#7a8b99;font-size:10.5px}.dashboard-row{display:grid;grid-template-columns:2fr 1fr;gap:16px}.panel,.attention{padding:19px 21px;border:1px solid #e3e9ef;border-radius:12px;background:#fff}.attention{border-color:#f0dfa8;background:#fdf6e4}.attention small,.attention strong{color:#8a6d1f}.attention strong,.large-number{display:block;margin:6px 0 4px;font-size:26px;color:var(--navy)}.side-metrics{display:grid;gap:16px}.panel-heading>div{display:flex;align-items:baseline;justify-content:space-between}.panel-heading strong{color:var(--navy);font-size:21px}.request-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px}.request-grid a{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:8px;padding:13px;border:1px solid #e8edf2;border-radius:9px;font-size:10.5px}.request-grid i{width:8px;height:8px;border-radius:50%}.request-grid strong{color:var(--navy);font-size:17px}.class-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.class-summary article{display:flex;align-items:center;justify-content:space-between;min-height:120px;padding:18px 20px;border:1px solid #e3e9ef;border-radius:12px;background:#fff}.class-summary article>div:first-child{display:flex;flex-direction:column;gap:7px}.class-summary b{color:var(--navy);font-size:13px}.class-summary span{color:#7a8b99;font-size:10px}.donut{--value:0;--color:var(--blue);width:76px;height:76px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--color) calc(var(--value) * 1%),#e8edf2 0);position:relative}.donut:after{content:"";position:absolute;width:54px;height:54px;border-radius:50%;background:#fff}.donut span{position:relative;z-index:1;color:var(--navy);font-weight:700}.filter-card{display:flex;flex-wrap:wrap;gap:12px;padding:17px 18px;border:1px solid #e3e9ef;border-radius:12px;background:#fff}.filter-card input,.filter-card select,.form-grid input,.form-grid textarea{min-width:180px;flex:1;padding:10px 12px;border:1px solid #cfd9e2;border-radius:8px;outline:none;color:#354856;font-size:12px}.filter-card input:focus,.form-grid input:focus,.form-grid textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1e5b8d1a}.tabs{display:flex;gap:3px;overflow-x:auto;border-bottom:1px solid #dfe6ec}.tabs button{padding:12px 15px;border:0;border-bottom:2.5px solid transparent;background:none;color:#7a8b99;font-size:11px;font-weight:600;white-space:nowrap;cursor:pointer}.tabs button.active{border-bottom-color:var(--navy);color:var(--navy)}.info-banner{padding:12px 15px;border:1px solid #cfe0ef;border-radius:9px;background:#eef4f9;color:#315c7c;font-size:11px;line-height:1.5}.table-card{overflow:hidden;border:1px solid #e3e9ef;border-radius:12px;background:#fff}.table-scroll{overflow-x:auto}.table-card table{width:100%;border-collapse:collapse;font-size:11px}.table-card th{padding:11px 13px;background:#f2f5f8;color:#5b6b78;font-size:10px;font-weight:600;text-align:left;white-space:nowrap}.table-card td{padding:11px 13px;border-top:1px solid #edf1f5;white-space:nowrap}.table-card tbody tr{cursor:pointer}.table-card tbody tr:hover{background:#f6f9fc}.table-card footer{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;border-top:1px solid #edf1f5;color:#7a8b99;font-size:10px}.table-card footer div{display:flex;align-items:center;gap:10px}.table-card footer button{width:28px;height:28px;border:1px solid #d7e0e7;border-radius:6px;background:#fff;color:var(--blue);cursor:pointer}.table-card footer button:disabled{opacity:.4}.link-button{padding:5px 10px;border:1px solid #cfd9e2;border-radius:6px;background:#fff;color:var(--blue);font-size:10px;font-weight:600;cursor:pointer}.status-badge{display:inline-block;padding:4px 9px;border-radius:12px;background:#7a8b99;color:#fff;font-size:9px;font-weight:700}.status-badge.success{background:#3fae4e}.status-badge.warning{background:#f5a623}.status-badge.danger{background:#d9534f}.status-badge.neutral{background:#718493}.error-state{color:#a62d2d}.error-state span{max-width:500px;text-align:center;color:#7a8b99}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:22px;background:rgba(8,27,43,.62)}.modal-card{position:relative;width:min(760px,100%);max-height:90vh;overflow-y:auto;padding:28px;border-radius:14px;background:#fff;box-shadow:0 24px 80px #0000004d}.modal-card h2{margin:4px 0 8px;color:var(--navy);font-size:20px}.modal-close{position:absolute;right:16px;top:14px;border:0;background:none;color:#718493;font-size:25px;cursor:pointer}.eyebrow{color:#7a8b99;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.muted{color:#7a8b99;font-size:11px;line-height:1.5}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:20px}.detail-grid>div{display:flex;flex-direction:column;gap:4px;padding:11px 13px;border:1px solid #dfe6ec;border-radius:8px;background:#fafbfc}.detail-grid small,.decision-box small{color:#7a8b99;font-size:9px;font-weight:600;text-transform:uppercase}.detail-grid strong{font-size:11px;font-weight:600;overflow-wrap:anywhere}.decision-box{margin-top:14px;padding:15px;border:1px solid #cfe0ef;border-radius:9px;background:#eef4f9}.decision-box p{margin:7px 0 0;white-space:pre-line;font-size:11px;line-height:1.65}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:20px}.form-grid label{display:flex;flex-direction:column;gap:6px;color:#435563;font-size:10px;font-weight:600}.form-grid input{width:100%}.form-grid textarea{width:100%;min-height:110px;resize:vertical}.form-grid .full{grid-column:1/-1}.check-label{flex-direction:row!important;align-items:center;padding-top:22px}.check-label input{min-width:0;width:16px;flex:none}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.form-grid .form-actions{margin-top:0}.success-state{text-align:center;padding:24px}.success-state>div{width:52px;height:52px;display:grid;place-items:center;margin:auto;border-radius:50%;background:#3fae4e;color:#fff;font-size:24px}.success-state p{font-size:12px}.detail-title{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-right:20px}.detail-title h2{margin-bottom:0}.detail-title .status-badge{flex:none}.document-box{display:grid;grid-template-columns:130px 1fr;gap:18px;align-items:center;margin-top:14px;padding:16px;border:1px solid #dfe6ec;border-radius:9px;background:#fff}.document-preview{height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:12px;border:1px solid #dfe6ec;border-radius:7px;background:repeating-linear-gradient(45deg,#fafbfc,#fafbfc 12px,#f2f5f8 12px,#f2f5f8 24px);color:#718493;text-align:center}.document-preview strong{padding:5px 8px;border:2px solid #d9534f;border-radius:4px;background:#fff;color:#d9534f;font-size:12px}.document-preview span{font-size:9px;line-height:1.4}.document-action h3{margin:0 0 5px;color:var(--navy);font-size:14px}.document-action p{margin:0 0 13px;color:#7a8b99;font-size:10.5px;line-height:1.5}.document-action .button:disabled{cursor:not-allowed}.business-section{margin-top:16px}.business-section>h3{margin:0 0 10px;color:var(--navy);font-size:15px}.business-empty{padding:18px;border:1px dashed #cfd9e2;border-radius:9px;background:#fafbfc;color:#7a8b99;font-size:11px;text-align:center}.business-card{margin-top:10px;overflow:hidden;border:1px solid #dfe6ec;border-radius:9px;background:#fff}.business-heading{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border:0;background:#fff;color:var(--navy);font:inherit;text-align:left;cursor:pointer}.business-heading:hover{background:#f7f9fb}.business-heading__title{min-width:0;display:flex;flex-direction:column;gap:4px}.business-heading__title strong{font-size:12px}.business-heading__title small{overflow:hidden;color:#718493;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.business-heading__actions{display:flex;align-items:center;gap:12px;flex:none}.business-chevron{width:16px;height:16px;display:block;overflow:visible;fill:none;stroke:#718493;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform-origin:50% 50%;transition:transform .18s}.business-chevron.open{transform:rotate(180deg)}.business-content{padding:0 15px 15px;border-top:1px solid #edf1f5}.business-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;padding-top:13px}.business-grid>div{display:flex;flex-direction:column;gap:3px;padding:9px 11px;border-radius:7px;background:#f7f9fb}.business-grid small{color:#7a8b99;font-size:8.5px;font-weight:600;text-transform:uppercase}.business-grid strong{font-size:10.5px;overflow-wrap:anywhere}.business-content>p{margin:11px 0 0;color:#526879;font-size:10.5px;line-height:1.55;white-space:pre-line}.business-documents{margin-top:13px;padding-top:12px;border-top:1px solid #edf1f5}.business-documents h4{display:flex;align-items:center;gap:7px;margin:0 0 8px;color:var(--navy);font-size:11px}.business-documents h4 span{min-width:18px;height:18px;display:grid;place-items:center;border-radius:9px;background:#e8eef3;color:#526879;font-size:8px}.business-documents>p{margin:0;color:#7a8b99;font-size:10px}.business-documents>button{width:100%;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;margin-top:7px;padding:9px 11px;border:1px solid #dfe6ec;border-radius:7px;background:#fff;color:#354856;text-align:left;cursor:pointer}.business-documents>button:hover{border-color:var(--blue);background:#f7f9fb}.business-documents>button:disabled{opacity:.6;cursor:wait}.business-documents>button svg{width:22px;height:22px;fill:none;stroke:#d9534f;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.business-documents>button>span{min-width:0;display:flex;flex-direction:column;gap:2px}.business-documents>button strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.business-documents>button small{color:#1e5b8d;font-size:8.5px}.business-documents>button i{color:#718493;font-size:13px;font-style:normal}.timeline{margin-top:18px;padding-top:16px;border-top:1px solid #e3e9ef}.timeline h3{margin:0 0 14px;color:var(--navy);font-size:14px}.timeline article{display:grid;grid-template-columns:10px 1fr;gap:11px;padding-bottom:14px}.timeline article i{width:9px;height:9px;margin-top:3px;border-radius:50%;background:#12a48e;box-shadow:0 0 0 4px #e5f6f3}.timeline article small{color:#526879;font-size:9px;font-weight:700;text-transform:uppercase}.timeline article p{margin:5px 0 0;color:#435563;font-size:10.5px;line-height:1.55}@media (max-width: 1050px){.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-row{grid-template-columns:1fr}.header-actions>.button{display:none}.class-summary{grid-template-columns:1fr}}@media (max-width: 800px){.sidebar{display:none}.dashboard-content{padding:20px}.auth-card{padding:30px 24px}.portal-sidebar{position:fixed;left:-250px;transition:.2s}.portal-sidebar.open{left:0;box-shadow:10px 0 40px #0000004d}.mobile-menu{display:block}.portal-header{padding:10px 16px}.breadcrumb{display:none}.page-content{padding:20px 15px}.portal-footer{padding:22px 15px 16px}.portal-footer__ajs{gap:18px 28px}.portal-footer__logo--paoli{height:48px}.portal-footer__logo--bej{height:39px}.portal-footer__logo--inocencio{height:34px}.metric-grid,.detail-grid,.form-grid,.business-grid,.document-box{grid-template-columns:1fr}.document-preview{height:110px}.form-grid .full{grid-column:auto}.profile b{max-width:120px}.request-grid{grid-template-columns:1fr}}
