:root{--brand:#2dd4bf;--brand-2:#38bdf8;--brand-ink:#04211c;--bg:#0a1024;--surface:#101a33;--surface-2:#16223f;--text:#dfe5ec;--muted:#97a3bb;--line:#243352;--ok:#10b981;--warn:#e0a64a;--err:#fb7185;--bg-grad:radial-gradient(1000px 780px at 86% 102%, #2f5cff, transparent 56%), radial-gradient(860px 700px at 8% 4%, #2546b4, transparent 56%), linear-gradient(158deg, #18316e 0%, #101e4c 52%, #15306e 100%);--radius:12px;--radius-lg:16px;--shadow:0 1px 2px #0006,0 10px 30px #0000008c;--sidebar:240px}[data-theme=light]{--brand:#087f78;--brand-2:#4f86c6;--brand-ink:#fff;--accent-ai:#8b7fd6;--accent-human:#ef9e86;--primary-dark:#055f5a;--primary-soft:#ddf5f1;--clinical-blue:#def;--ai-lilac:#eee7ff;--warm-coral:#ffe2d2;--bg:#fafdfb;--bg-warm:#fffdf8;--surface:#fff;--surface-2:#f3faf8;--surface-soft:#f3faf8;--text:#0e2a33;--muted:#4e5d66;--line:#dcebea;--text-2:#3c4a56;--bg-grad:radial-gradient(1200px 720px at 50% -10%, #eaf7f4, transparent 60%), radial-gradient(900px 640px at 96% 4%, #eef6ff, transparent 55%), #fafdfb;--ok:#0e9f6e;--warn:#e0913a;--err:#e05a5a;--shadow:0 1px 2px #0e2a330d,0 8px 24px #0e2a3314;--text-soft:#24444d;--text-faint:#82929a;--primary-hover:#066e68;--primary-bright:#12b8a6;--primary-ultra-soft:#effbf8;--surface-blue:#f2f7ff;--clinical-blue-strong:#7db7e8;--ai-lilac-strong:#bfa7ff;--warm-coral-strong:#ff9d76;--border-strong:#bfd8d6;--shadow-soft:0 12px 32px #0e2a3314;--shadow-medium:0 20px 60px #0e2a331f;--shadow-premium:0 30px 90px #0e2a3329;--apple-black:#050607;--apple-panel:#0b0f12;--apple-card:#11181c;--apple-card-soft:#151f24;--apple-border:#ffffff1a;--apple-text:#f6faf9;--apple-muted:#f6faf9ad}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg-grad,var(--bg));color:var(--text);font-family:var(--font-sans,"Plus Jakarta Sans",system-ui,sans-serif);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-repeat:no-repeat;background-attachment:fixed;margin:0}a{color:inherit;text-decoration:none}.muted{color:var(--muted)}body:after{content:"";z-index:1;pointer-events:none;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px;position:fixed;inset:0}@media (prefers-reduced-motion:reduce){body:after{display:none}}img{max-width:100%}@media (width<=680px){.page table,.adm-table{-webkit-overflow-scrolling:touch;white-space:nowrap;display:block;overflow-x:auto}}::selection{background:color-mix(in srgb,var(--brand) 26%,transparent)}*{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--muted) 55%,transparent) transparent}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--muted) 50%,transparent);border:3px solid var(--bg);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--muted) 80%,transparent)}.center{place-items:center;gap:8px;min-height:60vh;display:grid}input,select,textarea{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:100%;color:var(--text);font:inherit;outline:none;padding:11px 13px}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 22%,transparent)}label{color:var(--muted);margin:0 0 5px;font-size:.82rem;font-weight:600;display:block}.field{margin-bottom:14px}.btn{cursor:pointer;font:inherit;background:var(--brand);color:var(--brand-ink);border:none;border-radius:980px;justify-content:center;align-items:center;gap:8px;padding:11px 18px;font-weight:600;transition:filter .18s,transform .18s,box-shadow .18s;display:inline-flex}.btn:hover{filter:brightness(1.07);box-shadow:0 8px 22px color-mix(in srgb,var(--brand) 30%,transparent);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn.ghost:hover{box-shadow:none;background:color-mix(in srgb,var(--text) 12%,var(--surface-2))}.btn:disabled{opacity:.6;cursor:default}.btn.ghost{background:var(--surface-2);color:var(--text);border:1px solid color-mix(in srgb,var(--text) 22%,var(--line))}.btn:focus-visible,.iconbtn:focus-visible,.nav-link:focus-visible,a:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.btn.sm{padding:7px 11px;font-size:.85rem}.btn.block{width:100%}.err-msg{color:var(--err);margin-top:8px;font-size:.85rem}.ok-msg{color:var(--ok);margin-top:8px;font-size:.85rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:18px;box-shadow:0 1px 3px #0000002e}.grid{gap:16px;display:grid}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-2{grid-template-columns:repeat(2,1fr)}.stat{font-size:2rem;font-weight:800;line-height:1}.badge{background:var(--surface-2);color:var(--muted);border-radius:99px;padding:3px 9px;font-size:.72rem;font-weight:700;display:inline-block}.badge.prem{background:color-mix(in srgb,var(--brand) 16%,transparent);color:var(--brand)}.badge.free{background:color-mix(in srgb,var(--ok) 16%,transparent);color:var(--ok)}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--line);padding:11px 12px;font-size:.92rem}th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.auth-wrap{background:radial-gradient(1200px 600px at 100% -10%,color-mix(in srgb,var(--brand) 14%,transparent),transparent),var(--bg);place-items:center;min-height:100vh;padding:20px;display:grid}.auth-card{width:100%;max-width:400px}.auth-card h1{margin:0 0 4px;font-size:1.5rem}.auth-foot{color:var(--muted);text-align:center;margin-top:18px;font-size:.88rem;line-height:1.6}.auth-foot a{color:#c7c7cf;text-decoration:none}.auth-foot a:hover{color:#fff;text-decoration:underline}.auth-foot .auth-back{color:var(--muted);margin-top:14px;display:inline-block}.auth-card input{background:#ffffff0b;border-color:#ffffff24}.pw-wrap{position:relative}.pw-wrap input{padding-right:64px}.pw-toggle{cursor:pointer;color:var(--muted);background:0 0;border:0;border-radius:8px;padding:6px 9px;font-size:.8rem;font-weight:700;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.pw-toggle:hover{color:var(--text)}.pw-toggle:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.brand-row{align-items:center;gap:10px;margin-bottom:18px;display:flex}.brand-mark{color:#fff;background:linear-gradient(140deg,#5eead4,#0f9e8e 56%,#0c6b60);border-radius:11px;flex:none;place-items:center;width:34px;height:34px;font-weight:900;transition:transform .22s cubic-bezier(.34,1.56,.64,1);display:grid;box-shadow:0 6px 18px #2dd4bf80,inset 0 1px 1px #ffffff80,inset 0 -2px 5px #08103080}.brand-row:hover .brand-mark{transform:rotate(-4deg)scale(1.06)}.brand-mark{isolation:isolate;position:relative}.brand-mark:after{content:"";border-radius:inherit;pointer-events:none;mix-blend-mode:soft-light;background:radial-gradient(125% 92% at 27% 15%,#fff9,#ffffff1a 40%,#0000 64%);position:absolute;inset:0}.brand-f .bf-w1,.brand-f .bf-w2,.brand-f .bf-w3{transform-box:fill-box;transform-origin:0;animation:3s ease-out infinite bf-emanate}.brand-f .bf-w2{animation-delay:.45s}.brand-f .bf-w3{animation-delay:.9s}@keyframes bf-emanate{0%{opacity:0;transform:translate(-.5px)scale(.8)}30%{opacity:1}to{opacity:0;transform:translate(1.5px)scale(1.16)}}.brand-row:hover .bf-w1,.brand-row:hover .bf-w2,.brand-row:hover .bf-w3{animation-duration:1.6s}@media (prefers-reduced-motion:reduce){.brand-mark{transition:none}.brand-row:hover .brand-mark{transform:none}.brand-f .bf-w1,.brand-f .bf-w2,.brand-f .bf-w3{opacity:1;animation:none;transform:none}}.t-fucsia{color:#fff!important}.t-verde,.t-mostaza{color:#a1a1aa!important}.card.top-f{border-top:3px solid #fff}.card.top-v,.card.top-m{border-top:3px solid #a1a1aa}.badge.verde{color:#a1a1aa;background:#a1a1aa2e}.badge.mostaza{color:#a1a1aa;background:#a1a1aa33}.brand-name{letter-spacing:-.022em;font-weight:800}.brand-name .bn-a{font-weight:800}.brand-name .bn-b{opacity:.62;font-weight:500}.tour{text-align:left;grid-template-columns:.9fr 1.1fr;align-items:center;gap:28px;margin-top:26px;display:grid}.tour-steps{flex-direction:column;gap:10px;display:flex}.tour-step{text-align:left;background:var(--surface);border:1px solid var(--line);cursor:pointer;color:var(--text);border-radius:16px;align-items:flex-start;gap:14px;padding:16px;transition:all .2s;display:flex}.tour-step:hover{border-color:color-mix(in srgb,var(--brand) 40%,transparent)}.tour-step.on{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand),0 14px 30px -16px color-mix(in srgb,var(--brand) 50%,transparent)}.tour-n{font-family:var(--font-mono);color:var(--brand);background:color-mix(in srgb,var(--brand) 12%,transparent);border-radius:10px;flex:none;place-items:center;width:34px;height:34px;font-size:.8rem;font-weight:700;display:grid}.tour-st-main{flex-direction:column;gap:3px;display:flex}.tour-st-main b{font-size:1rem}.tour-st-main small{color:var(--muted);font-size:.85rem;line-height:1.45}.tour-step:not(.on) .tour-st-main small{display:none}.tour-frame{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 24px 60px -24px #00000080}.tour-bar{border-bottom:1px solid var(--line);background:var(--surface-2);align-items:center;gap:7px;padding:11px 14px;display:flex}.tour-bar i{background:var(--line);border-radius:50%;width:11px;height:11px}.tour-bar i:first-child{background:#ff5f57}.tour-bar i:nth-child(2){background:#febc2e}.tour-bar i:nth-child(3){background:#28c840}.tour-url{color:var(--muted);font-size:.74rem;font-family:var(--font-mono);margin-left:10px}.tour-body{padding:18px;animation:.4s tour-fade;position:relative}@keyframes tour-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.m-screen{flex-direction:column;gap:11px;min-height:230px;display:flex}.m-head{align-items:center;gap:11px;display:flex}.m-av{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;letter-spacing:.02em;border-radius:12px;place-items:center;width:40px;height:40px;font-size:.82rem;font-weight:800;display:grid}.m-head b{font-size:.95rem}.m-mut{color:var(--muted);font-size:.78rem}.m-tabs{border-bottom:1px solid var(--line);color:var(--muted);gap:14px;padding-bottom:8px;font-size:.82rem;display:flex}.m-tabs .on{color:var(--text);box-shadow:inset 0 -2px 0 var(--brand);font-weight:700}.m-lbl{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-top:2px;font-size:.72rem;font-weight:700}.m-list{flex-direction:column;gap:6px;margin:0;padding:0;font-size:.86rem;list-style:none;display:flex}.m-list .m-off{color:var(--muted)}.m-prog{align-items:center;gap:10px;margin-top:auto;font-size:.82rem;display:flex}.m-bar{background:var(--surface-2);border-radius:99px;flex:1;height:8px;overflow:hidden}.m-bar i{background:linear-gradient(90deg,var(--brand),var(--brand-2));height:100%;display:block}.m-iahead{justify-content:space-between;align-items:center;gap:8px;display:flex}.m-iabtn{background:var(--brand);color:var(--brand-ink);white-space:nowrap;border-radius:99px;padding:7px 12px;font-size:.78rem;font-weight:700}.m-doc{background:var(--surface-2);border-radius:12px;flex-direction:column;gap:9px;padding:13px 15px;font-size:.84rem;line-height:1.5;display:flex}.m-doc p{margin:0}.m-caret{background:var(--brand);vertical-align:-2px;width:2px;height:1em;margin-left:2px;animation:1s step-end infinite tour-blink;display:inline-block}@keyframes tour-blink{50%{opacity:0}}.m-iafoot{color:var(--muted);text-align:center;font-size:.76rem}.m-card2{background:var(--surface-2);border-radius:12px;align-items:center;gap:11px;padding:11px 13px;display:flex}.m-doc2{color:#fff;letter-spacing:.04em;background:linear-gradient(135deg,#ef4444,#b91c1c);border-radius:9px;place-items:center;width:34px;height:34px;font-size:.58rem;font-weight:800;display:grid}.m-card2 b{font-size:.88rem}.m-card2 small{color:var(--muted);font-size:.74rem;display:block}.m-go{color:var(--brand);margin-left:auto;font-weight:800}.m-chips{flex-wrap:wrap;gap:8px;display:flex}.m-chips span{background:var(--surface-2);border:1px solid var(--line);border-radius:99px;padding:6px 11px;font-size:.78rem}.tour-cap{border-top:1px solid var(--line);background:var(--surface);color:var(--muted);align-items:center;gap:10px;min-height:42px;padding:11px 16px;font-size:.84rem;line-height:1.45;animation:.4s tour-fade;display:flex}.tour-cap:before{content:"";background:var(--brand);border-radius:99px;flex:none;align-self:stretch;width:3px;margin:1px 0}.tour-player{border-top:1px solid var(--line);background:var(--surface-2);align-items:center;gap:11px;padding:9px 13px;display:flex}.tour-play{background:var(--brand);color:var(--brand-ink);cursor:pointer;border:0;border-radius:50%;flex:none;width:30px;height:30px;font-size:.62rem;line-height:1}.tour-prog{background:var(--line);border-radius:99px;flex:1;height:5px;overflow:hidden}.tour-prog-i{background:linear-gradient(90deg,var(--brand),var(--brand-2));width:0;height:100%;animation:linear forwards tour-fill}@keyframes tour-fill{0%{width:0}to{width:100%}}.tour-dots{flex:none;gap:6px;display:flex}.tour-dots span{background:var(--line);cursor:pointer;border-radius:50%;width:7px;height:7px;transition:all .2s}.tour-dots span.on{background:var(--brand);transform:scale(1.25)}.tour-body.typing .m-doc p{animation:.5s both tour-rise}.tour-body.typing .m-doc p:first-child{animation-delay:1.1s}.tour-body.typing .m-doc p:nth-child(2){animation-delay:1.8s}.tour-body.typing .m-doc p:nth-child(3){animation-delay:2.5s}@keyframes tour-rise{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.tour-cursor{z-index:6;pointer-events:none;filter:drop-shadow(0 2px 4px #00000073);line-height:0;animation:1.3s both tour-cur;position:absolute;top:44px;right:26px}@keyframes tour-cur{0%{opacity:0;transform:translate(26px,34px)scale(1)}18%{opacity:1}58%{transform:translate(0)scale(1)}66%{transform:translate(0)scale(.72)}76%{transform:translate(0)scale(1)}to{opacity:1;transform:translate(0)scale(1)}}.tour-body.typing .m-iabtn{animation:1.3s both tour-press;display:inline-block}@keyframes tour-press{0%,58%{transform:scale(1)}66%{filter:brightness(1.25);transform:scale(.9)}76%,to{filter:none;transform:scale(1)}}.tour-segs{background:var(--surface-2);gap:4px;padding:8px 14px;display:flex}.tour-seg{background:var(--line);cursor:pointer;border-radius:99px;flex:1;height:4px;overflow:hidden}.tour-seg-i{background:linear-gradient(90deg,var(--brand),var(--brand-2));width:0;height:100%}.tour-seg-i.done{width:100%}.tour-seg-i.live{animation:linear forwards tour-fill}.tour-player-lbl{color:var(--muted);font-size:.78rem}.tour-cursor.fam{inset:auto auto 26px 24px}.tour-body.fam .m-chips span:first-child{animation:1.3s both tour-press;display:inline-block}@media (width<=760px){.tour{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.tour-body{animation:none}}.cdock{pointer-events:none;z-index:1200;position:fixed;inset:0}.cdock>*{pointer-events:auto}.cdock-launch{cursor:pointer;background:var(--brand);width:56px;height:56px;color:var(--brand-ink);box-shadow:0 8px 24px color-mix(in srgb,var(--brand) 40%,transparent);border:none;border-radius:50%;font-size:1.4rem;transition:transform .16s;position:fixed;bottom:22px;right:22px}.cdock-launch:hover{transform:translateY(-2px)}.cdock-launch-badge{color:#fff;border:2px solid var(--bg);background:#ff3b5c;border-radius:99px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.66rem;font-weight:800;display:grid;position:absolute;top:-2px;right:-2px}.cdock-panel{background:var(--surface);border:1px solid var(--line);border-radius:16px;flex-direction:column;width:320px;max-height:min(70vh,560px);display:flex;position:fixed;bottom:88px;right:22px;overflow:hidden;box-shadow:0 18px 48px #0006}.cdock-head{border-bottom:1px solid var(--line);background:linear-gradient(100deg,color-mix(in srgb,var(--brand) 12%,transparent),transparent);align-items:center;gap:10px;padding:13px 15px;display:flex}.cdock-head strong{font-size:1.05rem}.cdock-head-av{background:linear-gradient(135deg,var(--brand),var(--brand-2));width:30px;height:30px;box-shadow:0 3px 10px color-mix(in srgb,var(--brand) 35%,transparent);border-radius:50%;flex:none;place-items:center;font-size:.95rem;display:grid}.cdock-tab-n{background:var(--brand);color:var(--brand-ink);vertical-align:1px;border-radius:99px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.66rem;font-weight:800;display:inline-grid}.cdock-search-ic{color:var(--muted);pointer-events:none;font-size:1rem;position:absolute;top:50%;left:22px;transform:translateY(-50%)}.cdock-zero{text-align:center;padding:14px 8px}.cdock-zero-ic{background:color-mix(in srgb,var(--brand) 14%,transparent);border-radius:50%;place-items:center;width:54px;height:54px;margin:6px auto 10px;font-size:1.5rem;display:grid}.cdock-zero-t{font-size:.95rem;font-weight:700}.cdock-zero-s{color:var(--muted);margin:2px 0 12px;font-size:.82rem}.cdock-zero-people{text-align:left;flex-direction:column;gap:2px;display:flex}.cdock-x,.cdock-new{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:4px 8px;font-size:1rem}.cdock-x:hover,.cdock-new:hover{background:var(--surface-2);color:var(--text)}.cdock-tabs{gap:6px;padding:10px 12px 0;display:flex}.cdock-tabs button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px 10px 0 0;flex:1;padding:8px;font-size:.86rem;font-weight:700}.cdock-tabs button.on{color:var(--brand);box-shadow:inset 0 -2px 0 var(--brand)}.cdock-bgrow{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:8px;padding:10px 14px;display:flex}.cdock-bgsw{border:2px solid var(--line);cursor:pointer;border-radius:50%;width:30px;height:30px;padding:0}.cdock-bgsw.on{border-color:var(--brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 35%,transparent)}.cdock-search{gap:6px;padding:10px 12px;display:flex;position:relative}.cdock-search input{border:1px solid var(--line);background:var(--surface-2);color:var(--text);font:inherit;border-radius:99px;outline:none;flex:1;padding:8px 11px 8px 30px;font-size:.85rem}.cdock-search input:focus{border-color:var(--brand)}.cdock-new{border:1px solid var(--line);border-radius:50%;flex:none;width:34px}.cdock-list{padding:4px 8px 10px;overflow-y:auto}.cdock-empty{color:var(--muted);text-align:center;padding:24px 12px;font-size:.85rem}.cdock-item{text-align:left;cursor:pointer;width:100%;color:var(--text);background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;padding:9px 10px;display:flex}.cdock-item:hover{background:var(--surface-2)}.cdock-av{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border-radius:50%;flex:none;place-items:center;width:40px;height:40px;font-size:1rem;font-weight:800;display:grid;position:relative}.cdock-av.sm{width:30px;height:30px;font-size:.82rem}.cdock-av i{border:2px solid var(--surface);border-radius:50%;width:12px;height:12px;position:absolute;bottom:-1px;right:-1px}.cdock-it-main{flex-direction:column;flex:1;min-width:0;display:flex}.cdock-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.cdock-prev{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.cdock-meta{flex-direction:column;flex:none;align-items:flex-end;gap:4px;display:flex}.cdock-time{color:var(--muted);font-size:.68rem}.cdock-badge{background:var(--brand);color:var(--brand-ink);border-radius:99px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.66rem;font-weight:800;display:grid}.cdock-win{background:var(--surface);border:1px solid var(--line);border-bottom:0;border-radius:14px 14px 0 0;flex-direction:column;width:300px;height:420px;display:flex;position:fixed;bottom:0;overflow:hidden;box-shadow:0 14px 40px #0006}.cdock-win.min{height:auto}.cdock-maxbg{z-index:1250;background:#00000080;position:fixed;inset:0}.cdock-win.max{border:1px solid var(--line);z-index:1260;border-radius:16px;width:min(620px,94vw);height:min(86vh,800px);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 60px #0000008c;right:auto!important}.cdock-win.max .cdock-bub{font-size:.95rem}.cdock-daysep{justify-content:center;align-items:center;margin:10px 0 6px;display:flex}.cdock-daysep span{color:var(--muted);background:var(--surface-2);text-transform:capitalize;border-radius:99px;padding:3px 11px;font-size:.66rem}.cdock-link{color:inherit;word-break:break-all;text-decoration:underline}@keyframes cdock-pop{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:none}}@keyframes cdock-pop-c{0%{opacity:0;transform:translate(-50%,-46%)scale(.97)}to{opacity:1;transform:translate(-50%,-50%)}}.cdock-panel,.cdock-win:not(.max){animation:.18s cdock-pop}.cdock-win.max{animation:.18s cdock-pop-c}@media (prefers-reduced-motion:reduce){.cdock-panel,.cdock-win{animation:none}}.cdock-win-head{border-bottom:1px solid var(--line);cursor:pointer;background:var(--surface-2);align-items:center;gap:9px;padding:9px 11px;display:flex}.cdock-win-name{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.88rem;font-weight:700;overflow:hidden}.cdock-win-actions{gap:2px;display:flex}.cdock-win-actions button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;width:26px;height:26px;font-size:.8rem}.cdock-win-actions button:hover{background:var(--surface);color:var(--text)}.cdock-win-body{flex-direction:column;flex:1;gap:7px;padding:12px;display:flex;overflow-y:auto}.cdock-msg{flex-direction:column;max-width:80%;display:flex}.cdock-msg.me{align-self:flex-end;align-items:flex-end}.cdock-msg.them{align-self:flex-start}.cdock-bub{word-break:break-word;border-radius:15px;padding:8px 12px;font-size:.88rem;line-height:1.35}.cdock-msg.me .cdock-bub{background:var(--brand);color:var(--brand-ink);border-bottom-right-radius:5px}.cdock-msg.them .cdock-bub{background:var(--surface-2);color:var(--text);border-bottom-left-radius:5px}.cdock-msg-time{color:var(--muted);margin:2px 4px 0;font-size:.64rem}.cdock-msg.grp{margin-top:-4px}.cdock-att-img{border-radius:10px;max-width:200px;max-height:200px;display:block}.cdock-att-file{background:var(--surface-2);color:var(--text);border-radius:12px;padding:8px 12px;font-size:.85rem;text-decoration:none;display:inline-block}.cdock-msg.me .cdock-att-file{color:var(--brand-ink);background:#fff3}.cdock-att-load{color:var(--muted);font-size:.8rem}.cdock-typing{color:var(--muted);padding:2px 12px 6px;font-size:.74rem;font-style:italic}.cdock-win-input{border-top:1px solid var(--line);align-items:center;gap:7px;padding:9px;display:flex;position:relative}.cdock-emoji-btn{cursor:pointer;background:0 0;border:0;flex:none;padding:0 2px;font-size:1.2rem;line-height:1}.cdock-emojis{background:var(--surface);border:1px solid var(--line);z-index:5;border-radius:12px;grid-template-columns:repeat(8,1fr);gap:2px;padding:8px;display:grid;position:absolute;bottom:50px;left:8px;right:8px;box-shadow:0 10px 30px #00000059}.cdock-emojis button{cursor:pointer;background:0 0;border:0;border-radius:8px;padding:5px;font-size:1.15rem;line-height:1}.cdock-emojis button:hover{background:var(--surface-2)}.cdock-btn{background:var(--brand);color:var(--brand-ink);font:inherit;cursor:pointer;border:0;border-radius:9px;padding:8px 14px;font-size:.84rem;font-weight:700}.cdock-btn:disabled{opacity:.5;cursor:default}.cdock-btn.ghost{background:var(--surface-2);color:var(--text);border:1px solid var(--line)}.cdock-btn.danger{border:1px solid color-mix(in srgb,var(--err) 50%,transparent);color:var(--err);background:0 0}.cdock-modal-bg{z-index:1300;background:#0000008c;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.cdock-modal{background:var(--surface);border:1px solid var(--line);border-radius:16px;width:100%;max-width:380px;padding:18px;box-shadow:0 20px 50px #00000080}.cdock-modal-name{border:1px solid var(--line);background:var(--surface-2);width:100%;color:var(--text);font:inherit;border-radius:10px;outline:none;margin-bottom:12px;padding:10px 12px}.cdock-modal-people{flex-direction:column;gap:2px;max-height:240px;display:flex;overflow-y:auto}.cdock-check{cursor:pointer;border-radius:9px;align-items:center;gap:10px;padding:7px 6px;font-size:.9rem;display:flex}.cdock-check:hover{background:var(--surface-2)}.cdock-modal-foot{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.cdock-info{border-bottom:1px solid var(--line);background:var(--surface-2);max-height:200px;padding:11px 12px;overflow-y:auto}.cdock-info-h{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:8px;font-size:.72rem;font-weight:700}.cdock-info-list{flex-direction:column;gap:5px;margin-bottom:8px;display:flex}.cdock-info-row{align-items:center;gap:8px;font-size:.85rem;display:flex}.cdock-info-add{flex-wrap:wrap;gap:5px;margin-bottom:8px;display:flex}.cdock-chip{background:var(--surface);border:1px solid var(--line);color:var(--text);cursor:pointer;border-radius:99px;padding:4px 9px;font-size:.76rem}.cdock-chip:hover{border-color:var(--brand);color:var(--brand)}.cdock-info-foot{gap:8px;display:flex}.cdock-info-foot .cdock-btn{text-align:center;flex:1;padding:7px;font-size:.78rem}.cdock-win-input input{border:1px solid var(--line);background:var(--surface-2);color:var(--text);font:inherit;border-radius:99px;outline:none;flex:1;padding:8px 12px;font-size:.86rem}.cdock-win-input button{background:var(--brand);color:var(--brand-ink);cursor:pointer;border:0;border-radius:50%;flex:none;width:34px;height:34px}.cdock-win-input button:disabled{opacity:.5;cursor:default}@media (width<=640px){.cdock-panel{border-radius:16px 16px 0 0;width:100%;max-height:80vh;bottom:0;left:0;right:0}.cdock-win{border:0;border-radius:0;width:100%;height:100%;top:0;left:0;right:0!important}.cdock-launch{bottom:16px;right:16px}}.lp-root{--brand:#34d399;--brand-2:#6ee7b7;--brand-ink:#071a3d;--bg:#071a3d;--surface:#0d2552;--surface-2:#0b2a55;--text:#f8fafc;--muted:#94a3b8;--line:#ffffff24;--ok:#34d399;--err:#fb7185;--text-2:#cbd5e1;--bg-glow:#0e7490;--glass-bg:#0f28506b;--cta-bg:#f8fafc;--cta-text:#071a3d;--tech-glow-a:#6ee7b7;--tech-glow-b:#0e7490;--tech-glow-cursor:#6ee7b7;--bg-grad:radial-gradient(1150px 820px at 80% 26%, #0b2a55, transparent 60%), radial-gradient(900px 720px at 10% 4%, #0e2c58, transparent 55%), radial-gradient(760px 640px at 92% 104%, #0e7490, transparent 52%), linear-gradient(160deg, #071a3d 0%, #020b24 58%, #06183a 100%);background:var(--bg-grad);background-repeat:no-repeat;background-attachment:fixed}.lp-root .lp-section h2{color:#f8fafc}.lp-root .lp-section .sub,.lp-root .ap-sub{color:#aab4c0}.lp-root .card{background:var(--glass-bg);-webkit-backdrop-filter:blur(14px)saturate(140%);border:1px solid var(--line);box-shadow:0 22px 50px -28px #020b24f2,inset 0 1px #ffffff0f}.lp-root .lp-cta,.lp-root .btn:not(.ghost){background:var(--cta-bg);color:var(--cta-text);border:1px solid #ffffff38;transition:transform .18s,box-shadow .22s,background .18s;box-shadow:0 10px 28px -10px #0e74908c,inset 0 1px #fff9}.lp-root .lp-cta:hover,.lp-root .btn:not(.ghost):hover{background:#fff;transform:translateY(-2px);box-shadow:0 16px 38px -10px #34d39980}.lp-root .card,.lp-root .price,.lp-root .bento .tile,.lp-root details.card{transition:transform .28s cubic-bezier(.2,.8,.2,1),border-color .28s,box-shadow .28s}.lp-root .price:hover,.lp-root .bento .tile:hover{border-color:color-mix(in srgb,var(--brand) 45%,var(--line));transform:translateY(-7px);box-shadow:0 28px 64px -32px #020b24f2,0 0 46px -16px #34d3996b}.lp-root details.card:hover,.lp-root .testi:hover{border-color:color-mix(in srgb,var(--brand) 32%,var(--line));transform:translateY(-3px)}.lp-root .ap-link:hover .ap-arr,.lp-root .btn:hover .ap-arr{transform:translate(4px)}.lp-root .ap-arr{transition:transform .2s;display:inline-block}.lp-root .btn.ghost{background:var(--glass-bg);border:1px solid var(--line);-webkit-backdrop-filter:blur(8px)}.lp-root .btn.ghost:hover{border-color:color-mix(in srgb,var(--brand) 55%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--brand) 30%,transparent),0 10px 26px -12px #34d39966;transform:translateY(-1px)}.lp-root .lp-feat:hover .lp-feat-ic{transform:translateY(-3px)scale(1.06)}.lp-root .lp-feat-ic{transition:transform .3s cubic-bezier(.2,.9,.3,1.2)}.lp-root .brand-mark{color:#fff;box-shadow:0 6px 20px #34d3998c,inset 0 1px 1px #ffffff80;background:linear-gradient(140deg,#6ee7b7,#0f9e8e 56%,#0c6b60)!important}.lp-root .lp-nav-links a{color:#aeb8c4}.lp-root .lp-nav-links a:after{background:linear-gradient(90deg,#34d399,#6ee7b7)}.lp-root .lp-nav-ia,.lp-root .lp-nav-ia.on{color:#6ee7b7!important}.lp-root .lp-signin{color:#cdd5de}.lp-root .ap-title .ap-hl{background:linear-gradient(110deg,#34d399 30%,#d1fae5 48%,#34d399 66%) 0 0/220% 100%;color:#0000;-webkit-background-clip:text;background-clip:text;font-style:italic;animation:5.5s ease-in-out infinite hl-shine;-webkit-text-fill-color:transparent!important}@keyframes hl-shine{0%{background-position:130% 0}55%,to{background-position:-30% 0}}@media (prefers-reduced-motion:reduce){.lp-root .ap-title .ap-hl{color:#34d399;animation:none;-webkit-text-fill-color:#34d399!important}}.lp-root .ap-aibadge{color:#6ee7b7}.lp-root .ap-aibadge:before{background:#34d399;box-shadow:0 0 10px #34d399b3}.lp-root .eyebrow,.lp-root .bz-eyebrow,.lp-root .ia-eyebrow,.lp-root .how-eyebrow,.lp-root .sh-eyebrow,.lp-root .lp-section>.eyebrow,.lp-root .bento-eyebrow,.lp-root .role .role-kicker{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:#6ee7b7;margin-bottom:14px;font-size:.72rem;font-weight:500}.lp-root .card,.lp-root .price,.lp-root .bento .tile,.lp-root .how-card,.lp-root .testi,.lp-root .role,.lp-root .cmp .col{border:1px solid var(--line);border-radius:20px;box-shadow:0 22px 52px -30px #020b24eb,inset 0 1px #ffffff0d}.lp-root .ia-typing-word{color:#fff}.lp-root .bz-emblem-img{filter:saturate(.6)contrast(1.05)brightness(.97)drop-shadow(0 22px 44px #0000008c)}.lp-root .ia-list{margin:0;padding:0;list-style:none}.lp-root .ia-list li{margin-bottom:10px;padding-left:22px;line-height:1.5;position:relative}.lp-root .ia-list li:before{content:"";background:var(--brand);width:7px;height:7px;position:absolute;top:.55em;left:3px;transform:rotate(45deg)}.lp-root .cmp .col.good{background:#ffffff1a;border-color:#ffffff73}.lp-root .cmp .col ul{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.lp-root .cmp .col li{align-items:flex-start;gap:9px;display:flex}.lp-root .cmp .col li:before{flex:none;width:16px;font-weight:800}.lp-root .cmp .col.bad li:before{content:"✕";color:#9aa6b2}.lp-root .cmp .col.good li:before{content:"✓";color:#fff}.lp-root .lp-band .inner{background:linear-gradient(135deg,color-mix(in srgb,#fff 14%,var(--surface)),var(--surface));border-color:color-mix(in srgb,#fff 22%,var(--line))}.lp-root .lchat-fab,.lp-root .lchat-input button,.lp-root .lchat-msg.me{color:#0a0a0a!important;background:#fff!important}.lp-root .lchat-chips button{color:#7fe7c9!important;background:#ffffff1f!important;border-color:#ffffff52!important}.lp-root .m-av,.lp-root .m-bar i,.lp-root .tour-prog-i,.lp-root .tour-seg-i{background:linear-gradient(135deg,#fff,#71717a)!important}.lp-root .tour-step.on{border-color:#fff;box-shadow:0 0 0 1px #fff,0 14px 30px -16px #ffffff80}.heromock{place-items:center;width:100%;max-width:500px;margin:0 auto;display:grid;position:relative}.heromock-glow{z-index:0;filter:blur(18px);background:radial-gradient(circle at 50% 45%,#ffffff4d,#0000 62%);border-radius:50%;position:absolute;inset:-10% -6%}.heromock-frame{z-index:1;background:var(--surface);border:1px solid var(--line);border-radius:16px;width:100%;animation:7s ease-in-out infinite hm-float;position:relative;overflow:hidden;box-shadow:0 40px 90px -40px #000000e6,inset 0 0 0 1px #ffffff05}.heromock-body{padding:18px}.heromock-body .m-iahead{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.heromock-body .m-doc p{animation:.6s both tour-rise}.heromock-body .m-doc p:first-child{animation-delay:.5s}.heromock-body .m-doc p:nth-child(2){animation-delay:1.2s}.heromock-body .m-doc p:nth-child(3){animation-delay:2s}.heromock-chip{z-index:2;background:var(--surface-2);border:1px solid var(--line);border-radius:14px;align-items:center;gap:10px;padding:11px 14px;animation:7s ease-in-out -3.5s infinite hm-float;display:flex;position:absolute;bottom:18px;left:-6px;box-shadow:0 18px 40px -18px #000000d9}.heromock-chip-ic{color:#0a0a0a;background:#fff;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.heromock-chip b{font-size:.86rem;line-height:1.1;display:block}.heromock-chip small{color:var(--muted);font-size:.74rem}@keyframes hm-float{0%,to{transform:rotateY(-9deg)rotateX(4deg)translateY(0)}50%{transform:rotateY(-9deg)rotateX(4deg)translateY(-10px)}}@media (prefers-reduced-motion:reduce){.heromock-frame,.heromock-chip{animation:none}}@media (width<=600px){.heromock-chip{bottom:8px;left:auto;right:0}}.herophoto{width:100%;max-width:500px;margin:0 auto;position:relative}.herophoto-glow{z-index:0;filter:blur(20px);background:radial-gradient(circle at 50% 45%,#ffffff42,#0000 62%);border-radius:50%;position:absolute;inset:-12% -8%}.herophoto-frame{z-index:1;aspect-ratio:4/5;border:1px solid var(--line);background:var(--surface-2);border-radius:20px;width:100%;animation:7s ease-in-out infinite hm-float;position:relative;overflow:hidden;box-shadow:0 44px 100px -46px #000000f2,inset 0 0 0 1px #ffffff05}.herophoto-img{object-fit:cover;width:100%;height:100%;display:block}.herophoto-overlay{background:linear-gradient(#0000 45%,#0a0e14b8 100%);position:absolute;inset:0}.herophoto-seal{z-index:2;color:#dfe5ec;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0d11178c;border:1px solid #ffffff1f;border-radius:99px;padding:6px 11px;font-size:.74rem;position:absolute;bottom:14px;left:16px}.herophoto-ph{text-align:center;color:var(--muted);background:radial-gradient(120% 120% at 50% 30%,#ffffff1f,#0000 70%);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px;display:flex;position:absolute;inset:0}.herophoto-ph b{color:var(--text);font-size:1rem}.herophoto-ph small{max-width:240px;font-size:.8rem}.herophoto-ph code{background:var(--surface);border-radius:5px;padding:1px 6px;font-size:.78rem}.herophoto-chip{z-index:2;background:var(--surface-2);border:1px solid var(--line);border-radius:14px;align-items:center;gap:10px;padding:11px 14px;animation:7s ease-in-out -3.5s infinite hm-float;display:flex;position:absolute;bottom:24px;left:-6px;box-shadow:0 18px 40px -18px #000000d9}.herophoto-chip-ic{color:#0a0a0a;background:#fff;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.herophoto-chip b{font-size:.86rem;line-height:1.1;display:block}.herophoto-chip small{color:var(--muted);font-size:.74rem}@media (width<=600px){.herophoto-chip{bottom:10px;left:auto;right:0}}.herocut{place-items:center;width:100%;max-width:520px;min-height:430px;margin:0 auto;display:grid;position:relative}.herocut-glow{z-index:0;filter:blur(28px);background:radial-gradient(circle at 50% 58%,#ffffff42,#0000 60%);border-radius:50%;position:absolute;inset:6% 4%}.herocut-img{z-index:1;object-fit:contain;filter:drop-shadow(0 32px 48px #0000008c);width:100%;height:auto;max-height:580px;animation:7s ease-in-out infinite hm-float;display:block;position:relative}.herocut-ph{z-index:1;aspect-ratio:4/5;text-align:center;width:88%;color:var(--muted);border:1px dashed var(--line);background:radial-gradient(120% 120% at 50% 35%,#ffffff1a,#0000 70%);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px;display:flex;position:relative}.herocut-ph b{color:var(--text);font-size:1rem}.herocut-ph small{max-width:240px;font-size:.8rem}.herocut-ph code{background:var(--surface);border-radius:5px;padding:1px 6px;font-size:.78rem}.route-loader{z-index:5000;color:#0e2a33;background:#fafdfb;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex;position:fixed;inset:0}.route-loader-mark .brand-mark{border-radius:14px;width:48px;height:48px;font-size:1.5rem;animation:1.4s ease-in-out infinite rl-pulse}.route-loader-spin{border:2.5px solid var(--line);border-top-color:var(--brand);border-radius:50%;width:26px;height:26px;animation:.8s linear infinite rl-spin}@keyframes rl-spin{to{transform:rotate(360deg)}}@keyframes rl-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.82;transform:scale(.94)}}@media (prefers-reduced-motion:reduce){.route-loader-spin,.route-loader-mark .brand-mark{animation:none}}.shell{grid-template-columns:var(--sidebar) 1fr;min-height:100vh;display:grid}.side{background:var(--surface);border-right:1px solid var(--line);flex-direction:column;gap:4px;height:100vh;padding:16px 12px;display:flex;position:sticky;top:0}.nav-link{color:var(--muted);border-radius:10px;align-items:center;gap:11px;padding:10px 12px;font-size:.92rem;font-weight:600;display:flex}.nav-link:hover{background:var(--surface-2);color:var(--text)}.nav-link.active{background:color-mix(in srgb,var(--brand) 14%,transparent);color:var(--brand)}.nav-ico{flex:none;justify-content:center;align-items:center;width:22px;display:inline-flex}.nav-section{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);opacity:.65;padding:14px 12px 4px;font-size:.64rem;font-weight:800}.nav-section:first-child{padding-top:2px}.side-foot{border-top:1px solid var(--line);margin-top:auto;padding-top:10px}.main{flex-direction:column;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--line);background:var(--surface);z-index:5;justify-content:space-between;align-items:center;height:60px;padding:0 22px;display:flex;position:sticky;top:0}.page{width:100%;max-width:1100px;padding:24px}.page.page-wide{max-width:1320px}.page h1{letter-spacing:-.015em;margin:0 0 4px;font-size:1.7rem;font-weight:800}.page .sub{color:var(--muted);margin:0 0 20px}.dash-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.dash-date{font-family:var(--font-mono);letter-spacing:.04em;color:var(--muted);border:1px solid var(--line);background:var(--surface);white-space:nowrap;border-radius:999px;flex:none;padding:7px 12px;font-size:.74rem}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:34px 20px;display:flex}.empty-ic{width:54px;height:54px;color:var(--brand);background:color-mix(in srgb,var(--brand) 12%,transparent);border-radius:15px;place-items:center;margin-bottom:4px;display:grid}.empty-title{font-size:1.04rem;font-weight:700}.empty-desc{color:var(--muted);max-width:340px;margin:0 0 6px;font-size:.88rem;line-height:1.5}.dash-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:8px;padding:20px 10px 12px;display:flex}.dash-empty svg{color:color-mix(in srgb,var(--brand) 65%,var(--muted))}.dash-empty.ok svg{color:var(--ok)}.dash-empty p{margin:0;font-size:.86rem}.row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.spread{justify-content:space-between;align-items:center;gap:12px;display:flex}.avatar{color:#fff;background:linear-gradient(140deg,#f6a45a,#e8760f);border-radius:50%;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.notice{background:color-mix(in srgb,var(--warn) 14%,transparent);border:1px solid color-mix(in srgb,var(--warn) 40%,transparent);color:var(--text);border-radius:12px;margin-bottom:18px;padding:14px 16px;font-size:.9rem;line-height:1.5}.iconbtn{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:9px;width:38px;height:38px;font-size:1rem}.tabs{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:4px;margin-bottom:18px;display:flex}.tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 15px;font-size:.92rem;font-weight:600}.tab:hover{color:var(--text)}.tab.on{color:var(--brand);border-bottom-color:var(--brand)}.list-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:11px 0;display:flex}.list-row:last-child{border-bottom:none}.scale{gap:5px;display:flex}.scale button{border:1px solid var(--line);background:var(--surface);cursor:pointer;width:32px;height:32px;color:var(--muted);border-radius:8px;font-weight:700}.scale button.on{background:var(--brand);color:#fff;border-color:var(--brand)}.bars{align-items:flex-end;gap:6px;height:54px;display:flex}.bar{background:var(--brand-2);border-radius:4px 4px 0 0;width:16px;min-height:3px}.tag-home{color:#b45309;background:color-mix(in srgb,var(--warn) 16%,transparent);border-radius:99px;padding:2px 7px;font-size:.7rem;font-weight:700}.rep-modal{z-index:60;background:#000000a6;justify-content:center;padding:24px;display:none;position:fixed;inset:0;overflow:auto}.rep-modal.on{align-items:flex-start;display:flex}.rep-sheet{color:#1a1a1a;background:#fff;border-radius:12px;width:100%;max-width:700px;padding:34px;box-shadow:0 20px 60px #00000080}.rep-sheet .rh{border-bottom:2px solid #eee;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:10px;display:flex}.rep-sheet .rlogo{color:var(--brand,#087f78);font-weight:800}.rep-sheet h2{color:#111;margin:0 0 12px;font-size:1.5rem}.rep-sheet .rmeta{color:#444;flex-direction:column;gap:3px;margin-bottom:6px;font-size:.9rem;display:flex}.rep-sheet h4{text-transform:uppercase;letter-spacing:.06em;color:#999;margin:18px 0 6px;font-size:.74rem}.rep-sheet table{border-collapse:collapse;width:100%}.rep-sheet td{color:#222;border-bottom:1px solid #eee;padding:6px 8px;font-size:.9rem}.rep-sheet td:last-child{text-align:right;font-weight:700}.rep-sheet p{color:#333;margin:0;font-size:.92rem;line-height:1.5}.rep-sheet .rfoot{color:#999;text-align:center;border-top:1px solid #eee;margin-top:22px;padding-top:10px;font-size:.72rem}.rep-sheet{position:relative}.rep-sheet:before{content:"";background:var(--wm,url(/neurodiversidad.webp)) center/contain no-repeat;opacity:.17;pointer-events:none;z-index:0;width:min(72%,480px);height:min(72%,480px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wm-off .rep-sheet:before{display:none}.rep-sheet>*{z-index:1;position:relative}.rep-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}@media print{html,body{background:#fff!important}body *{visibility:hidden!important}.rep-modal,.rep-modal *{visibility:visible!important}.rep-modal{background:#fff!important;align-items:flex-start!important;height:auto!important;min-height:0!important;padding:0!important;display:block!important;position:absolute!important;inset:0 0 auto!important;overflow:visible!important}.rep-sheet{box-shadow:none!important;border-radius:0!important;max-width:none!important;height:auto!important;max-height:none!important;overflow:visible!important}.rep-sheet:before{opacity:.14;width:115mm;height:115mm;top:50%;left:50%;position:fixed!important}.rep-actions{display:none!important}}.ir-sheet{color:#1f2430;background:#fff;max-width:860px;padding:0;overflow:hidden}.ir-head{border-bottom:3px solid var(--brand,#087f78);background:linear-gradient(115deg,#fff 0% 50%,#e7f6ef 100%);padding:22px 34px}.ir-head .top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ir-logo{color:var(--brand,#087f78);align-items:center;gap:9px;font-size:1.02rem;font-weight:800;display:flex}.ir-logo .mk{color:#fff;background:linear-gradient(135deg,#12b8a6,#087f78);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex}.ir-title{color:#15171f;letter-spacing:-.01em;margin:12px 0 4px;font-size:1.7rem;font-weight:800}.ir-meta{color:#6b7088;flex-wrap:wrap;gap:5px 16px;font-size:.8rem;display:flex}.ir-status{white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;border-radius:99px;padding:5px 12px;font-size:.7rem;font-weight:800}.ir-status.val{color:#15803d;background:#dcfce7}.ir-status.pend{color:#b45309;background:#fef3c7}.ir-status.bor{color:#5b6172;background:#eef0f4}.ir-pad{padding:26px 34px 8px}.ir-sec{margin-top:22px}.ir-sec>h3{text-transform:uppercase;letter-spacing:.08em;color:var(--brand,#087f78);align-items:center;gap:7px;margin:0 0 11px;font-size:.72rem;font-weight:800;display:flex}.ir-card{background:#fbfbfd;border:1px solid #eceef3;border-radius:14px;padding:16px 18px}.ir-grid2{grid-template-columns:1fr 1fr;gap:10px 24px;display:grid}.ir-field .k{text-transform:uppercase;letter-spacing:.05em;color:#9aa0b0;margin-bottom:1px;font-size:.66rem;display:block}.ir-field .v{color:#272b36;font-size:.92rem;font-weight:600}.ir-stats{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.ir-stat{text-align:center;background:#fbfbfd;border:1px solid #eceef3;border-radius:14px;padding:13px}.ir-stat .ic{font-size:1.05rem}.ir-stat .v{color:#15171f;font-size:1.35rem;font-weight:800;line-height:1.1}.ir-stat .l{color:#6b7088;margin-top:2px;font-size:.7rem}.ir-scale{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.ir-scale .chip{border-radius:99px;align-items:center;gap:6px;padding:5px 11px;font-size:.74rem;font-weight:700;display:flex}.ir-area{margin-bottom:13px}.ir-area .row{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:5px;display:flex}.ir-area .nm{color:#272b36;font-size:.92rem;font-weight:700}.ir-area .lv{white-space:nowrap;font-size:.74rem;font-weight:700}.ir-bar{background:#edeff3;border-radius:99px;height:9px;overflow:hidden}.ir-bar>i{border-radius:99px;height:100%;display:block}.ir-tl{padding-left:20px;position:relative}.ir-tl:before{content:"";background:#f3d9e6;width:2px;position:absolute;top:4px;bottom:6px;left:5px}.ir-tl .it{margin-bottom:13px;position:relative}.ir-tl .it:before{content:"";background:var(--brand,#087f78);border-radius:50%;width:9px;height:9px;position:absolute;top:4px;left:-18px;box-shadow:0 0 0 3px #e7f6ef}.ir-tl .dt{color:#9aa0b0;font-size:.72rem;font-weight:700}.ir-seal{border:2px solid var(--brand,#087f78);text-align:center;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:158px;height:158px;padding:14px;display:flex}.ir-seal .nm{color:#15171f;font-size:.8rem;font-weight:800;line-height:1.18}.ir-seal .sm{color:#6b7088;margin-top:1px;font-size:.64rem}.ir-seal .vmark{letter-spacing:.04em;text-transform:uppercase;color:#15803d;border-top:1px solid #cfe9d9;margin-top:7px;padding-top:5px;font-size:.56rem;font-weight:800}.ir-ed{width:100%;font:inherit;color:#272b36;resize:vertical;background:0 0;border:1px solid #0000;border-radius:8px;padding:6px 8px;font-size:.9rem;line-height:1.5}.ir-ed:focus{background:#fff;border-color:#ffc6e1;outline:none}.ir-ed::placeholder{color:#b8bdc9}.ir-sign{flex-wrap:wrap;gap:30px;margin-top:14px;display:flex}.ir-sign .ln{color:#9aa0b0;text-align:center;border-top:1px solid #cfd3de;flex:1;min-width:180px;padding-top:6px;font-size:.74rem}.ir-firma{object-fit:contain;max-width:170px;max-height:46px;margin:-40px auto 6px;display:block}.ir-ctl{color:#6b7088;align-items:center;gap:6px;font-size:.74rem;display:inline-flex}.ir-foot{color:#9aa0b0;text-align:center;border-top:1px solid #eee;margin-top:20px;padding-top:10px;font-size:.7rem;line-height:1.5}@media (width<=680px){.ir-grid2,.ir-stats{grid-template-columns:1fr}.ir-stats{grid-template-columns:1fr 1fr}}@media print{.ir-ed{background:0 0!important;border:none!important;padding:2px 0!important}.ir-ctl{display:none!important}.ir-card,.ir-stat,.ir-area,.ir-tl .it,.ir-seal,.ir-sec{break-inside:avoid}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}@page{size:A4;margin:13mm}.burger{display:none}@media (width<=760px){.shell,.cols-3,.cols-2{grid-template-columns:1fr}.side{z-index:30;width:230px;transition:transform .2s;position:fixed;transform:translate(-110%)}.side.open{transform:none}.burger{display:inline-block}}.lp-nav{z-index:20;background:color-mix(in srgb,var(--surface) 86%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:14px 26px;display:flex;position:sticky;top:0}.lp-hero{text-align:center;max-width:880px;margin:0 auto;padding:72px 24px 48px}.lp-eyebrow{background:color-mix(in srgb,var(--brand) 14%,transparent);color:var(--brand);border-radius:99px;margin-bottom:18px;padding:5px 13px;font-size:.78rem;font-weight:700;display:inline-block}.lp-hero h1{letter-spacing:-.02em;margin:0 0 16px;font-size:clamp(2rem,5vw,3.1rem);line-height:1.08}.lp-hero p.lead{color:var(--muted);max-width:620px;margin:0 auto 26px;font-size:1.12rem;line-height:1.55}.lp-cta{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.lp-section{max-width:1080px;margin:0 auto;padding:40px 24px}.lp-section h2{text-align:center;margin:0 0 6px;font-size:1.7rem}.lp-section .sub{text-align:center;color:var(--muted);margin:0 0 28px}.lp-feat{align-items:flex-start;gap:13px;display:flex}.lp-feat .ico{background:color-mix(in srgb,var(--brand) 12%,transparent);border-radius:11px;flex:none;place-items:center;width:44px;height:44px;font-size:1.5rem;display:grid}.lp-feat h4{margin:2px 0 4px;font-size:1rem}.lp-feat p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.price{flex-direction:column;height:100%;display:flex}.price .amt{margin:6px 0;font-size:1.9rem;font-weight:800}.price ul{flex-direction:column;gap:7px;margin:12px 0;padding:0;list-style:none;display:flex}.price li{color:var(--muted);text-align:left;align-items:flex-start;gap:8px;font-size:.88rem;display:flex}.price-base{color:#9aa0ad;text-align:left;margin:6px 0 0;font-size:.8rem;font-weight:600}.price.hot{border-color:var(--brand);box-shadow:0 8px 30px color-mix(in srgb,var(--brand) 22%,transparent)}.lp-foot{border-top:1px solid var(--line);text-align:center;color:var(--muted);padding:30px 24px;font-size:.86rem}.cols-4{grid-template-columns:repeat(4,1fr)}@media (width<=860px){.cols-4{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.cols-4{grid-template-columns:1fr}}.lp-pain{align-items:flex-start;gap:11px;font-size:.95rem;line-height:1.45;display:flex}.lp-pain .q{flex:none;font-size:1.2rem}.cmp{grid-template-columns:1fr 1fr;gap:14px;max-width:880px;margin:0 auto;display:grid}.cmp .col{border:1px solid var(--line);border-radius:16px;padding:20px}.cmp .col.bad{background:color-mix(in srgb,var(--err) 9%,transparent)}.cmp .col.good{background:#a1a1aa1a;border-color:#a1a1aa73}.cmp ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.cmp li{gap:9px;font-size:.92rem;line-height:1.4;display:flex}.lp-band{max-width:1080px;margin:18px auto 0;padding:0 24px}.lp-band .inner{background:linear-gradient(135deg,color-mix(in srgb,#fff 16%,var(--surface)),var(--surface));border:1px solid color-mix(in srgb,#fff 22%,var(--line));text-align:center;border-radius:22px;padding:46px 28px}.lp-band h2{margin:0 0 12px;max-width:660px;margin-inline:auto;font-size:clamp(1.5rem,4vw,2rem);line-height:1.2}@media (width<=680px){.cmp{grid-template-columns:1fr}}.lp-root{font-family:var(--font-sans,"Plus Jakarta Sans",system-ui,sans-serif);color:#fbf7f5;--lp-bg:#0c0a0b;background:0 0;position:relative;overflow-x:hidden}.lp-root .card{background:var(--tech-card);border:1px solid var(--tech-border);border-radius:18px;transition:border-color .25s,transform .25s,box-shadow .25s;position:relative}.lp-root .card:hover{border-color:color-mix(in srgb,var(--brand) 42%,transparent);box-shadow:inset 0 1px 0 #ffffff38,0 18px 46px -22px #000000d9,0 0 0 1px color-mix(in srgb,var(--brand) 18%,transparent);transform:translateY(-2px)}.tilt3d{perspective:760px;display:inline-block;position:relative}.tilt3d-glow{z-index:0;pointer-events:none;background:radial-gradient(closest-side at var(--mx,50%) var(--my,50%), #fff9,#6c5ce773 42%,#1fc8c24d 68%,transparent 76%);filter:blur(34px);opacity:.85;border-radius:50%;animation:2.4s ease-in-out infinite t3d-beat-glow;position:absolute;inset:-18%}.tilt3d-float{animation:6s ease-in-out infinite t3d-float}.tilt3d-beat{transform-style:preserve-3d;animation:2.4s ease-in-out infinite t3d-beat}.tilt3d-card{z-index:1;transform-style:preserve-3d;will-change:transform;transition:transform .3s cubic-bezier(.2,.8,.2,1);position:relative}.bz-emblem{justify-content:center;margin:10px 0 36px;display:flex;position:relative}.bz-emblem:before{content:"";z-index:0;aspect-ratio:1;pointer-events:none;filter:blur(58px);opacity:.3;background:conic-gradient(#fff,#ff9f43,#a1a1aa,#9bcb55,#1fc8c2,#6c5ce7,#fff);border-radius:50%;width:min(82%,470px);animation:22s linear infinite emblem-spin;position:absolute;top:47%;left:50%;transform:translate(-50%,-50%)}@keyframes emblem-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.bz-emblem-img{z-index:2;aspect-ratio:3/2;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 18px 34px #0000008c)drop-shadow(0 0 30px #7882dc4d);width:clamp(270px,44vw,460px);height:auto;display:block;position:relative}@keyframes t3d-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes t3d-pulse{0%,to{opacity:.7}50%{opacity:1}}@keyframes t3d-beat{0%,55%,to{transform:scale(1)}10%{transform:scale(1.05)}18%{transform:scale(1)}28%{transform:scale(1.035)}40%{transform:scale(1)}}@keyframes t3d-beat-glow{0%,55%,to{opacity:.6;transform:scale(1)}10%{opacity:1;transform:scale(1.07)}18%{opacity:.72;transform:scale(1.01)}28%{opacity:.92;transform:scale(1.045)}40%{opacity:.66;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.tilt3d-float,.tilt3d-glow,.tilt3d-beat,.bz-emblem:before{animation:none}.tilt3d-card{transition:none}}.nb-wrap{touch-action:none;width:100%;max-width:640px;height:clamp(360px,44vw,520px);margin:8px auto 30px;position:relative}.nb-wrap:before{content:"";z-index:0;filter:blur(30px);pointer-events:none;background:radial-gradient(closest-side at 50% 46%,#ffffff1a,#6e78d224 42%,#0000 72%);border-radius:50%;position:absolute;inset:-6% -10% 0}.nb-stage{z-index:1;position:absolute;inset:0}.nb-stage canvas{display:block;width:100%!important;height:100%!important}.nb-label{pointer-events:none;z-index:3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;white-space:nowrap;will-change:transform;background:#141416b8;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.74rem;font-weight:700;transition:opacity .25s;display:flex;position:absolute;transform:translate(-50%,-120%);box-shadow:0 4px 14px #0006}.nb-hint{z-index:3;color:#ffffff80;pointer-events:none;font-size:.72rem;transition:opacity .3s;position:absolute;bottom:12px;left:12px}.nb-controls{z-index:4;gap:6px;display:flex;position:absolute;top:10px;right:10px}.nb-ctrl{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#14141699;border:1px solid #ffffff2e;border-radius:11px;place-items:center;width:38px;height:38px;font-size:1rem;transition:background .18s,transform .18s;display:grid}.nb-ctrl:hover{background:#28282cd9;transform:translateY(-1px)}.nb-ctrl.on{background:var(--brand);border-color:#0000}.nb-ctrl:focus-visible,.nb-panel-close:focus-visible{outline:3px solid var(--brand-2);outline-offset:2px}.nb-panel{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;text-align:left;background:#121214e0;border:1px solid #ffffff24;border-radius:18px;width:280px;max-width:calc(100% - 20px);padding:18px;animation:.28s nb-in;position:absolute;bottom:10px;right:10px;box-shadow:0 18px 44px #00000080}@keyframes nb-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.nb-panel-close{cursor:pointer;color:#fff;background:#ffffff1f;border:0;border-radius:9px;width:30px;height:30px;font-size:1.05rem;position:absolute;top:10px;right:10px}.nb-panel-close:hover{background:#ffffff38}.nb-panel-icon{border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:10px;font-size:1.35rem;display:grid}.nb-panel-cat{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-2);font-size:.7rem;font-weight:800}.nb-panel-name{margin:3px 0 8px;font-size:1.15rem}.nb-panel-desc{color:#ffffffd1;margin:0 0 12px;font-size:.92rem;line-height:1.5}.nb-panel-msg{color:#ffffffe6;background:#ffffff14;border-radius:12px;margin:0;padding:10px 12px;font-size:.84rem;font-style:italic;line-height:1.45}.nb-fallback{place-items:center;padding:20px;display:grid;position:absolute;inset:0}.nb-fallback svg{filter:drop-shadow(0 14px 30px #0006);width:min(60vw,260px);height:auto}.nb-live{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=720px){.nb-panel{width:auto;left:10px;right:10px}}@media (prefers-reduced-motion:reduce){.nb-ctrl{transition:none}.nb-panel{animation:none}}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.lp-root .lp-section,.lp-root .lp-band{scroll-margin-top:74px}.lp-root .lp-nav{z-index:50;background:0 0;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;gap:18px;height:58px;padding:0 max(20px,4vw);transition:background .35s,border-color .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s,box-shadow .35s;display:flex;position:sticky;top:0}.lp-root .lp-nav.scrolled{-webkit-backdrop-filter:saturate(180%)blur(20px);background:#0a0a0e9e;border-bottom-color:#ffffff17;box-shadow:0 8px 30px #00000059}.lp-root .lp-brand{align-items:center;gap:10px;text-decoration:none;display:flex}.lp-root .lp-brand .brand-mark{color:#fff;will-change:transform;background:linear-gradient(140deg,#6ee7b7,#0f9e8e 56%,#0c6b60);border-radius:11px;place-items:center;width:34px;height:34px;margin:0;font-size:1.02rem;font-weight:900;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s;display:grid;box-shadow:0 6px 20px #34d3998c,inset 0 1px 1px #ffffff8c,inset 0 -2px 4px #08103080}.lp-root .lp-brand:hover .brand-mark{transform:translateY(-1px)rotate(-3deg)scale(1.06);box-shadow:0 10px 28px #2dd4bfa6,inset 0 1px 1px #fff9}.lp-root .lp-brand .brand-name{letter-spacing:-.02em;color:#f5f5f7;font-size:1.06rem;font-weight:700}.lp-root .lp-nav-links{gap:26px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.lp-root .lp-nav-links a{color:#c7c7cf;padding:6px 0;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.lp-root .lp-nav-links a:after{content:"";background:linear-gradient(90deg,#fff,#a1a1aa);border-radius:2px;height:2px;transition:right .28s;position:absolute;bottom:0;left:0;right:100%}.lp-root .lp-nav-links a:hover{color:#fff}.lp-root .lp-nav-links a:hover:after{right:0}@media (width<=860px){.lp-root .lp-nav-links{display:none}}.lp-root .lp-signin{color:#e6e6ec;border-radius:980px;padding:8px 14px;font-size:.93rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s}.lp-root .lp-signin:hover{color:#fff;background:#ffffff14}.lp-root .lp-cta{color:#0a0a0f;background:#f5f5f7;border-radius:980px;align-items:center;gap:7px;padding:9px 18px;font-size:.93rem;font-weight:700;text-decoration:none;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s,background .22s;display:inline-flex;box-shadow:0 2px 10px #00000040}.lp-root .lp-cta:hover{background:#f5f5f7;transform:translateY(-1px);box-shadow:0 10px 26px #ffffff2e}.lp-root .lp-cta .ap-arr{transition:transform .22s}.lp-root .lp-cta:hover .ap-arr{transform:translate(4px)}.lp-root .lp-nav-links a:focus-visible,.lp-root .lp-signin:focus-visible,.lp-root .lp-brand:focus-visible{outline-offset:3px;border-radius:7px;outline:2px solid #fff}.lp-root .lp-nav-links a.on{color:#fff}.lp-root .lp-nav-links a.on:after{right:0}.licon{display:block}.lp-root .testis{text-align:left;gap:18px}.testi{background:#ffffff0b;border:1px solid #ffffff17;border-radius:20px;margin:0;padding:24px}.testi blockquote{color:#e7e9ee;margin:0 0 18px;font-size:1.03rem;line-height:1.55}.testi figcaption{align-items:center;gap:12px;display:flex}.testi-av{color:#0a0a0f;background:linear-gradient(140deg,#fff,#a1a1aa);border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:.9rem;font-weight:800;display:grid}.testi-id b{color:#f5f5f7;font-size:.95rem;display:block}.testi-id small{color:#a9b0bd;font-size:.82rem}@media (width<=560px){.lp-root .brand-name{display:none}.lp-root .lp-nav{gap:10px;padding:0 16px}.lp-root .lp-cta,.lp-root .lp-signin{padding-top:11px;padding-bottom:11px}.ap-hero{padding-top:54px}}.ap-hero{grid-template-columns:1.18fr .82fr;align-items:center;gap:clamp(32px,5vw,56px);max-width:1160px;margin:0 auto;padding:clamp(64px,9vh,96px) 22px 56px;display:grid;position:relative}.ap-hero-text{text-align:left;z-index:1;position:relative}.ap-hero-art{z-index:1;isolation:isolate;justify-content:center;align-items:center;display:flex;position:relative}.ap-hero-art:before{content:"";z-index:0;background:radial-gradient(closest-side, color-mix(in srgb, var(--brand) 34%, transparent), transparent 72%), radial-gradient(closest-side, color-mix(in srgb, var(--brand-2) 24%, transparent), transparent 70%);filter:blur(30px);opacity:.85;pointer-events:none;background-position:36% 40%,72% 68%;background-repeat:no-repeat;width:120%;height:120%;position:absolute;top:-10%;left:-10%}.ap-hero-art>*{z-index:1;position:relative}@media (prefers-reduced-motion:no-preference){.lp-root .ap-hero-text{animation:.8s cubic-bezier(.22,.68,.24,1) both apHeroIn}.lp-root .ap-hero-art{animation:.95s cubic-bezier(.22,.68,.24,1) .16s both apHeroIn}}@keyframes apHeroIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.retro-grid{pointer-events:none;perspective:200px;opacity:var(--rg-opacity,.4);z-index:0;position:absolute;inset:0;overflow:hidden}.rg-plane{transform:rotateX(var(--rg-angle,65deg));position:absolute;inset:0}.rg-lines{width:600vw;height:300vh;transform-origin:100% 0 0;background-image:linear-gradient(90deg,#ffffff80 1px,#0000 0),linear-gradient(#ffffff80 1px,#0000 0);background-repeat:repeat;background-size:var(--rg-cell,60px) var(--rg-cell,60px);margin-left:-200%;animation:18s linear infinite rg-scroll;position:absolute;inset:0%}@keyframes rg-scroll{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.rg-fade{background:linear-gradient(to top,var(--bg) 8%,transparent 78%);position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.rg-lines{animation:none}}@media (width<=860px){.ap-hero{grid-template-columns:1fr;gap:6px;padding-top:44px}.ap-hero-text{text-align:center}.ap-hero-text .ap-sub{margin-left:auto;margin-right:auto}.ap-hero-text .ap-cta{justify-content:center}}.ap-eyebrow{color:#86868b;margin-bottom:14px;font-size:.95rem;font-weight:600}.ap-title{font-family:var(--font-display,"Fraunces",Georgia,serif);letter-spacing:-.02em;text-wrap:balance;-webkit-text-fill-color:transparent;color:#0000;background-image:linear-gradient(105deg,#0000 38%,#ffffff80 48%,#e0e4ff57 52%,#0000 62%),linear-gradient(#fff 0%,#f4f8ff 55%,#e9f0fb 100%);background-size:220% 100%,100% 100%;-webkit-background-clip:text;background-clip:text;margin:0 0 18px;font-size:clamp(2.4rem,4.6vw,3.85rem);font-weight:600;line-height:1.05;animation:7s ease-in-out infinite ap-shine}@keyframes ap-shine{0%,to{background-position:130% 0,0 0}50%{background-position:-30% 0,0 0}}@media (prefers-reduced-motion:reduce){.ap-title{animation:none}}.ap-title .ap-hl{-webkit-text-fill-color:#fff;color:#fff;font-style:italic}.ap-sub{color:#cbd5e1;text-wrap:pretty;max-width:540px;margin:0 0 26px;font-size:clamp(1.08rem,1.8vw,1.32rem);line-height:1.58}.ap-cta{flex-wrap:wrap;align-items:center;gap:8px 24px;display:flex}.ap-btn{background:var(--brand);color:#fff;border-radius:980px;padding:13px 28px;font-size:1.05rem;font-weight:600;transition:filter .2s,transform .2s;display:inline-block}.ap-btn:hover{filter:brightness(1.07);transform:translateY(-1px)}.ap-link{color:#f8fafc;border:1px solid var(--line);background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);border-radius:980px;align-items:center;gap:6px;padding:12px 22px;font-size:1rem;font-weight:500;transition:color .2s,gap .2s,border-color .2s,box-shadow .22s,transform .18s;display:inline-flex}.ap-link:hover{border-color:color-mix(in srgb,var(--brand) 55%,transparent);color:#f8fafc;box-shadow:0 0 0 1px color-mix(in srgb,var(--brand) 30%,transparent),0 10px 26px -12px #34d39966;transform:translateY(-1px)}.ap-link:hover .ap-arr{transform:translate(4px)}.ap-link:hover{color:var(--brand);border-color:color-mix(in srgb,var(--brand) 45%,transparent);background:color-mix(in srgb,var(--brand) 8%,transparent);gap:9px}.ap-note{font-family:var(--font-mono);letter-spacing:.02em;color:#94a3b8;margin-top:14px;font-size:.72rem}.ap-stats{border-top:1px solid var(--line);flex-wrap:wrap;gap:26px;margin:26px 0 12px;padding-top:22px;display:flex}@media (width>=861px){.ap-stat:not(:first-child){border-left:1px solid var(--line);padding-left:26px}}.ap-stat{flex-direction:column;gap:3px;display:flex}.ap-stat b{font-family:var(--font-display,"Fraunces",serif);color:#f8fafc;letter-spacing:-.02em;font-size:2.3rem;font-weight:600;line-height:1}.ap-stat b span{color:#6ee7b7;margin-left:1px;font-size:1.05rem}.ap-stat-l{font-family:var(--font-mono);letter-spacing:.02em;color:#94a3b8;font-size:.74rem}@media (width<=860px){.ap-stats{justify-content:center;gap:24px}}@media (width<=600px){.ap-stats{text-align:center;grid-template-columns:repeat(3,1fr);justify-items:center;gap:14px;display:grid}.ap-stat{align-items:center}}.ap-trust{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.ap-trust span{color:#94a3b8;border:1px solid color-mix(in srgb,var(--line) 70%,transparent);background:0 0;border-radius:99px;padding:5px 12px;font-size:.7rem;font-weight:500;transition:border-color .2s,color .2s}.ap-trust span:hover{border-color:color-mix(in srgb,var(--brand) 45%,var(--line));color:#f8fafc}.lp-root .trust-grid{text-align:left;align-items:stretch;max-width:920px;margin:0 auto}.lp-root .trust-card{align-items:flex-start;gap:14px;padding:22px;display:flex}.lp-root .trust-ic{width:46px;height:46px;color:var(--brand);background:color-mix(in srgb,var(--brand) 13%,transparent);border:1px solid color-mix(in srgb,var(--brand) 24%,transparent);border-radius:13px;flex:none;place-items:center;display:grid}.lp-root .trust-card b{color:#f8fafc;margin-bottom:5px;font-size:1.04rem;display:block}.lp-root .trust-card p{color:#cbd5e1;margin:0;font-size:.92rem;line-height:1.52}.lp-root .trust-early{text-align:left;border:1px solid color-mix(in srgb,var(--brand) 30%,var(--line));background:linear-gradient(120deg,color-mix(in srgb,var(--brand) 11%,transparent),transparent 70%);border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;max-width:920px;margin:22px auto 0;padding:24px 28px;display:flex}.lp-root .trust-early b{color:#f8fafc;font-size:1.08rem}.lp-root .trust-early p{color:#cbd5e1;max-width:640px;margin:5px 0 0;font-size:.92rem;line-height:1.52}.lp-root .trust-early .btn{flex:none}@media (width<=860px){.ap-trust{justify-content:center}}.lp-trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 45%,transparent);padding:26px 5vw}.lp-trust-row{grid-template-columns:repeat(3,1fr);gap:22px;max-width:920px;margin:0 auto;display:grid}.lp-trust-item{align-items:flex-start;gap:11px;display:flex}.lp-trust-ic{width:38px;height:38px;color:var(--brand);background:color-mix(in srgb,var(--brand) 12%,transparent);border:1px solid color-mix(in srgb,var(--brand) 22%,transparent);border-radius:11px;flex:none;place-items:center;display:grid}.lp-trust-item>div{flex-direction:column;gap:2px;min-width:0;display:flex}.lp-trust-item b{color:var(--text);font-size:.86rem;line-height:1.2}.lp-trust-item span{color:var(--muted);font-size:.76rem;line-height:1.3}@media (width<=860px){.lp-trust-row{grid-template-columns:repeat(2,1fr);gap:18px 16px}}@media (width<=480px){.lp-trust-row{grid-template-columns:1fr}}.ap-hero-text{animation:.7s cubic-bezier(.2,.8,.2,1) .35s both ap-up}.ap-hero-art{animation:.8s cubic-bezier(.2,.8,.2,1) .5s both ap-up}@keyframes ap-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.ap-hero-text,.ap-hero-art{animation:none}}.ap-scroll{color:#86868b;border:1px solid #ffffff1f;border-radius:50%;grid-column:1/-1;justify-self:center;place-items:center;width:40px;height:40px;margin-top:10px;animation:2s ease-in-out infinite ap-bounce;display:grid}@keyframes ap-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media (width<=860px){.ap-scroll{display:none}}@media (prefers-reduced-motion:reduce){.ap-scroll{animation:none}}.lp-root .lp-section{text-align:center;max-width:1000px;margin:0 auto;padding:clamp(64px,9vw,118px) 22px}.lp-root .lp-section h2{font-family:var(--font-display,"Fraunces",Georgia,serif);letter-spacing:-.02em;color:#f8fafc;margin:0 0 14px;font-size:clamp(1.9rem,4.2vw,3rem);font-weight:600;line-height:1.12}.lp-root .lp-section .sub{color:#cbd5e1;max-width:620px;margin:0 auto 44px;font-size:clamp(1.02rem,2vw,1.3rem);line-height:1.5}.lp-root .lp-band h2{font-family:var(--font-display,"Fraunces",Georgia,serif);letter-spacing:-.02em;font-size:clamp(1.7rem,3.6vw,2.6rem);font-weight:600;line-height:1.18}.lp-root .card{-webkit-backdrop-filter:blur(16px)saturate(150%);background:linear-gradient(165deg,#ffffff13,#ffffff05);border:1px solid #ffffff1f;border-radius:18px;box-shadow:inset 0 1px #ffffff29,0 22px 50px -28px #000000d9}.lp-root .lp-feat h4{color:#fbf7f5}.lp-root .lp-feat p,.lp-root .card>p,.lp-root .price li{color:#a8a09c}.lp-root .btn{background:var(--brand);color:#fff;border:0;border-radius:980px;padding:12px 24px;font-weight:600}.lp-root .btn.ghost{color:#f5f5f7;background:#ffffff14}.lp-root .btn:hover{filter:brightness(1.07)}.lp-root .bz-cta{color:#0a0a0f!important;background:#fff!important}.lp-root .bz-emblem:before{opacity:.2;filter:blur(72px)}.lp-reveal{opacity:1;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:none}.lp-root.anim-ready .lp-reveal{opacity:0;transform:translateY(34px)scale(.986)}.lp-root.anim-ready .lp-reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.lp-reveal,.lp-root.anim-ready .lp-reveal{transition:none;opacity:1!important;transform:none!important}}.lp-progress{transform-origin:0;background:linear-gradient(90deg,var(--brand),var(--brand-2));z-index:300;height:3px;box-shadow:0 0 12px color-mix(in srgb,var(--brand) 55%,transparent);will-change:transform;position:fixed;top:0;left:0;right:0;transform:scaleX(0)}.sh-wrap{max-width:1080px;margin:0 auto;padding:0 24px}.sh-grid{grid-template-columns:1.05fr .95fr;gap:60px;display:grid}.sh-col{flex-direction:column;padding:5vh 0;display:flex}.sh-eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:#a1a1aa;margin-bottom:10px;font-size:.74rem}.sh-step{opacity:.32;flex-direction:column;justify-content:center;min-height:60vh;transition:opacity .45s,transform .45s;display:flex;transform:translateY(8px)}.sh-step[data-i="0"]{justify-content:flex-start;min-height:44vh}.sh-step.on{opacity:1;transform:none}.sh-num{width:38px;height:38px;font-family:var(--font-mono);background:color-mix(in srgb,var(--brand) 16%,transparent);color:var(--brand);border:1px solid color-mix(in srgb,var(--brand) 30%,transparent);border-radius:50%;place-items:center;margin-bottom:16px;font-size:.95rem;font-weight:700;display:grid}.sh-step h3{font-family:var(--font-display,"Fraunces",serif);color:#f8fafc;letter-spacing:-.02em;margin:0 0 10px;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:600}.sh-step p{color:#a8a09c;max-width:400px;margin:0;font-size:1.04rem;line-height:1.55}.sh-sticky{justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0}.sh-card{aspect-ratio:1;-webkit-backdrop-filter:blur(16px)saturate(150%);background:linear-gradient(165deg,#ffffff13,#ffffff05);border:1px solid #ffffff1f;border-radius:26px;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:min(100%,380px);display:flex;position:relative;box-shadow:inset 0 1px #ffffff29,0 40px 90px -44px #000000e6}.sh-card-ic{color:#0a0a0a;background:linear-gradient(140deg,var(--brand),#71717a);width:88px;height:88px;box-shadow:0 14px 36px color-mix(in srgb,var(--brand) 30%,transparent);border-radius:50%;place-items:center;animation:.45s cubic-bezier(.2,1.5,.4,1) sh-pop;display:grid}@keyframes sh-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.sh-card-t{font-family:var(--font-display,"Fraunces",serif);color:#f8fafc;text-align:center;padding:0 16px;font-size:1.45rem;font-weight:600}.sh-dots{gap:8px;display:flex}.sh-dots span{background:#fff3;border-radius:50%;width:8px;height:8px;transition:background .3s,width .3s}.sh-dots span.on{background:var(--brand);border-radius:99px;width:24px}@media (width<=860px){.sh-grid{grid-template-columns:1fr;gap:0}.sh-sticky{display:none}.sh-col{padding:40px 0}.sh-step{opacity:1;border-top:1px solid var(--line);min-height:auto;padding:22px 0;transform:none}}@media (prefers-reduced-motion:reduce){.sh-step{opacity:1;transform:none}.sh-card-ic{animation:none}}.how-sec{text-align:center}.how-eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:#a1a1aa;margin-bottom:10px;font-size:.74rem}.how-title{font-family:var(--font-display,"Fraunces",serif);color:#f8fafc;letter-spacing:-.02em;max-width:600px;margin:0 auto 36px;font-size:clamp(1.7rem,3.6vw,2.6rem);font-weight:600;line-height:1.15}.how-row{text-align:left;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1080px;margin:0 auto;display:grid}.how-card{background:linear-gradient(165deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:10px;padding:22px 20px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative}.how-card:hover{border-color:color-mix(in srgb,var(--brand) 40%,transparent);transform:translateY(-4px);box-shadow:0 16px 40px -24px #000c}.how-card:before{content:"";background:radial-gradient(circle at 72% 28%,color-mix(in srgb,var(--brand) 32%,transparent),transparent 70%);opacity:0;pointer-events:none;border-radius:50%;width:150px;height:150px;transition:opacity .35s;position:absolute;top:0;right:0}.how-card:hover:before{opacity:1}.how-num{z-index:1;font-family:var(--font-mono);color:color-mix(in srgb,var(--brand) 75%,#fff);font-size:.82rem;font-weight:700;position:absolute;top:16px;right:18px}.how-ic{z-index:1;color:#0a0a0a;background:linear-gradient(140deg,var(--brand),#71717a);width:46px;height:46px;box-shadow:0 10px 24px color-mix(in srgb,var(--brand) 25%,transparent);border-radius:13px;place-items:center;transition:transform .35s cubic-bezier(.2,.9,.3,1.2);display:grid;position:relative}.how-card:hover .how-ic{transform:translateY(-5px)scale(1.08)rotate(-3deg)}.how-card h3{color:#f3f5f7;margin:6px 0 0;font-size:1.05rem}.how-card p{color:#a8a09c;margin:0;font-size:.88rem;line-height:1.5}@media (width<=860px){.how-row{grid-template-columns:1fr 1fr}}@media (width<=540px){.how-row{grid-template-columns:1fr}}@media (width>=861px){.how-card:not(:last-child):after{content:"→";z-index:2;color:color-mix(in srgb,var(--brand) 60%,transparent);font-size:1.15rem;font-weight:700;position:absolute;top:44px;right:-12px;transform:translateY(-50%)}}.lp-root .price .amt{letter-spacing:-.02em;color:#f5f5f7;font-size:clamp(2.2rem,3vw,2.7rem);font-weight:600;line-height:1.05}.lp-root .price li{color:#a1a1a6;font-size:.92rem}.lp-root .price.hot{border-color:#ffffff73;box-shadow:0 0 0 1px #ffffff59,0 18px 50px #ffffff1f}.lp-root .badge{color:#d2d2d7;background:#ffffff12;border:1px solid #ffffff17}.lp-root .price .badge.prem{background:color-mix(in srgb,var(--brand) 20%,transparent);color:#ff8ab8;border-color:#0000}.lp-root .lp-feat .ico{border:1px solid #ffffff14;background:#ffffff0f!important}.lp-root .cmp .col{background:#ffffff0a;border:1px solid #ffffff17}.lp-root .cmp .col.good{border-color:#ffffff59}.lp-root .lp-band .inner{-webkit-backdrop-filter:blur(18px)saturate(150%);text-align:center;background:linear-gradient(165deg,#ffffff14,#ffffff05);border:1px solid #ffffff1f;border-radius:28px;padding:clamp(44px,6vw,72px) 28px;box-shadow:inset 0 1px #ffffff29,0 30px 70px -34px #000000e6}.lp-root .lp-band .muted{color:#86868b}.lp-root .lp-foot{color:#9aa0ad;border-top:1px solid #ffffff14;padding:44px 24px;font-size:.8rem;line-height:1.6}.lp-root .lp-foot a{color:#86868b}.lp-root .lp-foot a:hover{color:#f5f5f7}.lp-root .lp-section h2,.lp-root .lp-band h2{-webkit-text-fill-color:transparent;color:#0000;background-image:linear-gradient(#f5f5f7 0%,#edeef2 58%,#e3e4ea 100%);-webkit-background-clip:text;background-clip:text;animation:none}.brain-wrap{line-height:0;display:inline-block;position:relative}.inf-fx{left:var(--inf-x,49.8%);top:var(--inf-y,48.5%);width:var(--inf-w,40%);pointer-events:none;z-index:3;height:auto;animation:2.6s ease-in-out infinite inf-breathe;position:absolute;overflow:visible;transform:translate(-50%,-50%)}@keyframes inf-breathe{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.045)}}.inf-base{fill:none;stroke:url(#inf-grad);stroke-width:20px;stroke-linecap:round;stroke-linejoin:round}.inf-snake{fill:none;stroke:#fff;stroke-width:22px;stroke-linecap:round;filter:url(#inf-glow);opacity:.95}.lp-root .shots{align-items:start;gap:18px}.shot{text-align:center;flex-direction:column;margin:0;display:flex}.shot-bar{background:#ffffff0d;border:1px solid #ffffff17;border-bottom:0;border-radius:14px 14px 0 0;align-items:center;gap:6px;padding:9px 12px;display:flex}.shot-bar span{background:#ffffff38;border-radius:50%;width:9px;height:9px}.shot-tab{background:#ffffff12;border-radius:99px;flex:1;max-width:140px;height:13px;margin-left:8px}.shot-body{aspect-ratio:16/10;background:#0e1018;border:1px solid #ffffff17;border-top:0;border-radius:0 0 14px 14px;place-items:center;display:grid;overflow:hidden}.shot-body img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.shot-ph{color:#c7c7cf;flex-direction:column;align-items:center;gap:6px;padding:18px;font-size:.95rem;font-weight:600;display:flex}.shot-ph small{color:#8b8b93;letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:500}.shot figcaption{color:#a9b0bd;margin-top:12px;font-size:.9rem;line-height:1.45}.shot figcaption strong{color:#f5f5f7;margin-bottom:2px;font-size:.98rem;font-weight:700;display:block}.mk{text-align:left;flex-direction:column;gap:10px;width:100%;height:100%;padding:15px;display:flex}.mk-panel .mk-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.mk-panel .mk-row span{background:#ffffff12;border-top:2px solid #fff;border-radius:8px;height:32px}.mk-panel .mk-row span:nth-child(2),.mk-panel .mk-row span:nth-child(3){border-top-color:#a1a1aa}.mk-chart{flex:1;align-items:flex-end;gap:7px;padding-top:4px;display:flex}.mk-chart i{background:linear-gradient(#fff,#ffffff40);border-radius:4px 4px 0 0;flex:1}.mk-chart i:first-child{height:42%}.mk-chart i:nth-child(2){height:64%}.mk-chart i:nth-child(3){height:52%}.mk-chart i:nth-child(4){height:80%}.mk-chart i:nth-child(5){height:66%}.mk-chart i:nth-child(6){height:92%}.mk-eval{justify-content:center;gap:14px}.mk-line{align-items:center;gap:10px;display:flex}.mk-lbl{background:#ffffff1a;border-radius:99px;flex:1;height:9px}.mk-dots{gap:5px;display:flex}.mk-dots b{background:#ffffff1f;border-radius:50%;width:11px;height:11px}.mk-line:first-child .mk-dots b:nth-child(-n+3),.mk-line:nth-child(2) .mk-dots b:nth-child(-n+2),.mk-line:nth-child(3) .mk-dots b:nth-child(-n+4),.mk-line:nth-child(4) .mk-dots b:nth-child(-n+3){background:#a1a1aa}.mk-doc{gap:9px}.mk-doc .mk-h{background:#fff;border-radius:5px;width:55%;height:13px}.mk-doc .mk-p{background:#ffffff1a;border-radius:99px;height:8px}.mk-doc .mk-p.short{width:62%}.mk-doc .mk-badge{background:#a1a1aa38;border:1px solid #a1a1aa66;border-radius:99px;width:92px;height:20px;margin-top:auto}.brainmap{text-align:left;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;max-width:940px;margin:0 auto;display:grid}.brainmap-img{aspect-ratio:3/2;filter:drop-shadow(0 18px 44px #0000008c)drop-shadow(0 0 34px #7882dc38);width:clamp(190px,24vw,300px);height:auto}.brainmap-col{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.brainmap-col.left{text-align:right;align-items:flex-end}.brainmap-col li{align-items:flex-start;gap:11px;max-width:240px;display:flex}.brainmap-col.left li{flex-direction:row-reverse}.bm-dot{border-radius:50%;flex:none;width:13px;height:13px;margin-top:5px;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 0 12px}.brainmap-col li:hover .bm-dot{transform:scale(1.4);box-shadow:0 0 22px}.lp-root .ia-grid{text-align:left;align-items:center;gap:34px}.ia-eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:#a1a1aa;margin-bottom:14px;font-size:.72rem;font-weight:500}.ia-list{text-align:left;flex-direction:column;gap:12px;margin:0 0 18px;padding:0;list-style:none;display:flex}.ia-list li{color:var(--text-2,#cfd2da);font-size:.98rem;line-height:1.45}.ia-list b{color:var(--text);font-weight:700}.ia-note{color:#9aa0ad;text-align:left;margin:0 0 20px;font-size:.88rem}.ia-chat{text-align:left;background:#ffffff0b;border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;gap:10px;padding:18px;display:flex;box-shadow:0 18px 44px #0006}.ia-chat-head{color:#f5f5f7;border-bottom:1px solid #ffffff14;align-items:center;gap:8px;margin-bottom:2px;padding-bottom:8px;font-size:.9rem;font-weight:700;display:flex}.ia-bot{font-size:1.1rem}.ia-msg{border-radius:14px;max-width:86%;padding:10px 13px;font-size:.9rem;line-height:1.4}.ia-msg.user{background:var(--brand);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.ia-msg.bot{color:#e7e9ee;background:#ffffff12;border-bottom-left-radius:4px;align-self:flex-start}.ia-lines{flex-direction:column;gap:6px;margin-top:8px;display:flex}.ia-lines span{background:#ffffff2e;border-radius:99px;height:7px}.ia-lines span.short{width:55%}.ia-msg.typing{align-items:center;gap:5px;max-width:max-content;padding:14px 13px;display:flex}.ia-msg.typing i{background:#ffffff8c;border-radius:50%;width:7px;height:7px;animation:1.2s infinite ia-blink}.ia-msg.typing i:nth-child(2){animation-delay:.2s}.ia-msg.typing i:nth-child(3){animation-delay:.4s}@keyframes ia-blink{0%,60%,to{opacity:.25}30%{opacity:1}}@media (width<=860px){.lp-root .ia-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.ia-msg.typing i{animation:none}}.brainmap-col b{color:#f5f5f7;font-size:.97rem;line-height:1.2;display:block}.brainmap-col small{color:#a9b0bd;font-size:.82rem}.brainmap-col.left .bm-dot:after{content:"";background:linear-gradient(90deg,currentColor,#0000);border-radius:2px;width:42px;height:2px;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.brainmap-col.right .bm-dot:after{content:"";background:linear-gradient(270deg,currentColor,#0000);border-radius:2px;width:42px;height:2px;position:absolute;top:50%;right:100%;transform:translateY(-50%)}@media (width<=860px){.brainmap{grid-template-columns:1fr;gap:18px;max-width:430px}.brainmap-col.left{text-align:left;align-items:stretch}.brainmap-col.left li{flex-direction:row}.brainmap-img{order:-1;margin:0 auto}.bm-dot:after{display:none}}.lp-root .roles{text-align:left;grid-template-columns:1.3fr .7fr;align-items:start;gap:20px}@media (width<=760px){.lp-root .roles{grid-template-columns:1fr}}.role{background:var(--tech-card);border:1px solid var(--tech-border);border-radius:20px;padding:28px 26px}.role .role-kicker{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--brand);margin-bottom:10px;font-size:.7rem;font-weight:500;display:block}.role h3{font-family:var(--font-display);color:inherit;margin:0 0 18px;font-size:1.3rem;font-weight:600}.role-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.role-list li{color:var(--tech-text-2);padding-left:26px;font-size:.99rem;line-height:1.5;position:relative}.role-list li:before{content:"";border-left:2px solid var(--brand);border-bottom:2px solid var(--brand);width:10px;height:6px;position:absolute;top:.55em;left:2px;transform:rotate(-45deg)}.lchat-fab{z-index:200;color:#0a0a0a;cursor:pointer;background:#a1a1aa;border:none;border-radius:50%;width:56px;height:56px;font-size:1.4rem;transition:transform .22s cubic-bezier(.34,1.2,.64,1),opacity .22s;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 30px #00000073}.lchat-fab:hover{transform:scale(1.07)}.lchat-fab.is-tucked{opacity:0;pointer-events:none;transform:translateY(160%)scale(.85)}@media (prefers-reduced-motion:reduce){.lchat-fab{transition:opacity .2s}.lchat-fab.is-tucked{transform:none}}.lchat-teaser{z-index:199;animation:.55s cubic-bezier(.34,1.56,.64,1) lchat-pop;position:fixed;bottom:86px;right:20px}.lchat-teaser.is-tucked{display:none}.lchat-teaser-body{color:#0e2a33;cursor:pointer;text-align:left;white-space:nowrap;background:#fff;border:1px solid #0e2a331a;border-radius:16px 16px 4px;align-items:center;gap:7px;max-width:230px;padding:11px 34px 11px 14px;font:600 .9rem/1.3 Plus Jakarta Sans,system-ui,sans-serif;transition:transform .18s,box-shadow .18s;display:flex;position:relative;box-shadow:0 16px 36px #0e2a3333}.lchat-teaser-body:hover{transform:translateY(-2px);box-shadow:0 20px 44px #0e2a3342}.lchat-teaser-dot{background:#10b981;border-radius:50%;flex:none;width:8px;height:8px;animation:1.8s infinite lchat-dot-pulse;box-shadow:0 0 #10b9818c}.lchat-teaser-x{color:#4e5d66;cursor:pointer;background:#fff;border:1px solid #0e2a331f;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.62rem;line-height:1;display:grid;position:absolute;top:-7px;right:-7px;box-shadow:0 4px 10px #0e2a332e}.lchat-teaser-x:hover{color:#0e2a33}@keyframes lchat-pop{0%{opacity:0;transform:translateY(14px)scale(.85)}60%{opacity:1;transform:translateY(-4px)scale(1.04)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes lchat-dot-pulse{0%{box-shadow:0 0 #10b9818c}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}@media (prefers-reduced-motion:reduce){.lchat-teaser,.lchat-teaser-dot{animation:none}}@media (width<=480px){.lchat-teaser{bottom:78px;right:14px}.lchat-teaser-body{max-width:180px;font-size:.84rem}}.lchat-panel{z-index:200;background:#0d0d0f;border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;width:min(380px,100vw - 40px);height:min(560px,100vh - 130px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.18s lchat-in;display:flex;position:fixed;bottom:88px;right:20px;overflow:hidden;box-shadow:0 24px 70px #0009}@keyframes lchat-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.lchat-head{color:#fff;background:linear-gradient(#16161a,#0d0d0f);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.lchat-head strong{font-size:.95rem}.lchat-sub{color:#ffffff80;margin-top:2px;font-size:.74rem}.lchat-x{color:#fff9;cursor:pointer;background:0 0;border:none;padding:4px;font-size:1rem}.lchat-x:hover{color:#fff}.lchat-body{flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.lchat-msg{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:85%;padding:10px 13px;font-size:.88rem;line-height:1.45}.lchat-msg.bot{color:#e8e8ea;background:#1a1a1e;border-bottom-left-radius:4px;align-self:flex-start}.lchat-msg.me{color:#0a0a0a;background:#a1a1aa;border-bottom-right-radius:4px;align-self:flex-end;font-weight:500}.lchat-typing{opacity:.6;font-style:italic}.lchat-chips{flex-wrap:wrap;gap:6px;padding:0 14px 10px;display:flex}.lchat-chips button{color:#a1a1aa;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:999px;padding:6px 11px;font-size:.78rem;transition:background .12s}.lchat-chips button:hover{background:#fff3}.lchat-input{border-top:1px solid #ffffff14;gap:8px;padding:12px 14px;display:flex}.lchat-input input{color:#fff;background:#1a1a1e;border:1px solid #ffffff1f;border-radius:999px;outline:none;flex:1;padding:10px 15px;font-size:.88rem}.lchat-input input:focus{border-color:#ffffff8c}.lchat-input button{color:#0a0a0a;cursor:pointer;background:#a1a1aa;border:none;border-radius:50%;flex-shrink:0;width:40px;height:40px;font-size:.95rem}.lchat-input button:disabled{opacity:.4;cursor:default}@media (width<=480px){.lchat-panel{width:calc(100vw - 20px);bottom:80px;right:10px}.lchat-fab{bottom:14px;right:14px}}.ap-aibadge{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:#a1a1aa;background:0 0;border:0;align-items:center;gap:9px;margin-bottom:20px;padding:0;font-size:.72rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.ap-aibadge:before{content:"";background:#a1a1aa;border-radius:50%;flex:none;width:7px;height:7px;animation:2.6s ease-out infinite ap-pulse;box-shadow:0 0 #ffffff8c}.ap-aibadge:hover{color:#d6ff86}@keyframes ap-pulse{0%{box-shadow:0 0 #ffffff8c}70%{box-shadow:0 0 0 8px #fff0}to{box-shadow:0 0 #fff0}}@media (prefers-reduced-motion:reduce){.ap-aibadge:before{animation:none}}.lp-nav-ia{font-weight:700;color:#a1a1aa!important}.lp-nav-ia.on{color:#a1a1aa!important}.signin-root{background:#000;justify-content:center;align-items:center;width:100%;min-height:100vh;font-family:-apple-system,SF Pro Display,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.signin-bg{z-index:0;background:linear-gradient(90deg,#4f40db 0%,#2a2468 55%,#1c1842 100%);position:absolute;inset:0}.signin-vignette{pointer-events:none;background:radial-gradient(circle,#0000 0%,#0000008c 60%,#000000e0 100%);position:absolute;inset:0}.signin-fade{pointer-events:none;background:linear-gradient(#000,#0000);height:33%;position:absolute;top:0;left:0;right:0}.signin-content{z-index:10;justify-content:center;width:100%;padding:24px;display:flex;position:relative}.signin-card{-webkit-backdrop-filter:blur(16px);background:#0e0e118c;border:1px solid #ffffff1a;border-radius:22px;width:100%;max-width:400px;padding:32px 30px;box-shadow:0 30px 80px #0009}.signin-brand{justify-content:center;margin-bottom:18px;display:flex}.signin-title{letter-spacing:-.02em;color:#f5f5f7;text-align:center;margin:0 0 4px;font-size:1.85rem;font-weight:800}.signin-sub{color:#86868b;text-align:center;margin:0 0 22px;font-size:.92rem}.signin-field{margin-bottom:14px}.signin-field label{color:#a0a0a8;margin:0 0 6px;font-size:.78rem;font-weight:600;display:block}.signin-input{color:#fff;width:100%;font:inherit;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;outline:none;padding:12px 14px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.signin-pw{position:relative}.signin-pw .signin-input{padding-right:66px}.signin-pwtoggle{color:#86868b;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:6px 9px;font-size:.78rem;font-weight:700;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.signin-err{color:#ff6b8b;text-align:center;margin:8px 0 0;font-size:.85rem}.signin-submit{color:#0a0a0f;cursor:pointer;background:#f5f5f7;border:none;border-radius:999px;width:100%;margin-top:16px;padding:13px;font-size:.98rem;font-weight:700;transition:transform .15s,background .15s,opacity .15s}.signin-submit:hover:not(:disabled){background:#fff;transform:translateY(-1px)}.signin-submit:disabled{opacity:.6;cursor:default}.signin-foot{text-align:center;color:#86868b;margin-top:20px;font-size:.86rem;line-height:1.95}.signin-foot a{color:#c7c7cf;text-decoration:none}.signin-foot a:hover{color:#fff;text-decoration:underline}.type-cursor{vertical-align:-.1em;background:currentColor;border-radius:2px;width:.55ch;height:1em;margin-left:.06em;animation:1s step-end infinite type-blink;display:inline-block}@keyframes type-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.type-cursor{animation:none}}.ia-typing{color:#f5f5f7;text-align:left;letter-spacing:-.01em;margin:0 0 20px;font-size:1.3rem;font-weight:700}.ia-typing-word{color:#a1a1aa}.theme-toggle{border:1px solid var(--line);background:var(--surface-2);cursor:pointer;border-radius:999px;flex:none;width:58px;height:30px;padding:0;transition:background .3s,border-color .3s;position:relative}.theme-toggle .tt-knob{background:var(--surface);width:22px;height:22px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #00000059}.theme-toggle.is-dark .tt-knob{transform:translate(28px)}.theme-toggle:focus-visible{outline:2px solid var(--brand);outline-offset:2px}:root{--tech-bg-1:#101e4c;--tech-bg-2:#15306e;--tech-card:#16223f;--tech-border:#ffffff1a;--tech-text:#f4f3fa;--tech-text-2:#aaa6c4;--tech-blue:#2dd4bf;--tech-cyan:#22d3ee;--tech-violet:#8b5cf6;--tech-ok:#10b981;--tech-warn:#f59e0b;--tech-err:#ef4444;--tech-glow-a:#fff;--tech-glow-b:#a1a1aa;--tech-glow-cursor:#fff}.tech-bg{z-index:-1;pointer-events:none;background:radial-gradient(120% 120% at 50% -10%, var(--tech-bg-2) 0%, var(--tech-bg-1) 60%);--mx:50%;--my:0%;position:fixed;inset:0;overflow:hidden}.tb-grid{-webkit-mask-image:radial-gradient(circle 460px at var(--mx,50%) var(--my,28%),#000 0%,#00000047 46%,transparent 72%);-webkit-mask-image:radial-gradient(circle 460px at var(--mx,50%) var(--my,28%),#000 0%,#00000047 46%,transparent 72%);mask-image:radial-gradient(circle 460px at var(--mx,50%) var(--my,28%),#000 0%,#00000047 46%,transparent 72%);background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0}.tb-glow{filter:blur(80px);opacity:.3;will-change:transform;border-radius:50%;position:absolute}.tb-glow-a{background:var(--tech-glow-a);width:46vw;height:46vw;animation:22s ease-in-out infinite tb-float-a;top:-6vw;left:-8vw}.tb-glow-b{background:var(--tech-glow-b);width:42vw;height:42vw;animation:26s ease-in-out infinite tb-float-b;top:16vw;right:-8vw}.tb-cursor{width:680px;height:680px;left:var(--mx);top:var(--my);background:radial-gradient(circle,color-mix(in srgb,var(--tech-glow-cursor) 24%,transparent),color-mix(in srgb,var(--tech-glow-cursor) 6%,transparent) 38%,transparent 64%);transition:left .16s,top .16s;position:absolute;transform:translate(-50%,-50%)}.tb-mask{background:radial-gradient(120% 80% at 50% 40%,transparent 42%,color-mix(in srgb,var(--tech-bg-1) 78%,transparent) 100%);position:absolute;inset:0}@keyframes tb-float-a{0%,to{transform:translate(0)}50%{transform:translate(6vw,4vw)}}@keyframes tb-float-b{0%,to{transform:translate(0)}50%{transform:translate(-5vw,-3vw)}}@media (prefers-reduced-motion:reduce){.tb-glow{animation:none}.tb-cursor{display:none}}@media (width<=760px){.tb-glow{filter:blur(60px);opacity:.22}.tb-cursor{display:none}.tb-grid{background-size:38px 38px}}.hm-stage{perspective:1300px;width:100%;max-width:420px;margin:0 auto;position:relative}.hm-glow{background:radial-gradient(circle at 60% 40%,color-mix(in srgb,var(--brand) 30%,transparent),transparent 62%),radial-gradient(circle at 25% 75%,color-mix(in srgb,var(--brand-2) 24%,transparent),transparent 60%);filter:blur(36px);z-index:0;position:absolute;inset:-14% -10%}.hm-card{z-index:1;-webkit-backdrop-filter:blur(16px);transform-style:preserve-3d;background:#0f121cb8;border:1px solid #ffffff1a;border-radius:20px;padding:18px 18px 16px;animation:7s ease-in-out infinite hm-float;position:relative;transform:rotateY(-9deg)rotateX(4deg);box-shadow:0 30px 70px #0000008c}.hm-head{align-items:center;gap:11px;margin-bottom:16px;display:flex}.hm-avatar{color:#15141c;background:linear-gradient(140deg,#fff,#a1a1aa 70%,#a1a1aa);border-radius:11px;flex:none;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.hm-id{flex:1;min-width:0}.hm-name{color:#f5f5f7;font-size:.95rem;font-weight:700}.hm-meta{color:#8b8b93;font-size:.74rem}.hm-next{color:#a1a1aa;white-space:nowrap;background:#a1a1aa24;border:1px solid #a1a1aa4d;border-radius:999px;padding:4px 9px;font-size:.68rem;font-weight:700}.hm-label{text-transform:uppercase;letter-spacing:.08em;color:#7a7a82;margin:14px 0 7px;font-size:.64rem;font-weight:700}.hm-goal{align-items:center;gap:10px;margin-bottom:8px;display:flex}.hm-goal span{color:#cfd0d6;flex:0 0 50%;font-size:.78rem}.hm-bar{background:#ffffff14;border-radius:99px;flex:1;height:7px;overflow:hidden}.hm-bar>i{background:linear-gradient(90deg,#fff,#d4d4d8);border-radius:99px;height:100%;display:block}.hm-bar-2>i{background:linear-gradient(90deg,#a1a1aa,#9bdc1f)}.hm-chart{width:100%;height:64px;display:block}.hm-ia{background:color-mix(in srgb,var(--brand) 9%,transparent);border:1px solid color-mix(in srgb,var(--brand) 22%,transparent);color:#e8e8ea;border-radius:12px;align-items:center;gap:8px;margin-top:14px;padding:10px 12px;font-size:.8rem;display:flex}.hm-ia-ico{font-size:.95rem}.hm-float{z-index:2;color:#f5f5f7;-webkit-backdrop-filter:blur(10px);background:#141620d1;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:7px;padding:9px 12px;font-size:.74rem;font-weight:600;display:flex;position:absolute;box-shadow:0 14px 36px #00000080}.hm-float-1{animation:6s ease-in-out infinite hm-float;top:8%;left:-7%}.hm-float-2{animation:8s ease-in-out .5s infinite hm-float;bottom:12%;right:-6%}.hm-dot{border-radius:50%;flex:none;width:8px;height:8px}.hm-dot-warn,.hm-dot-ok{background:#a1a1aa;box-shadow:0 0 0 3px #a1a1aa38}@media (prefers-reduced-motion:reduce){.hm-card,.hm-float{animation:none}}@media (width<=560px){.hm-card{transform:none}@keyframes hm-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hm-float-1{left:0}.hm-float-2{right:0}}.bento-eyebrow{text-align:center;font-family:var(--font-mono);color:var(--brand-2);letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:500}.bento{grid-template-columns:repeat(4,1fr);grid-auto-rows:172px;grid-auto-flow:dense;gap:14px;margin-top:26px;display:grid}.bento .tile{cursor:default;flex-direction:column;padding:16px;display:flex;overflow:hidden}.bento .tile:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.bento .lg,.bento .wide{grid-column:span 2}.bento .tall{grid-row:span 2}.tile-top{align-items:center;gap:9px;margin-bottom:6px;display:flex}.tile-ico{font-size:1.3rem;line-height:1}.tile h4{color:#f5f5f7;margin:0;font-size:1rem;font-weight:700}.tile-d{color:#9a9aa2;margin:0;font-size:.84rem;line-height:1.45}.tile-viz{margin-top:auto}.tile-viz.bars{align-items:flex-end;gap:8px;height:74px;display:flex}.tile-viz.bars i{background:linear-gradient(#fff,#ffffff4d);border-radius:6px 6px 0 0;flex:1}.tile-viz.bars i:nth-child(2n){background:linear-gradient(#a1a1aa,#a1a1aa4d)}.tile-viz.doc{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;flex:1;gap:7px;padding:12px;display:flex}.doc-line{background:#ffffff29;border-radius:99px;height:7px}.doc-line.w90{width:90%}.doc-line.w80{width:80%}.doc-line.w75{width:75%}.doc-line.w70{width:70%}.doc-line.w50{width:50%}.doc-foot{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.doc-pdf{color:#fff;background:#ffffff24;border:1px solid #ffffff4d;border-radius:6px;padding:3px 8px;font-size:.62rem;font-weight:800}.doc-sign{background:#fff3;flex:1;max-width:80px;height:1px}.tile-viz.spark{width:100%;height:56px}.tile-viz.chat{flex-direction:column;gap:7px;display:flex}.tile-viz.chat .bub{border-radius:12px;max-width:85%;padding:7px 11px;font-size:.76rem}.tile-viz.chat .user{background:var(--brand);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.tile-viz.chat .bot{color:#d8d8de;background:#ffffff14;border-bottom-left-radius:4px;align-self:flex-start}.tile-viz.chips{flex-wrap:wrap;gap:6px;display:flex}.tile-viz.chips span{color:#cfd0d6;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;padding:5px 10px;font-size:.72rem}.tile-viz.games{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.tile-viz.games .game-cell{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;place-items:center;height:34px;font-size:1rem;display:grid}.tile-viz.week{gap:7px;display:flex}.tile-viz.week .wd{color:#7a7a82;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;flex:1;place-items:center;height:34px;font-size:.72rem;font-weight:700;display:grid}.tile-viz.week .wd.on{color:#0a0a0f;background:linear-gradient(140deg,#fff,#a1a1aa);border-color:#0000}.tile-viz.fam{align-items:center;gap:7px;display:flex}.fam-av{color:#0a0a0f;background:linear-gradient(140deg,#a1a1aa,#a1a1aa);border-radius:50%;place-items:center;width:28px;height:28px;font-size:.74rem;font-weight:800;display:grid}.fam-av:nth-child(2){color:#fff;background:linear-gradient(140deg,#fff,#d4d4d8);margin-left:-12px}.fam-ok{color:#a1a1aa;margin-left:6px;font-size:.74rem;font-weight:600}@media (width<=900px){.bento{grid-template-columns:repeat(2,1fr)}.bento .lg,.bento .wide{grid-column:span 2}.bento .tall{grid-row:span 1}}@media (width<=560px){.bento{grid-template-columns:1fr;grid-auto-rows:auto}.bento .lg,.bento .wide{grid-column:span 1}.bento .tile{min-height:150px}}.ai-show{-webkit-backdrop-filter:blur(16px);background:#0f121cb8;border:1px solid #ffffff1a;border-radius:20px;padding:16px;box-shadow:0 24px 60px #00000080}.ai-show-head{border-bottom:1px solid #ffffff14;align-items:center;gap:10px;padding-bottom:12px;display:flex}.ai-bot-av{background:#ffffff0f;border-radius:10px;flex:none;place-items:center;width:34px;height:34px;font-size:1.15rem;display:grid}.ai-show-name{color:#f5f5f7;font-size:.9rem;font-weight:700}.ai-show-sub{color:#8b8b93;font-size:.72rem}.ai-show-live{color:#a1a1aa;align-items:center;gap:5px;margin-left:auto;font-size:.66rem;font-weight:700;display:inline-flex}.ai-show-live i{background:#a1a1aa;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite ai-pulse}@keyframes ai-pulse{0%,to{opacity:1}50%{opacity:.25}}.ai-chips{flex-wrap:wrap;gap:6px;margin:12px 0;display:flex}.ai-chip{color:#cfd0d6;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:6px 11px;font-size:.74rem;transition:border-color .15s,background .15s,color .15s}.ai-chip:hover{border-color:#ffffff47}.ai-chip.on{color:#0a0a0f;background:linear-gradient(140deg,#fff,#d4d4d8);border-color:#0000;font-weight:700}.ai-thread{flex-direction:column;gap:9px;min-height:210px;display:flex}.ai-show .ai-msg{border-radius:14px;max-width:90%;padding:9px 13px;font-size:.84rem;line-height:1.45}.ai-show .ai-msg.user{background:var(--brand);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.ai-show .ai-msg.bot{color:#e2e2e8;background:#ffffff12;border-bottom-left-radius:4px;align-self:flex-start}.ai-caret{vertical-align:-.12em;background:#a1a1aa;border-radius:1px;width:7px;height:1em;margin-left:2px;animation:1s step-end infinite type-blink;display:inline-block}.ai-result{background:color-mix(in srgb,var(--brand) 7%,transparent);border:1px solid color-mix(in srgb,var(--brand) 22%,transparent);border-radius:14px;align-self:stretch;padding:12px;animation:.35s ai-rise}@keyframes ai-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ai-result-t{color:#f5f5f7;margin-bottom:7px;font-size:.74rem;font-weight:800}.ai-result-li{color:#cfd0d6;margin:3px 0;font-size:.8rem}.ai-inputbar{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;margin-top:12px;padding:8px 8px 8px 14px;display:flex}.ai-input-ph{color:#6f6f77;flex:1;font-size:.82rem}.ai-send{background:var(--brand);color:#fff;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:.8rem;display:grid}@media (prefers-reduced-motion:reduce){.ai-caret,.ai-show-live i,.ai-result{animation:none}}.bill-toggle{border:1px solid var(--tech-border);background:#ffffff0d;border-radius:999px;gap:4px;width:fit-content;margin:0 auto 28px;padding:5px;display:flex}.bill-opt{color:#9a9aa2;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:8px;padding:9px 18px;font-size:.88rem;font-weight:600;transition:color .25s,background .25s;display:inline-flex}.bill-opt.on{color:#0a0a0f;background:var(--brand)}.bill-save{color:#0a0a0f;background:#a1a1aa;border-radius:999px;padding:2px 7px;font-size:.64rem;font-weight:800}.amt-per{color:#8b8b93;margin-left:3px;font-size:.92rem;font-weight:500}.amt-note{color:#a1a1aa;margin-top:2px;font-size:.74rem;font-weight:700}.amt-reframe{color:var(--muted);margin-top:1px;font-size:.74rem;font-weight:500}.plan-trial{text-align:center;color:var(--brand);background:color-mix(in srgb,var(--brand) 13%,transparent);border:1px solid color-mix(in srgb,var(--brand) 26%,transparent);border-radius:99px;margin:0 0 8px;padding:5px 8px;font-size:.76rem;font-weight:700}.plan-reassure{flex-wrap:wrap;justify-content:center;gap:10px 22px;margin-top:26px;display:flex}.plan-reassure span{color:var(--text);align-items:center;gap:7px;font-size:.84rem;display:inline-flex}.plan-reassure span svg{color:var(--ok);flex:none}@media (width<=620px){.plan-reassure{flex-direction:column;align-items:flex-start;max-width:340px;margin-left:auto;margin-right:auto}}.plan-seals{flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-top:14px;display:flex}.plan-seal{color:var(--muted);border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 60%,transparent);border-radius:99px;align-items:center;gap:6px;padding:5px 12px;font-size:.76rem;display:inline-flex}.plan-seal svg{color:var(--brand)}.home-prog{background:var(--surface-2);border-radius:99px;height:8px;margin:0 0 12px;overflow:hidden}.home-prog span{background:linear-gradient(90deg,var(--brand),#a1a1aa);border-radius:99px;height:100%;transition:width .4s;display:block}.home-tasks{flex-direction:column;gap:8px;display:flex}.home-task{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);align-items:center;gap:12px;padding:10px 12px;display:flex}.home-task.done{opacity:.65}.home-task-tx{flex:1;min-width:0}.home-task-name{font-size:.92rem;font-weight:600}.home-task-st{color:var(--muted);margin-top:1px;font-size:.76rem}.pbv{flex-wrap:wrap;align-items:stretch;gap:14px;display:flex}.pbv-tablero{grid-template-columns:repeat(auto-fill,minmax(98px,1fr));display:grid}.pbv-cell{background:var(--surface-2);border:2px solid var(--line);border-radius:14px;flex-direction:column;flex:none;align-items:center;gap:6px;min-width:90px;padding:12px 10px;display:flex;position:relative}.pbv-emoji{font-size:2.5rem;line-height:1}.pbv-img{object-fit:contain;border-radius:8px;width:54px;height:54px}.pbv-sm .pbv-img{width:38px;height:38px}.pbv-label{text-align:center;text-transform:uppercase;letter-spacing:.02em;color:var(--text);font-size:.78rem;font-weight:700}.pbv-num{color:var(--muted);font-size:.72rem;font-weight:800;position:absolute;top:4px;left:8px}.pbv-agenda .pbv-cell:not(:last-child):after,.pbv-secuencia .pbv-cell:not(:last-child):after{content:"➜";color:var(--brand);z-index:1;font-size:1.05rem;font-weight:700;position:absolute;top:50%;right:-16px;transform:translateY(-50%)}.pbv-sm{gap:10px}.pbv-sm .pbv-cell{border-width:1px;min-width:62px;padding:8px 6px}.pbv-sm .pbv-emoji{font-size:1.7rem}.pbv-sm .pbv-label{font-size:.62rem}.pbv-sm.pbv-agenda .pbv-cell:not(:last-child):after,.pbv-sm.pbv-secuencia .pbv-cell:not(:last-child):after{font-size:.8rem;right:-12px}.pbv-empty{color:var(--muted);padding:10px;font-size:.86rem}.pb-builder{background:var(--surface);width:100%;max-width:680px;max-height:88vh;color:var(--text);overflow-y:auto}.pb-builder input,.pb-builder select{background:var(--surface-2);color:var(--text);border:1px solid var(--line)}.pb-cell-label{color:var(--text)}.pb-field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.pb-field>span{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.72rem;font-weight:700}.pb-kinds{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.pb-kind{text-align:left;background:var(--surface-2);border:1px solid var(--line);cursor:pointer;color:var(--text);border-radius:12px;flex-direction:column;gap:3px;padding:10px;display:flex}.pb-kind.on{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}.pb-kind-ic{font-size:1.3rem}.pb-kind-name{font-size:.84rem;font-weight:700}.pb-kind-desc{color:var(--muted);font-size:.7rem;line-height:1.3}.pb-preview{background:var(--bg);border:1px dashed var(--line);border-radius:12px;min-height:84px;padding:14px;overflow-x:auto}.pb-cells{flex-direction:column;gap:6px;display:flex}.pb-cell{background:var(--surface-2);border:1px solid var(--line);border-radius:10px;align-items:center;gap:10px;padding:6px 10px;display:flex}.pb-cell-emoji{font-size:1.4rem}.pb-cell-img{object-fit:contain;border-radius:6px;flex:none;width:32px;height:32px}.pb-cell-label{flex:1;font-size:.88rem}.pb-cell-ops{gap:4px;display:flex}.iconbtn.sm{border-radius:7px;width:28px;height:28px;font-size:.78rem}.pb-vocab{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;flex-direction:column;gap:10px;max-height:190px;padding:10px;display:flex;overflow-y:auto}.pb-vocab-title{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:5px;font-size:.68rem}.pb-vocab-items{flex-wrap:wrap;gap:6px;display:flex}.pb-chip{background:var(--surface);border:1px solid var(--line);cursor:pointer;color:var(--text);border-radius:99px;align-items:center;gap:5px;padding:4px 10px;font-size:.8rem;display:inline-flex}.pb-chip:hover{border-color:var(--brand)}.pb-chip span{font-size:1.05rem}.pb-chip img{object-fit:contain;border-radius:4px;width:18px;height:18px}.pb-lib-chip{display:inline-flex;position:relative}.pb-lib-del{background:var(--err);color:#fff;cursor:pointer;border:none;border-radius:50%;width:16px;height:16px;font-size:.6rem;line-height:1;display:none;position:absolute;top:-6px;right:-6px}.pb-lib-chip:hover .pb-lib-del{justify-content:center;align-items:center;display:flex}.pb-custom{gap:8px;margin-top:8px;display:flex}.pb-emoji-in{text-align:center;flex:none;width:56px;font-size:1.1rem}.pb-check{color:var(--muted);align-items:center;gap:8px;margin-top:8px;font-size:.84rem;display:inline-flex}.pb-check input{width:auto}.pb-card-kind{text-transform:uppercase;letter-spacing:.05em;color:var(--brand);font-size:.68rem;font-weight:700}.pb-card-preview{background:var(--bg);border-radius:12px;margin-top:12px;padding:12px;overflow-x:auto}.fam-board{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:12px;overflow-x:auto}.pb-templates{margin:6px 0 22px}.pb-templates-row{gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.pb-template{text-align:left;background:var(--surface);border:1px solid var(--line);cursor:pointer;min-width:150px;color:var(--text);border-radius:14px;flex:none;padding:12px 14px;transition:transform .16s,border-color .16s}.pb-template:hover{border-color:var(--brand);transform:translateY(-3px)}.pb-template-emojis{letter-spacing:2px;margin-bottom:6px;font-size:1.4rem;display:block}.pb-template-name{font-size:.82rem;font-weight:600;display:block}.lib-grid{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:12px;margin-top:14px;display:grid}.lib-item{background:var(--surface-2);border:1px solid var(--line);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:10px 8px;display:flex;position:relative}.lib-item img{object-fit:contain;border-radius:8px;width:48px;height:48px}.lib-item span{color:var(--text);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.72rem;overflow:hidden}.lib-del{background:var(--err);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.62rem;line-height:1;display:none;position:absolute;top:-6px;right:-6px}.lib-item:hover .lib-del{display:flex}.lp-root .price.hot{border-color:color-mix(in srgb,var(--brand) 55%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--brand) 28%,transparent),0 22px 60px #ffffff29;transform:translateY(-4px)}.lp-root .price.hot:hover{transform:translateY(-8px)}.lp-footer{border-top:1px solid var(--tech-border);max-width:1140px;margin:40px auto 0;padding:54px 22px 30px;position:relative}.lp-footer:before{content:"";background:linear-gradient(90deg,transparent,var(--brand),var(--brand-2),transparent);width:min(560px,80%);height:1px;box-shadow:0 0 24px color-mix(in srgb,var(--brand) 40%,transparent);position:absolute;top:-1px;left:50%;transform:translate(-50%)}.foot-grid{grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:30px;display:grid}.foot-brand .lp-brand{align-items:center;gap:10px;margin-bottom:12px;display:inline-flex}.foot-desc{color:#8b8b93;max-width:280px;margin:0 0 14px;font-size:.84rem;line-height:1.55}.foot-status{color:#a1a1aa;align-items:center;gap:7px;margin-bottom:14px;font-size:.78rem;display:inline-flex}.foot-dot{background:#a1a1aa;border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite ai-pulse;box-shadow:0 0 8px #a1a1aa}.foot-social{gap:16px;display:flex}.foot-social a{color:#c7c7cf;font-size:.82rem}.foot-social a:hover{color:#fff}.foot-col{flex-direction:column;gap:10px;display:flex}.foot-col h4{text-transform:uppercase;letter-spacing:.06em;color:#f5f5f7;margin:0 0 4px;font-size:.72rem;font-weight:800}.foot-col a{color:#9a9aa2;font-size:.85rem;text-decoration:none;transition:color .15s}.foot-col a:hover{color:#fff}.foot-form{gap:6px;display:flex}.foot-form input{border:1px solid var(--tech-border);color:#fff;min-width:0;font:inherit;background:#ffffff0d;border-radius:10px;outline:none;flex:1;padding:9px 12px;font-size:.84rem}.foot-form input:focus{border-color:color-mix(in srgb,var(--brand) 50%,transparent)}.foot-form button{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:10px;flex:none;width:40px;font-size:1.05rem;transition:filter .15s}.foot-form button:hover{filter:brightness(1.1)}.foot-bottom{border-top:1px solid var(--tech-border);color:#7a7a82;flex-wrap:wrap;justify-content:space-between;gap:16px;margin-top:36px;padding-top:18px;font-size:.76rem;display:flex}.foot-disc{max-width:420px}@media (width<=860px){.foot-grid{grid-template-columns:1fr 1fr}.foot-brand{grid-column:1/-1}}@media (width<=520px){.foot-grid{grid-template-columns:1fr}.foot-bottom{flex-direction:column;gap:8px}.lp-footer .foot-col{gap:2px}.lp-footer .foot-col a,.lp-footer .foot-social a{align-items:center;min-height:40px;display:flex}}@media (prefers-reduced-motion:reduce){.foot-dot{animation:none}}.aidock{z-index:40;flex-direction:column;align-items:center;gap:10px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.aidock-bar{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:999px;align-items:center;gap:6px;padding:7px 10px;display:flex}.aidock-bar.on{width:min(460px,100vw - 32px);padding:6px 8px 6px 12px}.aidock-act{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.3rem;transition:transform .15s,background .15s;display:grid}.aidock-act:hover{background:var(--surface-2);transform:translateY(-3px)scale(1.06)}.aidock-active{cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:34px;height:34px;font-size:1.25rem;display:grid}.aidock-bar.on input{min-width:0;font:inherit;color:var(--text);background:0 0;border:0;outline:none;flex:1;padding:0;font-size:.9rem}.aidock-bar.on input:focus{box-shadow:none}.aidock-send{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:50%;flex:none;width:36px;height:36px;font-size:.82rem}.aidock-send:disabled{opacity:.5;cursor:default}.aidock-panel{background:var(--surface);border:1px solid var(--line);width:min(460px,100vw - 32px);max-height:48vh;box-shadow:var(--shadow);border-radius:16px;padding:14px;animation:.3s ai-rise;overflow:auto}.aidock-result{color:var(--text);font-size:.9rem;line-height:1.55}.aidock-panel-foot{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.aidock-err{color:var(--err);font-size:.88rem}.aidock-loading{justify-content:center;gap:5px;padding:10px;display:flex}.aidock-loading span{background:var(--brand);border-radius:50%;width:7px;height:7px;animation:1s infinite aidock-bounce}.aidock-loading span:nth-child(2){animation-delay:.15s}.aidock-loading span:nth-child(3){animation-delay:.3s}@keyframes aidock-bounce{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}@media (prefers-reduced-motion:reduce){.aidock-act:hover{transform:none}.aidock-loading span,.aidock-panel{animation:none}}.pulse-beams{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.pb-svg{opacity:.55;pointer-events:none;max-width:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pb-base{stroke:#ffffff14;stroke-width:1px;fill:none}.pb-run{stroke:url(#pb-grad);stroke-width:2.4px;stroke-linecap:round;fill:none;stroke-dasharray:16 100;animation:3s linear infinite pb-run}@keyframes pb-run{0%{stroke-dashoffset:116px}to{stroke-dashoffset:0}}.pb-dot{fill:#0c0c10;stroke:#fff9;stroke-width:1.5px}.pb-content{z-index:2;justify-content:center;width:100%;display:flex;position:relative}@media (width<=640px){.pb-svg{display:none}}@media (prefers-reduced-motion:reduce){.pb-run{stroke-dasharray:none;opacity:.5;animation:none}}.msq-wrap{justify-content:center;align-items:center;gap:12px;display:flex}.msq-bottom{flex-direction:column}.msq-top{flex-direction:column-reverse}.msq-right{flex-direction:row}.msq-left{flex-direction:row-reverse}.msq{background:linear-gradient(140deg,var(--brand),var(--brand-2));box-shadow:0 6px 24px color-mix(in srgb,var(--brand) 35%,transparent);animation:2s ease-in-out infinite msq-morph}@keyframes msq-morph{0%{border-radius:6%;transform:rotate(0)}50%{border-radius:50%;transform:rotate(180deg)}to{border-radius:6%;transform:rotate(360deg)}}.msq-msg{color:var(--muted);font-size:.9rem}@media (prefers-reduced-motion:reduce){.msq{border-radius:20%;animation:none}}.side-foot{position:relative}.profile-btn{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;width:100%;padding:8px;transition:background .15s,border-color .15s;display:flex}.profile-btn:hover{background:var(--surface-2);border-color:var(--line)}.pb-id{flex:1;min-width:0}.pb-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:700;overflow:hidden}.pb-role{text-transform:capitalize;font-size:.72rem}.pb-chev{color:var(--muted);flex:none;transition:transform .2s}.pb-chev.up{transform:rotate(180deg)}.profile-menu{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);z-index:20;border-radius:14px;padding:6px;animation:.2s ai-rise;position:absolute;bottom:calc(100% + 8px);left:0;right:0}.pm-email{color:var(--muted);border-bottom:1px solid var(--line);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;padding:8px 10px;font-size:.74rem;overflow:hidden}.pm-item{text-align:left;width:100%;font:inherit;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:9px;padding:9px 10px;font-size:.86rem;transition:background .12s;display:flex}.pm-item svg{color:var(--muted);flex:none}.pm-item.pm-danger svg{color:inherit}.pm-item:hover{background:var(--surface-2)}.pm-danger{color:var(--err)}@media (prefers-reduced-motion:reduce){.profile-menu{animation:none}}.skel{background:linear-gradient(90deg,var(--surface-2) 25%,color-mix(in srgb,var(--surface-2) 55%,var(--line)) 50%,var(--surface-2) 75%);background-size:200% 100%;border-radius:8px;animation:1.3s ease-in-out infinite skel;display:inline-block}@keyframes skel{0%{background-position:200% 0}to{background-position:-200% 0}}.skel-num{vertical-align:middle;width:54px;height:2rem}.skel-row{border-radius:10px;width:100%;height:38px;margin-bottom:8px;display:block}@media (prefers-reduced-motion:reduce){.skel{animation:none}}.topbar .tb-spacer{flex:1}.topbar .tb-actions{align-items:center;gap:10px;display:flex}.trial-banner{border-radius:var(--radius-lg);background:color-mix(in srgb,var(--brand) 12%,transparent);border:1px solid color-mix(in srgb,var(--brand) 32%,transparent);color:var(--text);flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin:14px 22px 0;padding:10px 16px;font-size:.88rem;display:flex}.trial-banner.over{background:color-mix(in srgb,var(--warn) 12%,transparent);border-color:color-mix(in srgb,var(--warn) 34%,transparent)}.trial-banner .btn{flex:none}.google-btn{color:#1f1f1f;background:#fff;border:1px solid #dadce0;gap:10px;font-weight:600}.google-btn:hover{filter:none;background:#f7f8f8;box-shadow:0 2px 8px #0000002e}.auth-or{color:var(--muted);align-items:center;gap:12px;margin:14px 0;font-size:.78rem;display:flex}.auth-or:before,.auth-or:after{content:"";background:var(--line);flex:1;height:1px}.notif-wrap{display:inline-flex;position:relative}.notif-btn{color:var(--text);justify-content:center;align-items:center;display:inline-flex;position:relative}.notif-btn:hover{border-color:var(--brand)}.notif-dot{background:var(--brand);min-width:17px;height:17px;color:var(--brand-ink);box-shadow:0 0 0 2px var(--bg);border-radius:9px;justify-content:center;align-items:center;padding:0 4px;font-size:.64rem;font-weight:800;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.notif-scrim{z-index:60;position:fixed;inset:0}.notif-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);z-index:61;width:320px;max-width:86vw;animation:.14s notifIn;position:absolute;top:46px;right:0;overflow:hidden;box-shadow:0 16px 40px #00000059}@keyframes notifIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.notif-head{border-bottom:1px solid var(--line);padding:12px 14px;font-size:.9rem;font-weight:700}.notif-empty{color:var(--muted);text-align:center;padding:22px 14px;font-size:.86rem}.notif-list{max-height:380px;overflow:auto}.notif-item{text-align:left;border:none;border-bottom:1px solid var(--line);cursor:pointer;width:100%;color:var(--text);background:0 0;padding:11px 14px;display:block}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:var(--surface-2)}.notif-item.is-new{background:color-mix(in srgb,var(--brand) 8%,transparent)}.notif-item.is-new:hover{background:color-mix(in srgb,var(--brand) 14%,transparent)}.notif-item-top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.notif-title{font-size:.86rem;font-weight:600}.notif-item.is-new .notif-title:before{content:"";background:var(--brand);vertical-align:middle;border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block}.notif-at{color:var(--muted);white-space:nowrap;font-size:.72rem}.notif-body{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.8rem;overflow:hidden}.toaster{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;max-width:min(92vw,380px);display:flex;position:fixed;bottom:20px;right:20px}.toast{pointer-events:auto;text-align:left;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);cursor:pointer;align-items:center;gap:10px;padding:12px 14px;font-size:.86rem;font-weight:500;animation:.26s cubic-bezier(.2,.9,.3,1.2) toastIn;display:flex;box-shadow:0 12px 32px #00000057}.toast:hover{filter:brightness(1.05)}@keyframes toastIn{0%{opacity:0;transform:translate(28px)scale(.96)}to{opacity:1;transform:none}}.toast-ico{border-radius:50%;flex:none;place-items:center;width:24px;height:24px;display:grid}.toast-success{border-left:3px solid var(--ok)}.toast-success .toast-ico{background:color-mix(in srgb,var(--ok) 18%,transparent);color:var(--ok)}.toast-error{border-left:3px solid var(--err)}.toast-error .toast-ico{background:color-mix(in srgb,var(--err) 18%,transparent);color:var(--err)}.toast-info{border-left:3px solid var(--brand)}.toast-info .toast-ico{background:color-mix(in srgb,var(--brand) 18%,transparent);color:var(--brand)}.toast-msg{flex:1;line-height:1.35}.skel-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:18px}.route-fade{animation:.24s routeIn}@keyframes routeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.lift{transition:transform .16s,box-shadow .16s,border-color .16s}.lift:hover{border-color:color-mix(in srgb,var(--brand) 40%,var(--line));transform:translateY(-3px);box-shadow:0 10px 26px #00000047}@media (prefers-reduced-motion:reduce){.toast,.route-fade,.skel,.notif-panel{animation:none}.lift{transition:none}.lift:hover{transform:none}}.notif-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 1px 3px #0000001f}.notif-card.clickable{cursor:pointer;transition:border-color .16s,transform .16s}.notif-card.clickable:hover{border-color:var(--brand);transform:translateY(-1px)}.notif-card.clickable:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.notif-title{color:var(--text);margin-bottom:8px;font-size:1rem;font-weight:700}.notif-body{align-items:flex-start;gap:12px;display:flex}.notif-avatar-wrap{flex:none;position:relative}.notif-avatar{object-fit:cover;border-radius:50%;width:44px;height:44px}.notif-avatar-fb{background:linear-gradient(140deg,var(--brand),var(--brand-2));color:#fff;place-items:center;font-size:1.2rem;display:grid}.notif-online{border:2px solid var(--surface);background:#10b981;border-radius:50%;width:11px;height:11px;position:absolute;bottom:0;right:0}.notif-main{flex:1;min-width:0}.notif-name{color:var(--text);text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.notif-role{text-transform:uppercase;letter-spacing:.05em;color:var(--brand);margin-top:1px;font-size:.66rem;font-weight:700}.notif-bubble{background:var(--surface-2);color:var(--muted);border-radius:3px 12px 12px;margin:8px 0;padding:10px 12px;font-size:.86rem;line-height:1.45}.notif-foot{color:var(--muted);align-items:center;gap:7px;font-size:.74rem;display:flex}.notif-action{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;transition:background .15s,color .15s;display:grid}.notif-action:hover{background:color-mix(in srgb,var(--brand) 12%,transparent);color:var(--brand)}.cal{-webkit-user-select:none;user-select:none}.cal-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.cal-title{text-transform:capitalize;font-size:.95rem;font-weight:700}.cal-nav{border:1px solid var(--line);background:var(--surface);width:32px;height:32px;color:var(--text);cursor:pointer;border-radius:9px;font-size:1.1rem;line-height:1}.cal-nav:hover{background:var(--surface-2)}.cal-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.cal-wd{margin-bottom:4px}.cal-wname{text-align:center;color:var(--muted);padding:4px 0;font-size:.7rem;font-weight:700}.cal-cell{aspect-ratio:1;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;font-size:.84rem;transition:background .12s;display:flex;position:relative}.cal-cell:hover{background:var(--surface-2)}.cal-empty{cursor:default;background:0 0}.cal-empty:hover{background:0 0}.cal-today{color:var(--brand);font-weight:800}.cal-sel{color:#fff;background:var(--brand)!important}.cal-dot{background:var(--brand-2);border-radius:50%;width:5px;height:5px;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.cal-sel .cal-dot{background:#fff}.bottomnav{display:none}@media (width<=760px){.bottomnav{z-index:35;background:var(--surface);border-top:1px solid var(--line);height:62px;padding-bottom:env(safe-area-inset-bottom,0);display:flex;position:fixed;bottom:0;left:0;right:0}.bn-item{opacity:.45;-webkit-tap-highlight-color:transparent;flex:1;place-items:center;font-size:1.4rem;text-decoration:none;transition:opacity .15s,transform .15s;display:grid}.bn-item.active{opacity:1;transform:translateY(-1px)}.bn-limelight{background:var(--brand);width:34px;height:4px;top:0;left:calc((100% / var(--n,5)) * (var(--i,0) + .5));box-shadow:0 0 18px 2px var(--brand);border-radius:0 0 8px 8px;transition:left .35s cubic-bezier(.2,.8,.2,1);position:absolute;transform:translate(-50%)}.bn-limelight:after{content:"";clip-path:polygon(8% 100%,28% 0,72% 0,92% 100%);background:linear-gradient(to bottom,color-mix(in srgb,var(--brand) 26%,transparent),transparent);pointer-events:none;width:180%;height:46px;position:absolute;top:4px;left:-40%}.main{padding-bottom:66px}.aidock{bottom:76px}}@media (width<=760px) and (prefers-reduced-motion:reduce){.bn-limelight{transition:none}}.lp-root .lp-nav{height:62px;padding:0 max(18px,3.6vw)}.lp-root .lp-nav.scrolled{background:#0a0a0eb8}.lp-root .lp-nav-links{gap:22px}.lp-root .lp-nav-links a{font-size:.9rem}.lp-root .lp-nav-cta{gap:12px}.ap-hero{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(38px,6vw,78px);max-width:1220px;padding:clamp(74px,10vh,118px) 24px 82px}.ap-hero-text{max-width:640px}.ap-title{letter-spacing:-.03em;margin:0 0 18px;font-size:clamp(3.2rem,6.4vw,5.6rem);line-height:.99}.ap-sub{max-width:580px;margin:0 0 30px;font-size:clamp(1.06rem,1.75vw,1.26rem);line-height:1.58}.ap-cta{align-items:center;gap:12px 18px}.ap-note{color:#9696a0;margin-top:16px;font-size:.74rem}.ap-hero-art{justify-content:flex-end}.ap-hero-art>*{max-width:100%}.hero-stack{justify-content:center;width:100%;max-width:440px;display:flex;position:relative}.hero-stack:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(closest-side,color-mix(in srgb,var(--brand) 26%,transparent),#a1a1aa1f 55%,transparent 75%);filter:blur(44px);opacity:.5;border-radius:50%;position:absolute;inset:-18% -14%}.hero-brain-accent{z-index:0;opacity:.3;pointer-events:none;transform-origin:100% 0;filter:saturate(.85);position:absolute;top:-26%;right:-22%;transform:scale(.5)rotate(4deg)}@media (width<=860px){.hero-brain-accent{opacity:.22;top:-20%;right:-4%;transform:scale(.4)rotate(4deg)}}.hero-aura{z-index:0;pointer-events:none;aspect-ratio:1;filter:blur(48px);opacity:.9;background:radial-gradient(44% 44% at 30% 28%,#12b8a680,#0000 70%),radial-gradient(46% 46% at 74% 32%,#bfa7ff75,#0000 72%),radial-gradient(52% 52% at 58% 76%,#f6a45a61,#0000 72%);border-radius:50%;width:min(80%,430px);animation:16s ease-in-out infinite aura-drift;position:absolute;top:-22%;right:-18%}@keyframes aura-drift{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-10px,8px)scale(1.05)}}.hero-stack.is-live .hero-aura{transform:translate3d(calc(var(--ry,0) * -1.8px),calc(var(--rx,0) * -1.8px),0);transition:transform .25s;animation:none}@media (prefers-reduced-motion:reduce){.hero-aura{animation:none}}@media (width<=860px){.hero-aura{opacity:.8;width:min(70%,300px);top:-14%;right:-8%}}.pp-win{z-index:1;-webkit-backdrop-filter:blur(18px)saturate(160%);transform-origin:62%;background:linear-gradient(165deg,#ffffff16,#ffffff06);border:1px solid #5eead42e;border-radius:16px;width:100%;max-width:430px;animation:9s ease-in-out infinite pp-float,20s ease-in-out infinite pp-sway;position:relative;overflow:hidden;transform:perspective(1600px)rotateY(-4deg)rotateX(2deg);box-shadow:inset 0 1px #ffffff38,0 44px 90px -34px #020b24f2,0 0 70px -18px #0e749080}.pp-win:hover{animation-play-state:paused}@keyframes pp-float{0%,to{translate:0}50%{translate:0 -5px}}@keyframes pp-sway{0%,to{transform:perspective(1600px)rotateY(-3deg)rotateX(1.5deg)}50%{transform:perspective(1600px)rotateY(1deg)rotateX(-.5deg)}}.hero-stack.is-live .pp-win{transform:perspective(1600px) rotateY(calc(var(--ry,0) * 1deg)) rotateX(calc(var(--rx,0) * 1deg));transition:transform .12s;animation:none}.hero-stack.is-live .hero-brain-accent{transform:scale(.5) rotate(4deg) translate3d(calc(var(--ry,0) * -2.4px),calc(var(--rx,0) * -2.4px),0);transition:transform .12s}.pp-bar{background:#ffffff08;border-bottom:1px solid #ffffff14;align-items:center;gap:7px;padding:10px 13px;display:flex}.pp-dot{border-radius:50%;width:9px;height:9px}.pp-dot:first-child{background:#ff5f57}.pp-dot:nth-child(2){background:#febc2e}.pp-dot:nth-child(3){background:#28c840}.pp-bar-title{font-family:var(--font-mono);letter-spacing:.02em;color:#9aa3ae;margin-left:8px;font-size:.7rem}.pp-body{grid-template-columns:46px 1fr;min-height:228px;display:grid}.pp-rail{background:#00000024;border-right:1px solid #ffffff12;flex-direction:column;align-items:center;gap:13px;padding:14px 0;display:flex}.pp-rail-logo{color:#0a0a0a;background:linear-gradient(140deg,#fff,#71717a 55%,#a1a1aa);border-radius:9px;place-items:center;width:28px;height:28px;display:grid}.pp-rail-i{background:#ffffff24;border-radius:3px;width:18px;height:6px}.pp-rail-i.on{background:#fff;width:22px}.pp-main{flex-direction:column;gap:13px;padding:15px 16px 14px;display:flex}.pp-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.pp-doc-title{color:#f3f5f7;font-size:.95rem;font-weight:700}.pp-doc-sub{color:#9aa3ae;margin-top:2px;font-size:.74rem}.pp-aipill{color:#fff;white-space:nowrap;background:#ffffff24;border:1px solid #ffffff4d;border-radius:99px;align-items:center;gap:6px;padding:4px 9px;font-size:.66rem;font-weight:600;display:inline-flex}.pp-aidot{background:#fff;border-radius:50%;width:6px;height:6px;animation:1.3s ease-in-out infinite pp-pulse}@keyframes pp-pulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}.pp-lines{flex-direction:column;gap:9px;margin-top:2px;display:flex}.pp-line,.pp-h{border-radius:5px;width:0;height:9px;animation:7s ease-in-out infinite pp-write}.pp-line{background:linear-gradient(90deg,#ffffff38,#ffffff17)}.pp-h{background:linear-gradient(90deg,#fff,#71717a);height:10px}.pp-h.h1{--w:38%;animation-delay:.2s}.pp-line.l1{--w:95%;animation-delay:.5s}.pp-line.l2{--w:100%;animation-delay:.8s}.pp-h.h2{--w:44%;margin-top:5px;animation-delay:1.2s}.pp-line.l3{--w:90%;animation-delay:1.5s}.pp-line.l4{--w:62%;animation-delay:1.8s;position:relative}@keyframes pp-write{0%{opacity:.25;width:0}10%{width:var(--w);opacity:1}82%{width:var(--w);opacity:1}93%{opacity:0;width:0}to{opacity:0;width:0}}.pp-line.l4:after{content:"";background:#fff;width:2px;height:13px;animation:1s steps(2,end) infinite pp-caret;position:absolute;top:-2px;right:-7px}@keyframes pp-caret{0%,to{opacity:1}50%{opacity:0}}.pp-chip{color:#fff;background:#ffffff1f;border:1px solid #ffffff47;border-radius:10px;align-self:flex-start;align-items:center;gap:6px;margin-top:auto;padding:6px 10px;font-size:.7rem;font-weight:600;display:inline-flex}.pp-bar{position:relative}.pp-segs{gap:4px;display:flex;position:absolute;bottom:0;left:13px;right:13px}.pp-seg{background:#ffffff24;border-radius:2px;flex:1;height:2px;transition:background .4s}.pp-seg.on{background:#fff}.pp-stage{min-width:0;padding:15px 16px 14px;display:flex;position:relative}.pp-scene{flex-direction:column;flex:1;gap:12px;min-width:0;animation:.5s cubic-bezier(.2,.8,.2,1) pp-scene-in;display:flex}@keyframes pp-scene-in{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:none}}.pp-aipill.ok{color:#9bb85c;background:#9bb85c24;border-color:#9bb85c52}.pp-kpis{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:2px;display:grid}.pp-kpi{background:#ffffff0b;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:3px;padding:9px;display:flex}.pp-kpi-n{font-family:var(--font-mono);color:#f3f5f7;font-size:1.3rem;font-weight:600;line-height:1}.pp-kpi-l{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:#9aa3ae;font-size:.58rem}.pp-chart{align-items:flex-end;gap:7px;height:64px;margin-top:auto;display:flex}.pp-chart i{height:var(--h);transform-origin:bottom;background:linear-gradient(#fff,#ffffff38);border-radius:4px 4px 0 0;flex:1;animation:.6s both pp-grow}.pp-chart i:nth-child(2){animation-delay:70ms}.pp-chart i:nth-child(3){animation-delay:.14s}.pp-chart i:nth-child(4){animation-delay:.21s}.pp-chart i:nth-child(5){animation-delay:.28s}@keyframes pp-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.pp-familia{justify-content:center;gap:20px}.pp-note{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:13px;align-items:flex-start;gap:10px;padding:13px 14px;display:flex;box-shadow:0 6px 18px -10px #0009}.pp-note-ico{color:#0a0a0a;background:linear-gradient(140deg,#fff,#71717a 55%,#a1a1aa);border-radius:9px;flex:none;place-items:center;width:30px;height:30px;display:grid}.pp-note-tx{flex-direction:column;gap:3px;min-width:0;display:flex}.pp-note-tx b{color:#f3f5f7;font-size:.84rem}.pp-note-tx span{color:#9aa3ae;font-size:.74rem;line-height:1.35}.pp-reply{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.pp-bubble{color:#0a0a0a;background:#fff;border-radius:13px 13px 4px;align-items:center;gap:5px;max-width:82%;padding:8px 12px;font-size:.78rem;font-weight:600;display:inline-flex;box-shadow:0 6px 16px -8px #fff9}.pp-bubble-meta{color:#7f8a96;align-items:center;gap:3px;padding-right:3px;font-size:.66rem;display:inline-flex}.pp-bubble-meta svg{color:#fff}.pp-listo{text-align:center;justify-content:center;align-items:center;gap:8px}.pp-listo-check{color:#0a0a0a;background:linear-gradient(140deg,#fff,#71717a);border-radius:50%;place-items:center;width:54px;height:54px;animation:.5s cubic-bezier(.2,1.4,.4,1) both pp-pop;display:grid;box-shadow:0 10px 30px #ffffff59}@keyframes pp-pop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.pp-listo-title{font-family:var(--font-display,"Fraunces",serif);color:#f8fafc;font-size:1.5rem;font-weight:600;line-height:1.05}.pp-listo-sub{color:#9aa3ae;font-size:.82rem}@media (prefers-reduced-motion:reduce){.pp-scene,.pp-chart i,.pp-listo-check{animation:none}.pp-chart i{transform:none}}.copilot{background:var(--surface);border:1px solid var(--line);border-radius:16px;flex-direction:column;height:calc(100vh - 240px);min-height:420px;display:flex;overflow:hidden}.copilot-msgs{flex-direction:column;flex:1;gap:12px;padding:18px;display:flex;overflow-y:auto}.copilot-empty{margin:auto 0}.copilot-msg{display:flex}.copilot-msg.user{justify-content:flex-end}.copilot-msg.assistant{justify-content:flex-start}.copilot-bubble{border-radius:14px;max-width:78%;padding:11px 14px;font-size:.92rem;line-height:1.5}.copilot-msg.user .copilot-bubble{background:var(--brand);color:var(--brand-ink);border-bottom-right-radius:4px;font-weight:500}.copilot-msg.assistant .copilot-bubble{background:var(--surface-2);border:1px solid var(--line);border-bottom-left-radius:4px}.copilot-bubble p:first-child{margin-top:0}.copilot-bubble p:last-child{margin-bottom:0}.copilot-input{border-top:1px solid var(--line);background:var(--surface);gap:8px;padding:12px;display:flex}.copilot-input input{background:var(--surface-2);border:1px solid var(--line);color:var(--text);font:inherit;border-radius:999px;flex:1;padding:11px 16px}.copilot-input input:focus{border-color:color-mix(in srgb,var(--brand) 50%,transparent);outline:none}.copilot-nav{flex-wrap:wrap;gap:8px;margin:-8px 0 14px;display:flex}.copilot-actions{border-top:1px solid var(--line);background:color-mix(in srgb,var(--brand) 7%,var(--surface));flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;display:flex}@media (prefers-reduced-motion:reduce){.pp-win{animation:none;transform:none}.pp-line,.pp-h{width:var(--w);opacity:1;animation:none}.pp-aidot,.pp-line.l4:after{animation:none}}.lp-root .lp-section{max-width:1120px;padding:clamp(82px,10vw,132px) 24px}.lp-root .lp-section h2{max-width:780px;margin:0 auto 16px;font-size:clamp(2.05rem,4.3vw,3.15rem);line-height:1.08}.lp-root .lp-section .sub{max-width:700px;margin:0 auto 46px;font-size:clamp(1.02rem,1.8vw,1.22rem);line-height:1.52}.lp-root .lp-section+.lp-section{padding-top:64px}.lp-root .ia-grid{grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);align-items:start;gap:48px}.ia-text{padding-top:8px}.ia-text h2,.ia-text .sub{text-align:left!important;margin-left:0!important}.ia-list{gap:14px;max-width:580px}.ia-list li{font-size:1rem;line-height:1.52}.ia-note{margin:4px 0 24px}.ai-show{border-radius:24px;padding:18px}.ai-chips{gap:8px;margin:14px 0 16px}.ai-chip{padding:7px 12px}.ai-thread{gap:10px;min-height:232px}.ai-result{padding:14px}.bento{grid-auto-rows:186px;gap:16px;max-width:1080px;margin:30px auto 0}.bento .tile{text-align:left;border-radius:22px;padding:18px}.tile-top{gap:10px;margin-bottom:8px}.tile h4{font-size:1.02rem}.tile-d{max-width:32ch;font-size:.86rem;line-height:1.48}.tile-viz.doc{border-radius:12px;padding:14px}.tile-viz.week .wd{height:36px}.brainmap{gap:40px;max-width:1020px}.brainmap-img{width:clamp(210px,26vw,320px)}.brainmap-col{gap:22px}.brainmap-col li{max-width:270px}.cmp{gap:18px;max-width:960px}.lp-root .cmp .col{border-radius:20px;padding:24px 22px}.cmp h4{margin:0 0 16px;font-size:1.1rem}.cmp li{font-size:.95rem;line-height:1.5}.lp-root .roles{grid-template-columns:1.2fr .8fr;gap:22px;max-width:1040px}.role{border-radius:22px;padding:30px 28px}.role h3{margin:0 0 16px;font-size:1.36rem}.role-list{gap:14px}.step-card{text-align:left;flex-direction:column;justify-content:flex-start;min-height:214px;padding:24px 22px;display:flex}.step-num{margin-bottom:18px;display:inline-block}.step-card h4{color:#f5f5f7;margin:0 0 10px;font-size:1.12rem}.step-card p{margin:0;line-height:1.55}.bill-toggle{margin:0 auto 34px;padding:6px}.bill-opt{padding:10px 20px}.lp-root .price{border-radius:22px;padding:24px 20px 22px}.lp-root .price .amt{margin:8px 0 6px}.price ul{gap:10px;margin:16px 0 20px}.price-base{margin-top:8px;margin-bottom:2px}.lp-root #faq .grid{gap:16px;max-width:1000px;margin:0 auto}.lp-root #faq .card{border-radius:18px;padding:18px 18px 16px}.lp-root #faq summary{padding-right:14px;font-size:.98rem;line-height:1.35}.lp-root .lp-band{max-width:1120px;margin-top:8px;padding:0 24px}.lp-root .lp-band .inner{border-radius:30px;padding:clamp(50px,7vw,78px) 32px}.lp-root .lp-band h2{max-width:760px}.lp-footer{max-width:1120px;margin:54px auto 0;padding:56px 24px 30px}.foot-grid{gap:34px}.foot-desc{max-width:320px}@media (width<=980px){.ap-hero{grid-template-columns:1fr;gap:18px;padding-bottom:68px}.ap-hero-text{text-align:center;max-width:760px;margin:0 auto}.ap-sub{margin-left:auto;margin-right:auto}.ap-cta,.ap-hero-art{justify-content:center}.lp-root .ia-grid{grid-template-columns:1fr;gap:28px}.ia-text h2,.ia-text .sub{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.ia-list,.ia-note{text-align:left}.brainmap{gap:26px}}@media (width<=760px){.lp-root .lp-section{padding:72px 18px}.lp-root .lp-section+.lp-section{padding-top:18px}.ap-hero{padding:62px 18px 56px}.ap-title{font-size:clamp(2.8rem,11.5vw,4.2rem)}.ap-sub{font-size:1.03rem;line-height:1.56}.ap-cta{flex-direction:column;align-items:stretch}.ap-cta>*{justify-content:center;width:100%}.bento{grid-auto-rows:auto}.bento .tile{min-height:168px}.lp-root .roles,.cmp,.foot-grid{grid-template-columns:1fr}.role,.lp-root .cmp .col,.step-card,.lp-root .price{padding:22px 18px}.lp-root .lp-band{padding:0 18px}.lp-footer{padding:46px 18px 26px}.lp-root.lp-light #ia,.lp-root.lp-light #confianza,.lp-root.lp-light #planes{border-radius:24px;margin:26px 14px}.lp-root.lp-light .price.hot,.lp-root.lp-light .price.hot:hover{transform:none}.lp-root.lp-light .ap-hero-art:after{inset:10% 4% 6%}}.shiny-link{text-decoration:none;display:inline-block}.shiny-btn{background:radial-gradient(80px at 80% -10%,#fff,#0e7490);border-radius:16px;padding:2px;transition:all .3s;display:inline-block;position:relative}.shiny-glow{z-index:-1;border-radius:120px;width:65%;height:60%;transition:all .3s ease-out;position:absolute;top:0;right:0;box-shadow:0 0 22px #34d39966}.shiny-link:hover .shiny-glow{box-shadow:0 0 46px #34d39999}.shiny-blob{z-index:0;background:radial-gradient(60px at 0 100%,#34d399,#34d3994d,#0000);border-radius:17px;width:50px;height:50%;transition:all .3s ease-out;position:absolute;bottom:0;left:0;box-shadow:-2px 9px 40px #34d3994d}.shiny-link:hover .shiny-blob{width:90px;box-shadow:-4px 1px 45px #34d3998c}.shiny-inner{color:#071a3d;z-index:1;background:#f8fafc;border-radius:14px;padding:14px 30px;font-size:1.02rem;font-weight:700;transition:transform .3s,box-shadow .3s;display:block;position:relative}.shiny-link:hover .shiny-inner{transform:translateY(-2px)scale(1.02)}.shiny-inner-glow{z-index:-1;background:radial-gradient(60px at 0 100%,#0e74901f,#0000);border-radius:14px;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.shiny-link:hover .shiny-inner{transform:none}}.metric{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:18px;transition:border-color .2s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.metric:hover{border-color:color-mix(in srgb,var(--brand) 35%,transparent);transform:translateY(-2px);box-shadow:0 12px 30px #0000002e}.metric-top{align-items:center;gap:9px;margin-bottom:12px;display:flex}.metric-ico{border-radius:10px;flex:none;place-items:center;width:34px;height:34px;font-size:1.05rem;display:grid}.m-f,.m-v,.m-m{background:#ffffff0f}.metric-label{font-family:var(--font-mono);color:var(--muted);letter-spacing:.09em;text-transform:uppercase;font-size:.7rem;font-weight:500}.metric-num{font-family:var(--font-mono);color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.01em;margin-bottom:12px;font-size:2.3rem;font-weight:600;line-height:1}.metric-link{color:var(--brand);font-size:.84rem;font-weight:600;text-decoration:none}.metric-link:hover{text-decoration:underline}.fchat{border:1px solid var(--line);background:var(--surface);border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.fchat-body{flex-direction:column;gap:8px;min-height:120px;max-height:280px;padding:12px;display:flex;overflow-y:auto}.fchat-msg{flex-direction:column;max-width:82%;display:flex}.fchat-msg.me{align-self:flex-end;align-items:flex-end}.fchat-msg.them{align-self:flex-start;align-items:flex-start}.fchat-bub{white-space:pre-wrap;word-break:break-word;border-radius:14px;padding:8px 12px;font-size:.88rem;line-height:1.4}.fchat-msg.me .fchat-bub{background:var(--brand);color:#fff;border-bottom-right-radius:4px}.fchat-msg.them .fchat-bub{background:var(--surface-2);color:var(--text);border-bottom-left-radius:4px}.fchat-time{color:var(--muted);margin-top:3px;font-size:.68rem}.fchat-input{border-top:1px solid var(--line);gap:8px;padding:10px;display:flex}.fchat-input input{border:1px solid var(--line);background:var(--surface-2);min-width:0;color:var(--text);font:inherit;border-radius:999px;outline:none;flex:1;padding:9px 14px;font-size:.88rem}.fchat-input input:focus{border-color:color-mix(in srgb,var(--brand) 50%,transparent);box-shadow:none}.fchat-input button{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:50%;flex:none;width:38px;height:38px;font-size:.82rem}.fchat-input button:disabled{opacity:.5;cursor:default}.team-wrap{grid-template-columns:320px 1fr;align-items:start;gap:16px;display:grid}@media (width<=820px){.team-wrap{grid-template-columns:1fr}}.team-list{padding:14px}.team-count{color:var(--text);border-bottom:1px solid var(--line);align-items:center;gap:8px;padding-bottom:12px;font-size:.86rem;font-weight:700;display:flex}.team-filters{flex-wrap:wrap;gap:6px;margin:12px 0;display:flex}.team-filter{color:var(--muted);background:var(--surface-2);border:1px solid var(--line);cursor:pointer;border-radius:999px;padding:5px 10px;font-size:.74rem;transition:all .15s}.team-filter:hover{color:var(--text)}.team-filter.on{background:var(--brand);color:#fff;border-color:#0000;font-weight:700}.team-members{flex-direction:column;gap:2px;max-height:60vh;display:flex;overflow-y:auto}.team-item{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;width:100%;padding:9px;transition:background .15s;display:flex}.team-item:hover{background:var(--surface-2)}.team-item.sel{background:color-mix(in srgb,var(--brand) 12%,transparent)}.team-av-wrap{flex:none;position:relative}.team-av{color:#fff;background:linear-gradient(140deg,#fff,#5b4bf5);border-radius:50%;place-items:center;width:40px;height:40px;font-size:.86rem;font-weight:800;display:grid}.tdot{border-radius:50%;flex:none;width:9px;height:9px;display:inline-block}.team-av-wrap .tdot{border:2px solid var(--surface);position:absolute;bottom:-1px;right:-1px}.tdot.online{background:#22c55e;animation:1.8s infinite tdot-pulse}.tdot.away{background:#f59e0b}.tdot.offline{background:#6b7280}@keyframes tdot-pulse{0%{box-shadow:0 0 #22c55e8c}70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 #22c55e00}}.team-info{flex:1;min-width:0}.team-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:700;overflow:hidden}.team-role{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;overflow:hidden}.team-state{text-align:right;flex:none}.team-last{color:var(--muted);font-size:.7rem}.team-stxt{font-size:.72rem;font-weight:700}.team-stxt.online{color:#22c55e}.team-stxt.away{color:#f59e0b}.team-typing{color:var(--brand);font-style:italic}.team-convo{flex-direction:column;min-height:420px;padding:0;display:flex;overflow:hidden}.team-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:40px;display:flex}.team-convo-head{border-bottom:1px solid var(--line);align-items:center;gap:11px;padding:14px 16px;display:flex}.team-thread{flex-direction:column;flex:1;gap:8px;min-height:240px;max-height:50vh;padding:14px;display:flex;overflow-y:auto}.team-toasts{z-index:60;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:90px;right:20px}.team-toast{background:var(--surface);border:1px solid var(--line);color:var(--text);box-shadow:var(--shadow);border-radius:12px;padding:10px 14px;font-size:.84rem;animation:.3s ai-rise}@media (prefers-reduced-motion:reduce){.tdot.online,.team-toast{animation:none}}@media (width<=820px){.team-toasts{bottom:80px;left:10px;right:10px}}:root{--font-display:"Fraunces",Georgia,"Times New Roman",serif;--font-sans:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace}.ap-title,.lp-root .lp-section h2,.lp-root .lp-band h2,.page h1,.auth-card h1,.signin-title,.ir-title{font-family:var(--font-display);font-optical-sizing:auto;letter-spacing:-.018em;text-wrap:balance;font-weight:600}.eyebrow,.bz-eyebrow,.ap-sub-eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;font-size:.74rem;font-weight:500}.lp-root .lp-section>.eyebrow{color:#a1a1aa;margin:0 0 14px;display:block}.stat,.amt,.bz-launch .big{font-family:var(--font-display);font-feature-settings:"tnum" 1}.lp-root .card:after{content:"";border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(240px circle at var(--cx,50%) var(--cy,50%),color-mix(in srgb,var(--brand) 13%,transparent),transparent 55%);transition:opacity .35s;position:absolute;inset:0}.lp-root .card:hover:after{opacity:1}.lp-root details.card summary{padding-right:30px;position:relative}.lp-root details.card summary:after{content:"";border-right:2px solid var(--brand);border-bottom:2px solid var(--brand);width:8px;height:8px;transition:transform .3s cubic-bezier(.2,.8,.2,1);position:absolute;top:50%;right:6px;transform:translateY(-70%)rotate(45deg)}.lp-root details.card[open] summary:after{transform:translateY(-30%)rotate(-135deg)}.lp-root details.card[open] p{animation:.3s faq-in}@keyframes faq-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.lp-root .card:after{display:none}.lp-root details.card[open] p{animation:none}.lp-root details.card summary:after{transition:none}}@media (prefers-reduced-motion:no-preference){.lp-root.anim-ready .lp-reveal{transition:opacity .6s,transform .6s cubic-bezier(.2,.8,.2,1);transform:translateY(16px)}.lp-root.anim-ready .lp-reveal.in{opacity:1;transform:none}}.lp-root #como .card>div:first-child{transition:transform .28s cubic-bezier(.2,.8,.2,1)}.lp-root #como .card:hover>div:first-child{transform:scale(1.12)translateY(-2px)}.lp-root .cmp .col{transition:transform .25s,box-shadow .25s}.lp-root .cmp .col:hover{transform:translateY(-3px)}.lp-burger{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:44px;min-height:44px;padding:9px;display:none}.lp-burger span{background:#f5f5f7;border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}@media (width<=860px){.lp-burger{display:flex}.lp-nav-cta .lp-signin{display:none}}.lp-mobile{z-index:200;-webkit-backdrop-filter:blur(6px);opacity:0;visibility:hidden;background:#05070db8;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.lp-mobile.open{opacity:1;visibility:visible}.lp-mobile-panel{background:#0a0c12;border-left:1px solid #ffffff1a;flex-direction:column;gap:4px;width:min(84vw,340px);padding:74px 26px 28px;transition:transform .34s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-24px 0 70px #0000008c}.lp-mobile.open .lp-mobile-panel{transform:none}.lp-mobile-close{color:#cfd0db;cursor:pointer;background:0 0;border:0;padding:4px 8px;font-size:1.5rem;line-height:1;position:absolute;top:18px;right:18px}.lp-mobile-links{flex-direction:column;display:flex}.lp-mobile-links a{color:#f5f5f7;border-bottom:1px solid #ffffff12;padding:15px 4px;font-size:1.18rem;font-weight:600;text-decoration:none;transition:color .15s}.lp-mobile-links a:active{color:var(--brand)}.lp-mobile-cta{flex-direction:column;gap:10px;margin-top:26px;display:flex}.lp-mobile-cta .lp-cta,.lp-mobile-cta .lp-signin{text-align:center;justify-content:center;width:100%;padding:14px;font-size:1rem}@media (prefers-reduced-motion:reduce){.lp-mobile,.lp-mobile-panel{transition:opacity .15s}}:where(a,button,input,select,textarea,[tabindex],[role=button],[role=switch],[role=tab]):focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:7px}.lp-root :where(a,button,[tabindex]):focus-visible{outline-color:#a1a1aa}.amt-anim{animation:.4s cubic-bezier(.2,.8,.2,1) amt-pop;display:inline-block}@keyframes amt-pop{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.amt-anim{animation:none}}.slots{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.slot{border:1px solid var(--line);background:var(--surface);color:var(--text);font:inherit;cursor:pointer;border-radius:9px;padding:8px 4px;font-size:.82rem;transition:border-color .12s,color .12s,background .12s}.slot:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.slot.on{background:var(--brand);color:#fff;border-color:#0000;font-weight:700}.slot.booked,.slot:disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}@media (width<=560px){.slots{grid-template-columns:repeat(3,1fr)}}.pwf-meter{margin-top:9px}.pwf-bars{gap:5px;display:flex}.pwf-bar{background:var(--line);border-radius:99px;flex:1;height:5px;transition:background .25s}.pwf-bar.on.s1{background:var(--err)}.pwf-bar.on.s2,.pwf-bar.on.s3{background:#f59e0b}.pwf-bar.on.s4,.pwf-bar.on.s5{background:var(--ok)}.pwf-label{color:var(--muted);margin:7px 0 6px;font-size:.78rem;font-weight:600}.pwf-reqs{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.pwf-reqs li{color:var(--muted);align-items:center;gap:8px;font-size:.76rem;display:flex}.pwf-reqs li.met{color:var(--ok)}.pwf-ico{text-align:center;width:14px;font-weight:700}.signin-altlink{text-align:center;color:#86868b;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;margin-top:12px;padding:4px;font-size:.86rem;display:block}.signin-info{color:#a1a1aa;text-align:center;margin:0 0 12px;font-size:.84rem}.pin-input{justify-content:center;gap:8px;margin:6px 0 4px;display:flex}.pin-box{text-align:center;color:#fff;background:#ffffff0d;border:1px solid #ffffff24;border-radius:12px;outline:none;width:46px;height:54px;font-size:1.3rem;font-weight:700;transition:border-color .15s,box-shadow .15s}.pin-box:focus{border-color:#fff9;box-shadow:0 0 0 3px #ffffff24}.pin-box:disabled{opacity:.5}.perfil-page{position:relative}.perfil-content{z-index:1;position:relative}.grid-bg{z-index:0;pointer-events:none;background-image:linear-gradient(to right, color-mix(in srgb,var(--text) 6%,transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in srgb,var(--text) 6%,transparent) 1px, transparent 1px), radial-gradient(circle at 50% 22%, color-mix(in srgb,var(--brand) 10%,transparent), transparent 55%);background-size:42px 42px,42px 42px,100% 100%;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 18%,#000,#0000 85%);mask-image:radial-gradient(circle at 50% 18%,#000,#0000 85%)}.perfil-avatar{color:#e8760f;background:linear-gradient(150deg,#fdeee1,#fbdfc6);border-radius:16px;flex:none;place-items:center;width:54px;height:54px;font-size:1.4rem;font-weight:900;display:grid}.perfil-avatar-edit{position:relative;overflow:hidden}.perfil-avatar-edit img{object-fit:cover;width:100%;height:100%}.perfil-avatar-cam{color:#fff;background:#0000008c;border-top-left-radius:8px;place-items:center;width:20px;height:20px;font-size:.62rem;display:grid;position:absolute;bottom:0;right:0}.avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.brain-globe{cursor:grab;touch-action:none;display:block}.brain-globe:active{cursor:grabbing}.neural-brain{aspect-ratio:1;-webkit-user-select:none;user-select:none;touch-action:none;width:100%;max-width:100%;display:block}.nb-interactive{cursor:crosshair}.brain3d{cursor:grab;width:100%;max-width:460px;height:460px;margin:0 auto}.brain3d:active{cursor:grabbing}.brain3d canvas{border-radius:16px;display:block}@media (width<=560px){.brain3d{height:340px}}.stars-bg{background:radial-gradient(at bottom,#262626 0%,#000 100%);width:100%;height:100%;position:relative;overflow:hidden}.stars-parallax{transform:translate(var(--sx,0),var(--sy,0));will-change:transform;transition:transform .2s ease-out;position:absolute;inset:0}.star-layer{width:100%;height:2000px;animation:linear infinite stars-drift;position:absolute;top:0;left:0}.star-layer>span{background:0 0;border-radius:50%;display:block;position:absolute;top:0;left:0}.star-layer .star-layer-2{top:2000px}@keyframes stars-drift{0%{transform:translateY(0)}to{transform:translateY(-2000px)}}@media (prefers-reduced-motion:reduce){.star-layer{animation:none}.stars-parallax{transition:none}}.lp-root .stars-bg.lp-bg-fixed{z-index:-1;background:radial-gradient(at bottom,#171210 0%,#0a0809 100%);height:100%;position:fixed;inset:0}.spotlight{z-index:1;pointer-events:none;opacity:0;width:138%;height:169%;animation:2s .75s forwards spotlight;position:absolute;top:0;left:0}@media (width>=1024px){.spotlight{width:84%}}@keyframes spotlight{0%{opacity:0;transform:translate(-72%,-62%)scale(.5)}to{opacity:1;transform:translate(-50%,-40%)scale(1)}}@media (prefers-reduced-motion:reduce){.spotlight{opacity:1;animation:none;transform:translate(-50%,-40%)}}.orb-grid-bg{z-index:-1;background-color:#fbfaf8;background-image:linear-gradient(90deg,#4755691a 1px,#0000 1px),linear-gradient(#4755691a 1px,#0000 1px),radial-gradient(circle at 50% 58%,#ffffff1f 0%,#ffffff0f 42%,#0000 72%);background-position:0 0;background-repeat:repeat;background-size:42px 42px,42px 42px,100% 100%;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;position:fixed;inset:0}.lp-root.lp-light{color:#0e2a33;--brand:#087f78;--brand-2:#4f86c6;--brand-ink:#fff;--accent-ai:#8b7fd6;--accent-human:#ef9e86;--primary-dark:#055f5a;--primary-soft:#ddf5f1;--clinical-blue:#def;--ai-lilac:#eee7ff;--warm-coral:#ffe2d2;--bg:#f1f5f2;--bg-warm:#faf8f2;--surface:#fff;--surface-2:#eff6f3;--surface-soft:#eff6f3;--text:#0e2a33;--muted:#4e5d66;--line:#dcebea;--ok:#0e9f6e;--tech-card:#fff;--tech-border:#0e2a3314;--tech-text:#0e2a33;--tech-text-2:#4e5d66;--tech-bg-1:#eaf7f4;--tech-bg-2:#eef6ff;--tech-glow-a:#8b7fd6;--tech-glow-b:#4f86c6;--tech-glow-cursor:#087f78;--glass-bg:#ffffffb8;--cta-bg:#087f78;--cta-text:#fff;--shadow:0 1px 2px #0e2a330d,0 8px 24px #0e2a3314;--bg-grad:radial-gradient(1200px 720px at 50% -10%,#eaf7f4,transparent 60%), radial-gradient(900px 640px at 96% 4%,#eef6ff,transparent 55%), #f1f5f2;background:var(--bg-grad)}.lp-root.lp-light .ap-title,.lp-root.lp-light .lp-section h2,.lp-root.lp-light .lp-band h2{-webkit-text-fill-color:#0e2a33;color:#0e2a33;background:0 0;animation:none}.lp-root.lp-light .ap-title .ap-hl{color:#087f78;background:0 0;-webkit-text-fill-color:#087f78!important}.lp-root.lp-light .ap-sub,.lp-root.lp-light .lp-section .sub,.lp-root.lp-light .ap-note{color:#4e5d66}.lp-root.lp-light .ap-link{color:#0e2a33}.lp-root.lp-light .eyebrow,.lp-root.lp-light .lp-section>.eyebrow,.lp-root.lp-light .ia-eyebrow,.lp-root.lp-light .how-eyebrow,.lp-root.lp-light .sh-eyebrow,.lp-root.lp-light .bz-eyebrow,.lp-root.lp-light .ap-aibadge,.lp-root.lp-light .role .role-kicker{color:#087f78}.lp-root.lp-light .ia-typing{color:#0e2a33}.lp-root.lp-light .lp-nav.scrolled{background:#fbfaf8cc;border-bottom:1px solid #17303f14}.lp-root.lp-light .lp-nav-links a{color:#4e5d66}.lp-root.lp-light .lp-nav-links a:hover,.lp-root.lp-light .lp-nav-links a.on,.lp-root.lp-light .lp-signin{color:#0e2a33}.lp-root.lp-light .lp-signin:hover{background:#0000000d}.lp-root.lp-light .lp-cta{background:var(--brand);color:#fff;box-shadow:0 2px 12px #ffffff47}.lp-root.lp-light .card{box-shadow:0 1px 2px #17303f0a,0 10px 34px #17303f12}.lp-root.lp-light .lp-feat h4{color:#0e2a33}.lp-root.lp-light .lp-feat p,.lp-root.lp-light .card>p,.lp-root.lp-light .price li{color:#4e5d66}.lp-root.lp-light .price .amt{color:#0e2a33}.lp-root.lp-light .ap-scroll{color:#4e5d66;border-color:#17303f29}.lp-root.lp-light .lp-band h2{background:0 0;-webkit-text-fill-color:var(--apple-text)!important;color:var(--apple-text)!important}.lp-root.lp-light .lp-band .muted,.lp-root.lp-light .lp-band .inner p{color:var(--apple-muted)!important}.lp-root.lp-light .lp-band .btn:not(.ghost){background:var(--primary-bright);color:#05231f;border:0}.lp-root.lp-light .foot-desc,.lp-root.lp-light .foot-bottom{color:#4e5d66}.lp-root.lp-light .foot-col h4{color:#0e2a33}.lp-root.lp-light .foot-status{color:#3f9142}.lp-root.lp-light .foot-dot{background:#3f9142;box-shadow:0 0 8px #3f9142}.step-card{text-align:left}.step-num{font-family:var(--font-mono);color:var(--brand);letter-spacing:.04em;border-bottom:1px solid var(--tech-border);margin:0 0 14px;padding-bottom:13px;font-size:1.6rem;font-weight:600;line-height:1;display:block}.step-card h4{margin:0 0 6px}.step-card .muted{margin:0}.lp-root.lp-light .bento-eyebrow{color:var(--brand)}.lp-root.lp-light .tile h4{color:#0e2a33}.lp-root.lp-light .tile-d{color:#4e5d66}.lp-root.lp-light .tile-viz.doc{background:#faf8f5;border-color:#17303f1a}.lp-root.lp-light .doc-line{background:#17303f21}.lp-root.lp-light .doc-sign{background:#17303f2e}.lp-root.lp-light .tile-viz.chat .bot{color:#4e5d66;background:#17303f0d}.lp-root.lp-light .tile-viz.chips span{color:#4e5d66;background:#17303f0a;border-color:#17303f1f}.lp-root.lp-light .tile-viz.week .wd{color:#4e5d66;background:#17303f0a;border-color:#17303f1a}.lp-root.lp-light .tile-viz.games .game-cell{background:#17303f0a;border-color:#17303f1a}.lp-root.lp-light .tile-viz.spark polyline{stroke:var(--brand)}.lp-root.lp-light .tile-viz.bars i:nth-child(2n){background:linear-gradient(180deg,var(--accent-human),#ffffff2e)}.lp-root.lp-light .ap-sub,.lp-root.lp-light .ap-note,.lp-root.lp-light .ap-stat-l{color:#4e5d66}.lp-root.lp-light .ap-stat b{color:#0e2a33}.lp-root.lp-light .ap-stat b span{color:#087f78}.lp-root.lp-light .ap-trust span{color:#4e5d66;background:#ffffffb3}.lp-root.lp-light .ap-link{border-color:var(--line);color:#0e2a33;background:#ffffffb3}.lp-root.lp-light .shiny-inner{color:#fff;background:#087f78}.lp-root.lp-light .card,.lp-root.lp-light .price,.lp-root.lp-light .bento .tile,.lp-root.lp-light .how-card,.lp-root.lp-light .testi,.lp-root.lp-light .role,.lp-root.lp-light .cmp .col{border:1px solid var(--line);background:#fff;box-shadow:0 1px 2px #17303f0a,0 14px 36px -22px #17303f38}.lp-root.lp-light .how-card h3,.lp-root.lp-light .sh-step h3,.lp-root.lp-light .how-title{color:#0e2a33}.lp-root.lp-light .trust-card b,.lp-root.lp-light .trust-early b{color:#0e2a33}.lp-root.lp-light .trust-card p,.lp-root.lp-light .trust-early p{color:#4e5d66}.lp-root.lp-light .pp-win{border-color:var(--line);background:linear-gradient(165deg,#fff,#f5f8fc);box-shadow:0 30px 70px -34px #17303f59,0 0 50px -24px #0f766e29}.lp-root.lp-light .pp-bar{border-bottom-color:var(--line);background:#f2f5f9}.lp-root.lp-light .pp-bar-title,.lp-root.lp-light .pp-doc-title,.lp-root.lp-light .pp-kpi-n,.lp-root.lp-light .pp-note-tx b,.lp-root.lp-light .pp-listo-title{color:#0e2a33}.lp-root.lp-light .pp-doc-sub,.lp-root.lp-light .pp-kpi-l,.lp-root.lp-light .pp-note-tx span,.lp-root.lp-light .pp-listo-sub{color:#4e5d66}.lp-root.lp-light .pp-kpi,.lp-root.lp-light .pp-note{border-color:var(--line);background:#f2f5f9}.lp-root.lp-light .pp-chip{color:#087f78;background:#0f766e1a}.lp-root.lp-light .tb-grid{background-image:linear-gradient(#17303f0d 1px,#0000 1px),linear-gradient(90deg,#17303f0d 1px,#0000 1px)}.lp-root.lp-light .ap-title,.lp-root.lp-light .lp-section h2{-webkit-text-fill-color:#0e2a33;color:#0e2a33}.lp-root.lp-light .amt-note{color:#087f78}.lp-root.lp-light .lp-mobile-links a{color:#0e2a33;border-bottom-color:var(--line)}.lp-root.lp-light .btn.ghost{color:#0e2a33;border:1px solid var(--line);background:#fff}.lp-root.lp-light .btn.ghost:hover{border-color:color-mix(in srgb,var(--brand) 45%,var(--line));background:var(--surface-soft)}.lp-root.lp-light .testi-id b,.lp-root.lp-light .step-card h4,.lp-root.lp-light .shot figcaption strong{color:#0e2a33}.lp-root.lp-light .foot-status,.lp-root.lp-light .fam-ok{color:#4e5d66}.lp-root.lp-light #ia{background:var(--apple-panel);border:1px solid var(--apple-border);max-width:1180px;box-shadow:var(--shadow-premium);border-radius:34px;margin:52px auto;position:relative;overflow:hidden}.lp-root.lp-light #ia:before{content:"";pointer-events:none;background:radial-gradient(780px 460px at 82% 8%,#12b8a624,#0000 60%),radial-gradient(620px 420px at 8% 96%,#bfa7ff1c,#0000 60%);position:absolute;inset:0}.lp-root.lp-light #ia>*{z-index:1;position:relative}.lp-root.lp-light #ia h2,.lp-root.lp-light #ia .ia-typing,.lp-root.lp-light #ia .ia-list b,.lp-root.lp-light #ia .ia-chat-head,.lp-root.lp-light #ia .brainmap-col b,.lp-root.lp-light #ia .ai-result-t,.lp-root.lp-light #ia .ai-show-name{color:var(--apple-text)!important;-webkit-text-fill-color:var(--apple-text)!important}.lp-root.lp-light #ia .sub,.lp-root.lp-light #ia .ia-list li,.lp-root.lp-light #ia .ia-note{color:var(--apple-muted)!important}.lp-root.lp-light #ia .ia-eyebrow{color:var(--primary-bright)!important}.lp-root.lp-light #ia .ia-typing-word{color:var(--ai-lilac-strong)!important}.lp-root.lp-light #ia .ia-list li:before{background:var(--primary-bright)}.lp-root.lp-light #ia .ia-chat,.lp-root.lp-light #ia .card{background:var(--apple-card);border-color:var(--apple-border);box-shadow:none}.lp-root.lp-light #ia .card>p{color:var(--apple-muted)}.lp-root.lp-light #ia .btn:not(.ghost){background:var(--primary-bright);color:#05231f;border:0}.lp-root.lp-light #ia .btn.ghost{color:var(--apple-text);background:#ffffff0f;border:1px solid #ffffff61}.lp-root.lp-light #confianza{background:var(--primary-ultra-soft);border:1px solid var(--border);max-width:1180px;box-shadow:var(--shadow-soft);border-radius:32px;margin:48px auto}.lp-root.lp-light #planes{background:var(--surface-blue);border:1px solid var(--border);max-width:1180px;box-shadow:var(--shadow-soft);border-radius:32px;margin:48px auto}.lp-root.lp-light .lp-nav.scrolled{-webkit-backdrop-filter:blur(14px)saturate(160%);border-bottom:1px solid var(--border);background:#fafdfbd1}.lp-root.lp-light .lp-footer{border-top:1px solid var(--border);margin-top:8px}.lp-root.lp-light .ap-hero-art{position:relative}.lp-root.lp-light .ap-hero-art:after{content:"";z-index:0;filter:blur(34px);pointer-events:none;background:radial-gradient(58% 56% at 62% 42%,#0f766e33,#0000 72%);position:absolute;inset:8% -2% 4% 4%}.lp-root.lp-light .hero-stack{z-index:1;position:relative}.lp-root.lp-light .hero-stack:before{opacity:.42}.lp-root.lp-light .pp-win{border:1px solid #17303f1f;box-shadow:0 2px 6px #17303f0f,0 40px 90px -34px #17303f75,0 14px 40px -18px #17303f38,0 0 60px -20px #0f766e3d}.lp-root.lp-light .hero-brain-accent{filter:saturate(.86)contrast(1.02)}.lp-root.lp-light .amt-reframe,.lp-root.lp-light .price-base,.lp-root.lp-light .price .muted,.lp-root.lp-light .plan-reassure{color:#465660}.lp-root.lp-light .amt-per{color:#54636b}.lp-root.lp-light .price.hot{border:2px solid var(--primary-bright);background:linear-gradient(180deg,var(--primary-ultra-soft),#fff 62%);transform:translateY(-6px);box-shadow:0 2px 4px #17303f0d,0 30px 66px -26px #087f785c}.lp-root.lp-light .price.hot .badge.prem{background:var(--brand);color:#fff;letter-spacing:.01em;border:0;border-radius:999px;padding:6px 15px;font-weight:700;box-shadow:0 8px 18px -7px #087f788c}.lp-root.lp-light .price.hot .amt{color:#0e2a33}.lp-root.lp-light .price.hot .btn:not(.ghost){background:var(--brand);color:#fff;border:0;box-shadow:0 12px 26px -10px #087f789e}.lp-root.lp-light .price.hot .btn:not(.ghost):hover{background:var(--primary-hover)}.lp-root.lp-light #ia{box-shadow:var(--shadow-premium),inset 0 1px 0 #ffffff0f}.lp-root.lp-light .lp-band .inner{background:radial-gradient(720px 300px at 50% -10%,#12b8a638,transparent 60%), linear-gradient(180deg,#0c1519,var(--apple-black));border:1px solid #ffffff1a;box-shadow:0 44px 104px -42px #087f7866,0 24px 60px -34px #0009}.lp-root.lp-light .lp-band .btn:not(.ghost):hover{background:#0fa79e}.lp-root.lp-light .card,.lp-root.lp-light .price,.lp-root.lp-light .bento .tile,.lp-root.lp-light .how-card,.lp-root.lp-light .role,.lp-root.lp-light .cmp .col{border-color:#17303f1f}.lp-root.lp-light .card:hover,.lp-root.lp-light .bento .tile:hover,.lp-root.lp-light .how-card:hover{border-color:color-mix(in srgb,var(--brand) 30%,#17303f1f);box-shadow:0 2px 6px #17303f0d,0 22px 50px -26px #17303f47}.lp-root.lp-light .foot-desc{color:#48575f}.lp-root.lp-light .foot-disc,.lp-root.lp-light .foot-bottom{color:#54636b}.lp-root.lp-light .foot-col h4{color:#0b2028;font-weight:700}.preloader{z-index:9999;background:linear-gradient(90deg,#4f40db 0%,#2a2468 55%,#1c1842 100%);border-bottom-right-radius:0;border-bottom-left-radius:0;justify-content:center;align-items:center;transition:transform 1s cubic-bezier(.76,0,.24,1),border-radius 1s cubic-bezier(.76,0,.24,1);display:flex;position:fixed;inset:0;transform:translateY(0)}.preloader.is-exit{border-bottom-right-radius:50% 18%;border-bottom-left-radius:50% 18%;transform:translateY(-105%)}.preloader-mark{align-items:center;gap:14px;transition:transform .8s,opacity .8s;display:flex}.preloader.is-exit .preloader-mark{opacity:0;transform:scale(1.45)}.preloader .brand-mark{border-radius:16px;width:54px;height:54px;margin:0;font-size:1.6rem}.preloader-name{font-family:var(--font-display);color:#fff;letter-spacing:-.01em;font-size:1.55rem;font-weight:600}.preloader-name .bn-b{opacity:.6}.prldemo{text-align:center;background:linear-gradient(90deg,#4f40db 0%,#2a2468 55%,#1c1842 100%);flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;min-height:100dvh;padding:0 16px;display:flex}.prldemo-title{color:#fff;letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,3.4rem);font-weight:800;font-family:var(--font-display);margin:0}.prldemo-sub{color:#e2e0f0;max-width:28rem;margin:0;font-size:1.1rem}.prldemo-replay{color:#000;cursor:pointer;background:#f1f1f1;border:0;border-radius:999px;margin-top:8px;padding:9px 26px;font-size:.9rem;transition:background .15s}.prldemo-replay:hover{background:#fff}.lp-root.lp-light .cmp .col{border-color:var(--tech-border);background:#fff}.lp-root.lp-light .cmp .col.bad{background:color-mix(in srgb,var(--err) 7%,#fff)}.lp-root.lp-light .testi{border-color:var(--tech-border);background:#fff}.lp-root.lp-light .testi blockquote,.lp-root.lp-light .testi-id b{color:#0e2a33}.lp-root.lp-light .testi-id small{color:#4e5d66}.team-back{border:1px solid var(--line);background:var(--surface-2);width:34px;height:34px;color:var(--text);cursor:pointer;border-radius:9px;flex:none;font-size:1.1rem;display:none}.team-back:hover{background:var(--surface)}@media (width<=820px){.team-wrap.has-sel .team-list,.team-wrap:not(.has-sel) .team-convo{display:none}.team-back{justify-content:center;align-items:center;display:inline-flex}}.team-presence-hdr{font-family:var(--font-mono);letter-spacing:.04em;color:var(--muted);align-items:center;gap:8px;margin:-6px 0 18px;font-size:.76rem;display:inline-flex}.team-empty svg{color:color-mix(in srgb,var(--brand) 55%,var(--muted))}.team-empty-hint{font-family:var(--font-mono);color:var(--brand);margin:2px 0 0;font-size:.74rem}.ai-note{font-family:var(--font-mono);letter-spacing:.03em;color:var(--muted);align-items:center;gap:7px;margin-top:8px;font-size:.68rem;line-height:1.4;display:flex}.ai-note-dot{background:var(--brand);width:6px;height:6px;box-shadow:0 0 7px color-mix(in srgb,var(--brand) 60%,transparent);border-radius:50%;flex:none}.btn.danger{background:var(--err);color:#fff}.btn.danger:hover{filter:brightness(1.08)}.danger-zone{border-color:color-mix(in srgb,var(--err) 32%,var(--line))}.rutina-card{border-color:color-mix(in srgb,var(--brand) 28%,var(--line))}.rutina-bar{background:var(--surface-2);border-radius:99px;height:8px;overflow:hidden}.rutina-bar>span{background:var(--brand);border-radius:99px;height:100%;transition:width .35s cubic-bezier(.2,.8,.2,1);display:block}.rutina-item{border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:center;gap:11px;padding:9px;transition:opacity .2s;display:flex}.rutina-item.done{opacity:.55}.rutina-item.done .rutina-name{text-decoration:line-through}.rutina-name{text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:.9rem;font-weight:600;overflow:hidden}.rutina-check{border:1px solid var(--line);background:var(--surface-2);width:30px;height:30px;color:var(--text);cursor:pointer;border-radius:50%;flex:none;place-items:center;font-weight:700;transition:background .2s,color .2s;display:grid}.rutina-item.done .rutina-check{background:var(--brand);color:#fff;border-color:#0000}.area-picto{border:1px solid color-mix(in srgb,var(--ap-c) 42%,transparent);background:color-mix(in srgb,var(--ap-c) 16%,transparent);color:var(--ap-c);border-radius:11px;flex:none;place-items:center;padding:0;transition:transform .15s,background .2s,color .2s;display:grid}button.area-picto{cursor:pointer}button.area-picto:hover{transform:scale(1.06)}.area-picto.done{background:var(--ap-c);color:#0a0a0a;border-color:#0000}.rutina-ord{text-align:center;width:16px;font-family:var(--font-mono);color:var(--muted);flex:none;font-size:.76rem}.rep-sheet .btn.ghost{color:#1a1a1a;border-color:#dcdcdc}.rep-sheet .btn.ghost:hover{background:#f3f3f3}.page .price .amt{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(1.9rem,3vw,2.35rem);font-weight:600;line-height:1.05}.page .price.hot{transform:translateY(-4px)}.page .price.hot:hover{transform:translateY(-7px)}.price li.feat-star{color:var(--brand);background:color-mix(in srgb,var(--brand) 12%,transparent);border:1px solid color-mix(in srgb,var(--brand) 28%,transparent);border-radius:9px;padding:7px 10px;font-weight:800;display:block}.legal-consent{color:var(--muted);text-align:left;align-items:flex-start;gap:10px;margin:10px 0 4px;font-size:.78rem;line-height:1.45;display:flex}.legal-consent input{width:16px;height:16px;accent-color:var(--brand);flex:none;margin-top:2px}.legal-consent a{color:var(--brand);text-underline-offset:3px;text-decoration:underline}.legal-page{color:#f5f5f7;background:radial-gradient(circle at 20% 0,#ffffff2e,#0000 34%),#0a0a0a;min-height:100vh;padding:32px 18px 64px}.legal-shell{max-width:920px;margin:0 auto}.legal-back{color:#a1a1aa;margin-bottom:18px;font-weight:800;text-decoration:none;display:inline-flex}.legal-warning{color:#ffe6a3;background:#ffc61a14;border:1px solid #ffc61a59;border-radius:16px;margin-bottom:18px;padding:14px 16px}.legal-doc{background:#ffffff0e;border:1px solid #ffffff1c;border-radius:22px;padding:clamp(22px,4vw,42px);box-shadow:0 24px 80px #00000052}.legal-doc h1{margin:0 0 18px;font-family:Fraunces,serif;font-size:clamp(2rem,5vw,3.4rem);line-height:1.05}.legal-doc h2{color:#fff;margin:30px 0 10px;font-size:1.28rem}.legal-doc h3{color:#fff;margin:22px 0 8px;font-size:1.05rem}.legal-doc p,.legal-doc blockquote{color:#c9c9d2;line-height:1.7}.legal-doc blockquote{background:#ffffff14;border-left:3px solid #fff;border-radius:0 12px 12px 0;margin:14px 0;padding:10px 14px}.legal-bullet{padding-left:10px}.legal-index{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.legal-index a{color:#c9c9d2;border:1px solid #ffffff1f;border-radius:999px;padding:8px 12px;font-size:.84rem;text-decoration:none}.legal-index a.on,.legal-index a:hover{color:#fff;background:#ffffff1f;border-color:#fff}.lp-root.lp-light{--brand:#087f78;--brand-2:#2a9fd6;--primary-bright:#12b8a6;--accent-ai:#8b7fd6;--accent-human:#ef9e86;--muted:#465660;--line:#d4e4e2;--apple-panel:#090f12;--apple-black:#040506;--apple-card:#10191d;--apple-muted:#f6faf9bd}.lp-root.lp-light .lp-nav:not(.scrolled){-webkit-backdrop-filter:blur(10px)saturate(140%);background:linear-gradient(#fafdfbd1,#fafdfb6b);border-bottom:1px solid #d4e4e28c}.lp-root.lp-light .lp-nav:not(.scrolled) .lp-brand .brand-name{color:#0e2a33}.lp-root.lp-light .lp-nav:not(.scrolled) .lp-nav-links a{color:#40515a}.lp-root.lp-light .lp-nav:not(.scrolled) .lp-nav-links a:hover,.lp-root.lp-light .lp-nav:not(.scrolled) .lp-signin{color:#0e2a33}.lp-root.lp-light .ap-hero{position:relative}.lp-root.lp-light .ap-hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(680px 360px at 77% 35%,#12b8a621,#0000 62%),radial-gradient(520px 300px at 16% 20%,#ddeeff94,#0000 66%);position:absolute;inset:0}.lp-root.lp-light .ap-hero-text,.lp-root.lp-light .ap-hero-art{z-index:1;position:relative}.lp-root.lp-light .ap-title{text-shadow:0 1px #ffffff8c;color:#0b2630!important;-webkit-text-fill-color:#0b2630!important}.lp-root.lp-light .ap-sub{color:#344a53;max-width:600px}.lp-root.lp-light .ap-note{color:#465660}.lp-root.lp-light .ap-link{background:#ffffffdb;border-color:#c9ddda;box-shadow:0 10px 24px -18px #0e2a3359}.lp-root.lp-light .ap-link:hover{color:#087f78;background:#fff;border-color:#087f786b;box-shadow:0 16px 32px -20px #087f7861}.lp-root.lp-light .shiny-inner{color:#fff;background:linear-gradient(#0a8f86,#087f78);box-shadow:inset 0 1px #ffffff38}.lp-root.lp-light .shiny-btn{background:linear-gradient(135deg,#12b8a6,#087f78 58%,#055f5a)}.lp-root.lp-light .ap-trust span{color:#3b515a;background:#ffffffc7;border-color:#cfe2df}.lp-root.lp-light .pp-win{border-color:#087f7838;transform:perspective(1600px)rotateY(-3deg)rotateX(1deg);box-shadow:0 2px 8px #17303f12,0 44px 96px -34px #17303f85,0 0 70px -26px #12b8a657}.lp-root.lp-light .pp-aipill,.lp-root.lp-light .pp-chip{color:#087f78;background:#087f781a;border-color:#087f783d}.lp-root.lp-light .pp-h{background:linear-gradient(90deg,#087f78,#2a9fd6)}.lp-root.lp-light .pp-line{background:#0e2a3321}.lp-root.lp-light .pp-rail-logo,.lp-root.lp-light .pp-note-ico,.lp-root.lp-light .pp-listo-check{color:#05231f;background:linear-gradient(140deg,#ddf5f1,#12b8a6 58%,#087f78)}.lp-root.lp-light .lp-trust-item b{color:#0e2a33}.lp-root.lp-light .lp-trust-item span{color:#4b5f68}.lp-root.lp-light .lp-trust-ic{color:#087f78;background:#e8f7f4;border-color:#c8ece6}.lp-root.lp-light #tour,.lp-root.lp-light #plataforma,.lp-root.lp-light #demo,.lp-root.lp-light #como,.lp-root.lp-light #faq{border-radius:32px}.lp-root.lp-light #tour{background:linear-gradient(#ffffffa3,#f3faf87a);border:1px solid #d4e4e28c;max-width:1180px;margin:42px auto;box-shadow:0 18px 54px -44px #0e2a333d}.lp-root.lp-light #plataforma{background:linear-gradient(#fafdfb,#f3faf8);border:1px solid #d4e4e2b8;max-width:1180px;margin:42px auto}.lp-root.lp-light #demo{background:linear-gradient(#fffdf8,#fafdfb);border:1px solid #d4e4e29e;max-width:1180px;margin:42px auto}.lp-root.lp-light #faq{background:#ffffff9e;border:1px solid #d4e4e2a6;max-width:1180px;margin:42px auto}.lp-root.lp-light #ia{background:linear-gradient(#0b1215,#050607);border-color:#ffffff1f}.lp-root.lp-light #ia:before{background:radial-gradient(760px 420px at 84% 4%,#12b8a62e,#0000 62%),radial-gradient(560px 380px at 6% 98%,#8b7fd621,#0000 62%)}.lp-root.lp-light #ia .ia-list li,.lp-root.lp-light #ia .ia-note,.lp-root.lp-light #ia .sub{color:#f6faf9c7!important}.lp-root.lp-light #ia .ai-show,.lp-root.lp-light #ia .ia-chat{background:#ffffff0e;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff14,0 24px 70px -46px #000000e6}.lp-root.lp-light #ia .ai-chip{color:#f6faf9c7}.lp-root.lp-light #ia .ai-result{background:#12b8a617;border-color:#12b8a638}.lp-root.lp-light .card,.lp-root.lp-light .price,.lp-root.lp-light .bento .tile,.lp-root.lp-light .how-card,.lp-root.lp-light .role,.lp-root.lp-light .cmp .col,.lp-root.lp-light .testi{background:#fff;border-color:#d4e4e2;box-shadow:0 1px 2px #0e2a330a,0 16px 44px -30px #0e2a3338}.lp-root.lp-light .card>p,.lp-root.lp-light .lp-feat p,.lp-root.lp-light .tile-d,.lp-root.lp-light .how-card p,.lp-root.lp-light .role-list li,.lp-root.lp-light .cmp li{color:#465660}.lp-root.lp-light .tile-ico,.lp-root.lp-light .lp-feat .ico{filter:saturate(.95)}.lp-root.lp-light .how-ic{color:#05231f;background:linear-gradient(140deg,#ddf5f1,#12b8a6 58%,#087f78)}.lp-root.lp-light .brainmap-img{filter:saturate(.72)contrast(1.04)drop-shadow(0 18px 42px #0e2a3329)}.lp-root.lp-light .bm-dot{filter:saturate(.82)}.lp-root.lp-light .brainmap-col b{color:#0e2a33}.lp-root.lp-light .brainmap-col small{color:#465660}.lp-root.lp-light .bill-toggle{background:#fff;border-color:#d4e4e2;box-shadow:0 10px 24px -20px #0e2a334d}.lp-root.lp-light .bill-opt{color:#465660}.lp-root.lp-light .bill-opt.on{color:#fff;background:#087f78}.lp-root.lp-light .bill-save{color:#055f5a;background:#ddf5f1}.lp-root.lp-light .price.hot .badge.prem{color:#fff;background:linear-gradient(135deg,#087f78,#12b8a6)}.lp-root.lp-light .price li{color:#465660}.lp-root.lp-light .price li.feat-star{color:#055f5a;background:#e8f7f4;border-color:#bfece6}.lp-root.lp-light .plan-seal,.lp-root.lp-light .plan-reassure span{color:#465660}.lp-root.lp-light .cmp .col.bad{background:linear-gradient(#fff4ee,#fff);border-color:#ffd8c7}.lp-root.lp-light .cmp .col.good{background:linear-gradient(#ecfbf8,#fff);border-color:#bfece6}.lp-root.lp-light .cmp .col.good li:before{color:#087f78!important}.lp-root.lp-light .lp-band .inner{background:radial-gradient(720px 320px at 50% -10%,#12b8a63d,#0000 60%),radial-gradient(520px 240px at 88% 92%,#8b7fd61f,#0000 62%),linear-gradient(#0b1215,#040506);border-color:#ffffff1f;box-shadow:0 48px 110px -46px #087f7875,0 30px 74px -44px #000000bf,inset 0 1px #ffffff14}.lp-root.lp-light .lp-band .btn:not(.ghost){color:#04211c;background:linear-gradient(#18c8b8,#12b8a6);box-shadow:0 16px 34px -16px #12b8a6d1}.lp-root.lp-light .lp-band .btn.ghost{color:#f6faf9;background:#ffffff12;border:1px solid #ffffff24}.lp-root.lp-light .lp-footer{background:linear-gradient(#ffffff4d,#fff0);border-top-color:#d4e4e2}.lp-root.lp-light .lp-footer:before{opacity:.72;background:linear-gradient(90deg,#0000,#087f78,#2a9fd6,#0000)}.lp-root.lp-light .foot-desc,.lp-root.lp-light .foot-disc,.lp-root.lp-light .foot-bottom{color:#465660}.lp-root.lp-light .foot-col a,.lp-root.lp-light .foot-social a{color:#344a53}.lp-root.lp-light .foot-col a:hover,.lp-root.lp-light .foot-social a:hover{color:#087f78}.lp-root.lp-light .foot-form input{color:#0e2a33;background:#fff;border-color:#c9ddda}.lp-root.lp-light .foot-form button{color:#fff;background:#087f78}@media (width<=760px){.lp-root.lp-light .ap-hero:before{opacity:.72}.lp-root.lp-light #ia,.lp-root.lp-light #tour,.lp-root.lp-light #plataforma,.lp-root.lp-light #demo,.lp-root.lp-light #confianza,.lp-root.lp-light #planes,.lp-root.lp-light #faq{border-radius:24px;margin:28px 12px}.lp-root.lp-light .pp-win{transform:none}}.lp-root.lp-light{--hub-ink:#050506;--hub-paper:#fffdf8;--hub-line:#05050624;--hub-gold:#d6a800;--hub-gold-soft:#d6a8001f;--hub-shadow:0 18px 52px -34px #05050661}.lp-root.lp-light .lp-nav,.lp-root.lp-light .ap-aibadge,.lp-root.lp-light .eyebrow,.lp-root.lp-light .ia-eyebrow,.lp-root.lp-light .bento-eyebrow,.lp-root.lp-light .how-eyebrow,.lp-root.lp-light .ap-stat-l,.lp-root.lp-light .price-base,.lp-root.lp-light .plan-seal,.lp-root.lp-light .foot-col h4{font-family:"JetBrains Mono",var(--font-mono),ui-monospace,monospace}.lp-root.lp-light .ap-sub,.lp-root.lp-light .lp-section .sub,.lp-root.lp-light .card p,.lp-root.lp-light .tile-d,.lp-root.lp-light .foot-desc{font-family:var(--font-sans),system-ui,sans-serif}.lp-root.lp-light .lp-section:not(#ia):not(#planes):not(#confianza),.lp-root.lp-light #planes,.lp-root.lp-light #confianza,.lp-root.lp-light .lp-trust{border-color:#0505061a}.lp-root.lp-light .card,.lp-root.lp-light .price,.lp-root.lp-light .bento .tile,.lp-root.lp-light .how-card,.lp-root.lp-light .role,.lp-root.lp-light .cmp .col,.lp-root.lp-light .testi{box-shadow:0 1px 0 #ffffffd9 inset,var(--hub-shadow);border:1px solid #0505061f}.lp-root.lp-light .card:hover,.lp-root.lp-light .bento .tile:hover,.lp-root.lp-light .how-card:hover,.lp-root.lp-light .role:hover{border-color:#087f7857;box-shadow:inset 0 1px #ffffffe6,0 22px 62px -34px #0505066b}.lp-root.lp-light .ap-aibadge:after,.lp-root.lp-light .lp-section>.eyebrow:after,.lp-root.lp-light .ia-eyebrow:after,.lp-root.lp-light .bento-eyebrow:after,.lp-root.lp-light .how-eyebrow:after{content:"";background:var(--hub-gold);width:6px;height:6px;box-shadow:0 0 0 4px var(--hub-gold-soft);vertical-align:middle;border-radius:50%;margin-left:10px;display:inline-block}.lp-root.lp-light .ap-aibadge{letter-spacing:.18em;color:#087f78}.lp-root.lp-light .ap-aibadge:before{background:#087f78;box-shadow:0 0 0 4px #087f781a}.lp-root.lp-light .ap-title{letter-spacing:-.035em;color:#071f28!important;-webkit-text-fill-color:#071f28!important}.lp-root.lp-light .ap-stats{padding-top:4px}.lp-root.lp-light .ap-stat b{color:#071f28;text-shadow:0 1px #fffc}.lp-root.lp-light .ap-stat:not(:first-child){border-left-color:#05050629}.lp-root.lp-light .ap-stat-l{color:#364c55;letter-spacing:.06em;text-transform:uppercase;font-size:.7rem}.lp-root.lp-light .ap-trust span{border-color:#05050621;box-shadow:0 8px 20px -18px #05050657}.lp-root.lp-light .pp-win{background:linear-gradient(165deg,#fff 0%,#f7fbfa 54%,#f2f7ff 100%);border-color:#05050624;box-shadow:inset 0 1px #fffffff2,0 46px 110px -38px #05050685,0 0 70px -30px #087f785c}.lp-root.lp-light .pp-bar{border-bottom-color:#0505061a}.lp-root.lp-light .pp-bar-title{color:#384c55;font-family:"JetBrains Mono",var(--font-mono)}.lp-root.lp-light .pp-doc-title,.lp-root.lp-light .pp-kpi-n,.lp-root.lp-light .pp-note-tx b{color:#071f28}.lp-root.lp-light .pp-doc-sub,.lp-root.lp-light .pp-kpi-l,.lp-root.lp-light .pp-note-tx span{color:#465660}.lp-root.lp-light #ia{background:radial-gradient(860px 460px at 82% 0,#12b8a630,#0000 62%),linear-gradient(#0d1114 0%,#050506 100%);border:1px solid #ffffff29}.lp-root.lp-light #ia .ia-eyebrow,.lp-root.lp-light #ia .ai-show-live,.lp-root.lp-light #ia .ai-result-t{color:#12b8a6!important}.lp-root.lp-light #ia .ia-eyebrow:after{background:var(--hub-gold);box-shadow:0 0 0 4px #d6a80029}.lp-root.lp-light #ia .ai-show,.lp-root.lp-light #ia .ia-chat{background:linear-gradient(#ffffff12,#ffffff09);border-color:#ffffff29}.lp-root.lp-light #ia .ai-chip.on,.lp-root.lp-light #ia .ia-msg.user{color:#031c19;background:linear-gradient(#18c8b8,#12b8a6)}.lp-root.lp-light .price.hot{background:linear-gradient(#ecfbf8 0%,#fff 46%,#fffdf8 100%);border:2px solid #087f78;outline:1px solid #0505061a}.lp-root.lp-light .price.hot .badge.prem{color:#fff;background:#050506;border:1px solid #ffffff1f;box-shadow:0 10px 24px -16px #050506a6}.lp-root.lp-light .plan-trial{color:#055f5a;background:linear-gradient(#e8f7f4,#f8fffd);border-color:#087f7847}.lp-root.lp-light #faq details.card summary{color:#071f28;font-weight:800}.lp-root.lp-light #faq details.card[open]{border-color:#087f784d}.lp-root.lp-light .lp-band h2{letter-spacing:-.028em}.lp-root.lp-light .lp-footer{border-top:1px solid #0505061f}.lp-root.lp-light .foot-col h4{letter-spacing:.12em}.lp-root.lp-light .foot-form input{border-color:#05050629}@media (width<=760px){.lp-root.lp-light .ap-stat:not(:first-child){border-left:0}.lp-root.lp-light .ap-stats{justify-content:center}.lp-root.lp-light .ap-title{letter-spacing:-.03em}}.lp-root.lp-light .ap-title{max-width:760px}.lp-root.lp-light .ap-sub{color:#2f4650;max-width:620px;font-size:clamp(1.08rem,1.65vw,1.22rem)}.lp-root.lp-light .ap-note{color:#334a53;font-weight:700}.lp-root.lp-light .shiny-inner{padding-left:26px;padding-right:26px}.pp-copy{background:#ffffff94;border:1px solid #0505061a;border-radius:13px;flex-direction:column;gap:5px;margin:2px 0 8px;padding:12px;display:flex}.pp-copy b{text-transform:uppercase;letter-spacing:.08em;color:#087f78;font-size:.68rem;font-family:var(--font-mono)}.pp-copy p{color:#334a53;margin:0 0 4px;font-size:.76rem;line-height:1.35}.pp-copy p:last-child{margin-bottom:0}.lp-root.lp-light .pp-copy{background:#f7fbfa;border-color:#0505061c;box-shadow:inset 0 1px #fffc}.lp-root.lp-light .pp-chip{margin-top:auto}.clinical-proof{flex-wrap:wrap;gap:8px;margin:2px 0 16px;display:flex}.clinical-proof span{letter-spacing:.02em;color:var(--apple-text);background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:.75rem;font-weight:800;display:inline-flex}.clinical-proof span:before{content:"✓";color:#12b8a6;font-weight:900}.lp-root.lp-light .audience-sec{background:linear-gradient(#fff,#f3faf8);border:1px solid #0505061a;border-radius:32px;max-width:1180px;margin:42px auto;box-shadow:0 20px 58px -46px #05050647}.audience-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1040px;margin:0 auto;display:grid}.audience-card{padding:24px 22px;position:relative;overflow:hidden}.audience-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#12b8a61f,#0000 70%);border-radius:50%;width:160px;height:160px;position:absolute;inset:auto -25% -45% auto}.audience-ic{background:#e8f7f4;border:1px solid #bfece6;border-radius:14px;place-items:center;width:46px;height:46px;margin-bottom:16px;font-size:1.25rem;display:grid}.audience-card h3{color:#071f28;letter-spacing:-.01em;margin:0 0 8px;font-size:1.12rem}.audience-card p{color:#465660;margin:0;font-size:.94rem;line-height:1.55}.plan-audience{color:#087f78;letter-spacing:.02em;min-height:1.2em;margin:5px 0 8px;font-size:.78rem;font-weight:900}.lp-root.lp-light .price.hot .plan-audience{color:#055f5a}.lp-root.lp-light .price h3{letter-spacing:-.01em}.lp-root.lp-light .price .amt{margin-top:4px}@media (width<=900px){.audience-grid{grid-template-columns:1fr;max-width:560px}}@media (width<=760px){.lp-root.lp-light .ap-title{font-size:clamp(2.55rem,10.4vw,3.8rem)}.lp-root.lp-light .ap-sub{font-size:1rem}.pp-copy{padding:10px}.pp-copy p{font-size:.72rem}.audience-card{padding:20px 18px}}.lp-root.lp-light .lp-nav,.lp-root.lp-light .lp-nav a,.lp-root.lp-light .lp-signin,.lp-root.lp-light .lp-cta,.lp-root.lp-light .foot-col a,.lp-root.lp-light .price li,.lp-root.lp-light .price-base,.lp-root.lp-light .plan-audience{font-family:var(--font-sans),system-ui,sans-serif}.lp-root.lp-light .ap-stat-l,.lp-root.lp-light .eyebrow,.lp-root.lp-light .ia-eyebrow,.lp-root.lp-light .bento-eyebrow,.lp-root.lp-light .how-eyebrow,.lp-root.lp-light .plan-seal,.lp-root.lp-light .foot-col h4{font-family:"JetBrains Mono",var(--font-mono),ui-monospace,monospace}.lp-root.lp-light .ap-title{letter-spacing:-.032em;line-height:1.02}.lp-root.lp-light .ap-title .ap-hl{letter-spacing:-.038em;font-style:italic;color:#087f78!important;-webkit-text-fill-color:#087f78!important}.lp-root.lp-light .ap-sub{color:#2e4650;max-width:635px;line-height:1.62}.lp-root.lp-light{--hub-gold:#c79a00;--hub-gold-soft:#c79a001a}.lp-root.lp-light .ap-aibadge:after,.lp-root.lp-light .lp-section>.eyebrow:after,.lp-root.lp-light .ia-eyebrow:after,.lp-root.lp-light .bento-eyebrow:after,.lp-root.lp-light .how-eyebrow:after{opacity:.82;width:5px;height:5px;box-shadow:0 0 0 3px var(--hub-gold-soft);margin-left:8px}.lp-root.lp-light .lp-nav-links a{letter-spacing:-.01em;font-weight:700}.lp-root.lp-light .lp-brand .brand-name{font-family:var(--font-sans),system-ui,sans-serif;letter-spacing:-.025em;font-weight:800}.lp-root.lp-light .lp-cta{font-weight:800}.lp-root.lp-light .card p,.lp-root.lp-light .tile-d,.lp-root.lp-light .audience-card p,.lp-root.lp-light .role-list li,.lp-root.lp-light .cmp li,.lp-root.lp-light .price li{color:#374d57;line-height:1.56}.lp-root.lp-light .card h3,.lp-root.lp-light .card h4,.lp-root.lp-light .audience-card h3,.lp-root.lp-light .price h3{color:#092531}.plan-audience{letter-spacing:-.005em;color:#087f78;font-size:.82rem;font-weight:800;line-height:1.25}.lp-root.lp-light .price-base{color:#3a505a;font-size:.82rem;font-weight:700}.lp-root.lp-light #ia .sub,.lp-root.lp-light #ia .ia-list li,.lp-root.lp-light #ia .ia-note{line-height:1.58;color:#f6faf9cc!important}.lp-root.lp-light #ia h2{line-height:1.06}@media (width<=760px){.lp-root.lp-light .ap-title{line-height:1.03}.lp-root.lp-light .ap-title .ap-hl{letter-spacing:-.032em}.lp-root.lp-light .lp-nav{font-family:var(--font-sans),system-ui,sans-serif}}.lp-root.lp-light .ap-hero{align-items:center;min-height:calc(100svh - 62px);padding-top:clamp(54px,7.2vh,82px);padding-bottom:clamp(42px,6vh,58px)}.lp-root.lp-light .ap-title{max-width:650px;margin-bottom:16px;font-size:clamp(3.05rem,5.55vw,4.95rem);line-height:1.015}.lp-root.lp-light .ap-sub{max-width:590px;margin-bottom:24px;font-size:clamp(1.02rem,1.45vw,1.16rem);line-height:1.58}.lp-root.lp-light .ap-stats{margin-top:22px;margin-bottom:12px}.lp-root.lp-light .ap-note{margin-top:10px}.lp-root.lp-light .ap-scroll{opacity:.68;margin-top:0}.lp-root.lp-light .ap-hero-art{transform:translateY(-10px)}.lp-root.lp-light .pp-win{max-width:460px}.lp-root.lp-light .lp-section{padding-top:clamp(66px,7.8vw,104px);padding-bottom:clamp(66px,7.8vw,104px)}.lp-root.lp-light .lp-section+.lp-section{padding-top:52px}.lp-root.lp-light #ia{margin-top:34px;margin-bottom:34px;padding-top:clamp(76px,7vw,104px);padding-bottom:clamp(76px,7vw,104px)}.lp-root.lp-light #tour,.lp-root.lp-light #plataforma,.lp-root.lp-light #para-quien,.lp-root.lp-light #demo,.lp-root.lp-light #confianza,.lp-root.lp-light #planes,.lp-root.lp-light #faq{margin-top:34px;margin-bottom:34px}.lp-root.lp-light .lp-section h2{margin-bottom:14px;font-size:clamp(1.95rem,3.7vw,2.85rem);line-height:1.08}.lp-root.lp-light .lp-section .sub{margin-bottom:38px;font-size:clamp(.98rem,1.48vw,1.12rem);line-height:1.55}.lp-root.lp-light .audience-card,.lp-root.lp-light .trust-card,.lp-root.lp-light .step-card{padding:22px 20px}.lp-root.lp-light .bento .tile{padding:16px}.lp-root.lp-light .price{padding:22px 18px 20px}.lp-root.lp-light #planes{padding-top:72px;padding-bottom:82px}.lp-root.lp-light .price .amt{font-size:clamp(2.05rem,2.55vw,2.45rem)}.lp-root.lp-light .price ul{margin-top:14px;margin-bottom:18px}.lp-root.lp-light .plan-reassure{margin-top:22px}.lp-root.lp-light .lp-band .inner{padding-top:clamp(48px,5.4vw,64px);padding-bottom:clamp(48px,5.4vw,64px)}.lp-root.lp-light .lp-band h2{font-size:clamp(1.55rem,3.1vw,2.35rem)}@media (width<=980px){.lp-root.lp-light .ap-hero{min-height:auto;padding-top:54px;padding-bottom:52px}.lp-root.lp-light .ap-hero-art{transform:none}.lp-root.lp-light .hero-stack{max-width:440px}}@media (width<=760px){.lp-root.lp-light .ap-title{font-size:clamp(2.42rem,9.8vw,3.35rem);line-height:1.03}.lp-root.lp-light .ap-sub{font-size:.98rem;line-height:1.55}.lp-root.lp-light .lp-section{padding-top:58px;padding-bottom:58px}.lp-root.lp-light #ia,.lp-root.lp-light #tour,.lp-root.lp-light #plataforma,.lp-root.lp-light #para-quien,.lp-root.lp-light #demo,.lp-root.lp-light #confianza,.lp-root.lp-light #planes,.lp-root.lp-light #faq{margin-top:22px;margin-bottom:22px}}.lp-root.lp-light{--fono-ink:#061d16;--fono-ink-2:#0b2b20;--fono-green:#00a86b;--fono-green-2:#008f5c;--fono-lime:#b9ff1a;--fono-lime-soft:#b9ff1a2b;--fono-yellow:#ffc928;--fono-black:#050807;--fono-surface:#f6fff8;--hub-gold:#b9ff1a;--hub-gold-soft:#b9ff1a29;color:var(--fono-ink);background:radial-gradient(circle at 76% 8%,#b9ff1a26,#0000 27%),radial-gradient(circle at 18% 22%,#00a86b1a,#0000 30%),linear-gradient(#fbfffc 0%,#f5fff7 48%,#fafffb 100%)}.lp-root.lp-light .brand-mark,.lp-root.lp-light .lp-brand .brand-mark{box-shadow:0 12px 28px -14px #00a86bb3,0 0 0 1px #b9ff1a2e}.lp-root.lp-light .lp-brand .brand-name{color:var(--fono-ink)}.lp-root.lp-light .lp-nav-links a:hover,.lp-root.lp-light .lp-nav-links a[aria-current=page]{color:var(--fono-green-2)}.lp-root.lp-light .lp-cta,.lp-root.lp-light .btn,.lp-root.lp-light .shiny-inner,.lp-root.lp-light .bill-opt.on{background:linear-gradient(135deg,var(--fono-green),var(--fono-green-2))!important;color:#fff!important;border-color:#00a86b8c!important;box-shadow:0 16px 34px -22px #00a86be0,inset 0 1px #ffffff40!important}.lp-root.lp-light .lp-cta:hover,.lp-root.lp-light .btn:hover,.lp-root.lp-light .shiny-link:hover .shiny-inner{filter:saturate(1.08)brightness(1.02);transform:translateY(-1px)}.lp-root.lp-light .ap-aibadge:before,.lp-root.lp-light .lp-section>.eyebrow:before,.lp-root.lp-light .ia-eyebrow:before,.lp-root.lp-light .bento-eyebrow:before,.lp-root.lp-light .how-eyebrow:before{background:var(--fono-green)!important;box-shadow:0 0 0 4px #00a86b1a!important}.lp-root.lp-light .ap-title .ap-hl{text-shadow:0 0 28px #b9ff1a2e;color:var(--fono-green-2)!important;-webkit-text-fill-color:var(--fono-green-2)!important}.lp-root.lp-light .ap-link:hover{background:#f4fff5!important;border-color:#00a86b80!important}.lp-root.lp-light .ap-stat b,.lp-root.lp-light .amt,.lp-root.lp-light .amt-anim{color:var(--fono-ink)!important}.lp-root.lp-light .ap-stat b:first-letter{color:var(--fono-green-2)}.lp-root.lp-light .ap-trust span,.lp-root.lp-light .plan-seal,.lp-root.lp-light .bill-toggle,.lp-root.lp-light .bill-save{color:#164533!important;background:#f7fff8!important;border-color:#00a86b38!important}.lp-root.lp-light .pp-aipill,.lp-root.lp-light .pp-chip,.lp-root.lp-light .pp-rail-logo,.lp-root.lp-light .pp-listo-check,.lp-root.lp-light .audience-ic,.lp-root.lp-light .trust-ic,.lp-root.lp-light .step-ic,.lp-root.lp-light .lp-trust-ic{color:var(--fono-green-2)!important;background:linear-gradient(135deg,#effff1,#d9ffc2)!important;border-color:#00a86b3d!important}.lp-root.lp-light .pp-aidot,.lp-root.lp-light .bm-dot,.lp-root.lp-light .pp-seg.on{background:var(--fono-lime)!important}.lp-root.lp-light #ia h2,.lp-root.lp-light .lp-band h2{color:#fff!important}.lp-root.lp-light #ia .sub,.lp-root.lp-light #ia .ia-list li,.lp-root.lp-light #ia .ia-note,.lp-root.lp-light .lp-band .muted{color:#edfff2d1!important}.lp-root.lp-light .ia-typing-word{color:var(--fono-lime)!important}.lp-root.lp-light .ia-list li::marker{color:var(--fono-lime)!important}.lp-root.lp-light .clinical-proof span:before{color:var(--fono-lime)!important}.lp-root.lp-light .price.hot{background:linear-gradient(#f1ffe8,#fff)!important;border-color:#00a86bc7!important;box-shadow:0 26px 80px -48px #00a86bbf!important}.lp-root.lp-light [class*=chat],.lp-root.lp-light [class*=Chat],.lp-root.lp-light [class*=bubble],.lp-root.lp-light [class*=Bubble]{--chat-accent:var(--fono-green)}.lp-root.lp-light .floating-chat,.lp-root.lp-light .chat-button,.lp-root.lp-light .chat-bubble{border-color:#00a86b33!important;box-shadow:0 18px 38px -22px #00a86bbf!important}@media (width<=760px){.lp-root.lp-light .ap-hero{background:linear-gradient(#fbfffc,#f4fff5)!important}.lp-root.lp-light .ap-title .ap-hl{text-shadow:none}}.lp-root.lp-light .lchat-fab:hover{transform:translateY(-1px);background:linear-gradient(140deg,#222c33,#0f171b)!important}.lp-root.lp-light .lchat-fab{color:#fff!important}.lp-root.lp-light .shiny-glow,.lp-root.lp-light .shiny-blob{box-shadow:0 0 24px #00a86b52!important}.lp-root.lp-light .lp-progress{background:linear-gradient(90deg,var(--fono-green),var(--fono-lime))!important;box-shadow:0 0 12px #00a86b8c!important}.lp-root.lp-light .how-num,.lp-root.lp-light .tour-num{color:var(--fono-green-2)!important}.lp-root.lp-light .how-ic,.lp-root.lp-light .tour-step-ic{box-shadow:0 10px 24px #00a86b40!important}.lp-root.lp-light{--tea-ink:#10231d;--tea-forest:#123a2c;--tea-green:#18a058;--tea-green-2:#0f8a4b;--tea-lime:#a7f83a;--tea-mint:#effff2;--tea-cream:#fffdf2;--tea-sun:#ffd84d;--tea-sky:#74d7ff;--tea-lavender:#bca7ff;--tea-coral:#ff8e72;--fono-ink:var(--tea-ink);--fono-ink-2:var(--tea-forest);--fono-green:var(--tea-green);--fono-green-2:var(--tea-green-2);--fono-lime:var(--tea-lime);--fono-lime-soft:#a7f83a24;--fono-yellow:var(--tea-sun);--hub-gold:var(--tea-lime);--hub-gold-soft:#a7f83a24;color:var(--tea-ink)!important;background:radial-gradient(circle at 84% 7%,#a7f83a1f,#0000 24%),radial-gradient(circle at 8% 18%,#74d7ff14,#0000 28%),radial-gradient(circle at 78% 64%,#bca7ff13,#0000 30%),linear-gradient(#fefff8 0%,#f5fff1 43%,#fafff8 100%)!important}.lp-root.lp-light .ap-title{color:#10231d!important}.lp-root.lp-light .ap-title .ap-hl{color:#129653!important;-webkit-text-fill-color:#129653!important;text-shadow:0 0 28px #a7f83a21!important}.lp-root.lp-light .ap-sub{color:#314e43!important}.lp-root.lp-light .lp-cta,.lp-root.lp-light .btn,.lp-root.lp-light .shiny-inner,.lp-root.lp-light .bill-opt.on{color:#fff!important;background:linear-gradient(135deg,#18a058,#0f8a4b)!important;box-shadow:0 16px 34px -22px #0f8a4bd1,inset 0 1px #ffffff3d!important}.lp-root.lp-light .ap-link{color:#123a2c!important;background:#ffffffdb!important;border-color:#18a0583d!important}.lp-root.lp-light .ap-aibadge,.lp-root.lp-light .eyebrow,.lp-root.lp-light .ia-eyebrow,.lp-root.lp-light .bento-eyebrow,.lp-root.lp-light .how-eyebrow{color:#0f8a4b!important}.lp-root.lp-light .ap-aibadge:after,.lp-root.lp-light .lp-section>.eyebrow:after,.lp-root.lp-light .ia-eyebrow:after,.lp-root.lp-light .bento-eyebrow:after,.lp-root.lp-light .how-eyebrow:after{background:#a7f83a!important;box-shadow:0 0 0 3px #a7f83a29!important}.lp-root.lp-light .lp-trust,.lp-root.lp-light .audience-sec,.lp-root.lp-light #tour,.lp-root.lp-light #plataforma,.lp-root.lp-light #faq{background:linear-gradient(#fff 0%,#f6fff1 100%)!important;border-color:#18a05821!important}.lp-root.lp-light #confianza{background:radial-gradient(circle at 18% 12%,#ffd84d14,#0000 25%),linear-gradient(#f2fff0,#fbfff8)!important}.lp-root.lp-light #ia,.lp-root.lp-light .lp-band .inner{background:radial-gradient(circle at 72% 0,#a7f83a2e,#0000 27%),radial-gradient(circle at 28% 18%,#18a05838,#0000 34%),radial-gradient(circle at 88% 86%,#bca7ff1a,#0000 28%),linear-gradient(135deg,#07110d,#0b1c14 58%,#030604)!important;border-color:#a7f83a2e!important;box-shadow:0 28px 90px -62px #0f8a4bad!important}.lp-root.lp-light #ia .btn,.lp-root.lp-light .lp-band .btn{background:linear-gradient(135deg,#21c267,#12a150)!important}.lp-root.lp-light .clinical-proof span{color:#f0ffd8!important;background:#a7f83a14!important;border-color:#a7f83a3d!important}.lp-root.lp-light .audience-card:first-child .audience-ic,.lp-root.lp-light .bento .tile:first-child .tile-ic,.lp-root.lp-light .trust-card:first-child .trust-ic{color:#0f8a4b!important;background:linear-gradient(135deg,#f2fff0,#e1ffd0)!important}.lp-root.lp-light .audience-card:nth-child(2) .audience-ic,.lp-root.lp-light .bento .tile:nth-child(2) .tile-ic,.lp-root.lp-light .trust-card:nth-child(2) .trust-ic{color:#6d55c7!important;background:linear-gradient(135deg,#f6f2ff,#ece4ff)!important;border-color:#bca7ff59!important}.lp-root.lp-light .audience-card:nth-child(3) .audience-ic,.lp-root.lp-light .bento .tile:nth-child(3) .tile-ic,.lp-root.lp-light .trust-card:nth-child(3) .trust-ic{color:#8a6b00!important;background:linear-gradient(135deg,#fffbe8,#fff1b8)!important;border-color:#ffd84d61!important}.lp-root.lp-light .bento .tile:nth-child(4) .tile-ic,.lp-root.lp-light .trust-card:nth-child(4) .trust-ic{color:#177ea0!important;background:linear-gradient(135deg,#efffff,#ddf7ff)!important;border-color:#74d7ff5c!important}.lp-root.lp-light .pp-win,.lp-root.lp-light .card,.lp-root.lp-light .audience-card,.lp-root.lp-light .price,.lp-root.lp-light .tour-card,.lp-root.lp-light .tile,.lp-root.lp-light details.card{border-color:#18a05829!important;box-shadow:0 24px 70px -54px #123a2c59,0 1px #ffffffd1!important}.lp-root.lp-light .pp-aipill,.lp-root.lp-light .pp-chip,.lp-root.lp-light .pp-rail-logo,.lp-root.lp-light .pp-listo-check,.lp-root.lp-light .lp-trust-ic,.lp-root.lp-light .step-ic{color:#0f8a4b!important;background:linear-gradient(135deg,#f4fff1,#e0ffd0)!important;border-color:#18a05838!important}.lp-root.lp-light .price.hot{background:linear-gradient(#f5ffe9,#fff)!important;border-color:#18a058a3!important}.lp-root.lp-light .price.hot:before{background:linear-gradient(90deg,#18a058,#a7f83a)!important}.lp-root.lp-light .plan-audience,.lp-root.lp-light .amt-reframe{color:#0f8a4b!important}.lp-root.lp-light .amt-note{color:#123a2c!important;background:#f4ffe3!important;border-color:#18a05838!important}.lp-root.lp-light .cmp .bad{background:linear-gradient(#fffcef,#fff)!important;border-color:#ffd84d4d!important}.lp-root.lp-light .cmp .good{background:linear-gradient(#f2fff0,#fff)!important;border-color:#18a05840!important}.lp-root.lp-light .trust-early{background:linear-gradient(135deg,#f4ffe9,#fff)!important;border-color:#18a05838!important}.lp-root.lp-light .lchat-fab,.lp-root.lp-light button.lchat-fab{background:linear-gradient(140deg,#1b2329,var(--apple-black))!important;color:#fff!important;border:1px solid #ffffff1f!important;box-shadow:0 20px 40px -16px #0b12148c,0 0 0 5px #0f766e1a!important}.lp-root.lp-light .ap-hero:before,.lp-root.lp-light .ap-hero:after{content:"";pointer-events:none;filter:blur(8px);opacity:.42;z-index:0;border-radius:999px;position:absolute}.lp-root.lp-light .ap-hero:before{background:radial-gradient(circle,#a7f83a5c,#74d7ff1a 52%,#0000 72%);width:220px;height:220px;animation:12s ease-in-out infinite alternate tea-orb-drift;top:18%;right:11%}.lp-root.lp-light .ap-hero:after{background:radial-gradient(circle,#bca7ff33,#ffd84d1a 48%,#0000 72%);width:150px;height:150px;animation:14s ease-in-out infinite alternate tea-orb-drift-2;bottom:19%;right:30%}.lp-root.lp-light .pp-win:after{content:"";opacity:.72;pointer-events:none;background:linear-gradient(90deg,#0000,#a7f83a,#18a058,#0000);border-radius:999px;height:2px;animation:4.8s ease-in-out infinite tea-scan;position:absolute;top:34px;left:14px;right:14px;transform:translate(-35%)}.lp-root.lp-light .card,.lp-root.lp-light .tile,.lp-root.lp-light .price,.lp-root.lp-light .tour-card,.lp-root.lp-light .audience-card,.lp-root.lp-light details.card{transition:transform .26s,box-shadow .26s,border-color .26s,background .26s}.lp-root.lp-light .card:hover,.lp-root.lp-light .tile:hover,.lp-root.lp-light .price:hover,.lp-root.lp-light .tour-card:hover,.lp-root.lp-light .audience-card:hover,.lp-root.lp-light details.card:hover{transform:translateY(-3px);border-color:#18a0584d!important;box-shadow:0 28px 72px -48px #123a2c6b,0 0 0 1px #a7f83a1a!important}.lp-root.lp-light .price.hot:hover{box-shadow:0 32px 90px -50px #18a0589e,0 0 0 1px #a7f83a29!important}.lp-root.lp-light .shiny-inner,.lp-root.lp-light .btn:not(.ghost),.lp-root.lp-light .lp-cta{position:relative;overflow:hidden}.lp-root.lp-light .shiny-inner:after,.lp-root.lp-light .btn:not(.ghost):after,.lp-root.lp-light .lp-cta:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff52,#0000);width:42%;animation:5.6s ease-in-out infinite tea-button-sheen;position:absolute;inset:-40% auto -40% -55%;transform:skew(-18deg)}.lp-root.lp-light .lp-trust-ic,.lp-root.lp-light .audience-ic,.lp-root.lp-light .step-ic,.lp-root.lp-light .how-ic{animation:5.8s ease-in-out infinite tea-soft-breathe}.lp-root.lp-light .audience-card:nth-child(2) .audience-ic{animation-delay:.7s}.lp-root.lp-light .audience-card:nth-child(3) .audience-ic{animation-delay:1.4s}@keyframes tea-orb-drift{0%{transform:translate(0,0)scale(1)}to{transform:translate(-18px,16px)scale(1.08)}}@keyframes tea-orb-drift-2{0%{transform:translate(0,0)scale(.96)}to{transform:translate(22px,-12px)scale(1.06)}}@keyframes tea-scan{0%,28%{opacity:0;transform:translate(-45%)}42%,62%{opacity:.78}78%,to{opacity:0;transform:translate(45%)}}@keyframes tea-button-sheen{0%,58%{opacity:0;left:-55%}68%{opacity:.55}84%,to{opacity:0;left:115%}}@keyframes tea-soft-breathe{0%,to{transform:translateY(0);box-shadow:0 10px 24px #0f8a4b1f}50%{transform:translateY(-1px);box-shadow:0 14px 30px #0f8a4b33}}@media (prefers-reduced-motion:reduce){.lp-root.lp-light .ap-hero:before,.lp-root.lp-light .ap-hero:after,.lp-root.lp-light .pp-win:after,.lp-root.lp-light .shiny-inner:after,.lp-root.lp-light .btn:not(.ghost):after,.lp-root.lp-light .lp-cta:after,.lp-root.lp-light .lp-trust-ic,.lp-root.lp-light .audience-ic,.lp-root.lp-light .step-ic,.lp-root.lp-light .how-ic{animation:none!important}.lp-root.lp-light .card:hover,.lp-root.lp-light .tile:hover,.lp-root.lp-light .price:hover,.lp-root.lp-light .tour-card:hover,.lp-root.lp-light .audience-card:hover,.lp-root.lp-light details.card:hover{transform:none!important}}.lp-root.lp-light .hero-stack{max-width:510px}.lp-root.lp-light .pp-win{background:radial-gradient(680px 360px at 78% 0,#12b8a62e,#0000 60%),linear-gradient(165deg,#0e1417 0%,#070b0d 60%,#040708 100%)!important;border:1px solid #ffffff1f!important;max-width:500px!important;box-shadow:inset 0 1px #ffffff0f,0 46px 110px -40px #000000bf,0 0 92px -26px #12b8a673!important}.lp-root.lp-light .pp-win:after{content:"";z-index:4;pointer-events:none;background:linear-gradient(115deg,#0000 34%,#ffffff12 49%,#0000 64%);animation:6.5s ease-in-out infinite pp-sheen;position:absolute;inset:0;transform:translate(-45%)}@keyframes pp-sheen{0%,to{transform:translate(-45%)}50%{transform:translate(45%)}}@media (prefers-reduced-motion:reduce){.lp-root.lp-light .pp-win:after{opacity:.35;animation:none}}.lp-root.lp-light .pp-bar{background:#ffffff08!important;border-bottom-color:#ffffff17!important}.lp-root.lp-light .pp-bar-title{color:#f6faf9a8!important}.lp-root.lp-light .pp-rail{background:#ffffff08!important;border-right-color:#ffffff12!important}.lp-root.lp-light .pp-rail-i{background:#ffffff1a!important}.lp-root.lp-light .pp-rail-logo{color:#fff!important;background:linear-gradient(135deg,#0e3a36,#12b8a6)!important;border-color:#ffffff24!important}.lp-root.lp-light .pp-doc-title{color:#f6faf9!important}.lp-root.lp-light .pp-doc-sub{color:#f6faf99e!important}.lp-root.lp-light .pp-aipill{color:#7fefe0!important;background:#12b8a624!important;border-color:#12b8a666!important}.lp-root.lp-light .pp-aidot{background:#12b8a6!important}.lp-root.lp-light .pp-copy{box-shadow:none!important;background:#ffffff0a!important;border-color:#ffffff1a!important}.lp-root.lp-light .pp-copy b{color:#3fd9c8!important}.lp-root.lp-light .pp-copy p{color:#f6faf9b8!important}.lp-root.lp-light .pp-chip{color:#8cf0e2!important;background:#12b8a629!important;border-color:#12b8a657!important}.lp-root.lp-light .pp-line,.lp-root.lp-light .pp-h{background:#ffffff1f!important}.lp-root.lp-light .pp-seg.on{background:#12b8a6!important}.lp-root.lp-light .pp-kpi{background:#ffffff0a!important;border-color:#ffffff1a!important}.lp-root.lp-light .pp-kpi-n{color:#f6faf9!important}.lp-root.lp-light .pp-kpi-l{color:#f6faf999!important}.lp-root.lp-light .pp-chart i{background:linear-gradient(#12b8a6,#0e7e77)!important}.lp-root.lp-light .pp-note{background:#ffffff0a!important;border-color:#ffffff1a!important}.lp-root.lp-light .pp-note-tx b{color:#f6faf9!important}.lp-root.lp-light .pp-note-tx span{color:#f6faf99e!important}.lp-root.lp-light .pp-note-ico{color:#fff!important;background:linear-gradient(135deg,#0e3a36,#12b8a6)!important}.lp-root.lp-light .pp-bubble{color:#eafffb!important;background:#12b8a629!important;border-color:#12b8a64d!important}.lp-root.lp-light .pp-bubble-meta{color:#f6faf980!important}.lp-root.lp-light .pp-listo-title{color:#f6faf9!important}.lp-root.lp-light .pp-listo-sub{color:#f6faf99e!important}.lp-root.lp-light .pp-listo-check{color:#12b8a6!important;background:#12b8a629!important;border-color:#12b8a657!important}.lp-root.lp-light{--brand:#008f5c}.lp-root.lp-light .ap-title .ap-hl{color:#00a86b!important;-webkit-text-fill-color:#00a86b!important}.lp-root.lp-light .lp-nav-ia,.lp-root.lp-light .lp-nav-ia.on{color:#008f5c!important}.lp-root.lp-light .ap-aibadge{color:#008f5c}.lp-root.lp-light .ap-stats{border-top:1px solid #061d161a;margin-top:22px;padding-top:20px}.lp-root.lp-light .ap-trust span{padding:5px 12px;font-size:.7rem;color:#5e6e64!important;background:0 0!important;border-color:#061d1624!important}.lp-root.lp-light .ap-hero{grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);gap:clamp(34px,5.8vw,76px);max-width:1188px;padding-top:clamp(72px,9vh,108px);padding-bottom:clamp(64px,8vh,88px)}.lp-root.lp-light .ap-title{letter-spacing:-.045em;max-width:660px;margin-bottom:22px;font-size:clamp(3.15rem,5.35vw,5.25rem);line-height:.96}.lp-root.lp-light .ap-sub{color:#425466;max-width:620px;font-size:clamp(1.08rem,1.35vw,1.24rem);line-height:1.68}.lp-root.lp-light .ap-cta{gap:12px 18px;margin-top:2px}.lp-root.lp-light .ap-note{color:#0f766e;margin-top:16px;font-weight:700}.lp-root.lp-light .ap-trust{gap:9px;margin-top:12px}.lp-root.lp-light .ap-trust span{color:#063b33;background:linear-gradient(#ecfdf5e6,#ffffffb8);border-color:#10b98147;font-weight:800;box-shadow:0 12px 24px -20px #0478578c}.lp-root.lp-light .ap-audience{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.lp-root.lp-light .ap-audience span{color:#64748b;background:#ffffffa3;border:1px solid #0f172a17;border-radius:999px;padding:5px 10px;font-size:.68rem;font-weight:700}.lp-root.lp-light .ap-stats{border-top-color:#0f172a1a;max-width:560px;margin-top:28px;padding-top:18px}.lp-root.lp-light .hero-stack{max-width:520px;transform:translateY(4px)}.lp-root.lp-light .pp-win{transform:scale(1.08);box-shadow:0 36px 90px -42px #00281c9e,0 0 70px -34px #10b9819e}.lp-root.lp-light .lp-trust{background:#ffffffb8;border-color:#10b98121;box-shadow:0 18px 52px -44px #04785773}.lp-root.lp-light .lp-trust-row{max-width:1000px}.lp-root.lp-light .lp-section{max-width:1100px;padding-top:clamp(72px,8vw,112px);padding-bottom:clamp(72px,8vw,112px)}.lp-root.lp-light .lp-section h2{max-width:760px;margin-left:auto;margin-right:auto}.lp-root.lp-light .lp-section .sub{color:#526173}.lp-root.lp-light .bento .tile h3,.lp-root.lp-light .cmp .col h3{color:#102a43;margin:2px 0 4px;font-size:1rem;line-height:1.2}.lp-root.lp-light .bento .tile{background:#ffffffb8;border-color:#10b98129}.lp-root.lp-light .audience-card,.lp-root.lp-light .trust-card,.lp-root.lp-light .price{background:linear-gradient(#ffffffe6,#f8fdfad1);border-color:#10b9812e}.lp-root.lp-light .price.hot{transform:translateY(-10px);box-shadow:0 34px 80px -46px #0478579e,0 0 0 1px #10b98138}.lp-root.lp-light .price .btn.block{min-height:46px;font-weight:900}.lp-root.lp-light .plan-audience{color:#047857;min-height:2.1em;font-weight:900}.lp-root.lp-light .clinical-proof span,.lp-root.lp-light .plan-reassure span,.lp-root.lp-light .plan-seal{font-weight:800}.lp-root.lp-light .lp-band .inner{max-width:780px}.lp-root.lp-light .lp-band h2{max-width:680px;margin-left:auto;margin-right:auto}@media (width<=980px){.lp-root.lp-light .ap-hero{grid-template-columns:1fr;gap:28px}.lp-root.lp-light .ap-title{font-size:clamp(2.72rem,11vw,4.1rem)}.lp-root.lp-light .hero-stack{max-width:min(520px,92vw)}.lp-root.lp-light .pp-win{transform:none}}@media (width<=620px){.lp-root.lp-light .ap-sub{font-size:1rem;line-height:1.58}.lp-root.lp-light .ap-audience,.lp-root.lp-light .ap-trust{justify-content:center}}.lp-root.lp-light .lp-nav .lp-cta{font-weight:900;box-shadow:0 10px 24px -14px #0478578c}.lp-root.lp-light .success-metrics{background:#ffffff8f;border:1px solid #0f172a14;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;max-width:620px;padding:0;display:grid;overflow:hidden;box-shadow:0 18px 40px -36px #04785780}.lp-root.lp-light .success-metrics .ap-stat{justify-content:center;min-height:92px;padding:16px 18px}.lp-root.lp-light .success-metrics .ap-stat:not(:first-child){border-left:1px solid #0f172a14}.lp-root.lp-light .success-metrics .ap-stat b{color:#047857;font-size:2.1rem;line-height:1}.lp-root.lp-light .success-metrics .ap-stat-l{color:#475569;letter-spacing:.03em;max-width:130px;font-weight:800;line-height:1.25}.lp-root.lp-light .success-strip{z-index:3;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1080px;margin:-28px auto 34px;padding:0 22px;display:grid;position:relative}.lp-root.lp-light .success-card{text-align:left;background:#ffffffdb;border:1px solid #10b98129;border-radius:22px;padding:20px 20px 18px;box-shadow:0 24px 58px -44px #04785773}.lp-root.lp-light .success-card .success-k{color:#047857;width:34px;height:34px;font-family:var(--font-mono);background:#ecfdf5;border:1px solid #10b98138;border-radius:12px;justify-content:center;align-items:center;margin-bottom:12px;font-size:.72rem;font-weight:900;display:inline-flex}.lp-root.lp-light .success-card b{color:#0e2a33;margin-bottom:5px;font-size:1.02rem;display:block}.lp-root.lp-light .success-card p{color:#526173;margin:0;font-size:.93rem;line-height:1.48}.lp-root.lp-light #ia{padding-top:clamp(58px,7vw,96px)}.lp-root.lp-light .trust-early{background:linear-gradient(135deg,#ecfdf5f2,#ffffffe6);border-color:#10b98133;box-shadow:0 28px 70px -52px #0478578c}.lp-root.lp-light .trust-early b{color:#0e2a33}.lp-root.lp-light .trust-early p{color:#475569}.lp-root.lp-light #planes{background:linear-gradient(#ecfdf594,#ffffffc2);border:1px solid #10b98121;border-radius:30px;max-width:1130px;margin-top:30px;margin-bottom:34px}.lp-root.lp-light #planes .price{min-height:500px}.lp-root.lp-light #planes h2{max-width:820px}.lp-root.lp-light .lp-band .inner{background:radial-gradient(circle at 24% 0,#22c55e38,#0000 38%),linear-gradient(135deg,#041812,#07111f 68%,#0b0f17);border-color:#6ee7b72e}.lp-root.lp-light .lp-band .btn{box-shadow:0 18px 40px -18px #10b981b8}@media (width<=860px){.lp-root.lp-light .success-strip{grid-template-columns:1fr;margin:10px auto 20px}.lp-root.lp-light .success-metrics{grid-template-columns:1fr;max-width:430px;margin-left:auto;margin-right:auto}.lp-root.lp-light .success-metrics .ap-stat:not(:first-child){border-top:1px solid #0f172a14;border-left:0}.lp-root.lp-light .success-metrics .ap-stat{text-align:center;align-items:center;min-height:auto}.lp-root.lp-light .success-metrics .ap-stat-l{max-width:none}}.lp-root.lp-light:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#04785706 1px,#0000 1px),linear-gradient(90deg,#04785706 1px,#0000 1px);background-size:34px 34px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000b8,#0000 72%);mask-image:linear-gradient(#000000b8,#0000 72%)}.lp-root.lp-light .lp-nav{-webkit-backdrop-filter:blur(22px)saturate(170%);background:#ffffffbd;border-bottom:1px solid #0f172a12;height:64px}.lp-root.lp-light .lp-nav.scrolled{box-shadow:0 18px 40px -34px #0f172a80}.lp-root.lp-light .lp-brand{font-weight:900}.lp-root.lp-light .lp-nav-links a{color:#20323a;font-weight:800}.lp-root.lp-light .lp-nav-links a.on,.lp-root.lp-light .lp-nav-links a:hover{color:#047857;background:#ecfdf5cc}.lp-root.lp-light .ap-hero{isolation:isolate;max-width:1220px;min-height:calc(100vh - 64px)}.lp-root.lp-light .ap-hero:before{content:"";z-index:-1;background:linear-gradient(135deg,#ffffffbd,#ecfdf561);border:1px solid #10b9811f;border-radius:34px;position:absolute;inset:38px 16px 22px;box-shadow:0 40px 100px -78px #0478578c,inset 0 1px #fffc}.lp-root.lp-light .ap-aibadge{background:#ffffffb8;border:1px solid #10b98129;border-radius:999px;align-items:center;gap:9px;padding:8px 12px;display:inline-flex;box-shadow:0 14px 34px -30px #0478578c}.lp-root.lp-light .ap-title{filter:drop-shadow(0 1px #ffffffb8)}.lp-root.lp-light .ap-title .ap-hl{background:linear-gradient(110deg,#059669 0%,#10b981 42%,#34d399 72%,#047857 100%);color:#0000;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent!important}.lp-root.lp-light .shiny-link,.lp-root.lp-light .btn:not(.ghost),.lp-root.lp-light .lp-cta{box-shadow:0 18px 38px -20px #047857b8,inset 0 1px #ffffff47;border-radius:999px!important}.lp-root.lp-light .ap-link{background:#ffffffbd;border:1px solid #0f172a17;border-radius:999px;padding:14px 22px;box-shadow:0 14px 28px -24px #0f172a73}.lp-root.lp-light .hero-stack:before{opacity:.72;filter:blur(54px)}.lp-root.lp-light .pp-win{border:1px solid #6ee7b72e;border-radius:20px;overflow:hidden}.lp-root.lp-light .lp-trust{z-index:2;margin-top:-18px;position:relative}.lp-root.lp-light .success-strip{margin-top:-16px}.lp-root.lp-light .success-card{transition:transform .22s,box-shadow .22s,border-color .22s}.lp-root.lp-light .success-card:hover{border-color:#10b9814d;transform:translateY(-4px);box-shadow:0 32px 70px -44px #04785794}.lp-root.lp-light .lp-section:not(#ia):not(#planes){background:linear-gradient(#ffffffb8,#ffffff7a);border:1px solid #10b9811a;border-radius:32px;margin-top:34px;margin-bottom:34px;box-shadow:0 36px 90px -78px #0478577a,inset 0 1px #ffffffb8}.lp-root.lp-light #ia{border-radius:34px;max-width:1140px;box-shadow:0 38px 90px -70px #000000b8}.lp-root.lp-light .card,.lp-root.lp-light .bento .tile,.lp-root.lp-light .price,.lp-root.lp-light details.card{box-shadow:0 24px 54px -46px #0f172a6b,inset 0 1px #ffffffb3;border-radius:24px!important}.lp-root.lp-light .bento{grid-auto-rows:184px;gap:18px}.lp-root.lp-light .bento .tile:hover,.lp-root.lp-light .audience-card:hover,.lp-root.lp-light .trust-card:hover{border-color:#10b98152;transform:translateY(-5px);box-shadow:0 30px 72px -50px #0478578f,inset 0 1px #fffc}.lp-root.lp-light #planes{box-shadow:0 44px 110px -82px #047857a3,inset 0 1px #ffffffdb}.lp-root.lp-light #planes .price.hot{background:linear-gradient(#fff 0%,#f2fff8 100%);border-width:2px}.lp-root.lp-light #planes .price.hot:before{content:"";border-radius:inherit;pointer-events:none;-webkit-mask-composite:xor;background:linear-gradient(135deg,#10b98147,#0000 35%,#34d39938);padding:2px;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.lp-root.lp-light .lp-footer{background:#ffffff94;border:1px solid #10b9811a;border-radius:30px 30px 0 0;box-shadow:0 -24px 80px -70px #04785780}@media (width<=860px){.lp-root.lp-light .ap-hero{min-height:auto}.lp-root.lp-light .ap-hero:before{border-radius:26px;inset:18px 10px 8px}.lp-root.lp-light .lp-section:not(#ia):not(#planes){border-radius:24px;margin-top:22px;margin-bottom:22px}.lp-root.lp-light .bento{gap:14px}}.lp-root.lp-light .ap-hero:after{content:"";z-index:-1;pointer-events:none;mix-blend-mode:screen;background:linear-gradient(115deg,#0000 0%,#fff0 34%,#ffffff9e 48%,#6ee7b72e 55%,#0000 72%);border-radius:34px;animation:8.5s cubic-bezier(.2,.8,.2,1) infinite lp-hero-sheen;position:absolute;inset:42px 18px 24px;transform:translate(-110%)}@keyframes lp-hero-sheen{0%,38%{opacity:0;transform:translate(-115%)}48%{opacity:.85}68%,to{opacity:0;transform:translate(115%)}}.lp-root.lp-light .ap-aibadge:after,.lp-root.lp-light .bento-eyebrow:after,.lp-root.lp-light .eyebrow:after,.lp-root.lp-light .ia-eyebrow:after{content:"";background:#84cc16;border-radius:50%;width:6px;height:6px;margin-left:8px;animation:2.8s ease-in-out infinite lp-pulse-dot;display:inline-block;box-shadow:0 0 #84cc166b}@keyframes lp-pulse-dot{0%,to{transform:scale(1);box-shadow:0 0 #84cc1661}50%{transform:scale(1.12);box-shadow:0 0 0 8px #84cc1600}}.lp-root.lp-light .pp-win,.lp-root.lp-light .ia-grid>:last-child{transform-origin:50%;animation:7.5s ease-in-out infinite lp-float-soft}@keyframes lp-float-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.lp-root.lp-light .hero-stack .hero-aura{animation:9s ease-in-out infinite lp-aura-breathe}@keyframes lp-aura-breathe{0%,to{opacity:.5;transform:scale(.98)}50%{opacity:.82;transform:scale(1.06)}}.lp-root.lp-light .success-card,.lp-root.lp-light .lp-trust-item,.lp-root.lp-light .bento .tile,.lp-root.lp-light .audience-card,.lp-root.lp-light .trust-card,.lp-root.lp-light .price,.lp-root.lp-light #como .card,.lp-root.lp-light details.card{position:relative;overflow:hidden}.lp-root.lp-light .success-card:after,.lp-root.lp-light .lp-trust-item:after,.lp-root.lp-light .bento .tile:after,.lp-root.lp-light .audience-card:after,.lp-root.lp-light .trust-card:after,.lp-root.lp-light .price:after,.lp-root.lp-light #como .card:after,.lp-root.lp-light details.card:after{content:"";pointer-events:none;border-radius:inherit;background:radial-gradient(520px circle at var(--mx,50%) var(--my,0%),#10b98124,transparent 38%);opacity:0;transition:opacity .28s;position:absolute;inset:0}.lp-root.lp-light .success-card:hover:after,.lp-root.lp-light .lp-trust-item:hover:after,.lp-root.lp-light .bento .tile:hover:after,.lp-root.lp-light .audience-card:hover:after,.lp-root.lp-light .trust-card:hover:after,.lp-root.lp-light .price:hover:after,.lp-root.lp-light #como .card:hover:after,.lp-root.lp-light details.card:hover:after{opacity:1}.lp-root.lp-light .btn:not(.ghost),.lp-root.lp-light .lp-cta,.lp-root.lp-light .shiny-link{position:relative;overflow:hidden}.lp-root.lp-light .btn:not(.ghost):before,.lp-root.lp-light .lp-cta:before,.lp-root.lp-light .shiny-link:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff75,#0000);width:44px;transition:left .62s cubic-bezier(.2,.8,.2,1);position:absolute;top:-120%;bottom:-120%;left:-64px;transform:rotate(18deg)}.lp-root.lp-light .btn:not(.ghost):hover:before,.lp-root.lp-light .lp-cta:hover:before,.lp-root.lp-light .shiny-link:hover:before{left:calc(100% + 80px)}.lp-root.lp-light .ap-scroll{animation:2.2s ease-in-out infinite lp-scroll-cue}@keyframes lp-scroll-cue{0%,to{opacity:.68;transform:translateY(0)}50%{opacity:1;transform:translateY(7px)}}.lp-root.lp-light .brainmap-col li{transition:transform .24s,filter .24s}.lp-root.lp-light .brainmap-col li:hover{transform:translateX(var(--push,4px));filter:drop-shadow(0 10px 16px #0478571f)}.lp-root.lp-light .brainmap-col.left li:hover{--push:-4px}.lp-root.lp-light #planes .price.hot{animation:4.6s ease-in-out infinite lp-recommended-glow}@keyframes lp-recommended-glow{0%,to{box-shadow:0 34px 80px -46px #0478579e,0 0 0 1px #10b98138}50%{box-shadow:0 40px 92px -44px #047857c7,0 0 0 1px #22c55e5c,0 0 46px -24px #84cc16cc}}.lp-root.lp-light .foot-form button{transition:transform .2s,box-shadow .2s}.lp-root.lp-light .foot-form button:hover{transform:translate(2px);box-shadow:0 12px 26px -16px #047857cc}@media (prefers-reduced-motion:reduce){.lp-root.lp-light .ap-hero:after,.lp-root.lp-light .ap-aibadge:after,.lp-root.lp-light .bento-eyebrow:after,.lp-root.lp-light .eyebrow:after,.lp-root.lp-light .ia-eyebrow:after,.lp-root.lp-light .pp-win,.lp-root.lp-light .ia-grid>:last-child,.lp-root.lp-light .hero-stack .hero-aura,.lp-root.lp-light .ap-scroll,.lp-root.lp-light #planes .price.hot{animation:none!important}.lp-root.lp-light .success-card:after,.lp-root.lp-light .lp-trust-item:after,.lp-root.lp-light .bento .tile:after,.lp-root.lp-light .audience-card:after,.lp-root.lp-light .trust-card:after,.lp-root.lp-light .price:after,.lp-root.lp-light #como .card:after,.lp-root.lp-light details.card:after,.lp-root.lp-light .btn:not(.ghost):before,.lp-root.lp-light .lp-cta:before,.lp-root.lp-light .shiny-link:before{display:none!important}}.lp-root.lp-light #planes .price.hot{animation:none;box-shadow:0 34px 80px -46px #0478579e,0 0 0 1px #10b98138}.lp-root.lp-light .hero-stack .hero-aura{opacity:.55;animation:none}.lp-root.lp-light .tour-n,.lp-root.lp-light .how-num{color:#0a7a44!important}.lp-root.lp-light .ap-hero{min-height:auto;padding-top:clamp(58px,7vw,88px);padding-bottom:clamp(42px,6vw,78px)}.lp-root.lp-light .ap-hero:before,.lp-root.lp-light .ap-hero:after{inset:26px 14px 18px}.lp-root.lp-light .ap-scroll{margin-top:0;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.lp-root.lp-light .hero-stack{transform-style:preserve-3d;perspective:1100px}.lp-root.lp-light .pp-win{width:min(100%,520px);box-shadow:0 34px 84px -48px #022c22c7,0 0 0 1px #6ee7b71f,inset 0 1px #ffffff14}.lp-root.lp-light .hero-stack.is-live .pp-win{transform:rotateX(calc(var(--rx,0) * 1deg)) rotateY(calc(var(--ry,0) * 1deg)) translateY(-3px) scale(1.012);transition:transform .16s ease-out}.lp-root.lp-light .success-strip{max-width:1120px;margin-top:38px}.lp-root.lp-light .success-card{flex-direction:column;min-height:156px;display:flex}.lp-root.lp-light .success-card b{letter-spacing:-.01em;font-size:1.05rem}.lp-root.lp-light .success-card p{margin-top:9px}.lp-root.lp-light .tour{align-items:stretch;gap:clamp(18px,3vw,34px)}.lp-root.lp-light .tour-step{background:linear-gradient(#ffffffeb,#f8fffbc7);border-radius:18px;padding:18px}.lp-root.lp-light .tour-step.on{background:linear-gradient(#fff,#effdf6);box-shadow:0 24px 60px -42px #0478578c,0 0 0 1px #10b98129}.lp-root.lp-light .tour-frame{border-radius:22px;position:relative;box-shadow:0 34px 84px -55px #0f172aa6,0 0 0 1px #10b9811f}.lp-root.lp-light .tour-frame:before{content:"";border-radius:inherit;pointer-events:none;opacity:.85;background:linear-gradient(135deg,#10b9812e,#0000 35%,#84cc161f);position:absolute;inset:-1px}.lp-root.lp-light .brainmap{padding:18px 0 8px;position:relative}.lp-root.lp-light .brainmap:before{content:"";aspect-ratio:1;z-index:0;filter:blur(3px);background:radial-gradient(circle,#ecfdf5f5,#a7f3d047 48%,#0000 72%);border-radius:50%;width:min(36vw,410px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lp-root.lp-light .brainmap-img,.lp-root.lp-light .brainmap-col{z-index:1;position:relative}.lp-root.lp-light .brainmap-img{filter:drop-shadow(0 26px 44px #04785724)drop-shadow(0 0 34px #a855f71f);background:radial-gradient(circle at 50% 48%,#ffffffeb,#ffffff52 62%,#0000 72%);border-radius:34px;padding:14px}.lp-root.lp-light .bm-dot:before{content:"";border-radius:inherit;opacity:.16;border:1px solid;position:absolute;inset:-7px}.lp-root.lp-light #planes .grid.cols-3{align-items:stretch}.lp-root.lp-light .price{min-height:520px}.lp-root.lp-light .price.hot{transform:translateY(-10px)}.lp-root.lp-light .price.hot:hover{transform:translateY(-14px)}.lp-root.lp-light .plan-reassure,.lp-root.lp-light .plan-seals{justify-content:center}.lp-root.lp-light .lp-band{position:relative}.lp-root.lp-light .lp-band:before,.lp-root.lp-light .lp-band:after{content:"";pointer-events:none;background:#0e2a336b;border-radius:50%;width:10px;height:10px;position:absolute;box-shadow:0 0 0 8px #10b9810d}.lp-root.lp-light .lp-band:before{top:-22px;left:16%}.lp-root.lp-light .lp-band:after{bottom:-18px;right:16%}@media (width<=860px){.lp-root.lp-light .ap-hero{padding-top:34px;padding-bottom:52px}.lp-root.lp-light .ap-hero:before,.lp-root.lp-light .ap-hero:after{inset:12px 8px 8px}.lp-root.lp-light .pp-win{width:min(100%,430px)}.lp-root.lp-light .success-card{min-height:auto}.lp-root.lp-light .brainmap:before{width:min(82vw,360px);top:33%}.lp-root.lp-light .price,.lp-root.lp-light .price.hot{min-height:auto;transform:none}.lp-root.lp-light .price.hot:hover{transform:translateY(-4px)}}@media (width<=600px){.lp-root.lp-light .ap-title{font-size:clamp(2.45rem,13vw,3.5rem)}.lp-root.lp-light .ap-sub{font-size:1rem}.lp-root.lp-light .ap-cta .shiny-link,.lp-root.lp-light .ap-cta .ap-link{text-align:center;justify-content:center;width:100%}.lp-root.lp-light .tour-step{padding:15px}.lp-root.lp-light .lp-band:before,.lp-root.lp-light .lp-band:after{display:none}}.lp-root.lp-light .ap-hero-text{max-width:590px}.lp-root.lp-light .ap-livebar{color:#0e2a33;letter-spacing:.01em;background:#ffffffbd;border:1px solid #10b98129;border-radius:999px;flex-wrap:wrap;align-items:center;gap:8px;margin:10px 0 2px;padding:8px 10px;font-size:.78rem;font-weight:900;display:inline-flex;box-shadow:0 12px 28px -24px #04785780}.lp-root.lp-light .ap-livebar span{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.lp-root.lp-light .ap-livebar i{background:#10b981;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #10b9811a}.lp-root.lp-light .ap-livebar b{color:#0a7a44;font-family:var(--font-mono);font-size:.8rem}.lp-root.lp-light .hero-stack:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle at 20% 28%,#10b98133,transparent 25%), radial-gradient(circle at 80% 72%,#84cc1629,transparent 25%), conic-gradient(from 160deg,transparent 0 18%,#10b98129 22%,transparent 32% 62%,#34d39921 68%,transparent 78%);filter:blur(.2px);opacity:.86;border-radius:42px;position:absolute;inset:-54px -42px}.lp-root.lp-light .hero-stack:after{content:"";z-index:0;pointer-events:none;border:1px solid #10b98124;border-radius:32px;position:absolute;inset:-22px -18px;-webkit-mask:linear-gradient(135deg,#000,#0000 42%,#000 78%);mask:linear-gradient(135deg,#000,#0000 42%,#000 78%)}.lp-root.lp-light .hero-stack .pp-win{z-index:2;position:relative}@media (width<=860px){.lp-root.lp-light .ap-hero-text{max-width:760px;margin:0 auto}.lp-root.lp-light .ap-livebar{justify-content:center}}@media (width<=600px){.lp-root.lp-light .ap-livebar{border-radius:18px;justify-content:center;max-width:340px;margin-left:auto;margin-right:auto}}.lp-root.lp-light{--fp-ink:#0b2630;--fp-forest:#064e3b;--fp-emerald:#059669;--fp-mint:#ddfbef;--fp-mint-2:#ecfdf5;--fp-cream:#fffdf6;--fp-sky:#eaf6ff;--fp-lavender:#f0eafe;--fp-coral:#ffe7d8;--fp-line:#064e3b24;color:#0b2630;background:radial-gradient(circle at 18% 8%,#10b98129,#0000 29%),radial-gradient(circle at 86% 14%,#0ea5e91f,#0000 32%),radial-gradient(circle at 50% 56%,#f0eafe2e,#0000 46%),linear-gradient(#fffdf6 0%,#f3fff8 34%,#fbfff9 72%,#fffdf6 100%)}.lp-root.lp-light .lp-nav{background:#fffdf6c7;border-bottom-color:#064e3b1a}.lp-root.lp-light .lp-brand .brand-mark,.lp-root.lp-light .lp-cta,.lp-root.lp-light .btn:not(.ghost),.lp-root.lp-light .shiny-inner{color:#fff!important;background:linear-gradient(135deg,#064e3b 0%,#059669 48%,#10b981 100%)!important}.lp-root.lp-light .ap-title,.lp-root.lp-light .lp-section h2,.lp-root.lp-light .lp-band h2{color:#0b2630!important;-webkit-text-fill-color:#0b2630!important}.lp-root.lp-light .ap-title .ap-hl{background:linear-gradient(110deg,#047857 0%,#10b981 42%,#34d399 68%,#065f46 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent!important;color:#0000!important}.lp-root.lp-light .ap-aibadge,.lp-root.lp-light .eyebrow,.lp-root.lp-light .bento-eyebrow,.lp-root.lp-light .ia-eyebrow,.lp-root.lp-light .how-eyebrow{color:#047857!important}.lp-root.lp-light .ap-hero:before{border-color:var(--fp-line);background:linear-gradient(135deg,#fffdf6db,#ecfdf575),radial-gradient(circle at 74% 36%,#10b98124,#0000 38%)}.lp-root.lp-light .pp-win,.lp-root.lp-light .tour-frame{border-color:#064e3b29;box-shadow:0 36px 90px -54px #064e3b9e,0 0 0 1px #10b9811f,inset 0 1px #ffffff14}.lp-root.lp-light .ap-livebar,.lp-root.lp-light .success-card,.lp-root.lp-light .lp-trust-item,.lp-root.lp-light .card,.lp-root.lp-light .price,.lp-root.lp-light details.card{background:linear-gradient(#fffdf6f0,#f7fffad1);border-color:#064e3b21}.lp-root.lp-light .lp-trust-ic,.lp-root.lp-light .success-card .success-k,.lp-root.lp-light .tour-n,.lp-root.lp-light .how-num{color:#047857!important;background:#e6fff4!important;border-color:#10b98138!important}.lp-root.lp-light .audience-card:first-child .audience-ic,.lp-root.lp-light .trust-card:nth-child(2) .trust-ic{background:var(--fp-lavender)!important;color:#7c3aed!important}.lp-root.lp-light .audience-card:nth-child(2) .audience-ic,.lp-root.lp-light .trust-card:nth-child(3) .trust-ic{background:var(--fp-coral)!important;color:#9a3412!important}.lp-root.lp-light .audience-card:nth-child(3) .audience-ic,.lp-root.lp-light .trust-card:first-child .trust-ic{background:var(--fp-sky)!important;color:#0369a1!important}.lp-root.lp-light #ia,.lp-root.lp-light .lp-band .inner{background:radial-gradient(circle at 12% 0,#10b98138,#0000 28%),radial-gradient(circle at 88% 12%,#064e3b52,#0000 34%),linear-gradient(135deg,#052016 0%,#07150f 58%,#0b1014 100%)!important;border-color:#6ee7b72e!important}.lp-root.lp-light #ia h2,.lp-root.lp-light #ia .ia-text,.lp-root.lp-light #ia .ia-list,.lp-root.lp-light .lp-band h2{color:#f7fff9!important;-webkit-text-fill-color:#f7fff9!important}.lp-root.lp-light #ia .sub,.lp-root.lp-light #ia .ia-note,.lp-root.lp-light .lp-band .muted{color:#f7fff9b8!important}.lp-root.lp-light #planes{background:radial-gradient(circle at 50% 0,#bef26429,#0000 34%),linear-gradient(#fffdf6e6,#f1fff7c7);border-color:#064e3b24}.lp-root.lp-light #planes .price.hot{background:linear-gradient(#fffef8 0%,#ecfdf5 100%);box-shadow:0 38px 92px -54px #064e3b8c,0 0 0 1px #10b98129;border-color:#05966970!important}.lp-root.lp-light .badge.prem{color:#fff!important;background:#062f25!important;border-color:#ffffff29!important}.lp-root.lp-light .brainmap:before{background:radial-gradient(circle,#ddfbeff5,#e0f2fe61 46%,#f0eafe2e 62%,#0000 76%)}.lp-root.lp-light .lchat-fab,.lp-root.lp-light .lchat-input button,.lp-root.lp-light .lchat-msg.me{color:#fff!important;background:#064e3b!important}.lp-root.lp-light .lp-footer{background:linear-gradient(#fffdf6d1,#f8fffab8);border-color:#064e3b1f}.lp-root.lp-light .lp-section:not(#ia):not(#planes),.lp-root.lp-light #faq{background:radial-gradient(circle at 88% 8%,#bae6fd21,#0000 30%),radial-gradient(circle at 12% 100%,#10b9811f,#0000 34%),linear-gradient(#fff9ecdb,#effdf5c7);border-color:#064e3b21}.lp-root.lp-light .success-card,.lp-root.lp-light .lp-trust-item,.lp-root.lp-light .tour-step,.lp-root.lp-light .bento .tile,.lp-root.lp-light .audience-card,.lp-root.lp-light .trust-card,.lp-root.lp-light details.card,.lp-root.lp-light .price{background:linear-gradient(#fffaf0eb,#eefdf4d6)!important;border-color:#064e3b24!important}.lp-root.lp-light .tour-frame .m-head b,.lp-root.lp-light .tour-frame .m-iahead b,.lp-root.lp-light .tour-frame .m-list li,.lp-root.lp-light .tour-frame .m-prog span,.lp-root.lp-light .tour-frame .m-prog b,.lp-root.lp-light .tour-frame .m-tabs .on{color:#f1f5f4}.lp-root.lp-light .tour-frame .m-mut,.lp-root.lp-light .tour-frame .m-lbl,.lp-root.lp-light .tour-frame .m-tabs,.lp-root.lp-light .tour-frame .m-list .m-off,.lp-root.lp-light .tour-frame .m-iafoot{color:#f1f5f4a3}.lp-root.lp-light .tour-frame .m-tabs{border-bottom-color:#ffffff24}.lp-root.lp-light #planes .price.hot{background:linear-gradient(#fff8e7 0%,#e6fff4 100%)!important}.lp-root.lp-light .lp-nav{background:#fff9ecd6}.lp-root.lp-light .ap-link,.lp-root.lp-light .ap-livebar,.lp-root.lp-light .bill-toggle,.lp-root.lp-light .plan-seal,.lp-root.lp-light .ap-trust span,.lp-root.lp-light .ap-audience span{background:#fff9ecc7!important;border-color:#064e3b24!important}.lp-root.lp-light .lp-section:not(#ia):not(#planes),.lp-root.lp-light .audience-sec,.lp-root.lp-light #demo,.lp-root.lp-light #confianza,.lp-root.lp-light #faq{background:radial-gradient(circle at 88% 10%,#e0f2fe33,#0000 32%),radial-gradient(circle at 12% 92%,#a7f3d038,#0000 34%),linear-gradient(#fff6e1eb,#e0fcecd6)!important}.lp-root.lp-light .bento .tile,.lp-root.lp-light .audience-card,.lp-root.lp-light .trust-card,.lp-root.lp-light .cmp .col,.lp-root.lp-light details.card{background:radial-gradient(circle at 90% 0,#ffffff85,#0000 42%),linear-gradient(#fff7e8f0,#e8fdf1e0)!important}.lp-root.lp-light{background:radial-gradient(circle at 15% 7%,#10b9811d,#0000 28%),radial-gradient(circle at 88% 10%,#7dd3fc17,#0000 30%),radial-gradient(circle at 80% 68%,#c4b5fd0e,#0000 34%),linear-gradient(#fff8eb 0%,#fbf7e8 29%,#f3fbef 58%,#fff8eb 100%)!important}.lp-root.lp-light:before{opacity:.56;background-image:linear-gradient(#064e3b06 1px,#0000 1px),linear-gradient(90deg,#064e3b06 1px,#0000 1px)}.lp-root.lp-light .lp-nav{box-shadow:0 16px 34px -30px #064e3b47;background:#fff8ebe0!important}.lp-root.lp-light .ap-hero:before{background:linear-gradient(135deg,#fff8ebf0,#f4fcecb3),radial-gradient(circle at 73% 34%,#10b9811b,#0000 38%)!important}.lp-root.lp-light .ap-hero{background:radial-gradient(circle at 74% 34%,#10b9811f,#0000 21%),radial-gradient(circle at 86% 42%,#7dd3fc13,#0000 26%),linear-gradient(#fff8eb 0%,#f6fced 100%)!important}.lp-root.lp-light .ap-hero-art:before,.lp-root.lp-light .hero-stack:before{background:radial-gradient(circle at 22% 28%,#10b98129,transparent 26%), radial-gradient(circle at 80% 72%,#bae6fd29,transparent 27%), conic-gradient(from 160deg,transparent 0 18%,#064e3b1a 22%,transparent 32% 62%,#a78bfa0e 68%,transparent 78%)!important}.lp-root.lp-light .lp-section:not(#ia):not(#planes),.lp-root.lp-light .audience-sec,.lp-root.lp-light #demo,.lp-root.lp-light #confianza,.lp-root.lp-light #faq{box-shadow:0 28px 80px -70px #064e3b47;background:radial-gradient(circle at 88% 10%,#e0f2fe21,#0000 34%),radial-gradient(circle at 12% 92%,#a7f3d021,#0000 36%),linear-gradient(#fff6e2f5,#eff9e8e6)!important;border-color:#064e3b1d!important}.lp-root.lp-light .success-card,.lp-root.lp-light .lp-trust-item,.lp-root.lp-light .tour-step,.lp-root.lp-light .bento .tile,.lp-root.lp-light .audience-card,.lp-root.lp-light .trust-card,.lp-root.lp-light .cmp .col,.lp-root.lp-light details.card,.lp-root.lp-light .price{box-shadow:0 24px 56px -48px #064e3b57;background:radial-gradient(circle at 92% 0,#ffffff94,#0000 40%),linear-gradient(#fffbf1f5,#f2faece6)!important;border-color:#064e3b1f!important}.lp-root.lp-light .lp-cta,.lp-root.lp-light .btn:not(.ghost),.lp-root.lp-light .shiny-inner,.lp-root.lp-light .lchat-fab,.lp-root.lp-light .lchat-input button,.lp-root.lp-light .lchat-msg.me{background:linear-gradient(135deg,#053f32 0%,#047857 52%,#10b981 100%)!important}.lp-root.lp-light .ap-title .ap-hl{background:linear-gradient(110deg,#047857 0%,#10b981 46%,#2dd4bf 72%,#065f46 100%)!important;-webkit-text-fill-color:transparent!important;color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important}.lp-root.lp-light .ap-livebar,.lp-root.lp-light .ap-link,.lp-root.lp-light .bill-toggle,.lp-root.lp-light .plan-seal,.lp-root.lp-light .ap-trust span,.lp-root.lp-light .ap-audience span{background:#fffaefdb!important;border-color:#064e3b1f!important}.lp-root.lp-light #planes{background:radial-gradient(circle at 50% 0,#bef2641b,#0000 34%),radial-gradient(circle at 96% 70%,#bae6fd1a,#0000 28%),linear-gradient(#fff8ebf5,#f2faece6)!important}.lp-root.lp-light #planes .price.hot{background:linear-gradient(#fff8e9 0%,#edfbee 100%)!important;border-color:#04785761!important}.lp-root.lp-light .lp-footer{background:radial-gradient(circle at 20% 0,#10b98114,#0000 34%),linear-gradient(#fff8ebf0,#f2faece0)!important}@media (width<=600px){.lp-root.lp-light .lp-nav{gap:8px!important;height:60px!important;padding:0 12px!important}.lp-root.lp-light .lp-cta{white-space:nowrap;padding:10px 16px!important;font-size:.86rem!important}.lp-root.lp-light .ap-hero{gap:18px!important;padding:26px 14px 34px!important}.lp-root.lp-light .ap-hero:before,.lp-root.lp-light .ap-hero:after{inset:8px 7px!important}.lp-root.lp-light .ap-aibadge{max-width:100%;line-height:1.45;letter-spacing:.2em!important;padding:9px 14px!important;font-size:.66rem!important}.lp-root.lp-light .ap-title{max-width:330px;letter-spacing:-.035em!important;margin:18px auto 14px!important;font-size:clamp(2.08rem,10.7vw,2.72rem)!important;line-height:1.02!important}.lp-root.lp-light .ap-sub{max-width:318px!important;margin-bottom:20px!important;font-size:.96rem!important;line-height:1.48!important}.lp-root.lp-light .ap-cta{gap:10px!important;margin-bottom:0!important}.lp-root.lp-light .ap-cta .shiny-link,.lp-root.lp-light .ap-cta .ap-link{width:min(100%,316px)!important;margin-left:auto!important;margin-right:auto!important}.lp-root.lp-light .ap-cta .shiny-inner,.lp-root.lp-light .ap-cta .ap-link{min-height:50px!important;padding:12px 18px!important}.lp-root.lp-light .ap-stats,.lp-root.lp-light .ap-note,.lp-root.lp-light .ap-livebar,.lp-root.lp-light .ap-trust,.lp-root.lp-light .ap-audience{display:none!important}}@media (width<=480px){.lp-root.lp-light .ap-hero-art{margin-top:14px!important}.lp-root.lp-light .hero-stack:before{opacity:.58!important;border-radius:28px!important;inset:-26px -18px!important}.lp-root.lp-light .hero-stack:after{opacity:.7!important;border-radius:24px!important;inset:-10px -8px!important}.lp-root.lp-light .pp-win{max-height:390px;overflow:hidden;border-radius:24px!important;width:min(100%,306px)!important}.lp-root.lp-light .lp-trust{padding-top:20px!important;padding-bottom:20px!important}.lp-root.lp-light .success-strip{margin-top:12px!important;padding-left:18px!important;padding-right:18px!important}.lp-root.lp-light .lchat-teaser{display:none!important}.lp-root.lp-light .lchat-fab{width:52px!important;height:52px!important;bottom:14px!important;right:14px!important}}.lp-root.lp-light .how-card{background:linear-gradient(165deg,#eaf6ef 0%,#dff0e6 100%)!important;border:1px solid #064e3b38!important;box-shadow:0 20px 48px -30px #064e3b6b,inset 0 1px #ffffff80!important}.lp-root.lp-light .how-card:hover{border-color:#087f786b!important;box-shadow:0 26px 58px -28px #064e3b80,inset 0 1px #ffffff80!important}.lp-root.lp-light .how-card h3{color:#0b2630!important}.lp-root.lp-light .how-card p{color:#3e4e58!important}.lp-root.lp-light .success-strip{background:#0c0d10!important;border-radius:26px!important;margin-top:38px!important;padding:34px 26px!important;box-shadow:0 34px 80px -46px #000000a6!important}.lp-root.lp-light .success-card{box-shadow:none!important;background:#1c1d22!important;border:1px solid #34363f!important}.lp-root.lp-light .success-card:hover{border-color:#4b4e59!important;box-shadow:0 22px 46px -30px #000000b3!important}.lp-root.lp-light .success-card b{color:#fff!important}.lp-root.lp-light .success-card p{color:#c7cad3!important}.lp-root.lp-light .success-card .success-k{color:#5eead4!important;background:#14332d!important;border-color:#2c5a50!important}.lp-root.lp-light .tour-frame .m-card2{background:#1c1d22!important;border:1px solid #34363f!important}.lp-root.lp-light .tour-frame .m-card2 b{color:#fff!important}.lp-root.lp-light .tour-frame .m-card2 small{color:#aab0bd!important}.lp-root.lp-light .tour-frame .m-chips span{color:#e6e8ee!important;background:#1c1d22!important;border:1px solid #34363f!important}.lp-root.lp-light .tour-frame,.lp-root.lp-light .pp-win{background:linear-gradient(#131417,#0a0b0d)!important}.lp-root.lp-light .tour-frame:before{background:0 0!important}.lp-root.lp-light .tour-bar,.lp-root.lp-light .tour-segs,.lp-root.lp-light .tour-player{background:#0f1013!important;border-color:#ffffff14!important}.lp-root.lp-light .tour-cap{color:#f1f5f4b8!important;background:#0c0d10!important;border-top-color:#ffffff14!important}.lp-root.lp-light .tour-url,.lp-root.lp-light .tour-player-lbl{color:#f1f5f499!important}.lp-root.lp-light .tour-seg,.lp-root.lp-light .tour-prog{background:#ffffff1f!important}.lp-root .beta-banner{z-index:40;border-bottom:1px solid #ffffff1f;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:10px 18px;font-size:.9rem;display:flex;position:relative;color:#eaf7f1!important;background:linear-gradient(90deg,#064e3b,#0b7a5e 55%,#087f78)!important;text-decoration:none!important}.lp-root .beta-tag{font-family:var(--font-mono,monospace);letter-spacing:.14em;background:#6ee7b7;border-radius:6px;flex:none;padding:3px 9px;font-size:.7rem;font-weight:800;color:#053528!important}.lp-root .beta-txt{color:#eaf7f1!important}.lp-root .beta-txt b{font-weight:700;color:#fff!important}.lp-root .beta-go{background:#ffffff24;border:1px solid #ffffff40;border-radius:999px;flex:none;align-items:center;gap:6px;padding:5px 14px;font-weight:700;transition:gap .2s,background .2s;display:inline-flex;color:#fff!important}.lp-root .beta-banner:hover .beta-go{background:#ffffff3d;gap:9px}@media (width<=640px){.lp-root .beta-txt{display:none}}.lp-root .beta-plan{text-align:center;border-radius:24px;max-width:520px;margin:0 auto;padding:34px 30px;background:linear-gradient(#fff,#f3faf8)!important;border:1px solid #c8ece6!important;box-shadow:0 30px 70px -44px #04785766!important}.lp-root .beta-plan-tag{font-family:var(--font-mono,monospace);letter-spacing:.08em;background:#e8f7f4;border:1px solid #c8ece6;border-radius:999px;margin-bottom:14px;padding:5px 12px;font-size:.72rem;font-weight:800;display:inline-block;color:#087f78!important}.lp-root .beta-plan-amt{font-family:var(--font-display,"Fraunces",serif);margin-bottom:6px;font-size:2.6rem;font-weight:600;line-height:1;color:#0e2a33!important}.lp-root .beta-plan-amt span{font-family:inherit;font-size:1.1rem;color:#4e5d66!important}.lp-root .beta-plan-feats{text-align:left;flex-direction:column;gap:9px;max-width:340px;margin:18px auto 22px;padding:0;list-style:none;display:flex}.lp-root .beta-plan-feats li{font-size:.95rem;color:#3c4a56!important}.lp-root .beta-plan-cta{border:0;border-radius:999px;align-items:center;gap:8px;padding:14px 28px;font-size:1.02rem;font-weight:700;transition:transform .18s,box-shadow .2s,gap .2s;display:inline-flex;box-shadow:0 16px 34px -18px #087f7899;color:#fff!important;background:linear-gradient(135deg,#0b7a5e,#087f78)!important;text-decoration:none!important}.lp-root .beta-plan-cta:hover{gap:11px;transform:translateY(-2px);box-shadow:0 22px 44px -20px #087f78b3}.lp-root .beta-plan-note{margin:14px 0 0;font-size:.85rem;color:#54636b!important}.signin-root{background:#f3f6f8}.signin-bg{background:linear-gradient(160deg,#eaf7f4 0%,#f3f6f8 46%,#eef3ff 100%)}.signin-vignette{background:radial-gradient(circle,#0000 0%,#0e2a330a 100%)}.signin-fade{background:0 0}.signin-card{background:#fffffff0;border:1px solid #dce7e4;box-shadow:0 30px 80px -40px #0e2a3347}.signin-title{color:#0e2a33}.signin-sub{color:#5a6b64}.signin-field label{color:#3c4a56}.signin-input{color:#0e2a33;background:#fff;border:1px solid #d4e0dd}.signin-input:focus{border-color:#087f78;box-shadow:0 0 0 3px #087f7826}.signin-input::placeholder{color:#9aa7a3}.signin-pwtoggle{color:#5a6b64}.signin-pwtoggle:hover{color:#087f78}.signin-submit{color:#fff;background:linear-gradient(135deg,#0b7a5e,#087f78)}.signin-submit:hover:not(:disabled){background:linear-gradient(135deg,#0a6e55,#076f68)}.signin-foot{color:#5a6b64}.signin-foot a{color:#0e2a33}.signin-foot a:hover{color:#087f78}.signin-altlink{color:#5a6b64}.signin-altlink:hover{color:#087f78}.signin-info{color:#5a6b64}.auth-or{color:#8a9793}.auth-or:before,.auth-or:after{background:#dce7e4}.auth-wrap{background:linear-gradient(160deg,#eaf7f4 0%,#f3f6f8 46%,#eef3ff 100%)!important}.auth-wrap .card,.auth-card{color:#0e2a33;background:#fff!important;border:1px solid #dce7e4!important;box-shadow:0 30px 80px -40px #0e2a3347!important}.auth-card h1{-webkit-text-fill-color:#0e2a33;color:#0e2a33!important}.auth-card .muted,.auth-wrap .muted{color:#5a6b64!important}.auth-card label,.auth-card .field label{color:#3c4a56!important}.auth-card input,.auth-card select{color:#0e2a33!important;background:#fff!important;border:1px solid #d4e0dd!important}.auth-card input::placeholder{color:#9aa7a3!important}.auth-card input:focus,.auth-card select:focus{border-color:#087f78!important;box-shadow:0 0 0 3px #087f7826!important}.auth-foot{color:#5a6b64!important}.auth-foot a{color:#0e2a33!important}.auth-foot a:hover{color:#087f78!important}.legal-consent{color:#5a6b64!important}.legal-consent a{color:#087f78!important}
