:root{--sero-black:#050505;--sero-ink:#111;--sero-muted:#6e6e73;--sero-green:#00bf66;--sero-red:#ff2d2d;--font-sero:-apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", "Segoe UI", system-ui, sans-serif;--stage-max:1180px;--stage-pad-x:clamp(18px, 5vw, 72px);--visual-top:clamp(98px, 21.4svh, 184px);--logo-size:clamp(136px, 13vw, 176px);--title-top:clamp(284px, 50.5svh, 372px);--subtitle-top:calc(var(--title-top) + clamp(48px, 6.5svh, 58px));--action-top:calc(var(--title-top) + clamp(120px, 17.4svh, 148px));--button-width:clamp(326px, 31vw, 390px);--button-height:46px;--button-font:clamp(12.2px, 1vw, 14px);--bip-title-top:clamp(94px, 13.6svh, 136px);--bip-subtitle-top:calc(var(--bip-title-top) + 56px);--bip-content-top:calc(var(--bip-title-top) + 136px);--bip-action-top:clamp(520px, 68svh, 610px);--bip-note-top:calc(var(--bip-action-top) + 76px);--sero-subtitle-size:clamp(17px, 1.45vw, 21px);--ease-sero:cubic-bezier(.22, 1, .36, 1);--ease-out:cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{width:100%;height:100%;min-height:100%;margin:0}html{touch-action:manipulation;-webkit-text-size-adjust:100%;overflow:hidden}body{min-height:100svh;font-family:var(--font-sero);color:var(--sero-black);font-synthesis-weight:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;background:#fff}button{cursor:pointer;-webkit-user-select:none;user-select:none;font:inherit;border:0}input,textarea,select{touch-action:manipulation;font-size:max(16px,1em)}a,button,[role=button]{touch-action:manipulation}img,svg{display:block}.sero-web-root{width:100%;height:100svh;min-height:100svh;padding:0 var(--stage-pad-x);background:#fff;overflow:hidden}.sero-page{width:min(var(--stage-max), calc(100vw - 2 * var(--stage-pad-x)));text-align:center;height:100svh;min-height:560px;animation:seroScreenIn .3s var(--ease-sero) both;margin:0 auto;position:relative;overflow:hidden}@keyframes seroScreenIn{0%{opacity:0;filter:blur(1.5px);transform:translateY(8px)scale(.994)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.sero-visual-slot,.sero-title,.sero-subtitle,.sero-action-slot,.sero-bip39-content,.sero-lower-note{position:absolute;left:50%;transform:translate(-50%)}.sero-visual-slot{top:var(--visual-top);width:min(100%,640px);min-height:var(--logo-size);justify-content:center;align-items:center;display:flex}.sero-character{width:var(--logo-size);height:var(--logo-size);object-fit:contain;image-rendering:auto;-webkit-user-select:none;user-select:none;pointer-events:none;transform:translateZ(0)}.sero-character-question{width:calc(var(--logo-size) * .9);height:calc(var(--logo-size) * .9);transform:translateY(-4px)translateZ(0)}.sero-title{top:var(--title-top);letter-spacing:-.052em;text-wrap:balance;width:min(100%,760px);margin:0;font-size:clamp(30px,3.35vw,42px);font-weight:760;line-height:1.04}.sero-subtitle,.sero-lower-note{width:min(100%,620px);font-size:var(--sero-subtitle-size);letter-spacing:-.026em;color:var(--sero-black);text-wrap:balance;margin:0;font-weight:730;line-height:1.28}.sero-subtitle{top:var(--subtitle-top)}.sero-lower-note{top:calc(var(--action-top) + 92px);letter-spacing:-.03em;width:min(100%,680px);font-weight:760}.sero-action-slot{top:var(--action-top);place-items:center;width:min(100%,520px);display:grid}.sero-button{width:var(--button-width);max-width:100%;height:var(--button-height);white-space:nowrap;text-overflow:clip;min-width:0;font-size:var(--button-font);letter-spacing:-.022em;transition:transform .14s var(--ease-out), box-shadow .14s var(--ease-out), background .14s var(--ease-out), opacity .14s var(--ease-out);border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-weight:760;line-height:1;display:inline-flex;overflow:hidden}.sero-button:active{transform:scale(.985)}.sero-button:disabled{cursor:default;opacity:.42;box-shadow:none;transform:none}.sero-button-primary{background:var(--sero-black);color:#fff;box-shadow:0 18px 48px #00000024}.sero-button-primary:hover{transform:translateY(-1px);box-shadow:0 24px 64px #00000029}.sero-button-secondary{color:var(--sero-black);background:#fff;border:1px solid #0000002e;box-shadow:0 14px 36px #00000009,inset 0 1px #ffffffe6}.sero-dual-actions{justify-items:center;gap:15px;display:grid}.sero-security-options{justify-content:center;align-items:center;gap:clamp(18px,4.4vw,44px);display:flex}.sero-security-circle{width:clamp(104px,11vw,138px);height:clamp(104px,11vw,138px);color:var(--sero-black);letter-spacing:-.012em;transition:transform .17s var(--ease-out), border-color .17s var(--ease-out), box-shadow .17s var(--ease-out);background:#fff;border:1.5px solid #0000002e;border-radius:999px;place-items:center;padding:12px;font-size:clamp(15px,1.18vw,18px);font-weight:760;line-height:1;display:grid;box-shadow:0 18px 48px #0000000b,inset 0 1px #ffffffeb}.sero-security-circle:hover{transform:translateY(-2px);box-shadow:0 24px 62px #00000012,inset 0 1px #fffffff0}.sero-security-circle.is-selected{border-color:var(--sero-green);border-width:2px;box-shadow:0 22px 64px #00bf6621,inset 0 0 0 1px #00bf662e,inset 0 1px #ffffffeb}.sero-security-circle:disabled{cursor:default;opacity:.42;transform:none;box-shadow:0 12px 32px #00000006,inset 0 1px #ffffffeb}.sero-footer{letter-spacing:.115em;text-transform:uppercase;color:var(--sero-black);margin:0;font-size:clamp(10px,.72vw,13px);font-weight:800;line-height:1;position:absolute;bottom:clamp(38px,6.2svh,68px);left:0;right:0}@media (max-width:820px){:root{--stage-pad-x:16px;--visual-top:clamp(104px, 20.6svh, 180px);--logo-size:clamp(136px, 39vw, 156px);--title-top:clamp(306px, 44.5svh, 376px);--subtitle-top:calc(var(--title-top) + 48px);--action-top:calc(var(--title-top) + 120px);--button-width:min(calc(100vw - 44px), 344px);--button-height:45px;--button-font:clamp(11.8px, 3.25vw, 12.8px);--bip-title-top:clamp(88px, 12.4svh, 118px);--bip-subtitle-top:calc(var(--bip-title-top) + 52px);--bip-content-top:calc(var(--bip-title-top) + 124px);--bip-action-top:clamp(510px, 68svh, 580px);--bip-note-top:calc(var(--bip-action-top) + 66px);--sero-subtitle-size:clamp(16px, 4.2vw, 18px)}.sero-page{width:100%;min-height:620px}.sero-title{font-size:clamp(27px,7vw,34px)}.sero-dual-actions{gap:13px}.sero-security-options{gap:12px}.sero-security-circle{width:96px;height:96px;font-size:13px}.sero-character-question{width:calc(var(--logo-size) * .96);height:calc(var(--logo-size) * .96);transform:translateY(-3px)translateZ(0)}.sero-lower-note{top:calc(var(--action-top) + 78px);width:min(100%,360px)}.sero-footer{letter-spacing:.09em;font-size:9.5px;bottom:clamp(40px,6svh,58px)}}@media (max-width:390px){:root{--stage-pad-x:14px;--logo-size:140px;--button-width:min(calc(100vw - 36px), 324px);--button-font:11.35px}.sero-security-circle{width:88px;height:88px;font-size:12px}}@media (max-height:640px){:root{--visual-top:88px;--logo-size:clamp(118px, 12vw, 148px);--title-top:268px;--subtitle-top:318px;--action-top:390px;--bip-title-top:58px;--bip-subtitle-top:104px;--bip-content-top:164px;--bip-action-top:460px;--bip-note-top:540px}.sero-page{min-height:560px}.sero-lower-note{top:462px}.sero-footer{bottom:28px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important}}.sero-page-library .sero-visual-slot{width:min(100%,760px);min-height:clamp(128px,14vw,178px)}.sero-book-carousel{justify-content:center;align-items:center;width:min(100%,720px);height:clamp(128px,14vw,178px);display:flex;position:relative}.sero-book-strip{pointer-events:none;justify-content:center;align-items:center;width:min(100%,620px);height:100%;display:flex;position:relative;overflow:visible}.sero-book-card{opacity:.58;pointer-events:auto;width:clamp(98px,9.5vw,138px);height:clamp(98px,9.5vw,138px);transition:transform .24s var(--ease-out), opacity .24s var(--ease-out), filter .24s var(--ease-out);filter:saturate(.96);background:0 0;border:0;border-radius:22px;padding:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.78)}.sero-book-card.is-offset--2{opacity:.48;transform:translate(calc(-50% - clamp(198px,18.4vw,255px)),-50%)scale(.72)}.sero-book-card.is-offset--1{opacity:.76;transform:translate(calc(-50% - clamp(104px,9.4vw,136px)),-50%)scale(.9)}.sero-book-card.is-offset-0{opacity:1;z-index:3;filter:saturate();transform:translate(-50%,-50%)scale(1.12)}.sero-book-card.is-offset-1{opacity:.76;transform:translate(calc(-50% + clamp(104px,9.4vw,136px)),-50%)scale(.9)}.sero-book-card.is-offset-2{opacity:.48;transform:translate(calc(-50% + clamp(198px,18.4vw,255px)),-50%)scale(.72)}.sero-book-card:active{transition-duration:90ms}.sero-book-card.is-selected:active{transform:translate(-50%,-50%)scale(1.095)}.sero-carousel-arrow{z-index:6;color:#0000009e;width:36px;height:36px;transition:transform .16s var(--ease-out), opacity .16s var(--ease-out), color .16s var(--ease-out);background:#ffffffdb;border:1px solid #00000014;border-radius:999px;place-items:center;font-size:30px;font-weight:560;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 34px #0000000e,inset 0 1px #ffffffeb}.sero-page-guide{width:min(var(--stage-max), calc(100vw - 2 * var(--stage-pad-x)));text-align:center;height:100svh;min-height:560px;margin:0 auto;padding:0;display:block;overflow:hidden}.sero-page-guide .sero-passkey-steps{counter-reset:sero-step;gap:10px;width:min(100%,398px);margin:0;padding:0;list-style:none;display:grid}.sero-page-guide .sero-passkey-steps li{counter-increment:sero-step;min-height:62px;color:var(--sero-black);text-align:left;background:#f8f8f9e6;border:1px solid #0001;border-radius:22px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px;padding:10px 15px 10px 12px;display:grid;overflow:hidden}.sero-page-guide .sero-passkey-steps li:before{content:counter(sero-step);width:34px;height:34px;color:var(--sero-black);background:#fff;border:1px solid #00000024;border-radius:999px;place-items:center;font-size:13px;font-weight:820;line-height:1;display:grid}.sero-page-guide .sero-passkey-steps li.is-green-step:before{background:var(--sero-green);border-color:var(--sero-green);color:#fff}.sero-page-guide .sero-passkey-steps li.is-red-step:before{background:var(--sero-red);border-color:var(--sero-red);color:#fff}.sero-passkey-step-text{gap:3px;min-width:0;display:grid}.sero-passkey-step-text strong,.sero-passkey-step-text small{white-space:normal;overflow-wrap:normal;word-break:normal;min-width:0;display:block}.sero-passkey-step-text strong{color:var(--sero-black);letter-spacing:-.018em;font-size:clamp(13.5px,1.08vw,15px);font-weight:820;line-height:1.12}.sero-passkey-step-text small{color:#0000009e;letter-spacing:-.012em;font-size:clamp(12px,.96vw,13.2px);font-weight:640;line-height:1.18}.sero-guide-actions{justify-items:center;gap:15px;margin-top:4px;display:grid}@media (max-width:820px){.sero-page-library .sero-visual-slot{width:min(100%,390px);min-height:128px}.sero-book-carousel{width:min(100%,390px);height:128px}.sero-book-strip{width:min(100%,336px)}.sero-book-card{border-radius:18px;width:88px;height:88px}.sero-book-card.is-offset--2{opacity:.36;transform:translate(calc(-50% - 150px),-50%)scale(.68)}.sero-book-card.is-offset--1{opacity:.7;transform:translate(calc(-50% - 76px),-50%)scale(.84)}.sero-book-card.is-offset-0{transform:translate(-50%,-50%)scale(1.12)}.sero-book-card.is-offset-1{opacity:.7;transform:translate(calc(76px - 50%),-50%)scale(.84)}.sero-book-card.is-offset-2{opacity:.36;transform:translate(calc(150px - 50%),-50%)scale(.68)}.sero-carousel-arrow{opacity:.86;width:32px;height:32px;font-size:26px}.sero-carousel-arrow-left{left:0}.sero-carousel-arrow-right{right:0}.sero-page-guide .sero-passkey-guide-card{gap:14px;width:min(100%,380px);top:clamp(70px,9.8svh,104px)}.sero-page-guide .sero-passkey-title{font-size:clamp(31px,7.4vw,38px)}.sero-page-guide .sero-passkey-steps{gap:8px;width:min(100%,350px)}.sero-page-guide .sero-passkey-steps li{min-height:56px;padding:10px 12px 10px 10px}.sero-page-guide .sero-passkey-steps li:before{width:30px;height:30px;font-size:12px}.sero-guide-actions{gap:13px}}@media (max-height:700px){.sero-page-guide .sero-passkey-guide-card{gap:10px;top:58px}.sero-page-guide .sero-passkey-steps li{min-height:50px}}@media (max-height:640px){.sero-page-library .sero-visual-slot{min-height:108px}.sero-book-carousel{height:108px}.sero-book-card{width:84px;height:84px}.sero-page-guide .sero-passkey-guide-card{top:42px}}.sero-book-carousel{touch-action:pan-y;-webkit-user-select:none;user-select:none;contain:layout style;justify-content:center;align-items:center;width:min(100vw,1180px);height:clamp(214px,24vw,292px);display:flex;position:relative;overflow:visible}.sero-book-strip{pointer-events:none;perspective:1200px;width:min(96vw,1040px);height:100%;position:relative;overflow:visible}.sero-book-card{opacity:.72;pointer-events:auto;filter:drop-shadow(12px 18px 14px #00000021);will-change:transform, opacity;width:clamp(156px,14.6vw,222px);height:clamp(156px,14.6vw,222px);transform-style:preserve-3d;background:0 0;border:0;border-radius:28px;padding:0;transition:transform .56s cubic-bezier(.22,1,.36,1),opacity .44s cubic-bezier(.22,1,.36,1),filter .44s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sero-book-card img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:100%;height:100%}.sero-book-card.is-selected,.sero-book-card.is-plus-0{opacity:1;z-index:5;filter:drop-shadow(16px 28px 18px #0000002e);transform:translate(-50%,-50%)scale(1.12)}.sero-book-card.is-selected img,.sero-book-card.is-plus-0 img{animation:.56s cubic-bezier(.22,1,.36,1) both coverSettle}@keyframes coverSettle{0%{transform:translateY(2px)scale(.992)}to{transform:translateY(0)scale(1)}}.sero-book-card.is-minus-1{z-index:4;opacity:.78;transform:translate(calc(-50% - clamp(172px,20vw,258px)),-50%)scale(.88)}.sero-book-card.is-plus-1{z-index:4;opacity:.78;transform:translate(calc(-50% + clamp(172px,20vw,258px)),-50%)scale(.88)}.sero-book-card.is-minus-2{z-index:3;opacity:.44;filter:drop-shadow(8px 12px 12px #0000001a);transform:translate(calc(-50% - clamp(326px,37vw,458px)),-50%)scale(.68)}.sero-book-card.is-plus-2{z-index:3;opacity:.44;filter:drop-shadow(8px 12px 12px #0000001a);transform:translate(calc(-50% + clamp(326px,37vw,458px)),-50%)scale(.68)}.sero-carousel-arrow{z-index:8;width:50px;height:50px;color:var(--sero-black);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd6;border:1px solid #00000014;border-radius:999px;place-items:center;padding-bottom:6px;font-size:42px;font-weight:500;line-height:1;transition:transform .16s cubic-bezier(.16,1,.3,1),box-shadow .16s,background .16s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 18px 46px #00000013,inset 0 1px #ffffffe0}.sero-carousel-arrow:hover{background:#fffffff0;transform:translateY(calc(-50% - 2px));box-shadow:0 24px 60px #0000001a}.sero-carousel-arrow:active{transform:translateY(-50%)scale(.96)}.sero-button-danger{background:var(--sero-red);color:#fff;box-shadow:0 18px 48px #ff2d2d2b}.sero-page-almost .sero-passkey-guide-card{top:clamp(70px,10.2svh,110px)}.sero-final-steps li:before{color:var(--sero-black);background:#f5f5f7;border-color:#0003}.sero-page-copy{width:min(var(--stage-max), calc(100vw - 2 * var(--stage-pad-x)));text-align:center;height:100svh;min-height:560px;margin:0 auto;position:relative;overflow:hidden}.sero-back-orb{z-index:4;width:44px;height:44px;color:var(--sero-black);transition:transform .16s var(--ease-out), box-shadow .16s var(--ease-out);background:#ffffffe6;border:1px solid #00000014;border-radius:999px;place-items:center;padding:0 2px 4px 0;font-size:34px;font-weight:560;line-height:1;display:grid;position:absolute;top:clamp(82px,12.4svh,124px);left:calc(50% - 190px);box-shadow:0 14px 34px #0000000e,inset 0 1px #ffffffeb}.sero-back-orb:active{transform:scale(.96)}.sero-copy-visual{place-items:center;display:grid;position:absolute;top:clamp(76px,12.6svh,124px);left:50%;transform:translate(-50%)}.sero-qr-button{color:var(--sero-black);background:0 0;justify-items:center;gap:10px;padding:0;display:grid}.sero-qr-placeholder{width:clamp(122px,11.8vw,164px);height:clamp(122px,11.8vw,164px);image-rendering:pixelated}.sero-qr-button span{letter-spacing:.115em;font-size:clamp(13px,.98vw,15px);font-weight:820;line-height:1;display:block}@media (max-width:820px){.sero-page-library .sero-visual-slot{width:min(100vw,460px);min-height:174px;top:clamp(92px,14svh,124px)}.sero-book-carousel{width:min(100vw,460px);height:174px}.sero-book-strip{width:min(100vw,420px)}.sero-book-card{border-radius:22px;width:132px;height:132px}.sero-book-card.is-minus-1{opacity:.76;transform:translate(calc(-50% - 108px),-50%)scale(.86)}.sero-book-card.is-plus-1{opacity:.76;transform:translate(calc(108px - 50%),-50%)scale(.86)}.sero-book-card.is-minus-2{opacity:.36;transform:translate(calc(-50% - 204px),-50%)scale(.64)}.sero-book-card.is-plus-2{opacity:.36;transform:translate(calc(204px - 50%),-50%)scale(.64)}.sero-book-card.is-selected,.sero-book-card.is-plus-0{transform:translate(-50%,-50%)scale(1.12)}.sero-carousel-arrow{opacity:.92;width:38px;height:38px;padding-bottom:4px;font-size:32px}.sero-carousel-arrow-left{left:2px}.sero-carousel-arrow-right{right:2px}.sero-back-orb{width:38px;height:38px;font-size:30px;top:clamp(70px,10.6svh,104px);left:max(16px,50% - 178px)}.sero-copy-visual{top:clamp(72px,11svh,112px)}.sero-qr-placeholder{width:128px;height:128px}.sero-copy-title{top:clamp(260px,40.6svh,320px)}.sero-copy-subtitle{top:calc(clamp(260px,40.6svh,320px) + 52px)}.sero-copy-actions{top:calc(clamp(260px,40.6svh,320px) + 124px)}}@media (max-height:700px){.sero-page-library .sero-visual-slot{min-height:184px;top:64px}.sero-book-carousel{height:184px}.sero-book-card{width:clamp(136px,13vw,184px);height:clamp(136px,13vw,184px)}.sero-copy-visual{top:58px}.sero-copy-title{top:238px}.sero-copy-subtitle{top:292px}.sero-copy-actions{top:362px}}@media (max-height:640px){.sero-page-library .sero-visual-slot{min-height:160px;top:48px}.sero-book-carousel{height:160px}.sero-book-card{width:122px;height:122px}.sero-copy-visual{top:42px}.sero-qr-placeholder{width:112px;height:112px}.sero-copy-title{top:202px}.sero-copy-subtitle{top:252px}.sero-copy-actions{top:318px}}.sero-back-button{z-index:72;top:max(18px, env(safe-area-inset-top));left:max(18px, env(safe-area-inset-left));width:48px;height:48px;color:var(--sero-black);-webkit-backdrop-filter:blur(12px)saturate(1.08);transition:transform .15s var(--ease-out), opacity .15s var(--ease-out), background .15s var(--ease-out);background:#ffffffd1;border:1px solid #00000012;border-radius:999px;place-items:center;display:grid;position:fixed;transform:translateZ(0);box-shadow:0 12px 32px #0000000e,inset 0 1px #fffffff5}.sero-back-button svg{stroke:currentColor;stroke-width:2.35px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:25px;height:25px;transform:translate(-1px)}.sero-back-button:active{background:#fafafbf0;transform:scale(.965)translateZ(0)}.sero-page-library{width:100vw;max-width:100vw;animation:none;left:50%;overflow:visible;transform:translate(-50%)}.sero-page-library .sero-visual-slot{width:100vw;min-height:clamp(250px,27vw,350px);top:clamp(50px,8.4svh,78px);overflow:visible}.sero-page-library .sero-title{top:clamp(410px,53svh,454px)}.sero-page-library .sero-subtitle{top:calc(clamp(410px,53svh,454px) + 58px)}.sero-page-library .sero-action-slot{top:calc(clamp(410px,53svh,454px) + 138px)}.sero-book-carousel{contain:none;width:100vw;height:clamp(250px,27vw,350px);overflow:visible}.sero-book-strip{perspective:1400px;width:min(100vw,1440px);overflow:visible}.sero-book-card{border-radius:30px;width:clamp(184px,17.2vw,280px);height:clamp(184px,17.2vw,280px);transition:transform .64s cubic-bezier(.22,1,.36,1),opacity .52s cubic-bezier(.22,1,.36,1),filter .52s cubic-bezier(.22,1,.36,1)}.sero-book-card.is-selected,.sero-book-card.is-plus-0{opacity:1;transform:translate(-50%,-50%)scale(1.16)}.sero-book-card.is-minus-1{opacity:.78;transform:translate(calc(-50% - clamp(218px,19vw,302px)),-50%)scale(.88)}.sero-book-card.is-plus-1{opacity:.78;transform:translate(calc(-50% + clamp(218px,19vw,302px)),-50%)scale(.88)}.sero-book-card.is-minus-2{opacity:.42;transform:translate(calc(-50% - clamp(412px,36vw,548px)),-50%)scale(.66)}.sero-book-card.is-plus-2{opacity:.42;transform:translate(calc(-50% + clamp(412px,36vw,548px)),-50%)scale(.66)}.sero-book-card.is-selected:active,.sero-book-card.is-plus-0:active{transform:translate(-50%,-50%)scale(1.12)}.sero-carousel-arrow-left{left:clamp(22px,8vw,156px)}.sero-carousel-arrow-right{right:clamp(22px,8vw,156px)}.sero-page-copy .sero-back-orb{display:none}.sero-copy-visual{top:clamp(104px,16.2svh,156px)}.sero-qr-placeholder{width:clamp(156px,14.8vw,212px);height:clamp(156px,14.8vw,212px)}.sero-qr-button span{margin-top:2px}.sero-copy-title{top:clamp(350px,53.5svh,438px)}.sero-copy-subtitle{top:calc(clamp(350px,53.5svh,438px) + 60px)}.sero-copy-actions{top:calc(clamp(350px,53.5svh,438px) + 144px)}.clean-reader-page,.clean-reader-loader{text-align:center;background:#fff;place-items:center;width:100vw;height:100svh;min-height:560px;margin:0;padding:clamp(22px,3svh,34px) clamp(14px,3vw,34px);display:grid;overflow:hidden}.clean-reader-shell{background:linear-gradient(#fffffffa,#f8f8faf0);border:1px solid #0000000f;border-radius:clamp(28px,3vw,42px);grid-template-rows:auto auto minmax(0,1fr) auto;gap:14px;width:min(92vw,720px);height:min(88svh,820px);min-height:0;padding:clamp(18px,2.3vw,30px);display:grid;overflow:hidden;box-shadow:0 28px 84px #00000014,inset 0 1px #fffffff5}.clean-reader-header h1{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:calc(100% - 72px);color:var(--sero-black);letter-spacing:-.046em;margin:0;font-size:clamp(22px,1.8vw,28px);font-weight:780;line-height:1.08;overflow:hidden}.clean-reader-icon-button{width:52px;height:52px;color:var(--sero-black);transition:transform .15s var(--ease-out), background .15s, box-shadow .15s;background:#ffffffeb;border:1px solid #0000000f;border-radius:999px;flex:none;place-items:center;display:grid;box-shadow:0 14px 40px #00000012,inset 0 1px #ffffffe0}.clean-reader-icon-button svg,.clean-reader-search svg{stroke:currentColor;stroke-width:2.25px;stroke-linecap:round;stroke-linejoin:round;fill:none;display:block}.clean-reader-search{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #0001;border-radius:999px;grid-template-columns:34px minmax(0,1fr) 102px;align-items:center;gap:8px;height:52px;padding:5px 6px 5px 14px;display:grid;box-shadow:0 18px 48px #0000000e,inset 0 1px #ffffffe0}.clean-reader-search input{width:100%;min-width:0;height:100%;box-shadow:none;color:var(--sero-black);background:0 0;border:0;outline:none;padding:0 4px;font-size:15px;font-weight:650}.clean-reader-search button{background:var(--sero-black);color:#fff;letter-spacing:-.018em;border-radius:999px;height:40px;padding:0 14px;font-size:13px;font-weight:780;line-height:1}.clean-reader-text{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;height:100%;min-height:0;color:var(--sero-black);text-align:justify;text-align-last:left;letter-spacing:-.004em;background:#ffffffdb;border:1px solid #0000000e;border-radius:clamp(24px,2.3vw,32px);padding:clamp(20px,2.4vw,30px);font-size:clamp(16.5px,1.16vw,18.2px);line-height:1.76;overflow-y:auto;box-shadow:inset 0 1px #ffffffe0}.clean-reader-word{cursor:pointer;transition:background .12s var(--ease-out), color .12s var(--ease-out), box-shadow .12s var(--ease-out);border-radius:7px;margin:0 -1px;padding:1px 2px}.clean-reader-word.is-start{color:#00a85b;background:#00bf661a;font-weight:800;box-shadow:0 0 0 3px #00bf661a}.clean-reader-word.is-end{color:#ff2d2d;background:#ff2d2d1a;font-weight:800;box-shadow:0 0 0 3px #ff2d2d1a}.clean-reader-word.is-inside{color:#00000061;background:#00000009}.clean-reader-error{min-height:18px;color:var(--sero-red);letter-spacing:-.012em;margin-top:-4px;font-size:13px;font-weight:720}.clean-reader-actions{grid-template-columns:minmax(130px,.95fr) minmax(0,1.1fr);align-items:center;gap:12px;display:grid}.clean-chapter-select,.clean-reader-continue{border-radius:999px;width:100%;height:48px;overflow:hidden}.clean-chapter-select{background:#fffffff0;border:1px solid #0000001f;display:block;position:relative;box-shadow:0 10px 28px #00000009,inset 0 1px #ffffffeb}.clean-chapter-select select{appearance:none;width:100%;height:100%;color:var(--sero-black);text-align:center;text-align-last:center;background:0 0;border:0;outline:0;padding:0 16px;font-size:14px;font-weight:780}.clean-reader-continue{background:var(--sero-black);color:#fff;letter-spacing:-.018em;transition:transform .14s var(--ease-out), opacity .14s var(--ease-out), box-shadow .14s var(--ease-out);justify-content:center;align-items:center;font-size:14px;font-weight:780;display:inline-flex;box-shadow:0 16px 42px #00000021}.clean-reader-continue:disabled,.clean-reader-continue[aria-disabled=true]{cursor:default;opacity:.34;box-shadow:none}.clean-reader-loader-card{justify-items:center;gap:14px;width:min(100%,360px);display:grid}.clean-reader-loader-mark{border:1px solid #00000014;border-radius:999px;width:58px;height:58px;position:relative;box-shadow:0 18px 46px #0000000f,inset 0 1px #ffffffeb}@keyframes seroReaderSpin{to{transform:rotate(360deg)}}.clean-reader-loader-card p{color:#0000009e;letter-spacing:-.018em;margin:0;font-size:16px;font-weight:700}@media (max-width:820px){.sero-back-button{top:max(18px, env(safe-area-inset-top));left:max(18px, env(safe-area-inset-left));width:44px;height:44px}.sero-back-button svg{width:23px;height:23px}.sero-page-library .sero-visual-slot{width:100vw;min-height:210px;top:clamp(82px,13svh,118px)}.sero-book-carousel{width:100vw;height:210px}.sero-book-strip{width:100vw}.sero-book-card{border-radius:24px;width:154px;height:154px}.sero-book-card.is-selected,.sero-book-card.is-plus-0{transform:translate(-50%,-50%)scale(1.12)}.sero-book-card.is-minus-1{opacity:.76;transform:translate(calc(-50% - 124px),-50%)scale(.86)}.sero-book-card.is-plus-1{opacity:.76;transform:translate(calc(124px - 50%),-50%)scale(.86)}.sero-book-card.is-minus-2{opacity:.34;transform:translate(calc(-50% - 236px),-50%)scale(.62)}.sero-book-card.is-plus-2{opacity:.34;transform:translate(calc(236px - 50%),-50%)scale(.62)}.sero-carousel-arrow{width:38px;height:38px;padding-bottom:4px;font-size:32px}.sero-carousel-arrow-left{left:10px}.sero-carousel-arrow-right{right:10px}.sero-page-library .sero-title{top:clamp(322px,43svh,378px)}.sero-page-library .sero-subtitle{top:calc(clamp(322px,43svh,378px) + 52px)}.sero-page-library .sero-action-slot{top:calc(clamp(322px,43svh,378px) + 126px)}.sero-copy-visual{top:clamp(92px,14svh,130px)}.sero-qr-placeholder{width:152px;height:152px}.sero-copy-title{top:clamp(314px,47svh,360px)}.sero-copy-subtitle{top:calc(clamp(314px,47svh,360px) + 54px)}.sero-copy-actions{top:calc(clamp(314px,47svh,360px) + 130px)}.clean-reader-page,.clean-reader-loader{min-height:620px;padding:18px 12px}.clean-reader-shell{border-radius:30px;gap:10px;width:min(100%,402px);height:calc(100svh - 36px);padding:18px 14px}.clean-reader-header{min-height:44px}.clean-reader-header h1{max-width:calc(100% - 58px);font-size:clamp(19px,5vw,22px)}.clean-reader-icon-button{width:44px;height:44px}.clean-reader-search{grid-template-columns:28px minmax(0,1fr) 84px;gap:4px;height:46px;padding:4px 5px 4px 10px}.clean-reader-search input{font-size:14px}.clean-reader-search button{height:36px;padding:0 8px;font-size:12px}.clean-reader-text{border-radius:24px;padding:20px;font-size:16.4px;line-height:1.72}.clean-reader-actions{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:9px}.clean-chapter-select,.clean-reader-continue{height:48px}.clean-chapter-select select,.clean-reader-continue{font-size:13.5px}}@media (max-height:700px){.sero-page-library .sero-visual-slot{min-height:270px;top:44px}.sero-book-carousel{height:270px}.sero-book-card{width:clamp(160px,16vw,230px);height:clamp(160px,16vw,230px)}.sero-page-library .sero-title{top:352px}.sero-page-library .sero-subtitle{top:410px}.sero-page-library .sero-action-slot{top:488px}.sero-copy-visual{top:72px}.sero-qr-placeholder{width:154px;height:154px}.sero-copy-title{top:276px}.sero-copy-subtitle{top:328px}.sero-copy-actions{top:400px}}@media (max-height:640px){.sero-page-library .sero-visual-slot{min-height:230px;top:38px}.sero-book-carousel{height:230px}.sero-page-library .sero-title{top:302px}.sero-page-library .sero-subtitle{top:352px}.sero-page-library .sero-action-slot{top:422px}.sero-copy-visual{top:48px}.sero-qr-placeholder{width:126px;height:126px}.sero-copy-title{top:214px}.sero-copy-subtitle{top:264px}.sero-copy-actions{top:330px}}.sero-button,.sero-button-primary,.sero-button-secondary,.sero-button-danger,.sero-button-primary:hover,.sero-button-secondary:hover,.sero-button-danger:hover,.sero-security-circle,.sero-carousel-arrow,.sero-back-button{box-shadow:none!important}.sero-page-guide .sero-passkey-guide-card{gap:10px!important;top:clamp(88px,12.8svh,132px)!important}.sero-page-guide .sero-passkey-subtitle{width:min(100%,390px)!important;color:var(--sero-black)!important;font-size:var(--sero-subtitle-size)!important;letter-spacing:-.016em!important;text-wrap:balance!important;margin:0!important;font-weight:650!important;line-height:1.28!important}.sero-page-guide .sero-passkey-steps{margin-top:4px!important}.sero-guide-actions{margin-top:calc(var(--button-height) + 6px)!important}.sero-page-almost .sero-guide-actions{margin-top:calc(var(--button-height) + 4px)!important}@media (max-width:820px){.sero-page-guide .sero-passkey-guide-card{gap:9px!important;top:clamp(82px,11svh,112px)!important}.sero-page-guide .sero-passkey-subtitle{width:min(100%,350px)!important}.sero-guide-actions{margin-top:calc(var(--button-height) + 4px)!important}}@media (max-height:700px){.sero-page-guide .sero-passkey-guide-card{gap:7px!important;top:54px!important}.sero-guide-actions{margin-top:18px!important}}.clean-reader-page,.clean-reader-loader{width:100%;height:var(--sero-vvh,100dvh);min-height:0;padding:max(18px, env(safe-area-inset-top)) 16px max(18px, env(safe-area-inset-bottom));place-items:center;animation:.32s cubic-bezier(.22,1,.36,1) both seroScreenIn;display:grid;overflow:hidden}.clean-reader-shell{width:min(92vw,640px);height:min(760px, calc(var(--sero-vvh,100dvh) - max(36px, env(safe-area-inset-top)) - max(36px, env(safe-area-inset-bottom))));contain:layout paint;background:linear-gradient(#fafafcf0,#f2f2f5e0);border:1px solid #0000000e;border-radius:38px;flex-direction:column;gap:14px;min-height:520px;padding:30px 32px 24px;display:flex;overflow:hidden;box-shadow:0 34px 96px #00000014,inset 0 1px #ffffffeb}.clean-reader-header{flex:none;justify-content:space-between;align-items:center;gap:16px;min-height:54px;display:flex}.clean-reader-icon-button svg{margin:auto}.clean-reader-search{background:#fffffff0;border:1px solid #0001;border-radius:999px;flex:none;grid-template-columns:34px minmax(0,1fr) 94px;align-items:center;gap:8px;height:52px;padding:5px 6px 5px 14px;display:grid;box-shadow:0 18px 48px #0000000e,inset 0 1px #ffffffe0}.clean-reader-search svg{color:#0000008c;justify-self:center}.clean-reader-search button{color:#fff;white-space:nowrap;background:#050505;border-radius:999px;place-items:center;height:40px;font-size:13px;font-weight:760;display:grid}.clean-reader-search button:disabled{opacity:.38}.clean-reader-text{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;color:#000000db;letter-spacing:-.012em;text-align:left;scrollbar-width:thin;scrollbar-color:#0000002e transparent;background:#fffffff5;border:1px solid #00000009;border-radius:30px;flex:auto;width:100%;min-height:0;padding:32px 38px 38px;font-size:19px;font-weight:430;line-height:1.72;overflow:hidden auto;box-shadow:inset 0 1px #fffffff5}.clean-reader-actions{z-index:5;flex:0 0 58px;grid-template-columns:minmax(150px,.9fr) minmax(180px,1.1fr);align-items:stretch;gap:14px;width:100%;min-height:58px;display:grid;position:relative;overflow:visible}.clean-chapter-select,.clean-reader-continue{letter-spacing:-.025em;white-space:nowrap;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border-radius:999px;justify-content:center;align-items:center;width:100%;height:58px;min-height:58px;font-size:16px;font-weight:760;line-height:1;display:inline-flex}.clean-chapter-select{background:#fffffff0;border:1px solid #0000000e;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a,inset 0 1px #ffffffe6}.clean-chapter-select:after{content:"⌄";color:#00000073;pointer-events:none;font-size:17px;position:absolute;top:50%;right:20px;transform:translateY(-54%)}.clean-chapter-select select{appearance:none;color:#111;text-align:center;text-align-last:center;width:100%;height:100%;font:inherit;cursor:pointer;background:0 0;border:0;outline:0;padding:0 38px 0 20px}.clean-reader-continue{color:#fff;z-index:6;pointer-events:auto;background:#050505;position:relative;box-shadow:0 18px 46px #00000029}.clean-reader-continue.is-disabled{opacity:.42;box-shadow:none;background:#0000004d}@media (max-width:820px){.clean-reader-page,.clean-reader-loader{padding:max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));align-items:center}.clean-reader-shell{width:min(100%,430px);height:calc(var(--sero-vvh,100dvh) - max(20px, env(safe-area-inset-top)) - max(20px, env(safe-area-inset-bottom)));min-height:0;max-height:none;padding:16px 14px max(14px, env(safe-area-inset-bottom));border-radius:30px;gap:10px}.clean-reader-header{min-height:46px}.clean-reader-header h1{font-size:clamp(20px,5.2vw,24px)}.clean-reader-icon-button{width:46px;height:46px}.clean-reader-search{border-radius:18px;grid-template-columns:28px minmax(0,1fr) 76px;gap:4px;height:44px;padding:4px 5px 4px 10px}.clean-reader-search input{font-size:14px}.clean-reader-search button{height:36px;padding:0 8px;font-size:12px}.clean-reader-text{letter-spacing:-.01em;text-align:left;border-radius:26px;padding:22px 22px 28px;font-size:clamp(16px,4.25vw,17.3px);line-height:1.62}.clean-reader-actions{flex-basis:52px;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:9px;min-height:52px}.clean-chapter-select,.clean-reader-continue{height:52px;min-height:52px;font-size:14px}.clean-chapter-select select{padding:0 28px 0 12px}.clean-chapter-select:after{right:13px}}@media (max-width:390px){.clean-reader-page,.clean-reader-loader{padding:max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom))}.clean-reader-shell{height:calc(var(--sero-vvh,100dvh) - max(16px, env(safe-area-inset-top)) - max(16px, env(safe-area-inset-bottom)));padding:14px 12px max(12px, env(safe-area-inset-bottom));border-radius:28px;gap:8px}.clean-reader-header{min-height:44px}.clean-reader-icon-button{width:44px;height:44px}.clean-reader-text{padding:19px 18px 24px;font-size:clamp(15.4px,4.08vw,16.2px);line-height:1.58}.clean-reader-actions{flex-basis:50px;gap:8px;min-height:50px}.clean-chapter-select,.clean-reader-continue{height:50px;min-height:50px;font-size:13px}}.clean-reader-page,.clean-reader-loader{height:100dvh;height:var(--sero-vvh,100dvh);min-height:0;padding:max(18px, env(safe-area-inset-top)) 16px max(18px, env(safe-area-inset-bottom));overflow:hidden}.clean-reader-shell{width:min(92vw,620px);height:min(742px, calc(var(--sero-vvh,100dvh) - max(38px, env(safe-area-inset-top)) - max(38px, env(safe-area-inset-bottom))));min-height:min(560px, calc(var(--sero-vvh,100dvh) - 24px));contain:none;grid-template-rows:auto auto minmax(0,1fr) auto;gap:14px;padding:28px 32px 26px;display:grid;overflow:hidden}.clean-reader-search:not(:has(input)){display:none}.clean-reader-text{text-align:justify;text-align-last:auto;-webkit-hyphens:auto;hyphens:auto;word-spacing:normal;touch-action:pan-y;z-index:1;grid-row:3;height:100%;min-height:0;max-height:none;margin:0;padding:32px 38px;position:relative;overflow:hidden auto}.clean-chapter-select,.clean-reader-continue{-webkit-tap-highlight-color:transparent;touch-action:manipulation;pointer-events:auto;-webkit-user-select:none;user-select:none;z-index:25;justify-content:center;align-items:center;height:58px;min-height:58px;max-height:58px;display:inline-flex;position:relative}.clean-reader-continue{cursor:pointer;border:0}.clean-chapter-select{border-radius:999px}.clean-chapter-select select{direction:ltr;padding:0 46px 0 24px;line-height:1;display:block}.clean-reader-icon-button,.clean-reader-icon-button svg,.clean-reader-search svg{place-items:center;display:grid}.clean-reader-icon-button svg,.clean-reader-search svg{width:22px;height:22px}@media (max-width:820px){.clean-reader-page,.clean-reader-loader{padding:max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));place-items:center}.clean-reader-shell{width:min(100%,430px);height:calc(var(--sero-vvh,100dvh) - max(20px, env(safe-area-inset-top)) - max(20px, env(safe-area-inset-bottom)));min-height:0;padding:16px 14px max(16px, env(safe-area-inset-bottom));border-radius:30px;grid-template-rows:auto auto minmax(0,1fr) auto;gap:10px}.clean-reader-header{min-height:46px}.clean-reader-search{height:44px;min-height:44px}.clean-reader-text{border-radius:26px;height:100%;min-height:0;padding:22px 22px 24px;font-size:clamp(16px,4.25vw,17.2px);line-height:1.62}.clean-reader-actions{grid-template-columns:minmax(118px,.78fr) minmax(152px,1.22fr);gap:9px;height:54px;min-height:54px}.clean-chapter-select,.clean-reader-continue{height:54px;min-height:54px;max-height:54px;font-size:14px}.clean-chapter-select select{padding:0 34px 0 14px}.clean-chapter-select:after{width:7px;height:7px;right:16px}}@media (max-width:390px){.clean-reader-page,.clean-reader-loader{padding:max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom))}.clean-reader-shell{height:calc(var(--sero-vvh,100dvh) - max(16px, env(safe-area-inset-top)) - max(16px, env(safe-area-inset-bottom)));padding:14px 12px max(14px, env(safe-area-inset-bottom));gap:8px}.clean-reader-text{padding:19px 18px 22px;font-size:clamp(15.4px,4.08vw,16.2px);line-height:1.58}.clean-reader-actions{grid-template-columns:minmax(108px,.76fr) minmax(142px,1.24fr);gap:8px;height:52px;min-height:52px}.clean-chapter-select,.clean-reader-continue{height:52px;min-height:52px;max-height:52px;font-size:13px}}.clean-reader-error{color:#b00020;text-align:center;background:#ff2d2d14;border:1px solid #ff2d2d29;border-radius:999px;flex:none;place-items:center;width:100%;min-height:40px;padding:9px 14px;font-size:13px;font-weight:720;line-height:1.2;display:grid}.clean-reader-shell,.clean-reader-icon-button,.clean-reader-search,.clean-chapter-select,.clean-reader-continue,.clean-reader-loader-card,.clean-reader-loader-mark,.sero-button,.sero-button-primary,.sero-button-secondary,.sero-button-danger,.sero-button-primary:hover,.sero-button-secondary:hover,.sero-button-danger:hover{box-shadow:none!important}.sero-button-primary:hover,.sero-button-secondary:hover,.sero-button-danger:hover{transform:none!important}.sero-page-guide .sero-passkey-guide-card{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:18px!important;width:min(100%,430px)!important;display:flex!important;position:absolute!important;top:clamp(118px,17svh,168px)!important;left:50%!important;transform:translate(-50%)!important}.sero-page-guide .sero-passkey-title{width:min(100%,380px)!important;color:var(--sero-black)!important;letter-spacing:-.048em!important;text-wrap:balance!important;margin:0!important;font-size:clamp(30px,6.4vw,40px)!important;font-weight:790!important;line-height:1.08!important}.sero-page-guide .sero-passkey-subtitle{width:min(100%,390px)!important;color:var(--sero-black)!important;letter-spacing:-.024em!important;text-wrap:balance!important;margin:0!important;font-size:clamp(15px,1.28vw,18px)!important;font-weight:720!important;line-height:1.28!important}.sero-page-guide .sero-passkey-steps{gap:10px!important;width:min(100%,398px)!important;margin:4px 0 0!important;padding:0!important}.sero-page-guide .sero-passkey-steps li{border-radius:22px!important;min-height:62px!important}.sero-page-guide>.sero-action-slot{top:var(--action-top)!important}.sero-page-guide .sero-dual-actions{gap:15px!important}@media (max-width:820px){.sero-page-guide .sero-passkey-guide-card{gap:14px!important;width:min(100%,380px)!important;top:clamp(104px,14svh,134px)!important}.sero-page-guide .sero-passkey-title{font-size:clamp(31px,7.4vw,38px)!important}.sero-page-guide .sero-passkey-subtitle{width:min(100%,350px)!important;font-size:clamp(14.5px,3.55vw,16.5px)!important}.sero-page-guide .sero-passkey-steps{gap:8px!important;width:min(100%,350px)!important}.sero-page-guide .sero-passkey-steps li{min-height:56px!important;padding:10px 12px 10px 10px!important}}@media (max-height:700px){.sero-page-guide .sero-passkey-guide-card{gap:10px!important;top:82px!important}.sero-page-guide .sero-passkey-steps li{min-height:50px!important}}@keyframes seroOrbSpin{to{transform:rotate(360deg)}}.clean-reader-page,.clean-reader-loader{width:100%!important;height:var(--sero-vvh,100dvh)!important;min-height:0!important;padding:max(18px, env(safe-area-inset-top)) 16px max(18px, env(safe-area-inset-bottom))!important;background:#fff!important;place-items:center!important;animation:.32s cubic-bezier(.22,1,.36,1) both seroScreenIn!important;display:grid!important;overflow:hidden!important}.clean-reader-shell{width:min(92vw,620px)!important;height:min(742px, calc(var(--sero-vvh,100dvh) - max(38px, env(safe-area-inset-top)) - max(38px, env(safe-area-inset-bottom))))!important;min-height:min(560px, calc(var(--sero-vvh,100dvh) - 24px))!important;contain:none!important;background:linear-gradient(#fafafcf0,#f2f2f5e0)!important;border:1px solid #0000000e!important;border-radius:38px!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;gap:14px!important;padding:28px 32px 26px!important;display:grid!important;overflow:hidden!important;box-shadow:0 34px 96px #00000014,inset 0 1px #ffffffeb!important}.clean-reader-header{justify-content:space-between!important;align-items:center!important;gap:16px!important;min-height:54px!important;display:flex!important}.clean-reader-header h1{text-overflow:ellipsis!important;white-space:nowrap!important;letter-spacing:-.04em!important;min-width:0!important;margin:0!important;font-size:clamp(22px,1.55vw,27px)!important;font-weight:760!important;line-height:1.08!important;overflow:hidden!important}.clean-reader-icon-button{color:#111!important;background:#fffffff0!important;border:1px solid #0000000f!important;border-radius:999px!important;flex:none!important;place-items:center!important;width:52px!important;height:52px!important;padding:0!important;transition:transform .15s cubic-bezier(.16,1,.3,1),background .15s,box-shadow .15s!important;display:grid!important;box-shadow:0 14px 40px #0001,inset 0 1px #ffffffe0!important}.clean-reader-icon-button svg,.clean-reader-search svg{width:22px!important;height:22px!important;margin:auto!important;display:block!important}.clean-reader-icon-button:active{transform:scale(.965)!important}.clean-reader-search{background:#fffffff0!important;border:1px solid #0001!important;border-radius:999px!important;grid-template-columns:34px minmax(0,1fr) 94px!important;align-items:center!important;gap:8px!important;height:52px!important;min-height:52px!important;padding:5px 6px 5px 14px!important;display:grid!important;box-shadow:0 18px 48px #0000000e,inset 0 1px #ffffffe0!important}.clean-reader-search input{color:#111!important;background:0 0!important;border:0!important;outline:0!important;width:100%!important;min-width:0!important;height:100%!important;font-size:15px!important;font-weight:560!important}.clean-reader-search button{color:#fff!important;white-space:nowrap!important;height:40px!important;box-shadow:none!important;background:#050505!important;border-radius:999px!important;place-items:center!important;font-size:13px!important;font-weight:760!important;display:grid!important}.clean-reader-text{overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;color:#000000db!important;letter-spacing:-.012em!important;text-align:justify!important;text-align-last:auto!important;-webkit-hyphens:auto!important;hyphens:auto!important;word-spacing:normal!important;scrollbar-width:thin!important;scrollbar-color:#0000002e transparent!important;background:#fffffff5!important;border:1px solid #00000009!important;border-radius:30px!important;grid-row:3!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important;padding:32px 38px!important;font-size:19px!important;font-weight:430!important;line-height:1.72!important;overflow:hidden auto!important;box-shadow:inset 0 1px #fffffff5!important}.clean-reader-text::-webkit-scrollbar{width:7px!important}.clean-reader-text::-webkit-scrollbar-thumb{background:#0000002e!important;border-radius:99px!important}.clean-reader-text p{margin:0 0 1.05em!important}.clean-reader-text p:last-child{margin-bottom:0!important}.clean-reader-word{color:inherit!important;font:inherit!important;vertical-align:baseline!important;cursor:pointer!important;touch-action:manipulation!important;-webkit-user-select:none!important;user-select:none!important;background:0 0!important;border:0!important;border-radius:6px!important;margin:0!important;padding:0 .02em!important;display:inline!important}.clean-reader-word:hover{background:#0000000b!important}.clean-reader-word.is-start{color:#00b85f!important;font-weight:770!important}.clean-reader-word.is-end{color:#ff3131!important;font-weight:770!important}.clean-reader-word.is-inside{color:#00000057!important}.clean-reader-word.is-search-hit{background:#ffd60a7a!important;box-shadow:0 0 0 3px #ffd60a24!important}.clean-reader-word.is-search-focus{background:#ffcc00c7!important;box-shadow:0 0 0 4px #ffcc003d!important}.clean-reader-actions{z-index:20!important;pointer-events:auto!important;background:0 0!important;flex:none!important;grid-row:4!important;grid-template-columns:minmax(150px,.78fr) minmax(190px,1.22fr)!important;align-items:stretch!important;gap:14px!important;height:58px!important;min-height:58px!important;display:grid!important;position:relative!important;overflow:visible!important}.clean-chapter-select,.clean-reader-continue{letter-spacing:-.025em!important;white-space:nowrap!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important;pointer-events:auto!important;-webkit-user-select:none!important;user-select:none!important;z-index:25!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;height:58px!important;min-height:58px!important;max-height:58px!important;font-size:16px!important;font-weight:760!important;line-height:1!important;display:inline-flex!important;position:relative!important}.clean-chapter-select{background:#fffffff0!important;border:1px solid #0000000e!important;overflow:hidden!important;box-shadow:0 10px 30px #0000000a,inset 0 1px #ffffffe6!important}.clean-chapter-select:after{content:""!important;pointer-events:none!important;border-bottom:2px solid #0000006b!important;border-right:2px solid #0000006b!important;width:8px!important;height:8px!important;position:absolute!important;top:50%!important;right:22px!important;transform:translateY(-62%)rotate(45deg)!important}.clean-chapter-select select{appearance:none!important;color:#111!important;text-align:center!important;text-align-last:center!important;width:100%!important;height:100%!important;font:inherit!important;cursor:pointer!important;direction:ltr!important;background:0 0!important;border:0!important;outline:0!important;padding:0 46px 0 24px!important}.clean-reader-continue{color:#fff!important;cursor:pointer!important;background:#050505!important;border:0!important;box-shadow:0 18px 46px #00000029!important}.clean-reader-continue:active{transform:scale(.985)!important}.clean-reader-continue:disabled,.clean-reader-continue[aria-disabled=true]{opacity:.42!important;box-shadow:none!important;cursor:not-allowed!important;background:#0000004d!important}.clean-reader-loader-card{background:linear-gradient(#fffffffa,#f8f8faeb)!important;border:1px solid #0000000f!important;border-radius:38px!important;align-content:center!important;place-items:center!important;gap:14px!important;width:min(86vw,360px)!important;min-height:250px!important;display:grid!important;box-shadow:0 34px 96px #00000017,inset 0 1px #fffffff2!important}.clean-reader-loader-mark{background:radial-gradient(circle at 50% 32%,#fff 0 24%,#f1f1f4fa 50%,#dfdfe4eb 100%)!important;border-radius:20px!important;width:62px!important;height:62px!important;position:relative!important;box-shadow:0 20px 42px #0000001a,inset 0 1px #fffffffa!important}.clean-reader-loader-mark:after{content:""!important;border:2px solid #00000014!important;border-top-color:#0000006b!important;border-radius:26px!important;animation:.96s cubic-bezier(.65,0,.35,1) infinite seroOrbSpin!important;position:absolute!important;inset:-8px!important}.clean-reader-loader-card h1{letter-spacing:-.045em!important;margin:10px 0 0!important;font-size:clamp(25px,5.8vw,32px)!important;font-weight:760!important;line-height:1.06!important}.clean-reader-loader-card p{color:#0000008f!important;text-align:center!important;max-width:280px!important;margin:0!important;font-size:15px!important;font-weight:650!important;line-height:1.28!important}.clean-reader-error{color:#b00020!important;text-align:center!important;background:#ff2d2d14!important;border:1px solid #ff2d2d29!important;border-radius:999px!important;place-items:center!important;width:100%!important;min-height:40px!important;padding:9px 14px!important;font-size:13px!important;font-weight:720!important;line-height:1.2!important;display:grid!important}@media (max-width:820px){.clean-reader-page,.clean-reader-loader{padding:max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom))!important;place-items:center!important}.clean-reader-shell{width:min(100%,430px)!important;height:calc(var(--sero-vvh,100dvh) - max(20px, env(safe-area-inset-top)) - max(20px, env(safe-area-inset-bottom)))!important;min-height:0!important;padding:16px 14px max(16px, env(safe-area-inset-bottom))!important;border-radius:30px!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;gap:10px!important}.clean-reader-header{min-height:46px!important}.clean-reader-header h1{font-size:clamp(20px,5.2vw,24px)!important}.clean-reader-icon-button{width:46px!important;height:46px!important}.clean-reader-search{border-radius:18px!important;grid-template-columns:28px minmax(0,1fr) 76px!important;gap:4px!important;height:44px!important;min-height:44px!important;padding:4px 5px 4px 10px!important}.clean-reader-search input{font-size:14px!important}.clean-reader-search button{height:36px!important;padding:0 8px!important;font-size:12px!important}.clean-reader-text{border-radius:26px!important;height:100%!important;min-height:0!important;padding:22px 22px 24px!important;font-size:clamp(16px,4.25vw,17.2px)!important;line-height:1.62!important}.clean-reader-actions{grid-template-columns:minmax(118px,.78fr) minmax(152px,1.22fr)!important;gap:9px!important;height:54px!important;min-height:54px!important}.clean-chapter-select,.clean-reader-continue{height:54px!important;min-height:54px!important;max-height:54px!important;font-size:14px!important}.clean-chapter-select select{padding:0 34px 0 14px!important}.clean-chapter-select:after{width:7px!important;height:7px!important;right:16px!important}}@media (max-width:390px){.clean-reader-page,.clean-reader-loader{padding:max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom))!important}.clean-reader-shell{height:calc(var(--sero-vvh,100dvh) - max(16px, env(safe-area-inset-top)) - max(16px, env(safe-area-inset-bottom)))!important;padding:14px 12px max(14px, env(safe-area-inset-bottom))!important;gap:8px!important}.clean-reader-text{padding:19px 18px 22px!important;font-size:clamp(15.4px,4.08vw,16.2px)!important;line-height:1.58!important}.clean-reader-actions{grid-template-columns:minmax(108px,.76fr) minmax(142px,1.24fr)!important;gap:8px!important;height:52px!important;min-height:52px!important}.clean-chapter-select,.clean-reader-continue{height:52px!important;min-height:52px!important;max-height:52px!important;font-size:13px!important}}html,body,#root,.sero-web-root{width:100%;height:var(--sero-vvh,100dvh);min-height:var(--sero-vvh,100dvh);overscroll-behavior:none}input,textarea,select,.clean-reader-search input{font-size:16px!important}.sero-toast{z-index:999;left:50%;top:max(22px, calc(env(safe-area-inset-top) + 16px));color:#fff;letter-spacing:-.018em;-webkit-backdrop-filter:blur(16px)saturate(1.12);pointer-events:none;background:#00bf66f0;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-width:178px;max-width:min(86vw,340px);height:46px;padding:0 20px 0 16px;font-size:14px;font-weight:780;line-height:1;animation:.26s cubic-bezier(.22,1,.36,1) both seroToastIn;display:inline-flex;position:fixed;transform:translate(-50%);box-shadow:0 18px 44px #00bf663b,inset 0 1px #ffffff42}.sero-toast-dot{background:#fffffff5;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 4px #ffffff2e}@keyframes seroToastIn{0%{opacity:0;filter:blur(2px);transform:translate(-50%,-8px)scale(.97)}to{opacity:1;filter:blur();transform:translate(-50%)scale(1)}}.sero-page-almost .sero-passkey-guide-card{gap:22px!important;top:clamp(82px,11.4svh,126px)!important}.sero-page-almost .sero-passkey-title{width:min(100%,440px)!important}.sero-qr-button{cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;border-radius:26px}.sero-qr-button:active{transform:scale(.985)}@media (max-width:820px){.sero-toast{top:max(18px, calc(env(safe-area-inset-top) + 12px));height:44px;font-size:13.5px}.sero-page-almost .sero-passkey-guide-card{gap:16px!important;top:clamp(72px,9.8svh,106px)!important}}.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{width:min(100%,390px)!important;color:var(--sero-black)!important;font-family:var(--font-sero)!important;font-size:var(--sero-subtitle-size)!important;letter-spacing:-.026em!important;text-wrap:balance!important;margin:0!important;font-weight:730!important;line-height:1.28!important}.sero-page-almost .sero-passkey-guide-card{gap:16px!important}.sero-page-almost .sero-passkey-steps{margin-top:2px!important}.sero-toast-check{background:#fffffff5;border-radius:999px;flex:none;place-items:center;width:22px;height:22px;display:grid;box-shadow:inset 0 1px #ffffffb8,0 4px 10px #00000014}.sero-toast-check svg{width:15px;height:15px;stroke:var(--sero-green);stroke-width:2.65px;stroke-linecap:round;stroke-linejoin:round;fill:none}.sero-toast-dot{display:none!important}.sero-qr-real,.sero-qr-loading{object-fit:contain;width:clamp(156px,14.8vw,212px);height:clamp(156px,14.8vw,212px);image-rendering:pixelated;background:#fff;border-radius:0}.sero-qr-loading{border:1px solid #00000014;position:relative}.sero-qr-loading:after{content:"";border:2px solid #00000024;border-top-color:var(--sero-black);border-radius:999px;animation:.82s linear infinite seroOrbSpin;position:absolute;inset:44%}@media (max-width:820px){.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{width:min(100%,350px)!important;font-size:var(--sero-subtitle-size)!important}.sero-qr-real,.sero-qr-loading{width:152px;height:152px}}@media (max-height:640px){.sero-qr-real,.sero-qr-loading{width:126px;height:126px}}@media (min-width:821px){.sero-page-guide{width:min(var(--stage-max), calc(100vw - 2 * var(--stage-pad-x)))!important;height:var(--sero-vvh,100dvh)!important;min-height:640px!important;overflow:hidden!important}.sero-page-guide .sero-passkey-guide-card{gap:12px!important;width:min(100%,560px)!important;top:clamp(74px,9.4svh,104px)!important}.sero-page-guide .sero-passkey-title{letter-spacing:-.052em!important;width:min(100%,560px)!important;max-width:560px!important;font-size:clamp(31px,2.85vw,38px)!important;line-height:1.06!important}.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{width:min(100%,460px)!important;max-width:460px!important;font-size:clamp(15px,1.18vw,18px)!important;line-height:1.28!important}.sero-page-guide .sero-passkey-steps{gap:8px!important;width:min(100%,438px)!important;margin:2px 0 0!important}.sero-page-guide .sero-passkey-steps li{border-radius:20px!important;grid-template-columns:30px minmax(0,1fr)!important;gap:12px!important;min-height:58px!important;padding:10px 14px 10px 10px!important}.sero-page-guide .sero-passkey-steps li:before{width:30px!important;height:30px!important;font-size:12px!important}.sero-page-guide .sero-passkey-step-text strong{font-size:clamp(13.5px,1.02vw,15px)!important;line-height:1.12!important}.sero-page-guide .sero-passkey-step-text small{font-size:clamp(12px,.9vw,13.2px)!important;line-height:1.18!important}.sero-page-guide>.sero-action-slot{width:min(100%,520px)!important;top:clamp(530px,61svh,610px)!important}.sero-page-guide .sero-dual-actions{gap:15px!important}.sero-page-almost .sero-passkey-guide-card{gap:12px!important;top:clamp(72px,8.8svh,100px)!important}.sero-page-almost .sero-passkey-title{width:min(100%,520px)!important;max-width:520px!important}.sero-page-almost .sero-passkey-steps{width:min(100%,438px)!important}.sero-page-copy{min-height:640px!important}.sero-copy-visual{top:clamp(86px,12svh,132px)!important}.sero-copy-title{top:clamp(316px,44svh,402px)!important}.sero-copy-subtitle{top:calc(clamp(316px,44svh,402px) + 60px)!important}.sero-copy-actions{top:calc(clamp(316px,44svh,402px) + 144px)!important}}@media (min-width:821px) and (max-height:780px){.sero-page-guide{min-height:580px!important}.sero-page-guide .sero-passkey-guide-card{gap:8px!important;top:50px!important}.sero-page-guide .sero-passkey-title{font-size:clamp(28px,2.5vw,34px)!important}.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{font-size:clamp(14px,1.05vw,16px)!important}.sero-page-guide .sero-passkey-steps{gap:6px!important}.sero-page-guide .sero-passkey-steps li{min-height:50px!important;padding-top:7px!important;padding-bottom:7px!important}.sero-page-guide .sero-passkey-step-text small{font-size:12px!important}.sero-page-guide>.sero-action-slot{top:clamp(452px,66svh,510px)!important}.sero-page-copy{min-height:580px!important}.sero-copy-visual{top:54px!important}.sero-copy-title{top:244px!important}.sero-copy-subtitle{top:298px!important}.sero-copy-actions{top:372px!important}}@media (min-width:1024px) and (min-height:760px){:root{--button-width:420px;--button-height:52px;--button-font:14px;--sero-subtitle-size:20px;--logo-size:188px;--visual-top:clamp(92px, 16svh, 150px);--title-top:clamp(312px, 43svh, 392px);--subtitle-top:calc(var(--title-top) + 58px);--action-top:calc(var(--title-top) + 142px)}.sero-page:not(.sero-page-library):not(.sero-page-guide):not(.sero-page-copy){width:min(1280px,100vw - 96px)}.sero-title{letter-spacing:-.058em;width:min(100%,820px);font-size:clamp(40px,3.05vw,52px);line-height:1.02}.sero-subtitle,.sero-lower-note{width:min(100%,720px);font-size:clamp(19px,1.32vw,22px);line-height:1.25}.sero-footer{letter-spacing:.12em;font-size:13px;bottom:clamp(44px,6svh,72px)}.sero-security-options{gap:50px}.sero-security-circle{width:146px;height:146px;font-size:18px}.sero-page-library .sero-visual-slot{min-height:clamp(320px,33svh,392px)!important;top:clamp(48px,7.2svh,78px)!important}.sero-book-carousel{height:clamp(320px,33svh,392px)!important}.sero-book-strip{width:min(100vw,1540px)!important}.sero-book-card{width:clamp(238px,16.4vw,318px)!important;height:clamp(238px,16.4vw,318px)!important}.sero-book-card.is-selected,.sero-book-card.is-plus-0{transform:translate(-50%,-50%)scale(1.16)!important}.sero-book-card.is-minus-1{transform:translate(calc(-50% - clamp(292px,19vw,372px)),-50%)scale(.88)!important}.sero-book-card.is-plus-1{transform:translate(calc(-50% + clamp(292px,19vw,372px)),-50%)scale(.88)!important}.sero-book-card.is-minus-2{transform:translate(calc(-50% - clamp(548px,35vw,686px)),-50%)scale(.64)!important}.sero-book-card.is-plus-2{transform:translate(calc(-50% + clamp(548px,35vw,686px)),-50%)scale(.64)!important}.sero-page-library .sero-title{font-size:clamp(42px,3vw,52px)!important;top:clamp(444px,50.2svh,512px)!important}.sero-page-library .sero-subtitle{font-size:clamp(20px,1.35vw,23px)!important;top:calc(clamp(444px,50.2svh,512px) + 66px)!important}.sero-page-library .sero-action-slot{top:calc(clamp(444px,50.2svh,512px) + 154px)!important}.sero-carousel-arrow{width:54px!important;height:54px!important;font-size:46px!important}.sero-page-guide,.sero-page-almost{width:min(1280px,100vw - 96px)!important;min-height:720px!important}.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card{gap:16px!important;width:min(100%,640px)!important;top:clamp(94px,10.8svh,136px)!important}.sero-page-guide .sero-passkey-title,.sero-page-almost .sero-passkey-title{letter-spacing:-.058em!important;width:min(100%,640px)!important;max-width:640px!important;font-size:clamp(40px,2.8vw,50px)!important;line-height:1.03!important}.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{width:min(100%,560px)!important;max-width:560px!important;font-size:clamp(19px,1.22vw,22px)!important;font-weight:730!important;line-height:1.25!important}.sero-page-guide .sero-passkey-steps,.sero-page-almost .sero-passkey-steps{gap:12px!important;width:min(100%,540px)!important;margin-top:4px!important}.sero-page-guide .sero-passkey-steps li,.sero-page-almost .sero-passkey-steps li{border-radius:24px!important;grid-template-columns:38px minmax(0,1fr)!important;gap:16px!important;min-height:68px!important;padding:12px 20px 12px 14px!important}.sero-page-guide .sero-passkey-steps li:before,.sero-page-almost .sero-passkey-steps li:before{width:38px!important;height:38px!important;font-size:14px!important}.sero-page-guide .sero-passkey-step-text strong,.sero-page-almost .sero-passkey-step-text strong{font-size:clamp(16px,1.08vw,18px)!important;line-height:1.1!important}.sero-page-guide .sero-passkey-step-text small,.sero-page-almost .sero-passkey-step-text small{font-size:clamp(14px,.94vw,16px)!important;line-height:1.18!important}.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{width:min(100%,560px)!important;top:clamp(620px,68svh,700px)!important}.sero-page-copy{width:min(1280px,100vw - 96px)!important;min-height:720px!important}.sero-copy-visual{top:clamp(96px,11.8svh,140px)!important}.sero-qr-real,.sero-qr-loading,.sero-qr-placeholder{width:clamp(196px,13.2vw,242px)!important;height:clamp(196px,13.2vw,242px)!important}.sero-copy-title{font-size:clamp(40px,2.9vw,50px)!important;top:clamp(374px,45svh,456px)!important}.sero-copy-subtitle{top:calc(clamp(374px,45svh,456px) + 66px)!important}.sero-copy-actions{top:calc(clamp(374px,45svh,456px) + 156px)!important}}@media (min-width:1024px) and (min-height:760px) and (max-height:860px){.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card{gap:10px!important;top:68px!important}.sero-page-guide .sero-passkey-title,.sero-page-almost .sero-passkey-title{font-size:clamp(36px,2.55vw,44px)!important}.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{font-size:clamp(17px,1.08vw,20px)!important}.sero-page-guide .sero-passkey-steps,.sero-page-almost .sero-passkey-steps{gap:9px!important;width:min(100%,520px)!important}.sero-page-guide .sero-passkey-steps li,.sero-page-almost .sero-passkey-steps li{min-height:60px!important;padding-top:9px!important;padding-bottom:9px!important}.sero-page-guide .sero-passkey-step-text strong,.sero-page-almost .sero-passkey-step-text strong{font-size:15.5px!important}.sero-page-guide .sero-passkey-step-text small,.sero-page-almost .sero-passkey-step-text small{font-size:13.5px!important}.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{top:clamp(548px,69svh,612px)!important}.sero-page-library .sero-visual-slot{min-height:300px!important;top:44px!important}.sero-book-carousel{height:300px!important}.sero-book-card{width:clamp(210px,15vw,266px)!important;height:clamp(210px,15vw,266px)!important}.sero-page-library .sero-title{top:clamp(380px,49svh,430px)!important}.sero-page-library .sero-subtitle{top:calc(clamp(380px,49svh,430px) + 60px)!important}.sero-page-library .sero-action-slot{top:calc(clamp(380px,49svh,430px) + 142px)!important}}@media (min-width:1024px){.sero-web-root{padding-left:clamp(40px,5vw,86px)!important;padding-right:clamp(40px,5vw,86px)!important}.sero-page-guide,.sero-page-almost{width:min(1180px,100vw - 112px)!important;min-height:700px!important}.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card{gap:12px!important;width:min(100%,650px)!important;top:clamp(86px,11.2svh,116px)!important}.sero-page-guide .sero-passkey-title,.sero-page-almost .sero-passkey-title{letter-spacing:-.058em!important;text-wrap:balance!important;width:min(100%,650px)!important;max-width:650px!important;font-size:clamp(40px,2.72vw,48px)!important;font-weight:770!important;line-height:1.025!important}.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{letter-spacing:-.026em!important;color:#050505eb!important;text-wrap:balance!important;width:min(100%,560px)!important;max-width:560px!important;margin:-2px 0 4px!important;font-size:clamp(16.5px,1.06vw,19px)!important;font-weight:680!important;line-height:1.24!important}.sero-page-guide .sero-passkey-steps,.sero-page-almost .sero-passkey-steps{gap:10px!important;width:min(100%,570px)!important;margin-top:0!important}.sero-page-guide .sero-passkey-steps li,.sero-page-almost .sero-passkey-steps li{background:linear-gradient(#fafafbf0,#f6f6f8e0)!important;border:1px solid #00000012!important;border-radius:24px!important;grid-template-columns:38px minmax(0,1fr)!important;gap:15px!important;min-height:66px!important;padding:12px 19px 12px 14px!important;box-shadow:0 14px 34px #00000009,inset 0 1px #ffffffeb!important}.sero-page-guide .sero-passkey-steps li:before,.sero-page-almost .sero-passkey-steps li:before{border-color:#00000021!important;width:38px!important;height:38px!important;font-size:14px!important;box-shadow:inset 0 1px #fffffff5,0 5px 12px #00000009!important}.sero-page-guide .sero-passkey-step-text strong,.sero-page-almost .sero-passkey-step-text strong{letter-spacing:-.02em!important;font-size:clamp(15.6px,.98vw,17px)!important;font-weight:790!important;line-height:1.12!important}.sero-page-guide .sero-passkey-step-text small,.sero-page-almost .sero-passkey-step-text small{color:#00000094!important;letter-spacing:-.012em!important;font-size:clamp(13.2px,.84vw,14.6px)!important;font-weight:610!important;line-height:1.2!important}.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{width:min(100%,570px)!important;top:clamp(548px,63.5svh,620px)!important}.sero-page-guide .sero-dual-actions,.sero-page-almost .sero-dual-actions{gap:14px!important}.sero-page-guide .sero-button,.sero-page-almost .sero-button,.sero-page-copy .sero-button{width:430px!important;height:52px!important;box-shadow:none!important;font-size:14px!important}.sero-page-guide .sero-button-primary,.sero-page-almost .sero-button-primary,.sero-page-copy .sero-button-primary{box-shadow:0 16px 42px #00000014!important}.sero-page-guide .sero-button-secondary,.sero-page-almost .sero-button-secondary,.sero-page-copy .sero-button-secondary{box-shadow:inset 0 1px #fffffff0!important}.sero-page-copy{width:min(1180px,100vw - 112px)!important;min-height:700px!important}.sero-copy-visual{top:clamp(92px,11.2svh,132px)!important}.sero-qr-real,.sero-qr-loading,.sero-qr-placeholder{width:clamp(186px,12vw,224px)!important;height:clamp(186px,12vw,224px)!important}.sero-copy-title{font-size:clamp(40px,2.72vw,48px)!important;top:clamp(340px,43svh,420px)!important}.sero-copy-subtitle{font-size:clamp(17px,1.08vw,20px)!important;font-weight:680!important;top:calc(clamp(340px,43svh,420px) + 62px)!important}.sero-copy-actions{top:calc(clamp(340px,43svh,420px) + 148px)!important}.clean-reader-page,.clean-reader-loader{padding:clamp(30px,3.8svh,44px) clamp(34px,4vw,58px)!important}.clean-reader-shell{background:linear-gradient(#fffffffb,#f8f8faf0)!important;border-radius:42px!important;gap:14px!important;width:min(860px,74vw)!important;height:min(84svh,820px)!important;padding:28px 30px 24px!important;box-shadow:0 28px 90px #0001,inset 0 1px #fffffffa!important}.clean-reader-header h1{letter-spacing:-.045em!important;font-size:clamp(26px,1.82vw,32px)!important;line-height:1.08!important}.clean-reader-text{border-radius:30px!important;padding:30px 34px 34px!important;font-size:clamp(18px,1.18vw,20px)!important;line-height:1.72!important;box-shadow:inset 0 1px #fffffff5!important}.clean-reader-actions{gap:12px!important}}@media (min-width:1024px) and (max-height:820px){.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card{gap:9px!important;top:56px!important}.sero-page-guide .sero-passkey-title,.sero-page-almost .sero-passkey-title{font-size:clamp(35px,2.45vw,42px)!important}.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{margin-bottom:2px!important;font-size:clamp(15px,.98vw,17px)!important}.sero-page-guide .sero-passkey-steps,.sero-page-almost .sero-passkey-steps{gap:8px!important;width:min(100%,542px)!important}.sero-page-guide .sero-passkey-steps li,.sero-page-almost .sero-passkey-steps li{min-height:58px!important;padding-top:9px!important;padding-bottom:9px!important}.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{top:clamp(505px,68svh,552px)!important}.sero-copy-visual{top:60px!important}.sero-copy-title{top:288px!important}.sero-copy-subtitle{top:346px!important}.sero-copy-actions{top:426px!important}}@media (min-width:1024px){.sero-web-root{padding-left:clamp(48px,5.2vw,92px)!important;padding-right:clamp(48px,5.2vw,92px)!important}.sero-page-welcome,.sero-page-security,.sero-page-library,.sero-page-guide,.sero-page-almost,.sero-page-copy{width:min(1180px,100vw - 112px)!important;height:var(--sero-vvh,100dvh)!important;text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:720px!important;margin:0 auto!important;padding:0 0 clamp(76px,8svh,104px)!important;display:flex!important;overflow:hidden!important}.sero-page-welcome .sero-visual-slot,.sero-page-security .sero-visual-slot,.sero-page-library .sero-visual-slot,.sero-page-copy .sero-copy-visual,.sero-page-welcome .sero-title,.sero-page-security .sero-title,.sero-page-library .sero-title,.sero-page-copy .sero-copy-title,.sero-page-welcome .sero-subtitle,.sero-page-security .sero-subtitle,.sero-page-library .sero-subtitle,.sero-page-copy .sero-copy-subtitle,.sero-page-welcome .sero-action-slot,.sero-page-security .sero-action-slot,.sero-page-library .sero-action-slot,.sero-page-copy .sero-copy-actions,.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card,.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{position:relative!important;inset:auto!important;transform:none!important}.sero-page-welcome .sero-visual-slot,.sero-page-security .sero-visual-slot,.sero-page-library .sero-visual-slot{justify-content:center!important;align-items:center!important;width:min(100%,980px)!important;min-height:0!important;display:flex!important}.sero-page-welcome .sero-visual-slot{margin-bottom:clamp(18px,2.5svh,28px)!important}.sero-page-security .sero-visual-slot{margin-bottom:clamp(52px,6.5svh,72px)!important}.sero-page-library .sero-visual-slot{width:min(100vw,1320px)!important;min-height:clamp(276px,31svh,342px)!important;margin-bottom:clamp(28px,3.4svh,42px)!important;overflow:visible!important}.sero-character{width:clamp(172px,11.6vw,202px)!important;height:clamp(172px,11.6vw,202px)!important}.sero-character-question{width:clamp(156px,10.5vw,186px)!important;height:clamp(156px,10.5vw,186px)!important}.sero-page-welcome .sero-title,.sero-page-security .sero-title,.sero-page-library .sero-title,.sero-page-copy .sero-copy-title{letter-spacing:-.057em!important;text-wrap:balance!important;width:min(100%,760px)!important;max-width:760px!important;margin:0!important;font-size:clamp(39px,2.72vw,48px)!important;font-weight:770!important;line-height:1.035!important}.sero-page-welcome .sero-subtitle,.sero-page-security .sero-subtitle,.sero-page-library .sero-subtitle,.sero-page-copy .sero-copy-subtitle{letter-spacing:-.024em!important;color:#050505e6!important;width:min(100%,640px)!important;max-width:640px!important;margin:clamp(13px,1.55svh,18px) 0 0!important;font-size:clamp(17px,1.08vw,20px)!important;font-weight:680!important;line-height:1.32!important}.sero-page-library .sero-title{font-size:clamp(40px,2.82vw,50px)!important}.sero-page-library .sero-subtitle{margin-top:clamp(14px,1.7svh,20px)!important;font-size:clamp(18px,1.16vw,21px)!important;font-weight:700!important}.sero-page-welcome .sero-action-slot,.sero-page-security .sero-action-slot,.sero-page-library .sero-action-slot,.sero-page-copy .sero-copy-actions{place-items:center!important;width:min(100%,520px)!important;margin-top:clamp(34px,4.3svh,48px)!important;display:grid!important}.sero-page-copy .sero-copy-actions{margin-top:clamp(36px,4.6svh,52px)!important}.sero-button,.sero-page-guide .sero-button,.sero-page-almost .sero-button,.sero-page-copy .sero-button{width:440px!important;height:54px!important;font-size:14.4px!important;font-weight:770!important}.sero-dual-actions,.sero-page-guide .sero-dual-actions,.sero-page-almost .sero-dual-actions{gap:15px!important}.sero-security-options{gap:clamp(44px,4.8vw,66px)!important}.sero-security-circle{width:clamp(132px,9.2vw,154px)!important;height:clamp(132px,9.2vw,154px)!important;font-size:clamp(16px,1.02vw,18px)!important;box-shadow:0 20px 56px #0000000b,inset 0 1px #fffffff5!important}.sero-book-carousel{width:min(100vw,1320px)!important;height:clamp(276px,31svh,342px)!important}.sero-book-strip{width:min(100vw,1250px)!important}.sero-book-card{width:clamp(224px,15.2vw,292px)!important;height:clamp(224px,15.2vw,292px)!important}.sero-book-card.is-selected,.sero-book-card.is-plus-0{transform:translate(-50%,-50%)scale(1.13)!important}.sero-book-card.is-minus-1{transform:translate(calc(-50% - clamp(270px,18vw,344px)),-50%)scale(.87)!important}.sero-book-card.is-plus-1{transform:translate(calc(-50% + clamp(270px,18vw,344px)),-50%)scale(.87)!important}.sero-book-card.is-minus-2{transform:translate(calc(-50% - clamp(500px,33vw,632px)),-50%)scale(.62)!important}.sero-book-card.is-plus-2{transform:translate(calc(-50% + clamp(500px,33vw,632px)),-50%)scale(.62)!important}.sero-carousel-arrow{width:50px!important;height:50px!important;font-size:40px!important;box-shadow:0 16px 46px #0001,inset 0 1px #ffffffeb!important}.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:clamp(13px,1.55svh,18px)!important;width:min(100%,590px)!important;max-width:590px!important;display:flex!important}.sero-page-guide .sero-passkey-title,.sero-page-almost .sero-passkey-title{letter-spacing:-.057em!important;width:min(100%,590px)!important;max-width:590px!important;margin:0!important;font-size:clamp(38px,2.55vw,46px)!important;font-weight:770!important;line-height:1.04!important}.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{letter-spacing:-.024em!important;color:#050505db!important;width:min(100%,540px)!important;max-width:540px!important;margin:0 0 clamp(4px,.8svh,8px)!important;font-size:clamp(17px,1.05vw,19px)!important;font-weight:660!important;line-height:1.28!important}.sero-page-guide .sero-passkey-steps,.sero-page-almost .sero-passkey-steps{gap:10px!important;width:min(100%,560px)!important;margin:0!important}.sero-page-guide .sero-passkey-steps li,.sero-page-almost .sero-passkey-steps li{background:linear-gradient(#fcfcfdf0,#f7f7f9e6)!important;border:1px solid #00000010!important;border-radius:24px!important;grid-template-columns:38px minmax(0,1fr)!important;gap:15px!important;min-height:64px!important;padding:11px 19px 11px 14px!important;box-shadow:0 12px 32px #00000007,inset 0 1px #fffffff5!important}.sero-page-guide .sero-passkey-step-text strong,.sero-page-almost .sero-passkey-step-text strong{font-size:clamp(15px,.94vw,16.4px)!important;font-weight:790!important;line-height:1.12!important}.sero-page-guide .sero-passkey-step-text small,.sero-page-almost .sero-passkey-step-text small{color:#0000008f!important;font-size:clamp(13px,.8vw,14.2px)!important;font-weight:610!important;line-height:1.22!important}.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{place-items:center!important;width:min(100%,560px)!important;margin-top:clamp(30px,3.8svh,42px)!important;display:grid!important}.sero-page-copy .sero-copy-visual{place-items:center!important;margin:0 0 clamp(28px,3.6svh,40px)!important;display:grid!important}.sero-qr-real,.sero-qr-loading,.sero-qr-placeholder{width:clamp(178px,10.8vw,216px)!important;height:clamp(178px,10.8vw,216px)!important}.sero-qr-button span{letter-spacing:.11em!important;margin-top:2px!important;font-size:clamp(12px,.74vw,13px)!important}.sero-back-orb{top:clamp(82px,10svh,116px)!important;left:calc(50% - min(290px,28vw))!important}.sero-footer{letter-spacing:.12em!important;font-size:12.5px!important;bottom:clamp(42px,5.4svh,64px)!important}.clean-reader-page,.clean-reader-loader{padding:clamp(28px,3.2svh,42px) clamp(36px,4.5vw,72px)!important}.clean-reader-shell{border-radius:40px!important;gap:13px!important;width:min(920px,70vw)!important;height:min(82svh,800px)!important;padding:28px 30px 24px!important;box-shadow:0 24px 78px #0000000f,inset 0 1px #fffffffa!important}.clean-reader-text{font-size:clamp(18px,1.08vw,19.5px)!important;line-height:1.68!important}}@media (min-width:1024px) and (max-height:820px){.sero-page-welcome,.sero-page-security,.sero-page-library,.sero-page-guide,.sero-page-almost,.sero-page-copy{min-height:650px!important;padding-bottom:clamp(58px,7svh,78px)!important}.sero-page-library .sero-visual-slot,.sero-book-carousel{height:250px!important;min-height:250px!important}.sero-book-card{width:clamp(196px,13.2vw,238px)!important;height:clamp(196px,13.2vw,238px)!important}.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card{gap:9px!important}.sero-page-guide .sero-passkey-title,.sero-page-almost .sero-passkey-title,.sero-page-welcome .sero-title,.sero-page-security .sero-title,.sero-page-library .sero-title,.sero-page-copy .sero-copy-title{font-size:clamp(34px,2.35vw,42px)!important}.sero-page-guide .sero-passkey-steps li,.sero-page-almost .sero-passkey-steps li{min-height:56px!important;padding-top:8px!important;padding-bottom:8px!important}.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot,.sero-page-welcome .sero-action-slot,.sero-page-security .sero-action-slot,.sero-page-library .sero-action-slot,.sero-page-copy .sero-copy-actions{margin-top:28px!important}}@media (min-width:1024px){.sero-web-root{padding-left:clamp(44px,5vw,88px)!important;padding-right:clamp(44px,5vw,88px)!important;overflow:hidden!important}.sero-page-library,.sero-page-guide,.sero-page-almost{width:min(1180px,100vw - 96px)!important;height:var(--sero-vvh,100dvh)!important;text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:680px!important;margin:0 auto!important;padding:0 0 clamp(64px,7.2dvh,88px)!important;display:flex!important;position:relative!important;overflow:hidden!important}.sero-page-library .sero-visual-slot,.sero-page-library .sero-title,.sero-page-library .sero-subtitle,.sero-page-library .sero-action-slot,.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card,.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{position:relative!important;inset:auto!important;transform:none!important}.sero-page-library .sero-visual-slot{justify-content:center!important;align-items:center!important;width:min(100%,1120px)!important;height:clamp(214px,25dvh,274px)!important;min-height:0!important;margin:0 auto clamp(30px,4dvh,42px)!important;display:flex!important;overflow:visible!important}.sero-book-carousel{width:min(100%,1120px)!important;height:clamp(214px,25dvh,274px)!important;margin:0 auto!important;position:relative!important;overflow:visible!important}.sero-book-strip{width:100%!important;max-width:1120px!important;height:100%!important;margin:0 auto!important;position:relative!important;overflow:visible!important}.sero-book-card{filter:saturate(.98)contrast(1.01)!important;width:clamp(166px,12.2vw,224px)!important;height:clamp(166px,12.2vw,224px)!important;transition:transform .52s var(--ease-sero), opacity .52s var(--ease-sero), filter .52s var(--ease-sero)!important;will-change:transform, opacity!important;border-radius:26px!important}.sero-book-card.is-selected,.sero-book-card.is-plus-0{opacity:1!important;z-index:5!important;transform:translate(-50%,-50%)scale(1.14)!important}.sero-book-card.is-minus-1{opacity:.78!important;z-index:4!important;transform:translate(calc(-50% - clamp(210px,16vw,286px)),-50%)scale(.88)!important}.sero-book-card.is-plus-1{opacity:.78!important;z-index:4!important;transform:translate(calc(-50% + clamp(210px,16vw,286px)),-50%)scale(.88)!important}.sero-book-card.is-minus-2{opacity:.34!important;z-index:3!important;transform:translate(calc(-50% - clamp(380px,29vw,502px)),-50%)scale(.64)!important}.sero-book-card.is-plus-2{opacity:.34!important;z-index:3!important;transform:translate(calc(-50% + clamp(380px,29vw,502px)),-50%)scale(.64)!important}.sero-carousel-arrow{color:#000000c2!important;-webkit-backdrop-filter:blur(18px)saturate(1.25)!important;backdrop-filter:blur(18px)saturate(1.25)!important;background:#ffffffe6!important;border:1px solid #00000013!important;width:44px!important;height:44px!important;font-size:38px!important;box-shadow:0 18px 48px #0000000e,inset 0 1px #fffffff5!important}.sero-carousel-arrow-left{left:clamp(10px,2.8vw,34px)!important}.sero-carousel-arrow-right{right:clamp(10px,2.8vw,34px)!important}.sero-page-library .sero-title{letter-spacing:-.057em!important;width:min(100%,780px)!important;max-width:780px!important;margin:0 auto!important;font-size:clamp(38px,2.72vw,48px)!important;font-weight:770!important;line-height:1.03!important}.sero-page-library .sero-subtitle{letter-spacing:-.026em!important;width:min(100%,580px)!important;margin:clamp(14px,1.5dvh,18px) auto 0!important;font-size:clamp(17px,1.08vw,20px)!important;font-weight:670!important;line-height:1.28!important}.sero-page-library .sero-action-slot{place-items:center!important;width:min(100%,500px)!important;margin:clamp(30px,3.9dvh,42px) auto 0!important;display:grid!important}.sero-page-guide,.sero-page-almost{justify-content:center!important}.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:0!important;width:min(100%,640px)!important;max-width:640px!important;margin:0 auto!important;display:flex!important}.sero-page-guide .sero-passkey-title,.sero-page-almost .sero-passkey-title{letter-spacing:-.057em!important;text-wrap:balance!important;width:min(100%,660px)!important;max-width:660px!important;margin:0 auto!important;font-size:clamp(38px,2.55vw,46px)!important;font-weight:770!important;line-height:1.035!important}.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{letter-spacing:-.025em!important;color:#050505d6!important;text-wrap:balance!important;width:min(100%,610px)!important;max-width:610px!important;margin:clamp(12px,1.35dvh,17px) auto clamp(22px,2.8dvh,30px)!important;font-size:clamp(16.5px,1.05vw,19px)!important;font-weight:650!important;line-height:1.28!important}.sero-page-guide .sero-passkey-steps,.sero-page-almost .sero-passkey-steps{gap:12px!important;width:min(100%,620px)!important;max-width:620px!important;margin:0 auto!important;padding:0!important;display:grid!important}.sero-page-guide .sero-passkey-steps li,.sero-page-almost .sero-passkey-steps li{background:linear-gradient(#fcfcfdf0,#f7f7f9e0)!important;border:1px solid #00000012!important;border-radius:25px!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;gap:16px!important;min-height:66px!important;padding:12px 22px 12px 15px!important;overflow:hidden!important;box-shadow:0 16px 42px #00000009,inset 0 1px #fffffff5!important}.sero-page-guide .sero-passkey-steps li:before,.sero-page-almost .sero-passkey-steps li:before{width:38px!important;height:38px!important;font-size:14px!important;font-weight:820!important;box-shadow:inset 0 1px #fffffffa,0 7px 16px #00000009!important}.sero-page-guide .sero-passkey-step-text strong,.sero-page-almost .sero-passkey-step-text strong{letter-spacing:-.02em!important;font-size:clamp(15.5px,.98vw,17px)!important;font-weight:790!important;line-height:1.12!important}.sero-page-guide .sero-passkey-step-text small,.sero-page-almost .sero-passkey-step-text small{color:#00000094!important;margin-top:3px!important;font-size:clamp(13px,.82vw,14.5px)!important;font-weight:600!important;line-height:1.22!important}.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{place-items:center!important;width:min(100%,520px)!important;margin:clamp(28px,3.6dvh,40px) auto 0!important;display:grid!important}.sero-page-guide .sero-dual-actions,.sero-page-almost .sero-dual-actions,.sero-page-library .sero-dual-actions{justify-items:center!important;gap:14px!important;width:min(100%,500px)!important;display:grid!important}.sero-page-guide .sero-button,.sero-page-almost .sero-button,.sero-page-library .sero-button{width:min(100%,430px)!important;height:52px!important;font-size:14px!important;font-weight:770!important;line-height:1!important}.sero-page-guide .sero-button-primary,.sero-page-almost .sero-button-primary,.sero-page-library .sero-button-primary{box-shadow:0 18px 48px #0000001b!important}.sero-page-guide .sero-button-secondary,.sero-page-almost .sero-button-secondary,.sero-page-library .sero-button-secondary{box-shadow:inset 0 1px #fffffff5!important}.sero-page-almost .sero-button-danger{box-shadow:0 18px 42px #ff2d2d21!important}}@media (min-width:1024px) and (max-height:820px){.sero-page-library,.sero-page-guide,.sero-page-almost{min-height:640px!important;padding-bottom:64px!important}.sero-page-library .sero-visual-slot,.sero-book-carousel{height:218px!important;margin-bottom:24px!important}.sero-book-card{width:clamp(154px,11vw,198px)!important;height:clamp(154px,11vw,198px)!important}.sero-page-library .sero-title,.sero-page-guide .sero-passkey-title,.sero-page-almost .sero-passkey-title{font-size:clamp(34px,2.35vw,41px)!important}.sero-page-library .sero-subtitle,.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{margin-top:10px!important;margin-bottom:18px!important;font-size:clamp(15.5px,.98vw,17.5px)!important}.sero-page-guide .sero-passkey-steps,.sero-page-almost .sero-passkey-steps{gap:8px!important}.sero-page-guide .sero-passkey-steps li,.sero-page-almost .sero-passkey-steps li{min-height:56px!important;padding-top:8px!important;padding-bottom:8px!important}.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{margin-top:22px!important}.sero-page-library .sero-action-slot{margin-top:24px!important}}@media (min-width:1024px){.sero-web-root{width:100vw!important;height:var(--sero-vvh,100dvh)!important;min-height:var(--sero-vvh,100dvh)!important;background:#fff!important;padding:0!important;overflow:hidden!important}.sero-page-library,.sero-page-guide,.sero-page-almost{box-sizing:border-box!important;width:100vw!important;max-width:100vw!important;height:var(--sero-vvh,100dvh)!important;text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:720px!important;margin:0 auto!important;padding:clamp(54px,6.4dvh,84px) clamp(56px,6vw,116px) clamp(96px,10dvh,132px)!important;display:flex!important;position:relative!important;inset:auto!important;overflow:hidden!important;transform:none!important}.sero-page-library .sero-visual-slot,.sero-page-library .sero-title,.sero-page-library .sero-subtitle,.sero-page-library .sero-action-slot,.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card,.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{position:relative!important;inset:auto!important;transform:none!important}.sero-page-library{justify-content:center!important;gap:0!important}.sero-page-library .sero-visual-slot{justify-content:center!important;align-items:center!important;width:100%!important;max-width:1180px!important;height:clamp(250px,28dvh,330px)!important;min-height:0!important;margin:0 auto clamp(30px,3.7dvh,44px)!important;padding:0!important;display:flex!important;overflow:visible!important}.sero-book-carousel{justify-content:center!important;align-items:center!important;width:min(100%,1180px)!important;max-width:1180px!important;height:clamp(250px,28dvh,330px)!important;margin:0 auto!important;display:flex!important;position:relative!important;overflow:visible!important}.sero-book-strip{pointer-events:none!important;perspective:1600px!important;width:min(100%,1040px)!important;max-width:1040px!important;height:100%!important;margin:0!important;position:absolute!important;top:50%!important;left:50%!important;overflow:visible!important;transform:translate(-50%,-50%)!important}.sero-book-card{filter:saturate(.98)contrast(1.01)!important;will-change:transform, opacity!important;transform-origin:50%!important;border-radius:28px!important;width:clamp(178px,12vw,232px)!important;height:clamp(178px,12vw,232px)!important;transition:transform .68s cubic-bezier(.22,1,.36,1),opacity .56s cubic-bezier(.22,1,.36,1),filter .56s cubic-bezier(.22,1,.36,1)!important}.sero-book-card.is-selected,.sero-book-card.is-plus-0{opacity:1!important;z-index:6!important;transform:translate(-50%,-50%)scale(1.13)!important}.sero-book-card.is-minus-1{opacity:.78!important;z-index:5!important;transform:translate(calc(-50% - clamp(220px,15.2vw,286px)),-50%)scale(.88)!important}.sero-book-card.is-plus-1{opacity:.78!important;z-index:5!important;transform:translate(calc(-50% + clamp(220px,15.2vw,286px)),-50%)scale(.88)!important}.sero-book-card.is-minus-2{opacity:.36!important;z-index:4!important;transform:translate(calc(-50% - clamp(390px,27vw,500px)),-50%)scale(.64)!important}.sero-book-card.is-plus-2{opacity:.36!important;z-index:4!important;transform:translate(calc(-50% + clamp(390px,27vw,500px)),-50%)scale(.64)!important}.sero-carousel-arrow{color:#000000c7!important;-webkit-backdrop-filter:blur(18px)saturate(1.24)!important;background:#ffffffe0!important;border:1px solid #00000012!important;width:46px!important;height:46px!important;font-size:38px!important;top:50%!important;box-shadow:0 18px 48px #0000000f,inset 0 1px #fffffff5!important}.sero-carousel-arrow-left{left:calc(50% - min(46vw,560px))!important}.sero-carousel-arrow-right{right:calc(50% - min(46vw,560px))!important}.sero-page-library .sero-title{letter-spacing:-.057em!important;text-wrap:balance!important;width:min(100%,760px)!important;max-width:760px!important;margin:0 auto!important;font-size:clamp(38px,2.62vw,47px)!important;font-weight:775!important;line-height:1.035!important}.sero-page-library .sero-subtitle{letter-spacing:-.025em!important;color:#000000db!important;text-wrap:balance!important;width:min(100%,560px)!important;margin:clamp(14px,1.45dvh,18px) auto 0!important;font-size:clamp(17px,1.04vw,19.5px)!important;font-weight:670!important;line-height:1.28!important}.sero-page-library .sero-action-slot{place-items:center!important;width:min(100%,480px)!important;margin:clamp(30px,3.8dvh,42px) auto 0!important;display:grid!important}.sero-page-library .sero-dual-actions{justify-items:center!important;gap:14px!important;width:min(100%,460px)!important;display:grid!important}.sero-page-library .sero-button{width:min(100%,430px)!important;height:52px!important;font-size:14px!important}.sero-page-guide,.sero-page-almost{justify-content:center!important}.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card{text-align:center!important;-webkit-backdrop-filter:blur(24px)saturate(1.14)!important;background:linear-gradient(#ffffffd1,#f7f7f9a3)!important;border:1px solid #0000000e!important;border-radius:38px!important;flex-direction:column!important;align-items:center!important;gap:0!important;width:min(100%,680px)!important;max-width:680px!important;margin:0 auto!important;padding:clamp(22px,2.6dvh,30px) clamp(22px,2.3vw,34px) clamp(24px,2.8dvh,32px)!important;display:flex!important;box-shadow:0 28px 92px #0000000b,inset 0 1px #fffffffa!important}.sero-page-guide .sero-passkey-title,.sero-page-almost .sero-passkey-title{letter-spacing:-.057em!important;text-wrap:balance!important;width:min(100%,640px)!important;max-width:640px!important;margin:0 auto!important;font-size:clamp(37px,2.5vw,45px)!important;font-weight:775!important;line-height:1.035!important}.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{letter-spacing:-.022em!important;color:#000000b8!important;text-wrap:balance!important;width:min(100%,590px)!important;max-width:590px!important;margin:clamp(11px,1.25dvh,16px) auto clamp(22px,2.7dvh,30px)!important;font-size:clamp(16px,1vw,18.5px)!important;font-weight:645!important;line-height:1.3!important}.sero-page-guide .sero-passkey-steps,.sero-page-almost .sero-passkey-steps{gap:11px!important;width:min(100%,610px)!important;max-width:610px!important;margin:0 auto!important;padding:0!important;display:grid!important}.sero-page-guide .sero-passkey-steps li,.sero-page-almost .sero-passkey-steps li{background:linear-gradient(#ffffffeb,#f8f8fac7)!important;border:1px solid #0001!important;border-radius:24px!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;gap:16px!important;min-height:64px!important;padding:12px 22px 12px 14px!important;overflow:hidden!important;box-shadow:inset 0 1px #fffffffa,0 10px 28px #00000007!important}.sero-page-guide .sero-passkey-steps li:before,.sero-page-almost .sero-passkey-steps li:before{border-color:#0000001a!important;width:38px!important;height:38px!important;font-size:14px!important;font-weight:820!important;box-shadow:inset 0 1px #fffffffa,0 7px 14px #00000009!important}.sero-page-guide .sero-passkey-step-text strong,.sero-page-almost .sero-passkey-step-text strong{letter-spacing:-.02em!important;font-size:clamp(15.5px,.96vw,16.8px)!important;font-weight:790!important;line-height:1.12!important}.sero-page-guide .sero-passkey-step-text small,.sero-page-almost .sero-passkey-step-text small{color:#0000008c!important;letter-spacing:-.01em!important;margin-top:3px!important;font-size:clamp(13px,.8vw,14.3px)!important;font-weight:600!important;line-height:1.22!important}.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{place-items:center!important;width:min(100%,500px)!important;margin:clamp(24px,3.2dvh,36px) auto 0!important;display:grid!important}.sero-page-guide .sero-dual-actions,.sero-page-almost .sero-dual-actions{justify-items:center!important;gap:14px!important;width:min(100%,470px)!important;display:grid!important}.sero-page-guide .sero-button,.sero-page-almost .sero-button{width:min(100%,430px)!important;height:52px!important;font-size:14px!important;font-weight:770!important}.sero-page-guide .sero-button-primary,.sero-page-almost .sero-button-primary,.sero-page-library .sero-button-primary{box-shadow:0 18px 48px #0000001a!important}.sero-page-guide .sero-button-secondary,.sero-page-almost .sero-button-secondary,.sero-page-library .sero-button-secondary{box-shadow:inset 0 1px #fffffffa!important}.sero-page-almost .sero-button-danger{box-shadow:0 18px 42px #ff2d2d21!important}.sero-footer{letter-spacing:.12em!important;font-size:12.2px!important;bottom:clamp(34px,4.6dvh,56px)!important}}@media (min-width:1024px) and (max-height:820px){.sero-page-library,.sero-page-guide,.sero-page-almost{min-height:640px!important;padding-top:44px!important;padding-bottom:70px!important}.sero-page-library .sero-visual-slot,.sero-book-carousel{height:222px!important;margin-bottom:26px!important}.sero-book-card{width:clamp(156px,10.8vw,198px)!important;height:clamp(156px,10.8vw,198px)!important}.sero-page-library .sero-title,.sero-page-guide .sero-passkey-title,.sero-page-almost .sero-passkey-title{font-size:clamp(33px,2.28vw,40px)!important}.sero-page-library .sero-subtitle,.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{margin-top:9px!important;margin-bottom:18px!important;font-size:clamp(15.5px,.96vw,17px)!important}.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card{width:min(100%,650px)!important;padding-top:20px!important;padding-bottom:22px!important}.sero-page-guide .sero-passkey-steps,.sero-page-almost .sero-passkey-steps{gap:8px!important}.sero-page-guide .sero-passkey-steps li,.sero-page-almost .sero-passkey-steps li{min-height:55px!important;padding-top:8px!important;padding-bottom:8px!important}.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot,.sero-page-library .sero-action-slot{margin-top:22px!important}}@media (min-width:1024px){.sero-page-guide,.sero-page-almost{width:100vw!important;max-width:100vw!important;height:var(--sero-vvh,100dvh)!important;text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:720px!important;padding:clamp(58px,7.2dvh,86px) clamp(56px,6vw,116px) clamp(96px,10dvh,128px)!important;display:flex!important;overflow:hidden!important}.sero-page-guide .sero-passkey-guide-card,.sero-page-almost .sero-passkey-guide-card{text-align:center!important;width:min(100%,760px)!important;max-width:760px!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;flex-direction:column!important;align-items:center!important;gap:0!important;margin:0 auto!important;padding:0!important;display:flex!important;position:relative!important;inset:auto!important;transform:none!important}.sero-page-guide .sero-passkey-steps,.sero-page-almost .sero-passkey-steps{counter-reset:sero-step!important;order:1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(18px,2.15dvh,24px) clamp(22px,2.2vw,30px)!important;width:min(100%,720px)!important;max-width:720px!important;margin:0 auto clamp(30px,3.7dvh,44px)!important;padding:0!important;list-style:none!important;display:grid!important}.sero-page-guide .sero-passkey-steps li,.sero-page-almost .sero-passkey-steps li{text-align:left!important;background:#ffffffeb!important;border:1px solid #0000001b!important;border-radius:21px!important;grid-template-columns:44px minmax(0,1fr)!important;align-items:center!important;gap:16px!important;min-height:clamp(62px,7.3dvh,74px)!important;padding:12px 22px 12px 16px!important;display:grid!important;overflow:hidden!important;box-shadow:0 18px 48px #00000009,inset 0 1px #fffffff5!important}.sero-page-guide .sero-passkey-steps li:before,.sero-page-almost .sero-passkey-steps li:before{width:36px!important;height:36px!important;color:var(--sero-black)!important;background:#f5f5f7fa!important;border:1px solid #0000002e!important;border-radius:999px!important;place-self:center!important;place-items:center!important;font-size:14px!important;font-weight:810!important;line-height:1!important;display:grid!important;box-shadow:inset 0 1px #fffffffa,0 8px 18px #00000009!important}.sero-page-guide .sero-passkey-steps li.is-green-step:before,.sero-page-almost .sero-passkey-steps li.is-green-step:before{background:var(--sero-green)!important;color:#fff!important;border-color:#0000002e!important}.sero-page-guide .sero-passkey-steps li.is-red-step:before,.sero-page-almost .sero-passkey-steps li.is-red-step:before{background:var(--sero-red)!important;color:#fff!important;border-color:#0000002e!important}.sero-page-guide .sero-passkey-step-text,.sero-page-almost .sero-passkey-step-text{gap:3px!important;min-width:0!important;display:grid!important}.sero-page-guide .sero-passkey-step-text strong,.sero-page-almost .sero-passkey-step-text strong{letter-spacing:-.018em!important;color:var(--sero-black)!important;font-size:clamp(14.4px,.94vw,16px)!important;font-weight:790!important;line-height:1.13!important}.sero-page-guide .sero-passkey-step-text small,.sero-page-almost .sero-passkey-step-text small{letter-spacing:-.006em!important;color:#000000ad!important;margin:0!important;font-size:clamp(12.8px,.78vw,14px)!important;font-weight:560!important;line-height:1.22!important}.sero-page-guide .sero-passkey-title,.sero-page-almost .sero-passkey-title{letter-spacing:-.056em!important;width:min(100%,690px)!important;max-width:690px!important;color:var(--sero-black)!important;text-wrap:balance!important;order:2!important;margin:0 auto!important;font-size:clamp(33px,2.25vw,42px)!important;font-weight:775!important;line-height:1.035!important}.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{letter-spacing:-.022em!important;color:#000000e0!important;text-wrap:balance!important;order:3!important;width:min(100%,560px)!important;max-width:560px!important;margin:clamp(10px,1.2dvh,14px) auto 0!important;font-size:clamp(16px,.98vw,18px)!important;font-weight:690!important;line-height:1.3!important}.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{place-items:center!important;width:min(100%,420px)!important;margin:clamp(34px,4.2dvh,48px) auto 0!important;display:grid!important;position:relative!important;inset:auto!important;transform:none!important}.sero-page-guide .sero-dual-actions,.sero-page-almost .sero-dual-actions{justify-items:center!important;gap:14px!important;width:min(100%,420px)!important;display:grid!important}.sero-page-guide .sero-button,.sero-page-almost .sero-button{letter-spacing:-.022em!important;width:min(100%,390px)!important;height:46px!important;font-size:13px!important;font-weight:760!important}.sero-page-guide .sero-button-primary,.sero-page-almost .sero-button-primary{box-shadow:0 16px 44px #00000018!important}.sero-page-guide .sero-button-secondary,.sero-page-almost .sero-button-secondary{box-shadow:inset 0 1px #fffffffa!important}}@media (min-width:1024px) and (max-height:820px){.sero-page-guide,.sero-page-almost{min-height:660px!important;padding-top:46px!important;padding-bottom:78px!important}.sero-page-guide .sero-passkey-steps,.sero-page-almost .sero-passkey-steps{gap:14px 22px!important;width:min(100%,660px)!important;max-width:660px!important;margin-bottom:28px!important}.sero-page-guide .sero-passkey-steps li,.sero-page-almost .sero-passkey-steps li{border-radius:19px!important;grid-template-columns:40px minmax(0,1fr)!important;min-height:56px!important;padding:9px 18px 9px 14px!important}.sero-page-guide .sero-passkey-steps li:before,.sero-page-almost .sero-passkey-steps li:before{width:34px!important;height:34px!important;font-size:13px!important}.sero-page-guide .sero-passkey-title,.sero-page-almost .sero-passkey-title{font-size:clamp(31px,2.1vw,38px)!important}.sero-page-guide .sero-passkey-subtitle,.sero-page-almost .sero-passkey-subtitle{margin-top:8px!important;font-size:clamp(15px,.92vw,16.8px)!important}.sero-page-guide>.sero-action-slot,.sero-page-almost>.sero-action-slot{margin-top:28px!important}}.clean-reader-header h1{padding-left:clamp(10px,1.4vw,20px)!important}.clean-reader-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}.clean-chapter-select,.clean-reader-continue{width:100%!important;min-width:0!important}.clean-reader-loader{animation:.24s cubic-bezier(.22,1,.36,1) both seroReaderLoadIn!important}@keyframes seroReaderLoadIn{0%{opacity:0;filter:blur(1px);transform:translateY(5px)scale(.992)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@media (max-width:820px){.clean-reader-header h1{padding-left:8px!important}.clean-reader-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.sero-asset-reveal{opacity:0;filter:blur(1.6px);transition:opacity .42s var(--ease-sero), transform .42s var(--ease-sero), filter .42s var(--ease-sero);will-change:opacity, transform, filter;transform:translateY(5px)scale(.994)translateZ(0)}.sero-asset-reveal.is-loaded{opacity:1;filter:blur();transform:translateY(0)scale(1)translateZ(0)}.sero-book-carousel.is-pending-reveal .sero-book-card,.sero-book-carousel.is-pending-reveal .sero-carousel-arrow{filter:blur(2px);opacity:0!important}.sero-qr-real.sero-asset-reveal{transform:translateY(6px)scale(.985)translateZ(0)}.sero-qr-real.sero-asset-reveal.is-loaded{transform:translateY(0)scale(1)translateZ(0)}.clean-reader-page{background:#fff!important}.clean-reader-shell{box-shadow:none!important;background:linear-gradient(#f9f9fbd6,#f5f5f7b8)!important}.clean-reader-text{box-shadow:none!important}.clean-reader-shell:before,.clean-reader-shell:after,.clean-reader-page:before,.clean-reader-page:after{content:none!important;display:none!important}.clean-reader-page .sero-back-button{z-index:96}@media (min-width:821px){.clean-reader-header{padding:0 6px 0 12px!important}.clean-reader-header h1{padding-left:0!important}}@media (max-width:820px){.clean-reader-page,.clean-reader-loader{padding-top:calc(max(14px, env(safe-area-inset-top)) + 42px)!important}.clean-reader-shell{height:calc(var(--sero-vvh,100dvh) - max(20px, env(safe-area-inset-top)) - max(20px, env(safe-area-inset-bottom)) - 42px)!important}.clean-reader-page .sero-back-button{top:max(12px, env(safe-area-inset-top))!important;left:max(16px, env(safe-area-inset-left))!important;background:#ffffffe0!important;border:1px solid #0000000e!important;width:42px!important;height:42px!important}}@media (max-width:390px){.clean-reader-page,.clean-reader-loader{padding-top:calc(max(12px, env(safe-area-inset-top)) + 38px)!important}.clean-reader-shell{height:calc(var(--sero-vvh,100dvh) - max(16px, env(safe-area-inset-top)) - max(16px, env(safe-area-inset-bottom)) - 38px)!important}}.clean-reader-loader{background:#fff!important}.clean-reader-loader-card{box-shadow:none!important}.sero-pre-reader-loader .clean-reader-loader-card{box-shadow:none!important;background:0 0!important;border-color:#0000!important}.sero-pre-reader-loader .clean-reader-loader-mark{box-shadow:0 12px 28px #0000000b,inset 0 1px #fffffffa!important}.clean-reader-text{content-visibility:auto;will-change:scroll-position;contain:content!important}.clean-reader-word{-webkit-user-select:none!important;user-select:none!important}@keyframes seroSoftAssetIn{0%{opacity:0;filter:blur(2.4px);transform:translateY(8px)scale(.992)translateZ(0)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)translateZ(0)}}.sero-asset-soft-in{will-change:opacity, transform, filter;animation:.72s cubic-bezier(.22,1,.36,1) both seroSoftAssetIn}.sero-security-options.sero-asset-soft-in .sero-security-circle{animation:.68s cubic-bezier(.22,1,.36,1) both seroSoftAssetIn}.sero-security-options.sero-asset-soft-in .sero-security-circle:first-child{animation-delay:30ms}.sero-security-options.sero-asset-soft-in .sero-security-circle:nth-child(2){animation-delay:80ms}.sero-security-options.sero-asset-soft-in .sero-security-circle:nth-child(3){animation-delay:.13s}.sero-book-carousel.is-pending-reveal .sero-book-card,.sero-book-carousel.is-pending-reveal .sero-carousel-arrow{opacity:0!important;filter:blur(4px)saturate(.94)!important}.sero-book-carousel.is-revealed .sero-book-card,.sero-book-carousel.is-revealed .sero-carousel-arrow{filter:blur()saturate()!important}.sero-book-carousel .sero-book-card,.sero-book-carousel .sero-carousel-arrow{transition-duration:.98s,.98s,.98s!important;transition-timing-function:cubic-bezier(.22,1,.36,1)!important}.clean-reader-shell.sero-asset-soft-in{animation-duration:.62s}.clean-reader-text p{content-visibility:auto;contain-intrinsic-size:auto 128px}.clean-reader-text{overscroll-behavior:contain}@media (max-width:820px){.sero-book-carousel .sero-book-card,.sero-book-carousel .sero-carousel-arrow{transition-duration:.86s,.9s,.9s!important}.clean-reader-shell.sero-asset-soft-in{animation-duration:.56s}}@keyframes seroSafeOpacityIn{0%{opacity:0}to{opacity:1}}.sero-safe-entrance{will-change:opacity;animation:.82s cubic-bezier(.22,1,.36,1) both seroSafeOpacityIn}.sero-page-welcome .sero-visual-slot,.sero-page-welcome .sero-title,.sero-page-welcome .sero-subtitle,.sero-page-welcome .sero-action-slot,.sero-page-security .sero-visual-slot,.sero-page-security .sero-title,.sero-page-security .sero-subtitle,.sero-page-security .sero-action-slot,.sero-page-library .sero-visual-slot,.sero-page-library .sero-title,.sero-page-library .sero-subtitle,.sero-page-library .sero-action-slot,.sero-page-guide .sero-passkey-title,.sero-page-guide .sero-passkey-subtitle,.sero-page-guide .sero-passkey-steps,.sero-page-guide>.sero-action-slot,.sero-page-copy .sero-copy-visual,.sero-page-copy .sero-copy-title,.sero-page-copy .sero-copy-subtitle,.sero-page-copy .sero-copy-actions{will-change:opacity!important;animation-name:seroSafeOpacityIn!important;animation-duration:.86s!important;animation-timing-function:cubic-bezier(.22,1,.36,1)!important;animation-fill-mode:both!important}.sero-page-welcome .sero-title,.sero-page-security .sero-title,.sero-page-library .sero-title,.sero-page-guide .sero-passkey-subtitle,.sero-page-copy .sero-copy-title{animation-delay:45ms!important}.sero-page-welcome .sero-subtitle,.sero-page-security .sero-subtitle,.sero-page-library .sero-subtitle,.sero-page-guide .sero-passkey-steps,.sero-page-copy .sero-copy-subtitle{animation-delay:95ms!important}.sero-page-welcome .sero-action-slot,.sero-page-security .sero-action-slot,.sero-page-library .sero-action-slot,.sero-page-guide>.sero-action-slot,.sero-page-copy .sero-copy-actions{animation-delay:.145s!important}.sero-security-options.sero-asset-soft-in{animation-name:seroSafeOpacityIn!important;animation-duration:.76s!important;animation-timing-function:cubic-bezier(.22,1,.36,1)!important;animation-fill-mode:both!important}.sero-security-options.sero-asset-soft-in .sero-security-circle{animation-name:seroSafeOpacityIn!important;animation-duration:.82s!important;animation-timing-function:cubic-bezier(.22,1,.36,1)!important;animation-fill-mode:both!important}.clean-reader-shell.sero-asset-soft-in{filter:none!important;will-change:opacity!important;animation-name:seroSafeOpacityIn!important;animation-duration:.62s!important;animation-timing-function:cubic-bezier(.22,1,.36,1)!important;animation-fill-mode:both!important;transform:none!important}.sero-character.sero-asset-reveal,.sero-qr-real.sero-asset-reveal{transition-duration:.76s!important;transition-timing-function:cubic-bezier(.22,1,.36,1)!important}@media (max-width:820px){.sero-page-welcome .sero-visual-slot,.sero-page-welcome .sero-title,.sero-page-welcome .sero-subtitle,.sero-page-welcome .sero-action-slot,.sero-page-security .sero-visual-slot,.sero-page-security .sero-title,.sero-page-security .sero-subtitle,.sero-page-security .sero-action-slot,.sero-page-library .sero-visual-slot,.sero-page-library .sero-title,.sero-page-library .sero-subtitle,.sero-page-library .sero-action-slot,.sero-page-guide .sero-passkey-title,.sero-page-guide .sero-passkey-subtitle,.sero-page-guide .sero-passkey-steps,.sero-page-guide>.sero-action-slot,.sero-page-copy .sero-copy-visual,.sero-page-copy .sero-copy-title,.sero-page-copy .sero-copy-subtitle,.sero-page-copy .sero-copy-actions{animation-duration:.72s!important}.clean-reader-shell.sero-asset-soft-in{animation-duration:.52s!important}}.clean-reader-text,.clean-reader-text p{content-visibility:visible!important;contain-intrinsic-size:auto!important}.clean-reader-text{contain:layout paint!important;will-change:auto!important}.clean-reader-word{transition:color .11s ease-out,background-color .11s ease-out,box-shadow .11s ease-out!important}.clean-reader-word.is-start,.clean-reader-word.is-end{font-weight:inherit!important;box-shadow:inset 0 -.16em #00b85f2e!important}.clean-reader-word.is-end{box-shadow:inset 0 -.16em #ff31312e!important}.clean-reader-word.is-inside{font-weight:inherit!important}
