:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc;line-height:1.4}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}a{color:#0f172a;text-decoration:none}.topbar{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #dbe2ea;display:flex;justify-content:space-between;align-items:center;padding:12px 16px}.brand{font-weight:700}.container{width:min(920px,100%);margin:0 auto;padding:16px}.stack{display:grid;gap:10px}.stack-lg{display:grid;gap:16px}.row{display:flex;gap:8px;align-items:center}.split-row{justify-content:space-between}.muted{color:#64748b}.error{color:#b91c1c}.section-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.view-all-link{display:inline-flex;align-items:center;min-height:44px;padding:8px 10px;border-radius:10px;font-weight:600}.ui-card,.product-card,.shop-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.shop-grid{display:grid;gap:10px;grid-template-columns:1fr}.shop-card{display:grid}.product-card{display:flex;align-items:center;justify-content:space-between;gap:8px}.ui-input{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:10px;font:inherit}.ui-btn{border-radius:10px;padding:8px 10px;font:inherit;cursor:pointer}.ui-btn-primary{border:0;background:#0f172a;color:#fff}.ui-btn-ghost{border:1px solid #cbd5e1;background:#fff;color:#0f172a}.ui-btn:disabled{opacity:.65;cursor:not-allowed}.ui-badge,.badge{background:#0f172a;color:#fff;border-radius:999px;padding:2px 8px;font-size:12px}label{display:grid;gap:4px;font-size:14px}.cta-link{display:inline-flex;margin-top:12px;font-weight:600}.pulse{animation:pulse .22s ease-out}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02);background:#dbeafe}to{transform:scale(1)}}@media(min-width:700px){.shop-grid{grid-template-columns:repeat(3,1fr)}}.inline-alert{border-radius:10px;padding:10px 12px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;display:flex;justify-content:space-between;align-items:center;gap:8px}.inline-alert-info{border-color:#bfdbfe;background:#eff6ff;color:#1e3a8a}.skeleton{border-radius:10px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 37%,#e2e8f0 63%);background-size:400% 100%;animation:shimmer 1.2s ease infinite}.skeleton-title{height:20px;width:42%}.skeleton-row{height:68px;width:100%}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}a[href*="lovable.dev"],iframe[src*="lovable.dev"],[data-lovable-badge],#lovable-badge{display:none!important}
