:root{color:#18353b;font-synthesis:none;text-rendering:optimizelegibility;background:#f4f7f8;font-family:Inter,Arial,sans-serif}body{min-width:320px;min-height:100vh;margin:0}*{box-sizing:border-box}.login-page{background:radial-gradient(circle at 0 0,#ff5a00 0,#0000 30%),radial-gradient(circle at 100% 100%,#056 0,#0000 35%),#f4f7f8;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border-radius:24px;width:100%;max-width:430px;padding:42px;box-shadow:0 24px 70px #002d372e}.brand-mark{color:#fff;background:linear-gradient(135deg,#ff5a00 50%,#056 50%);border-radius:22px;place-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:26px;font-weight:800;display:grid}h1{color:#102f36;text-align:center;margin:0;font-size:30px}.subtitle{color:#64777c;text-align:center;margin:8px 0 32px}form{gap:12px;display:grid}label{color:#243f45;margin-top:8px;font-weight:600}input{color:#18353b;background:#fff;border:1px solid #ccd7da;border-radius:12px;width:100%;padding:14px 16px;font-size:16px}input:focus{border-color:#056;outline:3px solid #00556626}button{color:#fff;cursor:pointer;background:#056;border:0;border-radius:12px;margin-top:16px;padding:15px;font-size:16px;font-weight:700}button:hover{background:#003f4b}button:disabled{opacity:.65;cursor:wait}.message{text-align:center;color:#b53b00;margin:8px 0 0}.footer-text{color:#859397;text-align:center;margin:28px 0 0;font-size:14px}.loading-page{background:#eef3f4;place-items:center;min-height:100vh;display:grid}.loading-card{color:#123840;background:#fff;border-radius:16px;padding:24px 30px;font-weight:700;box-shadow:0 18px 50px #002d3726}.sidebar{color:#fff;background:#063f4c;flex-direction:column;padding:28px 20px;display:flex}.sidebar-brand{align-items:center;gap:12px;padding:0 8px 30px;display:flex}.sidebar-brand strong,.sidebar-brand span{display:block}.sidebar-brand strong{font-size:20px}.sidebar-brand span{color:#a9c7cd;font-size:14px}.sidebar-logo{background:linear-gradient(135deg,#ff5a00 50%,#008097 50%);border-radius:15px;place-items:center;width:48px;height:48px;font-weight:800;display:grid}.sidebar-menu{gap:8px;display:grid}.menu-item,.logout-button{text-align:left;color:#dcecef;background:0 0;border:0;border-radius:10px;width:100%;margin:0;padding:13px 15px}.menu-item:hover,.menu-item.active{color:#fff;background:#ffffff21}.logout-button{color:#fff;background:#ff5a00d9;margin-top:auto}.logout-button:hover{background:#ff5a00}.dashboard{padding:38px}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:30px;display:flex}.dashboard-header h1{text-align:left;margin:4px 0}.eyebrow{color:#ff5a00;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:13px;font-weight:800}.welcome-text{color:#6b8085}.status-badge{color:#087646;background:#dff7eb;border-radius:999px;padding:10px 14px;font-size:14px;font-weight:700}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.summary-card{background:#fff;border:1px solid #e1e9eb;border-radius:18px;padding:24px;box-shadow:0 12px 30px #002d370f}.summary-card span,.summary-card small{color:#70858a;display:block}.summary-card strong{color:#123840;margin:12px 0 8px;font-size:36px;display:block}.dashboard-panel{background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:25px;margin-top:24px;padding:28px;display:flex;box-shadow:0 12px 30px #002d370f}.dashboard-panel h2{color:#123840;margin:5px 0 10px}.dashboard-panel p{color:#6b8085;max-width:650px}.primary-action{background:#ff5a00;width:auto;min-width:150px;margin:0;padding:14px 20px}.primary-action:hover{background:#dd4e00}@media (width<=1000px){.app-shell{grid-template-columns:210px 1fr}.summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.app-shell{display:block}.sidebar{min-height:auto}.sidebar-menu{grid-template-columns:repeat(2,1fr)}.logout-button{margin-top:18px}.dashboard{padding:24px 18px}.dashboard-header,.dashboard-panel{flex-direction:column;align-items:stretch}.summary-grid{grid-template-columns:1fr}}.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#052026b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.client-modal{background:#f7fafb;border-radius:22px;width:min(960px,100%);max-height:92vh;padding:30px;overflow-y:auto;box-shadow:0 30px 90px #00000047}.modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.modal-header h2{color:#123840;margin:5px 0 0;font-size:28px}.close-button{color:#5d7277;background:#e7eef0;border-radius:50%;width:42px;height:42px;margin:0;padding:0;font-size:28px;line-height:1}.close-button:hover{color:#fff;background:#ff5a00}.client-form{gap:20px;display:grid}.client-form fieldset{background:#fff;border:1px solid #dce6e8;border-radius:16px;margin:0;padding:22px}.client-form legend{color:#0a5261;padding:0 8px;font-weight:800}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.client-form label{gap:8px;margin:0;display:grid}.client-form input,.client-form select,.client-form textarea{color:#18353b;width:100%;font:inherit;background:#fff;border:1px solid #cbd8db;border-radius:10px;padding:13px 14px}.client-form input:focus,.client-form select:focus,.client-form textarea:focus{border-color:#006277;outline:3px solid #00556624}.ip-control{grid-template-columns:1fr auto;gap:9px;display:grid}.ip-control button{white-space:nowrap;width:auto;margin:0}.generated-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.generated-grid div{background:#edf4f5;border-radius:11px;padding:14px}.generated-grid span,.generated-grid strong{display:block}.generated-grid span{color:#70858a;margin-bottom:6px;font-size:13px}.generated-grid strong{overflow-wrap:anywhere;color:#123840}.form-message{color:#934000;text-align:center;background:#fff1e8;border-radius:10px;padding:12px 15px}.modal-actions{justify-content:flex-end;gap:12px;display:flex}.modal-actions button{width:auto;min-width:135px;margin:0}.secondary-button{color:#29464c;background:#e0e9eb}.secondary-button:hover{background:#cbd9dc}@media (width<=700px){.client-modal{padding:22px 16px}.form-grid,.generated-grid,.ip-control{grid-template-columns:1fr}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}.client-mode-selector{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.mode-option{cursor:pointer;background:#f8fbfb;border:2px solid #dce6e8;border-radius:14px;grid-template-columns:auto 1fr;align-items:flex-start;padding:17px;gap:12px!important;display:flex!important}.mode-option.selected{background:#e8f5f7;border-color:#007084}.mode-option input{width:auto;margin:4px 0 0}.mode-option span,.mode-option strong,.mode-option small{display:block}.mode-option strong{color:#123840;margin-bottom:5px}.mode-option small{color:#6b8085;line-height:1.4}.migration-note{color:#28535c;background:#eaf4f5;border-radius:10px;margin:15px 0 0;padding:12px 14px}.created-client-summary{color:#0b633d;background:#e5f8ee;border:1px solid #9edaba;border-radius:12px;gap:6px;padding:18px;display:grid}.created-client-summary strong,.created-client-summary span{display:block}@media (width<=700px){.client-mode-selector{grid-template-columns:1fr}}.router-ip-status{background:#edf7f8;border:1px solid #cde1e5;border-radius:14px;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:18px;padding:16px;display:grid}.router-ip-status div{background:#fff;border-radius:10px;padding:12px}.router-ip-status span,.router-ip-status strong{display:block}.router-ip-status span{color:#70858a;margin-bottom:5px;font-size:12px}.router-ip-status strong{color:#123840;overflow-wrap:anywhere}@media (width<=900px){.router-ip-status{grid-template-columns:repeat(2,1fr)}}@media (width<=550px){.router-ip-status{grid-template-columns:1fr}}.router-capacity{background:#edf7f8;border:1px solid #cde1e5;border-radius:16px;margin-top:18px;padding:18px}.router-capacity-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:12px;display:flex}.router-capacity-header span,.router-capacity-header strong{display:block}.router-capacity-header span{color:#70858a;margin-bottom:4px;font-size:13px}.router-capacity-header strong{color:#123840}.capacity-percentage{font-size:24px}.capacity-bar{background:#d6e3e5;border-radius:999px;height:12px;margin-bottom:16px;overflow:hidden}.capacity-progress{border-radius:inherit;min-width:0;height:100%;transition:width .4s}.capacity-progress.healthy{background:#159764}.capacity-progress.warning{background:#e0ab18}.capacity-progress.danger{background:#ef7418}.capacity-progress.critical{background:#d93636}.capacity-percentage.healthy{color:#159764}.capacity-percentage.warning{color:#b78300}.capacity-percentage.danger{color:#d85e08}.capacity-percentage.critical{color:#c92d2d}.success-card{background:#f8fbfc;border:1px solid #d8e3e8;border-radius:14px;gap:14px;margin:24px 0;padding:20px;display:grid}.success-row{border-bottom:1px solid #edf1f2;justify-content:space-between;align-items:center;gap:20px;padding-bottom:10px;display:flex}.success-row:last-child{border-bottom:none;padding-bottom:0}.success-row span{color:#6b7280}.success-row strong{color:#123840;font-weight:600}.modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.secondary-button{cursor:pointer;background:#fff;border:1px solid #cfd8dc;border-radius:10px;padding:10px 18px}.client-table{border-collapse:collapse;width:100%;margin-top:22px}.client-table th,.client-table td{text-align:left;border-bottom:1px solid #e4ecef;padding:14px 16px}.client-table th{color:#5f747a;text-transform:uppercase;letter-spacing:.04em;background:#f4f8f9;font-size:13px}.client-table td{color:#123840}.client-table tbody tr:hover{background:#f7fafb}.client-table td:first-child{font-weight:700}.client-table td:last-child{text-transform:capitalize}@media (width<=900px){.dashboard-panel{overflow-x:auto}.client-table{min-width:760px}}.client-list-panel{background:#fff;border-radius:20px;padding:28px;box-shadow:0 15px 35px #12384014}.client-list-toolbar{justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px;display:flex}.client-list-toolbar h2{margin:4px 0 0}.client-count{color:#6f858a;font-weight:500}.client-search{color:#123840;background:#f8fbfc;border:1px solid #cfdee2;border-radius:12px;width:min(420px,100%);padding:13px 16px;font-size:15px}.client-search:focus{border-color:#08788a;outline:3px solid #08788a1f}.client-table-wrapper{width:100%;overflow-x:auto}.client-status{text-transform:capitalize;border-radius:999px;padding:6px 11px;font-size:13px;font-weight:700;display:inline-flex}.client-status.activo{color:#087347;background:#dcf7e9}.client-status.limitado{color:#986900;background:#fff2c7}.client-status.suspendido{color:#b84815;background:#ffe0d1}.client-status.retirado{color:#687176;background:#e9edef}.empty-table-message{text-align:center!important;color:#71858a!important;padding:35px!important}@media (width<=800px){.client-list-toolbar{flex-direction:column;align-items:stretch}.client-search{box-sizing:border-box;width:100%}}.clickable-row{cursor:pointer}.clickable-row:hover{background:#f1f7f8!important}.client-detail-page{flex-direction:column;gap:24px;display:flex}.client-detail-header{color:#fff;background:linear-gradient(135deg,#064c59 0%,#087184 100%);border-radius:22px;justify-content:space-between;align-items:flex-start;gap:24px;padding:30px;display:flex;box-shadow:0 18px 40px #064c5933}.client-detail-header h1{color:#fff;margin:8px 0 4px;font-size:38px;line-height:1.1}.client-detail-header p{color:#fffc;margin:0}.client-detail-header .eyebrow{color:#ffb08b}.back-button{color:#fff;cursor:pointer;background:0 0;border:none;margin-bottom:20px;padding:0;font-size:15px;font-weight:700}.back-button:hover{text-decoration:underline}.client-detail-header .client-status{background:#dcf7e9;flex-shrink:0}.client-overview-card{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.client-overview-card>div{background:#fff;border:1px solid #dbe7ea;border-radius:16px;min-width:0;padding:20px;box-shadow:0 10px 24px #1238400f}.client-overview-card span,.client-overview-card strong{display:block}.client-overview-card span{color:#6d8086;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.client-overview-card strong{color:#123840;overflow-wrap:anywhere;font-size:17px}.client-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.detail-row{border-bottom:1px solid #edf2f3;justify-content:space-between;align-items:flex-start;gap:24px;padding:13px 0;display:flex}.detail-row:last-child{border-bottom:none}.detail-row span{color:#70858a}.detail-row strong{color:#123840;text-align:right;overflow-wrap:anywhere;max-width:60%}.client-notes{color:#536a70;min-height:90px;margin:0;line-height:1.6}.client-detail-actions{background:#fff;border-radius:18px;justify-content:flex-end;gap:12px;padding:22px;display:flex;box-shadow:0 10px 26px #1238400f}@media (width<=1050px){.client-overview-card{grid-template-columns:repeat(2,1fr)}}@media (width<=750px){.client-detail-header{flex-direction:column}.client-detail-header h1{font-size:30px}.client-overview-card,.client-detail-grid{grid-template-columns:1fr}.detail-row{flex-direction:column;gap:5px}.detail-row strong{text-align:left;max-width:100%}.client-detail-actions{flex-direction:column}.client-detail-actions button{width:100%}}.payment-modal{overscroll-behavior:contain;position:relative}.payment-modal>.modal-header{z-index:4;background:#fffffffa;border-bottom:1px solid #e3ecee;margin:-28px -28px 18px;padding:24px 28px 16px;position:sticky;top:-28px}.payment-modal>.modal-actions{z-index:4;background:#fffffffa;border-top:1px solid #e3ecee;margin:18px -28px -28px;padding:16px 28px 24px;position:sticky;bottom:-28px;box-shadow:0 -12px 28px #12384014}.payment-success-card{box-sizing:border-box;text-align:center;background:#fff;border-radius:22px;width:min(540px,100vw - 32px);max-height:calc(100vh - 32px);padding:28px;overflow-y:auto;box-shadow:0 28px 70px #06323b47}.payment-success-card .payment-success-icon{width:64px;height:64px;margin-bottom:12px;font-size:34px}.payment-success-card h2{color:#123840;margin:8px 0 18px;font-size:25px}.payment-success-card .payment-success-summary{margin-bottom:12px;padding:14px 18px}.payment-success-card .payment-success-summary>div{padding:9px 0}.payment-success-card .payment-message{margin:10px 0 0;padding:10px 14px}.receipt-modal>.modal-header{background:#fff;border-bottom:1px solid #e3ecee;flex:none;align-items:center;margin:0;padding:20px 24px}.receipt-scroll-area{overscroll-behavior:contain;background:#f4f8f9;flex:auto;min-height:0;padding:22px;overflow-y:auto}.receipt-scroll-area>.receipt-content,.receipt-scroll-area>.payment-message,.receipt-scroll-area>.payment-void-panel{box-sizing:border-box;width:min(560px,100%);margin-left:auto;margin-right:auto}.receipt-actions{background:#fff;border-top:1px solid #dce7e9;flex:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px 20px;display:grid;box-shadow:0 -10px 28px #1238401a}.receipt-action-button{width:100%;min-width:0;min-height:48px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:8px;margin:0;padding:10px 12px;font-size:14px;font-weight:800;line-height:1.2;display:inline-flex}.receipt-action-button.print{color:#075d6a;background:#eaf7fa;border-color:#b8dce4}.receipt-action-button.whatsapp{color:#087347;background:#e7f8ee;border-color:#9ed9b8}.receipt-action-button.void{color:#a9271c;background:#fff0ee;border-color:#efb1aa}.receipt-action-button.close{color:#fff;background:#ff5a00}.receipt-action-button:disabled{cursor:wait;opacity:.65}.client-detail-actions{margin:0;padding:16px 18px;box-shadow:0 8px 22px #1238400f}@media (width<=700px){.modal-backdrop{padding:8px}.payment-modal{border-radius:17px;width:calc(100vw - 16px);max-height:calc(100dvh - 16px);padding:16px 14px}.payment-modal>.modal-header{margin:-16px -14px 12px;padding:16px 14px 12px;top:-16px}.payment-modal>.modal-actions{margin:14px -14px -16px;padding:12px 14px 14px;bottom:-16px}.payment-client-summary{gap:7px;margin:12px 0;padding:13px}.payment-client-summary>strong{font-size:19px}.payment-month-options{gap:8px;margin:14px 0}.payment-month-button{min-height:64px}.payment-summary{margin-bottom:12px;padding:12px}.payment-summary>div{gap:12px;padding:8px 0}.payment-total{padding:14px!important}.payment-total strong{font-size:24px}.payment-success-card{border-radius:18px;width:calc(100vw - 16px);max-height:calc(100dvh - 16px);padding:22px 16px}.payment-success-summary>div{flex-direction:column;align-items:flex-start;gap:4px}.payment-success-summary strong{text-align:left}.receipt-modal{border-radius:17px;width:calc(100vw - 16px);height:calc(100dvh - 16px);max-height:calc(100dvh - 16px)}.receipt-modal>.modal-header{padding:13px 14px}.receipt-modal>.modal-header h2{font-size:22px}.receipt-scroll-area{padding:10px}.receipt-content{border-radius:13px;padding:18px 14px}.receipt-logo{width:190px}.receipt-total-box{padding:18px 12px}.receipt-total-value{font-size:38px}.receipt-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px}.receipt-action-button{min-height:46px;padding:9px 7px;font-size:13px}.client-detail-actions{margin:0;padding:12px}}.client-detail-code{letter-spacing:.03em;font-size:16px;font-weight:600}.detail-status{text-transform:uppercase;padding:9px 16px;font-size:14px}.info-card{background:#fff;border:1px solid #dbe7ea;border-radius:16px;min-width:0;padding:20px;box-shadow:0 10px 24px #1238400f}.info-card-label{color:#6d8086;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.info-card-value{color:#123840;overflow-wrap:anywhere;font-size:17px;display:block}.section-card{background:#fff;border:1px solid #dbe7ea;border-radius:18px;padding:24px;box-shadow:0 12px 30px #1238400f}.section-card-title{color:#123840;margin:0 0 20px;font-size:21px}.data-row{border-bottom:1px solid #edf2f3;justify-content:space-between;align-items:flex-start;gap:24px;padding:13px 0;display:flex}.data-row:last-child{border-bottom:none}.data-row-label{color:#70858a}.data-row-value{color:#123840;text-align:right;overflow-wrap:anywhere;max-width:60%}@media (width<=750px){.data-row{flex-direction:column;gap:5px}.data-row-value{text-align:left;max-width:100%}}.status-badge-ui{text-transform:capitalize;border-radius:999px;justify-content:center;align-items:center;padding:7px 12px;font-size:13px;font-weight:800;display:inline-flex}.status-badge-ui.activo{color:#087347;background:#dcf7e9}.status-badge-ui.limitado{color:#986900;background:#fff2c7}.status-badge-ui.suspendido{color:#b84815;background:#ffe0d1}.status-badge-ui.retirado{color:#687176;background:#e9edef}.data-row-value{justify-content:flex-end;align-items:center;gap:10px;max-width:60%;display:flex}.data-row-actions{align-items:center;gap:6px;display:flex}.copy-button,.show-button{color:#08788a;cursor:pointer;background:#edf7f9;border:none;border-radius:10px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;line-height:1;transition:background .2s;display:inline-flex}.copy-button{font-size:19px}.show-button{font-size:16px}.copy-button:hover,.show-button:hover{background:#d8f0f4}.payment-modal{background:#fff;border-radius:24px;width:min(640px,100vw - 32px);max-height:calc(100vh - 40px);padding:28px;overflow-y:auto;box-shadow:0 28px 70px #06323b47}.payment-client-summary{background:#f2f8f9;border-radius:18px;grid-template-columns:1fr 1fr;gap:12px 20px;margin:22px 0;padding:20px;display:grid}.payment-client-summary strong,.payment-client-summary span{display:block}.payment-client-summary>strong{color:#123840;grid-column:1/-1;font-size:22px;font-weight:800}.payment-client-summary span{color:#60777d;font-size:15px;line-height:1.45}.payment-month-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0;display:grid}.payment-month-button{color:#123840;cursor:pointer;background:#fff;border:2px solid #d9e7ea;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:74px;margin:0;padding:12px 8px;font-size:15px;font-weight:800;transition:all .2s;display:flex}.payment-month-button:hover{background:#f3fafb;border-color:#08788a}.payment-month-button.active{color:#c94a00;background:#fff1e9;border-color:#ff5a00}.payment-month-button:nth-child(4){grid-column:1/2}.payment-month-button:nth-child(5){grid-column:2/3}.payment-summary span{color:#6f8388;font-size:15px}.payment-summary strong{color:#123840;text-align:right;font-size:15px;font-weight:800}.payment-total{color:#fff;background:#075d6a;border-radius:16px;gap:20px;margin-top:8px;border:0!important;justify-content:space-between!important;align-items:center!important;padding:18px 20px!important;display:flex!important}.payment-total span{font-size:16px;font-weight:700;color:#fff!important}.payment-total strong{font-size:30px;font-weight:900;color:#fff!important}.payment-modal .modal-actions{margin-top:22px}@media (width<=700px){.payment-modal{border-radius:20px;width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:20px 16px}.payment-client-summary{grid-template-columns:1fr;padding:16px}.payment-client-summary>strong{grid-column:auto}.payment-month-options{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-month-button:nth-child(4),.payment-month-button:nth-child(5){grid-column:auto}.payment-summary{padding:15px}.payment-total{flex-direction:row!important;align-items:center!important}.payment-total strong{font-size:27px}.payment-modal .modal-actions{flex-direction:column-reverse}.payment-modal .modal-actions button{width:100%}}.payment-month-button{flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.payment-month-button small{color:#087347;font-size:11px;font-weight:900}.payment-month-button.active small{color:#c94a00}.payment-summary{background:#fff;border:1px solid #dbe7ea;border-radius:16px;margin-bottom:20px;padding:20px}.payment-summary h3{color:#123840;margin:0 0 16px;font-size:18px}.payment-summary>div{border-bottom:1px solid #edf2f3;justify-content:space-between;align-items:center;gap:20px;padding:10px 0;display:flex}.payment-summary>div:last-child{border-bottom:none}.payment-summary span{color:#6f8388}.payment-summary strong{color:#123840;text-align:right}.payment-summary .payment-discount strong{color:#087347}.payment-message{border-radius:14px;flex-direction:column;gap:6px;margin-top:18px;padding:14px 16px;display:flex}.payment-message.success{color:#087347;background:#e7f8ee}.payment-message.error{color:#a83d18;background:#ffe7dc}.payment-success-view{text-align:center}.payment-success-icon{color:#087347;background:#dcf7e9;border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;margin-bottom:18px;font-size:42px;font-weight:900;display:inline-flex}.payment-success-view h2{color:#123840;margin:6px 0 24px;font-size:30px}.payment-success-summary{text-align:left;background:#f8fbfc;border:1px solid #dbe7ea;border-radius:16px;gap:0;margin-bottom:24px;padding:20px;display:grid}.payment-success-summary>div{border-bottom:1px solid #edf2f3;justify-content:space-between;gap:20px;padding:12px 0;display:flex}.payment-success-summary>div:last-child{border-bottom:none}.payment-success-summary span{color:#70858a}.payment-success-summary strong{color:#123840;text-align:right}.payment-history{background:#fff;border-radius:24px;margin-top:32px;padding:28px;box-shadow:0 10px 30px #0f283714}.payment-history-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.payment-history-header span{color:#0f5b69;background:#edf6f8;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700}.payment-history-list{flex-direction:column;gap:14px;display:flex}.payment-history-item{border:1px solid #e5ecee;border-radius:16px;grid-template-columns:2fr 1fr 1fr 1fr auto;align-items:center;gap:20px;padding:18px;transition:all .2s;display:grid}.payment-history-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.payment-history-item div{flex-direction:column;display:flex}.payment-history-item span{color:#70858a;font-size:13px}.payment-history-item strong{color:#123840}.payment-history-item.voided{opacity:.55;background:#fafafa}.payment-history-empty{text-align:center;color:#70858a;background:#f6f9fa;border-radius:18px;padding:30px}@media (width<=900px){.payment-history-item{grid-template-columns:1fr}}.payment-receipt-button{color:#075d6a;cursor:pointer;background:#fff;border:1px solid #d5e3e6;border-radius:10px;padding:9px 14px;font-weight:800}.payment-receipt-button:hover{background:#edf7f9}.receipt-modal{background:#fff;border-radius:24px;width:min(560px,100vw - 30px);max-height:calc(100vh - 30px);padding:24px;overflow-y:auto}.receipt-content{color:#123840;background:#fff;border:1px solid #dbe7ea;border-radius:18px;padding:26px}.receipt-brand{text-align:center}.receipt-logo-placeholder{color:#fff;background:#075d6a;border-radius:18px;justify-content:center;align-items:center;width:90px;height:64px;margin-bottom:10px;font-size:28px;font-weight:900;display:inline-flex}.receipt-brand h3{color:#0f3a46;margin:6px 0 10px;font-size:20px;font-weight:700}.receipt-brand p{color:#647b80;margin:0 0 10px;line-height:1.5}.receipt-brand>strong{color:#087347}.receipt-divider{border-top:1px dashed #cbd8db;margin:22px 0}.receipt-customer,.receipt-payment-detail,.receipt-totals{gap:12px;display:grid}.receipt-row,.receipt-plan-line,.receipt-totals>div{justify-content:space-between;gap:20px;display:flex}.receipt-row span,.receipt-plan-line span,.receipt-totals span{color:#70858a}.receipt-row strong{text-align:right;max-width:65%}.receipt-plan-line>div{flex-direction:column;gap:5px;display:flex}.receipt-next-payment{color:#647b80;margin:12px 0 0;font-style:italic}.receipt-totals>div:first-child{font-size:21px}.receipt-thanks{text-align:center;color:#566d72;margin:0;line-height:1.6}.receipt-footer{border-top:1px solid #e4ecee;justify-content:space-between;gap:12px;margin-top:22px;padding-top:16px;font-size:13px;display:flex}.receipt-logo{width:240px;max-width:80%;height:auto;margin:0 auto 16px;display:block}.receipt-total-box{color:#fff;text-align:center;background:#0f6674;border-radius:18px;margin:24px 0;padding:24px}.receipt-total-label{letter-spacing:3px;opacity:.95;font-size:16px;font-weight:700;display:block}.receipt-total-value{margin-top:10px;font-size:50px;font-weight:900;line-height:1;display:block}@media print{.receipt-total-box{box-shadow:none;border:2px solid #000;color:#000!important;background:#fff!important}.receipt-total-label,.receipt-total-value,.receipt-total-cash{color:#000!important}.receipt-modal{border-radius:0;width:80mm;padding:0}.modal-header,.modal-actions{display:none!important}}.receipt-export-wrapper{pointer-events:none;background:#fff;position:fixed;top:0;left:-10000px;width:560px!important;min-width:560px!important;max-width:560px!important}.receipt-export-wrapper .receipt-content{box-sizing:border-box;width:560px!important;min-width:560px!important;max-width:560px!important;padding:26px!important}@media (width<=700px){.receipt-export-wrapper .receipt-row,.receipt-export-wrapper .receipt-plan-line,.receipt-export-wrapper .receipt-footer{flex-direction:row!important}.receipt-export-wrapper .receipt-total-value{font-size:50px!important}.receipt-export-wrapper .receipt-logo{width:240px!important}}.app-shell{background:#eef3f4;grid-template-columns:280px 1fr;min-height:100vh;display:grid}.app-sidebar{background:#fff;border-right:1px solid #d9e5e7;flex-direction:column;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.app-sidebar-brand{align-items:center;gap:12px;padding:8px 10px 26px;display:flex}.app-sidebar-brand img{width:62px;height:auto}.app-sidebar-brand div{flex-direction:column;display:flex}.app-sidebar-brand strong{color:#103b44;font-size:21px}.app-sidebar-brand span{color:#ff5a00;letter-spacing:1px;font-weight:800}.app-navigation{gap:8px;display:grid}.app-nav-item{color:#5d7378;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:13px;align-items:center;gap:14px;width:100%;padding:13px 15px;font-size:16px;font-weight:700;display:flex}.app-nav-item:hover{color:#075d6a;background:#f1f7f8}.app-nav-item.active{color:#fff;background:#075d6a}.app-nav-icon{text-align:center;width:24px}.app-sidebar-user{border-top:1px solid #e4ecee;align-items:center;gap:12px;margin-top:auto;padding:16px 10px 4px;display:flex}.app-sidebar-user>div:last-child{flex-direction:column;display:flex}.app-sidebar-user strong{color:#123840;font-size:14px}.app-sidebar-user span{color:#788b8f;text-transform:capitalize;font-size:13px}.app-user-avatar{color:#fff;background:#ff5a00;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.app-main{min-width:0}.app-topbar{padding:28px 34px 10px}.app-topbar h1{color:#123840;margin:4px 0 0;font-size:28px}.app-content{padding:20px 34px 40px}@media (width<=900px){.app-shell{grid-template-columns:1fr}.app-sidebar{height:auto;position:static}.app-navigation{grid-template-columns:repeat(2,1fr)}.app-sidebar-user{margin-top:18px}}.ui-card{background:#fff;border:1px solid #dbe6e8;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #103b440f}.ui-card-header{border-bottom:1px solid #edf2f3;padding:22px 24px 16px}.ui-card-header h2,.ui-card-header h3{color:#123840;margin:0}.ui-card-body{padding:24px}.ui-card-footer{background:#fafcfc;border-top:1px solid #edf2f3;padding:16px 24px}.ui-button{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 22px;font-size:15px;font-weight:700;transition:all .2s;display:inline-flex}.ui-button:hover{transform:translateY(-1px)}.ui-button:active{transform:translateY(0)}.ui-button-primary{color:#fff;background:#ff5a00}.ui-button-primary:hover{background:#e85100}.ui-button-secondary{color:#123840;background:#eef4f5}.ui-button-secondary:hover{background:#dde8ea}.ui-button-danger{color:#fff;background:#d92d20}.ui-button-danger:hover{background:#b42318}.ui-button-success{color:#fff;background:#067647}.ui-button-success:hover{background:#05603a}.ui-badge{text-transform:capitalize;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:4px 11px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.ui-badge-neutral{color:#5c7277;background:#eef3f4}.ui-badge-success{color:#067647;background:#dcfae6}.ui-badge-warning{color:#a15c00;background:#fff3d6}.ui-badge-danger{color:#b42318;background:#fee4e2}.ui-badge-info{color:#075d6a;background:#e2f4f7}.users-page{gap:24px;display:grid}.users-page-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.users-page-header h1{color:#123840;margin:4px 0 8px}.users-page-header p:last-child{color:#70858a;margin:0}.users-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;display:grid}.user-profile-card{flex-direction:column;display:flex}.user-profile-card .ui-card-body{flex:1}.user-profile-header{align-items:center;gap:16px;display:flex}.user-avatar{color:#fff;background:#075d6a;border-radius:50%;flex:none;place-items:center;width:58px;height:58px;font-size:18px;font-weight:900;display:grid}.user-profile-identity{min-width:0}.user-profile-identity h2{color:#123840;margin:0 0 10px;font-size:20px}.user-profile-badges{flex-wrap:wrap;gap:8px;display:flex}.user-profile-details{border-top:1px solid #edf2f3;margin-top:24px;padding-top:20px}.user-profile-details>div{flex-direction:column;gap:5px;display:flex}.user-profile-details span{color:#70858a;font-size:13px}.user-profile-details strong{color:#123840}.user-profile-actions{justify-content:flex-end;gap:10px;display:flex}.users-message,.users-empty{color:#70858a;text-align:center;margin:0}@media (width<=700px){.users-page-header{flex-direction:column}.users-page-header .ui-button{width:100%}.users-grid{grid-template-columns:1fr}.user-profile-actions{flex-direction:column}.user-profile-actions .ui-button{width:100%}}.app-logout-button{color:#b42318;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;width:100%;margin-top:12px;padding:12px;font-size:14px;font-weight:800;display:flex}.app-logout-button:hover{background:#fee4e2}.client-view-button{color:#075d6a;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d4e1e4;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.client-view-button:hover{background:#edf7f9;border-color:#b9d3d8}.client-back-button{min-height:40px;margin-bottom:18px;padding:0 15px}.client-detail-actions{justify-content:flex-end;gap:12px;margin:24px 0;display:flex}@media (width<=700px){.client-detail-actions{flex-direction:column}.client-detail-actions .ui-button{width:100%}}.edit-client-modal{width:min(760px,100vw - 32px)}.edit-client-grid{grid-template-columns:repeat(2,1fr);gap:18px;padding:24px;display:grid}.edit-client-grid label{color:#36565d;gap:7px;font-size:14px;font-weight:700;display:grid}.edit-client-grid input,.edit-client-grid select,.edit-client-grid textarea{box-sizing:border-box;color:#123840;width:100%;font:inherit;background:#fff;border:1px solid #cfdee1;border-radius:11px;padding:12px 13px}.edit-client-grid input:focus,.edit-client-grid select:focus,.edit-client-grid textarea:focus{border-color:#075d6a;outline:2px solid #075d6a2e}.edit-client-notes{grid-column:1/-1}@media (width<=700px){.edit-client-grid{grid-template-columns:1fr}.edit-client-notes{grid-column:auto}}.form-section{background:#fff;border:1px solid #e1eaec;border-radius:16px}.form-section-header{border-bottom:1px solid #edf2f3;padding:18px 20px 14px}.form-section-header h3{color:#123840;margin:0;font-size:17px}.form-section-header p{color:#74888d;margin:5px 0 0;font-size:13px}.form-section-body{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:20px;display:grid}@media (width<=700px){.form-section-body{grid-template-columns:1fr}}.form-field{gap:7px;min-width:0;display:grid}.form-field-label{color:#36565d;font-size:14px;font-weight:800}.form-field-required{color:#d92d20;margin-left:4px}.form-field input,.form-field select,.form-field textarea{box-sizing:border-box;color:#123840;width:100%;font:inherit;background:#fff;border:1px solid #cfdee1;border-radius:11px;padding:12px 13px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#075d6a;outline:2px solid #075d6a2e}.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{color:#829397;cursor:not-allowed;background:#f2f6f7}.form-field-help{color:#74888d;font-size:12px}.form-field-error{color:#b42318;font-size:12px;font-weight:700}.ui-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f262b8c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.ui-modal{background:#fff;border:1px solid #dbe6e8;border-radius:20px;width:min(760px,100%);max-height:calc(100vh - 40px);overflow:hidden;box-shadow:0 24px 70px #0f262b3d}.ui-modal-header{border-bottom:1px solid #edf2f3;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px 18px;display:flex}.ui-modal-header h2{color:#123840;margin:4px 0 0}.ui-modal-close{color:#5d7378;cursor:pointer;background:#f3f7f8;border:0;border-radius:10px;flex:none;place-items:center;width:40px;height:40px;display:grid}.ui-modal-close:hover{color:#123840;background:#e7eff1}.ui-modal-body{max-height:calc(100vh - 190px);padding:24px;overflow-y:auto}.ui-modal-footer{background:#fafcfc;border-top:1px solid #edf2f3;justify-content:flex-end;gap:12px;padding:18px 24px;display:flex}@media (width<=700px){.ui-modal-backdrop{padding:10px}.ui-modal{border-radius:16px;max-height:calc(100vh - 20px)}.ui-modal-body{max-height:calc(100vh - 180px);padding:16px}.ui-modal-footer{flex-direction:column-reverse}.ui-modal-footer .ui-button{width:100%}}.ui-table-wrapper{background:#fff;border:1px solid #dbe6e8;border-radius:16px;width:100%;overflow-x:auto;box-shadow:0 8px 24px #103b440d}.ui-table{border-collapse:collapse;color:#36565d;width:100%}.ui-table th,.ui-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf2f3;padding:15px 18px}.ui-table th{color:#5d7378;letter-spacing:.04em;text-transform:uppercase;background:#f7fafb;font-size:12px;font-weight:900}.ui-table tbody tr{transition:background .18s}.ui-table tbody tr:hover{background:#f4f9fa}.ui-table tbody tr:last-child td{border-bottom:0}.ui-table-empty{color:#74888d;text-align:center;padding:38px 20px}.payments-page{gap:22px;display:grid}.payments-page-header h1{color:#123840;margin:4px 0 8px}.payments-page-header p:last-child{color:#70858a;margin:0}.payments-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.payments-summary-label{color:#70858a;font-size:13px;font-weight:800;display:block}.payments-summary-value{color:#123840;margin:8px 0;font-size:30px;display:block}.payments-summary-grid small{color:#7b8e92}.payments-toolbar{justify-content:flex-end;display:flex}.payments-search{color:#70858a;background:#fff;border:1px solid #d5e1e4;border-radius:12px;align-items:center;gap:10px;width:min(420px,100%);padding:0 14px;display:flex}.payments-search input{color:#123840;background:0 0;border:0;outline:0;width:100%;min-height:44px}.payments-list{gap:14px;display:grid}.payment-record-main{grid-template-columns:minmax(140px,1fr) minmax(180px,2fr) minmax(120px,1fr) auto auto;align-items:center;gap:18px;display:grid}.payment-record-main>div{gap:5px;display:grid}.payment-record-main span{color:#70858a;font-size:13px}.payment-record-main strong{color:#123840}@media (width<=900px){.payments-summary-grid,.payment-record-main{grid-template-columns:1fr}.payment-record-main .payment-receipt-button{width:100%}}.smart-dashboard{gap:22px;display:grid}.smart-dashboard-header h1{color:#123840;margin:4px 0 8px}.smart-dashboard-header p:last-child{color:#70858a;margin:0}.dashboard-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.dashboard-stat-card .ui-card-body{align-items:center;gap:16px;display:flex}.dashboard-stat-card .ui-card-body>div:last-child{gap:5px;display:grid}.dashboard-stat-card span{color:#70858a;font-size:13px;font-weight:800}.dashboard-stat-card strong{color:#123840;font-size:27px}.dashboard-stat-card small{color:#819397}.dashboard-stat-icon{color:#075d6a;background:#e2f4f7;border-radius:13px;flex:none;place-items:center;width:46px;height:46px;display:grid}.dashboard-stat-icon.warning{color:#a15c00;background:#fff3d6}.dashboard-stat-icon.money{color:#067647;background:#dcfae6}.dashboard-section-title{align-items:center;gap:14px;display:flex}.dashboard-section-title h2{margin:0}.dashboard-section-title p{color:#74888d;margin:5px 0 0;font-size:13px}.dashboard-activity-list{display:grid}.dashboard-activity-item{border-bottom:1px solid #edf2f3;grid-template-columns:auto 1fr auto;gap:15px;padding:17px 0;display:grid}.dashboard-activity-item:last-child{border-bottom:0}.activity-marker{background:#ff5a00;border-radius:50%;width:10px;height:10px;margin-top:7px;box-shadow:0 0 0 5px #fff0e8}.activity-content{min-width:0}.activity-heading{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.activity-content p{color:#36565d;margin:6px 0}.activity-content>span,.dashboard-activity-item time{color:#7b8e92;font-size:12px}.dashboard-empty{color:#74888d;text-align:center;margin:0}@media (width<=1100px){.dashboard-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.dashboard-stat-grid{grid-template-columns:1fr}.dashboard-activity-item{grid-template-columns:auto 1fr}.dashboard-activity-item time{grid-column:2}}.dashboard-agenda-list{display:grid}.dashboard-agenda-item{border-bottom:1px solid #edf2f3;justify-content:space-between;align-items:center;gap:18px;padding:15px 0;display:flex}.dashboard-agenda-item:last-child{border-bottom:0}.dashboard-agenda-item>div{gap:4px;display:grid}.dashboard-agenda-item strong{color:#123840}.dashboard-agenda-item span{color:#7b8e92;font-size:12px}@media (width<=600px){.dashboard-agenda-item{flex-direction:column;align-items:flex-start}}.stats-widget{background:#fff;border:1px solid #dbe6e8;border-radius:18px;align-items:center;gap:16px;min-height:104px;padding:22px;display:flex;box-shadow:0 8px 24px #103b440f}.stats-widget-icon{border-radius:14px;flex:none;place-items:center;width:50px;height:50px;display:grid}.stats-widget-icon-default{color:#075d6a;background:#e2f4f7}.stats-widget-icon-success{color:#067647;background:#dcfae6}.stats-widget-icon-warning{color:#a15c00;background:#fff3d6}.stats-widget-icon-danger{color:#b42318;background:#fee4e2}.stats-widget-content{gap:5px;min-width:0;display:grid}.stats-widget-content span{color:#70858a;font-size:13px;font-weight:800}.stats-widget-content strong{color:#123840;font-size:28px;line-height:1.1}.stats-widget-content small{color:#819397}.billing-operations-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.billing-operations-grid article{color:#075d6a;background:#f9fbfc;border:1px solid #e1eaec;border-radius:14px;align-items:center;gap:13px;padding:17px;display:flex}.billing-operations-grid article>div{gap:3px;display:grid}.billing-operations-grid strong{color:#123840;font-size:23px}.billing-operations-grid span{color:#70858a;font-size:13px}@media (width<=750px){.billing-operations-grid{grid-template-columns:1fr}}.billing-critical-list{display:grid}.billing-critical-item{border-bottom:1px solid #edf2f3;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;padding:16px 0;display:grid}.billing-critical-item:last-child{border-bottom:0}.billing-critical-icon{border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.billing-critical-icon.info{color:#075d6a;background:#e2f4f7}.billing-critical-icon.warning{color:#a15c00;background:#fff3d6}.billing-critical-icon.danger{color:#b42318;background:#fee4e2}.billing-critical-client{gap:4px;min-width:0;display:grid}.billing-critical-client strong{color:#123840;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.billing-critical-client span{color:#7b8e92;font-size:12px}.billing-critical-status{justify-items:end;gap:6px;display:grid}.billing-critical-status small{color:#7b8e92;font-size:12px}.billing-critical-more{color:#70858a;text-align:center;margin:16px 0 0;font-size:13px}@media (width<=650px){.billing-critical-item{grid-template-columns:auto 1fr}.billing-critical-status{grid-column:2;justify-items:start}}.billing-operation-sections{gap:18px;display:grid}.billing-operation-section{background:#fff;border:1px solid #e1eaec;border-radius:15px;overflow:hidden}.billing-operation-section>header{background:#f9fbfc;border-bottom:1px solid #edf2f3;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 18px;display:grid}.billing-operation-section h3{color:#123840;margin:0;font-size:16px}.billing-operation-section header p{color:#70858a;margin:4px 0 0;font-size:12px}.billing-operation-clients{padding:0 18px;display:grid}.billing-operation-clients article{border-bottom:1px solid #edf2f3;justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.billing-operation-clients article:last-child{border-bottom:0}.billing-operation-clients article>div{gap:4px;display:grid}.billing-operation-clients strong{color:#123840}.billing-operation-clients span,.billing-operation-clients small{color:#7b8e92;font-size:12px}@media (width<=650px){.billing-operation-section>header{grid-template-columns:auto 1fr}.billing-operation-section>header .ui-badge{grid-column:2;justify-self:start}.billing-operation-clients article{flex-direction:column;align-items:flex-start}}.billing-operation-clients article{grid-template-columns:minmax(170px,1fr) minmax(280px,2fr) auto;align-items:center;gap:20px;display:grid}.billing-client-main{gap:4px;display:grid}.billing-client-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.billing-client-details span{color:#7b8e92;gap:3px;font-size:12px;display:grid}.billing-client-details strong{color:#36565d;font-size:13px}.billing-client-overdue{color:#b42318;white-space:nowrap;font-weight:800}@media (width<=950px){.billing-operation-clients article,.billing-client-details{grid-template-columns:1fr}}.billing-client-actions{justify-items:end;gap:10px;display:grid}.billing-view-client{color:#075d6a;background:#fff;border:1px solid #cfdfe2;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:9px 13px;font-size:13px;font-weight:800;text-decoration:none;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.billing-view-client:hover{background:#edf8fa;border-color:#075d6a;transform:translateY(-1px)}@media (width<=950px){.billing-client-actions{justify-items:start}}.client-financial-status{background:#fff;border:1px solid #e1eaec;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;padding:22px 24px;display:flex}.client-financial-status h2{color:#123840;margin:4px 0 8px}.client-financial-status p:last-child{color:#70858a;margin:0}.client-financial-days{background:#fff3d6;border-radius:14px;justify-items:center;gap:4px;min-width:125px;padding:16px 20px;display:grid}.client-financial-days strong{color:#a15c00;font-size:30px}.client-financial-days span{color:#7b6a45;font-size:12px;font-weight:800}@media (width<=700px){.client-financial-status{flex-direction:column;align-items:flex-start}.client-financial-days{width:100%}}.client-financial-status{transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.client-financial-status:before{content:"";width:6px;height:100%;position:absolute;top:0;left:0}.client-financial-status.success{border-color:#b7ebcc;box-shadow:0 8px 24px #0676470f}.client-financial-status.success:before{background:#067647}.client-financial-days.success{background:#dcfae6}.client-financial-days.success strong{color:#067647}.client-financial-days.success span{color:#317a55}.client-financial-status.warning{border-color:#f7dfa1;box-shadow:0 8px 24px #a15c000f}.client-financial-status.warning:before{background:#d48a00}.client-financial-days.warning{background:#fff3d6}.client-financial-days.warning strong{color:#a15c00}.client-financial-days.warning span{color:#7b6a45}.client-financial-status.danger{border-color:#f6c5c1;box-shadow:0 8px 24px #b423180f}.client-financial-status.danger:before{background:#b42318}.client-financial-days.danger{background:#fee4e2}.client-financial-days.danger strong{color:#b42318}.client-financial-days.danger span{color:#8c3c35}.client-timeline-card{background:#fff;border:1px solid #dce7e9;border-radius:18px;margin-top:24px;overflow:hidden}.client-timeline-header{border-bottom:1px solid #e7edef;align-items:center;gap:14px;padding:22px 24px;display:flex}.client-timeline-title-icon{color:#086775;background:#e2f5f7;border-radius:13px;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid}.client-timeline-header h2{color:#123840;margin:0}.client-timeline-header p{color:#70858a;margin:4px 0 0}.client-timeline-body{padding:8px 24px 24px}.client-timeline{position:relative}.client-timeline-item{grid-template-columns:32px 1fr;gap:12px;padding-top:20px;display:grid;position:relative}.client-timeline-marker{justify-content:center;display:flex;position:relative}.client-timeline-marker:after{content:"";background:#dce7e9;width:2px;position:absolute;top:18px;bottom:-20px}.client-timeline-item:last-child .client-timeline-marker:after{display:none}.client-timeline-marker span{z-index:1;box-sizing:content-box;background:#087282;border:3px solid #d8f1f3;border-radius:50%;width:12px;height:12px;margin-top:5px;position:relative}.client-timeline-content{border-bottom:1px solid #edf1f2;padding:0 0 20px}.client-timeline-item:last-child .client-timeline-content{border-bottom:0}.client-timeline-item-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.client-timeline-item-header strong{color:#123840;font-size:15px}.client-timeline-action{color:#087282;background:#edf7f8;border-radius:8px;margin-left:10px;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex}.client-timeline-date{white-space:nowrap;color:#70858a;align-items:center;gap:6px;font-size:12px;display:inline-flex}.client-timeline-user{color:#7b8e92;margin:7px 0 0;font-size:13px}@media (width<=700px){.client-timeline-item-header{flex-direction:column;gap:8px}.client-timeline-date{white-space:normal}}.client-timeline-changes{gap:8px;margin-top:12px;display:grid}.client-timeline-change{background:#f9fbfc;border:1px solid #e6edef;border-radius:10px;grid-template-columns:minmax(130px,.8fr) minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;gap:10px;padding:10px 12px;font-size:12px;display:grid}.client-timeline-change strong{color:#123840}.client-timeline-change span{color:#70858a}.client-timeline-arrow{font-weight:900;color:#087282!important}@media (width<=700px){.client-timeline-change{grid-template-columns:1fr}.client-timeline-arrow{display:none}}.client-timeline-payment{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.client-timeline-payment>div{background:#f9fbfc;border:1px solid #e3ecee;border-radius:11px;gap:5px;padding:12px 14px;display:grid}.client-timeline-payment span{color:#70858a;font-size:11px}.client-timeline-payment strong{color:#123840;font-size:14px}.client-timeline-new-value{grid-column:2/-1;font-weight:700;color:#123840!important}@media (width<=900px){.client-timeline-payment{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.client-timeline-payment{grid-template-columns:1fr}}.payment-void-panel{background:#fff7f6;border:1px solid #f3c7c3;border-radius:14px;gap:16px;margin-top:20px;padding:18px;display:grid}.payment-void-panel h3{color:#8f1d16;margin:3px 0 5px}.payment-void-panel p{color:#7b6765;margin:0}.payment-void-panel label{color:#123840;gap:8px;font-weight:700;display:grid}.payment-void-panel textarea{width:100%;font:inherit;resize:vertical;border:1px solid #d9e3e5;border-radius:10px;padding:12px}.payment-void-actions{justify-content:flex-end;gap:10px;display:flex}.danger-button{color:#fff;cursor:pointer;background:#b42318;border:0;border-radius:10px;justify-content:center;align-items:center;padding:10px 16px;font-weight:800;display:inline-flex}.danger-button:hover{background:#912018}.danger-button:disabled{opacity:.55;cursor:not-allowed}.payment-voided-label{color:#b42318;background:#fee4e2;border-radius:999px;align-items:center;padding:9px 13px;font-size:13px;font-weight:800;display:inline-flex}.client-list-card{background:#fff;border-radius:20px;padding:28px;box-shadow:0 15px 35px #12384014}.client-status.success{color:#087347;background:#dcf7e9}.client-status.warning{color:#986900;background:#fff2c7}.client-status.danger{color:#b42318;background:#fee4e2}.client-filter-bar button{margin:0}@media (width<=800px){.client-list-card{border-radius:16px;padding:18px 14px}.client-filter-bar button{flex:140px;min-width:0}}.app-mobile-menu-button,.app-mobile-close,.app-sidebar-overlay{display:none}@media (width<=900px){.app-shell{display:block}.app-sidebar{z-index:1200;width:min(320px,86vw);height:100dvh;transition:transform .22s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-105%);box-shadow:12px 0 40px #1238402e}.app-sidebar.mobile-open{transform:translate(0)}.app-sidebar-overlay{z-index:1100;background:#0520267a;border:0;border-radius:0;width:100%;height:100%;margin:0;padding:0;display:block;position:fixed;inset:0}.app-sidebar-overlay:hover{background:#0520267a}.app-navigation{grid-template-columns:1fr}.app-sidebar-user{margin-top:auto}.app-mobile-close{color:#075d6a;background:#f3f7f8;border:1px solid #d9e5e7;border-radius:10px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;margin:0 0 0 auto;padding:0;display:inline-flex}.app-mobile-close:hover{background:#e5f0f2}.app-topbar{justify-content:space-between;align-items:center;gap:16px;padding:18px 18px 10px;display:flex}.app-topbar h1{font-size:22px}.app-mobile-menu-button{color:#075d6a;background:#fff;border:1px solid #cfdfe2;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:auto;margin:0;padding:10px 14px;font-size:14px;font-weight:800;display:inline-flex}.app-mobile-menu-button:hover{background:#edf7f9}.app-content{padding:18px 18px 32px}}@media (width<=750px){.client-detail-page{gap:18px}.client-detail-header{border-radius:18px;gap:18px;padding:22px 18px}.client-detail-header h1{margin:7px 0 4px;font-size:28px;line-height:1.08}.client-detail-header .eyebrow{font-size:12px;line-height:1.3}.client-detail-code{font-size:15px}.client-overview-card{gap:12px}.client-overview-card>div{border-radius:14px;padding:16px 18px}.client-overview-card .info-card-label{margin-bottom:6px}.client-overview-card .info-card-value{font-size:16px}}.retire-client-form label{gap:8px;margin:0;display:grid}.retire-client-form input,.retire-client-form textarea{box-sizing:border-box;color:#18353b;width:100%;font:inherit;background:#fff;border:1px solid #cbd8db;border-radius:10px;padding:13px 14px}.retire-client-form textarea{resize:vertical;min-height:120px}.receipt-modal{box-sizing:border-box;flex-direction:column;width:min(760px,100vw - 32px);height:min(920px,100vh - 32px);max-height:calc(100vh - 32px);padding:0;display:flex;overflow:hidden}.receipt-modal>.modal-header{flex:none;margin:0}.client-detail-actions{margin:0}@media (width<=700px){.receipt-modal{width:calc(100vw - 16px);height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);padding:0}.client-detail-actions{margin:0}}.digital-receipt{box-sizing:border-box;color:#263b40;background:#fff;width:560px;min-width:560px;max-width:560px;padding:34px 34px 28px;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:1.4}.digital-receipt-brand{text-align:center}.digital-receipt-brand img{width:300px;height:auto;margin:0 auto 16px;display:block}.digital-receipt-brand h2{color:#183a41;margin:0 0 8px;font-size:28px;font-weight:600}.digital-receipt-brand p{color:#63777b;margin:3px 0;font-size:21px;font-weight:400;line-height:1.35}.digital-receipt-brand .digital-receipt-whatsapp{color:#25d366;font-weight:500}.digital-receipt-social{color:#425b60;flex-direction:column;gap:2px;margin-top:16px;font-size:20px;font-weight:400;display:flex}.digital-receipt-social strong{color:#0f6874;font-size:22px;font-weight:600}.digital-receipt-divider{border-top:1px dashed #cad6d8;margin:24px 0}.digital-receipt-person{text-align:left}.digital-receipt-person p{color:#2e4247;margin:5px 0;font-size:21px;font-weight:400;line-height:1.4}.digital-receipt-person strong{font-weight:500}.digital-receipt-person-space{height:16px}.digital-receipt-service-main{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.digital-receipt-service-main>div{flex-direction:column;gap:5px;display:flex}.digital-receipt-service-main strong{color:#233c42;font-size:22px;font-weight:600}.digital-receipt-service-main span{color:#667b7f;font-size:20px;font-weight:400}.digital-receipt-service-main>strong{white-space:nowrap}.digital-receipt-bonus{justify-content:space-between;gap:20px;margin-top:12px;font-size:20px;display:flex}.digital-receipt-bonus span{color:#667b7f}.digital-receipt-bonus strong{color:#233c42;font-weight:600}.digital-receipt-next-payment{color:#8a2f3b;margin:20px 0 0;font-size:21px;font-style:italic;font-weight:600;line-height:1.45}.digital-receipt-total{color:#fff;text-align:center;background:#126a76;border-radius:18px;padding:26px 20px}.digital-receipt-total span{letter-spacing:5px;font-size:20px;font-weight:600;display:block}.digital-receipt-total strong{margin-top:7px;font-size:58px;font-weight:700;line-height:1.05;display:block}.digital-receipt-thanks{text-align:center;color:#586c70}.digital-receipt-thanks p{margin:4px 0;font-size:20px;font-weight:400}.digital-receipt-thanks strong{color:#43595e;margin:3px 0;font-size:20px;font-weight:600;display:block}.digital-receipt-footer{color:#4e6267;border-top:1px solid #d8e1e3;justify-content:space-between;align-items:center;gap:14px;margin-top:24px;padding-top:16px;font-size:22px;font-weight:400;display:flex}.digital-receipt-footer span,.digital-receipt-footer strong{white-space:nowrap}.digital-receipt-footer strong{color:#334a50;font-weight:500}.digital-receipt-preview{width:100%;min-width:0;max-width:560px;margin:0 auto}.receipt-image{box-sizing:border-box;color:#000;background:#fff;border:none;border-radius:0;width:560px;min-width:560px;max-width:560px;padding:18px 18px 14px;font-family:Arial,sans-serif;font-weight:700;overflow:visible}.receipt-image-brand{text-align:center;padding-top:10px}.receipt-image-brand img{width:325px;height:auto;margin:4px auto 8px;display:block}.receipt-image-brand h2{color:#000;margin:0 0 6px;font-size:32px;font-weight:900}.receipt-image-brand p{color:#000;margin:0 0 6px;font-size:24px;font-weight:800;line-height:1.3}.receipt-image-brand>strong{color:#000;margin-top:2px;font-size:23px;font-weight:900;display:block}.receipt-image-divider{border-top:2px dashed #000;margin:14px 0}.receipt-image-customer{gap:9px;display:grid}.receipt-image-customer>div,.receipt-image-bonus{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.receipt-image-customer span,.receipt-image-service span,.receipt-image-bonus span{color:#000;font-size:23px;font-weight:800}.receipt-image-customer strong,.receipt-image-bonus strong{color:#000;text-align:right;max-width:68%;font-size:23px;font-weight:900}.receipt-image-identity{text-align:left}.receipt-image-identity p{color:#000;margin:5px 0;font-size:23px;font-weight:700;line-height:1.35}.receipt-image-identity strong{font-weight:900}.receipt-image-identity-space{height:14px}.receipt-image-plan{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.receipt-image-plan>div{flex-direction:column;gap:4px;display:flex}.receipt-image-plan strong{color:#000;font-size:24px;font-weight:900}.receipt-image-plan>strong{white-space:nowrap;font-size:24px}.receipt-image-service p{color:#000;margin:12px 0 0;font-size:24px;font-style:italic;font-weight:800;line-height:1.3}.receipt-image-total{color:#000;text-align:center;background:#fff;border:3px solid #000;border-radius:10px;padding:15px 14px}.receipt-image-total span{color:#000;letter-spacing:3px;font-size:23px;font-weight:900;display:block}.receipt-image-total strong{color:#000;margin-top:6px;font-size:60px;font-weight:900;line-height:1;display:block}.receipt-image-thanks{color:#000;text-align:center;margin:0;font-size:23px;font-weight:800;line-height:1.4}.receipt-image-thanks strong{color:#000;font-weight:900}.receipt-image-footer{color:#000;border-top:2px solid #000;justify-content:space-between;align-items:center;gap:8px;margin-top:14px;padding-top:12px;font-size:20px;font-weight:900;display:flex}.receipt-image-footer span,.receipt-image-footer strong{white-space:nowrap}.receipt-image-social{color:#000;text-align:center;margin:12px 0 0;font-size:20px;font-weight:700;line-height:1.3}.receipt-image-social strong{font-weight:900}
