:root{--bg: #ffffff;--surface: #f8f9fa;--border: #dee2e6;--text: #212529;--muted: #6c757d;--accent: #4361ee;--accent-light: #eef2ff;--radius: 8px;--shadow: 0 2px 16px rgba(0, 0, 0, .1);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:16px;line-height:1.5}.page-header{padding:1.5rem 1rem 1rem;max-width:1600px;margin:0 auto;border-bottom:1px solid var(--border)}.page-header h1{font-size:1.5rem;font-weight:700}.page-header p{color:var(--muted);font-size:.875rem;margin-top:.2rem}main{max-width:1600px;margin:0 auto;padding:1rem}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius)}#products-table{min-width:900px;width:100%;border-collapse:collapse;font-size:.85rem}#products-table thead th{background:var(--surface);padding:.6rem .75rem;text-align:left;white-space:nowrap;font-weight:600;border-bottom:2px solid var(--border)}#products-table tbody td{padding:.5rem .75rem;border-bottom:1px solid var(--border);vertical-align:middle}#products-table tbody tr:last-child td{border-bottom:none}#products-table tbody tr:hover{background:var(--accent-light);cursor:pointer}#products-table td img{display:block;width:40px;height:40px;object-fit:contain}.datatable-wrapper{font-size:.85rem}.datatable-top{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0}.datatable-bottom{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--surface);border-top:1px solid var(--border);border-radius:0 0 var(--radius) var(--radius)}.datatable-search input{padding:.4rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.85rem;width:220px;outline:none;transition:border-color .15s}.datatable-search input:focus{border-color:var(--accent)}.datatable-selector select{padding:.35rem .5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.85rem}.datatable-info{color:var(--muted);font-size:.8rem}.datatable-pagination li a{padding:.3rem .6rem;border-radius:4px;font-size:.8rem;color:var(--accent);cursor:pointer;border:1px solid transparent}.datatable-pagination li.active a{background:var(--accent);color:#fff}.datatable-pagination li a:hover{border-color:var(--accent)}#product-modal{padding:0;border:none;border-radius:var(--radius);box-shadow:var(--shadow);max-width:620px;width:calc(100% - 2rem);max-height:90dvh;overflow-y:auto}#product-modal::backdrop{background:#00000073}.modal-inner{padding:1.5rem}.modal-close{float:right;background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--muted);margin-left:.5rem}.modal-close:hover{color:var(--text)}.modal-head{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem;clear:right}.modal-head img{width:80px;height:80px;object-fit:contain;flex-shrink:0;border:1px solid var(--border);border-radius:4px;padding:4px}.modal-head h2{font-size:1.05rem;line-height:1.3}.modal-head .flavour{color:var(--muted);font-size:.825rem;margin-top:.2rem}.modal-head .price{font-size:1.2rem;font-weight:700;color:var(--accent);margin-top:.4rem}.modal-head .pack{font-size:.8rem;color:var(--muted);margin-top:.2rem}.modal-inner h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:1.25rem 0 .4rem}.modal-inner p{font-size:.875rem;line-height:1.55;margin-bottom:.4rem}.modal-inner a{color:var(--accent)}.el-table{width:100%;border-collapse:collapse;font-size:.8rem}.el-table th,.el-table td{padding:.3rem .5rem;border:1px solid var(--border);text-align:left}.el-table thead th{background:var(--surface);font-weight:600}.el-table td:not(:first-child){text-align:right}.text-small{font-size:.8rem;line-height:1.5}.text-muted{color:var(--muted)}@media(max-width:768px){.page-header{padding:1rem}main{padding:.75rem}.datatable-top{flex-direction:column;align-items:stretch}.datatable-search input{width:100%}#product-modal{max-height:95dvh}.modal-inner{padding:1rem}.modal-head{flex-direction:column}.modal-head img{width:60px;height:60px}}
