:root{--bg:#faf8f6;--bg-rose:#fff4f7;--bg2:#fff;--surface:#fff;--surface2:#f4f0ee;--line:#14141414;--line-2:#14141424;--text:#171515;--muted:#6f6868;--muted2:#767070;--ink:#171515;--on-rose:#fff;--rose:#f43f7a;--rose2:#fce7ef;--rose3:#fff4f7;--rosedeep:#d92b63;--champ:#171515;--gold:#b34a72;--wa:#25d366;--ok:#17a34a;--ok2:#e7f6ed;--danger:#d92d20;--danger2:#fdecea;--warn2:#fff6e5;--r:20px;--r-sm:14px;--shadow-1:0 1px 2px #1414140a, 0 4px 14px #1414140a;--shadow-2:0 2px 6px #1414140d, 0 12px 32px #14141412;--shadow:var(--shadow-1);--shadow-rose:0 8px 22px #f43f7a42;--font-d:"Playfair Display", Georgia, "Times New Roman", serif;--font-b:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--safe-b:env(safe-area-inset-bottom,0px);--safe-t:env(safe-area-inset-top,0px);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);font-family:var(--font-b);-webkit-font-smoothing:antialiased;margin:0;padding:0}body{min-height:100dvh;overflow-x:hidden}img{max-width:100%;display:block}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0;padding:0}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}::selection{background:var(--rose2);color:var(--ink)}:focus-visible{outline:2px solid var(--rose);outline-offset:2px;border-radius:6px}.phone{background:var(--bg);max-width:480px;min-height:100dvh;margin:0 auto;position:relative}@media (min-width:720px){body.app-shell{background:radial-gradient(1100px 620px at 50% -12%, var(--rose3) 0%, #f3efec 70%)}.phone{min-height:calc(100dvh - 48px);box-shadow:0 30px 80px #1414141f, 0 0 0 1px var(--line);border-radius:34px;margin:24px auto;overflow:hidden}}.screen{padding:calc(20px + var(--safe-t)) 22px calc(28px + var(--safe-b));background:var(--bg);flex-direction:column;min-height:100dvh;display:flex}@media (min-width:720px){.screen{min-height:calc(100dvh - 48px)}}.screen.light{background:var(--bg-rose)}.screen.light .muted{color:var(--muted)}.grow{flex:1}.center{text-align:center}.muted{color:var(--muted)}.small{font-size:13.5px}.tiny{font-size:12px}.stack{flex-direction:column;gap:12px;display:flex}.row{align-items:center;gap:10px;display:flex}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.mt{margin-top:16px}.mt-l{margin-top:28px}.mb{margin-bottom:16px}.display{font-family:var(--font-b);letter-spacing:-.028em;font-weight:800;line-height:1.12}.display.serif{font-family:var(--font-d);letter-spacing:-.01em;font-weight:600}.h1{font-size:33px}.h2{font-size:26px}.h3{font-size:19px}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-size:11px;font-weight:700}.lead{color:var(--muted);font-size:15.5px;line-height:1.5}.brand{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-size:11.5px;font-weight:700}.btn{letter-spacing:.01em;white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:52px;padding:0 24px;font-size:15px;font-weight:600;transition:transform .15s,box-shadow .2s,opacity .2s,background .2s;display:inline-flex}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.45;cursor:default;box-shadow:none;transform:none}.btn-rose{background:linear-gradient(180deg, #f9508a 0%, var(--rose) 100%);color:var(--on-rose);box-shadow:var(--shadow-rose)}.btn-rose:hover{box-shadow:0 10px 26px #f43f7a57}.btn-light{background:var(--rose2);color:var(--rosedeep)}.btn-ghost{background:var(--surface);color:var(--text);box-shadow:inset 0 0 0 1px var(--line), var(--shadow-1)}.btn-outline,.btn-outline-dark{color:var(--text);box-shadow:inset 0 0 0 1px var(--line-2);background:0 0}.btn-wa{background:var(--wa);color:#06331d;box-shadow:0 8px 20px #25d3663d}.btn-block{width:100%}.btn-sm{height:40px;padding:0 16px;font-size:13.5px}.btn-icon{background:var(--surface);width:44px;height:44px;box-shadow:inset 0 0 0 1px var(--line);border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.link{color:var(--rosedeep);font-weight:600}.link-muted{color:var(--muted);text-underline-offset:3px;text-decoration:underline}.field{flex-direction:column;gap:7px;display:flex}.field label{color:var(--text);font-size:13px;font-weight:600}.input{background:var(--surface);border:1px solid var(--line-2);width:100%;height:52px;color:var(--text);border-radius:14px;outline:none;padding:0 16px;font-size:16px;transition:border-color .18s,box-shadow .18s}.input:focus{border-color:var(--rose);box-shadow:0 0 0 3px #f43f7a1f}textarea.input{resize:vertical;height:auto;min-height:96px;padding:14px 16px;line-height:1.45}.input::placeholder{color:var(--muted2)}.light .input{background:#fff}.input-prefix{position:relative}.input-prefix span{color:var(--muted);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.input-prefix .input{padding-left:46px}.input-suffix{position:relative}.input-suffix .input{padding-right:48px}.input-suffix>button{width:38px;height:38px;color:var(--muted2);border-radius:999px;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.input-suffix>button:active{background:var(--surface2)}.error{color:var(--danger);font-size:13px;line-height:1.4}.notice{background:var(--rose3);color:var(--text);border:1px solid #f43f7a29;border-radius:14px;padding:12px 14px;font-size:13px;line-height:1.45}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-1);overflow:hidden}.card-pad{padding:18px}.chip{background:var(--surface);height:36px;box-shadow:inset 0 0 0 1px var(--line);color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:0 14px;font-size:13.5px;font-weight:600;transition:background .2s,color .2s,box-shadow .2s;display:inline-flex}.chip.on{background:var(--rose);color:var(--on-rose);box-shadow:none}.chips{scrollbar-width:none;gap:8px;padding:2px 0;display:flex;overflow-x:auto}.chips::-webkit-scrollbar{display:none}.badge{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.pill{letter-spacing:.02em;border-radius:999px;align-items:center;height:26px;padding:0 10px;font-size:11.5px;font-weight:700;display:inline-flex}.pill-rose{background:var(--rose);color:var(--on-rose)}.pill-dark{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009}.pill-ok{background:var(--ok2);color:var(--ok)}.pill-muted{background:var(--surface2);color:var(--muted)}.topbar{justify-content:space-between;align-items:center;height:44px;margin-bottom:14px;display:flex}.topbar .title{font-size:15px;font-weight:700}.progress{background:var(--rose2);border-radius:999px;height:5px;overflow:hidden}.progress i{background:linear-gradient(90deg, #f9508a, var(--rose));border-radius:999px;height:100%;transition:width .45s cubic-bezier(.2,.7,.2,1);display:block}.steplabel{color:var(--rosedeep);white-space:nowrap;font-size:12.5px;font-weight:600}.opts{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.opt{background:var(--surface);min-height:76px;box-shadow:inset 0 0 0 1px var(--line);color:var(--muted);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:10px 6px;font-size:12px;font-weight:600;line-height:1.25;transition:box-shadow .18s,background .18s,color .18s;display:flex}.opt svg{width:22px;height:22px}.opt.on{background:var(--rose3);box-shadow:inset 0 0 0 1.5px var(--rose);color:var(--rosedeep)}.opt:active{transform:scale(.97)}.rows{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-1);overflow:hidden}.rowlink{text-align:left;border-bottom:1px solid var(--line);background:0 0;align-items:center;gap:13px;width:100%;padding:14px 16px;transition:background .15s;display:flex}.rows>.rowlink:last-child{border-bottom:0}.rowlink:active{background:var(--surface2)}.rowlink .tx{flex:1;min-width:0}.rowlink .tx b{font-size:14.5px;font-weight:600;display:block}.rowlink .tx span{color:var(--muted);margin-top:1px;font-size:12.5px;display:block}.rowlink .go{color:var(--muted2);font-size:18px;line-height:1}.rowlink.danger .tx b{color:var(--danger)}.icotile{background:var(--rose2);width:38px;height:38px;color:var(--rosedeep);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.icotile svg{width:19px;height:19px}.icotile.wa{background:var(--ok2);color:#0f9d58}.icotile.mail{background:var(--rose2);color:var(--rosedeep)}.icotile.faq{color:#5b63d3;background:#eef0ff}.icotile.video{color:#2d7ff0;background:#e8f2ff}.icotile.time{background:var(--warn2);color:#b5751a}.icotile.neutral{background:var(--surface2);color:var(--muted)}.grid3{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.tile{aspect-ratio:1;background:var(--surface2);box-shadow:inset 0 0 0 1px var(--line);border-radius:16px;position:relative;overflow:hidden}.tile img{object-fit:cover;width:100%;height:100%}.tile .x{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1715159e;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;display:flex;position:absolute;top:6px;right:6px}.tile .n{min-width:22px;height:22px;color:var(--ink);background:#fffffff0;border-radius:999px;justify-content:center;align-items:center;padding:0 7px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:8px;left:8px}.tile .arrows{gap:4px;display:flex;position:absolute;bottom:6px;right:6px}.tile .arrows button{color:#fff;background:#1715159e;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;display:flex}.tile.add{border:1.5px dashed var(--line-2);background:var(--surface);color:var(--muted2);cursor:pointer;box-shadow:none;justify-content:center;align-items:center;font-size:28px;display:flex}.tile.add:hover{background:var(--rose3);border-color:var(--rose);color:var(--rosedeep)}.orb-wrap{width:240px;height:240px;margin:0 auto;position:relative}.orb-ring{background:conic-gradient(from 0deg, var(--rose), #ffb4cd, transparent 60%, transparent);border-radius:999px;animation:2.4s linear infinite spin;position:absolute;inset:0;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 4px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,#0000 calc(100% - 4px),#000 calc(100% - 3px))}.orb-ring.slow{opacity:.45;animation-duration:5s;animation-direction:reverse;inset:12px}@keyframes spin{to{transform:rotate(360deg)}}.orb-img{border-radius:999px;position:absolute;inset:24px;overflow:hidden;box-shadow:0 18px 44px #1414142e}.orb-img img{object-fit:cover;width:100%;height:100%;animation:3s ease-in-out infinite breathe}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.steps{flex-direction:column;gap:14px;display:flex}.step{color:var(--muted);align-items:center;gap:12px;font-size:15px;transition:color .3s;display:flex}.step .dot{border:1.5px solid var(--line-2);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;transition:all .3s;display:flex}.step.active{color:var(--text);font-weight:600}.step.active .dot{border-color:var(--rose);box-shadow:0 0 0 4px #f43f7a1f}.step.done{color:var(--text)}.step.done .dot{background:var(--rose);border-color:var(--rose);color:var(--on-rose)}.phrase{min-height:20px;color:var(--muted);font-style:italic;animation:.6s fade}@keyframes fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.thumbs-progress{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.thumbs-progress div{opacity:.35;border-radius:8px;width:30px;height:30px;transition:opacity .3s;overflow:hidden}.thumbs-progress div.on{opacity:1;outline:2px solid var(--rose)}.thumbs-progress div.ok{opacity:1}.thumbs-progress div.bad{opacity:1;outline:2px solid var(--danger)}.thumbs-progress img{object-fit:cover;width:100%;height:100%}.ba{aspect-ratio:4/5;border-radius:var(--r);background:var(--surface2);-webkit-user-select:none;user-select:none;touch-action:pan-y;width:100%;position:relative;overflow:hidden}.ba img{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.ba .after{clip-path:inset(0 0 0 var(--cut,50%))}.ba .handle{top:0;bottom:0;left:var(--cut,50%);background:#fff;width:2px;position:absolute;transform:translate(-1px);box-shadow:0 0 12px #0006}.ba .knob{top:50%;left:var(--cut,50%);width:40px;height:40px;color:var(--ink);background:#fff;border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 6px 20px #1414144d}.ba .tag{color:#fff;letter-spacing:.06em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1715158c;border-radius:999px;padding:5px 11px;font-size:11px;font-weight:700;position:absolute;bottom:12px}.ba .tag.l{left:12px}.ba .tag.r{right:12px}.pcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-1);animation:.5s cubic-bezier(.2,.7,.2,1) both up;animation-delay:calc(var(--i,0) * 70ms);overflow:hidden}@keyframes up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.pcard .body{padding:16px 18px 18px}.pcard .name{letter-spacing:-.02em;font-size:19px;font-weight:700;line-height:1.2}.pcard .desc{color:var(--muted);margin-top:6px;font-size:14px;line-height:1.5}.pcard .price{color:var(--champ);letter-spacing:-.02em;margin-top:12px;font-size:19px;font-weight:800}.sticky-cta{padding:12px 0 calc(8px + var(--safe-b));background:linear-gradient(180deg, #faf8f600 0%, var(--bg) 35%);margin-top:8px;position:sticky;bottom:0}.pronto-cab{background:linear-gradient(180deg, var(--rose3) 0%, #fff0 100%);border-radius:var(--r);margin-bottom:4px;padding:22px 18px 20px}.pronto-emoji{margin-bottom:8px;font-size:34px;line-height:1}.sheet-back{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background:#17151566;animation:.25s fade;position:fixed;inset:0}.sheet{background:var(--bg2);width:100%;max-width:480px;max-height:92dvh;padding:12px 22px calc(24px + var(--safe-b));z-index:51;border-radius:28px 28px 0 0;animation:.35s cubic-bezier(.2,.7,.2,1) sheetIn;position:fixed;bottom:0;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 -20px 60px #1414142e}@keyframes sheetIn{0%{opacity:0;transform:translate(-50%,40px)}to{opacity:1;transform:translate(-50%)}}.sheet .grip{background:var(--line-2);border-radius:999px;width:40px;height:4px;margin:0 auto 16px}.sheet.light{background:var(--bg2)}.sheet.light .grip{background:var(--line-2)}.sheet.light .muted{color:var(--muted)}.sheet.light .input{background:var(--surface)}.seg{background:var(--surface2);border-radius:14px;gap:4px;padding:4px;display:flex}.seg button{height:38px;color:var(--muted);border-radius:11px;flex:1;font-size:13px;font-weight:600}.seg button.on{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #1414141a}.light .seg,.sheet.light .seg{background:var(--surface2)}.sheet.light .seg button.on{color:var(--ink);background:#fff;box-shadow:0 1px 3px #1414141f}.selo{border-radius:999px;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto;animation:.6s cubic-bezier(.2,.9,.3,1.4) pop;display:flex}.selo.ok{background:linear-gradient(180deg, #f9508a, var(--rose));color:#fff;box-shadow:0 14px 34px #f43f7a52}.selo.espera{background:var(--rose2);color:var(--rosedeep)}.selo.festa{background:var(--rose2);font-size:40px}.toast{left:50%;bottom:calc(24px + var(--safe-b));color:#fff;z-index:100;text-align:center;background:#171515;border-radius:999px;max-width:92vw;padding:12px 18px;font-size:14px;font-weight:500;animation:.3s up;position:fixed;transform:translate(-50%);box-shadow:0 12px 40px #14141447}.toast.err{background:var(--danger);color:#fff}.tabbar{width:100%;max-width:480px;padding:8px 6px calc(10px + var(--safe-b));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);z-index:40;background:#ffffffeb;justify-content:space-around;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}@media (min-width:720px){.tabbar{border-radius:0 0 34px 34px;position:sticky;left:auto;transform:none}}.tabbar a{color:var(--muted2);border-radius:12px;flex-direction:column;align-items:center;gap:4px;width:64px;padding:5px 0;font-size:10.5px;font-weight:600;transition:color .18s;display:flex}.tabbar a.on{color:var(--rose)}.tabbar svg{width:22px;height:22px}.panel-screen{padding-bottom:calc(132px + var(--safe-b))}.panel-head{align-items:flex-start;gap:12px;display:flex}.panel-head-ic{background:var(--rose2);width:40px;height:40px;color:var(--rose);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.panel-head .h2{font-size:24px}.stat{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-1);border-radius:18px;padding:14px 16px}.stat .v{letter-spacing:-.03em;font-size:27px;font-weight:800}.stat .l{color:var(--muted);margin-top:2px;font-size:12px}.grid2,.shortcuts{grid-template-columns:1fr 1fr;gap:10px;display:grid}.shortcut{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-1);border-radius:18px;flex-direction:column;align-items:flex-start;gap:9px;padding:15px;transition:transform .15s,box-shadow .2s;display:flex}.shortcut:active{transform:scale(.98)}.shortcut b{font-size:14.5px;font-weight:700}.shortcut span{color:var(--muted);font-size:12px}.next{background:linear-gradient(180deg, var(--rose3) 0%, #fff 90%);border-radius:var(--r);box-shadow:var(--shadow-1);border:1px solid #f43f7a33;padding:18px}.listrow{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-1);border-radius:18px;align-items:flex-start;gap:12px;padding:12px;display:flex}.listrow .th{object-fit:cover;background:var(--surface2);border-radius:12px;flex-shrink:0;width:64px;height:64px}.listrow .info{flex:1;min-width:0}.listrow .info b{white-space:nowrap;text-overflow:ellipsis;font-size:14.5px;font-weight:700;display:block;overflow:hidden}.listrow .info>span{color:var(--muted);font-size:12.5px;display:block}.select{background:var(--surface);border:1px solid var(--line-2);height:40px;color:var(--text);border-radius:12px;padding:0 10px;font-size:13px}.searchbox{position:relative}.searchbox .input{height:46px;padding-left:42px}.searchbox svg{width:18px;height:18px;color:var(--muted2);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.stbadge{border-radius:999px;align-items:center;gap:5px;height:24px;padding:0 10px;font-size:11.5px;font-weight:700;display:inline-flex}.stbadge.new{background:var(--rose2);color:var(--rosedeep)}.stbadge.att{background:var(--warn2);color:#9a6410}.stbadge.done{background:var(--ok2);color:var(--ok)}.stbadge.cancel{background:var(--danger2);color:var(--danger)}.empty{text-align:center;background:var(--surface);border:1px dashed var(--line-2);border-radius:var(--r);flex-direction:column;align-items:center;gap:10px;padding:34px 22px;display:flex}.empty .ic{background:var(--rose2);width:52px;height:52px;color:var(--rosedeep);border-radius:16px;justify-content:center;align-items:center;display:flex}.empty b{font-size:15.5px}.empty p{color:var(--muted);max-width:34ch;font-size:13.5px;line-height:1.5}.numlist{flex-direction:column;gap:11px;display:flex}.numlist li{align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.45;display:flex}.numlist i{background:var(--rose);width:21px;height:21px;color:var(--on-rose);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:11.5px;font-style:normal;font-weight:800;display:flex}.theme-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.theme-opt{border:2px solid var(--line);text-align:center;color:var(--muted);background:var(--surface);border-radius:14px;padding:0;font-size:11px;overflow:hidden}.theme-opt.on{border-color:var(--rose);color:var(--text)}.theme-opt .sw{justify-content:center;align-items:flex-end;height:64px;padding:6px;display:flex}.theme-opt .sw i{border-radius:999px;width:60%;height:8px}.theme-opt span{padding:6px 0 8px;display:block}.share-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.share-opt{color:var(--muted);flex-direction:column;align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex}.share-opt .ic{background:var(--surface);border:1px solid var(--line);width:56px;height:56px;box-shadow:var(--shadow-1);border-radius:18px;justify-content:center;align-items:center;font-size:22px;transition:transform .15s;display:flex}.share-opt:active .ic{transform:scale(.94)}.qr-box{border:1px solid var(--line);background:#fff;border-radius:22px;padding:18px;display:inline-block}.vitrine{background:var(--v-bg);min-height:100dvh;color:var(--v-text);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.vitrine[data-theme=classico]{--v-bg:#f7f1ec;--v-surface:#fff;--v-text:#3a2a25;--v-muted:#8f766c;--v-accent:#f4c4d0;--v-accent-ink:#3a2a25;--v-line:#3a2a2514;--v-badge:#a67c6b;--v-font:var(--font-d);--v-radius:20px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.vitrine[data-theme=romantico]{--v-bg:#fbf1f3;--v-surface:#fff;--v-text:#2a1a1f;--v-muted:#8a6f78;--v-accent:#e79db3;--v-accent-ink:#fff;--v-line:#0000000f;--v-badge:#c47f97;--v-font:var(--font-d);--v-radius:26px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.vitrine[data-theme=moderno]{--v-bg:#0e0a09;--v-surface:#1b1412;--v-text:#f6efe8;--v-muted:#b8a89d;--v-accent:#f4c4d0;--v-accent-ink:#1b1210;--v-line:#ffffff14;--v-badge:#e9d6b8;--v-font:var(--font-d);--v-radius:22px}.vitrine[data-theme=minimalista]{--v-bg:#f7f4ef;--v-surface:#fff;--v-text:#1e1b18;--v-muted:#7a736c;--v-accent:#1e1b18;--v-accent-ink:#fff;--v-line:#00000012;--v-badge:#9c8f80;--v-font:var(--font-d);--v-radius:18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.v-wrap{max-width:1100px;padding:0 20px calc(40px + var(--safe-b));margin:0 auto}.v-head{padding:calc(22px + var(--safe-t)) 0 6px;text-align:center}.v-mono{border:1.2px solid var(--v-badge);width:62px;height:62px;font-family:var(--v-font);letter-spacing:.04em;color:var(--v-text);border-radius:999px;justify-content:center;align-items:center;margin:0 auto 12px;font-size:22px;display:flex;position:relative}.v-mono .leaf{color:var(--v-badge);position:absolute;top:-8px;right:-6px;transform:rotate(20deg)}.v-name{font-family:var(--v-font);letter-spacing:.24em;text-transform:uppercase;font-size:19px;font-weight:500}.v-tag{color:var(--v-muted);margin-top:6px;font-size:13.5px;font-style:italic}.v-marks{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:10px;display:flex}.v-marks span{color:var(--v-muted);letter-spacing:.02em;align-items:center;gap:5px;font-size:11px;display:inline-flex}.v-marks svg{color:var(--v-badge)}.v-chips{scrollbar-width:none;justify-content:flex-start;gap:8px;padding:4px 0 14px;display:flex;overflow-x:auto}.v-chips::-webkit-scrollbar{display:none}.v-chip{background:var(--v-surface);border:1px solid var(--v-line);height:36px;color:var(--v-muted);white-space:nowrap;border-radius:999px;padding:0 16px;font-size:13px;font-weight:500;transition:all .2s}.v-chip.on{background:var(--v-accent);color:var(--v-accent-ink);border-color:#0000}@media (min-width:720px){.v-chips{justify-content:center}}.v-section{font-family:var(--v-font);align-items:center;gap:8px;margin:18px 0 12px;font-size:22px;display:flex}.v-feature{border-radius:var(--v-radius);background:var(--v-surface);border:1px solid var(--v-line);position:relative;overflow:hidden;box-shadow:0 24px 60px #00000040}.v-feature img{aspect-ratio:4/5;object-fit:cover;width:100%}@media (min-width:720px){.v-feature img{aspect-ratio:16/9;max-height:560px}}.v-feature .over{background:linear-gradient(#0000 40%,#000000d1 100%);position:absolute;inset:0}.v-feature .txt{color:#fff;position:absolute;bottom:20px;left:20px;right:20px}.v-feature .txt .n{font-family:var(--v-font);font-size:26px;line-height:1.15}.v-feature .txt .d{opacity:.85;margin-top:6px;font-size:14px;line-height:1.45}.v-feature .txt .p{margin-top:10px;font-size:15px;font-weight:600}.v-feature .tagtop{position:absolute;top:14px;left:14px}.v-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:720px){.v-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width:1000px){.v-grid{grid-template-columns:repeat(4,1fr)}}.v-card{background:var(--v-surface);border:1px solid var(--v-line);border-radius:var(--v-radius);animation:.5s both up;animation-delay:calc(var(--i,0) * 50ms);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.v-card:hover{transform:translateY(-2px);box-shadow:0 14px 40px #0000002e}.v-card .im{aspect-ratio:1;background:#0000000f;position:relative;overflow:hidden}.v-card .im img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.v-card .fav{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex;position:absolute;top:8px;right:8px}.v-card .fav.on{background:var(--v-accent);color:var(--v-accent-ink)}.v-card .b{flex-direction:column;flex:1;gap:4px;padding:12px 12px 14px;display:flex}.v-card .n{font-family:var(--v-font);font-size:16px;line-height:1.2}.v-card .p{color:var(--v-muted);font-size:12.5px}.v-card .cta{margin-top:auto;padding-top:10px}.v-btn{background:var(--v-accent);height:46px;color:var(--v-accent-ink);border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;padding:0 20px;font-size:14px;font-weight:600;transition:transform .15s,filter .2s;display:inline-flex}.v-btn:active{transform:scale(.97)}.v-btn:hover{filter:brightness(1.05)}.v-btn.big{height:56px;font-size:15px}.v-btn.ghost{color:var(--v-text);box-shadow:inset 0 0 0 1px var(--v-line);background:0 0}.v-btn.wa{color:#05301a;background:#25d366}.v-footer{text-align:center;color:var(--v-muted);margin-top:40px;font-size:12px;line-height:1.6}.v-empty{text-align:center;color:var(--v-muted);padding:60px 20px}.v-product{max-width:1100px;padding-bottom:calc(110px + var(--safe-b));margin:0 auto}@media (min-width:900px){.v-product{grid-template-columns:1.1fr 1fr;align-items:start;gap:40px;padding:30px 20px 60px;display:grid}.v-product .v-info{padding-top:10px}}.v-hero{position:relative}.v-hero img{aspect-ratio:4/5;object-fit:cover;width:100%}@media (min-width:900px){.v-hero img{border-radius:var(--v-radius)}}.v-hero .back{top:calc(14px + var(--safe-t));color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;left:14px}.v-hero .fav{top:calc(14px + var(--safe-t));color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;right:14px}.v-hero .fav.on{background:var(--v-accent);color:var(--v-accent-ink)}.v-inside{position:absolute;bottom:14px;right:14px}.v-info{padding:20px 20px 0}.v-info .n{font-family:var(--v-font);font-size:28px;line-height:1.15}.v-info .d{color:var(--v-muted);margin-top:10px;font-size:15px;line-height:1.55}.v-info .p{margin-top:14px;font-size:18px;font-weight:600}.v-opt{margin-top:22px}.v-opt label{color:var(--v-muted);margin-bottom:8px;font-size:13px;font-weight:500;display:block}.v-sizes{flex-wrap:wrap;gap:8px;display:flex}.v-size{background:var(--v-surface);border:1px solid var(--v-line);height:40px;color:var(--v-text);border-radius:999px;padding:0 16px;font-size:14px;font-weight:500;transition:all .2s}.v-size.on{background:var(--v-accent);color:var(--v-accent-ink);border-color:#0000}.qty{background:var(--v-surface);border:1px solid var(--v-line);border-radius:999px;align-items:center;height:46px;display:inline-flex}.qty button{width:46px;height:46px;color:var(--v-text);font-size:20px}.qty span{text-align:center;min-width:36px;font-weight:600}.v-input{background:var(--v-surface);border:1px solid var(--v-line);width:100%;min-width:0;max-width:100%;height:50px;color:var(--v-text);font:inherit;border-radius:16px;outline:none;padding:0 16px;font-size:16px}input[type=date].v-input,input[type=time].v-input{appearance:none;text-align:left;display:block}.v-input:focus{border-color:var(--v-accent)}textarea.v-input{resize:vertical;height:auto;min-height:84px;padding:14px 16px}.v-sticky{padding:12px 20px calc(14px + var(--safe-b));background:linear-gradient(180deg, transparent, var(--v-bg) 30%);z-index:30;position:fixed;bottom:0;left:0;right:0}@media (min-width:900px){.v-sticky{background:0 0;padding:20px 0 0;position:static}}.v-summary{background:var(--v-surface);border:1px solid var(--v-line);border-radius:18px;flex-direction:column;gap:8px;padding:16px;font-size:14px;display:flex}.v-summary .r b,.v-summary .r>span:last-child{overflow-wrap:anywhere;min-width:0}.v-summary .r{justify-content:space-between;gap:12px;display:flex}.v-summary .r span:first-child{color:var(--v-muted)}.v-summary .tot{border-top:1px solid var(--v-line);margin-top:4px;padding-top:10px;font-size:16px;font-weight:600}.vsheet{background:var(--v-bg);color:var(--v-text)}.vsheet .grip{background:var(--v-line)}.vsheet .muted{color:var(--v-muted)}.v-lightbox{z-index:60;background:#000000f0;justify-content:center;align-items:center;animation:.25s fade;display:flex;position:fixed;inset:0}.v-lightbox img{object-fit:contain;max-width:100%;max-height:100%}.v-lightbox .x{top:calc(16px + var(--safe-t));color:#fff;background:#ffffff26;border-radius:999px;width:40px;height:40px;font-size:18px;position:absolute;right:16px}.skeleton{border-radius:var(--r);background:linear-gradient(90deg,#efeae6,#f8f5f2,#efeae6) 0 0/200% 100%;animation:1.4s infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.spinner{border:2px solid var(--line-2);border-top-color:currentColor;border-radius:999px;width:22px;height:22px;animation:.8s linear infinite spin}.fade-up{animation:.5s both up}.success-ring{background:var(--ok2);width:88px;height:88px;color:var(--ok);border-radius:999px;justify-content:center;align-items:center;margin:0 auto;font-size:40px;animation:.6s cubic-bezier(.2,.9,.3,1.4) pop;display:flex}@keyframes pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:none}}.confetti{pointer-events:none;position:absolute;inset:0;overflow:hidden}.confetti i{opacity:.9;border-radius:2px;width:8px;height:12px;animation:2.8s linear forwards fall;position:absolute;top:-10px}@keyframes fall{to{opacity:0;transform:translateY(110vh)rotate(540deg)}}.url-box{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-1);border-radius:16px;align-items:center;gap:10px;padding:8px 8px 8px 16px;display:flex}.url-box .u{word-break:break-all;flex:1;min-width:0;font-size:14px;font-weight:500}.dica{background:var(--warn2);color:#7a5410;border:1px solid #b5751a2e;border-radius:14px;padding:12px 14px;font-size:13px;line-height:1.5}.mini-preview{border:1px solid var(--line);background:var(--surface);border-radius:22px;overflow:hidden}.mini-preview img{aspect-ratio:16/10;object-fit:cover;width:100%}.hr{background:var(--line);height:1px;margin:6px 0}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.v-cartbar{padding:10px 16px calc(12px + var(--safe-b));background:linear-gradient(180deg, transparent, var(--v-bg) 40%);z-index:35;position:fixed;bottom:0;left:0;right:0}.v-cartbar .v-btn{max-width:1060px;margin:0 auto;box-shadow:0 14px 40px #00000059}.v-cart{max-width:640px;padding-bottom:calc(40px + var(--safe-b))}.v-cart .stack>*{max-width:100%}.v-cart .v-input{border-radius:18px}.v-cartrow{background:var(--v-surface);border:1px solid var(--v-line);border-radius:18px;align-items:flex-start;gap:12px;padding:12px;display:flex}.v-cartrow img{object-fit:cover;background:#0000000f;border-radius:12px;flex-shrink:0;width:72px;height:72px}.v-cartrow .info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.v-cartrow .info b{font-family:var(--v-font);font-size:16px;font-weight:500}.v-cartrow .info span{color:var(--v-muted);font-size:12.5px;line-height:1.4}.toggle{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.toggle:last-child{border-bottom:0}.switch{background:var(--line-2);border-radius:999px;flex-shrink:0;width:46px;height:28px;transition:background .2s;position:relative}.switch:after{content:"";background:#fff;border-radius:999px;width:22px;height:22px;transition:transform .2s;position:absolute;top:3px;left:3px}.switch.on{background:var(--rose)}.switch.on:after{transform:translate(18px)}.notif{border-bottom:1px solid var(--line);gap:12px;padding:12px 0;display:flex}.notif:last-child{border-bottom:0}.notif .dot{background:var(--rose);border-radius:999px;flex-shrink:0;width:8px;height:8px;margin-top:7px}.notif .dot.off{background:0 0}.notif b{font-size:14px;font-weight:600;display:block}.notif span{color:var(--muted);font-size:12.5px}.badge-count{background:var(--rose);min-width:20px;height:20px;color:var(--on-rose);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.v-banner{border-radius:var(--v-radius);background:var(--v-surface);margin-top:18px;display:block;position:relative;overflow:hidden;box-shadow:0 18px 44px #3a2a2529}.v-banner img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}@media (min-width:720px){.v-banner img{aspect-ratio:21/9;max-height:520px}}.v-banner .over{background:linear-gradient(90deg,#140c0ab8 0%,#140c0a40 60%,#140c0a00 100%),linear-gradient(#140c0a00 50%,#140c0a73 100%);position:absolute;inset:0}.v-banner .txt{color:#fff;max-width:260px;position:absolute;bottom:20px;left:20px;right:20px}@media (min-width:720px){.v-banner .txt{max-width:420px;bottom:36px;left:36px}}.v-banner h2{font-family:var(--v-font);text-shadow:0 2px 12px #00000059;margin:0 0 14px;font-size:25px;font-weight:400;line-height:1.15}@media (min-width:720px){.v-banner h2{font-size:40px}}.v-btn-sm{width:auto;height:40px;padding:0 18px;font-size:13px}.v-cats{scrollbar-width:none;justify-content:safe center;gap:16px;margin:20px 0 6px;padding-bottom:4px;display:flex;overflow-x:auto}.v-cats::-webkit-scrollbar{display:none}@media (min-width:720px){.v-cats{justify-content:center;gap:28px}}.v-cat{min-width:66px;color:var(--v-text);border-radius:16px;flex-direction:column;align-items:center;gap:6px;padding:8px 6px;font-size:12px;font-weight:500;transition:background .2s,color .2s;display:flex}.v-cat .ic{background:var(--v-surface);border:1px solid var(--v-line);width:44px;height:44px;color:var(--v-badge);border-radius:14px;justify-content:center;align-items:center;transition:all .2s;display:flex}.v-cat.on .ic{background:var(--v-accent);color:var(--v-accent-ink);border-color:#0000}.v-cat.on{color:var(--v-text)}.v-sechead{justify-content:space-between;align-items:baseline;margin-top:8px;display:flex}.v-more{color:#c4607e;font-size:13px;font-weight:600}.vitrine[data-theme=moderno] .v-more,.vitrine[data-theme=minimalista] .v-more{color:var(--v-muted)}.v-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;margin:0 -2px;padding:4px 2px 12px;display:flex;overflow-x:auto}.v-carousel::-webkit-scrollbar{display:none}.v-mini{scroll-snap-align:start;background:var(--v-surface);border:1px solid var(--v-line);border-radius:18px;flex-direction:column;flex:0 0 150px;gap:5px;padding:8px 8px 10px;transition:transform .2s;display:flex;box-shadow:0 10px 26px #3a2a2514}@media (min-width:720px){.v-mini{flex-basis:200px}}.v-mini:hover{transform:translateY(-2px)}.v-mini .im{aspect-ratio:1;background:#0000000d;border-radius:12px;position:relative;overflow:hidden}.v-mini .im img{object-fit:cover;width:100%;height:100%}.v-mini .im .tagtop{height:22px;font-size:10px;position:absolute;top:6px;left:6px}.v-mini .n{font-family:var(--v-font);min-height:2.4em;margin-top:2px;font-size:14px;line-height:1.2}.v-mini .p{flex-direction:column;line-height:1.15;display:flex}.v-mini .p small{color:var(--v-muted);min-height:12px;font-size:10.5px}.v-mini .p b{font-size:14px;font-weight:600}.v-mini .v-btn-sm{width:100%;height:34px;margin-top:4px;font-size:12px}.v-section{font-size:21px}.v-card .p{color:var(--v-text);font-size:13px;font-weight:600}.v-card .v-btn{height:40px;font-size:13px}.vitrine .v-footer{margin-top:44px}.ld{background:var(--bg);color:var(--text);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;overflow-x:hidden}.ld-wrap{max-width:1120px;margin:0 auto;padding:0 22px}.ld-nav{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#faf8f6e0;padding:10px 0;position:sticky;top:0}.ld-nav .brand{color:var(--text)}.ld-link{color:var(--muted);padding:0 12px;font-size:14px;font-weight:600}.ld .eyebrow{color:var(--rosedeep)}.ld-h1{font-family:var(--font-b);letter-spacing:-.035em;margin:14px 0 18px;font-size:clamp(36px,6.2vw,62px);font-weight:800;line-height:1.04}.ld-h1 em,.ld-h2 em{color:var(--rose);font-style:normal}.ld-h2{font-family:var(--font-b);letter-spacing:-.032em;margin:12px 0 14px;font-size:clamp(27px,4.2vw,43px);font-weight:800;line-height:1.1}.ld-h3{font-family:var(--font-b);letter-spacing:-.028em;margin:10px 0 12px;font-size:clamp(22px,2.8vw,30px);font-weight:800;line-height:1.14}.ld-lead{color:var(--muted);max-width:560px;font-size:17.5px;line-height:1.55}.ld-sub{color:var(--muted);max-width:620px;font-size:16px;line-height:1.6}.ld-sub.center,.ld-lead.center{margin-left:auto;margin-right:auto}.ld-ctas{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.ld .btn-rose{height:56px;font-size:15.5px;box-shadow:0 12px 30px #f43f7a4d}.ld .btn-outline-dark{background:var(--surface);color:var(--text);box-shadow:inset 0 0 0 1px var(--line-2), var(--shadow-1)}.ld-trust{color:var(--muted);flex-wrap:wrap;gap:14px;margin-top:18px;font-size:13px;display:flex}.ld-hero{background:radial-gradient(900px 520px at 78% 4%, var(--rose3) 0%, #fff4f700 62%), var(--bg);padding:34px 0 40px}.ld-hero-grid{align-items:center;gap:34px;display:grid}@media (min-width:900px){.ld-hero{padding:60px 0 70px}.ld-hero-grid{grid-template-columns:1.05fr .95fr;gap:40px}}.ld-hero-visual{justify-content:center;padding:20px 0 30px;display:flex;position:relative}.ld-float{color:var(--text);background:#fff;border-radius:16px;align-items:center;gap:10px;padding:10px 14px;font-size:12.5px;font-weight:600;line-height:1.25;animation:5s ease-in-out infinite floaty;display:flex;position:absolute;box-shadow:0 14px 36px #1414141f}.ld-float svg{color:var(--rose);flex-shrink:0}.ld-float.f1{animation-delay:0s;top:6%;right:0}.ld-float.f2{animation-delay:1.2s;top:36%;right:-2%}.ld-float.f3{animation-delay:.6s;bottom:24%;left:0}.ld-float.f4{animation-delay:1.8s;top:16%;left:-2%}@media (max-width:520px){.ld-float{border-radius:12px;padding:8px 10px;font-size:11px}.ld-float br,.ld-float.f2,.ld-float.f4{display:none}.ld-float.f1{top:4%;right:-4px}.ld-float.f3{bottom:18%;left:-4px}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ld-phone{aspect-ratio:390/844;cursor:pointer;background:#16100e;border-radius:44px;width:min(300px,76vw);padding:10px;transition:transform .4s;position:relative;box-shadow:0 30px 80px #14141447,inset 0 0 0 2px #2b201c}.ld-phone.tilt{transform:rotate(-4deg)}.ld-phone.tilt:hover{transform:rotate(-2deg)scale(1.01)}.ld-phone.small{cursor:default;border-radius:34px;width:min(220px,62vw);padding:7px}.ld-phone-screen{background:#000;border-radius:34px;width:100%;height:100%;position:relative;overflow:hidden}.ld-phone.small .ld-phone-screen{border-radius:27px}.ld-phone-screen video,.ld-phone-screen img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.ld-island{background:#16100e;border-radius:999px;width:34%;height:24px;position:absolute;top:20px;left:50%;transform:translate(-50%)}.ld-phone.small .ld-island{height:18px;top:14px}.ld-play{color:#fff;background:#140c0a47;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.ld-play span{color:#2b1d19;background:#ffffffeb;border-radius:999px;justify-content:center;align-items:center;width:64px;height:64px;padding-left:4px;font-size:22px;display:flex;box-shadow:0 10px 30px #0000004d}.ld-play small{text-shadow:0 1px 6px #00000080;font-size:12px;font-weight:600}.ld-section{padding:64px 0}@media (min-width:900px){.ld-section{padding:96px 0}}.ld-dark{background:var(--rose3);color:var(--text)}.ld-dark .ld-sub,.ld-dark .ld-lead{color:var(--muted)}.ld-dark .eyebrow{color:var(--rose)}.ld-cream{background:#fff}.ld-reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(18px)}.ld-reveal.in{opacity:1;transform:none}.ld-pairs{gap:16px;margin-top:34px;display:grid}@media (min-width:720px){.ld-pairs{grid-template-columns:repeat(2,1fr);gap:22px}}@media (min-width:1000px){.ld-pairs{grid-template-columns:repeat(4,1fr)}}.ld-pair .ba{aspect-ratio:3/4;border-radius:22px}.ld-pair-cap{text-align:center;color:var(--muted);margin-top:10px;font-size:13px}.ld-steps{gap:28px;margin-top:40px;display:grid}@media (min-width:720px){.ld-steps{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.ld-steps{grid-template-columns:repeat(4,1fr)}}.ld-step{text-align:center;flex-direction:column;align-items:center;display:flex}.ld-step-n{background:var(--rose);width:34px;height:34px;color:var(--on-rose);border-radius:999px;justify-content:center;align-items:center;margin:18px 0 8px;font-weight:700;display:flex}.ld-step h3{letter-spacing:-.02em;margin:0 0 6px;font-size:19px;font-weight:700}.ld-step p{color:var(--muted);max-width:260px;margin:0;font-size:14px;line-height:1.55}.ld-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin:26px 0 30px;display:flex}.ld-tab{background:var(--surface);border:1px solid var(--line);height:40px;color:var(--muted);border-radius:999px;padding:0 18px;font-size:13px;font-weight:600;transition:all .2s}.ld-tab.on{background:var(--rose);color:var(--on-rose);border-color:#0000}.ld-feature{align-items:center;gap:30px;animation:.5s up;display:grid}@media (min-width:900px){.ld-feature{grid-template-columns:.9fr 1.1fr;gap:56px}}.ld-feature-video{justify-content:center;display:flex}.ld-bullets{flex-direction:column;gap:10px;margin:18px 0;padding:0;list-style:none;display:flex}.ld-bullets li{align-items:flex-start;gap:10px;font-size:15px;line-height:1.45;display:flex}.ld-bullets svg{color:var(--rosedeep);flex-shrink:0;margin-top:3px}.ld-two{align-items:center;gap:34px;display:grid}@media (min-width:900px){.ld-two{grid-template-columns:1fr 1fr;gap:60px}}.ld-chat-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.ld-chat{background:#ece5dd;border-radius:22px;width:min(320px,90vw);padding:12px;box-shadow:0 18px 46px #14141424}.ld-chat-head{color:#fff;background:#075e54;border-radius:14px 14px 4px 4px;align-items:center;gap:10px;padding:10px 12px;display:flex}.ld-chat-head .av{background:var(--rose);width:34px;height:34px;color:var(--on-rose);font-family:var(--font-d);border-radius:999px;justify-content:center;align-items:center;font-size:13px;display:flex}.ld-chat-head b{font-size:14px;display:block}.ld-chat-head small{opacity:.85;font-size:11px}.ld-bubble{color:#111;white-space:pre-wrap;background:#dcf8c6;border-radius:4px 14px 14px;margin:10px 0 4px;padding:10px 12px;font-size:13px;line-height:1.45;box-shadow:0 1px 1px #00000014}.ld-chat-time{text-align:right;color:#5b6b62;font-size:11px}.ld-gains{gap:14px;margin-top:34px;display:grid}@media (min-width:720px){.ld-gains{grid-template-columns:repeat(2,1fr);gap:18px}}@media (min-width:1000px){.ld-gains{grid-template-columns:repeat(4,1fr)}}.ld-gain{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-1);border-radius:22px;padding:22px}.ld-gain h3{letter-spacing:-.02em;color:var(--text);margin:0 0 8px;font-size:19px;font-weight:800}.ld-gain p{color:var(--muted);margin:0;font-size:14.5px;line-height:1.55}.ld-strip{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:36px;display:grid}@media (min-width:720px){.ld-strip{grid-template-columns:repeat(4,1fr)}}.ld-strip div{text-align:center;border-top:1px solid var(--line-2);padding:16px 8px}.ld-strip b{letter-spacing:-.03em;color:var(--rose);font-size:36px;font-weight:800;display:block}.ld-strip span{color:var(--muted);font-size:12.5px}.ld-shots{grid-template-columns:repeat(2,1fr);justify-items:center;gap:20px;margin-top:36px;display:grid}@media (min-width:900px){.ld-shots{grid-template-columns:repeat(4,1fr)}}.ld-shot-cap{text-align:center;color:var(--muted);margin-top:12px;font-size:13px}.ld-desktop{margin-top:40px}.ld-desktop img{border:1px solid var(--line);border-radius:18px;width:100%;box-shadow:0 20px 52px #1414141f}.ld-price-wrap{max-width:720px}.ld-price{background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:30px 26px;box-shadow:0 24px 60px #1414141a}@media (min-width:720px){.ld-price{padding:44px}}.ld-price-tag{align-items:baseline;gap:10px;margin:8px 0 14px;display:flex}.ld-price-tag b{letter-spacing:-.035em;font-size:40px;font-weight:800}.ld-price-tag span{color:var(--muted);font-size:13px}.ld-faq{flex-direction:column;gap:8px;margin-top:26px;display:flex}.ld-q{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:4px 18px}.ld-q summary{cursor:pointer;justify-content:space-between;align-items:center;padding:14px 0;font-size:15px;font-weight:600;list-style:none;display:flex}.ld-q summary:after{content:"+";color:var(--rosedeep);font-size:20px}.ld-q[open] summary:after{content:"–"}.ld-q p{color:var(--muted);margin:0 0 16px;font-size:14.5px;line-height:1.6}.ld-final{background:radial-gradient(700px 420px at 50% 100%, var(--rose3) 0%, #fff4f700 72%), var(--bg)}.ld-footer{padding:24px 0 calc(28px + var(--safe-b));border-top:1px solid var(--line);color:var(--muted);font-size:12px}.ld-footer .brand{color:var(--text)}.ld-shots{grid-template-columns:repeat(2,minmax(0,1fr));justify-items:stretch}@media (min-width:900px){.ld-shots{grid-template-columns:repeat(4,minmax(0,1fr))}}.ld-shots>*{min-width:0}.ld-shots .ld-phone{margin:0 auto}.ld-phone.small{width:100%;max-width:220px}.ld-chat-wrap .ld-phone.small{width:min(220px,62vw)}.ld-pairs{max-width:780px;margin-left:auto;margin-right:auto}@media (min-width:1000px){.ld-pairs{grid-template-columns:repeat(2,1fr)}}.ld-chat-col{flex-direction:column;gap:12px;width:min(320px,90vw);display:flex}.ld-chat{width:100%}.ld-chat-body{flex-direction:column;justify-content:flex-end;min-height:262px;display:flex}.ld-bubble.pop{transform-origin:100% 100%;animation:.4s cubic-bezier(.2,.8,.2,1) both bubbleIn}@keyframes bubbleIn{0%{opacity:0;transform:translateY(12px)scale(.92)}to{opacity:1;transform:none}}.ld-ticks{text-align:right;color:#5b6b62;margin-top:4px;font-size:11px;display:block}.ld-ticks i{font-style:normal;transition:color .3s}.ld-ticks.seen i{color:#34b7f1}.ld-composer{align-items:center;gap:8px;margin-top:8px;display:flex}.ld-composer span{color:#111;white-space:nowrap;text-overflow:ellipsis;background:#fff;border-radius:999px;flex:1;min-width:0;padding:8px 14px;font-size:12.5px;overflow:hidden}.ld-composer span.empty{color:#8a8a8a}.ld-composer i{color:#fff;background:#00a884;border-radius:999px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-style:normal;display:flex}.ld-composer i.pulse{animation:1s ease-in-out infinite sendPulse}@keyframes sendPulse{0%,to{transform:scale(1);box-shadow:0 0 #00a88473}50%{transform:scale(1.08);box-shadow:0 0 0 10px #00a88400}}.ld-push{opacity:0;visibility:hidden;background:#fffffff0;border-radius:18px;padding:12px 14px;transition:opacity .45s,transform .55s cubic-bezier(.2,.8,.2,1),visibility 0s linear .45s;transform:translateY(-14px);box-shadow:0 16px 40px #3a2a252e}.ld-push.in{opacity:1;visibility:visible;transition:opacity .45s,transform .55s cubic-bezier(.2,.8,.2,1);transform:none}.ld-push-head{color:var(--muted);align-items:center;gap:8px;margin-bottom:4px;font-size:11.5px;display:flex}.ld-push-head .ic{background:#f4c4d0;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:inline-flex}.ld-push-head b{color:#3a2a25}.ld-push-head small{margin-left:auto}.ld-push>b{color:var(--text);font-size:13.5px;display:block}.ld-push p{color:#3a2a25;margin:2px 0 0;font-size:12.5px}.ld-push .cap{color:#a67c6b;letter-spacing:.06em;text-transform:uppercase;margin-top:8px;font-size:10.5px;font-weight:700;display:block}@media (max-width:899px){.ld-hero{padding:16px 0 36px}.ld-hero-grid{gap:0}.ld-hero-copy,.ld-ctas{display:contents}.ld-hero-copy .eyebrow{order:1}.ld-h1{order:2;margin:10px 0 16px;font-size:clamp(30px,8.4vw,40px)}.ld-ctas .btn-rose{order:3}.ld-hero-visual{order:4;padding:22px 0 18px}.ld-lead{order:5;margin:0;font-size:16.5px}.ld-trust{order:6;margin-top:14px}.ld-ctas .btn-outline-dark{order:7;margin-top:16px}}.v-banner-link{color:inherit;display:block}.v-banner .txt{padding-bottom:54px}.v-banner-cta{position:absolute;bottom:20px;left:20px}@media (min-width:720px){.v-banner-cta{bottom:36px;left:36px}}.v-card{position:relative}.vitrine{--v-sh:58, 42, 37;--v-accent-grad:linear-gradient(180deg, #f9d6de 0%, #f0a5ba 100%);--v-glass:#ffffffb8}.vitrine[data-theme=romantico]{--v-sh:90, 40, 60;--v-accent-grad:linear-gradient(180deg, #f2b8c9 0%, #dd8aa5 100%)}.vitrine[data-theme=moderno]{--v-sh:0, 0, 0;--v-accent-grad:linear-gradient(180deg, #f9d6de 0%, #f0a5ba 100%);--v-glass:#1b1412b8}.vitrine[data-theme=minimalista]{--v-sh:0, 0, 0;--v-accent-grad:linear-gradient(180deg, #2e2a27 0%, #1a1715 100%)}.vitrine[data-theme=classico]{background:radial-gradient(900px 520px at 50% -8%,#fde9ee 0%,#fde9ee00 62%),radial-gradient(700px 400px at 100% 40%,#e9d6b859 0%,#e9d6b800 60%),#f7f1ec}.vitrine[data-theme=romantico]{background:radial-gradient(900px 520px at 50% -8%,#ffe1ea 0%,#ffe1ea00 62%),#fbf1f3}.v-mono{box-shadow:0 8px 18px rgba(var(--v-sh), .14), inset 0 1px 0 #fff;border-color:rgba(var(--v-sh), .18);background:linear-gradient(#fff 0%,#fff9 100%);width:68px;height:68px;font-size:24px}.vitrine[data-theme=moderno] .v-mono{background:linear-gradient(#2a201c,#1b1412)}.v-name{text-shadow:0 1px #fff9;font-size:21px}.vitrine[data-theme=moderno] .v-name{text-shadow:none}.v-marks span{background:var(--v-glass);box-shadow:0 4px 10px rgba(var(--v-sh), .08), inset 0 1px 0 #fffc;border-radius:999px;padding:5px 10px}.v-banner{box-shadow:0 34px 60px -24px rgba(var(--v-sh), .55), 0 14px 30px rgba(var(--v-sh), .16), inset 0 1px 0 #fff6;border:1px solid #ffffff80;transform:translateZ(0)}.v-banner img{transition:transform .9s}.v-banner .over{background:linear-gradient(90deg,#140c0abd 0%,#140c0a47 58%,#140c0a00 100%),linear-gradient(#140c0a00 45%,#140c0a8c 100%),linear-gradient(#ffffff1a 0%,#fff0 30%)}.v-banner h2{text-shadow:0 2px 16px #00000073,0 1px #00000040}.v-btn{background:var(--v-accent-grad);box-shadow:0 10px 22px #c4607e4d, 0 2px 4px rgba(var(--v-sh), .1), inset 0 1px 0 #ffffffb3, inset 0 -2px 0 #0000000f;letter-spacing:.01em;font-weight:700}.vitrine[data-theme=minimalista] .v-btn{box-shadow:0 10px 22px #00000038,inset 0 1px #ffffff1f}.v-btn:hover{filter:brightness(1.04);transform:translateY(-1px)}.v-btn:active{transform:translateY(1px)scale(.98);box-shadow:0 4px 10px #c4607e40,inset 0 2px 4px #00000014}.v-btn.ghost{background:var(--v-glass);box-shadow:0 6px 14px rgba(var(--v-sh), .08), inset 0 0 0 1px var(--v-line), inset 0 1px 0 #ffffffb3}.v-btn.wa{color:#052e16;background:linear-gradient(#4ade80 0%,#22c55e 100%);box-shadow:0 10px 22px #22c55e52,inset 0 1px #ffffff73}.v-cartbar .v-btn{color:#fff;box-shadow:0 18px 40px rgba(var(--v-sh), .45), inset 0 1px 0 #ffffff1f;background:linear-gradient(#3a2a25 0%,#211714 100%)}.vitrine[data-theme=moderno] .v-cartbar .v-btn,.vitrine[data-theme=minimalista] .v-cartbar .v-btn{background:var(--v-accent-grad);color:var(--v-accent-ink)}.v-cat .ic{border:1px solid rgba(var(--v-sh), .07);width:52px;height:52px;box-shadow:0 8px 16px rgba(var(--v-sh), .12), inset 0 1px 0 #fff, inset 0 -2px 0 rgba(var(--v-sh), .05);background:linear-gradient(#fff 0%,#f6efe9 100%);border-radius:17px}.vitrine[data-theme=moderno] .v-cat .ic{background:linear-gradient(#2a201c 0%,#1b1412 100%)}.v-cat.on .ic{background:var(--v-accent-grad);transform:translateY(-2px);box-shadow:0 10px 20px #c4607e52,inset 0 1px #ffffffb3}.v-cat{font-weight:600}.v-section{letter-spacing:-.01em;font-size:24px}.v-sechead .v-section{margin:20px 0 12px}.v-mini,.v-card{box-shadow:0 2px 4px rgba(var(--v-sh), .06), 0 14px 30px rgba(var(--v-sh), .12), 0 34px 60px -28px rgba(var(--v-sh), .35), inset 0 1px 0 #ffffffe6;border:1px solid #ffffffa6;border-radius:24px}.vitrine[data-theme=moderno] .v-mini,.vitrine[data-theme=moderno] .v-card{border-color:#ffffff0f}.v-card{padding:9px 9px 0}.v-card .im{box-shadow:0 8px 18px rgba(var(--v-sh), .18);border-radius:17px}.v-mini .im,.v-card .im{position:relative}.v-mini .im:after,.v-card .im:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff47 0%,#fff0 38%),linear-gradient(#2b1d1900 55%,#2b1d1947 100%);position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff59}.v-card .b{padding:12px 6px}.v-card .n{font-size:17px}.v-card .p{background:var(--v-glass);box-shadow:inset 0 1px 0 #fffc, 0 3px 8px rgba(var(--v-sh), .06);border-radius:999px;width:-moz-fit-content;width:fit-content;padding:4px 10px;font-size:13px;font-weight:700;display:inline-block}.v-mini .p b,.v-mini .n{font-size:15px}@media (hover:hover){.v-card:hover{box-shadow:0 4px 8px rgba(var(--v-sh), .06), 0 24px 46px rgba(var(--v-sh), .18), 0 50px 80px -30px rgba(var(--v-sh), .45), inset 0 1px 0 #ffffffe6;transform:translateY(-5px)scale(1.01)}.v-mini:hover{transform:translateY(-4px)scale(1.01)}}.v-card .fav{box-shadow:0 6px 14px #00000040,inset 0 1px #ffffff40}.pill.pill-rose.tagtop{background:var(--v-accent-grad);box-shadow:0 6px 14px #c4607e59,inset 0 1px #ffffffb3}.v-hero img{box-shadow:0 24px 50px -20px rgba(var(--v-sh), .5)}.v-info{background:var(--v-bg);box-shadow:0 -14px 34px rgba(var(--v-sh), .14), inset 0 1px 0 #fff9;border-radius:28px 28px 0 0;margin-top:-24px;padding:24px 20px 0;position:relative}@media (min-width:900px){.v-info{box-shadow:none;border-radius:0;margin-top:0;padding:10px 0 0}}.v-info .n{font-size:30px}.v-info .p{font-size:20px}.v-size{box-shadow:0 6px 14px rgba(var(--v-sh), .1), inset 0 1px 0 #fff;border:1px solid rgba(var(--v-sh), .08);background:linear-gradient(#fff 0%,#f7f0eb 100%);font-weight:600}.vitrine[data-theme=moderno] .v-size{background:linear-gradient(#2a201c 0%,#1b1412 100%)}.v-size.on{background:var(--v-accent-grad);color:var(--v-accent-ink);border-color:#0000;transform:translateY(-1px);box-shadow:0 10px 20px #c4607e52,inset 0 1px #ffffffb3}.vitrine[data-theme=minimalista] .v-size.on{color:#fff}.qty{box-shadow:0 6px 14px rgba(var(--v-sh), .1), inset 0 1px 0 #fff}.v-input{box-shadow:inset 0 2px 4px rgba(var(--v-sh), .06)}.v-cartrow,.v-summary{box-shadow:0 2px 4px rgba(var(--v-sh), .05), 0 12px 26px rgba(var(--v-sh), .1), inset 0 1px 0 #ffffffe6;border:1px solid #ffffffb3;border-radius:22px}.vitrine[data-theme=moderno] .v-cartrow,.vitrine[data-theme=moderno] .v-summary{border-color:#ffffff0f}.v-cartrow img{box-shadow:0 6px 14px rgba(var(--v-sh), .18)}.v-footer{padding-top:8px}.tilt3d{--lift:0px;--sc:1;transform:perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(var(--lift)) scale(var(--sc));transform-style:preserve-3d;will-change:transform;transition:transform .38s cubic-bezier(.2,.8,.2,1),box-shadow .38s;position:relative}.tilt3d:before{content:"";border-radius:inherit;pointer-events:none;z-index:3;opacity:0;background:radial-gradient(420px circle at var(--gx,50%) var(--gy,50%), #ffffff57 0%, #ffffff1a 28%, #fff0 58%);mix-blend-mode:soft-light;transition:opacity .35s;position:absolute;inset:0}.tilt3d.lit:before{opacity:1}@media (hover:hover){.v-card.tilt3d:hover,.v-mini.tilt3d:hover{--lift:-6px;--sc:1.015}.v-banner.tilt3d:hover{--sc:1.008}.v-card.tilt3d:hover{box-shadow:0 4px 8px rgba(var(--v-sh), .06), 0 24px 46px rgba(var(--v-sh), .18), 0 50px 80px -30px rgba(var(--v-sh), .45), inset 0 1px 0 #ffffffe6}}.tilt3d:active{--sc:.985}.v-card.tilt3d .b,.v-mini.tilt3d .n,.v-mini.tilt3d .p,.v-mini.tilt3d .v-btn{transform:translateZ(18px)}.v-banner.tilt3d .txt,.v-banner.tilt3d .v-banner-cta{transform:translateZ(28px)}.v-banner-link{transform-style:preserve-3d}.v-banner img,.v-card .im img,.v-mini .im img{transform:translateY(var(--py,0px)) scale(1.14);will-change:transform;transition:none}.v-banner:hover img{transform:translateY(var(--py,0px)) scale(1.17)}.v-card:hover .im img{transform:translateY(var(--py,0px)) scale(1.19)}.v-hero img{transform:translateY(var(--py,0px)) scale(1.1);will-change:transform}.v-hero{overflow:hidden}.v-card,.v-mini{animation:none}.v-card:not(.in),.v-mini:not(.in){opacity:0}.v-card.in,.v-mini.in{animation:.7s cubic-bezier(.2,.8,.2,1) backwards rise3d;animation-delay:calc(var(--i,0) * 70ms)}@keyframes rise3d{0%{opacity:0;transform:perspective(900px)rotateX(12deg)translateY(30px)scale(.97)}to{opacity:1;transform:perspective(900px)rotateX(0)translateY(0)scale(1)}}.v-cat .ic{transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s}@media (hover:hover){.v-cat:hover .ic{box-shadow:0 14px 24px rgba(var(--v-sh), .16), inset 0 1px 0 #fff;transform:translateY(-3px)}}.v-cat:active .ic{transform:translateY(1px)scale(.95)}.v-mono{animation:6s ease-in-out infinite floatMono}@keyframes floatMono{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.tilt3d{transition:none}.v-card:not(.in),.v-mini:not(.in){opacity:1}.v-mono{animation:none}}@media (hover:hover){.v-card.tilt3d:hover,.v-mini.tilt3d:hover,.v-banner.tilt3d:hover{transform:perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(var(--lift)) scale(var(--sc))}}.v-logo{object-fit:cover;width:108px;height:108px;box-shadow:0 12px 26px rgba(var(--v-sh), .18), inset 0 1px 0 #fff;background:#fff;border-radius:28px;margin:0 auto 12px;animation:6s ease-in-out infinite floatMono;display:block}.mono-card{border-radius:var(--r);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-1);align-items:center;gap:14px;padding:14px;display:flex}.mono-card .logo-cur,.mono-card .mono-prev{flex-shrink:0;width:84px;height:84px;margin:0;font-size:30px}.mono-card .logo-cur{border-radius:20px}.mono-tx{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.mono-tx b{font-size:14.5px}.mono-tx span{color:var(--muted);font-size:12.5px;line-height:1.4}.mono-tx .btn{margin-top:6px}.logo-cur{object-fit:cover;background:#fff;border-radius:30px;width:128px;height:128px;margin:0 auto;display:block;box-shadow:0 16px 40px #0006}.mono-prev{width:128px;height:128px;font-family:var(--font-d);letter-spacing:.04em;color:var(--ink);border:1.5px solid var(--line-2);background:linear-gradient(180deg, #fff, var(--rose3));border-radius:999px;justify-content:center;align-items:center;margin:0 auto;font-size:44px;display:flex}.logo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.logo-opt{aspect-ratio:1;border:2px solid var(--line);background:#fff;border-radius:18px;padding:0;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.logo-opt img{object-fit:cover;width:100%;height:100%;display:block}.logo-opt.on{border-color:var(--rose);transform:translateY(-2px);box-shadow:0 0 0 4px #f43f7a2e}.logo-opt .chk{background:var(--rose);width:24px;height:24px;color:var(--on-rose);border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex;position:absolute;top:6px;right:6px}.logo-opt.skel{background:var(--surface2)}.v-menu{margin-top:36px}.v-chapter{text-align:center;padding:26px 0 18px}.v-chapter .hand{font-family:"Parisienne", var(--v-font);color:var(--v-badge);font-size:22px;line-height:1;display:block}.v-chapter h2{font-family:var(--v-font);letter-spacing:-.015em;margin:8px 0 0;font-size:clamp(34px,10vw,54px);font-weight:500;line-height:1.02}.v-chapter .orn{max-width:260px;color:var(--v-badge);justify-content:center;align-items:center;gap:12px;margin:14px auto 0;display:flex}.v-chapter .orn i{opacity:.55;background:linear-gradient(90deg,#0000,currentColor 45% 55%,#0000);flex:1;height:1px}.v-chapter .sub{color:var(--v-muted);margin-top:10px;font-size:14.5px;font-style:italic}.v-course{margin-top:26px}.v-course-head{color:var(--v-badge);align-items:center;gap:10px;margin-bottom:14px;display:flex}.v-course-head span{font-family:var(--v-font);letter-spacing:.14em;text-transform:uppercase;color:var(--v-text);font-size:19px}.v-course-head i{opacity:.4;background:linear-gradient(90deg,currentColor,#0000);flex:1;height:1px}.v-menu-grid{grid-template-columns:1fr;gap:26px;display:grid}@media (min-width:760px){.v-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}}@media (min-width:1240px){.v-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.v-dish.wide{grid-column:1/-1}.v-dish{background:var(--v-surface);box-shadow:0 2px 4px rgba(var(--v-sh), .06), 0 16px 34px rgba(var(--v-sh), .14), 0 40px 70px -32px rgba(var(--v-sh), .42);isolation:isolate;border-radius:26px;flex-direction:column;display:flex;position:relative;overflow:hidden}.v-dish .ph{aspect-ratio:4/5;background:#0000000f;display:block;position:relative;overflow:hidden}@media (min-width:760px){.v-dish .ph{aspect-ratio:1}.v-dish.wide .ph{aspect-ratio:16/10}}.v-dish .ph img{object-fit:cover;width:100%;height:100%}.v-dish .ph,.v-dish .ph img{border-radius:26px 26px 0 0}.v-dish .ph:after{border-radius:inherit}.v-dish .vig{pointer-events:none;background:radial-gradient(120% 100% at 50% 40%,#0000 55%,#140c0a33 100%);position:absolute;inset:0}.v-dish .info{z-index:2;color:var(--v-text);flex-direction:column;flex:1;padding:16px 18px 18px;display:flex;position:relative}.v-dish .info h3{font-family:var(--v-font);letter-spacing:-.005em;font-size:21px;font-weight:500;line-height:1.18}.v-dish.wide .info h3{font-size:26px}.v-dish .info .d{-webkit-line-clamp:2;color:var(--v-muted);-webkit-box-orient:vertical;max-width:52ch;margin-top:6px;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.v-dish .foot{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:14px;display:flex}.v-dish .price{color:var(--v-text);white-space:nowrap;flex-direction:column;min-width:0;font-size:20px;font-weight:700;line-height:1.05;display:inline-flex}.v-dish .price small{letter-spacing:.1em;text-transform:uppercase;color:var(--v-muted);font-size:9.5px;font-weight:600}.v-dish .v-btn.go{flex-shrink:0;width:auto;height:42px;padding:0 20px;font-size:13px;box-shadow:0 8px 18px #c4607e66,inset 0 1px #fff9}.v-dish.wide .v-btn.go{height:46px;padding:0 26px;font-size:14px}.v-dish .ribbon{z-index:3;background:var(--v-accent-grad);height:26px;color:var(--v-accent-ink);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;align-items:center;padding:0 12px;font-size:10.5px;font-weight:800;display:inline-flex;position:absolute;top:12px;left:12px;box-shadow:0 6px 16px #c4607e66,inset 0 1px #ffffffb3}.v-dish .fav{z-index:3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1c120f6b;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .18s,background .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:inset 0 0 0 1px #ffffff47}.v-dish .fav.on{background:var(--v-accent-grad);color:#7a2e48}.v-dish .fav:active{transform:scale(.88)}@keyframes dishzoom{0%{transform:translateY(var(--py,0px)) scale(1.02)}to{transform:translateY(var(--py,0px)) scale(1.22)}}.v-dish .ph img{transform:translateY(var(--py,0px)) scale(1.02);animation:22s ease-in-out infinite alternate dishzoom;animation-delay:calc(var(--i,0) * -3.5s)}@media (hover:hover){.v-dish.tilt3d:hover{--lift:-6px;--sc:1.012}}@media (prefers-reduced-motion:reduce){.v-dish .ph img{animation:none;transform:none}}@media (min-width:760px) and (max-width:1239px){.v-dish:not(.wide) .info{padding:14px 15px 16px}.v-dish:not(.wide) .info h3{font-size:18px}.v-dish:not(.wide) .price{font-size:17px}.v-dish:not(.wide) .v-btn.go{height:38px;padding:0 16px;font-size:12px}}@media (max-width:340px){.v-dish .foot{flex-wrap:wrap}.v-dish .v-btn.go{width:100%}}.v-carousel{gap:14px;padding:6px 2px 18px}.v-dish.mini{scroll-snap-align:start;flex:0 0 68vw;max-width:280px}@media (min-width:760px){.v-dish.mini{flex-basis:260px}}.v-dish.mini .ph{aspect-ratio:4/5}.v-dish.mini .info h3{font-size:17px}.v-dish.mini .foot{flex-direction:row;align-items:center}.v-dish.mini .v-btn.go{width:auto}.mono-prev{color:var(--ink);background:linear-gradient(180deg, #fff, var(--rose3))}.v-addon-rule{opacity:.75;font-weight:400}.v-addon-tag{letter-spacing:.06em;text-transform:uppercase;background:var(--v-accent);color:var(--v-accent-ink);border-radius:999px;margin-left:8px;padding:2px 8px;font-size:10px;font-weight:700}.v-addon-tag.ok{color:var(--v-muted);box-shadow:inset 0 0 0 1px var(--v-line);background:0 0}.v-addons{grid-template-columns:1fr;gap:8px;display:grid}@media (min-width:560px){.v-addons{grid-template-columns:repeat(2,minmax(0,1fr))}}.v-addon{background:var(--v-surface);border:1px solid var(--v-line);width:100%;min-height:52px;color:var(--v-text);text-align:left;border-radius:16px;align-items:center;gap:10px;padding:10px 14px;font-size:14px;transition:border-color .18s,background .18s;display:flex}.v-addon .box{width:22px;height:22px;box-shadow:inset 0 0 0 1.5px var(--v-line);color:var(--v-accent-ink);border-radius:7px;flex:0 0 22px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.v-addon .box.round{border-radius:999px}.v-addon .t{overflow-wrap:anywhere;flex:1;min-width:0}.v-addon .v{color:var(--v-muted);white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:700}.v-addon.on{border-color:var(--v-accent);background:color-mix(in srgb, var(--v-accent) 12%, var(--v-surface))}.v-addon.on .box{background:var(--v-accent);box-shadow:none}.v-addon.on .v{color:var(--v-text)}.v-addon:disabled{opacity:.45}.v-cartrow-addons{color:var(--v-muted);overflow-wrap:anywhere;font-size:12.5px}@keyframes cartbump{0%{transform:scale(1)}28%{transform:scale(1.055);box-shadow:0 18px 44px #c4607e80}55%{transform:scale(.985)}to{transform:scale(1)}}.v-cartbar .v-btn.bump{animation:.7s cubic-bezier(.2,.9,.3,1) cartbump}@media (prefers-reduced-motion:reduce){.v-cartbar .v-btn.bump{animation:none}}.v-dish-sizes{background:color-mix(in srgb, var(--v-text) 7%, transparent);border-radius:12px;flex-direction:column;gap:1px;margin-top:12px;display:flex;overflow:hidden}.v-dish-sizes li{background:var(--v-surface);justify-content:space-between;align-items:baseline;gap:12px;padding:7px 11px;font-size:13.5px;display:flex}.v-dish-sizes li .s{color:var(--v-muted);overflow-wrap:anywhere;min-width:0}.v-dish-sizes li b{white-space:nowrap;font-weight:700}.v-dish-opts{color:var(--v-muted);overflow-wrap:anywhere;margin-top:9px;font-size:12.5px;line-height:1.5}.v-dish-opts .t{color:var(--v-text);font-weight:700}.dia{background:var(--surface);min-width:0;height:44px;box-shadow:inset 0 0 0 1px var(--line);color:var(--muted);border-radius:12px;flex:1;font-size:14px;font-weight:600;transition:background .18s,color .18s,box-shadow .18s}.dia.on{background:var(--rose);color:var(--on-rose);box-shadow:none}.dia:active{transform:scale(.94)}.screen.light .sticky-cta{background:linear-gradient(180deg, #fff4f700 0%, var(--bg-rose) 35%)}.screen.soltando{outline:2px dashed var(--rose);outline-offset:-10px}.dropzone{border:1.5px dashed var(--line-2);background:var(--surface);width:100%;min-height:220px;color:var(--muted);cursor:pointer;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 20px;transition:border-color .18s,background .18s;display:flex}.dropzone:hover{border-color:var(--rose);background:var(--rose3);color:var(--rosedeep)}.dropzone b{color:var(--ink);font-size:15px}.dropzone span{font-size:13px}.tile.add{flex-direction:column;gap:4px;font-size:0}.tile.add span{letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600}.theme-opt em{color:var(--muted2);margin-top:3px;font-size:10.5px;font-style:normal;line-height:1.35;display:block}.theme-opt.on em{color:var(--muted)}.card.convite{background:linear-gradient(180deg, var(--rose3) 0%, #fff 85%);border-color:#f43f7a38}.screen.ajuda{padding-bottom:0}.ajuda-topo{border-bottom:1px solid var(--line);align-items:center;gap:11px;padding:4px 0 14px;display:flex}.ajuda-topo .av{background:var(--rose);width:42px;height:42px;color:var(--on-rose);font-family:var(--font-d);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:19px;font-weight:600;display:flex}.ajuda-topo b{font-size:15px;display:block}.ajuda-topo span{color:var(--muted2);font-size:12.5px}.ajuda-fio{flex-direction:column;flex:1;gap:8px;padding:16px 0 8px;display:flex;overflow-y:auto}.balao{border-radius:18px;flex-direction:column;gap:7px;max-width:84%;padding:10px 14px;font-size:14.5px;line-height:1.5;animation:.25s both up;display:flex}.balao p{overflow-wrap:anywhere;margin:0}.balao.bia{background:var(--surface2);border-bottom-left-radius:6px;align-self:flex-start}.balao.ela{background:var(--rose);color:var(--on-rose);border-bottom-right-radius:6px;align-self:flex-end}.balao.digitando{flex-direction:row;gap:4px;padding:14px 16px}.balao.digitando i{background:var(--muted2);border-radius:999px;width:7px;height:7px;animation:1.3s infinite pisca}.balao.digitando i:nth-child(2){animation-delay:.18s}.balao.digitando i:nth-child(3){animation-delay:.36s}@keyframes pisca{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.ajuda-atalhos{flex-direction:column;gap:7px;padding:4px 0 10px;display:flex}.ajuda-atalhos button{text-align:left;color:var(--text);box-shadow:inset 0 0 0 1px var(--line);background:0 0;background:var(--surface);border-radius:14px;padding:11px 14px;font-size:13.5px}.ajuda-atalhos button:active{background:var(--rose3)}.ajuda-barra{padding:10px 0 calc(12px + var(--safe-b));background:linear-gradient(180deg, transparent, var(--bg) 30%);gap:8px;display:flex;position:sticky;bottom:0}.ajuda-barra .input{flex:1;height:46px;font-size:16px}.ajuda-barra .enviar{background:var(--rose);width:46px;height:46px;color:var(--on-rose);border-radius:999px;flex-shrink:0;font-size:19px;font-weight:700}.ajuda-barra .enviar:disabled{opacity:.4}@media (prefers-reduced-motion:reduce){.balao,.balao.digitando i{animation:none}}.bia-fab{left:50%;bottom:calc(72px + var(--safe-b));z-index:30;background:var(--surface);color:var(--text);box-shadow:0 8px 24px #1414141f, inset 0 0 0 1px var(--line);border-radius:999px;align-items:center;gap:9px;padding:7px 16px 7px 7px;font-size:13.5px;font-weight:500;display:inline-flex;position:fixed;transform:translate(-50%)}.bia-fab .txt{white-space:nowrap}.bia-fab .av{background:var(--rose);width:30px;height:30px;color:var(--on-rose);font-family:var(--font-d);border-radius:999px;justify-content:center;align-items:center;font-size:15px;font-weight:600;display:flex}.bia-fab:active{transform:translate(-50%)scale(.96)}@media (min-width:720px){.bia-fab{left:auto;right:28px;transform:none}.bia-fab:active{transform:scale(.96)}}.v-privada{z-index:60;padding:10px 16px calc(10px + var(--safe-t));color:#f7f0e9;text-align:center;background:#2a1f1c;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 12px;font-size:13px;display:flex;position:sticky;top:0}.v-privada b{font-size:13.5px}.v-privada span{opacity:.8}.auth-corpo{flex-direction:column;display:flex}.auth.entrando .auth-corpo{margin-block:auto;padding-bottom:8vh}.auth.criando .auth-corpo{margin-top:14px}.auth-cab{flex-direction:column;gap:8px;display:flex}.auth-titulo{font-size:31px}.auth.criando .auth-titulo{font-size:28px}.auth-sub{color:var(--muted);max-width:32ch;font-size:15.5px;line-height:1.45}.auth-passo{align-items:center;gap:6px;margin-bottom:6px;display:flex}.auth-passo i{background:var(--rose2);border-radius:2px;width:15px;height:3px}.auth-passo i.on{background:var(--rose);width:22px}.auth-passo span{letter-spacing:.04em;color:var(--muted2);margin-left:5px;font-size:11.5px}.auth-campos{flex-direction:column;gap:14px;margin-top:26px;display:flex}.auth-campo{flex-direction:column;gap:7px;display:flex}.auth-campo>span{color:var(--muted);font-size:12.5px;font-weight:500}.auth-campo>em{color:var(--muted2);font-size:12px;font-style:normal;line-height:1.4}.auth-campo em.ruim{color:var(--danger);font-weight:500}.auth .input{background:var(--surface);border-color:var(--line-2);border-radius:14px;height:54px;font-size:16px}.auth .input:focus{border-color:var(--rose);box-shadow:0 0 0 3px #f43f7a24}.auth-erro{margin-top:14px}.auth-ok{letter-spacing:0;margin-top:22px;font-size:16px}.auth-links{text-align:center;color:var(--muted);margin-top:20px;font-size:14px}.auth-rodape{text-align:center;color:var(--muted2);margin-top:10px;font-size:12.5px;line-height:1.5}.auth-rodape a,.auth-links .link{color:var(--rose);text-underline-offset:3px;-webkit-text-decoration:underline #f43f7a59;text-decoration:underline #f43f7a59}.v-dish .ribbon.pronto{color:#3a2a25;background:linear-gradient(#ffe9b8 0%,#f0c46a 100%);box-shadow:0 8px 18px #c48c2859}.v-pronto{color:#3a2a25;letter-spacing:.02em;background:linear-gradient(#ffe9b8 0%,#f0c46a 100%);border-radius:999px;align-items:center;gap:6px;height:30px;padding:0 12px;font-size:12.5px;font-weight:700;display:inline-flex}.quiz-corpo{flex-direction:column;margin-top:18px;display:flex}.quiz-h1{margin-bottom:22px;font-size:26px;line-height:1.22}.quiz-opcoes{flex-direction:column;gap:10px;display:flex}.quiz-opcao{text-align:left;border-radius:var(--r-sm);background:var(--surface);min-height:62px;box-shadow:inset 0 0 0 1px var(--line);color:var(--text);padding:14px 18px;font-size:15.5px;font-weight:600;line-height:1.3;transition:background .18s,box-shadow .18s,transform .12s}.quiz-opcao:active{transform:scale(.985)}.quiz-opcao.on{background:var(--rose);color:var(--on-rose);box-shadow:none}@media (hover:hover){.quiz-opcao:hover{box-shadow:inset 0 0 0 1.5px var(--rose)}}.quiz-alerta-h1{margin-bottom:14px;font-size:28px;line-height:1.16}.quiz-alerta-p{color:var(--muted);margin-bottom:20px;font-size:15.5px;line-height:1.5}.quiz-alerta-p b{color:var(--text);font-weight:600}.quiz-conta{border-radius:var(--r);background:var(--surface);box-shadow:inset 0 0 0 1px var(--line), 0 10px 24px #1414140f;flex-direction:column;align-items:flex-start;gap:4px;padding:20px;display:flex}.quiz-conta-topo{color:var(--muted2);font-size:13.5px;font-weight:600;line-height:1.35}.quiz-conta-num{font-family:var(--font-b);letter-spacing:-.03em;color:var(--danger);margin-top:6px;font-size:40px;font-weight:800}.quiz-conta-pe{color:var(--muted2);font-size:12.5px;line-height:1.35}.quiz-conta-ano{border-top:1px solid var(--line);width:100%;color:var(--text);margin-top:10px;padding-top:10px;font-size:13.5px;font-weight:700}.quiz-fecho{color:var(--text);margin:22px 0 18px;font-size:18px;font-weight:700;line-height:1.35}.quiz-cta{margin-top:0}.quiz-rodape{text-align:center;color:var(--muted2);margin-top:14px;font-size:12.5px;line-height:1.4}.v-summary.bloq-msg{text-align:left;max-width:420px;margin:20px auto 0;padding:16px 18px}.v-summary.bloq-msg pre{white-space:pre-wrap;color:var(--v-text,var(--text));margin:0;font-family:inherit;font-size:13.5px;line-height:1.55}.bloq-porque{max-width:420px;color:var(--v-muted,var(--muted));margin:18px auto 0;font-size:14.5px;line-height:1.5}.bloq-acoes{gap:10px;max-width:420px;margin-top:24px;margin-left:auto;margin-right:auto}.esc-linha{gap:6px;margin-top:2px}.chip.esc-on,.chip.esc-off,.chip.esc-add{cursor:pointer;height:32px;font-size:12.5px}.chip.esc-on{color:var(--text);box-shadow:inset 0 0 0 1.5px var(--line-2)}.chip.esc-off{color:var(--muted2);opacity:.55;background:0 0;text-decoration:line-through}.chip.esc-add{color:var(--rosedeep);box-shadow:inset 0 0 0 1px var(--rose2);background:var(--rose3);justify-content:center;min-width:38px}.esc-dica{color:var(--muted2);text-transform:none;letter-spacing:0;margin-left:6px;font-weight:500}.esc-campo{background:var(--surface);border:1.5px solid var(--rose);height:32px;color:var(--text);border-radius:999px;outline:none;min-width:130px;padding:0 12px;font-size:12.5px}.pcard-editar{flex:none}.gate-lista{border-radius:var(--r-sm);background:var(--rose3);flex-direction:column;gap:8px;margin:2px 0 4px;padding:14px 16px;list-style:none;display:flex}.gate-lista li{color:var(--text);padding-left:20px;font-size:13.5px;line-height:1.45;position:relative}.gate-lista li:before{content:"✓";color:var(--rosedeep);font-weight:700;position:absolute;left:0}.btn-linha{width:100%;color:var(--muted2);margin-top:10px;padding:6px;font-size:13px;font-weight:600;display:block}
