:root{--brand: #f25a22;--brand-dark: #d94814;--ink: #212529;--muted: #6c757d;--line: #ebedf2;--bg: #f8f9fa;--green: #28a745;--red: #dc3545;--font: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);background-color:var(--bg);color:var(--ink);font-size:.95rem;line-height:1.5}h1,h2,h3,h4{font-weight:600}.btn{display:inline-flex;align-items:center;gap:.4rem;font-family:inherit;font-weight:600;border:1px solid transparent;border-radius:4px;padding:.5rem 1.5rem;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:.3rem .9rem;font-size:.85rem}.btn-block{width:100%;justify-content:center}.btn-brand-primary{background-color:var(--brand);border-color:var(--brand);color:#fff}.btn-brand-primary:hover:not(:disabled){background-color:var(--brand-dark);border-color:var(--brand-dark);color:#fff}.btn-brand-outline{background:transparent;border:1px solid var(--brand);color:var(--brand)}.btn-brand-outline:hover:not(:disabled){background-color:var(--brand);color:#fff}.btn-link{background:none;border:none;color:#0d6efd;cursor:pointer;font-family:inherit;padding:0 .4rem}.btn-link.text-danger{color:var(--red)}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.4rem;font-weight:500}.form-control{width:100%;font-family:inherit;font-size:.95rem;padding:.5rem .75rem;border:1px solid #d4d8de;border-radius:4px;background:#fff;color:var(--ink)}.form-control:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 .15rem #f25a2226}.form-control:disabled{background:#eef0f2}.form-hint{color:var(--muted);font-size:.8rem}.text-danger{color:var(--red)!important}.row-form{display:flex;flex-wrap:wrap;margin:0 -.5rem}.col-form{flex:0 0 auto;padding:0 .5rem;margin-bottom:.25rem}.col-3{width:25%}.col-4{width:33.3333%}.col-6{width:50%}.col-9{width:75%}.col-12{width:100%}.col-wide{width:50%}@media (max-width: 768px){.col-3,.col-4,.col-6,.col-9,.col-12,.col-wide{width:100%}}.align-end{align-items:flex-end}.card{background:#fff;border:none;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-bottom:1.5rem}.card-header{background:#fff;border-bottom:1px solid var(--line);padding:1.2rem 1.5rem;border-top-left-radius:8px;border-top-right-radius:8px}.card-title{margin:0;font-size:1.05rem;color:var(--ink)}.card-icon{color:var(--brand);margin-right:.4rem}.card-body{padding:1.5rem}.badge{display:inline-block;padding:.3rem .6rem;border-radius:4px;font-size:.78rem;font-weight:600}.badge-success{background:#d4edda;color:#155724}.badge-danger{background:#f8d7da;color:#721c24}.badge-credit{background:#d4edda;color:#155724}.badge-debit{background:#f8d7da;color:#721c24}.badge-secondary{background:#e2e3e5;color:#383d41}.alert{padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem;font-weight:500}.alert-danger{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.table-responsive{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--line);white-space:nowrap}.table thead th{background:#fafbfc;font-weight:600;color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.02em}.table tbody tr:hover{background:#fafbfc}.empty-state{padding:2rem;text-align:center;color:var(--muted)}.p-5{padding:2rem}.text-center{text-align:center}.toolbar{margin-bottom:1rem;display:flex;gap:.5rem}.content-header{margin-bottom:1.25rem}.row-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.5rem}.page-title{margin:0;font-size:1.4rem;font-weight:700;color:var(--ink)}.page-subtitle{margin:.25rem 0 0;color:var(--muted);font-size:.9rem}.breadcrumb{list-style:none;display:flex;gap:.5rem;padding:0;margin:0;font-size:.85rem}.breadcrumb-item+.breadcrumb-item:before{content:"/";margin-right:.5rem;color:#adb5bd}.portal-shell{min-height:100vh;display:flex;flex-direction:column}.portal-topbar{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;height:60px;background:#fff;border-bottom:1px solid var(--line)}.brand{font-size:1.05rem;color:var(--ink);display:flex;align-items:center;gap:.5rem}.brand strong{font-weight:700}.brand-dot{width:12px;height:12px;border-radius:3px;background:var(--brand);display:inline-block;transform:rotate(45deg)}.topbar-right{display:flex;align-items:center;gap:1rem}.topbar-id{color:var(--muted);font-size:.85rem}.portal-body{display:flex;flex:1}.portal-sidebar{width:230px;background:#fff;border-right:1px solid var(--line);padding:1rem .75rem;display:flex;flex-direction:column;gap:1rem}.portal-nav{display:flex;flex-direction:column;gap:.15rem}.nav-link{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;border-radius:6px;color:var(--ink);text-decoration:none;font-weight:500}.nav-link:hover{background:#f6f7f9}.nav-link.active{background:#fff0ea;color:var(--brand);font-weight:600}.nav-icon{width:18px;height:18px;flex:none}.portal-main{flex:1;padding:1.5rem;min-width:0}.sidebar-card{background:#fafbfc;border:1px solid var(--line);border-radius:8px;padding:1rem}.sidebar-card-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);margin-bottom:.5rem}.sidebar-card-row{display:flex;justify-content:space-between;padding:.3rem 0;font-size:.9rem}.layout-2col{display:grid;grid-template-columns:1fr 300px;gap:1.5rem;align-items:start}.col-main{min-width:0}@media (max-width: 992px){.layout-2col{grid-template-columns:1fr}}.overview-row{display:flex;justify-content:space-between;padding:.45rem 0;border-bottom:1px dashed var(--line)}.overview-row:last-child{border-bottom:none}.action-bar{display:flex;justify-content:flex-end;gap:.5rem;margin:.5rem 0 2rem}.segmented-control{display:inline-flex;background:#eef0f2;border-radius:6px;padding:3px}.seg-option{border:none;background:transparent;padding:.45rem 1.2rem;border-radius:4px;font-family:inherit;font-weight:500;cursor:pointer;color:var(--muted)}.seg-option.active{background:#fff;color:var(--brand);box-shadow:0 1px 3px #00000014}.toggle-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;cursor:pointer}.switch{position:relative;width:40px;height:22px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#d4d8de;border-radius:22px;transition:.2s}.slider:before{content:"";position:absolute;height:16px;width:16px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked+.slider{background:var(--brand)}.switch input:checked+.slider:before{transform:translate(18px)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-start;justify-content:center;padding:6vh 1rem;z-index:1000;overflow-y:auto}.modal{background:#fff;border-radius:8px;width:560px;max-width:100%;box-shadow:0 10px 40px #0003}.modal-wide{width:760px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--line)}.modal-title{margin:0;font-size:1.05rem}.modal-close{border:none;background:none;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--muted)}.modal-body{padding:1.25rem}.modal-actions{display:flex;justify-content:flex-end;margin-top:.5rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.stat-tile{border:1px solid var(--line);border-radius:8px;padding:1rem;background:#fafbfc}.stat-label{display:block;font-size:.8rem;color:var(--muted);margin-bottom:.35rem}.stat-value{font-size:1.15rem}.stat-note{display:block;margin-top:.35rem;font-size:.8rem;font-weight:600}.chart-wrap{height:320px}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#fff6f1,#f8f9fa)}.auth-card{background:#fff;border-radius:10px;box-shadow:0 8px 30px #00000014;padding:2rem;width:420px;max-width:100%}.auth-wrap-wide{align-items:flex-start}.auth-wrap-wide .auth-card{width:720px}.auth-brand{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin-bottom:1.25rem}.auth-title{margin:0 0 .25rem;font-size:1.5rem}.auth-sub{margin:0 0 1.25rem;color:var(--muted)}.auth-footer{margin:1.25rem 0 0;text-align:center;color:var(--muted)}.auth-footer a{color:var(--brand);font-weight:600;text-decoration:none}.reg-section{margin:.5rem 0}.section-heading{font-size:1rem;margin:1.25rem 0 .75rem;color:var(--ink)}.breadcrumb-item a{color:var(--muted);text-decoration:none}.breadcrumb-item.active{color:var(--brand);font-weight:600}.spinner{width:34px;height:34px;border:3px solid #e6e9ee;border-top-color:var(--brand);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.boot-screen{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--muted)}
