:root{--primary: #e76f51;--primary-hover: #d45c3e;--accent: #2a9d8f;--bg: #f3ecdd;--card-bg: #fff6ed;--text: #3e2723;--subtext: #6d4c41;--radius: 14px;--shadow: 0 12px 25px rgba(0, 0, 0, .05)}.container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:1.5rem 1rem}.card-shell{background:var(--card-bg);border-radius:1.5rem;box-shadow:var(--shadow);width:min(420px,100%);padding:1.8rem 1.5rem 2rem}h1{font-size:2.1rem;font-weight:800;color:var(--primary);text-align:center;margin-bottom:.35rem}.subtitle{text-align:center;color:var(--subtext);margin-bottom:1.2rem}input{width:100%;background:#fff;border:2px solid #eedbc9;border-radius:999px;padding:.7rem .9rem;font-size:1rem;color:var(--text);outline:none;transition:border .2s,box-shadow .2s;margin-bottom:.8rem}input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2a9d8f1f}button{width:100%;background:var(--primary);color:#fff;border:none;border-radius:999px;padding:.7rem 1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;margin-bottom:1.1rem}button:hover{background:var(--primary-hover)}button:active{transform:scale(.985)}.footer{text-align:center;color:var(--subtext);font-size:.85rem}.results{display:flex;flex-direction:column;gap:.75rem;max-height:350px;overflow-y:auto;padding-right:.3rem}.results::-webkit-scrollbar{width:8px}.results::-webkit-scrollbar-thumb{background:#e76f5166;border-radius:4px}.result-card{background:#fff;border-radius:14px;padding:.6rem .8rem .55rem;border-left:5px solid var(--primary);box-shadow:0 2px 6px #00000008}.result-card:hover{background:#fff5ee}.clickable{cursor:pointer}.result-title{font-weight:600;color:var(--text)}.result-sub{font-size:.7rem;color:#8d6e63}.result-desc{font-size:.75rem;color:#6d4c41;margin-top:.25rem}.no-results{text-align:center;color:#8d6e63;font-size:.9rem}.pedidos-list{margin-top:.4rem;display:flex;flex-direction:column;gap:.65rem;max-height:360px;overflow-y:auto;padding-right:.25rem}.pedidos-list::-webkit-scrollbar{width:6px}.pedidos-list::-webkit-scrollbar-thumb{background:#e76f5166;border-radius:4px}.pedido-card{background:#fff;border-radius:14px;padding:.6rem .7rem .5rem;box-shadow:0 2px 5px #00000008;border-left:6px solid #ccc}.pedido-codigo{font-weight:600;margin-bottom:.15rem}.pedido-estado{font-size:.78rem;margin-bottom:.3rem;color:#5d4037}.pedido-nota,.pedido-hora{font-size:.7rem;color:#8d6e63}.estado-en-fila{border-left-color:#e9c46a}.estado-preparando{border-left-color:#2a9d8f}.estado-listo{border-left-color:#2b9348}.back-link{display:inline-flex;gap:.25rem;align-items:center;color:var(--primary);font-weight:500;margin-bottom:1rem;cursor:pointer}.panel-form{background:#fff;border-radius:14px;padding:.8rem .8rem 1rem;box-shadow:0 2px 6px #00000008;margin-bottom:1rem}.panel-label{display:block;text-align:left;font-size:.75rem;color:#6d4c41;margin-bottom:.25rem;margin-top:.4rem}.panel-subtitle{margin-top:1rem;margin-bottom:.5rem;font-size:1.05rem;color:#6d4c41}.panel-list{display:flex;flex-direction:column;gap:.6rem;max-height:380px;overflow-y:auto}.panel-pedido-row{background:#fff;border-radius:12px;padding:.6rem .8rem;display:flex;justify-content:space-between;gap:.5rem;align-items:center;box-shadow:0 1px 4px #00000005}.panel-codigo{font-weight:600}.panel-nota,.panel-hora{font-size:.7rem;color:#8d6e63}.panel-actions{display:flex;flex-direction:column;gap:.4rem;align-items:stretch}.panel-actions select{width:130px;padding:.45rem .6rem;font-size:.85rem;border-radius:10px}.panel-actions button{width:130px;padding:.45rem .6rem;font-size:.75rem;border-radius:999px;margin-bottom:.2rem}.puesto-top-row{display:flex;justify-content:flex-end;margin-bottom:.5rem}.icon-button{width:2.4rem;height:2.4rem;border-radius:999px;background:var(--primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 3px 8px #00000014;cursor:pointer;transition:background .2s,transform .1s,box-shadow .2s}.icon-button:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 5px 12px #0000001f}.icon-button:active{transform:scale(.97)}.panel-estado-en-fila{border-left:6px solid #e9c46a}.panel-estado-preparando{border-left:6px solid #2a9d8f}.panel-estado-listo{border-left:6px solid #2b9348}.panel-estado-entregado{border-left:6px solid #8d8d8d;opacity:.75}.logout-btn{width:60%;max-width:220px;padding:.55rem .9rem;font-size:.95rem;align-self:center}*{box-sizing:border-box}body{margin:0;background:#f3ecdd;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{text-decoration:none;color:inherit}
