@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=DM+Mono:wght@400;500&display=swap";:root{--bg: #f7f7f5;--surface: #ffffff;--border: #e8e8e4;--text: #1a1a1a;--text-muted: #7a7a7a;--text-light: #b0b0b0;--primary: #1a1a1a;--accent: #6366f1;--green: #10b981;--yellow: #f59e0b;--red: #ef4444;--radius: 10px;--radius-sm: 6px;--shadow: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--font: "DM Sans", sans-serif;--mono: "DM Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%;-webkit-text-size-adjust:100%}html,body,#root{height:100%;min-height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:40px 36px;width:100%;max-width:400px;box-shadow:var(--shadow-md)}.auth-logo{width:48px;height:48px;background:var(--text);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:20px}.auth-title{font-size:22px;font-weight:700;letter-spacing:-.5px}.auth-subtitle{color:var(--text-muted);font-size:13px;margin-top:4px;margin-bottom:28px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-footer{text-align:center;margin-top:20px;color:var(--text-muted);font-size:13px}.auth-footer a{color:var(--primary);font-weight:600;text-decoration:none}.layout{display:flex;min-height:100vh;min-height:100dvh;overflow:hidden}.sidebar{width:230px;min-width:230px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;transition:transform .25s ease}.sidebar-header{padding:20px 16px 12px}.brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;letter-spacing:-.3px}.brand svg{color:var(--accent)}.sidebar-nav{flex:1;padding:8px;display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--radius-sm);color:var(--text-muted);font-weight:500;font-size:13.5px;text-decoration:none;transition:all .15s}.nav-item:hover{background:var(--bg);color:var(--text)}.nav-item.active{background:var(--text);color:#fff}.sidebar-footer{padding:12px 16px;border-top:1px solid var(--border)}.user-info{display:flex;align-items:center;gap:10px;margin-bottom:8px}.user-details{min-width:0}.user-name{font-weight:600;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-cc{font-size:11px;color:var(--text-muted)}.sidebar-footer-actions{display:flex;flex-direction:column;gap:2px}.sidebar-link{background:none;border:none;border-radius:var(--radius-sm);padding:8px 12px;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;transition:all .15s;font-family:var(--font);width:100%;justify-content:flex-start;text-align:left}.sidebar-link:hover{background:var(--bg);color:var(--text)}.sidebar-link-logout:hover{color:var(--red)}.main-wrapper{flex:1;display:flex;flex-direction:column;overflow:hidden}.topbar{min-height:52px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;padding:12px 20px;padding-top:max(12px,env(safe-area-inset-top));padding-left:max(20px,env(safe-area-inset-left));background:var(--surface)}.topbar-title{font-weight:600;font-size:14px}.menu-btn{background:none;border:none;cursor:pointer;display:none;padding:4px;color:var(--text);touch-action:manipulation}.main-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px;-webkit-overflow-scrolling:touch}.page{max-width:820px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:12px}.header-actions{display:flex;align-items:center;gap:10px}.page-title{font-size:20px;font-weight:700;letter-spacing:-.4px}.page-sub{color:var(--text-muted);font-size:13px;margin-top:2px}.loading{padding:40px;text-align:center;color:var(--text-muted)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow)}.stat-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-label{font-size:12px;color:var(--text-muted);font-weight:500}.stat-value{font-size:16px;font-weight:700;letter-spacing:-.3px;font-family:var(--mono)}.stat-sub{font-size:11px;color:var(--text-light);margin-top:1px}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.section-title{font-size:14px;font-weight:600;margin-bottom:14px}.pagos-list{display:flex;flex-direction:column;gap:8px}.pago-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border)}.pago-row:last-child{border-bottom:none}.pago-nombre{font-weight:500;font-size:13.5px}.pago-meta{font-size:12px;color:var(--text-muted);margin-top:2px}.pago-monto{font-family:var(--mono);font-weight:600;font-size:13px}.total-bar{display:flex;justify-content:space-between;align-items:center;background:var(--text);color:#fff;border-radius:var(--radius);padding:14px 18px;margin-bottom:16px;font-size:14px}.total-bar.red{background:#fef2f2;color:var(--red);border:1px solid #fecaca}.total-bar.total-bar-ingreso{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.total-bar strong{font-family:var(--mono);font-size:16px}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.table{width:100%;border-collapse:collapse;font-size:13.5px}.table th{padding:10px 14px;text-align:left;font-weight:600;font-size:12px;color:var(--text-muted);background:var(--bg);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.4px}.table td{padding:11px 14px;border-bottom:1px solid var(--border)}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:var(--bg)}.row-inactive td{opacity:.5}.date-cell{color:var(--text-muted);font-size:12px}.mono{font-family:var(--mono)}.actions{display:flex;gap:4px;justify-content:flex-end}.icon-action{background:none;border:1px solid var(--border);border-radius:6px;padding:5px 7px;cursor:pointer;color:var(--text-muted);display:flex;transition:all .15s}.icon-action:hover{background:var(--bg);color:var(--text)}.icon-action.danger:hover{border-color:var(--red);color:var(--red)}.empty-state{padding:40px;text-align:center;color:var(--text-muted)}.cat-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.cat-chip{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:5px 12px;font-size:12px;display:flex;gap:8px;align-items:center}.cat-chip strong{font-family:var(--mono);font-size:11px;color:var(--accent)}.cat-chip-ingreso{border-color:#a7f3d0}.cat-chip-ingreso strong{color:#059669}.cards-list{display:flex;flex-direction:column;gap:10px}.debt-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.debt-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer}.debt-header:hover{background:var(--bg)}.debt-info{display:flex;align-items:center;gap:12px}.debt-name{font-weight:600;font-size:14px}.debt-meta{font-size:12px;color:var(--text-muted);margin-top:2px}.debt-right{display:flex;align-items:center;gap:10px}.debt-pending{font-family:var(--mono);font-weight:700;font-size:14px}.debt-pending.red{color:var(--red)}.debt-detail{padding:14px 16px;border-top:1px solid var(--border);background:var(--bg)}.detail-line{font-size:13px;color:var(--text-muted);margin-bottom:8px}.abonos-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);margin-bottom:8px}.abonos-list{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.abono-row{display:flex;gap:12px;align-items:center;font-size:13px}.abono-row .nota{color:var(--text-muted);font-size:12px}.empty-sub{font-size:13px;color:var(--text-light);margin-bottom:12px}.detail-actions{display:flex;gap:8px}.btn-primary{background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);padding:9px 16px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .15s;font-family:var(--font)}.btn-primary:hover{background:#333}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary.sm{padding:7px 13px;font-size:13px}.btn-ghost{background:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:9px 16px;font-size:14px;font-weight:500;cursor:pointer;font-family:var(--font);transition:all .15s}.btn-ghost:hover{background:var(--bg)}.btn-sm-green{background:#ecfdf5;color:var(--green);border:1px solid #a7f3d0;border-radius:var(--radius-sm);padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:5px;font-family:var(--font)}.btn-sm-danger{background:#fef2f2;color:var(--red);border:1px solid #fecaca;border-radius:var(--radius-sm);padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:5px;font-family:var(--font)}.badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600;text-transform:capitalize}.badge-green{background:#ecfdf5;color:#065f46}.badge-yellow{background:#fffbeb;color:#92400e}.badge-red{background:#fef2f2;color:#991b1b}.badge-gray{background:#f3f4f6;color:#6b7280}.badge-blue{background:#eff6ff;color:#1d4ed8}.avatar{width:36px;height:36px;background:var(--text);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.avatar.sm{width:30px;height:30px;font-size:12px;background:var(--accent)}.avatar.sm.red{background:var(--red)}.field-group{display:flex;flex-direction:column;gap:5px}.field-group label{font-size:12.5px;font-weight:600;color:var(--text)}.field-group input,.field-group select,.field-group textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:9px 12px;font-size:14px;font-family:var(--font);background:var(--surface);color:var(--text);transition:border-color .15s;outline:none}.field-group input:focus,.field-group select:focus{border-color:var(--primary)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.input-icon-wrap{position:relative}.input-icon-wrap input{width:100%;padding-right:40px}.icon-btn{background:none;border:none;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center;padding:4px}.icon-btn:hover{color:var(--text)}.input-icon-wrap .icon-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.field-inline{display:flex;align-items:center;gap:6px;color:var(--text-muted)}.input-sm{border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:5px 8px;font-size:13px;font-family:var(--font);background:var(--surface);outline:none}.error-msg{color:var(--red);font-size:13px}.modal-overlay{position:fixed;inset:0;background:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.modal{background:var(--surface);border-radius:14px;width:100%;max-width:480px;box-shadow:var(--shadow-md)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 0}.modal-header h3{font-size:16px;font-weight:700}.modal-body{padding:18px 20px;display:flex;flex-direction:column;gap:14px}.modal-footer{padding:14px 20px 18px;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--border)}.modal-info{font-size:14px;color:var(--text-muted)}.modal-info strong{color:var(--text)}.overlay{position:fixed;inset:0;background:#0000004d;z-index:40;-webkit-tap-highlight-color:transparent}@media(max-width:768px){.sidebar{position:fixed;left:0;top:0;bottom:0;z-index:50;transform:translate(-100%);box-shadow:var(--shadow-md);width:min(280px,85vw);min-width:260px;padding-left:env(safe-area-inset-left)}.sidebar-open{transform:translate(0)}.menu-btn{display:flex!important;align-items:center;justify-content:center;min-width:44px;min-height:44px;-webkit-tap-highlight-color:transparent}.main-content{padding:16px;padding-bottom:env(safe-area-inset-bottom,16px)}.page-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}.header-actions{flex-wrap:wrap;justify-content:space-between}.header-actions .field-inline{flex:1;min-width:120px}.header-actions .btn-primary{min-height:44px;-webkit-tap-highlight-color:transparent}.form-row{grid-template-columns:1fr}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -16px;border-radius:0;border-left:none;border-right:none}.table{font-size:13px;min-width:320px}.table th,.table td{padding:10px 12px}.total-bar{padding:12px 14px;font-size:13px}.total-bar strong{font-size:15px}.cat-chips{gap:6px}.cat-chip{font-size:11px;padding:4px 10px}.modal-overlay{padding:12px;align-items:flex-end}.modal{max-height:90vh;overflow-y:auto;border-radius:14px 14px 0 0}.modal-body .field-group input,.modal-body .field-group select{font-size:16px;min-height:44px}.btn-primary,.btn-ghost{min-height:44px;padding:10px 18px}.icon-action{min-width:44px;min-height:44px;padding:10px}}@media(max-width:400px){.stats-grid{grid-template-columns:1fr}.page-title{font-size:18px}.topbar{padding:0 12px}.topbar-title{font-size:13px}.auth-container{padding:16px}.auth-card{padding:24px 20px}}
