:root{font-family:Space Grotesk,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#1f2933;background-color:#f6f4f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f6f4f0}html,body,#root{width:100%;height:100%}#root{max-width:none}a{color:inherit;text-decoration:none}button{font:inherit}.app{--sidebar-width: 240px;--sidebar-bg: #111827;--sidebar-fg: #f9fafb;--sidebar-muted: #94a3b8;--sidebar-accent: #f2c14e;--sidebar-hover: #1f2937;--sidebar-active: #263445;display:flex;min-height:100vh;width:100%;background:#f6f4f0;color:#1f2933}.sidebar{position:fixed;top:0;left:0;height:100vh;width:var(--sidebar-width);padding:20px 12px;background:radial-gradient(circle at top,#182233 0%,var(--sidebar-bg) 55%);color:var(--sidebar-fg);transition:width .2s ease;overflow:hidden;display:flex;flex-direction:column;border-right:1px solid #1f2937}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:10px;overflow:hidden}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:var(--sidebar-accent);color:#1f2933;font-weight:700;box-shadow:0 6px 14px #f2c14e59}.brand-text{font-weight:600;letter-spacing:.4px;white-space:nowrap;transition:opacity .16s ease}.nav{margin-top:24px;display:grid;gap:8px}.nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;border-radius:12px;background:transparent;color:inherit;text-align:left;cursor:pointer;transition:background .15s ease;font-weight:500}.nav-item:hover{background:var(--sidebar-hover)}.nav-item.active{background:var(--sidebar-active)}.nav-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#f2c14ee6;color:#1f2933;font-weight:700;flex:0 0 32px}.nav-caret{margin-left:auto;font-size:.9rem;opacity:.6}.subnav{display:grid;gap:6px;margin-top:6px;padding-left:8px}.subnav-item{background:#1a2432}.subnav-item:hover{background:#233044}.subnav .nav-icon{background:#9dbcf2}.nav-label{white-space:nowrap;transition:opacity .16s ease}.main{flex:1;width:100%;min-width:0;max-width:none;margin-left:var(--sidebar-width);padding:32px 36px;transition:margin-left .2s ease;position:relative}.main-top{display:flex;justify-content:flex-end;margin-bottom:16px}.profile{position:relative}.profile-button{width:44px;height:44px;border-radius:50%;border:none;background:#fff;box-shadow:0 10px 18px #0f172a1f;cursor:pointer;display:grid;place-items:center}.profile-initials{font-weight:700;color:#1f2933}.profile-dropdown{position:absolute;right:0;top:52px;background:#fff;border-radius:14px;box-shadow:0 18px 32px #0f172a2e;padding:12px;min-width:180px;display:grid;gap:10px;z-index:30}.profile-name{font-weight:600;color:#1f2933}.profile-logout{border:none;border-radius:10px;background:#fbe4e6;color:#8d1f2d;padding:8px 10px;cursor:pointer;text-align:left}.active-toggle{display:inline-flex;position:relative;align-items:center;justify-content:center;cursor:pointer}.active-toggle__input{position:absolute;inset:0;width:36px;height:36px;margin:0;opacity:0;cursor:pointer;z-index:1}.active-toggle__input:disabled{cursor:not-allowed}.active-toggle__box{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:2px solid #cbd5e1;border-radius:8px;background:#fff;box-sizing:border-box;transition:background .15s ease,border-color .15s ease}.active-toggle__input:checked+.active-toggle__box{background:#facc15;border-color:#eab308}.active-toggle__input:checked+.active-toggle__box:after{content:"";width:9px;height:15px;border:solid #111827;border-width:0 3px 3px 0;transform:rotate(45deg) translate(-1px,-1px)}.active-toggle__input:focus-visible+.active-toggle__box{outline:2px solid #eab308;outline-offset:2px}.active-toggle__input:disabled+.active-toggle__box{opacity:.55}.status-cell{display:flex;align-items:center}.state-page{display:grid;gap:20px;width:100%}.state-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.state-header p{margin:6px 0 0;color:#5f6c75}.state-table{display:grid;gap:8px}.state-table .table-row{display:grid;grid-template-columns:minmax(0,1fr) 120px auto;align-items:center;gap:16px;padding:12px 14px;border-radius:12px;background:#fff}.state-table .table-head{font-weight:600;background:#f1f3f5}.hint{color:#6b7280;font-size:.9rem}@media(max-width:720px){.filters{grid-template-columns:1fr}.state-table .table-row{grid-template-columns:1fr;gap:6px}.row-actions{justify-content:flex-start}}.city-page{display:grid;gap:20px;width:100%}.city-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.city-header p{margin:6px 0 0;color:#5f6c75}.filters{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:12px;padding:14px;border-radius:16px;background:#fff;box-shadow:0 10px 20px #1018280d}.state-form{display:grid;gap:12px;padding:16px;border-radius:16px;background:#fff;box-shadow:0 10px 20px #10182814}.city-table{display:grid;gap:8px}.city-table .table-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 120px auto;align-items:center;gap:16px;padding:12px 14px;border-radius:12px;background:#fff}.city-table .table-head{font-weight:600;background:#f1f3f5}@media(max-width:720px){.filters{grid-template-columns:1fr}.city-table .table-row{grid-template-columns:1fr;gap:6px}.row-actions{justify-content:flex-start}}.role-page{display:grid;gap:20px;width:100%}.role-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.role-header p{margin:6px 0 0;color:#5f6c75}.filters{display:grid;grid-template-columns:1.5fr 1fr;gap:12px;padding:14px;border-radius:16px;background:#fff;box-shadow:0 10px 20px #1018280d}.role-form{display:grid;gap:12px;padding:16px;border-radius:16px;background:#fff;box-shadow:0 10px 20px #10182814}.btn.danger{background:#f6c4ca;color:#7a1f2a}.role-table{display:grid;gap:8px}.role-table .table-row{display:grid;grid-template-columns:minmax(0,1fr) 120px auto;align-items:center;gap:16px;padding:12px 14px;border-radius:12px;background:#fff}.role-table .table-head{font-weight:600;background:#f1f3f5}.row-actions{display:flex;gap:8px;justify-content:flex-end}.field-toggle{display:flex;align-items:center}.modal{width:min(520px,92vw);background:#fff;border-radius:18px;padding:18px;box-shadow:0 20px 40px #0f172a33}@media(max-width:720px){.filters{grid-template-columns:1fr}.role-table .table-row{grid-template-columns:1fr;gap:6px}.row-actions{justify-content:flex-start}}.owner-page{display:grid;gap:20px;width:100%}.owner-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.filters{display:grid;grid-template-columns:1.4fr 1fr .8fr 1fr 1fr auto;gap:12px;padding:14px;border-radius:16px;background:#fff;box-shadow:0 10px 20px #1018280d}.owner-header p{margin:6px 0 0;color:#5f6c75}.alert.success{background:#e0f5e9;color:#166534}.owner-form{display:grid;gap:16px;padding:18px;border-radius:16px;background:#fff;box-shadow:0 10px 20px #10182814}.owner-table{display:grid;gap:8px}.table-row{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr 1.4fr .7fr 1fr;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:#fff}.table-head{font-weight:600;background:#f1f3f5}.role-stack{color:#2f3b43}.row-actions{display:flex;justify-content:flex-end}.modal{width:min(720px,94vw);background:#fff;border-radius:18px;padding:18px;box-shadow:0 20px 40px #0f172a33}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field label{display:inline-flex;align-items:center;gap:6px}.info-icon{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;background:#e3e7ea;color:#1f2933;cursor:default}.checkbox{display:flex;align-items:center;gap:8px}.form-actions{display:flex;gap:10px}@media(max-width:900px){.filters,.form-grid{grid-template-columns:1fr}.table-row{grid-template-columns:1fr;gap:6px}}.state-table,.city-table,.role-table,.owner-table,.branch-table,.table-row{width:100%}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 4px}.pagination-info{color:#6b7280;font-size:.9rem}.pagination-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pagination-page{color:#374151;font-weight:500}.pagination-size{padding:6px 10px;border-radius:10px;border:1px solid #d1d5db;background:#fff}.branch-page{display:grid;gap:20px;width:100%}.branch-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.header-actions{display:flex;gap:10px}.filters{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr 1fr auto;gap:12px;padding:14px;border-radius:16px;background:#fff;box-shadow:0 10px 20px #1018280d}.branch-form{display:grid;gap:16px}.form-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.form-actions{display:flex;gap:12px;justify-content:flex-end}.note{font-size:.85rem;color:#6b7280}.modal-overlay{position:fixed;inset:0;background:#1118278c;display:grid;place-items:center;z-index:20}.modal{width:min(820px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:18px;padding:18px;box-shadow:0 20px 40px #0f172a33}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.modal--compact{width:min(420px,96vw)}.credit-branch-name{margin:0 0 14px;font-weight:600;color:#374151}.credit-form{display:grid;gap:14px}.branch-table{display:grid;gap:8px;overflow-x:auto}.branch-table .table-row{display:grid;grid-template-columns:minmax(110px,1.15fr) minmax(92px,.95fr) minmax(88px,.8fr) minmax(128px,1.1fr) minmax(56px,.5fr) minmax(72px,.55fr) minmax(108px,.78fr) minmax(118px,132px);align-items:center;gap:10px;padding:12px 14px;border-radius:12px;background:#fff;min-width:900px}.branch-table .table-row>div{min-width:0}.branch-table .table-row>div:not(.row-actions){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branch-table .table-head{font-weight:600;background:#f1f3f5;font-size:.875rem}.branch-table .table-head>div{white-space:nowrap}.branch-table .table-row--message{grid-column:1 / -1;min-width:0}.muted{color:#6b7280}.branch-table .col-center,.branch-table .table-head .col-center,.branch-table .table-head .col-actions{text-align:center}.branch-table .table-head .col-actions{text-align:right}.branch-table .row-actions,.branch-table .col-actions{display:flex;justify-content:flex-end;align-items:center;gap:6px;flex-wrap:nowrap;white-space:nowrap;overflow:visible;text-overflow:unset}.branch-table .credits-cell{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;white-space:normal;overflow:visible;text-overflow:unset}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;background:transparent;color:#4b5563;cursor:pointer;flex-shrink:0;outline:none;box-shadow:none;transition:background .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}.icon-btn:hover:not(:disabled){background:#0f172a12;color:#111827;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a1a}.icon-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #0f172a14}.icon-btn:focus-visible{box-shadow:0 0 0 3px #3b82f659}.icon-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.icon-btn--accent{color:#2563eb}.icon-btn--accent:hover:not(:disabled){background:#2563eb1f;color:#1d4ed8;box-shadow:0 4px 12px #2563eb2e}.icon-btn--accent:focus-visible{box-shadow:0 0 0 3px #2563eb59}.status-pill{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.78rem;font-weight:600;line-height:1.2}.status-pill--active{background:#d1fae5;color:#047857}.status-pill--inactive{background:#fee2e2;color:#b91c1c}.btn{border:none;padding:8px 14px;border-radius:10px;background:#e3e7ea;color:#1f2933;cursor:pointer}.btn.ghost{background:transparent;padding:6px 10px}.credit-amount{font-weight:600;color:#111827}.btn-link{border:none;padding:0;background:none;color:#2563eb;font-size:.85rem;font-weight:500;cursor:pointer;text-decoration:underline}.btn-link:hover{color:#1d4ed8}.modal--history{width:min(1120px,98vw)}.modal--history .modal-header{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.modal--history .credit-branch-name{margin:4px 0 0;font-size:.9rem;font-weight:600;color:#64748b;text-transform:none;letter-spacing:0}.history-summary-card{position:relative;margin:0 0 18px;border-radius:16px;border:1px solid #fde68a;background:linear-gradient(120deg,#fffbeb,#fef9c3 38%,#fff);box-shadow:0 1px 2px #0f172a0a,0 8px 24px #f59e0b1f;overflow:hidden;box-sizing:border-box;width:100%}.history-summary-accent{position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#f59e0b,#fbbf24);pointer-events:none}.history-summary-content{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:28px 32px 28px 36px;min-height:108px;box-sizing:border-box;width:100%}.history-summary-main{display:flex;align-items:center;gap:18px;width:100%}.history-summary-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(145deg,#fbbf24,#f59e0b);color:#fff;font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px #f59e0b59;flex-shrink:0}.history-summary-body{display:flex;flex-direction:column;justify-content:center;gap:8px;flex:1;min-width:0}.history-summary-label{display:block;font-size:.82rem;font-weight:600;line-height:1.5;letter-spacing:.04em;text-transform:uppercase;color:#92400e}.history-summary-amount{display:block;font-size:2.25rem;font-weight:700;line-height:1.25;color:#78350f}.history-badge{font-size:.8rem;font-weight:600;color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;padding:8px 14px;border-radius:999px;white-space:nowrap}.history-table-wrap{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff}.history-table{display:grid;gap:0;overflow-x:auto;padding-bottom:2px}.history-row{display:grid;grid-template-columns:minmax(92px,1fr) minmax(64px,.62fr) minmax(72px,.68fr) minmax(96px,.88fr) minmax(128px,1.15fr) minmax(76px,.72fr) minmax(140px,1.15fr) minmax(96px,92px);gap:10px;align-items:center;padding:10px 16px 10px 12px;border-radius:0;background:#fff;min-width:1040px;font-size:.9rem}.history-row:not(.history-head):not(.history-row--message){border-top:1px solid #f1f5f9}.history-row .col-balance{min-width:96px;padding-right:8px;text-align:right;white-space:nowrap;overflow:visible}.history-head .col-balance{text-align:right;white-space:nowrap;overflow:visible}.history-head{font-weight:600;background:#f1f3f5}.history-row--message{grid-column:1 / -1;min-width:0}.history-type{font-weight:600;font-size:.8rem}.history-type--credit{color:#047857}.history-type--debit{color:#b45309}.history-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:16px;padding-top:14px;border-top:1px solid #f1f5f9;width:100%;clear:both}.history-page-btn{min-width:42px;padding:8px 12px;font-size:1.15rem;font-weight:600;line-height:1}.history-page-info{font-size:.9rem;color:#64748b;font-weight:500}.field input,.field select{padding:10px 12px;border-radius:10px;border:1px solid #d1d5db;background:#fff}.checkbox{display:flex;flex-direction:column;gap:6px}.checkbox label{display:flex;align-items:center;gap:8px;font-weight:500;cursor:pointer}.checkbox input[type=checkbox]{width:auto;margin:0;cursor:pointer}@media(max-width:900px){.filters,.form-grid{grid-template-columns:1fr}.branch-table .table-row{grid-template-columns:1fr;min-width:0;gap:6px}.branch-table .table-row>div:not(.row-actions){white-space:normal}.branch-table .table-head{display:none}.branch-table .table-row:not(.table-row--message)>div:before{content:attr(data-label);display:block;font-size:.75rem;font-weight:600;color:#6b7280;margin-bottom:2px}.branch-table .row-actions{justify-content:flex-start;flex-wrap:wrap}.branch-table .credits-cell{flex-wrap:wrap}}.login-page{min-height:100vh;display:grid;place-items:center;padding:32px 16px;background:radial-gradient(circle at top,#f6f1e6,#f2ede3 60%,#ece7dd)}.login-card{width:min(420px,94vw);background:#fff;padding:28px;border-radius:20px;box-shadow:0 18px 38px #0f172a2e;display:grid;gap:16px}.login-brand{display:flex;align-items:center;gap:14px}.login-brand h1{margin:0;font-size:1.8rem}.login-brand p{margin:4px 0 0;color:#5f6c75}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#f2c14e;color:#1f2933;font-weight:700}.login-form{display:grid;gap:12px}.alert{padding:12px 14px;border-radius:12px;background:#fbe4e6;color:#8d1f2d}.field{display:grid;gap:6px}.field input{padding:10px 12px;border-radius:10px;border:1px solid #d1d5db;background:#fff}.btn{border:none;padding:10px 14px;border-radius:12px;background:#e3e7ea;color:#1f2933;cursor:pointer}.btn.primary{background:#f2c14e}.btn:disabled{opacity:.6;cursor:not-allowed}
