.auth-page{min-height:100vh;display:grid;background:var(--crema);background-image:radial-gradient(rgba(51,35,26,.045) 1px,transparent 0);background-size:5px 5px}.auth-story{display:none;position:relative;background:var(--tinta);color:var(--crema);overflow:hidden;padding:34px}.auth-story:before{content:"";position:absolute;width:440px;height:440px;border:80px solid var(--acento);border-radius:50%;right:-270px;top:-220px;opacity:.9}.auth-story:after{content:"";position:absolute;width:330px;height:330px;border:2.5px dashed rgba(255,246,233,.24);border-radius:50%;left:-180px;bottom:-190px}.auth-back{position:relative;z-index:2;display:inline-flex;align-items:center;gap:5px;color:var(--crema);text-decoration:none;font-size:.82rem;opacity:.78}.auth-back svg{width:17px}.auth-story-inner{position:relative;z-index:2;width:min(100%,560px);margin:auto;padding:8vh 0 0}.auth-mobile-brand,.auth-wordmark{display:flex;align-items:center;gap:9px;font-family:var(--display);font-size:1.16rem;margin-bottom:54px}.auth-wordmark .magnet-logo{width:46px;height:50px}.auth-story .eyebrow{color:#ffb9aa}.auth-story h1{font-size:clamp(3rem,5vw,5.3rem);max-width:9ch;letter-spacing:-.035em;line-height:.94}.auth-lead{max-width:44ch;font-size:1.06rem;line-height:1.6;color:rgba(255,246,233,.74)}.auth-benefits{list-style:none;padding:0;margin:28px 0;display:grid;gap:10px}.auth-benefits li{display:flex;align-items:center;gap:8px;font-size:.9rem}.auth-benefits svg{width:20px;height:20px;padding:3px;border:1.5px solid var(--crema);border-radius:50%;background:var(--acento)}.auth-mini-agenda{width:min(100%,460px);display:grid;gap:8px;margin-top:38px;transform:rotate(-1deg)}.auth-mini-agenda>div{display:flex;align-items:center;gap:11px;border:2px solid var(--crema);border-radius:14px;background:var(--blanco);color:var(--tinta);padding:10px;box-shadow:0 4px 0 rgba(255,246,233,.8)}.auth-mini-agenda time{font-family:var(--display);font-size:.75rem}.auth-mini-agenda span{display:flex;flex:1;flex-direction:column}.auth-mini-agenda small{color:var(--tinta-suave);font-size:.68rem}.auth-mini-agenda .auth-gap{border-style:dashed;background:#fff0cb;color:var(--acento)}.auth-mini-agenda em{font-style:normal;border:2px solid var(--tinta);border-radius:999px;background:var(--acento);color:#fff;padding:5px 7px;font-size:.58rem}.auth-panel{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:18px 16px 38px}.auth-mobile-brand{justify-content:center;margin:4px 0 22px}.auth-mobile-brand .magnet-logo{width:36px;height:40px}.auth-card{width:min(100%,440px);margin:auto;border:var(--ink-border);border-radius:25px;background:var(--blanco);box-shadow:0 6px 0 var(--tinta);padding:8px 20px 24px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border:2px solid var(--tinta);border-radius:999px;background:var(--crema);padding:3px;margin:3px 0 27px}.auth-tabs button{border:0;border-radius:999px;background:transparent;padding:9px;font-weight:900;font-size:.8rem}.auth-tabs button.active{background:var(--tinta);color:var(--crema)}.auth-card header h2{font-size:2rem;margin-bottom:7px}.auth-card header>p:last-child{color:var(--tinta-suave);font-size:.86rem;margin-bottom:22px}.auth-field{display:flex;flex-direction:column;gap:6px;margin:14px 0}.auth-field>span{font-size:.78rem;font-weight:900}.auth-field>div{height:52px;display:flex;align-items:center;gap:8px;border:2.5px solid var(--tinta);border-radius:14px;background:var(--crema);padding:0 11px;transition:.15s}.auth-field>div:focus-within{background:var(--blanco);box-shadow:0 0 0 3px color-mix(in srgb,var(--acento) 25%,transparent)}.auth-field svg{width:18px;color:var(--tinta-suave)}.auth-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:.88rem}.auth-field input:-webkit-autofill,.auth-field input:-webkit-autofill:focus{-webkit-text-fill-color:var(--tinta);caret-color:var(--tinta);transition:background-color 9999s ease-out 0s}.auth-field button{width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;padding:0}.auth-field button svg{width:18px}.auth-submit{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;gap:8px;border:var(--ink-border);border-radius:999px;background:var(--acento);color:#fff;box-shadow:0 4px 0 var(--tinta);font-weight:900;margin-top:20px}.auth-submit:active{transform:translateY(4px);box-shadow:none}.auth-submit:disabled{opacity:.6}.auth-submit svg{width:19px}.auth-spinner{width:17px;height:17px;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;animation:auth-spin .7s linear infinite}@keyframes auth-spin{to{transform:rotate(1turn)}}.auth-message{border:2px solid;border-radius:12px;padding:9px;font-size:.78rem;margin:10px 0}.auth-message.error{color:var(--rojo);background:#fbe3e1}.auth-message.success{color:#176a43;background:#dff3e7}.auth-fineprint{text-align:center;color:var(--tinta-suave);font-size:.7rem;line-height:1.5;margin:17px auto 0;max-width:38ch}.auth-fineprint button{border:0;background:none;color:var(--acento);font-weight:900;text-decoration:underline;padding:0}@media(min-width:900px){.auth-page{grid-template-columns:minmax(440px,1.05fr) minmax(430px,.95fr)}.auth-story{display:block}.auth-panel{padding:40px}.auth-mobile-brand{display:none}.auth-card{padding:10px 32px 30px}}@media(prefers-reduced-motion:reduce){.auth-spinner{animation:none}}.landing{--landing-blue:#1b7b94;overflow:hidden;background:var(--crema);color:var(--tinta);background-image:radial-gradient(rgba(51,35,26,.035) 1px,transparent 0);background-size:5px 5px}.landing-wrap{width:min(100% - 32px,1120px);margin-inline:auto}.landing-hero{min-height:100vh;display:flex;align-items:center;padding:42px 0 70px}.landing-hero-grid{display:grid;gap:46px;align-items:center}.landing-brand{display:flex;align-items:center;gap:9px;margin-bottom:25px}.landing-brand .magnet-logo{width:46px;height:50px}.landing-brand>b{font-family:var(--display);font-size:1.15rem}.landing-brand>span{border:2px solid var(--tinta);border-radius:999px;background:var(--blanco);padding:5px 8px;font-size:.66rem;box-shadow:0 2px 0 var(--tinta)}.landing-hero h1{max-width:9.5ch;font-size:clamp(3.25rem,9.5vw,6.7rem);line-height:.91;letter-spacing:-.045em;margin-bottom:24px}.landing-sub{max-width:55ch;color:var(--tinta-suave);font-size:clamp(1rem,2vw,1.16rem);line-height:1.58}.landing-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:26px}.landing-button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:var(--ink-border);border-radius:999px;padding:12px 20px;box-shadow:0 4px 0 var(--tinta);font-weight:900;text-decoration:none;color:var(--tinta);transition:.16s}.landing-button:hover{transform:translateY(-2px);box-shadow:0 6px 0 var(--tinta)}.landing-button:active{transform:translateY(4px);box-shadow:none}.landing-button svg{width:19px}.landing-button.primary{background:var(--acento);color:#fff}.landing-button.whatsapp{background:var(--wa);color:#fff}.landing-button.dark{background:var(--tinta);color:var(--crema)}.landing-micro{font-size:.74rem;color:var(--tinta-suave);margin:12px 0 0}.centered,.landing-micro.centered{text-align:center}.landing-kicker{margin:0 0 6px;color:var(--acento);font-size:.7rem;font-weight:900;letter-spacing:.12em}.landing-section{padding:clamp(70px,9vw,120px) 0}.landing-section.alternate{background:rgba(51,35,26,.045);border-block:2px dashed color-mix(in srgb,var(--tinta) 26%,transparent)}.landing-close h2,.landing-section h2{font-size:clamp(2.3rem,5vw,4.6rem);line-height:.96;letter-spacing:-.03em;margin-bottom:35px}.landing-copy{font-size:1.02rem;line-height:1.65;color:var(--tinta-suave);max-width:55ch}.landing-copy b{color:var(--tinta)}.landing-demo-wrap{width:min(100%,470px);justify-self:center;position:relative}.landing-demo-wrap>p{text-align:center;color:var(--tinta-suave);font-size:.7rem;margin:13px 0 0}.landing-phone{position:relative;min-height:570px;border:3px solid var(--tinta);border-radius:34px;background:var(--crema);padding:20px 15px;box-shadow:11px 13px 0 var(--tinta);overflow:hidden}.landing-phone>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;font-size:.74rem}.landing-phone>header small{color:var(--tinta-suave)}.landing-demo-appointment,.landing-filled{display:flex;align-items:center;gap:9px;border:2.5px solid var(--tinta);border-radius:15px;background:var(--blanco);box-shadow:0 3px 0 var(--tinta);padding:10px;margin-bottom:11px}.landing-demo-appointment>span,.landing-demo-sheet>div>span,.landing-filled>span{width:40px;height:40px;display:grid;place-items:center;border:2px solid var(--tinta);border-radius:12px;background:#e7ddf2;font-family:var(--display)}.landing-demo-appointment>div,.landing-filled>div{flex:1;display:flex;flex-direction:column}.landing-demo-appointment small,.landing-filled small{color:var(--tinta-suave);font-size:.68rem}.landing-demo-appointment em{font-style:normal;font-size:.68rem}.landing-demo-gap{min-height:144px;border:2.5px dashed var(--tinta);border-radius:18px;background:#fff0cb;padding:14px;margin-bottom:11px;transition:.35s}.landing-demo-gap p{font-size:.63rem;color:var(--acento);margin-bottom:5px}.landing-demo-gap h3{font-size:1.2rem;margin:0}.landing-demo-gap>small{font-size:.7rem;color:var(--tinta-suave)}.landing-demo-gap>button{width:100%;border:2px solid var(--tinta);border-radius:999px;background:var(--acento);color:#fff;box-shadow:0 3px 0 var(--tinta);padding:8px;margin-top:12px;font-size:.72rem;font-weight:900}.landing-demo-gap.filled{display:flex;align-items:center;background:#dff3e7;border-style:solid}.landing-filled{width:100%;margin:0}.landing-filled em{border-radius:999px;background:var(--verde);color:#fff;padding:3px 6px;font-size:.58rem;font-style:normal}.landing-demo-sheet{position:absolute;z-index:4;left:10px;right:10px;bottom:0;min-height:240px;border:2.5px solid var(--tinta);border-bottom:0;border-radius:24px 24px 0 0;background:var(--crema);box-shadow:0 -6px 25px rgba(51,35,26,.16);padding:17px 13px;animation:landing-sheet .35s ease-out}.landing-demo-sheet>i{display:block;width:40px;height:4px;border-radius:8px;background:var(--linea);margin:-8px auto 9px}.landing-demo-sheet>small{display:block;color:var(--tinta-suave);font-size:.68rem;margin-bottom:8px}.landing-demo-sheet>div{display:flex;align-items:center;gap:8px;border:2px solid var(--tinta);border-radius:13px;background:var(--blanco);padding:7px;margin-top:7px}.landing-demo-sheet>div.highlight{background:#fff0cb;transform:scale(1.02)}.landing-demo-sheet>div>span{width:34px;height:34px}.landing-demo-sheet p{flex:1;display:flex;flex-direction:column;margin:0;font-size:.72rem}.landing-demo-sheet p small{color:var(--tinta-suave);font-size:.57rem}.landing-demo-sheet em{border-radius:999px;background:var(--wa);color:#fff;padding:6px;font-size:.58rem;font-style:normal}.landing-demo-message{position:absolute;z-index:8;right:18px;bottom:22px;width:80%;border:2.5px solid var(--tinta);border-radius:16px 16px 4px 16px;background:#dff3e7;box-shadow:0 4px 0 var(--tinta);padding:12px;font-size:.72rem;animation:landing-pop .25s ease-out}.landing-demo-message b{display:block;margin-bottom:4px}.landing-demo-message span{float:right;color:var(--landing-blue)}@keyframes landing-sheet{0%{transform:translateY(100%)}}@keyframes landing-pop{0%{opacity:0;transform:scale(.8) translateY(15px)}}.landing-pain-grid,.landing-step-grid{display:grid;gap:15px}.landing-pain,.landing-step{border:var(--ink-border);border-radius:20px;background:var(--blanco);box-shadow:0 4px 0 var(--tinta);padding:21px}.landing-pain>span{font-size:2rem}.landing-pain h3{font-size:1.16rem;line-height:1.3;margin:11px 0}.landing-pain p,.landing-step p{font-size:.88rem;line-height:1.5;color:var(--tinta-suave);margin:0}.landing-pain p b{color:var(--acento)}.landing-step>span{width:42px;height:42px;display:grid;place-items:center;border:2px solid var(--tinta);border-radius:50%;background:var(--acento);color:#fff;box-shadow:0 3px 0 var(--tinta);font-family:var(--display);font-size:1.2rem}.landing-step h3{font-size:1.18rem;margin:14px 0 5px}.landing-step-grid+.landing-micro{margin-top:20px}.landing-showcase{display:grid;align-items:center;gap:40px}.landing-showcase h2{margin-bottom:20px}.landing-swatch-label{font-size:.8rem;font-weight:900;margin:25px 0 8px}.landing-swatches{display:flex;flex-wrap:wrap;gap:9px}.landing-swatches button{position:relative;width:45px;height:45px;border:2.5px solid var(--tinta);border-radius:13px;box-shadow:0 3px 0 var(--tinta)}.landing-swatches button.selected:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-weight:900;text-shadow:0 1px 3px #000}.landing-booking-preview{width:min(100%,390px);justify-self:center;border:3px solid var(--tinta);border-radius:30px;background:var(--crema);box-shadow:9px 10px 0 var(--tinta);overflow:hidden}.landing-booking-preview>header{background:var(--preview-accent);color:#fff;text-align:center;padding:24px 12px}.landing-booking-preview>header>span{font-size:2rem}.landing-booking-preview h3{font-size:1.35rem;margin:3px}.landing-booking-preview header p{font-size:.68rem;margin:0}.landing-booking-preview>div{padding:14px}.landing-booking-preview article{display:flex;align-items:center;gap:9px;border:2px solid var(--tinta);border-radius:14px;background:var(--blanco);padding:10px}.landing-booking-preview article>span{font-size:1.5rem}.landing-booking-preview article p{display:flex;flex:1;flex-direction:column;margin:0}.landing-booking-preview article small{color:var(--tinta-suave);font-size:.65rem}.landing-booking-preview article em{font-style:normal;font-size:.75rem}.landing-booking-preview section{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:11px 0}.landing-booking-preview section button{border:2px solid var(--tinta);border-radius:999px;background:var(--blanco);padding:7px;font-size:.7rem}.landing-booking-preview .confirm,.landing-booking-preview section button.selected{background:var(--preview-accent);color:#fff}.landing-booking-preview .confirm{width:100%;border:2px solid var(--tinta);border-radius:999px;box-shadow:0 3px 0 var(--tinta);padding:10px;font-weight:900}.landing-incentive{position:relative;width:min(100%,420px);justify-self:center;border:var(--ink-border);border-radius:20px;background:#fff0cb;box-shadow:0 4px 0 var(--tinta);padding:22px}.landing-incentive h3{font-size:1.25rem}.landing-incentive h3 em{color:var(--acento);font-style:normal}.landing-incentive>p{color:var(--tinta-suave);font-size:.88rem;line-height:1.5}.landing-incentive>div{display:flex;align-items:center;gap:7px}.landing-incentive svg{width:19px}.landing-incentive>div>span{color:var(--tinta-suave);font-size:.68rem}.landing-ping{position:absolute;right:18px;top:18px;width:11px;height:11px;border-radius:50%;background:var(--acento);box-shadow:0 0 0 7px color-mix(in srgb,var(--acento) 18%,transparent)}.landing-price-wrap{max-width:940px}.landing-prices{display:grid;gap:22px;margin-top:35px}.landing-price{position:relative;border:var(--ink-border);border-radius:24px;background:var(--blanco);box-shadow:0 6px 0 var(--tinta);padding:27px 23px}.landing-price.featured{background:#fff0cb}.landing-price>p{font-family:var(--display);font-size:1.15rem;margin-bottom:8px}.landing-price h3{font-size:3.2rem;line-height:1;margin:0}.landing-price h3 sup{font-size:1.3rem}.landing-price h3 small{font-size:.8rem;color:var(--tinta-suave)}.landing-price>strong{display:block;color:var(--acento);font-size:.86rem;margin:11px 0 20px}.landing-price ul{list-style:none;padding:0;display:grid;gap:9px;margin-bottom:22px}.landing-price li{display:flex;align-items:center;gap:7px;font-size:.84rem}.landing-price li svg{width:18px;height:18px;padding:3px;border-radius:50%;background:#dff3e7;color:var(--verde)}.landing-price .landing-button{width:100%}.landing-popular{position:absolute;right:18px;top:-14px;border:2px solid var(--tinta);border-radius:999px;background:var(--tinta);color:var(--crema);padding:5px 9px;font-size:.59rem;letter-spacing:.08em}.landing-guarantee{display:flex;gap:12px;align-items:center;border:2.5px dashed var(--tinta);border-radius:18px;background:color-mix(in srgb,var(--acento) 12%,var(--crema));padding:15px;margin-top:22px}.landing-guarantee>span{font-size:1.7rem}.landing-guarantee p{color:var(--tinta-suave);font-size:.75rem;margin:2px 0 0}.landing-faq{max-width:700px}.landing-faq details{border:var(--ink-border);border-radius:16px;background:var(--blanco);box-shadow:0 3px 0 var(--tinta);margin-bottom:11px;overflow:hidden}.landing-faq summary{list-style:none;display:flex;justify-content:space-between;gap:10px;padding:15px 17px;font-family:var(--display);font-size:1rem;cursor:pointer}.landing-faq summary::-webkit-details-marker{display:none}.landing-faq summary:after{content:"+";font-size:1.4rem;color:var(--acento)}.landing-faq details[open] summary:after{transform:rotate(45deg)}.landing-faq details p{padding:0 17px 16px;color:var(--tinta-suave);font-size:.86rem;line-height:1.55;margin:0}.landing-close{text-align:center;padding:100px 0}.landing-close .magnet-logo{width:75px;height:82px}.landing-close h2{max-width:16ch;margin:20px auto 32px}.centered-actions{justify-content:center}.landing-footer{border-top:2.5px solid var(--tinta);padding:24px 0 95px;color:var(--tinta-suave);font-size:.76rem}.landing-footer .landing-wrap{display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:space-between}.landing-footer b{color:var(--tinta)}.landing-footer a{color:inherit}.landing-sticky{position:fixed;z-index:35;left:0;right:0;bottom:0;padding:18px 14px max(10px,env(safe-area-inset-bottom));background:linear-gradient(transparent,var(--crema) 34%)}.landing-sticky .landing-button{width:100%}@media(min-width:760px){.landing-pain-grid,.landing-step-grid{grid-template-columns:repeat(3,1fr)}.landing-prices{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.landing-hero-grid{grid-template-columns:1.05fr .95fr}.landing-showcase{grid-template-columns:1fr 1fr}.landing-showcase.reverse>div:first-child{order:2}.landing-sticky{display:none}.landing-footer{padding-bottom:28px}}@media(prefers-reduced-motion:reduce){.landing-button,.landing-demo-gap{transition:none}.landing-demo-message,.landing-demo-sheet{animation:none}}