:root{color:#111827;background:#f3f4f6;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{background:#f3f4f6;margin:0}button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;padding:12px 18px;font-weight:700}code{color:#2563eb;background:#f1f5f9;border-radius:8px;padding:4px 8px}.app-shell{min-height:100vh;display:flex}.sidebar{color:#fff;background:#0f172a;flex-shrink:0;width:280px;padding:24px}.brand{align-items:center;gap:14px;margin-bottom:32px;display:flex}.brand-icon{background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:16px;place-items:center;width:48px;height:48px;font-weight:800;display:grid}.brand h1{margin:0;font-size:18px}.brand p{color:#94a3b8;margin:4px 0 0;font-size:13px}.nav-menu{flex-direction:column;gap:8px;display:flex}.nav-link{color:#cbd5e1;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex}.nav-link:hover,.nav-link.active{color:#fff;background:#2563eb}.main-content{flex:1;min-width:0;padding:36px}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.page-header h2{margin:0;font-size:32px}.page-header p{color:#64748b;margin:8px 0 0}.cards-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px;display:grid}.card,.panel{background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 12px 30px #0f172a0f}.card{padding:20px}.card span{color:#64748b}.card strong{margin-top:8px;font-size:34px;display:block}.panel{padding:24px}.panel h3{margin-top:0}.form-card{flex-direction:column;gap:16px;display:flex}.form-card label{color:#334155;flex-direction:column;gap:8px;font-size:14px;font-weight:700;display:flex}.form-card input,.form-card textarea,.form-card select{color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;padding:12px 14px}.form-card input:focus,.form-card textarea:focus,.form-card select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.form-card button:disabled{opacity:.65;cursor:not-allowed}.checkbox-row{align-items:center;flex-direction:row!important}.checkbox-row input{width:auto}.error-message{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:12px;font-size:14px}.secondary-button{color:#111827;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:8px 10px;font-size:13px}.secondary-button:hover{background:#f8fafc}.danger-button{color:#fff;cursor:pointer;background:#ef4444;border:1px solid #fecaca;border-radius:10px;padding:8px 10px;font-size:13px;font-weight:700}.danger-button:hover{background:#dc2626}.table-link-button{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.table-actions{align-items:center;gap:8px;display:flex}.login-page{background:#f1f5f9;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:100%;max-width:420px;padding:32px;box-shadow:0 20px 45px #0f172a14}.login-card h1{margin:0 0 8px}.login-card p{color:#64748b;margin:0 0 24px}.login-card input{border:1px solid #cbd5e1;border-radius:12px;width:100%;margin-bottom:16px;padding:14px}.login-card button,.logout-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;padding:12px 14px;font-weight:700}.logout-button{width:100%;margin-top:16px}.admin-page-stack{flex-direction:column;gap:24px;width:100%;min-width:0;max-width:100%;display:flex}.records-list{flex-direction:column;gap:14px;display:flex}.record-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:16px;min-width:0;max-width:100%;padding:18px;display:grid;box-shadow:0 8px 20px #0f172a0a}.record-icon{color:#2563eb;background:#dbeafe;border-radius:16px;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:14px;font-weight:800;display:grid}.record-content{min-width:0}.record-title{color:#020617;overflow-wrap:anywhere;margin:0 0 8px;font-size:18px;font-weight:800}.record-meta{color:#475569;flex-wrap:wrap;gap:8px 14px;font-size:14px;line-height:1.4;display:flex}.record-note{color:#334155;-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin-top:8px;font-size:14px;line-height:1.45;display:-webkit-box;overflow:hidden}.record-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:260px;display:flex}.record-actions .danger-button,.record-actions .secondary-button{white-space:nowrap}.record-public-link{color:#2563eb;overflow-wrap:anywhere;max-width:100%;margin:0 0 8px;font-size:14px;font-weight:700;display:inline-block}.status-pill{color:#2563eb;background:#eff6ff;border-radius:999px;align-items:center;padding:4px 9px;font-size:12px;font-weight:700;display:inline-flex}.status-pill.green{color:#15803d;background:#dcfce7}.status-pill.red{color:#dc2626;background:#fee2e2}.horizontal-form-panel{width:100%}.horizontal-form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.form-field-full{grid-column:1/-1}.form-title-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.form-title-row h3{margin:0}.products-compact-grid{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;padding:16px;display:grid}.products-compact-grid h4{grid-column:1/-1;margin:0}.product-quantity-row{grid-template-columns:minmax(0,1fr) 76px;align-items:center;gap:10px;min-width:0;font-weight:600!important;display:grid!important}.product-quantity-row span{overflow-wrap:anywhere}.product-quantity-row input{text-align:center}.summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.summary-card{flex-direction:column;gap:8px;display:flex}.summary-card span{color:#64748b;font-size:14px}.summary-card strong{color:#111827;font-size:26px}.detail-grid{grid-template-columns:380px 1fr;align-items:start;gap:24px;display:grid}.add-item-form{grid-template-columns:1fr 120px 160px auto;gap:12px;margin:18px 0;display:grid}.add-item-form select,.add-item-form input,.table-input{color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;padding:10px 12px}.add-item-form button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:10px 14px;font-weight:700}.table-input{width:110px}.items-total{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:16px;margin-top:18px;padding-top:18px;font-size:18px;display:flex}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 12px;font-size:14px}.data-table th{color:#64748b;font-weight:700}.data-table td{color:#111827}.data-table tr:last-child td{border-bottom:none}@media (width<=1100px){.summary-grid,.detail-grid,.add-item-form{grid-template-columns:1fr}}@media (width<=900px){.app-shell{flex-direction:column}.sidebar{width:100%}.cards-grid{grid-template-columns:repeat(2,1fr)}.record-card{grid-template-columns:48px minmax(0,1fr)}.record-actions{grid-column:1/-1;justify-content:flex-start;max-width:none}}@media (width<=600px){.cards-grid{grid-template-columns:1fr}.page-header{flex-direction:column}}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;display:grid}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px;box-shadow:0 8px 20px #0f172a0a}.metric-card span{color:#64748b;font-size:14px}.metric-card strong{color:#020617;overflow-wrap:anywhere;margin-top:8px;font-size:28px;line-height:1.1;display:block}.metric-card.warning{background:#fff7ed;border-color:#fed7aa}.metric-card.warning strong{color:#ea580c}.dashboard-panels-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.panel-title-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.panel-title-row h3{margin:0}.mini-list{flex-direction:column;gap:12px;display:flex}.mini-list-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px;display:grid}.mini-list-item div{min-width:0}.mini-list-item strong{color:#020617;overflow-wrap:anywhere;display:block}.mini-list-item span{color:#64748b;overflow-wrap:anywhere;margin-top:4px;font-size:13px;display:block}.mini-list-number{white-space:nowrap;color:#2563eb!important}@media (width<=1000px){.dashboard-panels-grid{grid-template-columns:1fr}}.success-button{color:#fff;cursor:pointer;white-space:nowrap;background:#22c55e;border:1px solid #bbf7d0;border-radius:10px;padding:8px 10px;font-size:13px;font-weight:700}.success-button:hover{background:#16a34a}.stats-filters{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));align-items:end;gap:16px;display:grid}.stats-filters label{color:#334155;flex-direction:column;gap:8px;font-size:14px;font-weight:700;display:flex}.stats-filters select{color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;padding:12px 14px}.stats-filters select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.stats-client-header{justify-content:space-between;align-items:center;gap:24px;display:flex}.stats-client-header span{color:#64748b;font-size:14px}.stats-client-header h3{color:#020617;margin:6px 0;font-size:26px}.stats-client-header p{color:#475569;margin:0}.stats-client-header strong{color:#2563eb;text-align:right;margin-top:6px;font-size:32px;display:block}.day-list{flex-direction:column;gap:12px;display:flex}.day-row{grid-template-columns:58px minmax(0,1fr) 40px;align-items:center;gap:12px;display:grid}.day-row span{color:#475569;font-size:13px;font-weight:700}.day-row strong{color:#020617;text-align:right}.day-bar{background:#e5e7eb;border-radius:999px;height:10px;overflow:hidden}.day-bar-fill{background:#2563eb;border-radius:999px;height:100%}@media (width<=700px){.stats-client-header{flex-direction:column;align-items:flex-start}.stats-client-header strong{text-align:left}}.page-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.catalog-record-card{grid-template-columns:72px minmax(0,1fr) auto}.catalog-thumb{color:#2563eb;background:#eff6ff;border-radius:18px;flex-shrink:0;place-items:center;width:64px;height:64px;font-weight:800;display:grid;overflow:hidden}.catalog-thumb img{object-fit:cover;width:100%;height:100%}.record-title-row{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.record-badges{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:6px;display:flex}.record-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex}.record-badge.blue{color:#2563eb;background:#dbeafe}.record-badge.green{color:#15803d;background:#dcfce7}.record-badge.red{color:#dc2626;background:#fee2e2}.catalog-slug{color:#2563eb;overflow-wrap:anywhere;margin:8px 0 0;font-size:13px;font-weight:700}.catalog-checks{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;flex-wrap:wrap;gap:14px 24px;padding:14px;display:flex}.catalog-checks .checkbox-row{margin:0}@media (width<=900px){.catalog-record-card{grid-template-columns:56px minmax(0,1fr)}.catalog-thumb{border-radius:16px;width:52px;height:52px}.record-title-row{flex-direction:column}.record-badges{justify-content:flex-start}}.public-shell{color:#0f172a;background:#fff;min-height:100vh;overflow-x:hidden}.public-main{width:100%}.top-shipping-banner{color:#2563eb;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e5e7eb;width:100%;overflow:hidden}.shipping-track{width:max-content;animation:32s linear infinite shipping-marquee;display:flex}.shipping-item{align-items:center;gap:10px;padding:10px 36px;font-size:14px;font-weight:800;display:flex}@keyframes shipping-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.public-navbar{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #e5e7eb;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:32px;width:100%;padding:22px 6vw;display:grid;position:sticky;top:0}.public-brand{align-items:center;min-width:0;display:inline-flex}.public-brand img{width:176px;max-width:100%;height:auto;display:block}.public-nav-links{justify-content:center;align-items:center;gap:34px;min-width:0;display:flex}.public-nav-links a{color:#0f172a;white-space:nowrap;font-size:15px;font-weight:800;text-decoration:none}.public-nav-links a.active,.public-nav-links a:hover{color:#2563eb}.public-whatsapp-button,.primary-cta,.outline-cta{white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:10px;font-weight:900;text-decoration:none;display:inline-flex}.public-whatsapp-button,.primary-cta{color:#fff;background:#2563eb;padding:13px 18px;box-shadow:0 12px 24px #2563eb38}.outline-cta{color:#2563eb;background:#fff;border:1px solid #2563eb;padding:13px 18px}.catalog-page{width:100%}.catalog-hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:32px;max-width:1280px;margin:0 auto;padding:64px 6vw 44px;display:grid}.catalog-hero-content{min-width:0}.eyebrow{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px;font-size:13px;font-weight:900;display:inline-flex}.catalog-hero h1{color:#020617;letter-spacing:-.05em;margin:0;font-size:clamp(38px,5vw,68px);line-height:.98}.catalog-hero h1 span{color:#2563eb}.catalog-hero p{color:#64748b;max-width:560px;margin:24px 0 0;font-size:19px;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.catalog-hero-visual{grid-template-columns:repeat(4,minmax(90px,1fr));align-items:end;gap:16px;min-width:0;display:grid}.hero-product-card{background:linear-gradient(#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:26px;place-items:center;min-height:210px;display:grid;overflow:hidden;box-shadow:0 24px 50px #0f172a17}.hero-product-card:nth-child(2){min-height:250px}.hero-product-card:nth-child(3){min-height:190px}.hero-product-card img{object-fit:contain;width:100%;height:100%;padding:16px}.hero-product-placeholder{color:#2563eb;background:#dbeafe;border-radius:22px;place-items:center;width:72px;height:72px;font-weight:900;display:grid}.public-section{max-width:1280px;margin:0 auto;padding:36px 6vw}.soft-section{background:#f8fafc;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7;max-width:none;padding-left:6vw;padding-right:6vw}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.section-heading h2{color:#0f172a;letter-spacing:-.03em;margin:0;font-size:26px}.section-heading p{color:#64748b;max-width:580px;margin:0;line-height:1.5}.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;grid-template-rows:auto 1fr auto;min-width:0;min-height:236px;padding:24px;display:grid;box-shadow:0 16px 36px #0f172a0f}.feature-icon{color:#fff;background:#2563eb;border-radius:999px;place-items:center;width:58px;height:58px;display:grid}.feature-card h3{color:#2563eb;overflow-wrap:anywhere;margin:18px 0 8px;font-size:19px}.feature-card p{color:#334155;overflow-wrap:anywhere;margin:0;line-height:1.45}.feature-card strong{color:#020617;margin-top:10px;font-size:20px;display:block}.feature-card a{color:#fff;background:#2563eb;border-radius:11px;justify-content:center;margin-top:18px;padding:12px 14px;font-weight:900;text-decoration:none;display:inline-flex}.public-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:1280px;margin:0 auto;display:grid}.public-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;grid-template-columns:220px minmax(0,1fr);align-items:center;gap:24px;min-width:0;padding:22px;display:grid;box-shadow:0 14px 34px #0f172a0d}.public-product-image{background:#f8fafc;border-radius:20px;place-items:center;min-height:180px;display:grid;overflow:hidden}.public-product-image img{object-fit:contain;width:100%;height:100%;padding:14px}.public-product-image span{color:#2563eb;background:#dbeafe;border-radius:22px;place-items:center;width:72px;height:72px;font-weight:900;display:grid}.public-product-content{min-width:0}.public-product-content>span{color:#2563eb;text-transform:uppercase;font-size:13px;font-weight:900}.public-product-content h3{color:#020617;overflow-wrap:anywhere;margin:8px 0;font-size:25px;line-height:1.1}.public-product-content p{color:#64748b;overflow-wrap:anywhere;margin:0;line-height:1.5}.product-card-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.product-card-footer strong{color:#020617;font-size:22px}.product-card-footer a{color:#fff;background:#2563eb;border-radius:10px;padding:11px 14px;font-weight:900;text-decoration:none;display:inline-flex}.benefits-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1280px;margin:0 auto;padding:30px 6vw;display:grid}.benefit-item{border-right:1px solid #e5e7eb;gap:14px;min-width:0;padding:18px;display:flex}.benefit-item:last-child{border-right:none}.benefit-item>div:first-child{color:#2563eb}.benefit-item strong{color:#0f172a;font-size:16px;display:block}.benefit-item p{color:#64748b;margin:4px 0 0;font-size:14px}.public-footer{background:#fff;border-top:1px solid #e5e7eb;grid-template-columns:1.2fr repeat(4,minmax(0,1fr));align-items:center;gap:22px;padding:28px 6vw;display:grid}.public-footer-brand img{width:170px;max-width:100%}.public-footer-brand p{color:#2563eb;margin:6px 0 0;font-weight:800}.public-footer-item{color:#2563eb;gap:12px;min-width:0;display:flex}.public-footer-item strong{color:#0f172a;display:block}.public-footer-item span,.public-footer-item a{color:#64748b;overflow-wrap:anywhere;margin-top:4px;text-decoration:none;display:block}.public-error,.public-loading{max-width:1280px;margin:24px auto;padding:16px 6vw}.public-error{color:#b91c1c}@media (width<=1100px){.public-navbar{grid-template-columns:1fr;gap:18px}.public-nav-links{justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.catalog-hero{grid-template-columns:1fr}.featured-grid,.benefits-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.public-product-grid{grid-template-columns:1fr}.public-footer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.shipping-item{padding:9px 24px;font-size:13px}.public-navbar{padding:18px 20px}.public-brand img{width:150px}.public-whatsapp-button{width:100%}.catalog-hero{padding:44px 20px 32px}.catalog-hero-visual{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-product-card,.hero-product-card:nth-child(2),.hero-product-card:nth-child(3){min-height:170px}.public-section,.soft-section,.benefits-strip{padding-left:20px;padding-right:20px}.section-heading{flex-direction:column;align-items:flex-start}.featured-grid,.benefits-strip,.public-footer{grid-template-columns:1fr}.feature-card{min-height:auto}.public-product-card{grid-template-columns:1fr}.benefit-item{border-bottom:1px solid #e5e7eb;border-right:none}.benefit-item:last-child{border-bottom:none}}
