:root{
    --bg:#f4f6fb;
    --surface:#ffffff;
    --surface-2:#eef3ff;
    --text:#19263c;
    --muted:#6d7890;
    --line:#e6ebf5;
    --primary:#2463eb;
    --primary-dark:#123f9a;
    --purple:#6a2cf5;
    --purple-dark:#4b19c9;
    --success:#19b66a;
    --warning:#ffb300;
    --shadow:0 18px 45px rgba(23,40,81,.08);
    --shadow-soft:0 10px 30px rgba(23,40,81,.06);
    --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#f7f9ff 0%,#f1f4fa 100%);color:var(--text);font-family:'Inter',Arial,Helvetica,sans-serif}
a{color:inherit}
a:hover{text-decoration:none}
img{max-width:100%;display:block}
.form-control,.custom-select,.form-control-file{border:1px solid #dfe6f3;border-radius:16px;min-height:48px;box-shadow:none}
.form-control:focus,.custom-select:focus{border-color:#7aa1ff;box-shadow:0 0 0 .2rem rgba(36,99,235,.12)}
.btn{border-radius:16px;padding:.7rem 1.15rem;font-weight:600}
.btn-sm{border-radius:14px;padding:.55rem .9rem}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:none;box-shadow:0 12px 24px rgba(36,99,235,.22)}
.btn-primary:hover{background:linear-gradient(135deg,#2a6dff,#0f347f)}
.btn-light{background:#fff;border:1px solid var(--line);color:var(--text)}
.btn-outline-primary{border-color:#cfe0ff;color:var(--primary);background:#fff}
.btn-outline-primary:hover{background:#eff5ff;color:var(--primary)}
.btn-success{background:#22c36a;border:none}
.alert{border-radius:18px;border:none;box-shadow:var(--shadow-soft)}
.table{margin-bottom:0}
.table thead th{background:#f3f7ff;border-top:none;border-bottom:1px solid #e3ebfa;color:#35507b;font-size:.84rem;text-transform:uppercase;letter-spacing:.03em}
.table td{vertical-align:middle;border-color:#edf1f7}
.top-strip{background:linear-gradient(90deg,#0f56db,#256ef0);color:#fff}
.gap-sm>*+*{margin-left:1rem}.separator-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.75);display:inline-block}
.site-header{background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(230,235,245,.75)}
.site-navbar{gap:1rem}.navbar-light .navbar-nav .nav-link{color:#304261;font-weight:600;padding:.65rem 1rem;border-radius:999px}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link:hover{background:#eef4ff;color:var(--primary)}
.brand-mark{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--purple),var(--primary));display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:1.05rem;font-weight:800;box-shadow:0 14px 28px rgba(88,71,230,.28)}
.brand-title{font-size:1.05rem;line-height:1.1}.brand-subtitle{font-size:.76rem;color:var(--muted)}
.search-pill{display:flex;align-items:center;background:#f4f7fd;border:1px solid #e4e9f5;border-radius:999px;padding:.35rem .4rem .35rem .85rem;min-width:320px}.search-pill input{border:none;background:transparent;outline:none;width:100%;padding:0 .5rem;color:var(--text)}.search-pill button{border:none;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-radius:999px;padding:.55rem .95rem;font-weight:700}
.header-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.icon-action{position:relative;width:44px;height:44px;border-radius:15px;background:#f3f7ff;border:1px solid #e1e8f8;display:inline-flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.1rem}.icon-badge{position:absolute;top:-6px;right:-6px;min-width:22px;height:22px;border-radius:999px;background:var(--warning);color:#111;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;border:2px solid #fff}
.categories-bar{background:#fff;border-top:1px solid #eef2fa;border-bottom:1px solid #eef2fa}.categories-scroll{display:flex;gap:.8rem;overflow:auto;padding:.9rem 0;scrollbar-width:none}.categories-scroll::-webkit-scrollbar{display:none}.category-pill{display:inline-flex;align-items:center;gap:.7rem;white-space:nowrap;background:#fff;border:1px solid #e7ecf5;border-radius:999px;padding:.55rem 1rem;box-shadow:var(--shadow-soft)}.category-pill:hover{border-color:#bfd3ff;background:#f7faff}.category-pill-icon{width:32px;height:32px;border-radius:12px;background:linear-gradient(135deg,#eff4ff,#dbe7ff);color:var(--primary);font-size:.78rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}
.page-main{position:relative}
.section-space{margin-bottom:3rem}.section-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.35rem}.section-title{font-size:clamp(1.5rem,2.4vw,2rem);font-weight:800;line-height:1.1;margin:0}.section-sub{color:var(--muted);margin-top:.35rem}.section-link{font-weight:700;color:var(--primary)}
.hero-shell{background:linear-gradient(135deg,var(--purple-dark),var(--purple) 45%,#3269ff);border-radius:36px;color:#fff;padding:clamp(1.6rem,3vw,2.4rem);position:relative;overflow:hidden;box-shadow:0 28px 60px rgba(70,40,180,.26)}
.hero-shell:before,.hero-shell:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.08)}
.hero-shell:before{width:280px;height:280px;right:-80px;top:-70px}
.hero-shell:after{width:240px;height:240px;left:-70px;bottom:-90px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center;position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;padding:.45rem .8rem;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);font-size:.82rem;font-weight:700;margin-bottom:1rem}.hero-shell h1{font-size:clamp(2rem,4vw,3.45rem);line-height:1.02;font-weight:800;margin-bottom:1rem}.hero-shell p{font-size:1rem;color:rgba(255,255,255,.86);max-width:580px}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.4rem}.btn-hero-light{background:#fff;color:#1f3c87;box-shadow:0 12px 24px rgba(0,0,0,.14)}.btn-hero-outline{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);color:#fff}.hero-badges{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.hero-badge{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);padding:.9rem 1rem;border-radius:18px;min-width:155px}.hero-badge strong{display:block;font-size:1.1rem}
.hero-visual{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-items:stretch}.hero-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:26px;padding:1rem;min-height:150px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 12px 24px rgba(0,0,0,.12)}.hero-card.highlight{grid-column:span 2;min-height:175px;background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.08))}.hero-icon{width:54px;height:54px;border-radius:18px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;font-size:1.4rem}
.category-card,.soft-panel,.product-card,.stats-card,.promo-banner,.checkout-box,.account-card{background:var(--surface);border:1px solid #edf1f7;border-radius:28px;box-shadow:var(--shadow)}
.category-card{padding:1.2rem;height:100%;text-align:center;transition:.18s ease}.category-card:hover{transform:translateY(-4px)}.category-icon{width:72px;height:72px;border-radius:24px;background:linear-gradient(135deg,#eef4ff,#dbe7ff);color:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.15rem;font-weight:800}.category-meta{color:var(--muted);font-size:.92rem}
.promo-banner{padding:1.25rem 1.4rem;background:linear-gradient(90deg,#0c8a64,#1cbf80);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:1rem}.promo-banner h3{font-size:1.3rem;margin:0 0 .25rem}.promo-banner p{margin:0;color:rgba(255,255,255,.86)}
.product-card{height:100%;overflow:hidden;transition:.2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(23,40,81,.12)}.product-media{padding:1rem 1rem 0}.product-visual{height:220px;border-radius:26px;background:linear-gradient(135deg,#f0f5ff,#dfe9ff);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;color:var(--primary)}.product-visual img{width:100%;height:100%;object-fit:cover}.product-visual .placeholder-badge{width:92px;height:92px;border-radius:30px;background:rgba(255,255,255,.78);display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:800;box-shadow:0 16px 36px rgba(36,99,235,.14)}
.product-body{padding:1.25rem}.product-topline{display:flex;justify-content:space-between;gap:.6rem;align-items:flex-start;margin-bottom:.8rem}.chip{display:inline-flex;align-items:center;gap:.35rem;background:#eef4ff;color:var(--primary);padding:.45rem .75rem;border-radius:999px;font-size:.78rem;font-weight:700}.product-title{font-size:1.05rem;font-weight:700;line-height:1.3;margin-bottom:.55rem}.product-text{color:var(--muted);font-size:.94rem;min-height:46px}.price{font-size:1.5rem;font-weight:800;color:#122e74}.product-actions{display:flex;gap:.7rem;align-items:center}.product-actions .btn{flex:1}
.grid-mosaic{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:1rem}.mosaic-tile{background:#fff;border:1px solid #eef1f7;border-radius:28px;min-height:170px;padding:1.25rem;box-shadow:var(--shadow-soft);display:flex;align-items:flex-end;position:relative;overflow:hidden}.mosaic-tile.large{min-height:356px;align-items:flex-start}.mosaic-tile:before{content:"";position:absolute;inset:auto -40px -60px auto;width:180px;height:180px;background:linear-gradient(135deg,#edf3ff,#cfe0ff);border-radius:40px;transform:rotate(20deg)}.mosaic-content{position:relative;z-index:1}.mosaic-content h4{font-size:1.1rem;font-weight:800;margin-bottom:.4rem}.mosaic-content p{color:var(--muted);margin:0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stats-card{padding:1.2rem 1.25rem}.stats-card span{display:block;color:var(--muted)}.stats-card strong{display:block;font-size:2rem;line-height:1.1;margin-top:.35rem}
.soft-panel{padding:1.2rem 1.25rem}.soft-panel h5{font-size:1rem;font-weight:800;margin-bottom:.9rem}.summary-line{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.6rem;color:#344664}.summary-line strong{color:var(--text)}
.checkout-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:1.2rem}.checkout-side{position:sticky;top:145px}.result-box{background:#f5f8ff;border:1px dashed #aec4ff;border-radius:18px;padding:.95rem 1rem;color:var(--primary);font-weight:700}
.auth-wrap{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;align-items:stretch}.auth-panel{padding:2rem;min-height:100%}.auth-highlight{background:linear-gradient(135deg,var(--primary-dark),var(--primary),var(--purple));color:#fff;border-radius:30px;padding:2rem;position:relative;overflow:hidden}.auth-highlight:before{content:"";position:absolute;right:-50px;top:-30px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.08)}
.list-card{background:#fff;border:1px solid #edf1f7;border-radius:24px;padding:1rem 1.1rem;box-shadow:var(--shadow-soft)}
.empty-state{padding:2.6rem 1rem;text-align:center;color:var(--muted)}
.kicker{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--primary);margin-bottom:.6rem}
.site-footer{background:#0f172a;color:#fff;margin-top:3rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:1.4rem}.site-footer h6{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:1rem}.site-footer a{display:block;color:#e5edf9;margin-bottom:.65rem}.footer-text{color:#c9d4e5;margin-bottom:.75rem}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;color:#94a3b8;border-top:1px solid rgba(255,255,255,.08)}
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:999;background:#22c55e;color:#fff;padding:.95rem 1.1rem;border-radius:999px;display:inline-flex;align-items:center;gap:.55rem;box-shadow:0 18px 36px rgba(34,197,94,.3);font-weight:800}
.login-note{font-size:.92rem;color:var(--muted)}
.admin-shell,.admin-sidebar,.admin-main,.admin-top,.panel-card,.stat-card{font-family:'Inter',Arial,Helvetica,sans-serif}
@media (max-width:1199px){.grid-mosaic{grid-template-columns:1fr 1fr}.mosaic-tile.large{grid-column:span 2;min-height:220px}.stats-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}.auth-wrap{grid-template-columns:1fr}}
@media (max-width:991px){.search-pill{min-width:100%;margin-top:1rem}.checkout-grid{grid-template-columns:1fr}.checkout-side{position:static}.footer-grid{grid-template-columns:1fr 1fr}.site-navbar{padding-left:0;padding-right:0}.hero-shell{border-radius:28px}.product-visual{height:210px}}
@media (max-width:767px){.top-strip .small{width:100%;justify-content:center;text-align:center}.footer-grid,.grid-mosaic,.stats-grid{grid-template-columns:1fr}.promo-banner,.section-head,.footer-bottom{flex-direction:column;align-items:flex-start}.hero-actions,.hero-badges,.header-actions{width:100%}.hero-actions .btn,.header-actions .btn{width:100%;text-align:center}.category-pill{padding:.5rem .9rem}.brand-subtitle{display:none}.hero-visual{grid-template-columns:1fr}.hero-card.highlight{grid-column:span 1}.product-actions{flex-direction:column}.product-actions .btn{width:100%}.whatsapp-float span{display:none}.auth-panel{padding:1.4rem}}
