.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:60vh;padding:2rem;gap:1.25rem;background-color:transparent}.loading-screen--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;min-height:100vh;background-color:#fff;z-index:9999}.loading-screen__logo{width:120px;height:auto;animation:loading-screen-pulse 1.6s ease-in-out infinite}.loading-screen__text{color:#00615f;font-size:1.05rem;font-weight:600;letter-spacing:.04em;margin:0}.loading-screen__text:after{content:"";display:inline-block;width:1.2em;text-align:left;animation:loading-screen-dots 1.4s steps(4,end) infinite}@keyframes loading-screen-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.92);opacity:.75}}@keyframes loading-screen-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.auth-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:440px;overflow:hidden;animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 30px 30px;text-align:center}.auth-header h1{font-size:2rem;margin-bottom:8px;font-weight:700}.auth-header .auth-subtitle{font-size:1rem;opacity:.95;font-weight:400}.auth-form{padding:40px 30px}.auth-form h2{font-size:1.5rem;color:#333;margin-bottom:24px;text-align:center}.auth-error{background-color:#fee;border:1px solid #fcc;color:#c33;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem;text-align:center}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#555;margin-bottom:8px}.form-group input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-group input::placeholder{color:#aaa}.form-group .form-hint{display:block;font-size:.8rem;color:#888;margin-top:6px}.auth-button{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;margin-top:10px;transition:all .3s ease}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-footer{margin-top:24px;text-align:center}.auth-footer p{color:#666;font-size:.9rem}.auth-footer a{color:#667eea;font-weight:600;transition:color .3s ease}.auth-footer a:hover{color:#764ba2;text-decoration:underline}.admin-navbar{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.admin-navbar .navbar-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.admin-navbar .navbar-brand{font-size:1.5rem;font-weight:700;color:#fff;cursor:pointer;transition:opacity .3s}.admin-navbar .navbar-brand:hover{opacity:.9}.admin-navbar .navbar-links{display:flex;gap:1rem;flex:1;justify-content:center}.admin-navbar .navbar-links .nav-link{padding:.75rem 1.5rem;background:#ffffff1a;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s;border:2px solid transparent}.admin-navbar .navbar-links .nav-link:hover{background:#fff3}.admin-navbar .navbar-links .nav-link.active{background:#ffffff40;border-color:#ffffff80}.admin-navbar .logout-btn{padding:.75rem 1.5rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s}.admin-navbar .logout-btn:hover{background:#ffffff4d;border-color:#ffffff80}@media (max-width: 768px){.admin-navbar .navbar-content{flex-direction:column;padding:1rem;gap:1rem}.admin-navbar .navbar-links{flex-direction:column;width:100%}.admin-navbar .navbar-links .nav-link,.admin-navbar .logout-btn{width:100%}}.dashboard-container{padding:20px;max-width:1600px;margin:0 auto}.dashboard-container .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.dashboard-container .dashboard-header h1{margin:0;color:#2c3e50}.dashboard-container .dashboard-header .header-stats{display:flex;gap:20px}.dashboard-container .dashboard-header .header-stats .stat-badge{background:#fff;padding:10px 20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;gap:10px;align-items:center}.dashboard-container .dashboard-header .header-stats .stat-badge .stat-label{font-size:14px;color:#7f8c8d}.dashboard-container .dashboard-header .header-stats .stat-badge .stat-value{font-size:20px;font-weight:700;color:#3498db}.dashboard-container .filters-section{display:flex;gap:15px;margin-bottom:20px}.dashboard-container .filters-section .search-input{flex:1;padding:12px 20px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:border-color .3s}.dashboard-container .filters-section .search-input:focus{outline:none;border-color:#3498db}.dashboard-container .filters-section .filter-select{padding:12px 20px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .3s;min-width:200px}.dashboard-container .filters-section .filter-select:focus{outline:none;border-color:#3498db}.dashboard-container .restaurants-table-wrapper{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.dashboard-container .restaurants-table-wrapper .restaurants-table{width:100%;border-collapse:collapse}.dashboard-container .restaurants-table-wrapper .restaurants-table thead{background:#f8f9fa}.dashboard-container .restaurants-table-wrapper .restaurants-table thead th{padding:15px 20px;text-align:left;font-weight:600;color:#2c3e50;border-bottom:2px solid #e0e0e0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.dashboard-container .restaurants-table-wrapper .restaurants-table thead th:hover{background:#ecf0f1}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr.clickable-row{cursor:pointer}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr.clickable-row:hover{background:#f8f9fa}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td{padding:15px 20px;color:#555}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td.restaurant-name{font-weight:600;color:#2c3e50}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .payment-date{padding:4px 10px;border-radius:5px;font-size:13px;font-weight:500}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .payment-date.overdue{background:#ffe5e5;color:#c0392b}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .payment-date.urgent,.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .payment-date.soon{background:#fff3cd;color:#856404}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .payment-date.active{background:#d4edda;color:#155724}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .payment-date.inactive{background:#e7e7e7;color:#666}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .status-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .status-badge.overdue{background:#c0392b;color:#fff}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .status-badge.urgent{background:#e74c3c;color:#fff}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .status-badge.soon{background:#f39c12;color:#fff}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .status-badge.active{background:#27ae60;color:#fff}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .status-badge.inactive{background:#95a5a6;color:#fff}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .months-overdue-badge{display:inline-block;padding:6px 12px;border-radius:20px;background:#c0392b;color:#fff;font-size:12px;font-weight:600}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .days-overdue-badge{display:inline-block;padding:6px 12px;border-radius:20px;background:#e67e22;color:#fff;font-size:12px;font-weight:600}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody tr td .no-debt{color:#95a5a6;font-size:14px}.dashboard-container .restaurants-table-wrapper .restaurants-table tbody .no-data{text-align:center;padding:40px 20px;color:#95a5a6;font-size:16px}.loading{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:18px;color:#7f8c8d}@media (max-width: 1024px){.dashboard-container{padding:15px}.dashboard-container .dashboard-header{flex-direction:column;align-items:flex-start;gap:15px}.dashboard-container .dashboard-header .header-stats{width:100%;justify-content:space-between}}@media (max-width: 768px){.dashboard-container{padding:10px}.dashboard-container .dashboard-header h1{font-size:24px}.dashboard-container .dashboard-header .header-stats{flex-direction:column;gap:10px;width:100%}.dashboard-container .dashboard-header .header-stats .stat-badge{width:100%;justify-content:space-between}.dashboard-container .filters-section{flex-direction:column;gap:10px}.dashboard-container .filters-section .filter-select{width:100%}.dashboard-container .restaurants-table-wrapper{overflow-x:auto}.dashboard-container .restaurants-table-wrapper .restaurants-table{min-width:600px;font-size:14px}.dashboard-container .restaurants-table-wrapper .restaurants-table thead th,.dashboard-container .restaurants-table-wrapper .restaurants-table tbody td{padding:10px 12px}}@media (max-width: 480px){.dashboard-container .dashboard-header h1{font-size:20px}.dashboard-container .dashboard-header .header-stats .stat-badge{padding:8px 15px}.dashboard-container .dashboard-header .header-stats .stat-badge .stat-label{font-size:12px}.dashboard-container .dashboard-header .header-stats .stat-badge .stat-value{font-size:18px}.dashboard-container .restaurants-table-wrapper .restaurants-table{font-size:12px}.dashboard-container .restaurants-table-wrapper .restaurants-table thead th,.dashboard-container .restaurants-table-wrapper .restaurants-table tbody td{padding:8px 10px}.dashboard-container .restaurants-table-wrapper .restaurants-table thead th .status-badge,.dashboard-container .restaurants-table-wrapper .restaurants-table thead th .payment-date,.dashboard-container .restaurants-table-wrapper .restaurants-table tbody td .status-badge,.dashboard-container .restaurants-table-wrapper .restaurants-table tbody td .payment-date{font-size:11px;padding:4px 8px}.dashboard-container .restaurants-table-wrapper .restaurants-table .restaurant-name{font-size:13px}}.restaurant-detail-container{padding:20px;max-width:1600px;margin:0 auto}.restaurant-detail-container .detail-header{margin-bottom:30px}.restaurant-detail-container .detail-header .back-button{background:#ecf0f1;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;color:#2c3e50;margin-bottom:15px;transition:background .2s}.restaurant-detail-container .detail-header .back-button:hover{background:#d5d8dc}.restaurant-detail-container .detail-header h1{margin:0;color:#2c3e50}.restaurant-detail-container .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px;margin-bottom:30px}.restaurant-detail-container .info-grid .info-card{background:#fff;padding:25px;border-radius:10px;box-shadow:0 2px 8px #0000001a}.restaurant-detail-container .info-grid .info-card h2{margin-top:0;margin-bottom:20px;font-size:18px;color:#2c3e50}.restaurant-detail-container .info-grid .info-card .info-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f0f0f0}.restaurant-detail-container .info-grid .info-card .info-row:last-child{border-bottom:none}.restaurant-detail-container .info-grid .info-card .info-row.overdue-warning{background:#fff3cd;padding:12px;border-radius:6px;margin-top:10px;border:2px solid #ffc107}.restaurant-detail-container .info-grid .info-card .info-row .label{color:#7f8c8d;font-weight:500}.restaurant-detail-container .info-grid .info-card .info-row .value{color:#2c3e50;font-weight:600}.restaurant-detail-container .info-grid .info-card .info-row .value.highlight{color:#e74c3c;font-size:16px}.restaurant-detail-container .info-grid .info-card .info-row .value.danger{color:#c0392b;font-size:16px}.restaurant-detail-container .info-grid .info-card .info-row .status{padding:4px 12px;border-radius:12px;font-size:13px;font-weight:600}.restaurant-detail-container .info-grid .info-card .info-row .status.active{background:#d4edda;color:#155724}.restaurant-detail-container .info-grid .info-card .info-row .status.inactive{background:#f8d7da;color:#721c24}.restaurant-detail-container .info-grid .info-card .toggle-btn{width:100%;margin-top:15px;padding:12px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s}.restaurant-detail-container .info-grid .info-card .toggle-btn.activate{background:#27ae60;color:#fff}.restaurant-detail-container .info-grid .info-card .toggle-btn.activate:hover{background:#229954}.restaurant-detail-container .info-grid .info-card .toggle-btn.deactivate{background:#e74c3c;color:#fff}.restaurant-detail-container .info-grid .info-card .toggle-btn.deactivate:hover{background:#c0392b}.restaurant-detail-container .payment-form-section{background:#fff;padding:25px;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px}.restaurant-detail-container .payment-form-section h2{margin-top:0;margin-bottom:20px;font-size:18px;color:#2c3e50}.restaurant-detail-container .payment-form-section .payment-info{background:#e8f4f8;border-left:4px solid #3498db;padding:12px 15px;margin-bottom:20px;border-radius:4px;font-size:14px;line-height:1.6;color:#2c3e50}.restaurant-detail-container .payment-form-section .payment-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;align-items:end}.restaurant-detail-container .payment-form-section .payment-form .form-group{display:flex;flex-direction:column}.restaurant-detail-container .payment-form-section .payment-form .form-group label{margin-bottom:8px;color:#555;font-weight:500;font-size:14px}.restaurant-detail-container .payment-form-section .payment-form .form-group input,.restaurant-detail-container .payment-form-section .payment-form .form-group select{padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;transition:border-color .3s}.restaurant-detail-container .payment-form-section .payment-form .form-group input:focus,.restaurant-detail-container .payment-form-section .payment-form .form-group select:focus{outline:none;border-color:#3498db}.restaurant-detail-container .payment-form-section .payment-form .form-group small{margin-top:5px;color:#7f8c8d;font-size:12px}.restaurant-detail-container .payment-form-section .payment-form .submit-btn{padding:12px 30px;background:#3498db;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s}.restaurant-detail-container .payment-form-section .payment-form .submit-btn.secondary{background:#9b59b6}.restaurant-detail-container .payment-form-section .payment-form .submit-btn.secondary:hover:not(:disabled){background:#8e44ad}.restaurant-detail-container .payment-form-section .payment-form .submit-btn:hover:not(:disabled){background:#2980b9}.restaurant-detail-container .payment-form-section .payment-form .submit-btn:disabled{background:#95a5a6;cursor:not-allowed}.restaurant-detail-container .payments-history{background:#fff;padding:25px;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px}.restaurant-detail-container .payments-history h2{margin-top:0;margin-bottom:20px;font-size:18px;color:#2c3e50}.restaurant-detail-container .payments-history .payments-table{width:100%;border-collapse:collapse}.restaurant-detail-container .payments-history .payments-table thead{background:#f8f9fa}.restaurant-detail-container .payments-history .payments-table thead th{padding:12px;text-align:left;font-weight:600;color:#2c3e50;border-bottom:2px solid #e0e0e0}.restaurant-detail-container .payments-history .payments-table tbody tr{border-bottom:1px solid #f0f0f0}.restaurant-detail-container .payments-history .payments-table tbody tr:hover{background:#f8f9fa}.restaurant-detail-container .payments-history .payments-table tbody tr td{padding:12px;color:#555}.restaurant-detail-container .payments-history .payments-table tbody tr td.amount{font-weight:600;color:#27ae60}.restaurant-detail-container .sales-section{background:#fff;padding:25px;border-radius:10px;box-shadow:0 2px 8px #0000001a}.restaurant-detail-container .sales-section h2{margin-top:0;margin-bottom:20px;font-size:18px;color:#2c3e50}.restaurant-detail-container .sales-section .sales-filters{display:flex;gap:15px;margin-bottom:20px;flex-wrap:wrap}.restaurant-detail-container .sales-section .sales-filters .filter-group{display:flex;flex-direction:column}.restaurant-detail-container .sales-section .sales-filters .filter-group label{margin-bottom:5px;color:#555;font-weight:500;font-size:13px}.restaurant-detail-container .sales-section .sales-filters .filter-group input,.restaurant-detail-container .sales-section .sales-filters .filter-group select{padding:10px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px}.restaurant-detail-container .sales-section .sales-filters .filter-group input:focus,.restaurant-detail-container .sales-section .sales-filters .filter-group select:focus{outline:none;border-color:#3498db}.restaurant-detail-container .sales-section .sales-filters .clear-filters{align-self:flex-end;padding:10px 20px;background:#ecf0f1;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s}.restaurant-detail-container .sales-section .sales-filters .clear-filters:hover{background:#d5d8dc}.restaurant-detail-container .sales-section .sales-summary{display:flex;gap:20px;margin-bottom:20px}.restaurant-detail-container .sales-section .sales-summary .summary-card{background:#f8f9fa;padding:15px 25px;border-radius:8px;display:flex;flex-direction:column;gap:5px}.restaurant-detail-container .sales-section .sales-summary .summary-card .summary-label{font-size:13px;color:#7f8c8d}.restaurant-detail-container .sales-section .sales-summary .summary-card .summary-value{font-size:24px;font-weight:700;color:#2c3e50}.restaurant-detail-container .sales-section .sales-summary .summary-card .summary-value.total{color:#27ae60}.restaurant-detail-container .sales-section .sales-table-wrapper{overflow-x:auto}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table{width:100%;border-collapse:collapse}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table thead{background:#f8f9fa}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table thead th{padding:12px;text-align:left;font-weight:600;color:#2c3e50;border-bottom:2px solid #e0e0e0}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table tbody tr{border-bottom:1px solid #f0f0f0}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table tbody tr:hover{background:#f8f9fa}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table tbody tr td{padding:12px;color:#555}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table tbody tr td.amount{font-weight:600;color:#2c3e50}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table tbody tr td .status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table tbody tr td .status-badge.pending{background:#fff3cd;color:#856404}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table tbody tr td .status-badge.preparing{background:#cce5ff;color:#004085}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table tbody tr td .status-badge.ready{background:#d1ecf1;color:#0c5460}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table tbody tr td .status-badge.delivered,.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table tbody tr td .status-badge.paid{background:#d4edda;color:#155724}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table tbody tr td .status-badge.cancelled{background:#f8d7da;color:#721c24}.restaurant-detail-container .sales-section .no-sales{text-align:center;padding:40px;color:#95a5a6;font-size:16px}.restaurant-detail-container .sales-section .loading-sales{text-align:center;padding:40px;color:#3498db;font-size:16px;font-style:italic}.restaurant-detail-container .danger-zone{background:#fff5f5;border:2px solid #e74c3c;padding:25px;border-radius:10px;margin-top:40px;text-align:center}.restaurant-detail-container .danger-zone h2{margin-top:0;margin-bottom:10px;font-size:18px;color:#c0392b}.restaurant-detail-container .danger-zone p{color:#7f8c8d;margin-bottom:20px;font-size:14px}.restaurant-detail-container .danger-zone .delete-restaurant-button{background:#e74c3c;border:none;padding:12px 30px;border-radius:6px;cursor:pointer;font-size:14px;color:#fff;font-weight:600;transition:all .3s}.restaurant-detail-container .danger-zone .delete-restaurant-button:hover{background:#c0392b;transform:scale(1.02)}.restaurant-detail-container .danger-zone .delete-restaurant-button:active{transform:scale(.98)}.loading,.error{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:18px;color:#7f8c8d}.error{color:#e74c3c}@media (max-width: 1200px){.restaurant-detail-container .info-grid{grid-template-columns:1fr}.restaurant-detail-container .payment-form-section .payment-form{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.restaurant-detail-container{padding:15px}.restaurant-detail-container .detail-header h1{font-size:24px}.restaurant-detail-container .danger-zone{padding:20px}.restaurant-detail-container .danger-zone h2{font-size:16px}.restaurant-detail-container .danger-zone p{font-size:13px}.restaurant-detail-container .danger-zone .delete-restaurant-button{width:100%;padding:14px}.restaurant-detail-container .info-grid .info-card{padding:20px}.restaurant-detail-container .info-grid .info-card h2{font-size:16px}.restaurant-detail-container .info-grid .info-card .info-row{flex-direction:column;gap:5px;align-items:flex-start}.restaurant-detail-container .info-grid .info-card .info-row .label{font-size:13px}.restaurant-detail-container .info-grid .info-card .info-row .value{font-size:14px}.restaurant-detail-container .payment-form-section{padding:20px}.restaurant-detail-container .payment-form-section h2{font-size:16px}.restaurant-detail-container .payment-form-section .payment-form{grid-template-columns:1fr}.restaurant-detail-container .payments-history{padding:20px}.restaurant-detail-container .payments-history h2{font-size:16px}.restaurant-detail-container .payments-history .payments-table{font-size:13px;display:block;overflow-x:auto}.restaurant-detail-container .payments-history .payments-table thead,.restaurant-detail-container .payments-history .payments-table tbody,.restaurant-detail-container .payments-history .payments-table tr{display:block}.restaurant-detail-container .payments-history .payments-table thead{display:none}.restaurant-detail-container .payments-history .payments-table tbody tr{margin-bottom:15px;border:1px solid #e0e0e0;border-radius:8px;padding:12px}.restaurant-detail-container .payments-history .payments-table tbody tr td{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0}.restaurant-detail-container .payments-history .payments-table tbody tr td:last-child{border-bottom:none}.restaurant-detail-container .payments-history .payments-table tbody tr td:before{content:attr(data-label);font-weight:600;color:#7f8c8d}.restaurant-detail-container .payments-history .payments-table tbody tr td:nth-child(1):before{content:"Fecha: "}.restaurant-detail-container .payments-history .payments-table tbody tr td:nth-child(2):before{content:"Monto: "}.restaurant-detail-container .payments-history .payments-table tbody tr td:nth-child(3):before{content:"Meses: "}.restaurant-detail-container .payments-history .payments-table tbody tr td:nth-child(4):before{content:"Notas: "}.restaurant-detail-container .sales-section{padding:20px}.restaurant-detail-container .sales-section h2{font-size:16px}.restaurant-detail-container .sales-section .sales-filters{flex-direction:column}.restaurant-detail-container .sales-section .sales-filters .filter-group,.restaurant-detail-container .sales-section .sales-filters .clear-filters{width:100%}.restaurant-detail-container .sales-section .sales-summary{flex-direction:column}.restaurant-detail-container .sales-section .sales-summary .summary-card{width:100%}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table{font-size:12px;min-width:600px}}@media (max-width: 480px){.restaurant-detail-container{padding:10px}.restaurant-detail-container .detail-header{margin-bottom:20px}.restaurant-detail-container .detail-header h1{font-size:20px}.restaurant-detail-container .info-card{padding:15px!important}.restaurant-detail-container .info-card h2{font-size:15px!important}.restaurant-detail-container .payment-form-section,.restaurant-detail-container .payments-history,.restaurant-detail-container .sales-section{padding:15px!important}.restaurant-detail-container .payment-form-section h2,.restaurant-detail-container .payments-history h2,.restaurant-detail-container .sales-section h2{font-size:15px!important}.restaurant-detail-container .sales-section .sales-summary .summary-card{padding:12px 18px}.restaurant-detail-container .sales-section .sales-summary .summary-card .summary-label{font-size:12px}.restaurant-detail-container .sales-section .sales-summary .summary-card .summary-value{font-size:20px}.restaurant-detail-container .sales-section .sales-table-wrapper .sales-table{font-size:11px;min-width:500px}}.plan-card .plan-current{margin:0 0 1rem;color:#555;font-size:.95rem}.plan-card .plan-current strong{text-transform:uppercase;color:#1f2937}.plan-card .plan-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.plan-card .plan-option{background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:.85rem 1rem;cursor:pointer;text-align:left;transition:all .15s ease}.plan-card .plan-option:hover:not(:disabled){border-color:#6366f1;background:#f8f9ff}.plan-card .plan-option.active{border-color:#4f46e5;background:#eef2ff;cursor:default}.plan-card .plan-option:disabled{opacity:1}.plan-card .plan-option__label{font-weight:700;font-size:1rem;color:#111827;margin-bottom:.2rem;text-transform:uppercase}.plan-card .plan-option__desc{font-size:.8rem;color:#6b7280}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .3s ease}input{font-family:inherit;outline:none}a{text-decoration:none;color:inherit}
