:root{--brand:#0f766e;--brand-dark:#115e59;--accent:#fbbf24;--ink:#0f172a;--muted:#64748b;--soft:#f8fafc;--line:#e2e8f0;--panel:#fff;--success:#16a34a;--danger:#dc2626;--warning:#f59e0b;--indigo:#4338ca;color:var(--ink);background:var(--soft);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{-webkit-text-size-adjust:100%;background:var(--soft);overscroll-behavior-y:none}body{background:var(--soft);overscroll-behavior-y:none;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer;touch-action:manipulation}img,svg{display:block}::selection{background:#99f6e4}@keyframes barGrow{0%{transform:scaleY(.2)}to{transform:scaleY(1)}}@keyframes popIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes floatw{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes azfPulse{0%,to{transform:rotate(45deg)scale(1)}50%{transform:rotate(45deg)scale(.72)}}@keyframes azfRing{0%{opacity:.55;transform:scale(.6)}70%{opacity:0}to{opacity:0;transform:scale(1.5)}}@keyframes azfFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes azfBar{0%{left:-40%}to{left:100%}}.spin{animation:.8s linear infinite spin}.azf-route-loader{z-index:1000;background:radial-gradient(620px 420px at 50% 38%,#fff 0%,#fff0 60%),radial-gradient(700px 500px at 78% 8%,#fcede6 0%,#fcede600 55%),#f7f5ef;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.azf-loader-stack{flex-direction:column;align-items:center;display:flex}.azf-loader-mark{justify-content:center;align-items:center;width:64px;height:64px;animation:2.6s ease-in-out infinite azfFloat;display:flex;position:relative}.azf-loader-ring{border:2px solid var(--brand);border-radius:20px;animation:1.8s ease-out infinite azfRing;position:absolute;inset:0}.azf-loader-ring.delayed{animation-delay:.9s}.azf-loader-box{background:linear-gradient(150deg, var(--brand), #0b544d);border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 16px 30px -10px #0f766e8c}.azf-loader-diamond{background:var(--accent);border-radius:7px;width:24px;height:24px;animation:1.5s ease-in-out infinite azfPulse}.azf-loader-track{background:#0f766e24;border-radius:999px;width:150px;height:5px;margin-top:30px;position:relative;overflow:hidden}.azf-loader-fill{background:linear-gradient(90deg, #0f766e00, var(--brand), #0f766e00);border-radius:999px;width:40%;height:100%;animation:1.05s ease-in-out infinite azfBar;position:absolute;top:0}.azf-loader-word{color:#94a3b8;letter-spacing:.16em;text-transform:uppercase;margin-top:16px;font-size:13px;font-weight:700}.container{width:min(1200px,100% - 48px);margin:0 auto}.surface{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:0 1px 3px #0f172a0a}.surface-tight{background:var(--panel);border:1px solid var(--line);border-radius:12px}.btn{border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:11px 18px;font-size:14px;font-weight:800;transition:transform .15s,box-shadow .15s,border-color .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px -12px #0f766ecc}.btn-secondary{color:var(--ink);border:1px solid var(--line);background:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-ghost{color:var(--brand);background:0 0}.icon-btn{color:#475569;background:#f1f5f9;border:0;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:relative}.badge{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:5px 11px;font-size:12px;font-weight:800;display:inline-flex}.dot{background:currentColor;border-radius:999px;width:7px;height:7px}.eyebrow{color:var(--brand);text-transform:uppercase;letter-spacing:0;font-size:13px;font-weight:800}.page-title{letter-spacing:0;margin:8px 0 0;font-size:42px;font-weight:800;line-height:1.12}.page-copy{color:var(--muted);font-size:17px;font-weight:600;line-height:1.65}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.product-thumb{background:#ccfbf1;border-radius:11px;flex:none;width:44px;height:44px}.chart-bar{transform-origin:bottom;border-radius:7px 7px 0 0;width:100%;animation:.6s barGrow}.app-shell{background:#f1f5f9;min-height:100vh;display:flex}.sidebar{background:#0f172a;flex-direction:column;flex-shrink:0;width:256px;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-group{margin-bottom:18px}.sidebar-label{color:#475569;text-transform:uppercase;padding:0 12px 8px;font-size:11px;font-weight:800}.sidebar-link{color:#94a3b8;border-radius:10px;align-items:center;gap:12px;margin-bottom:2px;padding:10px 12px;font-size:14px;font-weight:700;display:flex}.sidebar-link.active{color:#5eead4;background:#5eead41f;font-weight:800}.topbar{z-index:20;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:20px;padding:14px 32px;display:flex;position:sticky;top:0}.dashboard-main{flex:1;min-width:0}.dashboard-content{padding:28px 32px 56px}.dashboard-inner{max-width:1180px;margin:0 auto}.search{background:#f1f5f9;border-radius:10px;align-items:center;gap:10px;width:280px;padding:10px 14px;display:flex}.search input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:14px}.table{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden}.table-head,.table-row{align-items:center;gap:14px;padding:14px 22px;display:grid}.table-head{color:#94a3b8;border-bottom:1px solid var(--line);text-transform:uppercase;background:#f8fafc;font-size:11px;font-weight:800}.table-row{border-bottom:1px solid #f1f5f9}.table-row:hover{background:#f8fafc}.form-field{gap:7px;display:grid}.form-field label{color:#334155;font-size:13px;font-weight:800}.form-field input,.form-field textarea,.input-shell{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:10px;outline:0;padding:12px 14px}.form-field textarea{resize:vertical;min-height:90px}.public-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#f8fafceb;position:sticky;top:0}.public-nav{justify-content:space-between;align-items:center;height:72px;display:flex}.public-nav-links,.public-actions{align-items:center;gap:28px;display:flex}.store-phone{background:#0f172a;border-radius:26px;width:184px;padding:8px;box-shadow:0 26px 50px -16px #0f172a66}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.naya-container{width:100%;max-width:1180px;margin:0 auto;padding-left:24px;padding-right:24px}.naya-header-row{align-items:center;gap:24px;height:70px;display:flex}.naya-nav{align-items:center;gap:26px;margin-left:12px;display:flex}.naya-search{background:#fff;border:1px solid #f3e2da;border-radius:11px;align-items:center;gap:10px;width:240px;padding:9px 14px;display:flex}.naya-category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.naya-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.naya-catalogue-layout{grid-template-columns:220px 1fr;gap:28px;display:grid}.naya-catalogue-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.naya-product-layout{grid-template-columns:1fr 1fr;gap:40px;display:grid}.naya-order-layout{grid-template-columns:1fr 360px;gap:24px;display:grid}.naya-checkout-fields{grid-template-columns:1fr 1fr;gap:14px;display:grid}.naya-floating-whatsapp{z-index:50;color:#fff;background:#16a34a;border:0;border-radius:999px;align-items:center;gap:12px;padding:14px 20px;font-size:14.5px;font-weight:800;animation:4s ease-in-out infinite floatw;display:flex;position:fixed;bottom:26px;right:26px;box-shadow:0 16px 32px -10px #16a34a99}.mobile-nav-shell{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;height:72px;margin:0 auto;padding:0 24px;display:flex}.storefront-template{--template-radius:24px}.template-home{animation:.3s popIn}.template-hero{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:stretch;gap:30px;padding-top:30px;padding-bottom:28px;display:grid}.template-hero-copy,.template-hero>div:first-child{min-width:0}.template-kicker,.template-status-dot{background:color-mix(in srgb, var(--template-primary) 12%, transparent);width:fit-content;color:var(--template-primary);border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-size:12.5px;font-weight:900;display:inline-flex}.template-status-dot:before{content:"";background:#16a34a;border-radius:50%;width:8px;height:8px}.template-hero h1,.template-editorial-hero h1,.template-single-hero h1,.template-story-intro h1,.template-rails-hero h1{color:var(--template-ink);letter-spacing:0;margin:18px 0 0;font-size:clamp(36px,6vw,64px);font-weight:950;line-height:.96}.template-hero p,.template-editorial-hero p,.template-single-hero p,.template-story-intro p,.template-rails-hero p{max-width:620px;color:var(--template-muted);margin:18px 0 0;font-size:17px;font-weight:650;line-height:1.6}.template-hero-copy>button,.template-actions>button,.template-editorial-hero button,.template-single-hero>div>button,.template-rails-hero button,.template-craft-story button{background:var(--template-primary);color:#fff;box-shadow:0 18px 36px -18px var(--template-primary);border:0;border-radius:14px;justify-content:center;align-items:center;gap:9px;margin-top:28px;padding:15px 22px;font-size:15px;font-weight:900;display:inline-flex}.template-hero-visual{min-height:410px;box-shadow:0 28px 70px -38px var(--template-primary);border-radius:32px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:28px;display:grid;overflow:hidden}.template-hero-visual>button{color:#fff;text-align:left;border:0;border-radius:22px;align-items:flex-end;min-height:150px;padding:14px;display:flex;overflow:hidden}.template-hero-visual>button span{color:var(--template-ink);background:#ffffffe6;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:900}.template-chip-row{scrollbar-width:none;gap:11px;padding-top:4px;padding-bottom:18px;display:flex;overflow-x:auto}.template-chip-row::-webkit-scrollbar{display:none}.template-chip-row>button{border:1px solid var(--template-line);background:var(--template-surface);color:var(--template-ink);border-radius:999px;flex:none;align-items:center;gap:9px;padding:12px 16px;font-size:13px;font-weight:900;display:inline-flex}.template-chip-row>button span{color:var(--template-primary)}.template-section{padding-top:20px;padding-bottom:34px}.template-section-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.template-section-head h2{color:var(--template-ink);letter-spacing:0;margin:0;font-size:27px;font-weight:950}.template-section-head button{color:var(--template-primary);background:0 0;border:0;font-size:14px;font-weight:900}.template-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.template-dense-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.template-product-card{border:1px solid var(--template-line);background:var(--template-surface);min-width:0;color:var(--template-ink);border-radius:22px;flex-direction:column;display:flex;overflow:hidden}.template-product-card.compact{border-radius:16px}.template-product-media{border:0;width:100%;height:210px;position:relative;overflow:hidden}.template-product-card.compact .template-product-media{height:150px}.template-product-media span{background:var(--template-accent);color:var(--template-ink);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:950;position:absolute;top:12px;left:12px}.template-product-card>div{flex-direction:column;flex:1;min-width:0;padding:16px;display:flex}.template-product-card em{color:var(--template-muted);text-transform:uppercase;font-size:11px;font-style:normal;font-weight:900}.template-product-card>div>button:first-of-type{color:var(--template-ink);text-align:left;background:0 0;border:0;margin-top:6px;padding:0;font-size:16px;font-weight:950}.template-product-card p{min-height:40px;color:var(--template-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:9px 0 0;font-size:13px;font-weight:650;line-height:1.5;display:-webkit-box;overflow:hidden}.template-product-card strong{color:var(--template-primary);margin-top:12px;font-size:20px;font-weight:950}.template-product-card>div>button:last-child{background:color-mix(in srgb, var(--template-primary) 10%, var(--template-surface));color:var(--template-primary);border:0;border-radius:12px;justify-content:center;align-items:center;gap:7px;margin-top:14px;padding:11px;font-size:13.5px;font-weight:950;display:inline-flex}.template-product-card>div>button:last-child:disabled{opacity:.55}.template-food-hero{grid-template-columns:minmax(0,.9fr) minmax(360px,.8fr);align-items:center}.template-food-menu,.template-food-menu-title,.template-menu-list{min-width:0}.template-food-menu{border:1px solid var(--template-line);background:var(--template-surface);box-shadow:0 24px 58px -40px var(--template-primary);border-radius:26px;padding:18px}.template-food-menu-title{color:var(--template-ink);margin-bottom:12px;font-size:15px;font-weight:950}.template-menu-list{gap:12px;display:grid}.template-menu-row{border:1px solid var(--template-line);background:var(--template-surface);border-radius:17px;grid-template-columns:76px minmax(0,1fr) auto 42px;align-items:center;gap:13px;padding:10px;display:grid}.template-menu-row>button:first-child{border:0;border-radius:14px;width:76px;height:76px}.template-menu-row span{color:var(--template-primary);text-transform:uppercase;font-size:11px;font-weight:950}.template-menu-row div>button{color:var(--template-ink);text-align:left;background:0 0;border:0;padding:3px 0 0;font-size:15px;font-weight:950;display:block}.template-menu-row small{color:var(--template-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:12px;font-weight:650;line-height:1.35;display:-webkit-box;overflow:hidden}.template-menu-row strong{color:var(--template-primary);white-space:nowrap;font-size:15px}.template-menu-row>button:last-child{background:var(--template-primary);color:#fff;border:0;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.template-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.template-actions span{color:var(--template-muted);font-size:13px;font-weight:850}.template-editorial-hero{grid-template-columns:minmax(0,.85fr) minmax(340px,1fr);gap:34px;padding-top:38px;padding-bottom:36px;display:grid}.template-editorial-hero h1{font-family:Georgia,Times New Roman,serif;font-weight:800}.template-editorial-board{grid-template-rows:repeat(2,1fr);grid-template-columns:1.2fr .8fr;gap:14px;min-height:420px;display:grid}.template-editorial-board button:first-child{grid-row:span 2}.template-editorial-board button{color:#fff;text-align:left;border:0;border-radius:24px;flex-direction:column;justify-content:space-between;padding:20px;display:flex;position:relative;overflow:hidden}.template-editorial-board button:after{content:"";background:linear-gradient(#00000014,#0000006b);position:absolute;inset:0}.template-editorial-board span,.template-editorial-board strong{z-index:1;position:relative}.template-editorial-board span{font-size:13px;font-weight:950}.template-editorial-board strong{font-size:21px;line-height:1.08}.template-journal-list{border-top:1px solid var(--template-line)}.template-journal-list button{border:0;border-bottom:1px solid var(--template-line);width:100%;color:var(--template-ink);text-align:left;background:0 0;grid-template-columns:70px minmax(0,1fr) 160px auto;align-items:center;gap:16px;padding:18px 0;display:grid}.template-journal-list span{color:var(--template-muted);font-size:13px;font-weight:950}.template-journal-list strong{font-size:22px}.template-journal-list em{color:var(--template-muted);font-style:normal;font-weight:800}.template-journal-list b{color:var(--template-primary);white-space:nowrap}.template-single-hero{grid-template-columns:minmax(0,.9fr) minmax(320px,.9fr);align-items:center;gap:34px;padding-top:42px;padding-bottom:30px;display:grid}.template-price-line{color:var(--template-primary);margin-top:22px;font-size:38px;font-weight:950}.template-single-product{min-height:500px;box-shadow:0 30px 80px -42px var(--template-primary);border:0;border-radius:44px;justify-content:center;align-items:flex-end;padding:28px;display:flex}.template-single-product span{color:var(--template-ink);background:#ffffffe6;border-radius:999px;padding:8px 13px;font-weight:950}.template-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:4px;padding-bottom:38px;display:grid}.template-benefits span{border:1px solid var(--template-line);background:var(--template-surface);color:var(--template-ink);border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:16px;font-weight:950;display:flex}.template-market-strip{background:var(--template-gradient);color:#fff;border-radius:26px;align-items:center;gap:18px;min-height:110px;margin-top:26px;margin-bottom:18px;padding:24px;display:flex}.template-market-strip strong{font-size:32px;line-height:1}.template-market-strip span{opacity:.9;flex:1;font-weight:800}.template-market-strip button{color:var(--template-ink);background:#fff;border:0;border-radius:14px;padding:13px 20px;font-weight:950}.template-story-intro{text-align:center;padding-top:42px;padding-bottom:24px}.template-story-intro p{margin-left:auto;margin-right:auto}.template-story-bands{gap:0;display:grid}.template-story-band{background:var(--template-surface);grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);align-items:center;gap:34px;width:100%;padding:54px max(24px,50vw - 566px);display:grid}.template-story-band:nth-child(2n){background:color-mix(in srgb, var(--template-primary) 8%, var(--template-bg));grid-template-columns:minmax(320px,.9fr) minmax(0,1fr)}.template-story-band:nth-child(2n)>button{order:2}.template-story-band>button{border:0;border-radius:32px;height:360px}.template-story-band span{color:var(--template-primary);text-transform:uppercase;font-size:12px;font-weight:950}.template-story-band h2{color:var(--template-ink);letter-spacing:0;margin:9px 0 0;font-size:34px;line-height:1.05}.template-story-band p{color:var(--template-muted);font-weight:700;line-height:1.6}.template-story-band strong{color:var(--template-primary);margin-bottom:16px;font-size:24px;display:block}.template-story-band div>button{background:var(--template-primary);color:#fff;border:0;border-radius:13px;padding:13px 20px;font-weight:950}.template-rails-hero{background:var(--template-gradient);color:#fff;border-radius:36px;min-height:360px;margin-top:26px;margin-bottom:16px;padding:42px;overflow:hidden}.template-rails-hero h1,.template-rails-hero p{color:#fff}.template-rails-hero .template-kicker{color:#fff;background:#ffffff38}.template-rails-hero button{color:var(--template-primary);background:#fff}.template-rail{padding-top:16px;padding-bottom:22px}.template-rail-scroll{scrollbar-width:none;grid-auto-columns:minmax(250px,280px);grid-auto-flow:column;gap:16px;padding-bottom:10px;display:grid;overflow-x:auto}.template-rail-scroll::-webkit-scrollbar{display:none}.template-craft-story{border:1px solid var(--template-line);background:color-mix(in srgb, var(--template-primary) 8%, var(--template-surface));border-radius:26px;justify-content:space-between;align-items:center;gap:24px;margin-top:12px;margin-bottom:8px;padding-top:30px;padding-bottom:30px;display:flex}.template-craft-story span{color:var(--template-primary);text-transform:uppercase;font-size:12px;font-weight:950}.template-craft-story h2{color:var(--template-ink);margin:8px 0 0;font-size:30px}.template-craft-story p{max-width:600px;color:var(--template-muted);margin:8px 0 0;font-weight:700;line-height:1.55}.storefront-template-perfume .template-product-card,.storefront-template-perfume .template-food-menu,.storefront-template-perfume .template-menu-row,.storefront-template-perfume .template-benefits span,.storefront-template-perfume .template-catalogue aside>div,.storefront-template-perfume .template-empty-state{background:#1f1713}.template-catalogue{padding-top:34px;padding-bottom:52px;animation:.3s popIn}.template-catalogue-head{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:24px;display:flex}.template-catalogue-head span{color:var(--template-primary);text-transform:uppercase;font-size:12px;font-weight:950}.template-catalogue-head h1{color:var(--template-ink);margin:4px 0 0;font-size:34px;font-weight:950}.template-catalogue-head p{color:var(--template-muted);margin:5px 0 0;font-weight:750}.template-catalogue-head>button{border:1px solid var(--template-line);background:var(--template-surface);color:var(--template-ink);border-radius:13px;align-items:center;gap:8px;padding:11px 14px;font-weight:950;display:none}.template-catalogue-layout{grid-template-columns:230px minmax(0,1fr);gap:24px;display:grid}.template-catalogue aside>div{border:1px solid var(--template-line);background:var(--template-surface);border-radius:18px;gap:6px;padding:12px;display:grid;position:sticky;top:92px}.template-catalogue aside button{color:var(--template-muted);text-align:left;background:0 0;border:0;border-radius:12px;justify-content:space-between;gap:12px;padding:10px 12px;font-weight:850;display:flex}.template-catalogue aside button.active{background:color-mix(in srgb, var(--template-primary) 10%, var(--template-surface));color:var(--template-primary)}.template-sort-row{justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;display:flex}.template-sort-row span{color:var(--template-muted);font-size:14px;font-weight:850}.template-sort-row div{border:1px solid var(--template-line);background:var(--template-surface);border-radius:12px;gap:6px;padding:4px;display:flex}.template-sort-row button{color:var(--template-muted);background:0 0;border:0;border-radius:8px;padding:8px 12px;font-size:12.5px;font-weight:900}.template-sort-row button.active{background:var(--template-primary);color:#fff}.template-empty-state{border:1px solid var(--template-line);background:var(--template-surface);color:var(--template-ink);text-align:center;border-radius:22px;padding:50px}.template-empty-state svg{color:var(--template-primary)}.template-empty-state h2{margin:13px 0 0;font-size:22px}.template-empty-state p{color:var(--template-muted);font-weight:700}.template-empty-state button{background:var(--template-primary);color:#fff;border:0;border-radius:13px;padding:12px 18px;font-weight:950}@media (width<=1040px){.marketing-split,.marketing-plan-grid,.landing-hero-grid,.landing-footer-grid,.admin-kpi-grid{grid-template-columns:1fr!important}.marketing-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.public-frame{padding-bottom:88px;background:#f4f7f6!important;min-height:100svh!important}.public-frame-header,.public-frame .public-footer{display:none!important}.public-frame main{padding-bottom:12px}.public-frame .marketing-cta-band{display:none!important}.mobile-menu-page-topbar{z-index:2;justify-content:space-between;align-items:center;margin-bottom:22px;display:flex;position:relative}.mobile-menu-page-topbar a{color:#fff;background:#ffffff1f;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.mobile-menu-page-topbar strong{color:#ccfbf1;font-size:13px;font-weight:800}.mobile-menu-page-topbar>span{width:42px;height:42px}.public-frame .marketing-hero{background:linear-gradient(165deg,#0f766e 0%,#0c5a53 55%,#0b3f3a 100%);border-radius:0 0 34px 34px;position:relative;overflow:hidden;text-align:left!important;padding:50px 20px 30px!important}.public-frame .marketing-hero:before{content:"";background:radial-gradient(circle,#f59e0b42,#0000 70%);border-radius:50%;width:230px;height:230px;position:absolute;top:-70px;right:-50px}.public-frame .marketing-hero>.marketing-eyebrow{display:none!important}.public-frame .marketing-hero h1{z-index:1;position:relative;color:#fff!important;letter-spacing:0!important;max-width:340px!important;margin:0!important;font-size:32px!important;line-height:1.05!important}.public-frame-pricing .marketing-hero h1{text-align:center!important;max-width:none!important;font-size:30px!important;line-height:1.06!important}.public-frame .marketing-hero h1 span{color:#fbbf24!important}.public-frame .marketing-hero p{z-index:1;font-weight:600;position:relative;color:#b9e6de!important;max-width:340px!important;margin:12px 0 0!important;font-size:14.5px!important;line-height:1.55!important}.public-frame-pricing .marketing-hero p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.mobile-menu-page-sticky-cta{z-index:80;color:#fff;background:#0f766e;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:52px;font-size:15px;font-weight:900;display:flex;position:fixed;bottom:18px;left:18px;right:18px;box-shadow:0 12px 24px -10px #0f766e99}.mobile-features-spotlight{padding:18px 20px 0;display:block}.mobile-features-spotlight>div{background:#0f172a;border-radius:20px;padding:20px;position:relative;overflow:hidden}.mobile-features-spotlight>div:after{content:"";background:radial-gradient(circle,#5eead433,#0000 70%);border-radius:50%;width:150px;height:150px;position:absolute;bottom:-40px;right:-20px}.mobile-features-spotlight span{z-index:1;color:#5eead4;background:#5eead429;border-radius:13px;place-items:center;width:46px;height:46px;display:grid;position:relative}.mobile-features-spotlight strong{z-index:1;color:#fff;margin-top:14px;font-size:18px;font-weight:900;display:block;position:relative}.mobile-features-spotlight p{z-index:1;color:#94a3b8;margin:7px 0 0;font-size:13px;font-weight:600;line-height:1.5;position:relative}.public-frame-features .features-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important;padding:14px 20px 28px!important}.public-frame-features .features-card-grid>div{box-shadow:none!important;border-color:#e8edec!important;border-radius:16px!important;padding:15px!important;display:block!important}.public-frame-features .features-card-grid>div:nth-child(n+7){display:none!important}.public-frame-features .features-card-grid>div>span{place-items:center;border-radius:12px!important;width:42px!important;height:42px!important;display:grid!important}.public-frame-features .features-card-grid h3{margin-top:12px!important;font-size:14px!important;line-height:1.2!important}.public-frame-features .features-card-grid p{color:#64748b!important;margin-top:5px!important;font-size:12px!important;line-height:1.45!important}.public-frame-pricing main>section:nth-of-type(2){background:#0b3f3a;margin-top:-1px;padding:0 20px 4px!important}.public-frame-pricing main>section:nth-of-type(2)>div>div{background:#ffffff1f!important;border:0!important;border-radius:12px!important}.public-frame-pricing main>section:nth-of-type(2) button{border-radius:9px!important;padding:8px 16px!important;font-size:13px!important}.public-frame-pricing .pricing-plan-grid{grid-template-columns:1fr!important;gap:12px!important;padding:18px 20px 28px!important;display:grid!important}.public-frame-pricing .pricing-plan-card{box-shadow:none!important;border-color:#e8edec!important;border-radius:16px!important;padding:17px!important}.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured)>a,.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured)>div:last-child,.public-frame-pricing .pricing-plan-card>div:nth-of-type(2){display:none!important}.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured)>p{min-height:0!important;margin:5px 0 0!important;font-size:12.5px!important}.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured)>div:first-of-type{margin:6px 0 0!important}.public-frame-pricing .pricing-plan-card-featured{overflow:hidden;background:linear-gradient(160deg,#0f766e,#0b544d)!important;border:0!important;border-radius:18px!important;padding:20px!important;box-shadow:0 18px 36px -16px #0f766e80!important}.public-frame-pricing .pricing-plan-card-featured>span{color:#0b3f3a!important;background:#fbbf24!important;border-radius:999px!important;font-size:10.5px!important;top:14px!important;left:auto!important;right:14px!important;transform:none!important}.public-frame-pricing .pricing-plan-card-featured h3{color:#fff!important}.public-frame-pricing .pricing-plan-card-featured>p,.public-frame-pricing .pricing-plan-card-featured>div:nth-of-type(2){display:none!important}.public-frame-pricing .pricing-plan-card-featured>div:first-of-type{margin:6px 0 4px!important}.public-frame-pricing .pricing-plan-card-featured>div:first-of-type span:first-child{color:#fff!important;font-size:30px!important}.public-frame-pricing .pricing-plan-card-featured>div:first-of-type span:last-child{color:#99f6e4!important}.public-frame-pricing .pricing-plan-card-featured>a{color:#0f766e!important;background:#fff!important;border:0!important;border-radius:12px!important;margin:16px 0 0!important;font-weight:900!important}.public-frame-pricing .pricing-plan-card-featured>div:last-child{gap:9px!important;margin:16px 0 0!important;display:flex!important}.public-frame-pricing .pricing-plan-card-featured>div:last-child span{color:#e3f6f2!important;font-size:13px!important;font-weight:700!important}.public-frame-pricing main>section:nth-of-type(4){display:none!important}.public-frame-examples .marketing-filter-row{padding:16px 20px 4px!important}.public-frame-examples .examples-card-grid{flex-direction:column;gap:14px!important;padding:14px 20px 28px!important;display:flex!important}.public-frame-examples .examples-card-grid>a{border-color:#e8edec!important;border-radius:18px!important;box-shadow:0 10px 26px -18px #0f172a33!important}.public-frame-examples .examples-card-grid>a>div:first-child{height:128px!important;padding:15px!important}.public-frame-examples .examples-card-grid>a>div:last-child{padding:15px!important}.public-frame-examples .examples-card-grid>a>div:last-child>div:last-child{border-top:0!important;margin-top:0!important;padding-top:0!important}.public-frame-examples .examples-card-grid>a>div:last-child span:last-child{background:#f0fdfa;border-radius:10px;padding:9px 14px}.login-mockup{display:block!important}.login-brand-panel{min-height:420px;width:100%!important}.onboarding-mockup{display:block!important}.onboarding-rail{width:100%!important;height:auto!important;position:static!important}.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell{display:block}.sidebar{z-index:70;border-bottom:1px solid #ffffff14;width:100%;height:auto;padding:12px 14px 10px;position:sticky;top:0}.sidebar>div:first-child{padding:0 4px 10px!important}.sidebar>div:nth-child(2),.sidebar>div:last-child{display:none!important}.sidebar nav{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.sidebar nav::-webkit-scrollbar{display:none}.sidebar-group{flex:none;gap:6px;margin-bottom:0;display:flex}.sidebar-label{display:none}.sidebar-link{white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff0f;flex:none;margin-bottom:0;padding:9px 11px}.topbar{flex-wrap:wrap;padding:14px 20px;position:static}.topbar>div:last-child{justify-content:flex-start;width:100%}.search{width:min(100%,340px)}.naya-header-row{flex-wrap:wrap;height:auto;padding-top:12px;padding-bottom:12px}.naya-nav{order:3;gap:18px;width:100%;margin-left:0;padding-bottom:2px;overflow-x:auto}.naya-search{width:min(100%,280px)}.naya-category-grid,.naya-grid-4,.naya-catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.naya-catalogue-layout,.naya-product-layout,.naya-order-layout{grid-template-columns:1fr}.naya-catalogue-layout aside>div,.naya-order-layout>div:last-child{position:static!important}}@media (width<=760px){.container{width:min(100% - 28px,1200px)}.mobile-nav-shell{flex-wrap:wrap;gap:12px!important;height:auto!important;padding:12px 14px!important}.mobile-nav-shell .public-nav-links{scrollbar-width:none;order:3;width:100%;padding-bottom:2px;overflow-x:auto;gap:16px!important}.mobile-nav-shell .public-nav-links::-webkit-scrollbar{display:none}.mobile-nav-shell .public-actions{gap:8px!important}.mobile-nav-shell .public-actions a{padding:9px 11px!important;font-size:13px!important}.landing-hero-grid{gap:28px!important}.landing-hero-grid h1{font-size:42px!important;line-height:1.08!important}.landing-hero-grid p{font-size:16px!important}.landing-hero-grid>div[style*=min-height]{min-height:330px!important}.landing-hero-grid>div:first-child>div:last-child{align-items:flex-start!important}.landing-hero-grid a{justify-content:center;width:100%}.marketing-card-grid,.marketing-plan-grid,.marketing-split,.landing-footer-grid{gap:14px!important}.marketing-card-grid{grid-template-columns:1fr!important}.marketing-split,.marketing-split[style],.marketing-card-grid[style],.marketing-plan-grid[style]{padding:24px!important}section[style*="padding: '72px 24px"],section[style*="padding: 72px 24px"]{padding-top:44px!important;padding-bottom:44px!important}.compare-row{min-width:760px}.login-brand-panel,.login-form-panel{padding:28px!important}.login-brand-panel{min-height:360px}.onboarding-rail,.onboarding-mockup main>div,.onboarding-mockup footer{padding-left:16px!important;padding-right:16px!important}.onboarding-rail{padding-top:16px!important;padding-bottom:14px!important}.onboarding-rail>a{margin-bottom:16px!important}.onboarding-rail>div:first-of-type{margin-bottom:10px!important}.onboarding-rail>div:first-of-type div:last-child{font-size:20px!important}.onboarding-rail>div:nth-of-type(2){margin-bottom:14px!important}.onboarding-rail>div:nth-of-type(3){scrollbar-width:none;padding-bottom:2px;overflow-x:auto;flex-direction:row!important;gap:8px!important}.onboarding-rail>div:nth-of-type(3)::-webkit-scrollbar{display:none}.onboarding-rail>div:nth-of-type(3) button{flex:none;padding:8px 10px!important}.onboarding-rail>div:nth-of-type(3) button>span:last-child,.onboarding-rail>div:nth-of-type(4){display:none!important}.onboarding-mockup main>div{padding-top:28px!important;padding-bottom:32px!important}.onboarding-mockup :not(.onboarding-rail)[style*=grid-template-columns]{grid-template-columns:1fr!important}.onboarding-mockup footer{z-index:30;gap:10px;position:sticky;bottom:0;flex-direction:column!important;align-items:stretch!important;padding-top:12px!important;padding-bottom:12px!important}.onboarding-mockup footer>div{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.onboarding-mockup footer button{width:100%;justify-content:center!important}.public-nav{flex-direction:column;align-items:flex-start;gap:16px;height:auto;padding:14px 0}.public-nav-links,.public-actions{flex-wrap:wrap;gap:12px;width:100%}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.page-title{font-size:34px}.topbar,.dashboard-content{padding-left:14px;padding-right:14px}.topbar{gap:12px}.topbar>div:first-child{width:100%}.topbar>div:last-child{gap:10px!important}.topbar .search,.topbar .btn{width:100%}.dashboard-content{padding-top:18px;padding-bottom:38px}.dashboard-inner>div:first-child{align-items:flex-start!important}.dashboard-content :not(.table-head):not(.table-row)[style*=grid-template-columns]{grid-template-columns:1fr!important}.dashboard-content [style*="padding: 24"]{padding:18px!important}.dashboard-content [style*="padding: 22"]{padding:16px!important}.table{border-radius:12px;overflow-x:auto}.table-head,.table-row{min-width:700px;padding-left:14px;padding-right:14px}.naya-container{padding-left:14px;padding-right:14px}.naya-header-row{gap:14px}.naya-nav{gap:16px}.naya-nav button{white-space:nowrap;font-size:13.5px!important}.naya-search{order:2;width:100%}.naya-category-grid,.naya-grid-4,.naya-catalogue-grid,.naya-checkout-fields{grid-template-columns:1fr}.naya-floating-whatsapp{border-radius:16px;justify-content:center;max-width:calc(100% - 28px);padding:13px 16px;bottom:12px;left:14px;right:14px}.naya-product-layout [style*="height: 420"]{height:320px!important}.naya-order-layout [style*="display: flex"][style*="align-items: center"][style*="gap: 16"]{flex-wrap:wrap;align-items:flex-start!important}.naya-order-layout [style*="width: 72"]{width:58px!important;height:58px!important}.naya-checkout-fields{gap:12px}.naya-container [style*="padding: 64"]{padding:34px 22px!important}.naya-container [style*="padding: 56"],.naya-container [style*="padding: 48"]{padding:28px 22px!important}.naya-container [style*="font-size: 48"]{font-size:34px!important}.naya-container [style*="font-size: 32"],.naya-container [style*="font-size: 30"]{font-size:26px!important}}.public-mobile-menu,.public-mobile-panel,.naya-mobile-filter-row,.naya-mobile-bottom-nav,.naya-mobile-filter-sheet,.mobile-dashboard-header,.mobile-dashboard-nav,.dashboard-mobile-summary,.onboarding-mobile-skip{display:none}@media (width<=640px){body{background:#f8fafc}.public-mobile-menu{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.mobile-nav-shell{flex-wrap:nowrap!important;height:64px!important;padding:10px 18px!important}.mobile-nav-shell .public-nav-links,.mobile-nav-shell .public-actions{display:none!important}main>section:first-child{padding:24px 18px 26px!important}.landing-hero-grid{display:block!important}.landing-hero-grid h1{margin-top:18px!important;font-size:38px!important;line-height:1.05!important}.landing-hero-grid p{font-size:15.5px!important;line-height:1.6!important}.landing-hero-grid>div:first-child>div:nth-of-type(2){flex-direction:column!important;gap:11px!important;margin-top:24px!important}.landing-hero-grid>div:first-child>div:nth-of-type(2) a{min-height:54px;border-radius:13px!important}.landing-hero-grid>div:last-child{margin-top:28px}.marketing-card-grid>*,.marketing-plan-grid>*{border-radius:16px!important}#tarifs{padding-left:18px!important;padding-right:18px!important}#tarifs h2,#faq h2{font-size:27px!important}.onboarding-mockup{background:#f8fafc!important;flex-direction:column!important;min-height:100svh!important;display:flex!important}.onboarding-rail{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;z-index:50!important;background:#f8fafcf5!important;width:100%!important;height:auto!important;padding:12px 18px 14px!important;position:sticky!important;top:0!important}.onboarding-rail>a,.onboarding-rail>div:last-child{display:none!important}.onboarding-rail>div:first-of-type{margin-bottom:12px!important}.onboarding-rail>div:first-of-type div:first-child{color:#0f766e!important;font-size:13px!important}.onboarding-rail>div:first-of-type div:last-child{color:#0f172a!important;font-size:18px!important}.onboarding-rail>div:nth-of-type(2){background:#e2e8f0!important;height:5px!important;margin-bottom:12px!important}.onboarding-rail>div:nth-of-type(3){flex-direction:row!important;gap:5px!important;display:flex!important;overflow:visible!important}.onboarding-rail>div:nth-of-type(3) button{pointer-events:none;background:0 0!important;border-radius:999px!important;flex:1 1 0!important;min-width:0!important;padding:0!important}.onboarding-rail>div:nth-of-type(3) button>span:first-child{border-radius:999px!important;width:100%!important;height:5px!important}.onboarding-rail>div:nth-of-type(3) button>span:first-child span,.onboarding-rail>div:nth-of-type(3) button>span:last-child{display:none!important}.onboarding-mockup main{min-height:0}.onboarding-mockup main>div{padding:22px 18px 108px!important;overflow:visible!important}.onboarding-mockup main>div>div{max-width:none!important}.onboarding-mockup h1{font-size:24px!important;line-height:1.16!important}.onboarding-mockup p{font-size:14px!important}.onboarding-mockup :not(.onboarding-rail)[style*=grid-template-columns]{grid-template-columns:1fr!important}.onboarding-mockup [style*="repeat(3, 1fr)"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.onboarding-mockup input,.onboarding-mockup textarea{min-height:48px;font-size:15px!important}.onboarding-mockup footer{z-index:70;bottom:0;left:0;right:0;box-shadow:0 -8px 24px -18px #0f172a80;background:#fff!important;border-top:1px solid #e2e8f0!important;padding:12px 18px 22px!important;position:fixed!important}.onboarding-mockup footer>button{display:none!important}.onboarding-mockup footer>div{width:100%;flex-direction:column!important;align-items:stretch!important;gap:8px!important}.onboarding-mockup footer>div>span{text-align:center}.onboarding-mockup footer button{min-height:52px;border-radius:14px!important;justify-content:center!important;width:100%!important}.naya-container{padding-left:18px;padding-right:18px}.naya-header-row{min-height:64px;flex-wrap:nowrap!important;gap:12px!important;height:auto!important;padding:8px 18px 12px!important}.naya-header-row>button:first-child span:last-child,.naya-nav{display:none!important}.naya-search{min-width:0;border-radius:12px!important;flex:auto!important;order:0!important;width:auto!important;padding:10px 13px!important}.naya-header-row>button[aria-label=Panier]{flex:0 0 42px}.naya-container>div[style*="border-radius: 28"]{border-radius:22px!important;padding:22px!important}.naya-category-grid{scrollbar-width:none;padding-bottom:2px;overflow-x:auto;gap:10px!important;display:flex!important}.naya-category-grid::-webkit-scrollbar{display:none}.naya-mobile-filter-row::-webkit-scrollbar{display:none}.naya-category-grid>button{flex:0 0 72px;background:0 0!important;border:0!important;padding:0!important}.naya-category-grid>button span{border-radius:18px!important;width:58px!important;height:58px!important}.naya-grid-4,.naya-catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px!important}.naya-catalogue-layout{grid-template-columns:1fr!important;gap:0!important}.naya-catalogue-layout>aside{display:none!important}.naya-mobile-filter-row{scrollbar-width:none;gap:9px;margin:-8px 0 16px;display:flex;overflow-x:auto}.naya-mobile-filter-row button{color:#6b5550;background:#fff;border:1px solid #f3e2da;border-radius:999px;flex:none;align-items:center;gap:6px;padding:9px 14px;font-size:13px;font-weight:800;display:inline-flex}.naya-mobile-filter-row button:first-child{color:#fff;background:#2a1a18;border-color:#2a1a18}.naya-mobile-filter-row button.active{color:#fff;background:#e11d48;border-color:#e11d48}.naya-product-card{border-radius:16px!important}.naya-product-media{height:112px!important}.naya-product-card-body{padding:11px!important}.naya-product-card-body [style*=text-transform]{display:none!important}.naya-product-card-body [style*="font-size: 15"]{font-size:13px!important}.naya-add-button{display:none!important}.naya-product-layout{grid-template-columns:1fr!important;gap:18px!important}.naya-product-layout>div:first-child>div:first-child{border-radius:22px!important;height:360px!important}.naya-product-layout>div:first-child>div:last-child,.naya-product-layout+div{display:none!important}.naya-order-layout{grid-template-columns:1fr!important;gap:14px!important}.naya-order-layout>div:last-child{z-index:30;margin-left:-18px;margin-right:-18px;bottom:0;box-shadow:0 -10px 28px -18px #2a1a1873;border-radius:24px 24px 0 0!important;position:sticky!important;top:auto!important}.naya-checkout-fields{grid-template-columns:1fr!important}.naya-floating-whatsapp{justify-content:center;border-radius:999px!important;width:52px!important;max-width:none!important;height:52px!important;padding:0!important;bottom:92px!important;left:auto!important;right:16px!important}.naya-floating-whatsapp span{display:none!important}.naya-mobile-bottom-nav{z-index:60;background:#fff;border-top:1px solid #f3e2da;justify-content:space-around;align-items:flex-start;height:78px;padding:12px 8px 0;display:flex;position:fixed;bottom:0;left:0;right:0}.naya-mobile-bottom-nav button,.naya-mobile-bottom-nav a{color:#b89b93;background:0 0;border:0;flex-direction:column;align-items:center;gap:4px;min-width:62px;font-size:10px;font-weight:700;display:flex;position:relative}.naya-mobile-bottom-nav .active{color:#e11d48}.naya-mobile-nav-bag{position:relative}.naya-mobile-nav-bag>span{color:#fff;background:#e11d48;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:900;display:grid;position:absolute;top:-8px;right:-10px}.naya-mobile-filter-sheet{z-index:90;display:block;position:fixed;inset:0}.naya-mobile-filter-scrim{background:#2a1a1873;border:0;position:absolute;inset:0}.naya-mobile-filter-panel{background:#fff;border-radius:28px 28px 0 0;padding:14px 22px 28px;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -10px 30px -12px #00000040}.naya-mobile-filter-handle{background:#e7dad3;border-radius:999px;width:44px;height:5px;margin:0 auto 18px;display:block}.naya-mobile-filter-title{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.naya-mobile-filter-title span{color:#2a1a18;font-size:19px;font-weight:900}.naya-mobile-filter-title button{color:#b89b93;background:0 0;border:0;font-size:13px;font-weight:800}.naya-mobile-filter-label{color:#6b5550;text-transform:uppercase;letter-spacing:0;margin-bottom:12px;font-size:13px;font-weight:900}.naya-mobile-filter-chips,.naya-mobile-filter-sort{flex-wrap:wrap;gap:9px;margin-bottom:24px;display:flex}.naya-mobile-filter-chips button,.naya-mobile-filter-sort button{color:#6b5550;background:#f8f3f0;border:0;border-radius:999px;padding:9px 16px;font-size:13px;font-weight:800}.naya-mobile-filter-sort button{border-radius:10px}.naya-mobile-filter-chips button.active,.naya-mobile-filter-sort button.active{color:#fff;background:#e11d48}.naya-mobile-filter-submit{color:#fff;background:#e11d48;border:0;border-radius:14px;width:100%;min-height:50px;font-size:15px;font-weight:900;box-shadow:0 12px 22px -10px #e11d4899}.mobile-dashboard-header{display:none}.mobile-dashboard-header-dashboard{padding:calc(18px + env(safe-area-inset-top)) 18px 14px;background:#0f172a;border-radius:0;justify-content:space-between;align-items:center;gap:16px;display:flex}.mobile-dashboard-bell{color:#cbd5e1;background:#ffffff14;border:0;border-radius:11px;place-items:center;width:40px;height:40px;display:grid;position:relative}.mobile-dashboard-bell span{background:#ef4444;border:1.5px solid #0f172a;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:9px}.sidebar{display:none!important}.topbar{background:#f1f5f9!important;border-bottom:0!important;padding:16px 18px 12px!important;display:flex!important;position:static!important}.topbar-dashboard{display:none!important}.topbar>div:first-child div:first-child{display:none}.topbar>div:first-child div:last-child{font-size:22px!important}.app-shell{background:#f1f5f9;min-height:100svh;display:block!important}.dashboard-content{padding:16px 18px 96px!important}.dashboard-inner{max-width:none}.dashboard-mobile-summary{background:#0f172a;border-radius:0 0 22px 22px;margin:-2px -18px 16px;padding:0 18px 18px;display:block}.app-shell-dashboard .dashboard-content{padding-top:0!important}.app-shell-dashboard .dashboard-mobile-summary{border-radius:0 0 22px 22px;margin:0 -18px 16px;padding:0 18px 18px}.dashboard-page-heading{display:none!important}.dashboard-content .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}.dashboard-content .grid-4 .surface,.dashboard-content .grid-4>div{border-radius:15px!important;padding:14px!important}.dashboard-content [style*="height: 200"]{height:90px!important}.dashboard-content [style*="grid-template-columns: 2fr 1fr"],.dashboard-content [style*="grid-template-columns: 1fr 1.3fr"]{grid-template-columns:1fr!important}.dashboard-content .table{background:0 0;border:0;border-radius:0;gap:11px;display:grid;overflow:visible}.dashboard-content .table-head{display:none!important}.dashboard-content .table-row{border-radius:15px;flex-direction:column;gap:10px;background:#fff!important;border:1px solid #e2e8f0!important;align-items:stretch!important;width:100%!important;min-width:0!important;padding:14px!important;display:flex!important}.dashboard-content .table-row>*{width:100%;text-align:left!important}.mobile-dashboard-nav{z-index:80;background:#fff;border-top:1px solid #e2e8f0;justify-content:space-around;align-items:flex-start;height:78px;padding-top:12px;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-dashboard-nav a{color:#94a3b8;flex-direction:column;align-items:center;gap:4px;min-width:68px;font-size:10px;font-weight:800;display:flex}.mobile-dashboard-nav a.active{color:#0f766e}.form-field input,.form-field textarea,.input-shell{border-radius:11px;min-height:48px}.mobile-nav-shell{position:relative}.public-mobile-panel{z-index:90;background:#fff;border:1px solid #e2e8f0;border-radius:16px;gap:6px;padding:10px;display:grid;position:absolute;top:calc(100% + 8px);left:18px;right:18px;box-shadow:0 24px 50px -24px #0f172a61}.public-mobile-panel a{color:#334155;border-radius:11px;justify-content:space-between;align-items:center;min-height:44px;padding:0 12px;font-size:14px;font-weight:800;display:flex}.public-mobile-panel a.primary{color:#fff;background:#0f766e;justify-content:center;box-shadow:0 12px 24px -14px #0f766ecc}.landing-mobile-mockup{min-height:auto!important}.landing-dashboard-card{border-radius:20px!important;padding:16px!important;box-shadow:0 20px 40px -20px #0f172a40!important}.landing-phone-card,.marketing-plan-grid>div:nth-child(2){display:none!important}.onboarding-stepper-copy{justify-content:space-between;align-items:center;gap:14px;display:flex!important}.onboarding-mobile-skip{color:#94a3b8;background:0 0;border:0;font-size:13px;font-weight:800;display:inline-flex!important}.onboarding-brand-assets{grid-template-columns:100px 1fr!important;gap:11px!important}.onboarding-brand-assets>div:first-child label,.onboarding-brand-assets>div:last-child label{min-height:100px!important}.onboarding-mockup footer{flex-direction:row!important;align-items:center!important;gap:10px!important}.onboarding-mockup footer>button{min-width:52px;height:50px;color:#475569!important;width:52px!important;box-shadow:none!important;background:#fff!important;border:1px solid #e2e8f0!important;padding:0!important;font-size:0!important;display:inline-flex!important}.onboarding-mockup footer>button:disabled{display:none!important}.onboarding-mockup footer>button svg{width:19px;height:19px}.onboarding-mockup footer>div{flex:auto;min-width:0}.onboarding-mockup footer>div>span{display:none!important}.onboarding-mockup footer>div button{min-height:50px;padding:14px!important}}.mobile-topbar-back,.mobile-menu-page-topbar,.mobile-menu-page-header,.mobile-menu-page-sticky-cta,.mobile-features-spotlight,.landing-mobile-home{display:none}@media (width<=640px){.landing-page-shell{background:#f4f7f6!important}.landing-desktop-announcement,.landing-desktop-header,.landing-desktop-main,.landing-page-shell>footer{display:none!important}.landing-mobile-home{color:#0f172a;background:#f4f7f6;min-height:100svh;padding-bottom:94px;display:block}.landing-mobile-hero{background:linear-gradient(165deg,#0f766e 0%,#0c5a53 55%,#0b3f3a 100%);border-radius:0 0 34px 34px;padding:50px 20px 86px;position:relative;overflow:hidden}.landing-mobile-orb{pointer-events:none;border-radius:50%;display:block;position:absolute}.landing-mobile-orb-top{background:radial-gradient(circle,#f59e0b47,#0000 70%);width:240px;height:240px;top:-70px;right:-50px}.landing-mobile-orb-bottom{background:radial-gradient(circle,#5eead42e,#0000 70%);width:200px;height:200px;bottom:30px;left:-60px}.landing-mobile-nav{z-index:220;justify-content:space-between;align-items:center;display:flex;position:relative}.landing-mobile-brand{color:#fff;align-items:center;gap:9px;display:flex}.landing-mobile-brand>span{background:#ffffff24;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.landing-mobile-brand>span>span{background:#fbbf24;border-radius:4px;width:13px;height:13px;transform:rotate(45deg)}.landing-mobile-brand strong{letter-spacing:0;font-size:19px;font-weight:800}.landing-mobile-menu-btn{z-index:235;color:#fff;background:#ffffff1f;border:0;border-radius:12px;place-items:center;width:42px;height:42px;display:grid;position:relative}.landing-mobile-menu-panel{top:calc(62px + env(safe-area-inset-top));z-index:230;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff7;border:1px solid #0f766e24;border-radius:18px;gap:8px;max-height:calc(100svh - 94px);padding:12px;display:grid;position:fixed;left:20px;right:20px;overflow-y:auto;box-shadow:0 28px 70px -26px #0000008c}.landing-mobile-menu-panel a{color:#334155;border-radius:11px;justify-content:space-between;align-items:center;min-height:44px;padding:0 13px;font-size:14px;font-weight:900;display:flex}.landing-mobile-menu-panel a.demo{color:#0f766e;background:#f0fdfa}.landing-mobile-menu-panel a.primary{color:#fff;background:#0f766e;justify-content:center}.landing-mobile-hero-copy{z-index:2;margin-top:26px;position:relative}.landing-mobile-pill{color:#ccfbf1;background:#ffffff24;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:7px;padding:7px 13px;font-size:11.5px;font-weight:800;display:inline-flex}.landing-mobile-pill span{background:#5eead4;border-radius:50%;width:7px;height:7px}.landing-mobile-hero h1{color:#fff;letter-spacing:0;margin:18px 0 0;font-size:39px;font-weight:800;line-height:1.02}.landing-mobile-hero h1 span{color:#fbbf24}.landing-mobile-hero p{color:#b9e6de;margin:14px 0 0;font-size:15.5px;font-weight:500;line-height:1.55}.landing-mobile-proof{align-items:center;gap:12px;margin-top:22px;display:flex}.landing-mobile-avatars{display:flex}.landing-mobile-avatars span{border:2px solid #0c5a53;border-radius:50%;width:34px;height:34px}.landing-mobile-avatars span+span{margin-left:-11px}.landing-mobile-proof>div:last-child{color:#8fcfc5;align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.landing-mobile-proof strong{color:#fff;font-size:13px;font-weight:900}.landing-mobile-preview-wrap{z-index:4;margin-top:-66px;padding:0 20px;position:relative}.landing-mobile-dashboard-preview{background:#fff;border-radius:22px;padding:15px;position:relative;box-shadow:0 24px 50px -22px #0f172a59}.landing-mobile-store-thumb{color:#fff;background:linear-gradient(135deg,#fb7185,#f59e0b);border-radius:16px;place-items:center;width:64px;height:64px;display:grid;position:absolute;top:-22px;right:14px;box-shadow:0 14px 24px -10px #e11d4880}.landing-mobile-preview-head{justify-content:space-between;align-items:center;margin-bottom:13px;padding-right:76px;display:flex}.landing-mobile-preview-head strong,.landing-mobile-preview-head span{display:block}.landing-mobile-preview-head strong{color:#0f172a;font-size:13px;font-weight:900}.landing-mobile-preview-head span{color:#94a3b8;margin-top:1px;font-size:11px;font-weight:700}.landing-mobile-preview-head em{color:#16a34a;background:#dcfce7;border-radius:999px;padding:3px 9px;font-size:10.5px;font-style:normal;font-weight:900}.landing-mobile-preview-kpis{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:11px;display:grid}.landing-mobile-preview-kpis div{border-radius:11px;padding:11px}.landing-mobile-preview-kpis div:first-child{background:#f0fdfa;border:1px solid #ccfbf1}.landing-mobile-preview-kpis div:last-child{background:#fffbeb;border:1px solid #fde68a}.landing-mobile-preview-kpis span{color:#0f766e;font-size:10px;font-weight:800;display:block}.landing-mobile-preview-kpis div:last-child span{color:#b45309}.landing-mobile-preview-kpis strong{color:#0f172a;margin-top:3px;font-size:16px;font-weight:900;display:block}.landing-mobile-chart{background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;align-items:flex-end;gap:6px;height:74px;padding:12px;display:flex}.landing-mobile-chart span{background:#5eead4;border-radius:4px 4px 0 0;flex:1}.landing-mobile-chart span:nth-child(4),.landing-mobile-chart span:nth-child(6){background:#0f766e}.landing-mobile-payment-toast{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:9px;margin-top:11px;padding:9px 11px;display:flex;box-shadow:0 8px 18px -10px #0f172a40}.landing-mobile-payment-toast>span{color:#16a34a;background:#dcfce7;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.landing-mobile-payment-toast strong,.landing-mobile-payment-toast small{display:block}.landing-mobile-payment-toast strong{color:#0f172a;font-size:11.5px;font-weight:900;line-height:1}.landing-mobile-payment-toast small{color:#94a3b8;margin-top:2px;font-size:10.5px;font-weight:700}.landing-mobile-trust{padding:24px 20px 4px}.landing-mobile-trust>p{color:#94a3b8;text-align:center;letter-spacing:.06em;text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:800}.landing-mobile-trust>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.landing-mobile-trust>div>div{background:#fff;border:1px solid #e8edec;border-radius:13px;flex-direction:column;align-items:center;gap:6px;min-width:0;padding:11px 6px;display:flex}.landing-mobile-trust span{border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.landing-mobile-trust strong{color:#475569;white-space:nowrap;font-size:10.5px;font-weight:900}.landing-mobile-quick-features{gap:10px;padding:18px 20px 28px;display:grid}.landing-mobile-quick-features article{background:#fff;border:1px solid #e8edec;border-radius:14px;align-items:center;gap:13px;padding:14px;display:flex}.landing-mobile-quick-features article>span{border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.landing-mobile-quick-features strong{color:#0f172a;font-size:14px;font-weight:900}.landing-mobile-quick-features p{color:#64748b;margin:1px 0 0;font-size:12px;font-weight:600;line-height:1.45}.landing-mobile-problem{background:#0f172a;padding:40px 22px 32px;position:relative;overflow:hidden}.landing-mobile-problem>span,.landing-mobile-section-head>span{color:#fbbf24;letter-spacing:.06em;text-transform:uppercase;font-size:11.5px;font-weight:900}.landing-mobile-problem h2{color:#fff;letter-spacing:0;margin:12px 0 0;font-size:25px;font-weight:900;line-height:1.15}.landing-mobile-problem>div{gap:11px;margin-top:24px;display:grid}.landing-mobile-problem article{color:#fca5a5;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:12px;padding:15px;display:flex}.landing-mobile-problem p{color:#cbd5e1;margin:0;font-size:13.5px;font-weight:600;line-height:1.4}.landing-mobile-steps{background:#f8fafc;padding:32px 22px 40px}.landing-mobile-section-head{text-align:center;margin-bottom:24px}.landing-mobile-section-head h2{color:#0f172a;letter-spacing:0;margin:10px 0 0;font-size:26px;font-weight:900;line-height:1.12}.landing-mobile-steps .landing-mobile-section-head>span{color:#0f766e}.landing-mobile-section-head p{color:#94a3b8;margin:12px 0 0;font-size:14px;font-weight:600;line-height:1.5}.landing-mobile-steps>div:last-child{gap:13px;display:grid}.landing-mobile-steps article{background:#fff;border:1px solid #e2e8f0;border-radius:18px;align-items:flex-start;gap:14px;padding:20px;display:flex;position:relative}.landing-mobile-steps article>span{color:#fff;background:#0f766e;border-radius:13px;flex:0 0 46px;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 10px 20px -8px #0f766e99}.landing-mobile-steps strong{color:#0f172a;font-size:17px;font-weight:900}.landing-mobile-steps p{color:#64748b;margin:5px 0 0;font-size:13.5px;font-weight:600;line-height:1.5}.landing-mobile-steps em{color:#f1f5f9;font-size:34px;font-style:normal;font-weight:900;line-height:1;position:absolute;top:16px;right:18px}.landing-mobile-pricing{background:#0f172a;padding:40px 22px 32px}.landing-mobile-pricing .landing-mobile-section-head h2{color:#fff;font-size:27px}.landing-mobile-plan-list{gap:12px;display:grid}.landing-mobile-plan-list article{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;padding:18px}.landing-mobile-plan-list article.featured{background:#fff;border:2px solid #f59e0b;margin-top:10px;position:relative;box-shadow:0 18px 36px -16px #f59e0b66}.landing-mobile-plan-list article>span{color:#0f172a;white-space:nowrap;background:#f59e0b;border-radius:999px;padding:4px 12px;font-size:10.5px;font-weight:900;position:absolute;top:-11px;left:50%;transform:translate(-50%)}.landing-mobile-plan-list article>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.landing-mobile-plan-list strong,.landing-mobile-plan-list b{color:#fff;font-size:16px;font-weight:900}.landing-mobile-plan-list b{font-size:18px}.landing-mobile-plan-list small{color:#94a3b8;font-size:11px;font-weight:800}.landing-mobile-plan-list p{color:#94a3b8;margin:4px 0 0;font-size:12.5px;font-weight:700;line-height:1.45}.landing-mobile-plan-list article.featured strong,.landing-mobile-plan-list article.featured b{color:#0f172a}.landing-mobile-plan-list article.featured small,.landing-mobile-plan-list article.featured p{color:#64748b}.landing-mobile-plan-list a{color:#fff;background:#0f766e;border-radius:11px;justify-content:center;align-items:center;min-height:44px;margin-top:14px;font-size:14px;font-weight:900;display:flex}.landing-mobile-final-cta{text-align:center;background:linear-gradient(135deg,#0f766e,#115e59);border-radius:22px;margin-top:24px;padding:28px 22px;position:relative;overflow:hidden}.landing-mobile-final-cta h3{color:#fff;margin:0;font-size:23px;font-weight:900;line-height:1.15}.landing-mobile-final-cta p{color:#99f6e4;margin:12px 0 18px;font-size:14px;font-weight:700}.landing-mobile-final-cta a{color:#0f766e;background:#fff;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:49px;font-size:15px;font-weight:900;display:flex}.landing-mobile-sticky-cta{z-index:80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-top:1px solid #e8edec;gap:12px;padding:13px 18px 24px;display:flex;position:fixed;bottom:0;left:0;right:0}.landing-mobile-sticky-cta a:first-child{color:#0f172a;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex:1 1 0;justify-content:center;align-items:center;gap:9px;min-width:0;min-height:52px;font-size:15px;font-weight:900;display:flex}.landing-mobile-sticky-cta a:first-child svg{color:#0f766e}.landing-mobile-sticky-cta a:last-child{color:#fff;background:#0f766e;border-radius:14px;flex:1.15 1 0;justify-content:center;align-items:center;gap:9px;min-width:0;min-height:52px;font-size:15px;font-weight:900;display:flex;box-shadow:0 12px 24px -10px #0f766e99}.login-mockup{background:#f8fafc!important;min-height:100svh!important;display:block!important}.login-brand-panel{border-radius:0 0 28px 28px;width:100%!important;min-height:auto!important;padding:50px 24px 32px!important}.login-brand-panel h1{margin-top:22px!important;font-size:26px!important;line-height:1.16!important}.login-brand-panel p{margin-top:8px!important;font-size:14px!important;line-height:1.55!important}.login-brand-panel>div:nth-of-type(2)>div,.login-brand-panel>span{display:none!important}.login-form-panel{align-items:flex-start!important;padding:26px 24px 24px!important}.login-form-panel>div{max-width:none!important}.login-form-panel form button[type=submit]{min-height:52px;border-radius:13px!important}.marketing-hero{padding:24px 18px 22px!important}.marketing-hero h1{margin-top:10px!important;font-size:30px!important;line-height:1.08!important}.marketing-hero p{margin-top:12px!important;font-size:14.5px!important;line-height:1.55!important}.marketing-hero-left{text-align:left!important}.marketing-hero-left h1,.marketing-hero-left p{margin-left:0!important;margin-right:0!important}.features-showcase-section,.marketing-more-title{display:none!important}.features-card-grid>div{align-items:flex-start!important;gap:13px!important;padding:16px!important;display:flex!important}.features-card-grid>div>span{flex:0 0 44px;width:44px!important;height:44px!important}.features-card-grid h3{margin:0!important;font-size:15px!important;line-height:1.25!important}.features-card-grid p{margin:4px 0 0!important;font-size:13px!important;line-height:1.5!important}.pricing-plan-grid>div:nth-child(2){display:flex!important}.pricing-plan-grid>div{padding:18px!important}.pricing-plan-grid>div>h3{font-size:16px!important}.pricing-plan-grid>div>p{min-height:0!important;margin:5px 0 10px!important;font-size:12.5px!important}.pricing-plan-grid>div>div:last-child{display:none!important}.pricing-plan-grid>div>a{min-height:46px;border-radius:11px!important;margin:14px 0 0!important}.marketing-filter-row{scrollbar-width:none;padding-bottom:2px;overflow-x:auto;flex-wrap:nowrap!important;justify-content:flex-start!important}.marketing-filter-row::-webkit-scrollbar{display:none}.marketing-filter-row button{flex:none;padding:8px 14px!important;font-size:12.5px!important}.examples-card-grid>a{border-radius:18px!important}.examples-card-grid>a>div:first-child{height:120px!important;padding:14px!important}.examples-card-grid p{display:none!important}.examples-card-grid>a>div:last-child{padding:14px!important}.mobile-topbar-back{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:0 0 40px;justify-content:center;align-items:center;width:40px!important;height:40px!important;display:inline-flex!important}.topbar{padding:calc(12px + env(safe-area-inset-top)) 18px 12px!important;flex-wrap:wrap!important;align-items:center!important;gap:12px!important}.topbar>.mobile-topbar-back{width:40px!important}.topbar-title-block{min-width:0;flex:auto!important;width:auto!important}.topbar-title-block>div:first-child{display:none!important}.topbar-title-block>div:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;letter-spacing:0!important;font-size:21px!important}.topbar>div:last-child{flex:1 0 100%;width:100%}.topbar .search{background:#fff;border-radius:12px;min-height:46px}.dashboard-page-intro{display:none!important}.dashboard-content{padding-top:4px!important}.dashboard-content .surface{border-radius:16px!important}.dashboard-content .surface-tight{border-radius:14px!important;grid-template-columns:none!important;align-items:center!important;gap:12px!important;padding:12px!important;display:flex!important}.dashboard-content .surface-tight .btn{margin-left:auto;border-radius:10px!important;width:auto!important;min-height:36px!important;padding:0 12px!important}.dashboard-content .table-row{border-radius:14px!important}.dashboard-content .btn{border-radius:13px;min-height:46px}.dashboard-content .form-field{min-width:0}.dashboard-content .badge{white-space:nowrap}.public-frame .marketing-hero{text-align:left!important;background:linear-gradient(165deg,#0f766e 0%,#0c5a53 55%,#0b3f3a 100%)!important;border-radius:0 0 34px 34px!important;padding:50px 20px 30px!important;position:relative!important;overflow:hidden!important}.public-frame .marketing-hero>.marketing-eyebrow{display:none!important}.public-frame .marketing-hero h1{color:#fff!important;letter-spacing:0!important;max-width:340px!important;margin:0!important;font-size:32px!important;line-height:1.05!important}.public-frame .marketing-hero h1 span{color:#fbbf24!important}.public-frame .marketing-hero p{color:#b9e6de!important;max-width:340px!important;margin:12px 0 0!important;font-size:14.5px!important;line-height:1.55!important}.public-frame-pricing .marketing-hero h1,.public-frame-pricing .marketing-hero p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.public-frame-features .features-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important;padding:14px 20px 28px!important}.public-frame-features .features-card-grid>div{border-radius:16px!important;padding:15px!important;display:block!important}.public-frame-features .features-card-grid>div:nth-child(n+7){display:none!important}.public-frame-features .features-card-grid>div>span{width:42px!important;height:42px!important;display:grid!important}.public-frame-pricing .pricing-plan-grid{grid-template-columns:1fr!important;gap:12px!important;padding:18px 20px 28px!important;display:grid!important}.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured)>a,.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured)>div:last-child,.public-frame-pricing .pricing-plan-card>div:nth-of-type(2){display:none!important}.public-frame-pricing .pricing-plan-card-featured{background:linear-gradient(160deg,#0f766e,#0b544d)!important;border:0!important;border-radius:18px!important;padding:20px!important}.public-frame-pricing .pricing-plan-card-featured h3,.public-frame-pricing .pricing-plan-card-featured>div:first-of-type span:first-child{color:#fff!important}.public-frame-pricing .pricing-plan-card-featured>div:last-child{gap:9px!important;margin-top:16px!important;display:flex!important}.public-frame-pricing .pricing-plan-card-featured>a{color:#0f766e!important;background:#fff!important;display:block!important}.public-frame-examples .examples-card-grid{flex-direction:column!important;gap:14px!important;padding:14px 20px 28px!important;display:flex!important}.public-frame-examples .examples-card-grid>a>div:first-child{height:128px!important}}@media (width<=760px){.onboarding-template-grid,.theme-template-grid{grid-template-columns:1fr!important}.storefront-template .naya-header-row{min-height:64px;padding-top:10px;padding-bottom:10px;gap:10px!important;height:auto!important}.storefront-template .naya-header-row>button:first-child{flex:1;min-width:0}.storefront-template .naya-header-row>button:first-child span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:18px!important}.storefront-template .naya-nav,.storefront-template .naya-search{display:none!important}.template-hero,.template-food-hero,.template-editorial-hero,.template-single-hero,.template-catalogue-layout,.template-story-band,.template-story-band:nth-child(2n){grid-template-columns:1fr!important}.template-hero,.template-food-hero,.template-editorial-hero,.template-single-hero{gap:18px;padding-top:18px;padding-bottom:18px}.template-hero h1,.template-editorial-hero h1,.template-single-hero h1,.template-story-intro h1,.template-rails-hero h1{font-size:38px;line-height:1.02}.template-hero p,.template-editorial-hero p,.template-single-hero p,.template-story-intro p,.template-rails-hero p{font-size:15px}.template-hero-visual{border-radius:24px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:280px;padding:14px}.template-hero-visual>button{border-radius:17px;min-height:118px}.template-product-grid,.template-dense-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.template-product-card{border-radius:18px}.template-product-media,.template-product-card.compact .template-product-media{height:142px}.template-product-card>div{padding:12px}.template-product-card p{display:none}.template-product-card>div>button:first-of-type{font-size:14px;line-height:1.22}.template-product-card strong{font-size:16px}.template-product-card>div>button:last-child{min-height:40px;padding:9px;font-size:12px}.template-food-menu{border-radius:22px;padding:12px}.template-menu-row{border-radius:15px;grid-template-columns:62px minmax(0,1fr) auto;gap:10px}.template-menu-row>button:first-child{width:62px;height:62px}.template-menu-row small{display:none}.template-menu-row>button:last-child{grid-column:1/-1;width:100%;height:38px}.template-editorial-board{grid-template-columns:1fr 1fr;min-height:360px}.template-editorial-board button:first-child{grid-area:auto/1/auto/-1}.template-journal-list button{grid-template-columns:38px minmax(0,1fr) auto;gap:10px;padding:15px 0}.template-journal-list em{display:none}.template-journal-list strong{font-size:16px}.template-single-product{border-radius:30px;min-height:330px}.template-benefits{grid-template-columns:1fr}.template-market-strip{border-radius:22px;flex-direction:column;align-items:flex-start;min-height:0}.template-market-strip strong{font-size:28px}.template-story-band,.template-story-band:nth-child(2n){padding:30px 24px}.template-story-band:nth-child(2n)>button{order:0}.template-story-band>button{border-radius:24px;height:260px}.template-story-band h2{font-size:26px}.template-rails-hero{border-radius:26px;min-height:300px;margin-top:16px;padding:28px 22px}.template-rail-scroll{grid-auto-columns:minmax(210px,235px)}.template-craft-story{border-radius:22px;flex-direction:column;align-items:flex-start}.template-catalogue{padding-top:20px;padding-bottom:94px}.template-catalogue-head{align-items:center}.template-catalogue-head h1{font-size:28px}.template-catalogue-head>button{display:inline-flex}.template-catalogue aside{display:none}.template-sort-row{flex-direction:column;align-items:flex-start}.template-sort-row div{width:100%;overflow-x:auto}.template-sort-row button{flex:1;min-width:max-content}}@media (width<=420px){.template-product-grid,.template-dense-grid,.template-hero-visual{grid-template-columns:1fr}.template-hero-visual>button:nth-child(n+3){display:none}}@media (width<=760px){.public-frame{background:#f4f7f6!important;min-height:100svh!important;padding-bottom:94px!important}.public-frame-header,.public-frame .public-footer,.mobile-menu-page-topbar{display:none!important}.mobile-menu-page-header{z-index:120;padding:calc(12px + env(safe-area-inset-top)) 20px 12px;background:linear-gradient(165deg,#0f766e 0%,#0c5a53 56%,#0b3f3a 100%);border-bottom:1px solid #ffffff1a;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px;position:sticky;top:0;box-shadow:0 16px 36px -24px #0b3f3ad9;display:grid!important}.mobile-menu-page-back,.mobile-menu-page-menu{color:#fff;background:#ffffff1f;border:0;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.mobile-menu-page-title{text-align:center;min-width:0}.mobile-menu-page-title span{color:#ccfbf1c7;text-transform:uppercase;font-size:10.5px;font-weight:850;display:block}.mobile-menu-page-title strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;display:block;overflow:hidden}.mobile-menu-page-panel{top:calc(66px + env(safe-area-inset-top));z-index:125;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff7;border:1px solid #0f766e1f;border-radius:18px;gap:7px;padding:10px;display:grid;position:absolute;left:20px;right:20px;box-shadow:0 26px 54px -24px #0f172a6b}.mobile-menu-page-panel a{color:#334155;border-radius:12px;justify-content:space-between;align-items:center;min-height:44px;padding:0 13px;font-size:14px;font-weight:900;display:flex}.mobile-menu-page-panel a.active{color:#0f766e;background:#f0fdfa}.mobile-menu-page-panel a span{color:#0f766e;text-transform:uppercase;font-size:10px;font-weight:950}.mobile-menu-page-panel a.primary{color:#fff;background:#0f766e;justify-content:center}.public-frame .marketing-hero{text-align:left!important;background:linear-gradient(165deg,#0f766e 0%,#0c5a53 55%,#0b3f3a 100%)!important;border-radius:0 0 34px 34px!important;padding:34px 20px 30px!important;position:relative!important;overflow:hidden!important}.public-frame .marketing-hero:before{content:""!important;background:radial-gradient(circle,#f59e0b45,#0000 70%)!important;border-radius:50%!important;width:230px!important;height:230px!important;position:absolute!important;top:-82px!important;right:-52px!important}.public-frame .marketing-hero h1{z-index:1!important;color:#fff!important;letter-spacing:0!important;max-width:350px!important;margin:0!important;font-size:32px!important;line-height:1.05!important;position:relative!important}.public-frame-pricing .marketing-hero h1{text-align:center!important;max-width:330px!important;margin-left:auto!important;margin-right:auto!important;font-size:30px!important}.public-frame .marketing-hero h1 span{color:#fbbf24!important}.public-frame .marketing-hero p{z-index:1!important;color:#b9e6de!important;max-width:340px!important;margin:12px 0 0!important;font-size:14.5px!important;font-weight:600!important;line-height:1.55!important;position:relative!important}.public-frame-pricing .marketing-hero p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.public-frame-pricing main>section:nth-of-type(2){background:#f4f7f6!important;margin-top:-2px!important;padding:14px 20px 6px!important}.public-frame-pricing main>section:nth-of-type(2)>div>div{justify-content:center;width:100%;border-color:#e8edec!important;border-radius:14px!important}.public-frame-features .features-showcase-section,.public-frame-pricing main>section:nth-of-type(4),.public-frame .marketing-cta-band{display:none!important}.mobile-features-spotlight{padding:18px 20px 0!important;display:block!important}.public-frame-features .features-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important;padding:14px 20px 28px!important;display:grid!important}.public-frame-features .features-card-grid>div{border-color:#e8edec!important;border-radius:16px!important;padding:15px!important;display:block!important}.public-frame-features .features-card-grid>div:nth-child(n+7){display:none!important}.public-frame-features .features-card-grid h3{font-size:14px!important;line-height:1.22!important}.public-frame-features .features-card-grid p{font-size:12px!important;line-height:1.45!important}.public-frame-pricing .pricing-plan-grid{flex-direction:column!important;gap:12px!important;padding:18px 20px 28px!important;display:flex!important}.public-frame-pricing .pricing-plan-card{border-color:#e8edec!important;border-radius:16px!important;padding:17px!important}.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured){grid-template-columns:1fr auto!important;align-items:center!important;gap:4px 12px!important;display:grid!important}.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured)>h3,.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured)>div:first-of-type{margin:0!important}.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured)>p{grid-column:1/-1;min-height:0!important;margin:4px 0 0!important}.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured)>a,.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured)>div:last-child,.public-frame-pricing .pricing-plan-card:not(.pricing-plan-card-featured)>div:nth-of-type(2){display:none!important}.public-frame-pricing .pricing-plan-card-featured{background:linear-gradient(160deg,#0f766e,#0b544d)!important;border:0!important;border-radius:18px!important;padding:20px!important}.public-frame-pricing .pricing-plan-card-featured h3,.public-frame-pricing .pricing-plan-card-featured>p,.public-frame-pricing .pricing-plan-card-featured>div:first-of-type span:first-child{color:#fff!important}.public-frame-pricing .pricing-plan-card-featured>div:last-child{gap:9px!important;margin-top:16px!important;display:flex!important}.public-frame-pricing .pricing-plan-card-featured>a{color:#0f766e!important;background:#fff!important;display:block!important}.public-frame-examples .marketing-filter-row{padding-bottom:4px;flex-wrap:nowrap!important;justify-content:flex-start!important;overflow-x:auto!important}.public-frame-examples .marketing-filter-row button{flex:none}.public-frame-examples .examples-card-grid{flex-direction:column!important;gap:14px!important;padding:14px 20px 28px!important;display:flex!important}.public-frame-examples .examples-card-grid>a{border-color:#e8edec!important;border-radius:18px!important;box-shadow:0 10px 26px -18px #0f172a33!important}.public-frame-examples .examples-card-grid>a>div:first-child{height:128px!important}.public-frame-examples .examples-card-grid p{display:none!important}.public-frame-examples .examples-card-grid>a>div:last-child{padding:15px!important}.mobile-menu-page-sticky-cta{left:18px;right:18px;bottom:calc(18px + env(safe-area-inset-bottom));z-index:110;color:#fff;background:#0f766e;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:52px;font-size:15px;font-weight:900;position:fixed;box-shadow:0 12px 24px -10px #0f766e99;display:flex!important}:root{--mobile-bottom-nav-height:78px;--mobile-fixed-cta-height:88px}html,body,#root{background:#f1f5f9;min-height:100dvh}.app-shell,.landing-mobile-home,.public-frame,.storefront-template,.onboarding-mockup,.login-mockup{min-height:100dvh!important}.dashboard-content,.app-shell-dashboard .dashboard-content{padding-bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom) + 10px)!important}.mobile-dashboard-nav,.naya-mobile-bottom-nav{height:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}.landing-mobile-home{padding-bottom:calc(var(--mobile-fixed-cta-height) + env(safe-area-inset-bottom))!important}.landing-mobile-sticky-cta{padding-bottom:max(16px, env(safe-area-inset-bottom))!important}.public-frame{padding-bottom:0!important}.public-frame main{padding-bottom:calc(var(--mobile-fixed-cta-height) + env(safe-area-inset-bottom))!important}.template-catalogue{padding-bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom) + 10px)!important}.mobile-menu-page-sticky-cta{bottom:calc(14px + env(safe-area-inset-bottom))!important}}
