.kds-root{position:relative;width:100vw;height:100vh;background:#000;overflow:hidden}.kds-status{position:absolute;top:10px;left:14px;z-index:5;font-size:12px;font-weight:700;letter-spacing:.08em;color:#ef4444}.kds-status[data-ok=true]{color:#22c55e}.kds-audio-unlock{position:absolute;top:10px;right:70px;z-index:5;background:#111;color:#fff;border:1px solid #333;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700}.kds-stage{display:flex;height:100%;padding:24px 12px 24px 24px;gap:12px}.kds-row{flex:1 1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;min-width:0}.kds-empty{grid-column:1/-1;display:grid;place-items:center;color:#6b7280;font-size:28px;font-weight:700}.kds-card{background:#fff;color:#111;border-radius:18px;display:flex;flex-direction:column;min-height:0;padding:22px 22px 18px;box-shadow:0 10px 30px rgba(0,0,0,.35)}.kds-card-head{margin-bottom:14px}.kds-num{font-size:clamp(42px,5vw,64px);font-weight:800;line-height:1}.kds-ago{margin-top:6px;color:#e11d2e;font-size:clamp(18px,2vw,26px);font-weight:800}.kds-items{flex:1 1;overflow:auto;min-height:0;padding-right:4px}.kds-item{margin-bottom:14px}.kds-item-name{font-size:clamp(18px,1.8vw,24px);font-weight:700;line-height:1.25}.kds-item-note{margin-top:6px;color:#4b5563;font-size:clamp(17px,1.7vw,22px);font-weight:700;line-height:1.35}.kds-card-foot{margin-top:12px}.kds-type{color:#e11d2e;font-weight:900;font-size:clamp(18px,1.7vw,24px);letter-spacing:.02em;margin-bottom:12px}.kds-ready-btn{width:100%;border-radius:999px;background:#22c55e;color:#fff;font-weight:900;font-size:clamp(22px,2.2vw,32px);letter-spacing:.04em;padding:16px 12px}.kds-ready-btn:disabled{opacity:.6}.kds-ready-btn:active{transform:scale(.98)}.kds-pager{width:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px}.kds-arrow{width:44px;height:44px;border-radius:999px;background:transparent;color:#fff;font-size:34px;line-height:1;display:grid;place-items:center}.kds-arrow:disabled{opacity:.25}.kds-page-num{font-size:28px;font-weight:800}.kds-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.72);display:grid;place-items:center;z-index:40;padding:24px}.kds-modal{width:min(720px,100%);max-height:90vh;overflow:auto;background:#fff;color:#111;border-radius:18px;padding:24px}.kds-modal-head{display:flex;justify-content:space-between;gap:16px;margin-bottom:18px}.kds-close{background:#111;color:#fff;border-radius:999px;padding:10px 16px;font-weight:700}.kds-modal-body{margin-bottom:18px}@media (max-width:900px){.kds-row{grid-template-columns:1fr}}