:root{--bg:#f7f4ef;--panel:#fff;--text:#211f1c;--muted:#706a62;--line:#ded6ca;--brand:#0f766e;--brand-dark:#0b4f4a;--danger:#b42318;--warning:#9a6700}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit}.shell{width:min(1100px,calc(100% - 32px));margin:0 auto}.menu-header{border-bottom:1px solid var(--line);background:hsla(38,33%,95%,.96)}.menu-header-inner{width:min(1100px,calc(100% - 32px));min-height:82px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.menu-header h1{margin:0;font-size:24px}.menu-header p{margin:4px 0 0;color:var(--muted)}.hero-section{padding:32px 0 28px}.hero-section h2{margin:0 0 10px;font-size:52px;line-height:1;letter-spacing:0}.muted{color:var(--muted)}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:20px;margin:18px 0}.blocked-panel{margin-top:42px;text-align:center}.danger-button,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:0;border-radius:8px;padding:10px 16px;font-weight:800;text-decoration:none;cursor:pointer;font:inherit}.primary-button{background:linear-gradient(135deg,var(--brand),#0f8f84);color:#fff;box-shadow:0 14px 30px rgba(15,118,110,.18)}.secondary-button{background:linear-gradient(180deg,#fffdfa,#ece4d8);color:var(--text);border:1px solid rgba(33,31,28,.07)}.danger-button{background:linear-gradient(135deg,var(--danger),#d92d20);color:#fff;box-shadow:0 14px 30px rgba(180,35,24,.16)}.danger-button:hover,.photo-primary-button:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.danger-button,.photo-primary-button,.primary-button,.secondary-button{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.product-list{padding-bottom:52px}.category-block{margin-bottom:32px}.category-block h2{margin:0 0 16px;font-size:26px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:16px;gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.product-card img,.product-placeholder{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:#e8dfd1}.product-placeholder{display:grid;place-items:center;color:var(--muted);font-weight:700}.product-info h3{margin:0 0 8px;font-size:18px}.product-info p{margin:0 0 12px;color:var(--muted);line-height:1.35}.product-info strong{font-size:20px;color:var(--brand-dark)}.admin-shell{position:relative;padding:28px 0 60px}.admin-shell:before{position:fixed;inset:0;z-index:-1;pointer-events:none;content:"";background:radial-gradient(circle at 12% 8%,rgba(15,118,110,.14),transparent 28%),radial-gradient(circle at 88% 2%,rgba(212,181,63,.16),transparent 24%),linear-gradient(180deg,hsla(0,0%,100%,.55),hsla(38,33%,95%,0))}.admin-header-panel{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;border-color:rgba(15,118,110,.16);background:radial-gradient(circle at 94% 16%,rgba(212,181,63,.28),transparent 25%),radial-gradient(circle at 8% 0,rgba(15,118,110,.18),transparent 28%),linear-gradient(135deg,rgba(15,118,110,.1),rgba(212,181,63,.1)),linear-gradient(180deg,#fff,#fffaf1);box-shadow:0 24px 70px rgba(33,31,28,.09);overflow:hidden}.admin-header-panel:after{position:absolute;right:-58px;bottom:-76px;width:220px;height:220px;border-radius:999px;background:rgba(15,118,110,.08);content:""}.admin-header-content{position:relative;z-index:1;display:grid;grid-gap:14px;gap:14px;min-width:0}.admin-eyebrow{width:-moz-fit-content;width:fit-content;border:1px solid rgba(15,118,110,.15);border-radius:999px;padding:6px 12px;background:hsla(0,0%,100%,.72);color:var(--brand-dark);font-size:12px;font-weight:900;text-transform:uppercase}.admin-brand-row{display:flex;align-items:center;gap:16px;min-width:0}.admin-brand-mark{display:inline-grid;width:64px;height:64px;flex:0 0 64px;place-items:center;border:1px solid rgba(15,118,110,.16);border-radius:22px;background:linear-gradient(135deg,rgba(15,118,110,.14),rgba(212,181,63,.16)),#fff;color:var(--brand-dark);font-size:28px;font-weight:900;box-shadow:0 16px 34px rgba(33,31,28,.1);overflow:hidden}.admin-brand-mark img{width:100%;height:100%;object-fit:cover}.admin-header-panel h1{margin:0;font-size:clamp(32px,4vw,48px);line-height:1;letter-spacing:0}.admin-header-panel p{margin:8px 0 0;max-width:560px;color:var(--muted);font-size:16px;line-height:1.4}.admin-header-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:13px;font-weight:800}.admin-state-pill{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 12px;background:#dcfce7;color:#166534;font-weight:900}.admin-state-pill:before{width:8px;height:8px;border-radius:999px;background:currentColor;content:""}.admin-state-pill.blocked{background:#fee2e2;color:var(--danger)}.admin-header-actions{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.admin-header-actions .secondary-button{border:1px solid rgba(15,118,110,.11);background:hsla(0,0%,100%,.76);box-shadow:0 12px 28px rgba(33,31,28,.08)}.admin-preview-button{color:var(--brand-dark)}.orders-open-button{gap:10px}.orders-open-button span{min-width:24px;border-radius:999px;padding:2px 7px;background:hsla(0,0%,100%,.22);font-size:12px;text-align:center}.reports-panel{border-color:rgba(15,118,110,.12);background:linear-gradient(135deg,rgba(15,118,110,.05),rgba(212,181,63,.07)),#fffdf9;box-shadow:0 22px 60px rgba(33,31,28,.08)}.report-filters{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.report-filter{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:1px solid rgba(15,118,110,.13);border-radius:999px;padding:0 18px;background:hsla(0,0%,100%,.82);color:var(--text);font-weight:900;text-decoration:none;box-shadow:0 10px 24px rgba(33,31,28,.06)}.report-filter.active{border-color:transparent;background:linear-gradient(135deg,#0f766e,#0c8f7e);color:#fff}.custom-period-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;grid-gap:12px;gap:12px;align-items:end;border:1px solid rgba(15,118,110,.11);border-radius:16px;padding:14px;margin:0 0 18px;background:hsla(0,0%,100%,.78);box-shadow:0 14px 32px rgba(33,31,28,.06)}.custom-period-form label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-weight:800}.custom-period-form input{min-height:44px}.empty-report-message{border:1px solid rgba(15,118,110,.1);border-radius:14px;padding:14px 16px;background:hsla(0,0%,100%,.82);color:var(--muted);font-weight:800}.report-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin:18px 0}.report-box,.report-summary-card{border:1px solid rgba(15,118,110,.11);border-radius:16px;background:hsla(0,0%,100%,.88);box-shadow:0 16px 38px rgba(33,31,28,.07)}.report-summary-card{display:grid;grid-gap:8px;gap:8px;min-height:124px;padding:18px}.report-list span,.report-summary-card small,.report-summary-card span,.time-report-grid small,.time-report-grid span{color:var(--muted);font-weight:800}.report-summary-card strong{color:var(--text);font-size:clamp(24px,3vw,34px);line-height:1}.report-summary-card.highlight{background:linear-gradient(135deg,#0f766e,#0c8f7e 52%,#d4b53f 130%);color:#fff}.report-summary-card.highlight small,.report-summary-card.highlight span,.report-summary-card.highlight strong{color:#fff}.reports-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.report-box{padding:18px}.report-box.wide{grid-column:1/-1}.report-box h3{margin:0 0 14px;font-size:20px}.report-list{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.report-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid hsla(36,23%,83%,.7);padding-bottom:10px}.report-list li:last-child{border-bottom:0;padding-bottom:0}.report-list strong{flex:0 0 auto;color:var(--brand-dark);text-align:right}.report-list.compact li{padding-bottom:8px}.report-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.report-columns>div>strong{display:block;margin-bottom:10px}.time-report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.time-report-grid div{display:grid;grid-gap:5px;gap:5px;border:1px solid rgba(15,118,110,.1);border-radius:14px;padding:16px;background:linear-gradient(180deg,#fff,#fbf7ef)}.time-report-grid strong{color:var(--brand-dark);font-size:30px;line-height:1}.admin-menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px}.admin-menu-panel{border-color:rgba(15,118,110,.12);background:linear-gradient(135deg,rgba(15,118,110,.06),rgba(212,181,63,.06)),#fffdf9;box-shadow:0 22px 60px rgba(33,31,28,.08)}.admin-menu-intro{margin:0 0 16px;color:var(--muted);font-weight:700}.admin-menu-card{position:relative;display:flex;min-height:104px;align-items:center;justify-content:flex-start;gap:14px;border:1px solid rgba(15,118,110,.12);border-radius:14px;padding:18px;background:linear-gradient(180deg,hsla(0,0%,100%,.92),hsla(38,50%,94%,.92)),#fffdfa;color:var(--text);font-weight:800;text-decoration:none;box-shadow:0 16px 38px rgba(33,31,28,.08);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;overflow:hidden}.admin-menu-card:after{position:absolute;right:-22px;bottom:-28px;width:78px;height:78px;border-radius:999px;background:rgba(15,118,110,.07);content:""}.admin-menu-card:hover{transform:translateY(-2px);border-color:rgba(15,118,110,.28);box-shadow:0 20px 48px rgba(33,31,28,.12)}.primary-menu-card{border-color:rgba(15,118,110,.18);background-color:#0f766e;background-image:linear-gradient(135deg,#0f766e,#0c8f7e 48%,#d4b53f 120%);color:#fff!important}.primary-menu-card:after{background:hsla(0,0%,100%,.16)}.menu-icon{position:relative;z-index:1;display:inline-flex;width:44px;height:44px;flex:0 0 44px;align-items:center;justify-content:center;border-radius:14px;background:rgba(15,118,110,.1);color:var(--brand);font-size:13px;font-weight:900}.primary-menu-card .menu-icon{background:hsla(0,0%,100%,.18);color:#fff}.menu-copy{position:relative;z-index:1;display:grid;grid-gap:5px;gap:5px;min-width:0}.menu-copy strong{color:inherit;font-size:17px;line-height:1.15}.menu-copy small{color:var(--muted);font-size:13px;font-weight:700;line-height:1.25}.primary-menu-card .menu-copy small{color:hsla(0,0%,100%,.8)}.primary-menu-card em{position:relative;z-index:1;margin-left:auto;min-width:32px;border-radius:999px;padding:4px 9px;background:hsla(0,0%,100%,.22);font-style:normal;text-align:center}.admin-footer{display:grid;justify-items:center;grid-gap:12px;gap:12px;padding:22px 12px 36px;color:var(--muted);font-weight:600}.admin-footer strong{color:var(--brand)}.admin-support-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border-radius:999px;padding:0 22px;background:linear-gradient(135deg,#16a34a,#0f766e);color:#fff;font-weight:800;text-decoration:none;box-shadow:0 14px 32px rgba(22,163,74,.22)}.admin-shell.access-mode>.panel:not(.admin-header-panel):not(.access-panel),.admin-shell.automation-mode>.panel:not(.admin-header-panel):not(#automacao),.admin-shell.categories-mode>.panel:not(.admin-header-panel):not(.categories-panel),.admin-shell.company-mode>.panel:not(.admin-header-panel):not(.company-panel),.admin-shell.create-company-mode>.panel:not(.admin-header-panel):not(.create-company-panel),.admin-shell.items-mode>.panel:not(.admin-header-panel):not(.items-panel),.admin-shell.labels-mode>.panel:not(.admin-header-panel):not(.labels-panel),.admin-shell.menu-mode>.panel:not(.admin-header-panel):not(.admin-menu-panel),.admin-shell.new-item-mode>.panel:not(.admin-header-panel):not(.new-item-panel),.admin-shell.orders-mode>.panel:not(.admin-header-panel):not(.orders-panel),.admin-shell.password-mode>.panel:not(.admin-header-panel):not(.password-panel),.admin-shell.promotion-mode>.panel:not(.admin-header-panel):not(.promotion-panel),.admin-shell.reports-mode>.panel:not(.admin-header-panel):not(.reports-panel){display:none}.catalog-welcome-editor{display:grid;grid-gap:12px;gap:12px;border:1px solid rgba(33,31,28,.08);border-radius:12px;padding:16px;background:linear-gradient(180deg,#fffdfa,#f8f4ed)}.welcome-image-control{display:grid;grid-gap:10px;gap:10px;border:1px solid rgba(15,118,110,.1);border-radius:16px;padding:14px;background:hsla(0,0%,100%,.74);box-shadow:0 14px 32px rgba(33,31,28,.05)}.welcome-image-preview{width:min(360px,100%);aspect-ratio:16/7;border:1px solid rgba(15,118,110,.12);border-radius:14px;object-fit:contain;background:#fff}.promotion-panel .catalog-welcome-editor{max-width:760px}.admin-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:14px}.compact-form{grid-template-columns:1fr auto;align-items:end}.full-span{grid-column:1/-1}label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-weight:700}.admin-form label,.edit-grid label{min-width:0}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px 12px;background:#fff;color:var(--text);font:inherit}input:focus,select:focus,textarea:focus{outline:0;border-color:rgba(15,118,110,.45);box-shadow:0 0 0 4px rgba(15,118,110,.09)}textarea{min-height:92px;resize:vertical}input[type=checkbox]{width:auto;justify-self:start}.error-text{color:var(--danger);font-weight:800}.warning-text{color:var(--warning);font-weight:800}.admin-actions-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px;align-items:center}.admin-actions-row .danger-button,.admin-actions-row .primary-button,.admin-actions-row .secondary-button{min-width:170px}.product-save-actions{display:flex;gap:10px;flex-wrap:wrap}.product-save-actions .primary-button,.product-save-actions .secondary-button{min-width:190px}.automation-panel{display:grid;grid-gap:18px;gap:18px}.automation-panel .section-title-row{margin:0}.automation-form{gap:16px;margin-top:0}.automation-form textarea{min-height:154px}.automation-form .admin-options-panel{display:grid;grid-gap:14px;gap:14px;padding:16px;border-color:rgba(15,118,110,.18);border-radius:12px;background:linear-gradient(180deg,rgba(240,253,250,.78),rgba(236,250,247,.72)),#f8fffd}.automation-menu-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr);grid-gap:12px;gap:12px;align-items:end}.automation-submit{grid-column:1/-1;width:100%}.admin-products{display:grid;grid-gap:10px;gap:10px;min-width:0}.admin-product-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--line);border-radius:8px;padding:14px}.admin-product-row strong{display:block;margin-bottom:4px}.admin-product-row p{margin:0}.status-pill{flex:0 0 auto;border-radius:999px;padding:8px 14px;background:#f3dedb;color:var(--danger);font-weight:800;font-size:13px}.status-pill.active{background:#d9f0e8;color:var(--brand-dark)}@media (max-width:720px){body,html{overflow-x:hidden}.admin-header-panel,.menu-header-inner{flex-direction:column;align-items:stretch}.menu-header-inner{padding:14px 0}.admin-header-panel{gap:16px;padding:22px}.admin-brand-row{align-items:flex-start;gap:12px}.admin-brand-mark{width:52px;height:52px;flex-basis:52px;border-radius:18px;font-size:22px}.admin-header-panel h1{font-size:clamp(30px,8vw,40px);line-height:1.08}.admin-header-panel p{margin-top:7px;font-size:15px;line-height:1.35}.admin-header-meta{gap:8px}.admin-header-panel .secondary-button{width:100%;min-width:0}.admin-menu-panel{padding:18px}.report-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.report-filter{min-height:40px;padding:0 8px;font-size:13px}.custom-period-form{padding:12px}.custom-period-form,.report-columns,.report-summary-grid,.reports-grid,.time-report-grid{grid-template-columns:1fr}.report-summary-card{min-height:106px;padding:16px}.report-box{padding:16px}.report-list li{align-items:flex-start;flex-direction:column}.report-list strong{text-align:left}.admin-menu-grid{grid-template-columns:1fr;gap:12px}.admin-menu-card{min-height:88px;padding:15px}.menu-icon{width:40px;height:40px;flex-basis:40px;border-radius:12px}.menu-copy strong{font-size:16px}.menu-copy small{font-size:12px}.admin-header-actions{justify-content:stretch}.admin-header-actions a,.admin-header-actions button,.admin-header-actions form{width:100%}.hero-section h2{font-size:38px}.admin-form,.automation-menu-row,.compact-form{grid-template-columns:1fr}.automation-form textarea{min-height:180px}.admin-product-row{align-items:flex-start;flex-direction:column}.admin-product-edit,.admin-product-edit-wrap,.admin-products,.edit-grid,.inventory-fields,.panel,.photo-form,.product-form,.shell{min-width:0;max-width:100%}.panel{padding-inline:14px}}.company-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:16px}.company-summary div{border:1px solid var(--line);border-radius:8px;padding:12px;background:#fbfaf7}.company-summary span{display:block;margin-bottom:4px;color:var(--muted);font-size:13px;font-weight:700}.company-summary strong{display:block;color:var(--text)}@media (max-width:720px){.company-summary{grid-template-columns:1fr}}.editable-products{gap:16px}.admin-product-edit{border:1px solid var(--line);border-radius:8px;padding:16px;background:#fbfaf7;min-width:0}.edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.inventory-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;padding:14px;border:1px solid rgba(15,118,110,.1);border-radius:16px;background:hsla(0,0%,100%,.68);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.75)}.inventory-fields .checkbox-field{align-content:center}.admin-product-edit textarea{min-height:74px}.access-panel,.categories-panel,.company-panel,.create-company-panel,.items-panel,.new-item-panel,.orders-panel,.password-panel,.promotion-panel{border-color:rgba(15,118,110,.12);border-radius:18px;background:linear-gradient(145deg,hsla(0,0%,100%,.96),hsla(40,55%,96%,.9)),#fffdfa;box-shadow:0 18px 48px rgba(33,31,28,.07)}.access-panel>h2,.categories-panel>h2,.company-panel>h2,.create-company-panel>h2,.items-panel>h2,.new-item-panel>h2,.orders-panel h2,.password-panel>h2,.promotion-panel h2{margin-top:0;font-size:30px;letter-spacing:0}@media (max-width:720px){.edit-grid{grid-template-columns:1fr}.admin-product-edit-wrap{padding:14px;border-radius:16px}.inventory-fields,.smart-stock-summary{grid-template-columns:1fr}.smart-stock-summary>div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.smart-stock-summary span,.smart-stock-summary strong{min-width:0;overflow-wrap:normal;word-break:normal}.smart-stock-summary span{max-width:58%}.smart-stock-summary strong{text-align:right}.smart-stock-status{justify-content:flex-start!important}.photo-actions{flex-wrap:wrap}.photo-actions .danger-button,.photo-actions .photo-button{flex:1 1 150px}.product-edit-actions{grid-template-columns:1fr}.product-edit-actions .status-pill{width:100%}.admin-image-preview{width:min(240px,100%);height:auto;aspect-ratio:4/3}}.admin-product-edit-wrap{position:relative;border:1px solid rgba(15,118,110,.12);border-radius:18px;padding:18px;background:linear-gradient(145deg,hsla(0,0%,100%,.96),hsla(40,55%,96%,.92)),#fffdfa;box-shadow:0 18px 44px rgba(33,31,28,.08);display:grid;grid-gap:16px;gap:16px;min-width:0;max-width:100%;overflow:hidden}.admin-product-edit{border:0;padding:0;background:transparent}.photo-form{min-width:0}.admin-product-edit-wrap>.photo-form{padding-bottom:4px;border-bottom:1px solid rgba(33,31,28,.08)}.delete-product-form{margin:0}.delete-product-form .danger-button{min-width:150px}.product-edit-actions{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(150px,auto);grid-gap:12px;gap:12px;align-items:center;padding-top:2px}.product-edit-actions .danger-button,.product-edit-actions .primary-button{width:100%}.product-edit-actions .status-pill{min-height:42px;display:inline-flex;align-items:center;justify-content:center}.orders-panel{display:grid;grid-gap:16px;gap:16px}.orders-title-row{margin:0}.orders-filters{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.orders-filter{display:inline-flex;align-items:center;gap:8px;min-height:42px;flex:0 0 auto;border:1px solid rgba(33,31,28,.1);border-radius:14px;padding:9px 14px;background:linear-gradient(180deg,#fffdfa,#f8f4ed);box-shadow:0 10px 24px rgba(33,31,28,.06);color:var(--text);font-weight:800;text-decoration:none}.orders-filter span{min-width:24px;border-radius:999px;padding:2px 7px;background:#ece4d8;text-align:center;font-size:12px}.orders-filter.active{border-color:var(--brand);background:linear-gradient(135deg,var(--brand) 0,#0f766e 100%);box-shadow:0 14px 28px rgba(18,128,119,.22);color:#fff}.orders-filter.active span{background:hsla(0,0%,100%,.22)}.orders-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));grid-gap:12px;gap:12px;align-items:start}.orders-live-notice{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:38px;align-items:center;border:1px solid rgba(15,118,110,.18);border-radius:10px;padding:8px 12px;background:#ecfdf5;color:#047857;font-weight:800}.order-card{display:grid;grid-gap:11px;gap:11px;border:1px solid rgba(33,31,28,.08);border-radius:16px;padding:14px;background:linear-gradient(180deg,#fffdfa,#fff);box-shadow:0 16px 34px rgba(33,31,28,.08)}.order-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.order-number{color:var(--brand);font-size:13px;font-weight:900}.order-card h3{margin:2px 0;font-size:20px;line-height:1.05}.order-card p{margin:0;color:var(--muted);font-size:14px}.order-status-pill{flex:0 0 auto;border-radius:999px;padding:5px 9px;background:#ece4d8;font-size:11px;font-weight:900}.status-novo{background:#dbeafe;color:#1d4ed8}.status-em_preparo{background:#fef3c7;color:#92400e}.status-pronto{background:#dcfce7;color:#166534}.status-saiu_entrega{background:#ede9fe;color:#6d28d9}.status-finalizado{background:#e5e7eb;color:#374151}.order-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.order-meta-grid div{border:1px solid rgba(33,31,28,.08);border-radius:10px;padding:8px 9px;background:#fff}.order-meta-grid div:first-child{grid-column:1/-1}.order-address>strong,.order-items>strong,.order-meta-grid span{display:block;color:var(--muted);font-size:12px;font-weight:800}.order-meta-grid strong{display:block;margin-top:2px;color:var(--text);font-size:15px;line-height:1.15}.order-items,.order-items ul{display:grid;grid-gap:6px;gap:6px}.order-items ul{margin:0;padding:0;list-style:none}.order-items li{display:flex;align-items:baseline;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(33,31,28,.08);padding-bottom:6px;font-size:14px}.order-address{display:grid;grid-gap:7px;gap:7px;border-radius:12px;padding:10px;background:#f8f5ef}.order-actions,.order-map-actions{display:flex;gap:7px;flex-wrap:wrap}.order-map-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:999px;padding:7px 10px;background:#fff;color:var(--brand-dark);font-size:13px;font-weight:900;text-decoration:none}.order-actions form{flex:1 1 112px}.order-actions button{width:100%}.order-action-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;width:100%;border:0;border-radius:12px;padding:10px 12px;color:#fff;font:inherit;font-size:14px;font-weight:900;cursor:pointer;box-shadow:0 14px 28px rgba(33,31,28,.14)}@media (min-width:1180px){.orders-list{grid-template-columns:repeat(auto-fit,minmax(245px,1fr))}}.action-accept{background:linear-gradient(135deg,#0f8a7e,#16a34a)}.action-ready{background:linear-gradient(135deg,#d97706,#f59e0b)}.action-delivery{background:linear-gradient(135deg,#2563eb,#7c3aed)}.action-back{background:linear-gradient(135deg,#6b7280,#334155)}.action-finish{background:linear-gradient(135deg,#1f2937,#64748b)}@media (max-width:720px){.orders-panel{gap:12px}.orders-title-row h2{font-size:30px}.orders-title-row p{display:none}.orders-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;overflow:visible;padding-bottom:0}.orders-filter{justify-content:center;min-height:42px;padding:8px 10px;border-radius:14px;font-size:15px;text-align:center;white-space:nowrap}.orders-filter:last-child{grid-column:1/-1}.order-card{padding:12px}.order-card-header{display:grid}.order-status-pill{width:-moz-fit-content;width:fit-content}.order-meta-grid{grid-template-columns:1fr}.order-items li{align-items:flex-start}}.category-admin-list{display:grid;grid-gap:12px;gap:12px}.category-admin-item{border:1px solid rgba(15,118,110,.1);border-radius:14px;padding:14px;background:hsla(0,0%,100%,.74);box-shadow:0 12px 28px rgba(33,31,28,.05)}.category-admin-item,.category-admin-name{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:center}.category-admin-actions{display:flex;gap:8px;flex-wrap:wrap}.category-admin-actions .danger-button,.category-admin-actions .secondary-button{min-width:92px}@media (max-width:720px){.category-admin-item,.category-admin-name{grid-template-columns:1fr}}.admin-image-preview{width:220px;height:150px;object-fit:cover;display:block;border:1px solid rgba(15,118,110,.12);border-radius:14px;background:#fff;box-shadow:0 14px 32px rgba(33,31,28,.08)}.photo-editor{display:grid;grid-gap:12px;gap:12px;padding:14px;border:1px solid rgba(15,118,110,.1);border-radius:16px;background:hsla(0,0%,100%,.68)}.field-title{color:var(--muted);font-weight:700}.photo-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.photo-button{cursor:pointer}.file-hidden{display:none}.photo-primary-button{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-height:42px;border:0;border-radius:12px;padding:10px 14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:800;text-decoration:none;cursor:pointer;box-shadow:0 14px 30px rgba(37,99,235,.18)}.photo-primary-button:hover{background:#1d4ed8}.photo-file-name{align-self:center}@media (max-width:720px){.product-edit-actions{grid-template-columns:1fr}.product-edit-actions .danger-button,.product-edit-actions .delete-product-form,.product-edit-actions .primary-button,.product-edit-actions .status-pill{width:100%}.admin-image-preview{width:min(240px,100%);height:auto;aspect-ratio:4/3}}.catalog-page{padding-bottom:96px;min-height:100vh;padding-bottom:120px;background:linear-gradient(180deg,#fffaf3 0,#f7f4ef 320px),var(--bg)}.catalog-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;justify-content:center;padding:12px 16px;background:rgba(255,250,243,.94);border-bottom:1px solid rgba(33,31,28,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 28px rgba(31,24,16,.08)}.catalog-topbar-compact{gap:10px}.category-menu-wrap{position:relative}.category-icon-button{width:52px;height:52px;border:0;border-radius:999px;display:grid;place-items:center;background:var(--catalog-brand);color:#fff;cursor:pointer;box-shadow:0 12px 28px rgba(15,118,110,.22)}.category-icon-lines,.category-icon-lines:after,.category-icon-lines:before{width:22px;height:4px;border-radius:999px;display:block;position:relative;background:currentColor}.category-icon-lines:after,.category-icon-lines:before{content:"";position:absolute;left:0}.category-icon-lines:before{top:-8px}.category-icon-lines:after{top:8px}.category-popover{position:absolute;top:62px;left:0;z-index:60;width:230px;padding:12px;border:1px solid rgba(33,31,28,.12);border-radius:12px;background:#fff;box-shadow:0 18px 44px rgba(33,31,28,.18);display:grid;grid-gap:6px;gap:6px}.category-popover strong{padding:4px 6px 8px}.category-popover button{border:0;border-radius:8px;padding:10px;background:#f7f4ef;color:var(--text);text-align:left;font-weight:800;cursor:pointer}.catalog-order-summary{min-height:52px;display:grid;grid-template-columns:auto minmax(70px,auto) auto;grid-gap:10px;gap:10px;align-items:center;border-radius:999px;padding:7px 8px 7px 14px;background:var(--catalog-brand);color:#fff;box-shadow:0 12px 28px rgba(15,118,110,.24)}.bag-icon{width:22px;height:20px;position:relative;display:inline-block;border:2px solid;border-radius:5px 5px 7px 7px}.bag-icon:before{content:"";position:absolute;left:5px;top:-9px;width:8px;height:9px;border:2px solid;border-bottom:0;border-radius:999px 999px 0 0}.catalog-order-totals{display:grid;grid-gap:1px;gap:1px;line-height:1.05}.catalog-order-totals span,.catalog-order-totals strong{font-size:14px;white-space:nowrap}.catalog-order-summary button{min-height:38px;border:0;border-radius:999px;padding:8px 13px;background:#fff;color:var(--catalog-brand);font-weight:900;cursor:pointer}.catalog-hero{width:min(1100px,calc(100% - 32px));height:auto;aspect-ratio:8/3;margin:22px auto 0;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 18px 45px rgba(31,24,16,.12)}.catalog-banner-placeholder,.catalog-hero img{width:100%;height:100%;display:block;object-fit:contain}.catalog-banner-placeholder{background:radial-gradient(circle at 18% 22%,hsla(0,0%,100%,.85),transparent 24%),linear-gradient(135deg,rgba(15,118,110,.28),hsla(38,66%,69%,.32)),#ded6ca}.catalog-brand-card{width:min(1100px,calc(100% - 32px));margin:-42px auto 0;position:relative;z-index:2;display:flex;align-items:flex-end;gap:14px;padding-bottom:22px}.catalog-logo{width:92px;height:92px;flex:0 0 auto;display:grid;place-items:center;border:4px solid var(--bg);border-radius:999px;background:#fff;color:var(--catalog-brand);font-size:32px;font-weight:900;overflow:hidden;box-shadow:0 12px 28px rgba(31,24,16,.16)}.catalog-logo img{object-fit:cover}.catalog-brand-card h1{margin:0 0 3px;font-size:clamp(26px,4vw,40px);line-height:1.05}.catalog-brand-card p{margin:0;color:var(--muted)}.catalog-intro-modern{padding-top:28px;padding-bottom:18px}.catalog-intro-modern h2{max-width:760px;margin:0 0 10px;font-size:clamp(34px,5vw,54px);line-height:1}.catalog-intro-modern p{max-width:680px;margin:0;color:var(--muted);font-size:18px;line-height:1.45}.catalog-highlights{padding-bottom:24px}.section-title-row h2{margin:0 0 4px;font-size:28px}.section-title-row p{margin:0 0 14px;color:var(--muted)}.highlights-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,255px);grid-gap:14px;gap:14px;overflow-x:auto;padding:4px 4px 18px;scroll-snap-type:x mandatory}.highlights-scroll .product-card{scroll-snap-align:start}.catalog-category-block{width:min(1100px,calc(100% - 32px));margin:0 auto;padding-top:20px;padding-bottom:22px;scroll-margin-top:86px}.catalog-category-block h2{margin:0 0 16px;font-size:30px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px}.premium-product-card{min-height:100%;border-radius:8px;background:#fff}.product-info{display:flex;flex:1 1;flex-direction:column;gap:8px;padding:14px}.product-title-row span{color:var(--catalog-brand)}.product-description{margin:0;cursor:help}.highlight-options-hint,.product-options-hint{margin:0;color:var(--catalog-brand);font-size:12px;font-weight:900;line-height:1.25}.product-buy-row{padding-top:12px}.product-buy-row strong{color:var(--catalog-brand)}.product-buy-row .product-add-button{margin:0}.catalog-about{margin-top:42px;padding-bottom:18px}.catalog-about h2{margin:0 0 10px;font-size:22px}.catalog-about p{max-width:820px;margin:0;padding:18px;border:1px solid rgba(33,31,28,.12);border-radius:8px;background:hsla(0,0%,100%,.72);color:var(--muted);line-height:1.55}.order-overlay{position:fixed;inset:0;z-index:80;display:flex;justify-content:flex-end;background:rgba(20,18,16,.42)}.order-drawer{width:min(420px,100%);height:100%;overflow-y:auto;padding:22px;background:#fffaf3;box-shadow:-18px 0 45px rgba(0,0,0,.2)}.order-drawer-header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:18px}.order-drawer-header h2{margin:0 0 4px}.order-drawer-header p{margin:0;color:var(--muted)}.order-drawer-header button{border:0;border-radius:8px;padding:9px 12px;background:#ece4d8;color:var(--text);font-weight:800;cursor:pointer}.order-cart-items{grid-gap:10px;gap:10px}.cart-item-main{grid-gap:3px;gap:3px}.cart-item-main small{color:var(--muted);font-size:12px;line-height:1.35}.order-whatsapp-button{width:100%;margin-top:16px}.floating-whatsapp{position:fixed;right:22px;bottom:34px;z-index:60;min-height:50px;min-width:168px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;background:#9ca3af;color:#fff;font-weight:900;text-decoration:none;box-shadow:0 10px 28px rgba(0,0,0,.18);pointer-events:none;opacity:.75}.floating-whatsapp.active{background:#16a34a;pointer-events:auto;opacity:1;box-shadow:0 14px 32px rgba(22,163,74,.32)}@media (max-width:720px){.catalog-page{padding-bottom:150px}.catalog-topbar{padding:10px 12px}.catalog-topbar-compact{justify-content:stretch}.category-icon-button{width:50px;height:50px;border-radius:14px}.catalog-order-summary{flex:1 1;grid-template-columns:auto 1fr auto;border-radius:14px}.catalog-order-summary button{border-radius:10px;padding:8px 12px}.catalog-hero{width:100%;height:260px;margin-top:0;border-radius:0;box-shadow:none}.catalog-brand-card{width:min(100% - 28px,1100px);margin-top:-38px}.catalog-logo{width:78px;height:78px}.catalog-brand-card h1{font-size:30px}.catalog-intro-modern{padding-top:24px}.catalog-intro-modern h2{font-size:42px}.catalog-intro-modern p{font-size:17px}.highlights-scroll{grid-auto-columns:minmax(245px,78vw)}.floating-whatsapp{left:18px;right:18px;bottom:76px;width:auto}}.company-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.company-media-card{display:grid;grid-gap:10px;gap:10px;align-content:start;padding:14px;border:1px solid var(--line);border-radius:8px;background:hsla(0,0%,100%,.62)}.company-logo-preview{width:92px;height:92px;border-radius:999px;object-fit:cover;border:1px solid var(--line);background:#fff}.company-banner-preview{width:100%;aspect-ratio:16/5;max-height:190px;border-radius:8px;object-fit:cover;border:1px solid var(--line);background:#fff}@media (max-width:720px){.company-media-grid{grid-template-columns:1fr}}.media-hint{display:block;color:var(--muted);font-size:13px;line-height:1.35}.premium-product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(33,31,28,.1);box-shadow:0 14px 34px rgba(33,31,28,.08);transition:transform .16s ease,box-shadow .16s ease}.premium-product-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(33,31,28,.12)}.product-image-wrap{width:100%;aspect-ratio:4/3;overflow:hidden;background:#fff}.product-image-wrap .product-placeholder,.product-image-wrap img{width:100%;height:100%;object-fit:cover}.product-title-row{display:grid;grid-gap:6px;gap:6px}.product-title-row h3{margin:0;font-size:18px;line-height:1.2}.product-title-row span{width:-moz-fit-content;width:fit-content;padding:4px 9px;border-radius:999px;background:rgba(15,118,110,.1);color:var(--brand-dark);font-size:12px;font-weight:800}.product-description{display:-webkit-box;min-height:42px;margin:10px 0 0;color:var(--muted);line-height:1.35;white-space:pre-line;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-buy-row{display:grid;grid-gap:10px;gap:10px;margin-top:auto;padding-top:14px}.product-buy-row strong{color:var(--brand-dark);font-size:21px;line-height:1.1}.product-buy-row .product-add-button{width:100%;min-height:44px}@media (max-width:720px){.catalog-topbar{padding:8px 12px}.category-icon-button{width:48px;height:48px}.catalog-order-summary{min-height:48px;border-radius:14px;padding:6px 7px 6px 12px}.catalog-order-summary button{min-height:36px;padding:8px 12px;font-size:14px}.catalog-hero{width:calc(100% - 24px);height:auto;aspect-ratio:8/3;margin:10px auto 0;border-radius:8px;box-shadow:0 10px 28px rgba(31,24,16,.1)}.catalog-hero img{object-fit:contain;object-position:center}.catalog-brand-card{width:calc(100% - 32px);margin-top:-24px;gap:10px;padding-bottom:12px}.catalog-logo{width:62px;height:62px;border-width:3px}.catalog-brand-card h1{font-size:25px;line-height:1.05;margin:0 0 2px}.catalog-brand-card p{font-size:15px}.catalog-intro-modern{padding-top:18px;padding-bottom:14px}.catalog-intro-modern h2{font-size:30px;line-height:1.05;white-space:nowrap;margin-bottom:6px}.catalog-intro-modern p{font-size:15px;line-height:1.35;max-width:340px}.catalog-highlights{padding-bottom:18px}.section-title-row h2{font-size:24px;margin-bottom:10px}.section-title-row p{display:none}.highlights-scroll{grid-auto-columns:178px;gap:12px;padding-bottom:14px}.highlights-scroll .product-card{box-shadow:0 8px 22px rgba(31,24,16,.08)}.highlights-scroll .product-image-wrap{aspect-ratio:1/.78}.highlights-scroll .product-info{padding:10px;gap:6px}.highlights-scroll .product-title-row h3{font-size:15px}.highlights-scroll .product-title-row span{font-size:11px;padding:3px 7px}.highlights-scroll .product-description{display:none}.highlights-scroll .product-buy-row{padding-top:6px;gap:8px}.highlights-scroll .product-buy-row strong{font-size:17px}.highlights-scroll .product-add-button{min-height:38px;font-size:14px}.catalog-category-block{padding-top:16px}.catalog-category-block h2{font-size:25px}.floating-whatsapp{left:18px;right:18px;bottom:18px;width:auto;min-height:50px}.catalog-brand-card{margin-top:10px;align-items:center}.catalog-brand-card h1{font-size:24px;line-height:1.08}.catalog-logo{width:58px;height:58px}}.product-price-line{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.details-link{border:0;background:transparent;color:var(--catalog-brand);font-size:13px;font-weight:900;cursor:pointer;white-space:nowrap}.product-detail-modal{width:min(440px,calc(100% - 28px));max-height:calc(100vh - 42px);margin:auto;overflow-y:auto;border-radius:14px;background:#fffaf3;box-shadow:0 22px 60px rgba(0,0,0,.25)}.product-detail-modal img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#fff;display:block}.product-detail-content{display:grid;grid-gap:10px;gap:10px;padding:18px}.product-detail-content span{width:-moz-fit-content;width:fit-content;padding:4px 9px;border-radius:999px;background:rgba(15,118,110,.1);color:var(--catalog-brand);font-size:12px;font-weight:900}.product-detail-content h2{margin:0;font-size:26px}.product-detail-content p{margin:0;color:var(--muted);line-height:1.5;white-space:pre-line}.product-detail-content strong{color:var(--catalog-brand);font-size:24px}.product-variation-groups{display:grid;grid-gap:12px;gap:12px}.stock-card-dot,.stock-dot{width:16px;height:16px;border:1px solid rgba(0,0,0,.55);border-radius:999px;display:inline-block;flex:0 0 auto;background:#d1d5db}.stock-card-dot{position:absolute;right:14px;bottom:14px;z-index:1;box-shadow:0 4px 12px rgba(0,0,0,.18)}.stock-NORMAL{background:#22c55e}.stock-ATENCAO{background:#facc15}.stock-CRITICO{background:#ef4444}.stock-ESGOTADO{background:#3f3f46}.stock-SEM_CONTROLE{background:#d1d5db}.smart-stock-summary{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));grid-gap:10px;gap:10px;padding:12px;border:1px solid rgba(33,31,28,.08);border-radius:8px;background:#fff}.smart-stock-summary>div{display:grid;grid-gap:3px;gap:3px}.smart-stock-summary span{color:var(--muted);font-size:12px;font-weight:700;line-height:1.2}.smart-stock-summary strong{color:var(--text);font-size:14px;line-height:1.25}.smart-stock-status{display:flex!important;align-items:center;gap:8px}.product-detail-quantity{display:grid;grid-gap:8px;gap:8px}.product-detail-quantity>strong{color:var(--text);font-size:14px}.product-detail-quantity-control{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:12px;padding:5px;border:1px solid rgba(33,31,28,.12);border-radius:999px;background:#fff}.product-detail-quantity-control button{width:40px;height:40px;border:1px solid rgba(33,31,28,.1);border-radius:999px;display:grid;place-items:center;background:#fff;color:var(--text);font-size:22px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(33,31,28,.08)}.product-detail-quantity-control span{min-width:26px;padding:0;background:transparent;color:var(--text);font-size:18px;text-align:center}.product-variation-group{display:grid;grid-gap:8px;gap:8px}.product-variation-group>strong{color:var(--text);font-size:14px}.product-variation-options{display:flex;flex-wrap:wrap;gap:8px}.product-variation-option{border:1px solid rgba(15,118,110,.22);border-radius:999px;padding:9px 13px;background:#fff;color:var(--text);font-weight:800;cursor:pointer}.product-variation-option.active{border-color:transparent;background:var(--catalog-gradient);color:#fff}.product-variation-option.disabled,.product-variation-option:disabled{cursor:not-allowed;border-color:rgba(33,31,28,.08);background:#f1eee8;color:rgba(33,31,28,.45);text-decoration:line-through}.product-detail-content .primary-button:disabled{cursor:not-allowed;opacity:.55}.detail-close{position:-webkit-sticky;position:sticky;top:10px;z-index:2;float:right;margin:10px 10px -48px 0;border:0;border-radius:999px;padding:8px 12px;background:rgba(255,250,243,.92);color:var(--text);font-weight:900;cursor:pointer}.highlights-scroll{grid-auto-columns:minmax(190px,220px)}.highlight-card{overflow:hidden;border:1px solid rgba(33,31,28,.1);border-radius:10px;background:#fff;box-shadow:0 14px 34px rgba(33,31,28,.08);scroll-snap-align:start}.highlight-image{width:100%;aspect-ratio:1/.82;overflow:hidden;background:#fff}.highlight-image .product-placeholder,.highlight-image img{width:100%;height:100%;object-fit:cover}.highlight-info{display:grid;grid-gap:7px;gap:7px;padding:11px}.highlight-info span{width:-moz-fit-content;width:fit-content;padding:3px 8px;border-radius:999px;background:rgba(15,118,110,.1);color:var(--catalog-brand);font-size:11px;font-weight:900}.highlight-info h3{min-height:38px;margin:0;font-size:16px;line-height:1.18}.highlight-bottom{display:grid;grid-gap:9px;gap:9px}.highlight-bottom strong{color:var(--catalog-brand);font-size:18px;line-height:1}.highlight-bottom button{min-height:38px;border:0;border-radius:8px;color:#fff;font-weight:900;cursor:pointer}@media (max-width:720px){.highlights-scroll{grid-auto-columns:44vw;gap:10px}.highlight-card{border-radius:9px}.highlight-image{aspect-ratio:1/.78}.highlight-info{padding:10px}.highlight-info h3{min-height:34px;font-size:15px}.highlight-bottom strong{font-size:17px}.highlight-bottom button{min-height:36px;font-size:14px}}.highlights-scroll{padding-bottom:24px}.highlight-card{height:100%;min-height:300px}.highlight-info{min-height:145px;align-content:start}.highlight-bottom{margin-top:auto}.catalog-category-block{scroll-margin-top:96px}@media (max-width:720px){.catalog-highlights{padding-bottom:34px}.highlights-scroll{grid-auto-columns:46vw;padding-bottom:20px}.highlight-card{min-height:320px}.highlight-image{aspect-ratio:1/.82}.highlight-info{min-height:148px}.catalog-category-block{padding-top:26px;padding-bottom:28px;scroll-margin-top:92px}.floating-whatsapp{bottom:26px}.catalog-about{padding-bottom:120px}}.highlights-scroll{grid-auto-columns:190px;gap:12px;align-items:stretch;padding-bottom:18px}.highlight-card{min-height:292px}.highlight-image{aspect-ratio:1/.72}.highlight-info{min-height:136px;padding:10px}.highlight-info h3{min-height:34px;font-size:15px}.highlight-bottom strong{font-size:17px}.highlight-bottom button{min-height:36px;font-size:14px}@media (max-width:720px){.floating-whatsapp{left:24px;right:24px;bottom:24px}.highlights-scroll{grid-auto-columns:44vw}}@media (min-width:721px){.catalog-hero{height:auto;aspect-ratio:8/3;margin-top:22px}.catalog-brand-card,.catalog-hero{width:min(980px,calc(100% - 80px))}.catalog-brand-card{margin-top:14px;align-items:center;padding-bottom:18px}.catalog-logo{width:72px;height:72px;border-width:3px}.catalog-brand-card h1{font-size:32px;margin:0 0 2px}.catalog-hero{aspect-ratio:8/3;margin-top:22px}.catalog-brand-card,.catalog-hero{width:min(980px,calc(100% - 120px))}.catalog-brand-card{margin-top:16px}.catalog-intro-modern{padding-top:18px;padding-bottom:10px}.catalog-intro-modern h2{font-size:42px;line-height:1.05}.catalog-highlights{padding-bottom:34px}.highlights-scroll{grid-auto-columns:190px;padding-bottom:28px}.highlight-card{min-height:318px}.highlight-image{aspect-ratio:1/.78}.highlight-info{min-height:154px}.highlight-bottom{margin-top:auto}}@media (max-width:720px){.floating-whatsapp{left:34px;right:34px;bottom:38px}.catalog-highlights{padding-bottom:54px}.catalog-category-block{padding-top:12px}}@media (min-width:721px){.catalog-hero{aspect-ratio:8/3;margin-top:18px}.catalog-brand-card,.catalog-hero{width:min(940px,calc(100% - 140px))}.catalog-brand-card{margin-top:10px;padding-bottom:10px}.catalog-logo{width:64px;height:64px}.catalog-brand-card h1{font-size:30px}.catalog-intro-modern{padding-top:8px;padding-bottom:6px}.catalog-intro-modern h2{font-size:36px}.catalog-highlights{padding-bottom:18px}.section-title-row h2{font-size:26px}.section-title-row p{margin-bottom:10px}.highlights-scroll{grid-auto-columns:174px;gap:10px;padding-bottom:18px}.highlight-card{min-height:274px}.highlight-image{aspect-ratio:1/.68}.highlight-info{min-height:126px;padding:9px;gap:6px}.highlight-info h3{min-height:32px;font-size:14px}.highlight-info span{font-size:10px;padding:3px 7px}.highlight-bottom strong{font-size:16px}.highlight-bottom button{min-height:34px;font-size:13px}}.highlights-wrap{position:relative}.highlights-scroll{scrollbar-color:rgba(33,31,28,.18) transparent}.highlights-scroll::-webkit-scrollbar{height:6px}.highlights-scroll::-webkit-scrollbar-track{background:transparent}.highlights-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(33,31,28,.18)}.highlights-arrow{position:absolute;top:42%;z-index:3;width:42px;height:42px;border:0;border-radius:999px;display:grid;place-items:center;background:#fff;color:var(--catalog-brand);font-size:34px;font-weight:700;line-height:1;cursor:pointer;box-shadow:0 12px 28px rgba(31,24,16,.16)}.highlights-prev{left:-18px}.highlights-next{right:-18px}.highlights-arrow:hover{background:var(--catalog-brand);color:#fff}@media (max-width:720px){.highlights-arrow{display:none}}.catalog-item-card{position:relative;width:100%;padding:0;border:1px solid rgba(33,31,28,.12);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;color:inherit;font:inherit;text-align:left;cursor:pointer;line-height:normal}.catalog-stock-dot{right:10px;bottom:10px;width:14px;height:14px}.catalog-item-card:focus-visible{outline:3px solid color-mix(in srgb,var(--catalog-brand) 36%,transparent);outline-offset:2px}.catalog-category-block .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:10px;gap:10px}.catalog-category-block .premium-product-card{min-height:0;border-radius:6px;box-shadow:none}.catalog-category-block .premium-product-card:hover{transform:none;box-shadow:0 8px 22px rgba(33,31,28,.08)}.catalog-category-block .product-image-wrap{aspect-ratio:1/.82}.catalog-category-block .product-info{min-height:104px;padding:10px;gap:6px}.catalog-category-block .product-title-row h3{display:-webkit-box;min-height:38px;margin:0;overflow:hidden;color:var(--text);font-size:15px;font-weight:800;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog-category-block .details-link,.catalog-category-block .product-add-button,.catalog-category-block .product-buy-row,.catalog-category-block .product-description,.catalog-category-block .product-title-row span{display:none}.catalog-category-block .product-options-hint{display:-webkit-box;min-height:15px;margin:0;overflow:hidden;font-size:11px;-webkit-box-orient:vertical;-webkit-line-clamp:1}.catalog-category-block .product-price-line{margin-top:auto}.catalog-category-block .product-price-line strong{color:var(--catalog-brand);font-size:18px;line-height:1.1}.product-detail-shipping,.product-shipping-line{color:#16a34a!important;font-size:13px;font-weight:900;line-height:1.2}.product-detail-shipping{font-size:15px}.product-detail-stock,.product-stock-badge{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;background:rgba(220,38,38,.1);color:#dc2626;font-size:13px;font-weight:900;line-height:1.1}.product-detail-stock{background:rgba(22,163,74,.1);color:#16a34a;font-size:14px}.product-detail-stock.out{background:rgba(220,38,38,.12);color:#dc2626}.catalog-item-card.out-of-stock{opacity:.72}.catalog-item-card.out-of-stock img{filter:grayscale(.25)}.highlight-card.catalog-item-card{border-radius:8px;display:grid;grid-gap:0;gap:0;align-content:start}.highlight-card.catalog-item-card .highlight-image,.highlight-card.catalog-item-card .highlight-info{margin:0}.highlight-card.catalog-item-card .highlight-bottom button{display:none}.highlight-card.catalog-item-card .highlight-info h3{min-height:36px}@media (min-width:900px){.catalog-category-block .product-grid{gap:14px}.catalog-category-block .product-title-row h3{font-size:17px}.catalog-category-block .product-price-line strong{font-size:21px}}@media (max-width:720px){.catalog-category-block .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.smart-stock-summary{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;overflow:hidden}.smart-stock-summary>div{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0}.smart-stock-summary span,.smart-stock-summary strong{min-width:0;line-height:1.25}.smart-stock-summary span{max-width:58%;white-space:normal}.smart-stock-summary strong{max-width:42%;text-align:right;white-space:normal}.smart-stock-status{justify-content:flex-start!important}}.labels-panel{border-color:rgba(15,118,110,.12);border-radius:18px;background:linear-gradient(135deg,rgba(15,118,110,.05),rgba(212,181,63,.05)),#fffdf9;box-shadow:0 22px 60px rgba(33,31,28,.08)}.labels-tool{display:grid;grid-gap:16px;gap:16px}.labels-toolbar{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(180px,.9fr) minmax(220px,1fr);grid-gap:12px;gap:12px}.label-product label,.labels-toolbar label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-weight:800}.label-product input,.labels-toolbar input,.labels-toolbar select{width:100%;min-height:44px;border:1px solid rgba(15,118,110,.14);border-radius:10px;padding:10px 12px;background:#fff;color:var(--text);font:inherit}.labels-summary-row{display:flex;flex-wrap:wrap;gap:10px}.label-toggle,.labels-summary-row span{display:inline-flex;min-height:36px;align-items:center;gap:8px;border:1px solid rgba(15,118,110,.12);border-radius:999px;padding:7px 12px;background:hsla(0,0%,100%,.78);color:var(--brand-dark);font-size:13px;font-weight:900}.labels-options{display:flex;flex-wrap:wrap;gap:9px}.label-toggle input{width:16px;height:16px;accent-color:var(--brand)}.labels-workspace{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.3fr);grid-gap:16px;gap:16px;align-items:start}.labels-picker,.labels-preview-panel{display:grid;grid-gap:14px;gap:14px;border:1px solid rgba(15,118,110,.1);border-radius:16px;padding:14px;background:hsla(0,0%,100%,.76)}.labels-action-row,.labels-preview-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.labels-preview-header h3{margin:0;font-size:24px}.labels-preview-header p{margin:4px 0 0;color:var(--muted);font-weight:700}.labels-product-list{display:grid;max-height:620px;grid-gap:10px;gap:10px;overflow:auto;padding-right:4px}.label-product{display:grid;grid-template-columns:minmax(0,1fr) 86px;grid-gap:10px;gap:10px;border:1px solid rgba(15,118,110,.1);border-radius:14px;padding:10px;background:linear-gradient(180deg,#fff,#fbf7ef)}.label-product.selected{border-color:rgba(15,118,110,.34);background:linear-gradient(135deg,rgba(15,118,110,.11),rgba(212,181,63,.09)),#fff}.label-product button{display:grid;grid-gap:4px;gap:4px;border:0;padding:0;background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit}.label-product strong{line-height:1.15}.label-product span{color:var(--muted);font-size:13px;font-weight:700}.label-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:14px;gap:14px;align-items:start}.labels-empty-preview{min-height:220px;display:grid;place-items:center;border:1px dashed rgba(15,118,110,.22);border-radius:16px;color:var(--muted);font-weight:800;text-align:center}.label-preview-card{--label-width:63mm;--label-height:88mm;position:relative;display:flex;flex-direction:column;width:min(100%,250px);min-height:260px;aspect-ratio:var(--label-width) /var(--label-height);overflow:hidden;border:1px solid rgba(33,31,28,.74);border-radius:14px;padding:16px;background:#fffdf7;box-shadow:0 16px 34px rgba(33,31,28,.1)}.label-preview-card.with-cutouts:after,.label-preview-card.with-cutouts:before{position:absolute;left:50%;width:72px;height:18px;border:1px solid rgba(33,31,28,.58);background:#fff;content:"";transform:translateX(-50%)}.label-preview-card.with-cutouts:before{top:-9px;border-radius:0 0 18px 18px}.label-preview-card.with-cutouts:after{bottom:-9px;border-radius:18px 18px 0 0}.label-preview-card.shelf-label{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:8px 12px;gap:8px 12px;width:min(100%,350px);min-height:140px;border-color:rgba(31,26,16,.88);border-radius:10px;padding:14px 16px;background:#ffd91f}.label-preview-card.shelf-label.with-cutouts:after,.label-preview-card.shelf-label.with-cutouts:before{width:72px;height:14px;border-color:rgba(31,26,16,.72);background:#fff}.label-preview-card.shelf-label.with-cutouts:before{top:-7px;border-radius:0 0 14px 14px}.label-preview-card.shelf-label.with-cutouts:after{bottom:-7px;border-radius:14px 14px 0 0}.label-footer,.label-heading,.label-machine-fields{display:flex;align-items:center;justify-content:space-between;gap:8px}.label-heading img,.label-heading span{width:38px;height:38px;flex:0 0 38px;border-radius:10px;object-fit:contain;background:#111;color:#fff;display:grid;place-items:center;font-weight:900}.label-heading small{color:var(--brand);font-size:12px;font-weight:900;line-height:1.05;text-align:right}.label-offer{width:-moz-fit-content;width:fit-content;margin-top:8px;border-radius:999px;padding:4px 10px;background:var(--danger);color:#fff;font-size:12px;letter-spacing:0}.label-preview-card h3{min-height:46px;margin:12px 0 8px;font-size:clamp(16px,2.7vw,24px);line-height:1.05;overflow-wrap:anywhere}.label-price-box{display:grid;grid-gap:2px;gap:2px;margin-top:auto}.label-price-box del{color:var(--muted);font-size:13px;font-weight:700}.label-price-box strong{color:var(--brand-dark);font-size:clamp(32px,6vw,56px);line-height:.95;letter-spacing:0}.label-price-box span{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.label-footer{align-items:flex-end;min-height:34px;margin-top:12px}.label-footer small{color:var(--muted);font-size:12px;font-weight:800}.label-barcode{width:78px;max-height:28px;object-fit:contain}.label-qr{width:34px;height:34px;object-fit:contain}.label-preview-card.shelf-label .label-heading{grid-column:1/2;grid-row:1;min-width:0;align-items:flex-start}.label-preview-card.shelf-label .label-heading img,.label-preview-card.shelf-label .label-heading span{width:30px;height:30px;flex-basis:30px;border-radius:7px}.label-preview-card.shelf-label .label-heading small{color:#211f1c;font-size:10px;font-weight:950;text-transform:uppercase}.label-preview-card.shelf-label h3{grid-column:1/2;grid-row:2;min-height:0;margin:0;color:#111;font-size:clamp(15px,2vw,20px);text-transform:uppercase}.label-preview-card.shelf-label .label-price-box{grid-column:2/3;grid-row:1/4;align-self:center;justify-items:end;margin:0;text-align:right}.label-preview-card.shelf-label .label-price-box del{color:#5f4b00}.label-preview-card.shelf-label .label-price-box strong{color:#111;font-size:clamp(30px,3.7vw,46px);white-space:nowrap}.label-preview-card.shelf-label .label-price-box span{color:#111}.label-preview-card.shelf-label .label-footer{grid-column:1/2;grid-row:3;min-height:28px;margin-top:0}.label-preview-card.shelf-label .label-footer small{color:#211f1c;font-size:11px;font-weight:950}.label-preview-card.shelf-label .label-machine-fields{flex-direction:column;align-items:flex-start;gap:2px}.label-preview-card.shelf-label .label-barcode{width:118px;max-height:22px;mix-blend-mode:multiply}.label-preview-card.shelf-label .label-qr{width:30px;height:30px}@media (max-width:860px){.labels-toolbar,.labels-workspace{grid-template-columns:1fr}.labels-product-list{max-height:none}}.catalog-brand-title-row{display:flex;gap:10px;flex-wrap:nowrap}.catalog-brand-title-row h1{min-width:0;overflow-wrap:anywhere}.catalog-instagram-link{width:34px;height:34px;flex:0 0 auto;display:inline-grid;place-items:center;border-radius:999px;background:rgba(15,118,110,.1);color:var(--catalog-brand);text-decoration:none;transition:background .16s ease,color .16s ease,transform .16s ease}.catalog-instagram-link:hover{background:var(--catalog-brand);color:#fff;transform:translateY(-1px)}.catalog-instagram-link svg{width:19px;height:19px;display:block}.catalog-order-summary,.category-icon-button,.highlight-bottom button,.product-add-button{background:var(--catalog-gradient)}.open-status{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:6px;margin-top:8px;border-radius:999px;padding:5px 11px;color:#fff;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase;box-shadow:0 0 18px currentColor}.open-status:before{content:"";width:7px;height:7px;border-radius:999px;background:currentColor}.open-status.open{background:#11d85f;color:#d7ffe5}.open-status.closed{background:#ef233c;color:#ffe2e6}.highlights-wrap{padding-inline:0}.highlights-scroll{padding-left:0;scrollbar-width:thin;scrollbar-color:rgba(33,31,28,.1) transparent}.highlights-scroll::-webkit-scrollbar{height:4px}.highlights-scroll::-webkit-scrollbar-thumb{background:rgba(33,31,28,.11)}.highlights-scroll::-webkit-scrollbar-thumb:hover{background:rgba(33,31,28,.18)}.highlights-arrow{background:hsla(0,0%,100%,.68);opacity:0;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease,background .16s ease,color .16s ease}.highlights-wrap:focus-within .highlights-arrow,.highlights-wrap:hover .highlights-arrow{opacity:.72;transform:translateY(0)}.highlights-arrow:focus-visible,.highlights-arrow:hover{opacity:.96}@media (min-width:721px){.catalog-brand-card{padding-bottom:22px}.catalog-highlights{padding-top:10px}}.admin-options-panel,.theme-builder{display:grid;grid-gap:12px;gap:12px;border:1px solid rgba(15,118,110,.16);border-radius:8px;padding:14px;background:linear-gradient(135deg,rgba(15,118,110,.08),rgba(20,184,166,.08))}.theme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:end}.theme-preview{min-height:54px;display:grid;place-items:center;border-radius:8px;color:#fff;font-weight:900;box-shadow:0 14px 34px rgba(15,118,110,.18)}.checkbox-field{display:flex;align-items:center;gap:9px}.checkbox-field input{width:auto}.hours-grid{display:grid;grid-gap:8px;gap:8px}.hours-row{display:grid;grid-template-columns:minmax(130px,1fr) 120px 120px;grid-gap:10px;gap:10px;align-items:center}.option-checks{display:flex;flex-wrap:wrap;gap:10px 16px}.media-position-field,.media-zoom-field{display:grid;grid-gap:7px;gap:7px;margin:6px 0 10px}.media-position-field select{min-height:42px}.media-zoom-field input{width:100%}.media-adjust-frame{overflow:hidden;background:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none}.media-adjust-frame img{pointer-events:none;transform-origin:center}.logo-adjust-frame{width:112px;height:112px;display:grid;place-items:center;border-radius:999px}.banner-adjust-frame{width:100%;aspect-ratio:16/6;border-radius:8px}.banner-adjust-frame .company-banner-preview,.logo-adjust-frame .company-logo-preview{width:100%;height:100%;object-fit:cover}.company-action-bar{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:16px}.catalog-page{background:linear-gradient(180deg,hsla(0,0%,100%,.48),hsla(0,0%,100%,0)),var(--catalog-bg-custom,#f7f4ef)}.catalog-page.catalog-bg-escuro{background:#000}.catalog-page.catalog-bg-personalizado{background:linear-gradient(180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,0)),var(--catalog-bg-custom,#f7f4ef)}.catalog-bg-escuro .catalog-about h2,.catalog-bg-escuro .catalog-brand-card h1,.catalog-bg-escuro .catalog-category-block h2,.catalog-bg-escuro .section-title-row h2{color:#f8fafc}.catalog-bg-escuro .catalog-about p,.catalog-bg-escuro .catalog-brand-card p,.catalog-bg-escuro .catalog-footer,.catalog-bg-escuro .section-title-row p{color:rgba(248,250,252,.72)}.catalog-bg-escuro .catalog-topbar{background:rgba(0,0,0,.88);border-bottom-color:hsla(0,0%,100%,.12)}.catalog-bg-escuro .catalog-logo{border-color:#000}.catalog-bg-escuro .catalog-hero{background:#000;box-shadow:none}.catalog-bg-escuro .catalog-hero img{background:#000}.catalog-bg-escuro .catalog-brand-card{align-items:flex-start}.catalog-bg-escuro .catalog-logo{margin-top:2px}.catalog-hero,.catalog-logo{overflow:hidden}.catalog-hero img,.catalog-logo img{transform-origin:center}.admin-image-preview,.catalog-hero,.catalog-hero img,.catalog-logo,.catalog-logo img,.company-banner-preview,.company-logo-preview,.highlight-image,.highlight-image img,.product-image-wrap,.product-image-wrap img{background:#fff}.order-total-card{display:grid;grid-gap:6px;gap:6px;border-radius:12px;padding:22px 24px;background:linear-gradient(135deg,rgba(214,173,0,.94),hsla(60,6%,51%,.9)),var(--catalog-gradient);color:#fff;box-shadow:0 18px 42px rgba(99,84,15,.18)}.order-total-card span{opacity:.9;font-size:16px;font-weight:900}.order-total-card strong{font-size:34px;line-height:1}.order-choice-group{display:grid;grid-gap:14px;gap:14px;margin-top:20px}.order-choice-group strong{font-size:22px;line-height:1.1}.choice-buttons{display:flex;flex-wrap:wrap;gap:12px}.choice-button{min-height:52px;border:1px solid rgba(33,31,28,.12);border-radius:999px;padding:12px 22px;background:#fff;color:#c89c00;font-weight:900;cursor:pointer;box-shadow:0 8px 20px rgba(33,31,28,.04)}.choice-button.active{background:linear-gradient(135deg,rgba(214,173,0,.94),hsla(60,6%,51%,.9)),var(--catalog-gradient);color:#fff;border-color:transparent}.order-drawer{width:min(520px,calc(100% - 24px));margin:12px;height:calc(100% - 24px);border:1px solid rgba(33,31,28,.08);border-radius:14px;background:#fffdfa;box-shadow:0 24px 70px rgba(33,31,28,.22)}.order-drawer-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:16px;gap:16px;margin-bottom:28px}.order-drawer-header h2{margin:0;font-size:32px;line-height:1.05}.order-drawer-header p{margin-top:4px;font-size:18px}.order-drawer-header>button{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:999px;padding:0;background:#f0ebe3;color:var(--text);font-size:28px;line-height:1}.order-drawer-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--text)}.order-drawer-icon svg{width:34px;height:34px;display:block}.order-cart-items{display:grid;grid-gap:0;gap:0;margin-top:10px}.cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;border-bottom:1px solid rgba(33,31,28,.08);padding:18px 0}.cart-item-main{display:grid;grid-gap:4px;gap:4px}.cart-item-main strong{font-size:18px;line-height:1.12}.cart-item-main span{color:var(--muted);font-size:16px}.catalog-category-block{border-top:1px solid rgba(33,31,28,.1)}.catalog-bg-escuro .catalog-category-block{border-top-color:hsla(0,0%,100%,.18)}.cart-quantity{display:grid;grid-template-columns:44px 34px 44px 44px;grid-gap:10px;gap:10px;align-items:center}.cart-quantity button{width:44px;height:44px;border:1px solid rgba(33,31,28,.1);border-radius:9px;background:#fff;color:var(--text);font-size:18px;font-weight:900;box-shadow:0 8px 20px rgba(33,31,28,.05)}.cart-quantity span{color:var(--text);font-size:20px;font-weight:900;text-align:center}.cart-quantity .cart-remove{border-color:transparent;background:transparent;color:#dc2626;box-shadow:none}.cart-remove svg{width:26px;height:26px;display:block}.order-whatsapp-button{min-height:62px;gap:12px;margin-top:28px;border-radius:10px;background:#16a34a;font-size:18px;box-shadow:0 16px 34px rgba(22,163,74,.22)}.whatsapp-mark{width:25px;height:25px;display:inline-grid;place-items:center}.whatsapp-mark svg{width:25px;height:25px;display:block}.order-whatsapp-button.disabled{background:#9ca3af;pointer-events:auto;opacity:.72}.floating-whatsapp{border:0;font:inherit;cursor:default}.floating-whatsapp.active{cursor:pointer}.catalog-welcome-overlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:hsla(0,0%,5%,.42);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:welcomeFade .28s ease-out both}.catalog-welcome-card{position:relative;display:grid;grid-gap:0;gap:0;width:min(520px,100%);overflow:hidden;border:0;border-radius:26px;padding:0;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.24);animation:welcomePop .36s cubic-bezier(.2,.9,.2,1.1) both}.catalog-bg-escuro .catalog-welcome-card{background:#fff}.catalog-welcome-visual{position:relative;display:grid;place-items:center;min-height:190px;background:linear-gradient(135deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.22)),color-mix(in srgb,var(--catalog-brand) 12%,#f7f4ef)}.catalog-welcome-visual img{width:100%;height:auto;max-height:220px;display:block;object-fit:contain;object-position:center}.catalog-welcome-gradient{display:grid;align-content:end;grid-gap:8px;gap:8px;min-height:220px;padding:26px;color:#fff;background:radial-gradient(circle at 80% 20%,hsla(0,0%,100%,.28),transparent 28%),var(--catalog-gradient)}.catalog-welcome-gradient span{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:7px 11px;background:hsla(0,0%,100%,.2);font-size:12px;font-weight:900}.catalog-welcome-gradient strong{max-width:360px;font-size:clamp(34px,9vw,52px);line-height:.96}.catalog-welcome-kicker,.catalog-welcome-orbit{display:none}.catalog-welcome-card h2{position:relative;margin:28px 30px 0;max-width:430px;color:#191919;font-size:clamp(26px,7vw,38px);line-height:1.02}.catalog-bg-escuro .catalog-welcome-card h2,.catalog-bg-escuro .catalog-welcome-card p{color:#191919}.catalog-welcome-card p{position:relative;margin:16px 30px 0;color:#4e4e4e;font-size:17px;line-height:1.45;white-space:pre-line}.catalog-welcome-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin:20px 30px 0}.catalog-welcome-steps span{border-radius:14px;padding:10px 8px;background:color-mix(in srgb,var(--catalog-brand) 10%,#fff);color:var(--catalog-brand);font-size:13px;font-weight:900;text-align:center}.catalog-welcome-button{position:relative;min-height:54px;border:0;border-radius:16px;margin:26px 30px 30px;padding:12px 18px;background:var(--catalog-gradient);color:#fff;font:inherit;font-size:0;font-weight:900;cursor:pointer;box-shadow:0 18px 36px color-mix(in srgb,var(--catalog-brand) 28%,transparent)}.catalog-welcome-button:after{content:"Entendi, continuar";font-size:16px}@keyframes welcomeFade{0%{opacity:0}to{opacity:1}}@keyframes welcomePop{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes welcomeSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.catalog-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:18px;padding:34px 16px 56px;color:var(--muted)}.catalog-help-card{display:inline-grid;justify-items:center;gap:10px;max-width:min(420px,100%);border:1px solid rgba(22,163,74,.14);border-radius:18px;padding:14px;background:linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(242,251,246,.92));box-shadow:0 18px 44px rgba(22,163,74,.1);text-align:center}.catalog-bg-escuro .catalog-help-card{border-color:hsla(0,0%,100%,.14);background:linear-gradient(180deg,hsla(0,0%,7%,.96),rgba(10,35,24,.92))}.catalog-help-card>span{color:var(--text);font-size:14px;font-weight:800}.catalog-bg-escuro .catalog-help-card>span{color:#fff}.catalog-help-whatsapp{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border-radius:999px;padding:12px 20px;overflow:hidden;background:linear-gradient(135deg,#0f8a43,#16a34a 52%,#22c55e);color:#fff;font-weight:900;text-decoration:none;box-shadow:0 16px 34px rgba(22,163,74,.28)}.catalog-help-whatsapp:before{content:"";position:absolute;inset:1px 1px auto;height:50%;border-radius:inherit;background:linear-gradient(180deg,hsla(0,0%,100%,.24),hsla(0,0%,100%,0));pointer-events:none}.catalog-help-whatsapp .whatsapp-mark{position:relative;width:26px;height:26px;background:hsla(0,0%,100%,.2);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.22)}.catalog-help-whatsapp .whatsapp-mark+*{position:relative}.catalog-created-by{display:inline-flex;align-items:center;gap:8px;margin-top:10px}.nexora-wordmark{color:var(--catalog-brand);font-size:18px;letter-spacing:0}@media (max-width:720px){.catalog-hero{margin-top:14px}.catalog-brand-card{margin-top:12px}.catalog-bg-escuro .catalog-brand-card{align-items:flex-start}.catalog-bg-escuro .catalog-logo{margin-top:1px}.catalog-brand-title-row{gap:8px;align-items:flex-start}.catalog-instagram-link{width:32px;height:32px}.catalog-highlights{padding-top:6px;padding-bottom:18px}.catalog-category-block{padding-top:2px}.floating-whatsapp{left:52px;right:52px;min-width:0;min-height:46px;bottom:max(4px,env(safe-area-inset-bottom))}.hours-row,.theme-grid{grid-template-columns:1fr}.company-action-bar{align-items:stretch;flex-direction:column}.order-total-card strong{font-size:30px}.order-drawer{width:100%;height:100%;margin:0;border-radius:0;padding:24px 20px 34px}.order-drawer-header{gap:12px;margin-bottom:22px}.order-drawer-header h2{font-size:26px}.order-drawer-header p{font-size:15px}.order-drawer-icon{width:40px;height:40px}.cart-item{gap:10px;padding:15px 0}.cart-quantity{grid-template-columns:36px 26px 36px 34px;gap:7px}.cart-quantity button{width:36px;height:36px}.choice-button{min-height:44px;padding:10px 18px}}.catalog-brand-card{align-items:center;gap:18px}.catalog-logo{width:74px;height:74px;padding:7px;border:1px solid rgba(15,118,110,.14);border-radius:18px;background:hsla(0,0%,100%,.96);box-shadow:0 18px 42px rgba(31,24,16,.16)}.catalog-logo img{object-fit:contain}.catalog-logo img,.catalog-logo span{width:100%;height:100%;border-radius:14px}.catalog-logo span{display:grid;place-items:center;background:color-mix(in srgb,var(--catalog-brand) 10%,#fff)}.catalog-bg-escuro .catalog-brand-card{align-items:center}.catalog-bg-escuro .catalog-logo{margin-top:0;border-color:hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.96)}.catalog-brand-title-row{align-items:center}@media (max-width:720px){.catalog-brand-card{align-items:center;gap:12px;margin-top:10px}.catalog-logo{width:64px;height:64px;padding:6px;border-radius:16px}.catalog-logo img,.catalog-logo span{border-radius:12px}.catalog-bg-escuro .catalog-brand-card{align-items:center}.catalog-bg-escuro .catalog-logo{margin-top:0}.catalog-brand-title-row{align-items:center}}