:root{--primary: #f97316;--primary-dark: #ea580c;--primary-soft: #fff1e7;--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f8fafc;--border: #ececf0;--text: #1f2430;--text-2: #8a90a0;--danger: #e11d48;--ok: #16a34a;--radius: 18px;--radius-sm: 12px;--shadow-sm: 0 1px 2px rgba(20, 23, 31, .05), 0 2px 8px rgba(20, 23, 31, .04);--shadow: 0 8px 24px rgba(20, 23, 31, .08);--shadow-lg: 0 18px 48px rgba(20, 23, 31, .18)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}h1{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin:.2rem 0 1rem}h2{font-size:1.15rem;font-weight:700;margin:0 0 .6rem}h3{font-size:1rem;font-weight:700;margin:0}a{color:var(--primary)}.muted{color:var(--text-2)}.small{font-size:.82rem}.block{display:block;margin-top:.1rem}.error{color:var(--danger);font-weight:500}.ok{color:var(--ok);font-weight:600}.link{color:var(--primary);text-decoration:none;font-weight:600}code{background:#eef0f3;padding:.05rem .35rem;border-radius:6px}.container{max-width:1040px;margin:0 auto;padding:0 1.1rem 5rem}button{font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;padding:.6rem 1rem;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius-sm);transition:all .15s ease}button:hover{background:var(--surface-2)}button:active{transform:translateY(1px)}button.primary{background:var(--primary);color:#fff;border-color:var(--primary)}button.primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}button.primary:disabled{opacity:.5;cursor:not-allowed}button.big{width:100%;padding:.95rem;font-size:1.05rem;border-radius:999px}button.danger{color:var(--danger);border-color:#fbd5dd;background:#fff5f7}input,select,textarea{width:100%;padding:.7rem .9rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.98rem;font-family:inherit;background:var(--surface);color:var(--text);transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}label{font-size:.82rem;font-weight:600;color:var(--text-2);display:block;margin-bottom:.15rem}label.radio{display:flex;align-items:center;gap:.55rem;font-weight:500;color:var(--text);cursor:pointer}label.radio input{width:auto;accent-color:var(--primary)}.row{display:flex;gap:.6rem}.row>*{flex:1}.tag{display:inline-block;background:var(--primary-soft);color:var(--primary-dark);border-radius:999px;padding:.15rem .6rem;font-size:.74rem;font-weight:700}.hero{height:210px;background-size:cover;background-position:center;background-color:#2b2f38}.hero.empty{background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.store-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);margin:-64px auto 1.4rem;padding:1.1rem 1.3rem;position:relative;display:flex;align-items:center;gap:1rem}.store-card .logo{width:84px;height:84px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:var(--shadow-sm);margin-top:-42px;background:#fff;flex:0 0 84px}.store-card .logo.placeholder{display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:var(--primary)}.store-card .info{flex:1;min-width:0}.store-card .info h1{margin:0;font-size:1.3rem}.store-card .info .sub{color:var(--text-2);font-size:.9rem}.store-meta{display:flex;gap:1.4rem}.store-meta .m{text-align:center;font-size:.85rem;color:var(--text-2);white-space:nowrap}.store-meta .m b{display:block;color:var(--text);font-size:.95rem}.badge-open{background:#e7f8ee;color:#15803d;border-radius:999px;padding:.2rem .7rem;font-weight:700;font-size:.8rem}.badge-closed{background:#fde8e8;color:#b91c1c;border-radius:999px;padding:.2rem .7rem;font-weight:700;font-size:.8rem}.menu-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.cat-pills{display:flex;gap:.5rem;overflow-x:auto}.cat-pills button{white-space:nowrap;border-radius:999px;padding:.4rem .9rem;background:var(--surface);border:1px solid var(--border);color:var(--text-2);font-weight:600}.cat-pills button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.search{position:relative;min-width:240px}.search input{border-radius:999px;padding-left:2.2rem}.search:before{content:"🔍";position:absolute;left:.8rem;top:50%;transform:translateY(-50%);font-size:.85rem;opacity:.6}.cat-title{font-size:1.1rem;margin:1.2rem 0 .7rem}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.pcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.8rem;box-shadow:var(--shadow-sm);cursor:pointer;position:relative;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .15s,transform .15s}.pcard:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.pcard .pimg{width:100%;height:130px;object-fit:cover;border-radius:14px;background:var(--surface-2)}.pcard .pimg.placeholder{display:flex;align-items:center;justify-content:center;font-size:2rem}.pcard h3{font-size:1rem;line-height:1.25}.pcard .pdesc{color:var(--text-2);font-size:.84rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pcard .pfoot{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.pcard .price{color:var(--primary);font-weight:800;font-size:1.05rem}.add-btn{width:36px;height:36px;border-radius:50%;background:var(--primary);color:#fff;border:none;font-size:1.3rem;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.add-btn:hover{background:var(--primary-dark)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f12198c;display:flex;align-items:flex-end;justify-content:center;z-index:50;padding:0}.modal{background:var(--surface);width:100%;max-width:520px;max-height:92vh;overflow-y:auto;border-radius:20px 20px 0 0;box-shadow:var(--shadow-lg);animation:slideup .22s ease}@keyframes slideup{0%{transform:translateY(30px);opacity:.6}to{transform:translateY(0);opacity:1}}@media (min-width: 560px){.modal-overlay{align-items:center}.modal{border-radius:20px}}.modal-img{width:100%;height:200px;object-fit:cover}.modal-img.placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem;background:var(--surface-2)}.modal-body{padding:1.2rem}.modal-close{position:absolute;top:.8rem;right:.8rem;width:34px;height:34px;border-radius:50%;background:#ffffffeb;border:none;font-size:1.1rem;box-shadow:var(--shadow-sm)}.modal-title{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.modal-title h2{font-size:1.3rem}.modal-price{color:var(--primary);font-weight:800;font-size:1.2rem;white-space:nowrap}.opt-group{margin-top:1.1rem}.opt-group-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.opt-group-head h3{flex:1}.opt-hint{background:var(--surface-2);color:var(--text-2);border-radius:999px;padding:.12rem .55rem;font-size:.72rem;font-weight:700}.opt-row{display:flex;justify-content:space-between;align-items:center;padding:.7rem 0;border-bottom:1px solid #f1f2f4;cursor:pointer}.opt-row:last-child{border-bottom:none}.opt-row .opt-left{display:flex;align-items:center;gap:.6rem}.opt-row .opt-price{color:var(--text-2);font-size:.9rem}.modal-footer{position:sticky;bottom:0;background:var(--surface);border-top:1px solid var(--border);padding:1rem 1.2rem}.modal-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:.7rem;font-weight:700}.modal-total b{color:var(--primary);font-size:1.15rem}.modal-actions{display:flex;gap:.8rem;align-items:center}.qty{display:inline-flex;align-items:center;gap:.8rem;background:var(--surface-2);border-radius:999px;padding:.25rem;font-weight:700}.qty button{width:32px;height:32px;border-radius:50%;border:none;background:#fff;box-shadow:var(--shadow-sm);color:var(--primary);font-size:1.1rem}.floating-cart{position:fixed;left:1rem;right:1rem;bottom:1rem;max-width:1008px;margin:0 auto;background:var(--primary);color:#fff;text-align:center;padding:1rem;border-radius:999px;text-decoration:none;font-weight:700;box-shadow:var(--shadow-lg)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;margin-bottom:1rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.6rem}.line{display:flex;justify-content:space-between;align-items:center;gap:.6rem;padding:.5rem 0;border-bottom:1px solid #f1f2f4}.line:last-child{border-bottom:none}.line.total{font-weight:800;font-size:1.05rem;border-top:2px solid var(--border);border-bottom:none;margin-top:.3rem;padding-top:.7rem}.checkout-wrap{max-width:560px;margin:1.5rem auto}.status-pill{display:inline-block;background:var(--primary-soft);color:var(--primary-dark);border-radius:999px;padding:.3rem .9rem;font-weight:700}.pix{text-align:center}.pix .qr{width:230px;height:230px;border-radius:12px;border:1px solid var(--border)}.closed-banner{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:var(--radius);padding:1rem;text-align:center;font-weight:600;margin-bottom:1rem}.painel{display:flex;min-height:100vh}.sidebar{width:230px;background:#11151d;color:#aeb6c2;padding:1.1rem;display:flex;flex-direction:column;gap:.2rem;position:sticky;top:0;height:100vh}.sidebar .brand{color:#fff;font-size:1.2rem;font-weight:800}.sidebar nav{display:flex;flex-direction:column;gap:.2rem;margin-top:1.3rem}.sidebar nav a{color:#aeb6c2;text-decoration:none;padding:.6rem .75rem;border-radius:10px;font-weight:600;font-size:.92rem}.sidebar nav a:hover{background:#1b212d;color:#fff}.sidebar nav a.active{background:var(--primary);color:#fff}.sidebar .logout{margin-top:auto;background:transparent;color:#aeb6c2;border:1px solid #2a313f}.painel-content{flex:1;padding:1.6rem;max-width:900px}.painel-content .container{padding:0}.painel-content .narrow{max-width:420px}.chips{display:flex;flex-wrap:wrap;gap:.4rem}.logo-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.logo-preview{height:72px;width:72px;object-fit:cover;border-radius:14px;border:1px solid var(--border)}.logo-preview.empty{display:flex;align-items:center;justify-content:center;font-size:.72rem;color:var(--text-2);background:var(--surface-2)}.cover-preview{width:100%;max-width:320px;height:90px;object-fit:cover;border-radius:12px;border:1px solid var(--border)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.page-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.orders-board{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.9rem}.order-card{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.4rem}.order-card.st-PAID,.order-card.st-PENDING_PAYMENT{border-left-color:#f59e0b}.order-card.st-ACCEPTED{border-left-color:#3b82f6}.order-card.st-PREPARING{border-left-color:#8b5cf6}.order-card.st-OUT_FOR_DELIVERY{border-left-color:var(--primary)}.order-card.st-DELIVERED{border-left-color:var(--ok);opacity:.8}.order-card.st-CANCELLED{border-left-color:var(--danger);opacity:.65}.order-card-head{display:flex;align-items:center;gap:.5rem}.order-total{margin-left:auto;font-weight:800}.order-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.5rem}.order-actions select{width:auto;flex:1;min-width:120px}.items-mini{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem}.items-mini span{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:.15rem .5rem;font-size:.82rem}@media (max-width: 720px){.painel{flex-direction:column}.sidebar{width:auto;height:auto;position:static;flex-direction:row;flex-wrap:wrap;align-items:center}.sidebar nav{flex-direction:row;flex-wrap:wrap;margin-top:0}.sidebar .logout{margin-top:0;margin-left:auto}.store-meta{gap:.8rem}}
