:root{--color-bg: #fafafa;--color-surface: #ffffff;--color-border: #e5e5e5;--color-text: #111111;--color-text-muted: #333333;--color-primary: #0047ff;--color-primary-hover: #0038cc;--color-danger: #dc2626;--color-danger-bg: #fef2f2;--radius: 10px;--shadow: 0 1px 2px rgba(17, 17, 17, .06), 0 1px 3px rgba(17, 17, 17, .08)}*{box-sizing:border-box}html,body,#root{height:100%}html,body{overflow-x:hidden}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background-color:var(--color-bg);background-image:url(/assets/background-desktop-Dms5WZrj.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:var(--color-text);-webkit-font-smoothing:antialiased}@media(max-width:768px){body{background-image:none}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:url(/assets/background-mobile-DtNpkcQJ.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-shell .content{flex:1;min-width:0}h1{font-size:1.5rem;font-weight:700;margin:0 0 1.25rem}h2{font-size:1.05rem;font-weight:600;margin:1.75rem 0 .75rem;color:var(--color-text)}.content h1,.content h2{color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.5)}.card h1,.card h2,.receipt h1,.receipt h2,.login-form h1{color:var(--color-text);text-shadow:none}a{color:var(--color-primary)}.topbar{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.5rem;background:#111;color:#fff;box-shadow:var(--shadow);position:sticky;top:0;z-index:10}.brand{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;letter-spacing:.02em;margin-right:1.5rem;color:#fff;text-decoration:none;white-space:nowrap}.brand-logo{height:26px;width:26px;border-radius:6px;object-fit:cover}.topbar-inner{display:flex;align-items:center}.topbar nav{display:flex;gap:.25rem;flex-wrap:wrap}.topbar a{color:#e5e5e5;text-decoration:none;padding:.4rem .7rem;border-radius:6px;font-size:.9rem;transition:background .15s,color .15s}.topbar a:hover{background:#ffffff14;color:#fff;text-decoration:none}.topbar a.active{background:var(--color-primary);color:#fff}.user-info{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#e5e5e5}.user-info a{color:inherit;text-decoration:none}.user-info a:hover{text-decoration:underline}.user-info button{background:transparent;border:1px solid #333333;color:#e5e5e5;padding:.4rem .75rem}.user-info button:hover{background:#333}.menu-toggle{display:none;background:transparent;border:1px solid #333333;color:#fff;font-size:1.1rem;line-height:1;padding:.4rem .6rem}.menu-toggle:hover{background:#333}.user-info-mobile,.nav-backdrop,.nav-close{display:none}@media(max-width:768px){.topbar{padding:.7rem 1rem}.topbar-inner{width:100%;justify-content:space-between}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.topbar nav{position:fixed;top:0;right:0;height:100vh;width:min(78vw,300px);background:#111;flex-direction:column;align-items:stretch;gap:.15rem;padding:4.5rem 1rem 1.5rem;transform:translate(100%);transition:transform .25s ease;z-index:30;overflow-y:auto}.topbar nav.nav-open{transform:translate(0)}.topbar nav a{padding:.75rem .9rem}.nav-close{display:flex;align-items:center;justify-content:center;position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;background:transparent;border:1px solid #333333;color:#fff;font-size:1rem}.nav-close:hover{background:#333}.user-info-desktop{display:none}.user-info-mobile{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:.85rem;padding-top:.75rem;border-top:1px solid #333333}.nav-backdrop.nav-open{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#11111180;z-index:25}}.content-inner{padding:1.75rem 0;width:92%;max-width:1600px;margin:0 auto}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem 1.5rem;margin-bottom:1.5rem}.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-scroll table{width:100%;overflow:visible}@media(max-width:768px){.table-scroll table{width:640px;max-width:none}}.mobile-only{display:none}.record-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem;margin-bottom:.75rem}.record-card-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.3rem 0}.record-card-row+.record-card-row{border-top:1px solid var(--color-border)}.record-card-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);white-space:nowrap}.record-card-value{text-align:right;word-break:break-word}.record-card-title{font-weight:700;font-size:1rem;margin-bottom:.35rem}.record-card button{width:100%;margin-top:.75rem}@media(max-width:768px){.desktop-only{display:none}.mobile-only{display:block}}.table-scroll td,.table-scroll th{white-space:nowrap}.table-scroll .sticky-col{position:sticky;right:0;background:var(--color-surface);box-shadow:-6px 0 8px -6px #11111126}.table-scroll thead .sticky-col,.table-scroll tr:hover .sticky-col{background:#fafafa}table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}th,td{text-align:left;padding:.65rem .9rem;border-bottom:1px solid var(--color-border);font-size:.92rem}th{background:#fafafa;font-weight:600;color:var(--color-text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}tr:last-child td{border-bottom:none}tbody tr:hover{background:#fafafa}tr.low-stock{background:var(--color-danger-bg)}tr.low-stock:hover{background:#fde8e8}.stacked-form,.inline-form{display:flex;gap:.6rem;margin-bottom:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.stacked-form{flex-direction:column;width:100%;min-width:60%}.inline-form{flex-wrap:wrap;align-items:center}@media(max-width:768px){.stacked-form,.inline-form{max-width:none;width:100%}.stacked-form input:not([type=checkbox]):not([type=radio]),.stacked-form select,.stacked-form textarea,.stacked-form button,.inline-form input:not([type=checkbox]):not([type=radio]),.inline-form select,.inline-form textarea,.inline-form button{width:100%}.inline-form{flex-direction:column;align-items:stretch}.page-actions{flex-direction:column;align-items:stretch!important}.page-actions>button{width:100%}}.form-divider{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);border-top:1px solid var(--color-border);padding-top:.75rem;margin-top:.25rem}.stacked-form label{display:flex;flex-direction:column;font-size:.85rem;font-weight:500;color:var(--color-text-muted);gap:.3rem}input,select,textarea,button{padding:.55rem .7rem;font-size:.92rem;border:1px solid #e5e5e5;border-radius:6px;font-family:inherit;background:#fff;color:var(--color-text)}input:focus,select:focus,textarea:focus{outline:2px solid #cddaff;outline-offset:0;border-color:var(--color-primary)}button{background:var(--color-primary);color:#fff;border:none;cursor:pointer;font-weight:600;transition:background .15s}button:hover{background:var(--color-primary-hover)}button:disabled{background:#e5e5e5;cursor:not-allowed}button.secondary{background:#fff;color:var(--color-text);border:1px solid #e5e5e5}button.secondary:hover{background:#fafafa}.error{color:var(--color-danger);background:var(--color-danger-bg);border:1px solid #fecaca;border-radius:6px;padding:.6rem .8rem;font-size:.88rem}.badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.78rem;font-weight:600;white-space:nowrap}.badge-gray{background:#f2f4f7;color:#344054}.badge-blue{background:#eff8ff;color:#175cd3}.badge-purple{background:#f4f3ff;color:#5925dc}.badge-amber{background:#fffaeb;color:#b54708}.badge-orange{background:#fff4ed;color:#c4320a}.badge-teal{background:#f0fdf9;color:#107569}.badge-green{background:#ecfdf3;color:#027a48}.badge-red{background:#fef3f2;color:#b42318}.dino-game{position:relative;width:100%;max-width:600px;cursor:pointer;-webkit-user-select:none;user-select:none}.dino-game canvas{width:100%;height:auto;background:var(--color-bg);border-radius:8px;display:block}.dino-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:.85rem;font-weight:600;color:var(--color-text);background:#fafafa99;border-radius:8px;line-height:1.6}.fab-stack{position:fixed;right:1.5rem;bottom:1.5rem;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;z-index:20}.fab-new-order{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.25rem;border-radius:999px;background:var(--color-primary);color:#fff;font-weight:700;font-size:.95rem;box-shadow:0 8px 20px #0047ff59,0 2px 6px #11111126;transition:transform .15s,background .15s,box-shadow .15s}.fab-new-order:hover{background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 10px 24px #0047ff66,0 3px 8px #1111112e}.fab-add-part{background:var(--color-text);box-shadow:0 8px 20px #1111114d,0 2px 6px #11111126;font-size:.85rem;padding:.65rem 1rem}.fab-add-part:hover{background:#000;box-shadow:0 10px 24px #11111159,0 3px 8px #1111112e}.fab-new-order-icon{font-size:1.3rem;line-height:1}@media(max-width:768px){.fab-stack{right:1rem;bottom:1rem}.fab-new-order{padding:.9rem}.fab-add-part{padding:.65rem}.fab-new-order-label{display:none}}.app-footer{text-align:center;padding:1.5rem;color:var(--color-text-muted);font-size:.8rem}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;position:relative;overflow:hidden;background-color:var(--color-bg);background-image:radial-gradient(circle,rgba(0,71,255,.28) 2.5px,transparent 2.5px);background-size:40px 40px}.login-page:before,.login-page:after{content:"";position:absolute;border-radius:9999px;filter:blur(80px);z-index:0}.login-page:before{width:480px;height:480px;top:-160px;left:-160px;background:radial-gradient(circle,rgba(0,71,255,.16),transparent 70%)}.login-page:after{width:420px;height:420px;bottom:-180px;right:-140px;background:radial-gradient(circle,rgba(17,17,17,.08),transparent 70%)}.login-form{position:relative;z-index:1}.login-logo{display:block;height:48px;width:48px;border-radius:10px;margin-bottom:1rem}.login-form{display:flex;flex-direction:column;gap:.9rem;padding:2.25rem;background:#fff;border-radius:14px;box-shadow:0 8px 24px #10182829;width:340px}.login-form h1{margin-bottom:.25rem}.login-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.88rem;font-weight:500;color:var(--color-text-muted)}.print-only{display:none}.receipt-actions{display:flex;justify-content:flex-end;margin-bottom:1rem}@media print{.no-print{display:none!important}.print-only{display:block}body{background:#fff}.content-inner{padding:0;width:100%;max-width:100%}.receipt{padding:0}}.receipt-shop{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.receipt-whatsapp-qr{display:flex;flex-direction:column;align-items:center;gap:.15rem;margin-left:auto}.receipt-whatsapp-qr img{width:64px;height:64px}.receipt-whatsapp-qr span{font-size:.62rem;color:var(--color-text-muted);text-align:center}.receipt-shop-logo{height:40px;width:40px;border-radius:8px;object-fit:cover}.receipt-shop-name{font-size:1.1rem;font-weight:700;letter-spacing:.02em}.receipt-shop-detail{font-size:.78rem;color:var(--color-text-muted)}.receipt-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:2px solid var(--color-text);padding-bottom:.75rem;margin-bottom:1rem}.receipt-header h1{margin:0;font-size:1.3rem}.receipt-section{margin-bottom:1rem}.receipt-section h3{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin:0 0 .35rem}.receipt-grid{display:grid;grid-template-columns:1fr 1fr;gap:.25rem 1.5rem;font-size:.92rem}.receipt-legal{margin-top:1.5rem;font-size:.6rem;line-height:1.35;color:var(--color-text-muted)}.receipt-legal h3{font-size:.65rem;margin:.5rem 0 .15rem}.receipt-legal p{margin:0 0 .35rem;text-align:justify}.receipt-signatures{display:flex;justify-content:space-between;margin-top:3rem;gap:2rem}.receipt-signature{flex:1;text-align:center;border-top:1px solid var(--color-text);padding-top:.35rem;font-size:.85rem;color:var(--color-text-muted)}.qty-adjust{display:inline-flex;align-items:center;gap:.5rem}.qty-adjust button{width:1.8rem;height:1.8rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;line-height:1}.qty-adjust button:disabled{opacity:.4;cursor:not-allowed}.qty-adjust span{min-width:1.5rem;text-align:center;font-weight:600}.dashboard-grid{display:grid;grid-template-columns:280px minmax(0,1fr) 280px;gap:1.25rem;align-items:start}.dashboard-side{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.dashboard-main{min-width:0;display:flex;flex-direction:column;gap:1.25rem}.orders-summary{display:flex;gap:1.5rem;flex-wrap:wrap}.orders-summary-chart{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:0 0 auto}.chart-legend{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;color:var(--color-text-muted)}.chart-legend li{display:flex;align-items:center;gap:.4rem}.legend-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.orders-summary-lists{flex:1 1 320px;min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.orders-summary-lists h3{margin:0 0 .6rem;font-size:.9rem}@media(max-width:900px){.orders-summary-lists{grid-template-columns:1fr}}.dashboard-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;max-height:260px;overflow-y:auto}.dashboard-list li{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.9rem;padding-bottom:.4rem;border-bottom:1px solid var(--color-border)}.dashboard-list li:last-child{border-bottom:none;padding-bottom:0}@media(max-width:1080px){.dashboard-grid{grid-template-columns:1fr}}.calendar{font-size:.85rem}.calendar-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:.6rem}.calendar-nav{width:auto;padding:.2rem .6rem;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.calendar-nav:hover{background:#fafafa}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.2rem;text-align:center}.calendar-day-names{margin-bottom:.3rem;color:var(--color-text-muted);font-weight:600;font-size:.75rem}.calendar-day{position:relative;width:auto;aspect-ratio:1;padding:0;border:none;background:transparent;color:var(--color-text);border-radius:6px;font-size:.8rem;display:flex;align-items:center;justify-content:center}.calendar-day:hover{background:#fafafa}.calendar-today{border:1px solid var(--color-primary);font-weight:700}.calendar-marked{background:var(--color-danger-bg)}.calendar-dot{position:absolute;bottom:3px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:var(--color-danger)}
