.kds-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;background:#0c0f14;color:#e2e8f0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.kds-topbar{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 16px;background:#111520;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.kds-topbar__left{display:flex;align-items:center;gap:10px}.kds-topbar__logo{font-size:15px;font-weight:800;letter-spacing:.08em;color:#f59e0b}.kds-topbar__separator{width:1px;height:18px;background:#ffffff1a}.kds-topbar__title{font-size:13px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.06em}.kds-topbar__status{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#6b7280;margin-left:4px}.kds-topbar__status--on{color:#22c55e}.kds-topbar__center{display:flex;align-items:baseline;gap:6px}.kds-topbar__count{font-size:22px;font-weight:800;color:#fff;font-variant-numeric:tabular-nums}.kds-topbar__count-label{font-size:12px;color:#ffffff59;font-weight:500}.kds-topbar__right{display:flex;align-items:center;gap:4px}.kds-topbar__clock{font-size:13px;font-weight:600;color:#fff6;font-variant-numeric:tabular-nums;margin-right:8px;min-width:70px;text-align:right}.kds-topbar__btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:none;background:transparent;color:#fff6;cursor:pointer;transition:all .15s}.kds-topbar__btn:hover{background:#ffffff14;color:#fffc}.kds-topbar__btn--close:hover{background:#ef444426;color:#ef4444}.kds-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;flex:1;overflow:hidden;padding:2px}@media (max-width: 1024px){.kds-columns{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.kds-columns{grid-template-columns:1fr}}.kds-column{display:flex;flex-direction:column;min-height:0;border-radius:8px;overflow:hidden}.kds-column__header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#161a24;border-bottom:2px solid var(--col-accent);flex-shrink:0}.kds-column__title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--col-accent)}.kds-column__count{font-size:18px;font-weight:800;color:var(--col-accent);background:#ffffff0d;min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-variant-numeric:tabular-nums}.kds-column__body{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:6px}.kds-column__body::-webkit-scrollbar{width:4px}.kds-column__body::-webkit-scrollbar-track{background:transparent}.kds-column__body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.kds-column__empty{display:flex;align-items:center;justify-content:center;flex:1;font-size:13px;color:#ffffff26;font-weight:500;letter-spacing:.04em}.kds-card{background:#1a1f2e;border-radius:8px;border:1px solid rgba(255,255,255,.06);border-left:3px solid var(--card-accent);overflow:hidden;transition:transform .12s;animation:kds-card-in .3s ease-out}@keyframes kds-card-in{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.kds-card:hover{transform:scale(1.01)}.kds-card__timer{display:flex;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:700;color:var(--urgency);background:#00000040;border-bottom:1px solid rgba(255,255,255,.04);font-variant-numeric:tabular-nums}.kds-card__header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 4px}.kds-card__id{font-size:14px;font-weight:800;color:#fff;letter-spacing:.02em}.kds-card__badges{display:flex;gap:4px}.kds-card__delivery-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 6px;border-radius:4px;background:#ffffff14;color:#ffffff8c}.kds-card__ventu-badge{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:2px 6px;border-radius:4px;background:#8b5cf633;color:#a78bfa}.kds-card__ecom-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 6px;border-radius:4px;background:#10b98126;color:#34d399}.kds-card__customer{padding:2px 10px 6px}.kds-card__customer-name{display:block;font-size:15px;font-weight:700;color:#e2e8f0;line-height:1.25}.kds-card__address{display:block;font-size:11px;color:#ffffff4d;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kds-card__products{padding:6px 10px;border-top:1px solid rgba(255,255,255,.04);display:flex;flex-direction:column;gap:3px}.kds-card__product-line{display:flex;align-items:baseline;gap:6px}.kds-card__qty{font-size:15px;font-weight:800;color:var(--card-accent);min-width:28px;font-variant-numeric:tabular-nums}.kds-card__product-name{font-size:13px;font-weight:600;color:#ffffffbf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kds-card__footer{display:flex;align-items:center;justify-content:space-between;padding:6px 10px 8px}.kds-card__total{font-size:15px;font-weight:800;color:#fff}.kds-card__time-window{font-size:11px;font-weight:600;color:#ffffff4d;font-variant-numeric:tabular-nums}.kds-card__notes{padding:4px 10px 6px;font-size:11px;color:#ffffff40;border-top:1px dashed rgba(255,255,255,.06);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kds-card--urgent{animation:kds-urgent-pulse 2s ease-in-out infinite;border-left-color:#ef4444!important}@keyframes kds-urgent-pulse{0%,to{box-shadow:0 0 #ef444400}50%{box-shadow:0 0 16px 3px #ef444433}}
