@import "https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400&family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Baloo+2:wght@500;700;800&display=swap";:root{--color-sky:#5ec3e0;--color-sky-dark:#2e8fb0;--color-sky-light:#eaf7fc;--color-lavender:#7c5cbf;--color-lavender-dark:#5a3d99;--color-lavender-light:#f1ecfa;--color-pink:#ec5c97;--color-pink-dark:#c93b76;--color-pink-light:#fdeaf1;--color-mint:#6fb93c;--color-mint-dark:#4f8f22;--color-mint-light:#eff8e6;--color-butter:#f5941f;--color-butter-dark:#d97507;--color-butter-light:#fff0dd;--color-cta:#ff7a1a;--color-cta-dark:#e8620a;--color-sage:var(--color-sky-dark);--color-sage-dark:#256f8a;--color-sage-light:var(--color-sky-light);--color-terracotta:var(--color-cta);--color-terracotta-dark:var(--color-cta-dark);--color-petrol:#1c3b5a;--color-petrol-dark:#12283d;--color-sand:#7ec8e8;--color-sand-deep:#fff;--color-ink:#1c3b5a;--color-ink-soft:#4c6178;--color-white:#fff;--color-focus:var(--color-lavender-dark);--color-success:var(--color-mint-dark);--color-error:#d9534f;--bg:var(--color-sand);--bg-elevated:var(--color-sand-deep);--bg-muted:#eaf6fc;--text:var(--color-ink);--text-soft:var(--color-ink-soft);--border:#bfe3f2;--accent:var(--color-cta);--accent-contrast:#fff;--brand:var(--color-petrol);--font-body:"Atkinson Hyperlegible", system-ui, -apple-system, "Segoe UI", sans-serif;--font-display:"Fraunces", "Atkinson Hyperlegible", serif;--font-playful:"Baloo 2", var(--font-display);--radius-sm:10px;--radius-md:16px;--radius-lg:28px;--radius-full:999px;--shadow-sm:0 2px 8px #2624200f;--shadow-md:0 8px 24px #2624201a;--shadow-lg:0 16px 48px #26242024;--font-scale:1;--container:1240px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-contrast=high]){--bg:#17161c;--bg-elevated:#201f27;--bg-muted:#26242e;--text:#f2f1f6;--text-soft:#b6b3c2;--border:#38364240;--color-sky-light:#12302e;--color-lavender-light:#2b2140;--color-pink-light:#3a2430;--color-mint-light:#1e3320;--color-butter-light:#3a2a14;--color-sage-light:#12302e;--color-sand:#17161c;--color-sand-deep:#201f27;--shadow-sm:0 2px 8px #00000047;--shadow-md:0 8px 24px #0000005c;--shadow-lg:0 16px 48px #00000070}}:root[data-theme=dark]:not([data-contrast=high]){--bg:#17161c;--bg-elevated:#201f27;--bg-muted:#26242e;--text:#f2f1f6;--text-soft:#b6b3c2;--border:#38364240;--color-sky-light:#22303a;--color-lavender-light:#2b273b;--color-pink-light:#332831;--color-mint-light:#1e332b;--color-butter-light:#332c1c;--color-sage-light:#22303a;--color-sand:#17161c;--color-sand-deep:#201f27;--shadow-sm:0 2px 8px #00000047;--shadow-md:0 8px 24px #0000005c;--shadow-lg:0 16px 48px #00000070}[data-contrast=high]{--bg:#000;--bg-elevated:#000;--bg-muted:#0a0a0a;--text:#fff;--text-soft:#f2f2f2;--border:#fff;--accent:gold;--accent-contrast:#000;--brand:gold;--color-sage-light:#001a08;--color-sage-dark:#7fffab}*{box-sizing:border-box}html{font-size:calc(100% * var(--font-scale));scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}[data-motion=reduced] *,[data-motion=reduced] :before,[data-motion=reduced] :after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}body{background:radial-gradient(1200px 500px at 15% -10%, var(--color-sky-light) 0%, transparent 60%), radial-gradient(900px 500px at 100% 0%, var(--color-lavender-light) 0%, transparent 55%), var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;background-attachment:fixed;margin:0;font-size:1.0625rem;line-height:1.6;transition:background .25s,color .25s}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:translateY(0)}[data-motion=reduced] .reveal{opacity:1;transform:none}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text);margin:0 0 .5em;font-weight:600;line-height:1.15}p{margin:0 0 1em}a{color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit;font-size:1rem}:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px;border-radius:4px}[data-contrast=high] :focus-visible{outline:4px solid #000}.skip-link{background:var(--brand);color:#fff;z-index:1000;border-radius:0 0 8px;padding:12px 20px;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.btn{border-radius:var(--radius-full);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:12px 26px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .15s,background .15s,box-shadow .15s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--color-petrol-dark)}.btn-accent{background:var(--accent);color:var(--accent-contrast)}.btn-accent:hover{background:var(--color-terracotta-dark)}.btn-outline{border-color:var(--brand);color:var(--brand);background:0 0}.btn-outline:hover{background:var(--color-sage-light)}.btn-danger{background:var(--color-error);color:#fff}.btn-danger:hover{background:#832f2a}.btn-ghost{color:var(--text);background:0 0;min-height:44px;padding:8px 16px}.btn-block{width:100%}.badge{border-radius:var(--radius-full);letter-spacing:.02em;background:var(--color-sage-light);color:var(--color-sage-dark);align-items:center;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.badge-new{background:var(--color-butter-light);color:#8a6a10}.badge-best{background:var(--color-pink-light);color:#b85c76}.badge-expert{background:var(--color-sage-light);color:var(--color-sage-dark)}.card{background:var(--bg-elevated);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:border-color .2s}.section{padding:72px 0}.section-tight{padding:40px 0}@media (width<=640px){.section{padding:44px 0}.section-tight{padding:28px 0}}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--color-sage-dark);margin-bottom:12px;font-size:.8rem;font-weight:700;display:block}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.stars{color:var(--color-terracotta);letter-spacing:2px}label{margin-bottom:6px;font-weight:700;display:block}input:where(:not([type=checkbox]):not([type=radio]):not([type=file])),select,textarea{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);width:100%;min-height:48px;color:var(--text);padding:10px 16px}textarea{min-height:120px}input:focus,select:focus,textarea:focus{border-color:var(--brand)}.field{margin-bottom:20px}.field-error{color:var(--color-error);margin-top:6px;font-size:.9rem;font-weight:700}.field-hint{color:var(--text-soft);margin-top:6px;font-size:.9rem}.category-menu-overlay{z-index:300;background:#1414144d;position:fixed;inset:0}.category-menu{background:var(--color-petrol-dark);color:#fff;width:min(320px,85vw);box-shadow:var(--shadow-lg);padding:20px 0 32px;animation:.18s category-menu-slide;position:absolute;top:0;bottom:0;left:0;overflow-y:auto}@keyframes category-menu-slide{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.category-menu-list{margin:0;padding:0 8px;list-style:none}.category-menu-row{align-items:center;display:flex}.category-menu-link{color:#fff;border-radius:var(--radius-sm);flex:1;align-items:center;gap:14px;min-height:44px;padding:14px 12px;font-weight:700;text-decoration:none;display:flex}.category-menu-link span[aria-hidden]{text-align:center;width:24px;font-size:1.2rem}.category-menu-row:hover .category-menu-link,.category-menu-link:hover{background:#ffffff14}.category-menu-list>li.expanded>.category-menu-row .category-menu-link{background:#ffffff1f}.category-menu-chevron{color:#fff;cursor:pointer;background:0 0;border:none;min-width:44px;min-height:44px;font-size:1.2rem;transition:transform .15s}.category-menu-chevron[aria-expanded=true]{transform:rotate(180deg)}.category-menu-subitems{flex-direction:column;gap:2px;margin:0 0 8px;padding:0 12px 0 50px;list-style:none;display:flex}.category-menu-subitems a{color:#fffc;border-radius:var(--radius-sm);min-height:36px;padding:8px 10px;font-size:.9rem;text-decoration:none;display:block}.category-menu-subitems a:hover{color:#fff;background:#ffffff14}.category-menu-heading{text-transform:uppercase;letter-spacing:.06em;color:#ffffff8c;padding:24px 20px 8px;font-size:.72rem;font-weight:700;display:block}.category-menu-help .category-menu-link{font-weight:400}.site-header{background:var(--bg-elevated);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0}@media (width<=900px){.site-header{box-shadow:var(--shadow-sm)}}[data-contrast=high] .site-header{background:#000}.site-header-top{align-items:center;gap:24px;padding:14px 24px;display:flex}.logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.logo-image{border-radius:50%;width:auto;height:104px;display:block}.header-search{border:2px solid var(--color-sky);border-radius:var(--radius-full);flex:1;align-items:center;gap:6px;max-width:480px;padding:4px;display:flex}.header-search input{letter-spacing:.04em;min-width:0;min-height:36px;color:var(--text);background:0 0;border:none;flex:1;padding:0 14px;font-size:.8rem;font-weight:700}.header-search input::placeholder{color:var(--text-soft)}.header-search input:focus{outline:none}.header-search button{background:var(--color-sky);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;display:flex}.header-search button:hover{background:var(--color-sky-dark)}.header-top-actions{flex-shrink:0;align-items:center;gap:20px;display:flex}.header-account{color:var(--text);white-space:nowrap;align-items:center;gap:10px;text-decoration:none;display:flex}.header-account-icon{font-size:1.8rem}.header-account-text{font-size:.82rem;line-height:1.4}.header-account-text strong{color:var(--color-cta)}.header-cart{color:var(--text);flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.header-cart-icon{background:var(--color-sky-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.header-cart-info{white-space:nowrap;flex-direction:column;font-size:.8rem;line-height:1.3;display:flex}.header-cart-info strong{color:var(--color-cta);font-size:.95rem}.site-header-bar{border-top:1px solid var(--border);align-items:center;gap:40px;padding:10px 24px 14px;display:flex}.nav-toggle{border-radius:var(--radius-sm);border:2px solid var(--border);width:44px;height:44px;color:var(--text);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:none}.nav-mobile-cart{display:none}.theme-toggle{border:2px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-left:auto;font-size:1.2rem;display:flex}.theme-toggle:hover{background:var(--bg-muted)}.main-nav{flex:1;justify-content:center;display:flex}.main-nav ul{align-items:center;gap:38px;margin:0;padding:0;list-style:none;display:flex}.main-nav a{color:var(--text);padding:6px 2px;font-size:1.15rem;font-weight:700;text-decoration:none;transition:color .15s}.main-nav a:hover,.main-nav a.active{color:var(--brand)}.category-menu-trigger{color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;padding:6px 2px;font-family:inherit;font-size:1.15rem;font-weight:700;display:flex}.category-menu-trigger:hover{color:var(--brand)}.cta-pill{background:var(--brand);color:#fff;border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0;align-items:center;gap:10px;padding:16px 32px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.cta-pill:hover{background:var(--color-sage-dark)}.search-suggestions{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);z-index:50;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0}.search-suggestions li a{color:var(--text);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;display:flex}.search-suggestions li a:hover{background:var(--color-sage-light)}@media (width<=900px){.site-header-top{flex-wrap:wrap;gap:10px;padding:12px 16px}.logo-image{height:60px}.header-search{flex:100%;order:3;max-width:none}.header-account-text br,.header-account-text{display:none}.site-header-bar{flex-wrap:wrap;padding:8px 16px 12px}.nav-toggle{display:flex}.main-nav{flex:100%;order:3;max-height:calc(100vh - 100px);display:none;overflow-y:auto}.main-nav.open{display:block}.main-nav ul{border-top:1px solid var(--border);flex-direction:column;align-items:stretch;gap:4px;padding-top:8px}.main-nav a,.main-nav .category-menu-trigger{border-bottom:1px solid var(--border);padding:14px 4px;font-size:1.15rem;display:block}.nav-mobile-cart{margin-top:16px;display:block}.nav-mobile-cart .cta-pill{justify-content:center;width:100%}}.site-footer{background:var(--color-petrol);color:#f2efe7;border-top:1px solid #ffffff26;padding-top:0}[data-contrast=high] .site-footer{color:#fff;background:#000}.site-footer a{color:#f2efe7;text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-newsletter-band{background:var(--color-sky-light);color:var(--color-petrol)}.footer-newsletter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.footer-newsletter-form{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.footer-newsletter-label{font-size:.9rem;font-weight:700;line-height:1.35}.footer-newsletter-form input{border-radius:var(--radius-full);background:#fff;border:none;min-width:220px;min-height:44px;padding:0 18px}.footer-newsletter-form button{background:var(--color-cta);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;width:44px;height:44px;font-size:1.2rem;font-weight:700}.footer-newsletter-form button:hover{background:var(--color-cta-dark)}.footer-newsletter-sent{margin:0;font-size:.85rem;font-weight:700}.footer-social{text-align:right;align-items:center;gap:12px;font-size:.9rem;display:flex}.footer-social strong{color:var(--color-cta-dark)}.footer-social a{width:40px;height:40px;color:inherit;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.footer-grid{border-bottom:1px solid #ffffff26;grid-template-columns:2fr 1.4fr 1fr 1fr;gap:32px;padding:40px 24px;display:grid}.footer-brand .logo{font-family:var(--font-display);align-items:center;gap:10px;margin-bottom:12px;font-size:1.25rem;display:flex}.footer-logo-image{width:auto;height:76px}.footer-brand p{opacity:.85;max-width:32ch}.site-footer h2{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:inherit;opacity:.75;margin-bottom:16px;font-size:.85rem}.site-footer ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-badges{flex-wrap:wrap;flex-direction:row!important;gap:8px!important}.footer-badges li{border-radius:var(--radius-full);background:#ffffff1a;padding:6px 12px;font-size:.82rem}.footer-seal{border-radius:var(--radius-md);background:#ffffff1a;align-items:center;gap:10px;padding:10px 14px;font-size:.72rem;font-weight:700;line-height:1.3;display:flex}.footer-seal span[aria-hidden]{font-size:1.4rem}.footer-bottom{opacity:.7;padding:20px 24px;font-size:.85rem}@media (width<=800px){.footer-grid{grid-template-columns:1fr 1fr}.footer-newsletter-inner{text-align:center;justify-content:center}.footer-social{text-align:center}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}}.whatsapp-btn{color:#fff;width:56px;height:56px;box-shadow:var(--shadow-lg);z-index:200;background:#25d366;border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;text-decoration:none;display:flex;position:fixed;bottom:24px;right:24px}.whatsapp-btn:hover{background:#1eb955}@media (width<=640px){.whatsapp-btn{width:48px;height:48px;font-size:1.4rem;bottom:16px;right:16px}}.back-btn-bar{padding-top:20px}.back-btn{align-items:center;gap:6px;padding:8px 14px;font-size:.9rem;font-weight:600;display:inline-flex}.product-card{flex-direction:column;height:100%;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-card-media{background:var(--color-sage-light);aspect-ratio:4/3;position:relative;overflow:hidden}.product-card-media.checkered{background-color:#fff;background-image:linear-gradient(45deg,#c0392b 25%,#0000 25% 75%,#c0392b 75%,#c0392b),linear-gradient(45deg,#c0392b 25%,#fff 25% 75%,#c0392b 75%,#c0392b);background-position:0 0,16px 16px;background-size:32px 32px}.product-added-badge{color:#fff;text-align:center;z-index:3;background:#2e8fb0eb;justify-content:center;align-items:center;gap:8px;font-size:.95rem;font-weight:700;display:flex;position:absolute;inset:0}.product-card-image{justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;text-decoration:none;display:flex}.product-card-image img{object-fit:cover;width:100%;height:100%;transform:scale(1.12)}.product-card-badges{flex-wrap:wrap;gap:6px;display:flex;position:absolute;bottom:10px;left:10px}.wish-btn{width:40px;height:40px;color:var(--color-terracotta-dark);cursor:pointer;z-index:2;background:#ffffffd9;border:none;border-radius:50%;font-size:1.2rem;position:absolute;top:10px;right:10px}.wish-btn.active{background:var(--color-terracotta);color:#fff}.product-card-body{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.product-card-name{color:var(--text);font-size:1.02rem;font-weight:700;text-decoration:none}.product-card-rating{align-items:center;gap:6px;font-size:.85rem;display:flex}.rating-count{color:var(--text-soft)}.product-card-price{color:var(--color-sky-dark);margin:0;font-size:1.15rem;font-weight:700}.installments{color:var(--text-soft);font-size:.8rem;font-style:italic;font-weight:400}.product-card-body .btn{margin-top:auto}@media (width<=560px){.product-card-media{aspect-ratio:1}.product-card-badges{max-width:calc(100% - 20px)}.product-card-badges .badge{padding:3px 10px;font-size:.72rem}.product-card-body{gap:6px;padding:12px}.product-card-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;display:-webkit-box;overflow:hidden}.product-card-price{font-size:1rem}.product-card-body .btn{min-height:40px;padding:8px 16px;font-size:.85rem}}.hero{background:var(--color-sand);padding:56px 0 0;position:relative;overflow:hidden}.hero-wave{pointer-events:none;z-index:0;height:90px;position:absolute;left:0;right:0}.hero-wave-top{background:var(--color-cta);opacity:.12;border-radius:0 0 50% 50%/0 0 100% 100%;top:0}.hero-wave-base{background:var(--color-sky-light);border-radius:50% 50% 0 0/100% 100% 0 0;height:70px;bottom:0}.hero-deco{color:var(--color-cta);opacity:.55;z-index:0;pointer-events:none;font-size:1.4rem;position:absolute}.dot-1{color:var(--color-sky);font-size:1rem;top:18%;left:6%}.dot-2{font-size:1.6rem;top:10%;left:42%}.dot-3{color:var(--color-lavender);font-size:.8rem;top:65%;left:3%}.dot-4{color:var(--color-sky);font-size:1.1rem;top:78%;left:46%}.dot-5{font-size:1.3rem;top:14%;left:92%}.dot-6{color:var(--color-lavender);font-size:.9rem;top:60%;left:96%}.hero-inner{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;padding-bottom:40px;display:grid;position:relative}.hero-title{font-family:var(--font-playful);letter-spacing:-.01em;flex-wrap:wrap;gap:0 16px;margin:0 0 20px;font-size:clamp(2.8rem,5.5vw,4.6rem);line-height:1;display:flex}.hero-title span{-webkit-text-stroke:7px #fff;paint-order:stroke fill;text-shadow:0 6px #1c3b5a2e}.hero-title-brinca{color:var(--color-cta)}.hero-title-sente{color:var(--color-sky-dark)}.hero-banner-pill{color:#123048;border-radius:var(--radius-full);background:#dff3fa;margin:0 0 20px;padding:12px 24px;font-size:1.05rem;font-weight:700;display:inline-block}.hero-desc{max-width:46ch;color:var(--text-soft);font-size:1.05rem}.hero-actions{flex-wrap:wrap;gap:16px;margin-top:24px;display:flex}.hero-stats{border-top:1px solid var(--border);flex-wrap:wrap;gap:32px;margin:40px 0 0;padding-top:28px;display:flex}.hero-stats div{flex-direction:column;display:flex}.hero-stats dt{font-family:var(--font-display);color:var(--brand);margin:0;font-size:1.6rem;font-weight:600}.hero-stats dd{color:var(--text-soft);margin:0;font-size:.85rem}.hero-visual{justify-content:center;align-items:center;width:100%;padding:20px;display:flex;position:relative}.hero-crate{aspect-ratio:4/3.2;border-radius:var(--radius-lg);width:min(420px,85vw);box-shadow:var(--shadow-lg);border:10px solid #a9713f;justify-content:center;align-items:center;animation:7s ease-in-out infinite mockup-float;display:flex;position:relative;overflow:hidden}@keyframes mockup-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-crate-carousel{border-radius:var(--radius-md);width:100%;height:100%;position:relative;overflow:hidden}.hero-crate-carousel-track{gap:0;width:max-content;height:100%;animation:140s linear infinite hero-crate-carousel-scroll;display:flex}.hero-crate-carousel-slide{flex:none;width:140px;height:100%}.hero-crate-carousel-slide img{object-fit:cover;width:100%;height:100%;display:block}@keyframes hero-crate-carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.hero-crate-carousel-track{animation:none}}.hero-rating-card,.hero-badge-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);align-items:center;gap:8px;padding:10px 16px;font-size:.8rem;display:flex;position:absolute}.hero-rating-card{flex-direction:column;align-items:flex-start;gap:2px;animation:6s ease-in-out infinite hero-card-float;top:0;right:0}.hero-rating-card strong{font-family:var(--font-display);color:var(--brand);font-size:1.1rem}.hero-rating-card span:last-child{color:var(--text-soft)}.hero-badge-card{animation:6s ease-in-out 1s infinite hero-card-float;bottom:0;left:-4px}@keyframes hero-card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-badge-card span[aria-hidden]{font-size:1.4rem}.hero-badge-card strong{color:var(--brand);display:block}.hero-badge-card span:last-child{color:var(--text-soft)}.hero-trust-strip{z-index:1;border-top:1px solid var(--border);background:var(--bg-elevated);margin-top:56px;position:relative}.hero-trust-strip-inner{color:var(--text-soft);flex-wrap:wrap;justify-content:center;gap:12px 28px;padding:16px 24px;font-size:.85rem;font-weight:700;display:flex}.hero-trust-strip-inner span{white-space:nowrap;flex-shrink:0}.how-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 24px;position:relative}.how-number{font-family:var(--font-display);color:var(--border);font-size:1.6rem;font-weight:600;position:absolute;top:20px;right:24px}.how-card h3{font-size:1.15rem}.how-card p{color:var(--text-soft);margin:0}.why-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:32px;display:grid}.why-card{padding:28px 24px}.why-icon{margin-bottom:12px;font-size:2rem;display:block}.why-card h3{font-size:1.1rem}.why-card p{color:var(--text-soft);margin:0}.category-carousel{grid-template-columns:repeat(5,1fr);gap:16px;margin-top:32px;display:grid;overflow-x:auto}.category-chip{color:var(--text);flex-direction:column;gap:6px;padding:24px 18px;text-decoration:none;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.category-chip:hover{box-shadow:var(--shadow-md);border-color:var(--accent);transform:translateY(-3px)}.category-arrow{color:var(--accent);opacity:0;font-size:1.1rem;transition:opacity .2s,transform .2s;position:absolute;bottom:18px;right:18px;transform:translate(-6px)}.category-chip:hover .category-arrow{opacity:1;transform:translate(0)}.category-icon{font-size:2rem}.category-name{font-weight:700;font-family:var(--font-display)}.category-desc{color:var(--text-soft);font-size:.85rem}.section-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.featured-tabs{flex-wrap:wrap;gap:8px;margin-top:28px;display:flex}.featured-tab{border:2px solid var(--border);background:var(--bg-elevated);color:var(--text-soft);border-radius:var(--radius-full);cursor:pointer;min-height:44px;padding:8px 20px;font-weight:700}.featured-tab.active{background:var(--brand);border-color:var(--brand);color:#fff}.product-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:24px;display:grid}.featured-section{background:var(--color-sky-light)}.featured-section .card{background:var(--bg)}.best-sellers-title{text-align:center;color:var(--color-cta);letter-spacing:.08em;margin-bottom:28px;font-size:1.3rem;font-weight:800}.featured-more{justify-content:center;margin-top:32px;display:flex}.testimonial-section{background:var(--color-petrol);color:#fff}[data-contrast=high] .testimonial-section{background:#000}.testimonial-section .eyebrow{color:#cfe0da}.testimonial-section h2{color:#fff}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;display:grid}.testimonial{color:#fff;background:#ffffff0f;border:1px solid #ffffff26;padding:28px 24px}.testimonial-stars{color:var(--color-terracotta);filter:brightness(1.3);margin-bottom:12px;display:block}.testimonial p{font-family:var(--font-display);font-size:1.1rem}.testimonial footer{opacity:.9;align-items:center;gap:12px;margin-top:16px;font-size:.85rem;display:flex}.testimonial-avatar{width:40px;height:40px;font-weight:700;font-family:var(--font-display);background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.testimonial-meta{flex-direction:column;display:flex}.trust-badges{flex-wrap:wrap;gap:12px;margin-top:40px;display:flex}.newsletter-section{background:var(--color-butter-light)}.newsletter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.newsletter-inner h2{margin-bottom:4px}.newsletter-form{flex-wrap:wrap;gap:10px;display:flex}.newsletter-form input{min-width:260px}@media (width<=1000px){.hero-inner{flex-direction:column;display:flex}.hero-visual{order:-1;margin-bottom:24px}.why-grid,.product-grid,.how-grid{grid-template-columns:repeat(2,1fr)}.category-carousel{grid-template-columns:repeat(3,1fr)}.testimonial-grid{grid-template-columns:1fr}}@media (width<=560px){.category-carousel{grid-template-columns:repeat(2,1fr)}.how-grid{grid-template-columns:1fr}.hero-stats{gap:20px}.hero{padding-top:32px}.hero-deco{display:none}.hero-title{letter-spacing:-.02em}.hero-title span{-webkit-text-stroke-width:4px}.hero-rating-card{display:none}.hero-badge-card{padding:8px 14px;bottom:12px;left:12px}.hero-trust-strip{margin-top:32px}.hero-trust-strip-inner{flex-wrap:nowrap;justify-content:flex-start;padding:14px 20px;overflow-x:auto}.hero-trust-strip-inner span{white-space:nowrap;flex-shrink:0}.best-sellers-title{justify-content:center;align-items:center;gap:8px;font-size:1.05rem;display:flex}.best-sellers-title span[aria-hidden]{display:none}}.catalog-page{background:linear-gradient(180deg, var(--color-sky-light) 0%, var(--bg) 420px);padding:48px 24px 80px}.best-sellers-section{margin-bottom:56px}.best-sellers-heading{text-align:center;color:var(--accent,#7fc4e0);letter-spacing:.08em;margin-bottom:28px;font-size:1.1rem;font-weight:800}.best-sellers-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.best-seller-card{color:inherit;text-decoration:none;display:block}.best-seller-image{aspect-ratio:1;border-radius:var(--radius-md);background:var(--color-mint-light);justify-content:center;align-items:center;margin-bottom:12px;font-size:3.5rem;display:flex;overflow:hidden}.best-seller-image img{object-fit:cover;width:100%;height:100%}.best-seller-name{margin-bottom:6px;font-weight:700}.best-seller-price{color:var(--accent,#4fa8d8);font-weight:700}.best-seller-installments{color:var(--text-muted);font-size:.85rem;font-style:italic;font-weight:400;display:block}@media (width<=900px){.best-sellers-grid{grid-template-columns:repeat(2,1fr)}}.catalog-header{max-width:70ch;margin-bottom:32px}.catalog-header h1{color:var(--brand)}.catalog-layout{grid-template-columns:260px 1fr;align-items:start;gap:40px;display:grid}.catalog-filters{background:var(--color-lavender-light);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:28px;padding:24px;display:flex;position:sticky;top:90px}.filter-group h2{margin-bottom:12px;font-size:.95rem}.filter-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.filter-list label{cursor:pointer;align-items:center;gap:10px;font-weight:400;display:flex}.filter-list input{width:20px;height:20px;min-height:0}.catalog-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.sort-control{align-items:center;gap:10px;display:flex}.sort-control label{margin:0;font-weight:700}.sort-control select{width:auto;min-width:200px}.catalog-empty{text-align:center;background:var(--bg-muted);border-radius:var(--radius-md);padding:48px}.catalog-results .product-grid{grid-template-columns:repeat(3,1fr)}@media (width<=900px){.catalog-layout{grid-template-columns:1fr}.catalog-filters{position:static}.catalog-results .product-grid{grid-template-columns:repeat(2,1fr)}}.viewer3d{background:var(--color-sage-light);border-radius:var(--radius-lg);overflow:hidden}.viewer3d-stage{aspect-ratio:1;justify-content:center;align-items:center;display:flex}.viewer3d-object{-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.viewer3d-object img{object-fit:cover;width:100%;height:100%;display:block}.product-page{padding:32px 24px 80px}.breadcrumb{color:var(--text-soft);margin-bottom:24px;font-size:.85rem}.breadcrumb a{color:var(--text-soft);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.product-main{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.product-badges-row{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.product-info h1{color:var(--brand);font-size:2rem}.product-rating{color:var(--text-soft);align-items:center;gap:8px;margin-bottom:16px;display:flex}.product-price{color:var(--brand);font-size:1.8rem;font-weight:700}.product-price span{color:var(--text-strong,#1c3b5a);font-size:1.05rem;font-weight:700}.product-desc{color:var(--text-soft);max-width:60ch}.benefit-icons{flex-wrap:wrap;gap:10px 20px;margin:16px 0 24px;padding:0;list-style:none;display:flex}.benefit-icons li{color:var(--color-sage-dark);font-size:.9rem;font-weight:700}.field-label{margin-bottom:8px;font-weight:700;display:block}.color-options{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.color-chip{border-radius:var(--radius-full);border:2px solid var(--border);background:var(--bg-elevated);cursor:pointer;min-height:44px;padding:10px 18px;font-weight:700}.color-chip.selected{border-color:var(--brand);background:var(--color-sage-light);color:var(--brand)}.qty-row{align-items:center;gap:16px;margin-bottom:24px;display:flex}.qty-row label{margin:0}.qty-stepper{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);align-items:center;gap:6px;padding:4px;display:flex}.qty-stepper button{background:var(--color-sage-light);width:36px;height:36px;color:var(--brand);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.15rem;font-weight:700;transition:background .2s,transform .15s;display:flex}.qty-stepper button:hover{background:var(--brand);color:#fff;transform:scale(1.06)}.qty-stepper input{text-align:center;width:44px;min-height:36px;color:var(--text-strong,#1c3b5a);appearance:textfield;background:0 0;border:none;font-size:1.05rem;font-weight:700}.qty-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-actions{flex-wrap:wrap;gap:16px;margin-bottom:12px;display:flex}.added-confirmation{color:var(--color-success);font-weight:700}.cep-form{background:var(--bg-muted);border-radius:var(--radius-md);margin:28px 0;padding:20px}.cep-row{gap:10px;display:flex}.cep-row input{max-width:200px}.product-specs{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0 0;padding-top:20px;display:grid}.product-specs dt{text-transform:uppercase;letter-spacing:.06em;color:var(--text-soft);margin-bottom:4px;font-size:.8rem}.product-specs dd{margin:0;font-weight:700}.expert-section{background:var(--color-sage-light);border:none;align-items:flex-start;gap:20px;margin:56px 0;padding:28px;display:flex}.expert-icon{font-size:2.2rem}.reviews-section,.related-section{margin:56px 0}.reviews-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px;display:grid}.review-card{padding:20px}@media (width<=900px){.product-main,.product-specs,.reviews-grid{grid-template-columns:1fr}}.checkout-progress{gap:8px;margin:0 0 40px;padding:0;list-style:none;display:flex}.checkout-step{color:var(--text-soft);flex:1;align-items:center;gap:10px;font-size:.9rem;font-weight:700;display:flex}.checkout-step-dot{background:var(--bg-muted);border:2px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.checkout-step.current .checkout-step-dot{background:var(--brand);border-color:var(--brand);color:#fff}.checkout-step.current{color:var(--brand)}.checkout-step.done .checkout-step-dot{background:var(--color-sage);border-color:var(--color-sage);color:#fff}@media (width<=640px){.checkout-step span:last-child{display:none}}.cart-page{padding:40px 24px 80px}.cart-page h1{color:var(--brand)}.cart-empty{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:60px;display:flex}.cart-layout{grid-template-columns:1fr 360px;align-items:start;gap:32px;margin-top:24px;display:grid}.cart-items{flex-direction:column;gap:16px;display:flex}.cart-item{grid-template-columns:72px 1fr auto auto;align-items:center;gap:16px;padding:16px;display:grid}.cart-item-image{border-radius:var(--radius-sm);background:var(--color-sage-light);flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:2.2rem;display:flex;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-info{flex-direction:column;gap:4px;display:flex}.cart-item-name{color:var(--text);font-weight:700;text-decoration:none}.cart-item-variant{color:var(--text-soft);font-size:.85rem}.cart-item-remove{color:var(--color-error);cursor:pointer;text-align:left;background:0 0;border:none;width:fit-content;padding:0;font-size:.85rem;font-weight:700}.qty-stepper{border:2px solid var(--border);border-radius:var(--radius-full);align-items:center;display:flex;overflow:hidden}.qty-stepper button{background:var(--bg-muted);cursor:pointer;border:none;width:36px;height:36px}.qty-stepper input{text-align:center;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);width:44px;min-height:36px;color:var(--text-strong,#1c3b5a);appearance:textfield;font-size:.95rem}.qty-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-price{color:var(--brand);flex-direction:column;align-items:flex-end;font-weight:700;display:flex}.unit-price{color:var(--text-soft);font-size:.78rem;font-weight:400}.cart-summary{padding:24px;position:sticky;top:90px}.coupon-form{margin-bottom:20px}.coupon-row{gap:8px;display:flex}.coupon-row input{flex:1;width:auto;min-width:0}.coupon-row .btn{flex-shrink:0}.summary-lines{border-top:1px solid var(--border);margin:20px 0;padding-top:16px}.summary-lines div{justify-content:space-between;margin-bottom:10px;display:flex}.summary-lines dt,.summary-lines dd{margin:0;font-weight:400}.summary-total{border-top:1px solid var(--border);padding-top:10px;font-size:1.2rem;font-weight:700!important}.summary-total dt,.summary-total dd{color:var(--brand);font-weight:700}.cross-sell{margin-top:64px}@media (width<=900px){.cart-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:56px 1fr;grid-template-areas:"img info""qty qty""price price";row-gap:12px}.cart-item-image{grid-area:img}.cart-item-info{grid-area:info}.cart-item-qty{grid-area:qty}.cart-item-price{flex-direction:row;grid-area:price;justify-content:space-between;align-items:baseline}}.checkout-page{max-width:1100px;padding:40px 24px 80px}.checkout-grid{grid-template-columns:1fr 360px;align-items:start;gap:40px;display:grid}.checkout-form{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);padding:32px}.checkout-form h1{color:var(--brand);margin-bottom:24px}.field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.payment-options{border:none;margin:0 0 20px;padding:0}.payment-options legend{margin-bottom:12px;padding:0;font-weight:700}.payment-option{border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:12px;margin-bottom:10px;padding:14px 16px;font-weight:400;display:flex}.payment-option input{width:20px;height:20px;min-height:0}.checkout-actions{justify-content:space-between;margin-top:24px;display:flex}.checkout-summary{padding:24px;position:sticky;top:90px}.summary-items{flex-direction:column;gap:10px;margin:0 0 16px;padding:0;list-style:none;display:flex}.summary-items li{align-items:center;gap:10px;font-size:.9rem;display:flex}.summary-item-name{flex:1}.summary-item-image{border-radius:var(--radius-sm);background:var(--color-sage-light);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.summary-item-image img{object-fit:cover;width:100%;height:100%}.pix-amount{font-family:var(--font-display);color:var(--brand);text-align:center;margin-bottom:20px;font-size:2rem;font-weight:600}.pix-qr-wrap{justify-content:center;margin-bottom:24px;display:flex}.pix-qr-wrap img{border-radius:var(--radius-sm);border:1px solid var(--border);background:#fff;padding:12px}.pix-qr-loading{border-radius:var(--radius-sm);background:var(--bg-muted);width:260px;height:260px}.pix-copy-row{gap:10px;display:flex}.pix-copy-row input{flex:1;font-family:monospace;font-size:.8rem}.pix-steps{text-align:left;color:var(--text-soft);flex-direction:column;gap:6px;margin:20px 0;padding-left:20px;display:flex}.confirmation{text-align:center;max-width:560px;margin:40px auto;padding:48px}.confirmation-icon{background:var(--color-sage-light);width:64px;height:64px;color:var(--color-success);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.8rem;display:inline-flex}.confirmation h1{color:var(--brand)}.whatsapp-confirm-badge{color:#1e7e42;border-radius:var(--radius-full);background:#e7f9ee;align-items:center;gap:8px;margin:4px 0 16px;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-flex}.confirmation-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:24px;display:flex}.btn-whatsapp{color:#fff;background:#25d366;border:none}.btn-whatsapp:hover{background:#1ebe57}@media (width<=900px){.checkout-grid,.field-row{grid-template-columns:1fr}}.account-login{max-width:900px;margin:0 auto;padding:64px 24px}.login-error{text-align:center;margin-bottom:20px}.login-panel button:disabled{opacity:.6;cursor:not-allowed}.login-panels{grid-template-columns:1.3fr 1fr;align-items:stretch;gap:24px;display:grid}.signup-form{max-width:560px;margin:0 auto;padding:40px}.signup-form h1{text-align:center;color:var(--brand);margin-bottom:6px;font-size:1.6rem}.signup-form .login-subtitle{text-align:center;margin-bottom:28px}.signup-form .field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.consent-check{cursor:pointer;color:var(--text-soft);align-items:flex-start;gap:10px;margin-bottom:16px;font-size:.9rem;font-weight:400;display:flex}.consent-check input{flex-shrink:0;width:20px;height:20px;min-height:0;margin-top:2px}.consent-check a{color:var(--brand);font-weight:700}.signup-form .login-submit{margin-top:8px}.login-panel{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);padding:40px}.login-panel h1{text-align:center;color:var(--brand);margin-bottom:6px;font-size:1.6rem}.login-subtitle{text-align:center;color:var(--text-soft);margin-bottom:28px}.password-field{position:relative}.password-toggle{cursor:pointer;background:0 0;border:none;min-width:32px;min-height:32px;font-size:1.1rem;position:absolute;top:8px;right:8px}.remember-check{cursor:pointer;align-items:center;gap:10px;margin-bottom:20px;font-weight:400;display:flex}.remember-check input{width:20px;height:20px;min-height:0}.login-submit{margin-bottom:14px}.forgot-link{text-align:center;color:var(--color-error);margin-bottom:24px;font-size:.9rem;font-weight:700;text-decoration:none;display:block}.forgot-link:hover{text-decoration:underline}.signup-panel{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:40px 32px;display:flex}.signup-icon{margin-bottom:8px;font-size:2.4rem}.signup-panel h2{font-size:1.3rem}.signup-panel p{color:var(--text-soft);margin-bottom:20px}@media (width<=800px){.login-panels,.signup-form .field-row{grid-template-columns:1fr}.signup-form{padding:28px 20px}}.account-page{padding:40px 24px 80px}.account-page h1{color:var(--brand)}.account-page .breadcrumb{color:var(--text-soft);margin-bottom:20px;font-size:.85rem}.account-page .breadcrumb a{color:var(--text-soft);text-decoration:none}.account-page .breadcrumb a:hover{text-decoration:underline}.account-layout{grid-template-columns:240px 1fr;gap:32px;display:grid}.account-tabs{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;align-self:start;gap:6px;padding:12px;display:flex}.account-tabs button{text-align:left;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;min-height:44px;padding:12px 16px;font-weight:700;display:flex}.account-tabs button.active{background:var(--color-sage-light);color:var(--brand)}.logout-btn{border-top:1px solid var(--border);margin-top:8px;color:var(--color-error)!important;padding-top:16px!important}.account-content{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);padding:28px}.orders-table{border-collapse:collapse;width:100%;margin-top:16px}.orders-table th,.orders-table td{text-align:left;border-bottom:1px solid var(--border);padding:12px}.status-pill{border-radius:var(--radius-full);background:var(--bg-muted);padding:4px 12px;font-size:.8rem;font-weight:700}.status-entregue{background:var(--color-sage-light);color:var(--color-sage-dark)}.status-enviado{color:var(--color-petrol-dark);background:#e5eef2}.status-processando{color:var(--color-terracotta-dark);background:#f6e6dd}.status-pendente{background:var(--color-butter-light);color:#8a6a10}.btn-sm{min-height:36px;padding:6px 16px;font-size:.82rem}.overview-greeting{border-bottom:2px solid var(--accent);align-items:center;gap:20px;margin-bottom:24px;padding-bottom:24px;display:flex}.overview-avatar{background:var(--color-sage-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.8rem;display:flex}.overview-greeting h1{color:var(--brand);margin-bottom:6px}.overview-greeting p{color:var(--text-soft);max-width:60ch;margin:0}.overview-cards{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px;display:grid}.overview-card{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;align-items:center;gap:10px;min-height:44px;padding:24px 12px;font-weight:700;display:flex}.overview-card:hover{background:var(--color-sage-light);color:var(--brand)}.overview-card span[aria-hidden]{font-size:1.6rem}.overview-panel{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:20px;padding:20px 24px}.overview-panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.overview-panel-header h2{align-items:center;gap:8px;margin:0;font-size:1.05rem;display:flex}.overview-order-list{flex-direction:column;gap:10px;margin:16px 0 0;padding:0;list-style:none;display:flex}.overview-order-list li{background:var(--bg-elevated);border-radius:var(--radius-sm);grid-template-columns:1fr 1fr auto auto;align-items:center;gap:12px;padding:10px 14px;font-size:.9rem;display:grid}.overview-panel-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.overview-panel-row .overview-panel{margin-bottom:0}.address-chips{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.address-chip{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-full);padding:8px 16px;font-size:.85rem;font-weight:700}.address-list{flex-direction:column;gap:12px;margin:16px 0 24px;padding:0;list-style:none;display:flex}.address-list li{flex-direction:column;gap:4px;padding:16px 20px;display:flex}.address-list li span{color:var(--text-soft)}.access-info-list{flex-direction:column;gap:10px;margin:12px 0 20px;padding:0;list-style:none;display:flex}.access-info-list li{align-items:center;gap:10px;font-weight:700;display:flex}.access-info-actions{flex-wrap:wrap;gap:10px;display:flex}.dados-form{max-width:720px}.dados-form .field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dados-form-actions{justify-content:flex-end;margin-top:12px;display:flex}@media (width<=640px){.dados-form .field-row{grid-template-columns:1fr}}.wishlist-list{flex-direction:column;gap:12px;margin-top:16px;padding:0;list-style:none;display:flex}.wishlist-list li{align-items:center;gap:10px;display:flex}.wishlist-thumb{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;width:32px;height:32px}.loyalty-points{color:var(--brand);font-size:2.5rem;font-weight:700;font-family:var(--font-display)}@media (width<=800px){.account-layout{grid-template-columns:1fr}.account-tabs{flex-flow:wrap}.orders-table{display:block;overflow-x:auto}.overview-cards{grid-template-columns:repeat(2,1fr)}.overview-panel-row{grid-template-columns:1fr}.overview-order-list li{grid-template-columns:1fr 1fr}.overview-greeting{text-align:center;flex-direction:column}}.about-hero{background:var(--color-sky-light);padding:72px 0 88px}.about-hero-inner{max-width:46rem}.eyebrow-pill{letter-spacing:.06em;text-transform:uppercase;color:var(--brand);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);align-items:center;margin-bottom:20px;padding:8px 18px;font-size:.75rem;font-weight:800;display:inline-flex}.about-hero-title{font-family:var(--font-playful);color:var(--text-strong,#1c3b5a);letter-spacing:-.01em;margin:0 0 18px;font-size:clamp(2.4rem,5vw,3.4rem);font-weight:700;line-height:1.08}.about-hero-title-accent{color:var(--color-cta)}.about-hero p{color:var(--text-soft);max-width:62ch;margin:0;font-size:1.1rem;line-height:1.6}.about-lead{color:var(--text-soft);margin:0;font-size:1.3rem;line-height:1.5}.about-story-section{z-index:1;margin-top:-50px;padding-top:0;padding-bottom:40px;position:relative}.how-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px;display:grid}.how-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:32px 24px;transition:box-shadow .2s,transform .2s;position:relative}.how-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.how-icon{margin-bottom:16px;font-size:2.2rem;display:block}.how-card h3{margin-bottom:8px;font-size:1.15rem}.how-card p{color:var(--text-soft);margin:0;line-height:1.6}.about-story-grid{grid-template-columns:repeat(2,1fr);margin-top:0}.about-story-grid .how-card{background:var(--color-sky-light);border-color:var(--border)}.about-pullquote{border-top:1px solid var(--border);border-left:4px solid var(--brand);margin:40px 0 0;padding:24px 0 0 28px}.about-pullquote-card{background:var(--bg-elevated);border:1px solid var(--border);border-left:4px solid var(--brand);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:clamp(28px,4vw,44px)}.about-pullquote p{font-family:var(--font-display);color:var(--text-strong,#1c3b5a);margin:0 0 16px;font-size:1.5rem;line-height:1.4}.about-pullquote footer{color:var(--brand);font-size:1rem;font-style:normal;font-weight:600;line-height:1.6}.partners-section{background:var(--bg-muted)}.partner-badges{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}@media (width<=800px){.how-grid{grid-template-columns:1fr;gap:16px}}.contact-content{padding:48px 24px 80px}.contact-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:32px;display:grid}.contact-form{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:32px}.contact-info{flex-direction:column;gap:20px;display:flex}.contact-info-card{background:var(--color-sky-light);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px}.contact-info-card h2{color:var(--text-strong,#1c3b5a);margin-bottom:16px;font-size:1.1rem}.contact-channel-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.contact-channel-list li{color:var(--text-soft);align-items:flex-start;gap:12px;line-height:1.5;display:flex}.contact-channel-icon{width:34px;height:34px;color:var(--brand);background:var(--bg-elevated);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-card p{color:var(--text-soft);margin:0;line-height:1.5}@media (width<=800px){.contact-grid{grid-template-columns:1fr}}.faq-content{max-width:820px;padding:48px 24px 80px}.faq-theme{margin-top:40px}.faq-theme:first-child{margin-top:0}.faq-theme h2{color:var(--text-strong,#1c3b5a);align-items:center;gap:12px;font-size:1.3rem;display:flex}.faq-theme-icon{background:var(--color-sky-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.faq-list{flex-direction:column;gap:14px;margin-top:20px;display:flex}.faq-item{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s;overflow:hidden}.faq-item:hover{box-shadow:var(--shadow-md)}.faq-item.open{border-color:var(--brand)}.faq-question{width:100%;color:var(--text-strong,#1c3b5a);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;min-height:44px;padding:20px 22px;font-size:1.02rem;font-weight:700;display:flex}.faq-chevron{color:var(--brand);flex-shrink:0;transition:transform .25s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer-wrap{max-height:0;transition:max-height .25s;overflow:hidden}.faq-item.open .faq-answer-wrap{max-height:300px}.faq-answer{color:var(--text-soft);margin:0;padding:0 22px 22px;line-height:1.6}.accessibility-page{max-width:820px;padding:48px 24px 80px}.a11y-section{margin-top:20px;padding:28px}.a11y-section h2{color:var(--brand);font-size:1.2rem}.a11y-section ul{flex-direction:column;gap:8px;padding-left:20px;display:flex}.a11y-toggle-row{flex-wrap:wrap;gap:16px;display:flex}.admin-login{justify-content:center;align-items:center;min-height:80vh;padding:24px;display:flex}.admin-login-card{background:var(--bg-elevated);border-radius:16px;width:100%;max-width:380px;padding:40px;box-shadow:0 8px 30px #00000014}.admin-login-card h1{color:var(--brand);text-align:center;margin-bottom:6px;font-size:1.5rem}.admin-hint{text-align:center;color:var(--text-soft);margin-bottom:24px}.admin-dashboard{max-width:1100px;margin:0 auto;padding:32px 24px 64px}.admin-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.admin-header h1{color:var(--brand);font-size:1.6rem}.admin-header-actions{gap:10px;display:flex}.admin-updated{color:var(--text-soft);margin-bottom:24px;font-size:.85rem}.admin-stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:32px;display:grid}.admin-stat-card{background:var(--bg-elevated);border-radius:12px;flex-direction:column;gap:4px;padding:18px 20px;display:flex;box-shadow:0 2px 10px #0000000f}.admin-stat-label{color:var(--text-soft);text-transform:uppercase;letter-spacing:.02em;font-size:.8rem}.admin-stat-value{color:var(--brand);font-size:1.5rem;font-weight:700}.admin-tabs{border-bottom:1px solid var(--border);gap:8px;margin-bottom:16px;display:flex}.admin-tabs button{color:var(--text-soft);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 16px;font-size:.95rem;font-weight:600}.admin-tabs button.active{color:var(--brand);border-bottom-color:var(--brand)}.admin-toolbar{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.admin-search{border:1px solid var(--border);border-radius:8px;flex:1;min-width:220px;padding:10px 14px;font-size:.9rem}.admin-toolbar select{border:1px solid var(--border);border-radius:8px;padding:10px 14px;font-size:.9rem}.admin-order-notes{margin-bottom:14px}.admin-order-notes label{color:var(--text-soft);font-size:.8rem}.admin-order-notes textarea{resize:vertical;border:1px solid var(--border);border-radius:8px;width:100%;padding:8px 10px;font-family:inherit;font-size:.88rem}.admin-customers{flex-direction:column;gap:10px;display:flex}.admin-customer-card{background:var(--bg-elevated);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;transition:box-shadow .15s;display:flex;box-shadow:0 2px 10px #0000000f}.admin-customer-card:hover{box-shadow:0 4px 16px #0000001a}.admin-customer-main{color:var(--text-soft);flex-direction:column;gap:2px;font-size:.9rem;display:flex}.admin-customer-main strong{color:var(--text);font-size:1rem}.admin-customer-side{color:var(--text-soft);flex-direction:column;align-items:flex-end;gap:4px;font-size:.9rem;display:flex}.admin-customer-side strong{color:var(--brand);font-size:1.1rem}.admin-customer-detail{flex-direction:column;gap:16px;display:flex}.admin-customer-header{background:var(--bg-elevated);border-radius:12px;padding:20px 24px;box-shadow:0 2px 10px #0000000f}.admin-customer-header h2{color:var(--brand);margin-bottom:4px}.admin-customer-header p{color:var(--text-soft);margin-bottom:2px;font-size:.9rem}.admin-customer-summary{color:var(--text-soft);gap:20px;margin-top:12px;font-size:.9rem;display:flex}.admin-customer-summary strong{color:var(--text)}.admin-finance{flex-direction:column;gap:24px;display:flex}.admin-finance .card{background:var(--bg-elevated);border-radius:12px;padding:24px;box-shadow:0 2px 10px #0000000f}.admin-dre h2,.admin-settings h2,.admin-finance-table-wrap h2{color:var(--brand);margin-bottom:6px;font-size:1.15rem}.admin-dre-list{flex-direction:column;gap:8px;margin-top:16px;display:flex}.admin-dre-list div{border-bottom:1px dashed var(--border);justify-content:space-between;padding:6px 0;font-size:.95rem;display:flex}.admin-dre-list dt{color:var(--text-soft)}.admin-dre-negative dd{color:#c0392b}.admin-dre-total{border-bottom:none;border-top:2px solid var(--brand);margin-top:6px;padding-top:12px;font-size:1.1rem;font-weight:700}.admin-dre-total dd{color:var(--brand)}.admin-settings-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:16px 0 20px;display:grid}.admin-finance-table-scroll{overflow-x:auto}.admin-finance-table{border-collapse:collapse;width:100%;font-size:.88rem}.admin-finance-table th,.admin-finance-table td{text-align:right;white-space:nowrap;padding:10px 12px}.admin-finance-table th:first-child,.admin-finance-table td:first-child,.admin-finance-table th:nth-child(2),.admin-finance-table td:nth-child(2){text-align:left}.admin-finance-table thead{background:var(--bg-muted)}.admin-finance-table tbody tr{border-bottom:1px solid var(--border)}.admin-profit-positive{color:#1e7d32;font-weight:700}.admin-profit-negative{color:#c0392b;font-weight:700}.admin-orders{flex-direction:column;gap:16px;display:flex}.admin-order-card{background:var(--bg-elevated);border-radius:12px;padding:20px 24px;box-shadow:0 2px 10px #0000000f}.admin-order-top{justify-content:space-between;align-items:center;margin-bottom:10px;font-size:1.05rem;display:flex}.admin-order-date{color:var(--text-soft);font-weight:400}.admin-order-customer{color:var(--text-soft);flex-wrap:wrap;gap:4px 14px;margin-bottom:12px;font-size:.9rem;display:flex}.admin-order-items{color:var(--text);flex-direction:column;gap:2px;margin:0 0 14px;padding:0;font-size:.9rem;list-style:none;display:flex}.admin-order-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-order-payment{color:var(--text-soft);background:var(--brand-soft,#f3f0ff);border-radius:999px;padding:4px 10px;font-size:.85rem}.admin-order-bottom select{border:1px solid var(--border);border-radius:8px;padding:8px 12px;font-size:.9rem}.crm-shell{background:var(--bg);min-height:100vh;display:flex}.crm-sidebar{background:var(--bg-elevated);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:260px;padding:20px 16px;display:flex}.crm-brand{border-bottom:1px solid var(--border);align-items:center;gap:12px;margin-bottom:4px;padding:10px 8px 26px;display:flex}.crm-brand-logo{object-fit:contain;flex-shrink:0;width:44px;height:44px}.crm-brand strong{letter-spacing:-.01em;color:var(--text);font-size:1rem;font-weight:700;display:block}.crm-brand span{color:var(--text-soft);margin-top:1px;font-size:.76rem;display:block}.crm-nav{flex-direction:column;flex:1;gap:2px;display:flex}.crm-nav button{text-align:left;color:var(--text-soft);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:.92rem;display:flex}.crm-nav button:hover{background:var(--bg-muted)}.crm-nav button.active{color:#2f6fed;background:#eaf1ff;font-weight:600}.crm-nav-icon{justify-content:center;width:20px;display:inline-flex}.crm-user{border-top:1px solid var(--border);align-items:center;gap:10px;padding:12px 8px;display:flex}.crm-user-avatar{color:#fff;background:#1a1f2b;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.8rem;font-weight:600;display:flex}.crm-user strong{color:var(--text);font-size:.85rem;display:block}.crm-user>div span{color:var(--text-soft);font-size:.75rem;display:block}.crm-main{flex:1;min-width:0}.crm-topbar{background:var(--bg-elevated);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 32px;display:flex}.crm-topbar h1{color:var(--text);align-items:center;gap:10px;font-size:1.2rem;display:flex}.crm-topbar-actions{align-items:center;gap:16px;display:flex}.crm-theme-toggle{border:1px solid var(--border);width:38px;height:38px;color:var(--text);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.crm-theme-toggle:hover{background:var(--bg-muted)}.crm-online{color:var(--text-soft);background:#eefaf1;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;display:inline-flex}.crm-online i{background:#2ecc71;border-radius:50%;width:8px;height:8px;display:inline-block}.crm-content{padding:28px 32px 64px}.crm-loading{color:var(--text-soft)}.crm-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:24px;display:grid}.crm-card{background:var(--bg-elevated);border-radius:14px;flex-direction:column;gap:10px;padding:20px 22px;display:flex;box-shadow:0 2px 10px #0000000d}.crm-card-top{justify-content:space-between;align-items:center;display:flex}.crm-card-icon{border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.05rem;display:flex}.crm-card-icon.blue{color:#2f6fed;background:#e8f0ff}.crm-card-icon.green{color:#1e9e5a;background:#e6f8ee}.crm-card-icon.purple{color:#7c4dff;background:#f1eaff}.crm-card-icon.amber{color:#d98e04;background:#fff4e0}.crm-card-pct{font-size:.82rem;font-weight:600}.crm-card-pct.up{color:#1e9e5a}.crm-card-pct.down{color:#d63b3b}.crm-card-value{color:var(--text);font-size:1.5rem;font-weight:700}.crm-card-label{color:var(--text-soft);font-size:.85rem}.crm-grid-2{grid-template-columns:1.4fr 1fr;gap:20px;margin-bottom:20px;display:grid}.crm-panel{background:var(--bg-elevated);border-radius:14px;padding:22px 24px;box-shadow:0 2px 10px #0000000d}.crm-panel h2{color:var(--text);margin-bottom:4px;font-size:1rem}.crm-panel-sub{color:var(--text-soft);margin-bottom:16px;font-size:.82rem}.crm-empty{text-align:center;color:var(--text-soft);padding:40px 0;font-size:.9rem}.crm-chart{align-items:flex-end;gap:8px;height:200px;margin-top:12px;display:flex}.crm-chart-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:6px;height:100%;display:flex}.crm-chart-bar{background:#2f6fed;border-radius:4px 4px 0 0;width:100%;max-width:20px;min-height:2px}.crm-chart-col span{color:var(--text-soft);white-space:nowrap;font-size:.65rem}.crm-status-list{flex-direction:column;gap:14px;list-style:none;display:flex}.crm-status-row{justify-content:space-between;margin-bottom:6px;font-size:.9rem;display:flex}.crm-status-bar{background:var(--bg-muted);border-radius:999px;height:6px;overflow:hidden}.crm-status-bar div{background:#2f6fed;border-radius:999px;height:100%}.crm-mini-list{flex-direction:column;gap:12px;list-style:none;display:flex}.crm-mini-list li{color:var(--text);justify-content:space-between;align-items:center;font-size:.88rem;display:flex}.crm-mini-sub{color:var(--text-soft);font-size:.8rem}.crm-page{flex-direction:column;gap:20px;display:flex}.crm-page-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.crm-page-head h2{color:var(--text);font-size:1.3rem}.crm-page-head p{color:var(--text-soft);font-size:.88rem}.crm-page-head-actions{gap:10px;display:flex}.crm-toolbar{flex-wrap:wrap;gap:12px;display:flex}.crm-search-wrap{flex:1;min-width:240px;position:relative}.crm-search-icon{color:var(--text-soft);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.crm-search-wrap input{border:1px solid var(--border);border-radius:10px;width:100%;padding:12px 14px 12px 38px;font-size:.9rem}.crm-toolbar select{border:1px solid var(--border);background:var(--bg-elevated);border-radius:10px;padding:12px 14px;font-size:.9rem}.crm-list-panel{padding:0;overflow:hidden}.crm-empty-block{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:80px 24px;display:flex}.crm-empty-icon{background:var(--bg-muted);width:56px;height:56px;color:var(--text-soft);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;font-size:1.4rem;display:flex}.crm-empty-block strong{color:var(--text);font-size:1rem}.crm-empty-block p{color:var(--text-soft);font-size:.88rem}.crm-entity-list{list-style:none}.crm-entity-list li{border-bottom:1px solid var(--border);cursor:pointer;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 24px;display:flex}.crm-entity-list li:hover{background:var(--bg-muted)}.crm-entity-list li strong{color:var(--text);font-size:.95rem;display:block}.crm-entity-list li>div:first-child span{color:var(--text-soft);font-size:.82rem}.crm-entity-side{color:var(--text-soft);align-items:center;gap:14px;font-size:.85rem;display:flex}.crm-badge{border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:600}.crm-badge-lead{color:#d98e04;background:#fff4e0}.crm-badge-ativo{color:#1e9e5a;background:#e6f8ee}.crm-badge-cliente{color:#2f6fed;background:#e8f0ff}.crm-badge-inativo{background:var(--bg-muted);color:var(--text-soft)}.crm-product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;padding:24px;list-style:none;display:grid}.crm-product-card{border:1px solid var(--border);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.crm-product-card img{object-fit:cover;width:100%;height:140px}.crm-product-card>div{flex-direction:column;gap:2px;padding:12px 14px;display:flex}.crm-product-card strong{color:var(--text);font-size:.9rem}.crm-product-price{color:var(--brand);margin-top:4px;font-weight:700}.crm-product-card-actions{gap:8px;margin-top:auto;padding:0 14px 14px;display:flex}.crm-product-card-actions .btn{flex:1}.field-label{color:var(--text);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.crm-image-upload{align-items:center;gap:18px;display:flex}.crm-image-preview{object-fit:cover;border:1px solid var(--border);border-radius:12px;flex-shrink:0;width:120px;height:120px}.crm-image-placeholder{background:var(--bg-elevated);color:var(--text-soft);justify-content:center;align-items:center;font-size:2rem;display:flex}.crm-image-upload .field-hint{margin-top:8px;margin-bottom:0}.crm-checkbox-row{flex-wrap:wrap;gap:10px 18px;display:flex}.crm-checkbox{color:var(--text-soft);align-items:center;gap:6px;font-size:.85rem;display:flex}.btn-sm{padding:6px 12px;font-size:.8rem}.crm-kanban{grid-template-columns:repeat(6,minmax(200px,1fr));gap:14px;padding-bottom:8px;display:grid;overflow-x:auto}.crm-kanban-col{background:var(--bg-elevated);border-radius:12px;min-width:200px;padding:14px;box-shadow:0 2px 10px #0000000d}.crm-kanban-head{flex-direction:column;gap:2px;margin-bottom:12px;font-size:.85rem;display:flex}.crm-kanban-head span{color:var(--text-soft);font-size:.78rem}.crm-kanban-cards{flex-direction:column;gap:10px;display:flex}.crm-deal-card{background:var(--bg-muted);border-radius:10px;flex-direction:column;gap:4px;padding:12px;font-size:.85rem;display:flex}.crm-deal-card strong{color:var(--text)}.crm-deal-value{color:var(--brand);font-weight:700}.crm-deal-card select{border:1px solid var(--border);border-radius:6px;margin-top:6px;padding:6px 8px;font-size:.78rem}.crm-modal-backdrop{z-index:100;background:#14161e73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.crm-modal{background:var(--bg-elevated);border-radius:16px;flex-direction:column;width:100%;max-width:460px;max-height:90vh;display:flex;overflow:hidden}.crm-modal h2{color:var(--text);font-size:1.3rem}.crm-modal-actions{border-top:1px solid var(--border);background:var(--bg-elevated);justify-content:flex-end;gap:10px;padding:18px 32px;display:flex}.crm-modal-lg{max-width:780px}.crm-modal-header{border-bottom:1px solid var(--border);padding:26px 32px 18px}.crm-modal-header h2{margin-bottom:4px}.crm-modal-body{flex-direction:column;gap:22px;padding:24px 32px;display:flex;overflow-y:auto}.crm-form-section{background:var(--bg-muted);border:1px solid var(--border);border-radius:14px;padding:20px 22px}.crm-form-section h3{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:10px;font-size:.95rem}.crm-form-section .field:last-child{margin-bottom:0}.crm-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 20px;display:grid}.crm-field-full{grid-column:1/-1}@media (width<=640px){.crm-field-grid{grid-template-columns:1fr}.crm-modal-header,.crm-modal-body,.crm-modal-actions{padding-left:20px;padding-right:20px}}.crm-customer-orders{border-top:1px solid var(--border);margin-top:20px;padding-top:20px}.crm-customer-orders h3{color:var(--text);margin-bottom:12px;font-size:.95rem}@media (width<=900px){.crm-shell{flex-direction:column}.crm-sidebar{flex-direction:row;align-items:center;width:100%;overflow-x:auto}.crm-nav{flex-direction:row}.crm-user{display:none}.crm-grid-2{grid-template-columns:1fr}.crm-kanban{grid-template-columns:repeat(6,220px)}}
