:root{
  --green:#0f9f4b;--green-dark:#087d3a;--green-soft:#e9f8ef;
  --blue:#2f73f2;--blue-soft:#edf4ff;--orange:#ff5b13;--orange-soft:#fff2e9;
  --purple:#6c2bd9;--purple-soft:#f3edff;--red:#ef4444;
  --ink:#101828;--muted:#667085;--line:#e4e7ec;--surface:#fff;--bg:#fbfcfd;
  --shadow:0 1px 2px rgba(16,24,40,.03),0 2px 8px rgba(16,24,40,.025);
}
*{box-sizing:border-box}html{font-size:15px}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}
button,a{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:grid;grid-template-columns:290px minmax(0,1fr)}
.sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid var(--line);padding:24px 16px 20px;display:flex;flex-direction:column;overflow-y:auto;z-index:20}
.brand-row{display:flex;align-items:center;justify-content:space-between;padding:0 6px 22px}.brand{text-decoration:none;color:var(--ink);display:flex;align-items:center;gap:10px}
.brand-mark{width:42px;height:42px;border-radius:7px;background:linear-gradient(145deg,#159b4a,#087c39);color:#fff;display:grid;place-items:center;position:relative}.brand-mark svg{width:24px}.pix-mini{position:absolute;font-size:11px;right:4px;bottom:3px}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:18px;white-space:nowrap}.brand-copy em{font-style:normal;color:var(--green)}.brand-copy small{font-size:15px;color:#344054;margin-top:3px}
.icon-btn{border:0;background:transparent;color:#344054;padding:8px;border-radius:8px}.icon-btn:hover{background:#f2f4f7}.icon-btn svg{width:22px;height:22px}
.nav{display:flex;flex-direction:column;gap:6px}.nav-item{height:48px;border-radius:8px;display:flex;align-items:center;gap:15px;padding:0 15px;color:#101828;text-decoration:none;font-weight:500}.nav-item svg{width:21px;height:21px;stroke-width:1.9}.nav-item:hover{background:#f5f7f8}.nav-item.active{background:linear-gradient(90deg,#0d9345,#13a750);color:#fff;font-weight:700;box-shadow:0 4px 12px rgba(15,159,75,.15)}.nav-divider{height:1px;background:var(--line);margin:8px 8px}
.company-card{border:1px solid #d8dee8;border-radius:9px;padding:17px;margin:20px 7px 0;background:#fff}.company-card h3{font-size:13px;margin:0 0 15px}.company-head{display:flex;gap:10px;align-items:flex-start}.company-logo{width:43px;height:43px;flex:0 0 auto;border-radius:8px;background:#f2faf5;color:var(--green);display:grid;place-items:center}.company-logo svg{width:25px}.company-head>div:last-child{min-width:0}.company-head strong{font-size:12px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-head small{display:block;color:#475467;font-size:10px;margin-top:7px}.company-card>a{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:#07843d;font-size:12px;font-weight:600;margin-top:18px}.company-card>a svg{width:16px}
.help-card{margin:22px 7px 0;border-radius:9px;padding:18px;background:linear-gradient(145deg,#139d4d,#07823d);color:#fff}.help-title{display:flex;align-items:center;gap:10px}.help-title span{width:26px;height:26px;border-radius:50%;background:#fff;color:#138f47;display:grid;place-items:center}.help-title svg{width:17px}.help-card p{font-size:12px;line-height:1.7}.help-btn{border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.04);color:#fff;border-radius:7px;padding:10px 13px;display:flex;gap:9px;align-items:center}.help-btn svg{width:15px}
.main{min-width:0;display:flex;flex-direction:column;min-height:100vh}.topbar{height:96px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 30px}.topbar h1{font-size:25px;margin:0 0 8px;letter-spacing:-.03em}.topbar p{margin:0;color:#475467}.top-actions{display:flex;align-items:center;gap:20px}.plan-btn{height:40px;padding:0 16px;border:1px solid #6ac78f;border-radius:7px;background:#fff;color:#067c37;font-weight:600;display:flex;align-items:center;gap:9px}.plan-btn svg{width:16px}.notification-btn{position:relative;border:0;background:transparent;padding:8px;color:#344054}.notification-btn svg{width:22px}.notification-btn span{position:absolute;right:0;top:0;background:#e62f2f;color:#fff;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;border:2px solid #fff}.profile{display:flex;align-items:center;gap:10px}.profile>.avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(145deg,#2d4a3b,#c4936d);color:#fff;display:grid;place-items:center;font-weight:800;border:2px solid #eef2f5}.profile>div{display:flex;flex-direction:column}.profile strong{font-size:13px}.profile small{font-size:11px;color:#475467;margin-top:3px}.profile>svg{width:16px}
.content{padding:26px 30px 16px}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:20px}.kpi-card{min-height:132px;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:var(--shadow);padding:22px;display:flex;align-items:center;gap:20px}.kpi-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.kpi-icon svg{width:27px;height:27px;stroke-width:2}.kpi-icon.green{background:var(--green-soft);color:var(--green)}.kpi-icon.blue{background:var(--blue-soft);color:var(--blue)}.kpi-icon.orange{background:var(--orange-soft);color:var(--orange)}.kpi-icon.purple{background:var(--purple-soft);color:var(--purple)}
.kpi-label{font-size:13px;font-weight:600;display:flex;align-items:center;gap:7px}.kpi-label svg{width:14px}.kpi-card strong{display:block;font-size:22px;margin:10px 0 8px;white-space:nowrap}.kpi-card small{display:block;color:#475467;font-size:12px}.green-text{color:var(--green)!important}.blue-text{color:var(--blue)!important}.orange-text{color:var(--orange)!important}.purple-text{color:var(--purple)!important}
.dashboard-grid{display:grid;grid-template-columns:1.12fr 1fr 1.06fr;grid-template-areas:"summary due chart" "recent recent shortcuts";gap:18px}.panel{background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:var(--shadow);padding:20px;min-width:0}.panel h2{font-size:15px;margin:0}.panel-heading{display:flex;align-items:center;justify-content:space-between}.panel-heading a,.due-panel a{color:#07843d;text-decoration:none;font-size:12px;font-weight:600}.summary-panel{grid-area:summary;min-height:355px}.due-panel{grid-area:due}.chart-panel{grid-area:chart}.recent-panel{grid-area:recent}.shortcuts-panel{grid-area:shortcuts}
.summary-content{display:grid;grid-template-columns:45% 55%;align-items:center;margin-top:40px}.donut-wrap{display:grid;place-items:center}.donut{width:155px;height:155px;border-radius:50%;background:conic-gradient(#16a34a 0 46%,#3478f6 46% 77%,#ef4444 77% 89%,#cbd2da 89% 100%);display:grid;place-items:center;transform:rotate(0deg)}.donut::before{content:"";position:absolute;width:100px;height:100px;background:#fff;border-radius:50%}.donut-center{position:relative;z-index:2;text-align:center}.donut-center strong{display:block;font-size:25px}.donut-center span{font-size:12px}.legend{display:flex;flex-direction:column;gap:15px}.legend>div{display:grid;grid-template-columns:10px 1fr auto;gap:9px;align-items:start}.dot{width:10px;height:10px;border-radius:50%;margin-top:3px}.dot.paid{background:#16a34a}.dot.pending{background:#3478f6}.dot.overdue{background:#ef4444}.dot.canceled{background:#aeb7c2}.legend p{margin:0}.legend b,.legend strong{font-size:11px}.legend strong{color:#344054}.legend small{display:block;font-size:10px;margin-top:7px;color:#344054}.panel-link{display:flex;align-items:center;gap:5px;margin-top:26px;color:#07843d;text-decoration:none;font-size:12px;font-weight:600}.panel-link svg{width:15px}
.due-list{margin-top:19px}.due-row{display:grid;grid-template-columns:44px 1fr auto 16px;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #edf0f3}.due-row:last-child{border-bottom:0}.date-icon{width:40px;height:40px;border-radius:8px;background:#edf9f1;color:#0d9c49;display:grid;place-items:center}.date-icon svg{width:19px}.due-row b{font-size:11px}.due-row small{display:block;font-size:10px;color:#475467;margin-top:6px}.due-value{text-align:right}.due-value .tomorrow{color:#0c9a47;font-weight:700}.due-row>svg{width:15px;color:#667085}
.chart-panel h2 small{font-size:11px}.chart-box{position:relative;height:210px;margin-top:20px;padding:0 4px 25px 28px}.line-chart{width:100%;height:170px;overflow:visible}.grid-lines line{stroke:#e8ebef;stroke-width:1}.area{fill:url(#chartFill)}.line{fill:none;stroke:#129b49;stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.points circle{fill:#fff;stroke:#129b49;stroke-width:3}.y-axis{position:absolute;left:0;top:0;height:170px;display:flex;flex-direction:column;justify-content:space-between;color:#667085;font-size:9px}.x-axis{display:flex;justify-content:space-between;font-size:9px;color:#475467;padding-top:4px}.chart-total{display:flex;align-items:end;justify-content:space-between;margin-top:15px}.chart-total div{display:flex;flex-direction:column}.chart-total small{font-size:11px;font-weight:600}.chart-total strong{font-size:22px;color:var(--green);margin:12px 0 7px}.chart-total span{font-size:10px;color:#475467}.chart-total>b{background:#e3f6e9;color:#07843d;border-radius:7px;padding:7px 10px;font-size:13px}
.table-wrap{overflow:auto;margin-top:18px;border:1px solid #e6e9ed;border-radius:8px}table{border-collapse:collapse;width:100%;min-width:720px}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid #e9edf1;font-size:10px;white-space:nowrap}th{background:#fbfcfd;font-size:9px;color:#101828}tbody tr:last-child td{border-bottom:0}td:first-child{font-size:11px}.client-avatar{width:29px;height:29px;border-radius:50%;display:inline-grid;place-items:center;margin-right:9px;font-size:10px}.ca-green{background:#dff4e6;color:#168847}.ca-blue{background:#e7f0ff;color:#2469df}.ca-red{background:#ffe6e6;color:#dc3030}.badge{padding:4px 10px;border-radius:6px;font-size:9px}.badge-pending{background:#e8f0ff;color:#1d63dd}.badge-overdue{background:#ffe5e5;color:#e23838}.actions{display:flex;gap:4px}.actions button{border:0;background:transparent;padding:4px;color:#344054}.actions svg{width:15px;height:15px}
.shortcut-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.shortcut-grid button{min-height:106px;border:1px solid #e1e6ec;border-radius:8px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.shortcut-grid button:hover{background:#fbfcfd;box-shadow:0 4px 16px rgba(16,24,40,.05);transform:translateY(-1px)}.shortcut-grid svg{width:25px;height:25px}.shortcut-grid b{font-size:11px}.shortcut-grid small{font-size:9px;color:#475467}
footer{margin-top:auto;border-top:1px solid var(--line);height:50px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;background:#fff;color:#475467;font-size:10px}
body.sidebar-collapsed .app-shell{grid-template-columns:86px minmax(0,1fr)}body.sidebar-collapsed .brand-copy,body.sidebar-collapsed .nav-item span,body.sidebar-collapsed .company-card,body.sidebar-collapsed .help-card{display:none}body.sidebar-collapsed .brand-row{flex-direction:column;gap:12px}body.sidebar-collapsed .nav-item{justify-content:center;padding:0}
@media(max-width:1250px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr 1fr;grid-template-areas:"summary due" "chart chart" "recent recent" "shortcuts shortcuts"}}
@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-300px;width:280px;transition:.25s;box-shadow:15px 0 40px rgba(16,24,40,.12)}body.mobile-menu-open .sidebar{left:0}.topbar{padding:0 18px}.content{padding:20px 18px}.top-actions .plan-btn,.profile>div{display:none}.dashboard-grid{grid-template-columns:1fr;grid-template-areas:"summary" "due" "chart" "recent" "shortcuts"}.sidebar-toggle{display:block}}
@media(max-width:600px){.kpi-grid{grid-template-columns:1fr}.topbar h1{font-size:21px}.kpi-card{min-height:110px}.summary-content{grid-template-columns:1fr;gap:25px;margin-top:25px}.legend{width:100%}.shortcut-grid{grid-template-columns:1fr}.content{padding:16px 12px}.panel{padding:16px}.topbar{height:80px}.profile>.avatar{width:34px;height:34px}footer{padding:0 14px}.due-row{grid-template-columns:40px 1fr auto}.due-row>svg{display:none}}
/* Functional PHP pages — keeps the approved dashboard visual language */
.dynamic-donut{background:conic-gradient(#16a34a 0 var(--p1),#3478f6 var(--p1) var(--p2),#ef4444 var(--p2) var(--p3),#cbd2da var(--p3) 100%)}
.shortcut-grid a{min-height:106px;border:1px solid #e1e6ec;border-radius:8px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:var(--ink);transition:.2s}.shortcut-grid a:hover{background:#fbfcfd;box-shadow:0 4px 16px rgba(16,24,40,.05);transform:translateY(-1px)}.shortcut-grid a svg{width:25px;height:25px}.shortcut-grid a b{font-size:11px}.shortcut-grid a small{font-size:9px;color:#475467}.help-btn{text-decoration:none;width:max-content}
.actions a,.actions button{border:0;background:transparent;padding:4px;color:#344054;display:inline-flex;align-items:center;justify-content:center}.actions a svg{width:15px;height:15px}
.badge-paid{background:#e7f8ed;color:#0b8a40}.badge-canceled{background:#eef1f4;color:#667085}.empty-mini,.empty-table{padding:28px;text-align:center;color:#667085;font-size:12px}.flash{margin:18px 30px 0;border-radius:8px;padding:12px 15px;font-size:12px;font-weight:600;border:1px solid}.flash-success{background:#ecfdf3;border-color:#abefc6;color:#067647}.flash-error{background:#fef3f2;border-color:#fecdca;color:#b42318}
.page-content{max-width:1500px;width:100%}.form-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:18px}.split-layout{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);gap:18px}.two-panels{display:grid;grid-template-columns:1fr 1fr;gap:18px}.grow{min-width:0}.form-panel{padding:24px}.section-title{display:flex;align-items:center;gap:13px;margin-bottom:22px}.section-title>span{width:42px;height:42px;border-radius:9px;background:var(--green-soft);color:var(--green);display:grid;place-items:center}.section-title>span svg{width:21px}.section-title h2{font-size:16px;margin:0 0 5px}.section-title p{margin:0;color:var(--muted);font-size:11px}.app-form{display:block}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid.single{grid-template-columns:1fr}.app-form label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:600;color:#344054}.app-form input,.app-form select,.app-form textarea{width:100%;border:1px solid #d0d5dd;background:#fff;border-radius:7px;padding:11px 12px;font:inherit;font-size:12px;color:var(--ink);outline:none}.app-form input:focus,.app-form select:focus,.app-form textarea:focus{border-color:#62c58c;box-shadow:0 0 0 3px rgba(15,159,75,.10)}.app-form textarea{resize:vertical}.span-2{grid-column:span 2}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid #eef1f4}.primary-btn,.secondary-btn{min-height:40px;border-radius:7px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:700;font-size:11px}.primary-btn{border:1px solid #0d9345;background:linear-gradient(180deg,#13a750,#0d9345);color:#fff;box-shadow:0 2px 6px rgba(13,147,69,.16)}.secondary-btn{border:1px solid #d0d5dd;background:#fff;color:#344054}.primary-btn svg,.secondary-btn svg{width:16px}.info-card,.security-box{border:1px solid #dcefe4;background:#f7fcf9;border-radius:8px;padding:13px;display:flex;gap:10px;align-items:flex-start}.info-card svg,.security-box svg{width:20px;color:var(--green);flex:0 0 auto}.info-card b,.security-box b{display:block;font-size:11px;margin-bottom:5px}.info-card small,.security-box small{display:block;font-size:10px;color:#667085;line-height:1.5}.side-explain{padding:24px}.side-explain h2{margin-bottom:20px}.step-row{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #edf0f3}.step-row:last-child{border-bottom:0}.step-row>span{width:28px;height:28px;border-radius:50%;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-weight:800;font-size:11px;flex:0 0 auto}.step-row b{display:block;font-size:11px}.step-row small{display:block;color:#667085;font-size:10px;margin-top:5px;line-height:1.45}.muted-copy{font-size:10px;color:#667085;line-height:1.7;margin:16px 0 0}
.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.filter-pills{display:flex;gap:7px;flex-wrap:wrap}.filter-pills a{text-decoration:none;color:#475467;border:1px solid #d8dee8;background:#fff;border-radius:7px;padding:9px 12px;font-size:10px;font-weight:600}.filter-pills a.active{background:#edf9f1;color:#087d3a;border-color:#b9e5c9}.large-table table{min-width:980px}.row-actions{display:flex;align-items:center;gap:4px}.row-actions form{margin:0}.icon-action{width:30px;height:30px;border:0;background:transparent;border-radius:6px;color:#475467;display:inline-grid;place-items:center;text-decoration:none}.icon-action:hover{background:#f2f4f7}.icon-action.success{color:#079244}.icon-action.danger{color:#d92d20}.icon-action svg{width:15px}.inline-note{color:#d65b12;font-size:8px}.count-badge{background:#edf9f1;color:#087d3a;border-radius:20px;padding:4px 9px;font-size:10px;font-weight:700}.client-list{margin-top:14px;display:flex;flex-direction:column}.client-card{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #edf0f3}.client-card:last-child{border-bottom:0}.client-info{min-width:0;flex:1}.client-info b{display:block;font-size:11px}.client-info small{display:block;color:#667085;font-size:9px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-card form{margin:0}
.report-kpis{margin-bottom:18px}.report-bars{margin-top:22px}.bar-row{display:grid;grid-template-columns:150px 1fr 42px;gap:14px;align-items:center;margin:18px 0}.bar-row>div:first-child b{display:block;font-size:11px}.bar-row>div:first-child span{display:block;font-size:9px;color:#667085;margin-top:4px}.bar-track{height:8px;background:#edf0f3;border-radius:20px;overflow:hidden}.bar-track i{display:block;height:100%;background:linear-gradient(90deg,#0d9345,#1ab359);border-radius:20px}.bar-row>strong{text-align:right;font-size:10px}.finance-list{margin-top:14px}.finance-list>div{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-bottom:1px solid #edf0f3}.finance-list>div:last-child{border-bottom:0}.finance-list span{font-size:10px;color:#667085}.finance-list b{font-size:12px}
.help-page{padding:28px}.help-hero{display:flex;gap:14px;align-items:center;padding-bottom:22px;border-bottom:1px solid #edf0f3}.help-hero>span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green)}.help-hero h2{font-size:17px;margin:0 0 6px}.help-hero p{margin:0;color:#667085;font-size:11px}.help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.help-grid>div{border:1px solid #e4e7ec;border-radius:9px;padding:17px}.help-grid svg{width:22px;color:var(--green);margin-bottom:13px}.help-grid b{display:block;font-size:11px}.help-grid p{margin:7px 0 0;color:#667085;font-size:10px;line-height:1.6}.warning-box{margin-top:18px;border:1px solid #fedf89;background:#fffaeb;border-radius:8px;padding:14px;display:flex;gap:10px;color:#7a2e0e}.warning-box svg{width:18px;flex:0 0 auto}.warning-box b{font-size:11px}.warning-box p{font-size:10px;line-height:1.6;margin:5px 0 0}
.empty-state{text-align:center;padding:30px 20px}.empty-state>svg{width:36px;color:#98a2b3}.empty-state h3{font-size:14px;margin:12px 0 7px}.empty-state p{font-size:10px;color:#667085;margin:0 0 16px}
.public-body{min-height:100vh;background:#f4f7f5;display:grid;place-items:center;padding:24px}.payment-sheet{width:min(100%,480px);background:#fff;border:1px solid #e1e6e3;border-radius:14px;box-shadow:0 18px 55px rgba(16,24,40,.10);padding:28px}.payment-brand{display:flex;align-items:center;gap:12px}.payment-brand .brand-mark{font-size:12px;font-weight:800}.payment-brand>div{display:flex;flex-direction:column}.payment-brand strong{font-size:13px}.payment-brand small{font-size:10px;color:#667085;margin-top:4px}.payment-status{display:inline-block;margin-top:20px;padding:6px 10px;border-radius:20px;font-size:9px;font-weight:700;background:#e8f0ff;color:#1d63dd}.payment-status.paid{background:#e7f8ed;color:#0b8a40}.payment-status.overdue{background:#ffe5e5;color:#e23838}.payment-status.canceled{background:#eef1f4;color:#667085}.payment-sheet>h1{font-size:32px;margin:12px 0 5px}.debt-note{font-size:9px;color:#d65b12;margin:0 0 12px}.payment-data{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:18px 0;border-top:1px solid #edf0f3;border-bottom:1px solid #edf0f3;margin-top:18px}.payment-data span{display:block;font-size:9px;color:#667085}.payment-data b{display:block;font-size:11px;margin-top:5px}.qr-area{text-align:center;padding-top:20px}.qr-area #pixQr{display:flex;justify-content:center;margin-bottom:14px}.qr-area #pixQr img,.qr-area #pixQr canvas{padding:8px;border:1px solid #e4e7ec;border-radius:8px}.qr-area p{font-size:10px;color:#667085;line-height:1.55}.qr-area textarea{width:100%;height:70px;border:1px solid #d0d5dd;border-radius:7px;background:#f9fafb;padding:9px;font-size:8px;resize:none;margin:4px 0 10px}.qr-area .primary-btn{width:100%;border:0}.paid-box{margin-top:22px;padding:22px;text-align:center;background:#f7faf8;border-radius:9px}.paid-box svg{width:34px;color:var(--green)}.paid-box b{display:block;font-size:12px;margin-top:10px}.payment-footer{height:auto;border:0;padding:18px 0 0;margin-top:12px;display:block;text-align:center;background:transparent;font-size:8px;color:#98a2b3}
@media(max-width:900px){.form-layout,.split-layout,.two-panels{grid-template-columns:1fr}.help-grid{grid-template-columns:1fr 1fr}.flash{margin:14px 18px 0}}
@media(max-width:600px){.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.toolbar{align-items:flex-start;gap:12px;flex-direction:column}.help-grid{grid-template-columns:1fr}.payment-sheet{padding:20px}.payment-data{grid-template-columns:1fr}.bar-row{grid-template-columns:110px 1fr 34px}}

/* Cobrança PIX pública - documento financeiro profissional */
.public-charge-page{display:block;background:#f2f5f3;padding:18px;color:#17241d}.charge-document{width:min(100%,1040px);margin:0 auto;background:#fff;border:1px solid #e3e9e5;border-radius:16px;box-shadow:0 18px 55px rgba(16,24,40,.08);padding:30px}.charge-doc-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px}.charge-company{display:flex;align-items:center;gap:15px;min-width:0}.charge-company-logo{width:72px;height:72px;border-radius:10px;background:linear-gradient(145deg,#0d9e4a,#087a39);color:#fff;display:grid;place-items:center;flex:0 0 auto}.charge-company-logo svg{width:39px;height:39px}.charge-company>div{display:flex;flex-direction:column}.charge-company strong{font-size:21px;color:#0a4c2b;line-height:1.2}.charge-company span{font-size:13px;color:#667085;margin-top:8px}.charge-company small{font-size:12px;color:#475467;margin-top:5px}.charge-heading{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.charge-heading h1{font-size:23px;line-height:1.15;margin:0;color:#076735;letter-spacing:-.03em}.charge-heading>span{font-size:12px;color:#667085;margin-top:7px}.charge-heading .payment-status{margin-top:11px}.charge-box{border:1px solid #dfe7e1;border-radius:10px;background:#fff}.charge-top-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:14px}.charge-top-grid>.charge-box{padding:17px}.charge-section-title{display:flex;align-items:center;gap:9px;color:#076735;margin-bottom:14px}.charge-section-title>span{width:34px;height:34px;border-radius:50%;background:#119a4a;color:#fff;display:grid;place-items:center}.charge-section-title svg{width:18px}.charge-section-title b,.charge-section-label{font-size:12px;color:#076735;font-weight:800}.charge-top-grid h2{font-size:16px;margin:0 0 13px}.charge-top-grid p{font-size:11px;margin:7px 0;color:#475467}.charge-top-grid p strong{font-weight:500}.charge-top-grid .sep{margin:0 5px;color:#98a2b3}.charge-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}.charge-details-grid>div{display:flex;flex-direction:column;gap:4px}.charge-details-grid span{font-size:10px;color:#667085}.charge-details-grid strong{font-size:12px;color:#101828}.charge-details-grid .charge-value{grid-column:1/-1}.charge-details-grid .charge-value strong{font-size:22px;color:#077739}.charge-top-grid .debt-note{margin-top:9px;color:#b54708;font-size:9px}.pix-steps{margin-top:14px;padding:14px 17px}.pix-steps-title{font-size:11px;font-weight:800;color:#076735;margin-bottom:15px}.pix-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pix-step{display:flex;align-items:center;gap:12px}.pix-step>span{width:36px;height:36px;border-radius:8px;color:#0a9b49;display:grid;place-items:center;flex:0 0 auto}.pix-step svg{width:28px;height:28px}.pix-step b{font-size:11px;display:block;color:#101828}.pix-step small{display:block;font-size:9px;color:#667085;margin-top:5px;line-height:1.45}.charge-pix-grid{display:grid;grid-template-columns:340px 1fr;gap:14px;margin-top:14px}.qr-card{padding:13px;text-align:center}.qr-card #pixQr{display:flex;justify-content:center;min-height:218px;align-items:center}.qr-card #pixQr img,.qr-card #pixQr canvas{width:215px!important;height:215px!important;padding:5px;border:1px solid #e0e6e2;border-radius:4px}.qr-card p{font-size:10px;color:#667085;margin:5px 0 9px}.qr-open-btn{width:100%;height:31px;min-height:31px;color:#07843d;border-color:#47ad72;font-size:10px}.charge-pix-side{display:grid;grid-template-rows:auto 1fr;gap:10px}.pix-copy-card{padding:15px}.pix-copy-card>p{font-size:10px;color:#667085;margin:6px 0 12px}.pix-copy-card textarea{width:100%;height:64px;border:1px solid #d0d5dd;background:#fbfcfd;border-radius:7px;padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:9px;color:#344054;resize:none;outline:none;line-height:1.45}.pix-copy-card .primary-btn{width:100%;margin-top:7px;border:0}.charge-important{padding:13px 15px;border-color:#c9dcff;background:#fbfdff;display:flex;align-items:flex-start;gap:11px}.charge-important>span{width:35px;height:35px;border-radius:50%;background:#e9f2ff;color:#2866c9;display:grid;place-items:center;flex:0 0 auto}.charge-important svg{width:19px}.charge-important b{font-size:10px;color:#1858b7}.charge-important p{margin:4px 0 0;font-size:9px;line-height:1.5;color:#3569b9}.charge-finished{margin-top:14px;padding:25px;display:flex;justify-content:center;align-items:center;gap:14px;background:#f8fbf9}.charge-finished>svg{width:35px;color:#0b9143}.charge-finished b{font-size:13px}.charge-finished p{font-size:10px;color:#667085;margin:5px 0 0}.charge-cut{position:relative;margin:17px 0 12px;border-top:1px dashed #cbd5ce}.charge-cut span{position:absolute;left:0;top:-8px;background:#fff;padding-right:8px;font-size:9px;color:#667085;display:flex;align-items:center;gap:4px}.charge-cut svg{width:12px}.charge-receipt{border:1px solid #aeb9b2}.receipt-header{min-height:63px;display:grid;grid-template-columns:1fr 1.25fr;border-bottom:1px solid #aeb9b2}.receipt-company{display:flex;align-items:center;gap:10px;padding:9px 12px;border-right:1px solid #aeb9b2}.receipt-company>span{width:42px;height:42px;border-radius:6px;background:#0b9847;color:#fff;display:grid;place-items:center}.receipt-company svg{width:24px}.receipt-company b{font-size:12px;display:block}.receipt-company small{font-size:9px;display:block;margin-top:4px;color:#475467}.receipt-identification{display:grid;grid-template-columns:78px 1fr;align-items:center}.receipt-identification b{font-size:19px;text-align:center;border-right:1px solid #aeb9b2;height:100%;display:grid;place-items:center}.receipt-identification strong{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;letter-spacing:.04em;text-align:center;padding:0 10px;overflow-wrap:anywhere}.receipt-grid{display:grid;grid-template-columns:repeat(4,1fr)}.receipt-grid>div{min-height:56px;padding:6px 9px;border-right:1px solid #aeb9b2;border-bottom:1px solid #aeb9b2;display:flex;flex-direction:column}.receipt-grid>div:nth-child(4n){border-right:0}.receipt-grid .wide{grid-column:span 3}.receipt-grid .wide:nth-child(2n){border-right:1px solid #aeb9b2}.receipt-grid span{font-size:8px;color:#475467}.receipt-grid b,.receipt-grid strong{font-size:10px;margin-top:6px}.receipt-grid small{font-size:8px;color:#475467;margin-top:4px}.receipt-grid .receipt-instructions{grid-column:span 3;min-height:102px}.receipt-instructions p{font-size:9px;line-height:1.7;margin:7px 0 0}.receipt-grid .receipt-total{grid-column:span 1;justify-content:space-between}.receipt-total strong{font-size:15px;color:#077739;text-align:right}.receipt-payer{font-size:10px;padding:9px 11px;border-bottom:1px solid #aeb9b2}.receipt-payer span{margin:0 7px;color:#98a2b3}.receipt-footer{display:flex;justify-content:space-between;padding:8px 11px;font-size:8px;color:#475467}.charge-doc-footer{display:flex;justify-content:space-between;align-items:center;padding:13px 2px 0;font-size:8px;color:#667085}.charge-doc-footer span{display:flex;align-items:center;gap:5px}.charge-doc-footer svg{width:13px}.public-charge-page .payment-status{padding:6px 13px;border-radius:20px;font-size:10px;font-weight:700;background:#dcf4e6;color:#087b3a}.public-charge-page .payment-status.overdue{background:#ffebe7;color:#c4320a}.public-charge-page .payment-status.paid{background:#dcf4e6;color:#087b3a}.public-charge-page .payment-status.canceled{background:#eef1f4;color:#667085}
@media(max-width:760px){.public-charge-page{padding:0;background:#fff}.charge-document{border:0;border-radius:0;box-shadow:none;padding:18px}.charge-doc-header{flex-direction:column}.charge-heading{text-align:left;align-items:flex-start}.charge-heading h1{font-size:19px}.charge-company-logo{width:58px;height:58px}.charge-company-logo svg{width:31px}.charge-company strong{font-size:17px}.charge-top-grid,.charge-pix-grid{grid-template-columns:1fr}.pix-steps-grid{grid-template-columns:1fr;gap:9px}.pix-step>span{width:31px;height:31px}.charge-pix-grid{gap:10px}.receipt-header{grid-template-columns:1fr}.receipt-company{border-right:0;border-bottom:1px solid #aeb9b2}.receipt-identification{min-height:49px}.receipt-grid{grid-template-columns:1fr 1fr}.receipt-grid>div,.receipt-grid>div:nth-child(4n),.receipt-grid .wide:nth-child(2n){border-right:1px solid #aeb9b2}.receipt-grid>div:nth-child(2n){border-right:0}.receipt-grid .wide,.receipt-grid .receipt-instructions{grid-column:span 2}.receipt-grid .receipt-total{grid-column:span 2}.receipt-footer,.charge-doc-footer{gap:10px;flex-direction:column;align-items:flex-start}.charge-top-grid h2{font-size:15px}}
@media print{.public-charge-page{background:#fff;padding:0}.charge-document{width:100%;max-width:none;border:0;box-shadow:none;border-radius:0;padding:0}.qr-open-btn,.pix-copy-card .primary-btn{display:none!important}.charge-doc-footer{padding-top:8px}}

/* Cobrança PIX - refinamento documental sem aparência de boleto */
.charge-important{border:1px solid #ef4444;background:#fff5f5;padding:16px 18px;align-items:center;box-shadow:0 0 0 1px rgba(239,68,68,.03)}
.charge-important>span{width:42px;height:42px;border-radius:50%;background:#fee2e2;color:#dc2626}
.charge-important svg{width:22px;height:22px}
.charge-important b{display:block;font-size:13px;line-height:1.2;color:#b42318;letter-spacing:.015em}
.charge-important p{margin:5px 0 0;font-size:12px;line-height:1.55;color:#7a271a;font-weight:500}
.charge-summary{margin-top:14px;padding:17px}
.charge-summary-heading{display:flex;align-items:center;gap:10px;padding-bottom:14px;border-bottom:1px solid #e6ece8}
.charge-summary-heading>span{width:38px;height:38px;border-radius:9px;background:#e8f7ee;color:#0b9143;display:grid;place-items:center;flex:0 0 auto}
.charge-summary-heading svg{width:20px;height:20px}
.charge-summary-heading b{display:block;font-size:12px;color:#076735}
.charge-summary-heading small{display:block;margin-top:3px;font-size:9px;color:#667085}
.charge-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:2px}
.charge-summary-grid>div{min-height:72px;padding:14px 13px;border-bottom:1px solid #edf1ee;border-right:1px solid #edf1ee;display:flex;flex-direction:column;justify-content:flex-start;gap:5px}
.charge-summary-grid>div:nth-child(4n){border-right:0}
.charge-summary-grid span{font-size:9px;color:#667085}
.charge-summary-grid strong{font-size:11px;color:#17241d;overflow-wrap:anywhere}
.charge-summary-grid small{font-size:8px;color:#667085}
.charge-summary-grid .summary-value{font-size:17px;color:#07843d}
.charge-summary-grid .summary-txid{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px}
.charge-summary-note{margin-top:13px;border-radius:8px;background:#f7faf8;padding:12px 13px;display:flex;align-items:flex-start;gap:9px;color:#475467}
.charge-summary-note svg{width:18px;height:18px;color:#0b9143;flex:0 0 auto}
.charge-summary-note p{font-size:9px;line-height:1.55;margin:0}
@media(max-width:760px){.charge-summary-grid{grid-template-columns:1fr 1fr}.charge-summary-grid>div:nth-child(4n){border-right:1px solid #edf1ee}.charge-summary-grid>div:nth-child(2n){border-right:0}.charge-important b{font-size:12px}.charge-important p{font-size:11px}}

.icon-action.delete-action:hover{background:#fff1f0;color:#b42318}


/* Segurança, login e logo personalizado */
.company-logo img{width:100%;height:100%;object-fit:contain;border-radius:7px;background:#fff}.charge-company-logo img{width:100%;height:100%;object-fit:contain;border-radius:9px;background:#fff;padding:4px}.receipt-company>span img{width:100%;height:100%;object-fit:contain;border-radius:5px;background:#fff;padding:2px}.logout-btn{width:38px;height:38px;border:1px solid #e1e6eb;border-radius:9px;display:grid;place-items:center;color:#475467;text-decoration:none;background:#fff;transition:.18s}.logout-btn:hover{color:#c72c2c;border-color:#f0b7b7;background:#fff7f7}.logout-btn svg{width:18px}.logo-upload-row{display:flex;align-items:center;gap:15px;border:1px solid #e0e6e3;border-radius:10px;padding:12px;background:#fbfcfb}.logo-preview{width:76px;height:76px;border:1px solid #e2e8e4;border-radius:9px;background:#fff;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.logo-preview img{width:100%;height:100%;object-fit:contain}.logo-preview svg{width:28px;color:#0b9143}.logo-upload-copy{flex:1}.logo-upload-copy input{width:100%;border:0!important;padding:0!important;background:transparent!important;height:auto!important}.logo-upload-copy small{display:block;margin-top:8px;color:#667085;line-height:1.5}.settings-divider{height:1px;background:#e8ece9;margin:26px 0}.section-title.compact{margin-bottom:18px}.login-body{min-height:100vh;background:linear-gradient(145deg,#f5f8f6,#eef4f0);display:grid;place-items:center;padding:24px;font-family:Inter,Arial,sans-serif;color:#101828}.login-card{width:min(100%,440px);background:#fff;border:1px solid #e0e7e2;border-radius:16px;box-shadow:0 22px 70px rgba(16,24,40,.11);padding:30px}.login-brand{display:flex;align-items:center;gap:12px;padding-bottom:22px;border-bottom:1px solid #edf1ee}.login-brand>div{display:flex;flex-direction:column}.login-brand strong{font-size:18px}.login-brand em{font-style:normal;color:#079346}.login-brand small{font-size:13px;color:#667085;margin-top:3px}.login-heading{display:flex;gap:13px;align-items:flex-start;margin:25px 0 20px}.login-heading>span{width:42px;height:42px;border-radius:10px;background:#eaf8ef;color:#07843d;display:grid;place-items:center;flex:0 0 auto}.login-heading svg{width:22px}.login-heading h1{font-size:20px;margin:0}.login-heading p{font-size:12px;color:#667085;margin:6px 0 0}.login-form{display:grid;gap:15px}.login-form label{font-size:12px;font-weight:600;color:#344054}.login-form input{display:block;width:100%;height:44px;border:1px solid #d0d5dd;border-radius:8px;padding:0 12px;margin-top:7px;font:inherit;font-size:13px;outline:none}.login-form input:focus{border-color:#149a4b;box-shadow:0 0 0 3px rgba(20,154,75,.11)}.password-field{position:relative}.password-field input{padding-right:44px}.password-toggle{position:absolute;right:5px;top:12px;width:34px;height:34px;border:0;background:transparent;color:#667085;display:grid;place-items:center;cursor:pointer}.password-toggle svg{width:18px}.login-submit{height:45px;border:0;margin-top:2px}.login-alert{font-size:11px;padding:10px 12px;border-radius:8px;background:#fff8e6;color:#8a5b00;margin-bottom:15px}.login-alert.login-error{background:#fff0f0;color:#b42318}.login-security{display:flex;align-items:center;justify-content:center;gap:7px;color:#667085;font-size:10px;margin-top:19px}.login-security svg{width:14px;color:#07843d}
@media(max-width:650px){.login-card{padding:22px}.logo-upload-row{align-items:flex-start;flex-direction:column}.logout-btn{width:34px;height:34px}}

/* Portal externo do cliente — acesso por link individual + CPF/CNPJ */
.client-link-tip{margin-top:18px;padding:12px 13px;border:1px solid #dcebe2;background:#f7fbf8;border-radius:9px;display:flex;gap:10px;align-items:flex-start;color:#3f5549}.client-link-tip>svg{width:18px;color:#0b9143;flex:0 0 auto;margin-top:1px}.client-link-tip b{display:block;font-size:11px;color:#0b6b36}.client-link-tip span{display:block;font-size:9px;line-height:1.5;margin-top:3px;color:#667085}.client-card-portal{gap:10px}.client-card-portal .client-info{min-width:0;flex:1}.client-public-label{display:flex!important;align-items:center;gap:4px;color:#0b9143!important;margin-top:4px}.client-public-label svg{width:12px}.client-portal-actions{display:flex;align-items:center;gap:5px}.client-portal-actions .icon-action{display:grid;place-items:center;text-decoration:none}
.client-portal-body{margin:0;min-height:100vh;background:linear-gradient(145deg,#f4f8f5,#eef3f0);font-family:Inter,Arial,sans-serif;color:#101828;padding:30px 18px}.client-portal-shell{width:min(100%,1080px);margin:0 auto}.client-portal-header{background:#fff;border:1px solid #dfe7e2;border-radius:16px 16px 0 0;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 14px 45px rgba(16,24,40,.06)}.portal-brand{display:flex;align-items:center;gap:12px}.portal-logo{width:52px;height:52px;border-radius:11px;background:#0b9847;color:#fff;display:grid;place-items:center;overflow:hidden}.portal-logo img{width:100%;height:100%;object-fit:contain;background:#fff;padding:3px}.portal-logo svg{width:26px}.portal-brand strong{display:block;font-size:17px}.portal-brand span{display:block;color:#667085;font-size:11px;margin-top:4px}.portal-exit{display:flex;align-items:center;gap:6px;text-decoration:none;color:#475467;font-size:11px;font-weight:600;border:1px solid #d8e0db;padding:9px 12px;border-radius:8px;background:#fff}.portal-exit svg{width:15px}.portal-access-card{width:min(100%,520px);margin:52px auto;background:#fff;border:1px solid #dfe7e2;border-radius:16px;padding:30px;box-shadow:0 20px 65px rgba(16,24,40,.08);text-align:center}.portal-access-icon{width:58px;height:58px;border-radius:15px;background:#eaf8ef;color:#0a9143;display:grid;place-items:center;margin:0 auto 16px}.portal-access-icon svg{width:28px}.portal-access-title h1{margin:0;font-size:22px}.portal-access-title p{margin:8px auto 0;max-width:390px;font-size:12px;line-height:1.55;color:#667085}.portal-alert{margin-top:18px;border:1px solid #f2b8b5;background:#fff4f4;color:#b42318;border-radius:8px;padding:10px 12px;display:flex;align-items:center;gap:8px;text-align:left;font-size:11px}.portal-alert svg{width:17px;flex:0 0 auto}.portal-access-form{margin-top:22px;text-align:left;display:grid;gap:15px}.portal-access-form label{font-size:11px;font-weight:700;color:#344054}.portal-input{position:relative;margin-top:7px}.portal-input>svg{position:absolute;left:13px;top:13px;width:18px;color:#667085}.portal-input input{width:100%;height:46px;border:1px solid #d0d5dd;border-radius:9px;padding:0 13px 0 43px;font:inherit;font-size:13px;outline:none;background:#fff}.portal-input input:focus{border-color:#159a4b;box-shadow:0 0 0 3px rgba(21,154,75,.11)}.portal-enter{height:46px;justify-content:center;border:0}.portal-security-note{margin-top:20px;padding-top:16px;border-top:1px solid #edf1ee;display:flex;align-items:flex-start;gap:8px;color:#667085;text-align:left;font-size:9px;line-height:1.55}.portal-security-note svg{width:15px;color:#0b9143;flex:0 0 auto}.portal-welcome{background:#fff;border-left:1px solid #dfe7e2;border-right:1px solid #dfe7e2;padding:24px 26px;display:flex;align-items:center;justify-content:space-between}.portal-welcome>div{display:flex;align-items:center;gap:13px}.portal-avatar{width:50px;height:50px;border-radius:50%;background:#e4f6eb;color:#0b9143;display:grid;place-items:center;font-weight:800;font-size:14px}.portal-welcome small{font-size:10px;color:#667085}.portal-welcome h1{font-size:19px;margin:2px 0 3px}.portal-welcome p{font-size:10px;color:#667085;margin:0}.portal-secure-badge{display:flex;align-items:center;gap:6px;background:#eaf8ef;color:#087c39;padding:8px 11px;border-radius:20px;font-size:10px;font-weight:700}.portal-secure-badge svg{width:15px}.portal-summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 0 14px;margin-top:14px}.portal-summary-cards article{background:#fff;border:1px solid #dfe7e2;border-radius:12px;padding:16px;display:flex;align-items:center;gap:11px;box-shadow:0 4px 18px rgba(16,24,40,.035)}.psc-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center}.psc-icon svg{width:21px}.psc-icon.green{background:#e9f8ef;color:#0b9847}.psc-icon.blue{background:#edf4ff;color:#2f73f2}.psc-icon.orange{background:#fff2e9;color:#f25b17}.portal-summary-cards small{display:block;font-size:9px;color:#667085}.portal-summary-cards strong{display:block;font-size:18px;margin-top:3px}.portal-charges-panel{background:#fff;border:1px solid #dfe7e2;border-radius:14px;padding:20px;box-shadow:0 10px 35px rgba(16,24,40,.045)}.portal-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #edf1ee}.portal-panel-heading h2{font-size:16px;margin:0}.portal-panel-heading p{font-size:10px;color:#667085;margin:5px 0 0}.portal-panel-heading>span{font-size:9px;color:#667085;background:#f5f7f6;border-radius:20px;padding:6px 9px}.portal-charge-list{display:grid}.portal-charge-row{display:grid;grid-template-columns:minmax(230px,1fr) 120px 95px 265px;gap:16px;align-items:center;padding:15px 4px;border-bottom:1px solid #edf1ee}.portal-charge-row:last-child{border-bottom:0}.portal-charge-main{display:flex;align-items:center;gap:10px;min-width:0}.portal-charge-icon{width:38px;height:38px;border-radius:9px;background:#eaf8ef;color:#0b9143;display:grid;place-items:center;flex:0 0 auto}.portal-charge-icon svg{width:19px}.portal-charge-main strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-charge-main small{display:block;font-size:9px;color:#667085;margin-top:4px}.portal-charge-value small{display:block;font-size:8px;color:#667085}.portal-charge-value strong{display:block;font-size:12px;margin-top:3px}.client-portal-body .payment-status{justify-self:start;padding:5px 9px;border-radius:20px;font-size:8px;font-weight:700;background:#e8f1ff;color:#2f73f2}.client-portal-body .payment-status.overdue{background:#ffebe7;color:#c4320a}.client-portal-body .payment-status.paid{background:#dcf4e6;color:#087b3a}.client-portal-body .payment-status.canceled{background:#eef1f4;color:#667085}.portal-charge-actions{display:flex;align-items:center;gap:7px;justify-content:flex-end}.portal-pay-btn,.portal-pdf-btn{height:34px;border-radius:7px;display:flex;align-items:center;justify-content:center;gap:5px;text-decoration:none;font-size:9px;font-weight:700;white-space:nowrap}.portal-pay-btn{background:#0b9847;color:#fff;padding:0 11px}.portal-pdf-btn{border:1px solid #cfd9d3;color:#344054;background:#fff;padding:0 10px}.portal-pay-btn svg,.portal-pdf-btn svg{width:14px}.portal-empty{text-align:center;padding:40px 20px;color:#667085;display:flex;flex-direction:column;align-items:center;gap:7px}.portal-empty svg{width:30px;color:#98a2b3}.portal-empty strong{font-size:12px;color:#344054}.portal-empty span{font-size:10px}.client-portal-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 4px;color:#667085;font-size:9px}.client-portal-footer span{display:flex;align-items:center;gap:5px}.client-portal-footer svg{width:13px;color:#0b9143}
.charge-public-toolbar{width:min(100%,940px);margin:0 auto 12px;display:flex;justify-content:flex-end;gap:8px}.charge-public-toolbar button,.charge-public-toolbar a{height:34px;border-radius:7px;padding:0 11px;border:1px solid #d6dfd9;background:#fff;color:#344054;display:flex;align-items:center;gap:6px;text-decoration:none;font:inherit;font-size:9px;font-weight:700}.charge-public-toolbar button{background:#0b9847;color:#fff;border-color:#0b9847}.charge-public-toolbar svg{width:14px}
@media(max-width:900px){.portal-charge-row{grid-template-columns:1fr 100px 90px}.portal-charge-actions{grid-column:1/-1;justify-content:flex-start;padding-left:48px}.portal-summary-cards{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:650px){.client-portal-body{padding:0;background:#fff}.client-portal-header{border-radius:0;border-left:0;border-right:0;padding:15px}.portal-logo{width:44px;height:44px}.portal-brand strong{font-size:14px}.portal-brand span{font-size:9px}.portal-exit{padding:8px}.portal-exit{font-size:0}.portal-exit svg{width:17px}.portal-access-card{margin:25px auto;border:0;box-shadow:none;padding:24px 18px}.portal-welcome{padding:18px 16px;align-items:flex-start;gap:10px}.portal-welcome h1{font-size:16px}.portal-welcome p{font-size:9px}.portal-secure-badge{font-size:0;padding:8px}.portal-summary-cards{grid-template-columns:1fr;padding:0 12px;margin-top:12px}.portal-charges-panel{border-radius:0;border-left:0;border-right:0;padding:16px 12px}.portal-panel-heading{gap:10px}.portal-panel-heading>span{display:none}.portal-charge-row{grid-template-columns:1fr 90px;gap:10px}.portal-charge-value{text-align:right}.client-portal-body .payment-status{grid-column:1}.portal-charge-actions{grid-column:1/-1;padding-left:0;justify-content:stretch}.portal-pay-btn,.portal-pdf-btn{flex:1}.client-portal-footer{padding:14px 16px}.client-card-portal{align-items:flex-start;flex-wrap:wrap}.client-card-portal .client-info{min-width:calc(100% - 55px)}.client-portal-actions{margin-left:50px}.charge-public-toolbar{padding:10px 12px;margin:0;background:#fff}.charge-public-toolbar button,.charge-public-toolbar a{flex:1;justify-content:center}}
@media print{.no-print{display:none!important}}
