.kds-page{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0 1rem 1rem}.kds-toolbar{display:flex;align-items:center;gap:1rem;padding:.75rem 0;flex-wrap:wrap;border-bottom:1px solid var(--lysis-border,#e0e0e0);margin-bottom:1rem}.kds-title{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:1.1rem}.kds-title h2{margin:0;font-size:1.1rem}.kds-title .material-symbols-outlined{color:var(--lysis-accent,#4f46e5);font-size:1.4rem}.kds-toolbar-right{display:flex;align-items:center;gap:.75rem;margin-left:auto}.kds-refresh-btn{display:flex;align-items:center;gap:.3rem;padding:.35rem .8rem;border:1px solid var(--lysis-border,#e0e0e0);border-radius:6px;background:var(--lysis-surface,#fff);cursor:pointer;font-size:.85rem;transition:background .15s}.kds-refresh-btn:hover {background:var(--lysis-surface-hover,#f5f5f5)}.kds-refresh-btn .material-symbols-outlined{font-size:1rem}.kds-auto-label{font-size:.75rem;color:var(--lysis-text-muted,#888)}.kds-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;align-content:start;padding-top:.25rem}.kds-card{background:var(--lysis-surface,#fff);border:1px solid var(--lysis-border,#e0e0e0);border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.kds-card-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;background:var(--lysis-surface-alt,#f8f8f8);border-bottom:1px solid var(--lysis-border,#e0e0e0)}.kds-order-number{font-weight:700;font-size:1rem;color:var(--lysis-accent,#4f46e5)}.kds-table-label{display:flex;align-items:center;gap:.25rem;font-size:.85rem;font-weight:600;color:var(--lysis-text-muted,#555)}.kds-table-label .material-symbols-outlined{font-size:1rem}.kds-card-lines{display:flex;flex-direction:column;divide-y:1px solid var(--lysis-border,#f0f0f0)}.kds-line{padding:.6rem 1rem;border-bottom:1px solid var(--lysis-border-light,#f5f5f5);display:flex;flex-direction:column;gap:.25rem}.kds-line:last-child {border-bottom:none}.kds-line-main{display:flex;align-items:baseline;gap:.5rem}.kds-qty{font-weight:700;font-size:1.1rem;color:var(--lysis-accent,#4f46e5);min-width:2rem}.kds-product{font-weight:600;font-size:.95rem;flex:1}.kds-mods{font-size:.78rem;color:var(--lysis-text-muted,#666);font-style:italic}.kds-line-footer{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.kds-course{font-size:.72rem;padding:.1rem .4rem;background:var(--lysis-surface-alt,#f0f0f0);border-radius:10px;color:var(--lysis-text-muted,#555)}.kds-status-badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:10px;color:#fff}.kds-status-pending{background:#94a3b8}.kds-status-sent{background:#3b82f6}.kds-status-preparing{background:#f59e0b}.kds-status-ready{background:#22c55e}.kds-status-served{background:#64748b}.kds-status-other{background:#cbd5e1;color:#555}.kds-ready-btn{display:flex;align-items:center;gap:.25rem;margin-left:auto;padding:.3rem .7rem;border:none;border-radius:6px;background:#22c55e;color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s}.kds-ready-btn:hover  {background:#16a34a}.kds-ready-btn .material-symbols-outlined{font-size:.9rem}.kds-empty,.kds-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;color:var(--lysis-text-muted,#888)}.kds-empty   .material-symbols-outlined,.kds-loading .material-symbols-outlined{font-size:3rem}.kds-empty .material-symbols-outlined{color:#22c55e}