*,*:before,*:after{box-sizing:border-box}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}:root{--color-bg-page: #f2f2f7;--color-bg-card: #ffffff;--color-bg-card-hover: #f5f5f7;--color-bg-input: #f5f5f7;--color-text-primary: #1d1d1f;--color-text-secondary: #6e6e73;--color-text-tertiary: #86868b;--color-accent: #0071e3;--color-separator: #e5e5ea;--radius-sm: 12px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 20px;--radius-pill: 99px;--transition: .15s ease;--color-success: #34c759;--color-warning: #ff9f0a;--color-error: #ff3b30}html.dark{--color-bg-page: #000000;--color-bg-card: #1c1c1e;--color-bg-card-hover: #2c2c2e;--color-bg-input: #2c2c2e;--color-text-primary: #f5f5f7;--color-text-secondary: #6e6e73;--color-text-tertiary: #86868b;--color-accent: #0a84ff;--color-separator: rgba(255,255,255,.08)}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,sans-serif;background-color:var(--color-bg-page);color:var(--color-text-primary);margin:0;-webkit-font-smoothing:antialiased}#root,.app-container{min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg-page)}::-webkit-scrollbar-thumb{background:var(--color-separator);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.96)}}@keyframes toastBar{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ease{syntax:"*";inherits:false}.l-page{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;color:#1d1d1f;background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}.l-nav{position:sticky;top:0;z-index:100;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:.5px solid #e5e5ea}.l-nav-inner{max-width:980px;margin:0 auto;padding:.875rem 2rem;display:flex;align-items:center;justify-content:space-between}.l-logo{font-size:17px;font-weight:700;letter-spacing:-.03em;line-height:1}.l-logo-ius{color:#1d1d1f}.l-logo-test{color:#0071e3}.l-nav-right{display:flex;align-items:center;gap:1rem}.l-nav-login{background:none;border:none;color:#0071e3;font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;padding:0;transition:opacity .15s}.l-nav-login:hover{opacity:.75}.l-btn-pill-dark{background:#1d1d1f;color:#fff;border:none;border-radius:100px;padding:10px 22px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s,transform .15s;white-space:nowrap}.l-btn-pill-dark:hover{opacity:.85;transform:translateY(-1px)}.l-btn-pill-dark:active{opacity:.72;transform:translateY(0)}.l-btn-pill-outline{background:transparent;color:#1d1d1f;border:1.5px solid rgba(0,0,0,.2);border-radius:100px;padding:10px 22px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.l-btn-pill-outline:hover{background:#0000000a;border-color:#00000059}.l-btn-pill-white-lg{background:#fff;color:#1d1d1f;border:none;border-radius:100px;padding:14px 36px;font-size:17px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s,transform .15s;box-shadow:0 4px 20px #0003}.l-btn-pill-white-lg:hover{opacity:.92;transform:translateY(-2px)}.l-btn-pill-white-lg:active{opacity:.78;transform:translateY(0)}.l-section-inner{max-width:980px;margin:0 auto;text-align:center}.l-eyebrow{display:inline-flex;align-items:center;gap:6px;background:#0071e314;color:#0071e3;font-size:13px;font-weight:600;padding:5px 14px;border-radius:100px;margin-bottom:1rem}.l-section-h2{font-size:32px;font-weight:700;letter-spacing:-.03em;margin:0 0 .5rem;color:#1d1d1f;line-height:1.15}.l-section-sub{font-size:16px;color:#6e6e73;margin:0 0 2.5rem;line-height:1.55}.l-hero{background:radial-gradient(ellipse 70% 60% at 70% -10%,rgba(0,113,227,.07) 0%,transparent 70%),linear-gradient(180deg,#fff,#f9f9fb);padding:5rem 2rem 4.5rem;overflow:hidden}.l-hero-inner{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.l-hero-text{text-align:left}.l-hero-h1{font-size:46px;font-weight:700;letter-spacing:-.035em;line-height:1.08;margin:.875rem 0 1.25rem;color:#1d1d1f}.l-blue{color:#0071e3}.l-hero-sub{font-size:17px;color:#6e6e73;max-width:440px;line-height:1.65;margin:0 0 2rem}.l-hero-btns{display:flex;gap:.875rem;flex-wrap:wrap;margin-bottom:2.5rem}.l-stats{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.l-stat{display:flex;flex-direction:column;gap:2px}.l-stat-num{font-size:22px;font-weight:700;letter-spacing:-.03em;color:#1d1d1f;line-height:1}.l-stat-label{font-size:12px;color:#6e6e73;font-weight:500}.l-stat-sep{width:1px;height:28px;background:#e5e5ea;flex-shrink:0}.l-hero-visual{position:relative;height:400px;flex-shrink:0}.l-preview-glow{position:absolute;inset:-30px;background:radial-gradient(ellipse at 50% 50%,rgba(0,113,227,.1) 0%,transparent 70%);pointer-events:none}.l-preview-card{position:absolute;border-radius:20px;padding:1.125rem;width:152px;display:flex;flex-direction:column;gap:.3rem;box-shadow:0 12px 40px #0000001a,0 2px 8px #0000000f}.l-pc-blue{background:#e8f0fe}.l-pc-dark{background:#1d1d1f}.l-pc-red{background:#fff0ef}.l-pc-purple{background:#fce8f3}.l-pc-1{top:20px;left:0;animation:lFloat1 6s ease-in-out infinite}.l-pc-2{top:0;right:0;animation:lFloat2 7s ease-in-out infinite}.l-pc-3{bottom:30px;left:40px;animation:lFloat3 8s ease-in-out infinite}.l-pc-4{bottom:10px;right:20px;animation:lFloat4 5.5s ease-in-out infinite}@keyframes lFloat1{0%,to{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-10px)}}@keyframes lFloat2{0%,to{transform:rotate(3deg) translateY(0)}50%{transform:rotate(3deg) translateY(-12px)}}@keyframes lFloat3{0%,to{transform:rotate(2deg) translateY(0)}50%{transform:rotate(2deg) translateY(-8px)}}@keyframes lFloat4{0%,to{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(-3deg) translateY(-10px)}}.l-pc-icon-wrap{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem;flex-shrink:0}.l-pcw-blue{background:#0071e31f}.l-pcw-white{background:#ffffff1f}.l-pcw-red{background:#ff3b301a}.l-pcw-purple{background:#af52de1f}.l-pc-title{font-size:12px;font-weight:700;color:#1d1d1f;line-height:1.2}.l-pc-light{color:#fff}.l-pc-sub{font-size:10px;color:#6e6e73;line-height:1.3}.l-pc-sub-light{color:#ffffff80}.l-pc-pill{display:inline-flex;align-self:flex-start;margin-top:.375rem;padding:2px 8px;border-radius:99px;font-size:9.5px;font-weight:700}.l-pcpill-blue{background:#0071e31f;color:#0071e3}.l-pcpill-white{background:#fff;color:#1d1d1f}.l-features{background:#f2f2f7;padding:5rem 2rem}.l-bento-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;text-align:left}.l-bento-full{grid-column:1 / -1}.l-bento-card{background:#fff;border-radius:20px;padding:1.625rem;transition:transform .2s ease,box-shadow .2s ease}.l-bento-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000014}.l-bento-dark{background:#1d1d1f}.l-bento-blue,.l-bento-red,.l-bento-purple,.l-bento-orange,.l-bento-duda,.l-bento-fav{background:#fff}.l-simulacro-card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.l-simulacro-content{flex:1;min-width:0}.l-simulacro-deco{opacity:1;flex-shrink:0;line-height:0}.l-bento-icon-wrap{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.l-biw-white{background:#ffffff1f}.l-biw-blue{background:#0071e31f}.l-biw-red{background:#ff3b301a}.l-biw-purple{background:#af52de1f}.l-biw-orange{background:#ff9f0a24}.l-biw-duda{background:#ff9f0a26}.l-biw-fav{background:#0071e31f}.l-bento-title{font-size:17px;font-weight:700;letter-spacing:-.02em;margin:0 0 .375rem;color:#1d1d1f}.l-bento-title-light{color:#fff}.l-bento-text{font-size:14px;color:#6e6e73;line-height:1.55;margin:0}.l-bento-text-light{color:#ffffff8c}.l-bento-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.l-meta-chip{background:#ffffff1a;color:#ffffffb3;border:1px solid rgba(255,255,255,.12);padding:4px 12px;border-radius:99px;font-size:12px;font-weight:500}.l-week-dots{display:flex;gap:5px;margin-top:1rem}.l-week-dot{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:700;flex-shrink:0}.l-dot-done{background:#ff9f0a;color:#fff}.l-dot-today{background:transparent;border:1.5px solid #ff9f0a;color:#ff9f0a}.l-dot-empty{background:#0000000f;color:#c7c7cc}.l-testimonials{background:#fff;padding:5rem 2rem}.l-testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;text-align:left}.l-testimonial-card{background:#f5f5f7;border-radius:20px;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;transition:transform .2s ease}.l-testimonial-card:hover{transform:translateY(-2px)}.l-testimonial-top{display:flex;align-items:center;justify-content:space-between}.l-stars{display:flex;gap:2px}.l-quote-icon{color:#e5e5ea;flex-shrink:0}.l-testimonial-text{font-size:16px;color:#1d1d1f;line-height:1.65;margin:0;font-style:italic}.l-testimonial-author{display:flex;align-items:center;gap:.875rem;margin-top:auto}.l-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.l-author-name{font-size:14px;font-weight:600;color:#1d1d1f;line-height:1.3}.l-author-role{font-size:12px;color:#86868b;line-height:1.3}.l-pricing{background:#f2f2f7;padding:5rem 2rem}.l-pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:640px;margin:0 auto;text-align:left}.l-pricing-card{background:#fff;border-radius:20px;padding:1.875rem;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.l-pricing-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00000012}.l-pricing-card-dark{background:#1d1d1f}.l-pricing-card-dark:hover{box-shadow:0 10px 30px #0000004d}.l-popular-badge{display:inline-flex;align-items:center;gap:5px;background:#ffffff1f;color:#fff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:100px;margin-bottom:1.125rem;align-self:flex-start}.l-plan-name{font-size:20px;font-weight:700;color:#1d1d1f;margin:0 0 .375rem}.l-plan-name-light{color:#fff}.l-plan-price{font-size:38px;font-weight:700;color:#1d1d1f;letter-spacing:-.04em;margin:0 0 1.375rem;line-height:1.05}.l-plan-price-light{color:#fff}.l-plan-period{font-size:14px;font-weight:400;color:#86868b;letter-spacing:0}.l-plan-period-light{color:#ffffff73}.l-features-list{list-style:none;padding:0;margin:0 0 1.5rem;flex:1;display:flex;flex-direction:column;gap:.25rem}.l-features-list li{font-size:14px;padding:.35rem 0;line-height:1.4;display:flex;align-items:center;gap:8px}.l-feat-check-green,.l-feat-check-gray,.l-feat-check-white{display:flex;align-items:center;flex-shrink:0}.l-feat-yes{color:#1d1d1f}.l-feat-no{color:#86868b}.l-feat-yes-w{color:#ffffffe6}.l-plan-btn{width:100%;padding:13px;border-radius:12px;font-size:15px;font-weight:600;font-family:inherit;border:none;cursor:pointer;transition:opacity .15s,transform .15s;margin-top:auto}.l-plan-btn:hover{opacity:.85;transform:translateY(-1px)}.l-plan-btn:active{opacity:.72;transform:translateY(0)}.l-plan-btn-free{background:#f5f5f7;color:#1d1d1f}.l-plan-btn-premium{background:#fff;color:#1d1d1f}.l-cta{background:linear-gradient(145deg,#0d0d0f,#1a1a1e,#0a0e18);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.l-cta-glow{position:absolute;top:-50%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(ellipse,rgba(0,113,227,.18) 0%,transparent 65%);pointer-events:none}.l-cta-inner{position:relative;z-index:1}.l-cta-h2{font-size:38px;font-weight:700;color:#fff;letter-spacing:-.035em;margin:0 0 .875rem;line-height:1.1}.l-cta-sub{font-size:17px;color:#ffffff73;margin:0 0 2.25rem;line-height:1.5}.l-footer{background:#f2f2f7;padding:1.5rem 2rem;text-align:center;border-top:.5px solid #e5e5ea}.l-footer-text{font-size:12px;color:#86868b;margin:0}@media(prefers-reduced-motion:reduce){.l-pc-1,.l-pc-2,.l-pc-3,.l-pc-4{animation:none}.l-btn-pill-dark:hover,.l-btn-pill-white-lg:hover,.l-plan-btn:hover{transform:none}}@media(max-width:680px){.l-hero{padding:3.5rem 1.25rem 3rem}.l-hero-inner{grid-template-columns:1fr;gap:0}.l-hero-text{text-align:center}.l-hero-visual{display:none}.l-hero-h1{font-size:32px}.l-hero-sub{max-width:100%;font-size:16px}.l-hero-btns,.l-stats{justify-content:center}.l-features,.l-testimonials,.l-pricing,.l-cta{padding:3.5rem 1.25rem}.l-bento-grid{grid-template-columns:1fr}.l-bento-full{grid-column:1}.l-simulacro-card{flex-direction:column}.l-simulacro-deco{display:none}.l-testimonials-grid{grid-template-columns:1fr}.l-pricing-grid{grid-template-columns:1fr;max-width:100%}.l-section-h2{font-size:26px}.l-cta-h2{font-size:28px}.l-nav-inner{padding:.875rem 1.25rem}}._loginContainer_x8jbk_1{min-height:100vh;background:var(--color-bg-card);display:flex;align-items:center;justify-content:center;padding:1.5rem}html.dark ._loginContainer_x8jbk_1{background:#000}._loginCard_x8jbk_14{width:100%;max-width:380px;text-align:center}._logoBlock_x8jbk_20{background:none;border-radius:0;box-shadow:none;border:none;padding:0;width:auto;height:auto;display:block;text-align:center;margin:0 auto 1.25rem;font-size:28px;font-weight:700;color:#1d1d1f;letter-spacing:-.03em}html.dark ._logoBlock_x8jbk_20{color:#fff}._loginTitle_x8jbk_41{font-size:1.375rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .25rem;letter-spacing:-.02em}._slogan_x8jbk_49{font-size:.81rem;color:#86868b;margin:0 0 2rem}._inputField_x8jbk_55{width:100%;padding:13px 14px;margin-bottom:.75rem;background:var(--color-bg-input);border:1.5px solid transparent;color:var(--color-text-primary);border-radius:12px;font-size:.875rem;font-family:inherit;transition:border-color var(--transition);box-sizing:border-box}._inputField_x8jbk_55::-moz-placeholder{color:var(--color-text-tertiary)}._inputField_x8jbk_55::placeholder{color:var(--color-text-tertiary)}._inputField_x8jbk_55:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #0071e326}._errorMsg_x8jbk_77{color:var(--color-error);font-size:.8rem;margin-bottom:.75rem;padding:.6rem 1rem;background:#ff3b300f;border:1px solid rgba(255,59,48,.2);border-radius:10px;text-align:left}._submitButton_x8jbk_88{width:100%;padding:13px;background:#1d1d1f;color:#fff;font-weight:600;font-size:.94rem;font-family:inherit;border:none;border-radius:12px;cursor:pointer;transition:opacity var(--transition);margin-top:.25rem}html.dark ._submitButton_x8jbk_88{background:#f5f5f7;color:#1d1d1f}._submitButton_x8jbk_88:hover{opacity:.85}._submitButton_x8jbk_88:active{opacity:.75}._submitButton_x8jbk_88:disabled{opacity:.5;cursor:not-allowed}._googleBtn_x8jbk_113{width:100%;padding:13px;margin-bottom:1.25rem;background:#fff;border:1px solid #e5e5ea;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:600;font-family:inherit;color:var(--color-text-primary);cursor:pointer;transition:background var(--transition);box-sizing:border-box}html.dark ._googleBtn_x8jbk_113{background:#2c2c2e;border-color:#ffffff1a}._googleBtn_x8jbk_113:hover{background:#f5f5f7}html.dark ._googleBtn_x8jbk_113:hover{background:#3a3a3c}._divider_x8jbk_143{display:flex;align-items:center;gap:10px;margin-bottom:1.25rem}._divider_x8jbk_143:before,._divider_x8jbk_143:after{content:"";flex:1;height:1px;background:#e5e5ea}html.dark ._divider_x8jbk_143:before,html.dark ._divider_x8jbk_143:after{background:#ffffff1a}._divider_x8jbk_143 span{font-size:13px;color:#86868b;flex-shrink:0}._forgotLink_x8jbk_170{background:none;border:none;color:var(--color-accent);font-size:13px;font-family:inherit;cursor:pointer;padding:0;margin-top:.75rem;display:block;width:100%;text-align:center}._confirmIcon_x8jbk_185{font-size:48px;display:block;margin:0 auto 1.25rem;line-height:1}._confirmTitle_x8jbk_192{font-size:22px;font-weight:700;color:var(--color-text-primary);margin:0 0 .5rem;letter-spacing:-.02em}._confirmText_x8jbk_200{font-size:14px;color:var(--color-text-secondary);line-height:1.6;margin:0 0 1.75rem}._secondaryButton_x8jbk_207{width:100%;padding:13px;background:var(--color-bg-input);color:var(--color-text-secondary);font-weight:600;font-size:.94rem;font-family:inherit;border:none;border-radius:12px;cursor:pointer;transition:opacity var(--transition);margin-top:.5rem}._secondaryButton_x8jbk_207:hover{opacity:.75}._secondaryButton_x8jbk_207:disabled{opacity:.5;cursor:not-allowed}._successMsg_x8jbk_225{font-size:.8rem;color:#34c759;margin-top:.5rem;padding:.5rem 1rem;background:#34c75914;border:1px solid rgba(52,199,89,.25);border-radius:10px}._homeWrapper_1kfw8_4{min-height:100vh;background:var(--color-bg-page);display:grid;grid-template-columns:1fr 280px}@media(max-width:768px){._homeWrapper_1kfw8_4{display:block}}._mainCol_1kfw8_18{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:.875rem}@media(max-width:768px){._mainCol_1kfw8_18{padding:1.25rem;padding-bottom:max(3rem,env(safe-area-inset-bottom,3rem))}}._sidebar_1kfw8_34{width:280px;border-left:.5px solid #e5e5ea;background:#fff;padding:1.5rem;overflow-y:auto;height:100vh;position:sticky;top:0;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box}html.dark ._sidebar_1kfw8_34{background:#1c1c1e;border-left-color:#2c2c2e}@media(max-width:768px){._sidebar_1kfw8_34{display:none}}._homeContainer_1kfw8_61{min-height:100vh;background:var(--color-bg-page);padding:2rem 1.25rem max(3rem,env(safe-area-inset-bottom,3rem));max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:.875rem}._logo_1kfw8_73{text-align:center;padding:.25rem 0}._logoText_1kfw8_78{font-size:20px;font-weight:700;letter-spacing:-.03em;color:var(--color-text-primary);line-height:1}._logoText_1kfw8_78 span{color:#0071e3}html.dark ._logoText_1kfw8_78 span{color:#0a84ff}._logoSub_1kfw8_94{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#86868b;margin-top:4px}._heroCard_1kfw8_103{background:linear-gradient(135deg,#1e3f7a,#152d5c);border-radius:20px;padding:1.5rem;min-height:160px;position:relative;overflow:hidden}@media(max-width:768px){._heroCard_1kfw8_103{min-height:140px}}._heroDecoBubble1_1kfw8_118{position:absolute;top:-50px;right:-50px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(120,180,255,.3) 0%,transparent 70%);pointer-events:none}._heroDecoBubble2_1kfw8_129{position:absolute;bottom:-50px;left:-50px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(175,82,222,.22) 0%,transparent 70%);pointer-events:none}._heroPill_1kfw8_140{position:absolute;top:1.25rem;left:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:99px;padding:4px 12px;font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3;z-index:1;pointer-events:none}._heroInner_1kfw8_156{display:flex;justify-content:space-between;align-items:flex-end;padding-top:2rem;position:relative;z-index:1;gap:1rem}._heroLeft_1kfw8_166{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}._heroLabel_1kfw8_174{font-size:13px;color:#ffffff80;line-height:1.3}._heroName_1kfw8_180{font-size:26px;font-weight:700;color:#fff;letter-spacing:-.03em;line-height:1.1;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._heroSub_1kfw8_192{font-size:13px;color:#ffffff80;max-width:320px;line-height:1.4}._heroMobileStreak_1kfw8_199{display:none;font-size:13px;color:#ffffffb3;margin-top:2px}@media(max-width:768px){._heroMobileStreak_1kfw8_199{display:block}}._heroBtns_1kfw8_212{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}._heroBtn_1kfw8_212{background:#fff;color:#1d1d1f;border:none;border-radius:10px;padding:9px 18px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s ease;white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis}._heroBtn_1kfw8_212:hover{opacity:.88}._heroBtnSecondary_1kfw8_240{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#ffffffb3;border-radius:10px;padding:9px 18px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s ease;white-space:nowrap}._heroBtnSecondary_1kfw8_240:hover{opacity:.75}._heroRight_1kfw8_259{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}@media(max-width:768px){._heroRight_1kfw8_259{display:none}}._weekRowHero_1kfw8_273{display:flex;gap:5px}._weekDayHeroDone_1kfw8_278{width:22px;height:22px;border-radius:50%;background:#ff9f0a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.58rem;font-weight:700;flex-shrink:0}._weekDayHeroToday_1kfw8_292{width:22px;height:22px;border-radius:50%;background:transparent;border:1.5px solid #ff9f0a;color:#ff9f0a;display:flex;align-items:center;justify-content:center;font-size:.58rem;font-weight:700;flex-shrink:0}._weekDayHeroPast_1kfw8_307{width:22px;height:22px;border-radius:50%;background:#ffffff14;color:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:.58rem;font-weight:700;flex-shrink:0}._sectionLabel_1kfw8_322{font-size:11px;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.07em;padding:0 .25rem}._topRow_1kfw8_332{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}@media(max-width:768px){._topRow_1kfw8_332{grid-template-columns:1fr 1fr}._topRow_1kfw8_332>*:last-child{grid-column:1 / -1}}._bottomRow_1kfw8_349{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}._card_1kfw8_356{border-radius:20px;min-height:240px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative;cursor:pointer;transition:transform .2s cubic-bezier(.4,0,.2,1);border:.5px solid #e5e5ea;font-family:inherit;font-size:inherit;text-align:left;background:#fff;box-shadow:0 2px 12px #00000014}html.dark ._card_1kfw8_356{background:#1c1c1e;border-color:#2c2c2e}._card_1kfw8_356:hover{transform:scale(1.02)}._card_1kfw8_356:active{transform:scale(.97)}._cardSmall_1kfw8_389{border-radius:16px;min-height:120px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative;cursor:pointer;transition:transform .15s ease;border:.5px solid #e5e5ea;font-family:inherit;font-size:inherit;text-align:left;background:#fff;box-shadow:0 2px 12px #00000014}html.dark ._cardSmall_1kfw8_389{background:#1c1c1e;border-color:#2c2c2e}._cardSmall_1kfw8_389:hover{transform:scale(.98)}._cardSmall_1kfw8_389:active{transform:scale(.96)}._cardSimulacro_1kfw8_422,html.dark ._cardSimulacro_1kfw8_422{background:#1d1d1f;border-color:transparent}._cardRepasoInt_1kfw8_432,html.dark ._cardRepasoInt_1kfw8_432{background:#0d2818;border-color:transparent}._cardRepasoInt_1kfw8_432:hover{transform:scale(.98)}._cardTop_1kfw8_447{display:flex;justify-content:space-between;align-items:flex-start}._cardBottom_1kfw8_453{display:flex;flex-direction:column}._iconWrap_1kfw8_459{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._iconWrapSm_1kfw8_470{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._iconWrapBlue_1kfw8_480{background:#0071e31f}._iconWrapPurple_1kfw8_481{background:#af52de1f}._iconWrapWhite_1kfw8_482{background:#ffffff1a}._iconWrapOrange_1kfw8_483{background:#ff3b301a}._iconWrapDuda_1kfw8_484{background:#ff9f0a26}._iconWrapFav_1kfw8_485{background:#0071e31f}._iconWrapGreen_1kfw8_486{background:#34c75926}html.dark ._iconWrapFav_1kfw8_485{background:#0a84ff24}._deco_1kfw8_493{position:absolute;bottom:-10px;right:-10px;opacity:.04;pointer-events:none;line-height:0}._decoSimulacro_1kfw8_502{opacity:.04}._arrow_1kfw8_507{font-size:1.25rem;color:#0000002e;line-height:1;flex-shrink:0}._arrowLight_1kfw8_514{color:#ffffff40}._arrowSm_1kfw8_518{font-size:1rem;color:#0000002e;line-height:1;flex-shrink:0}._cardTitle_1kfw8_526{font-size:18px;font-weight:700;color:var(--color-text-primary);margin:0 0 .3rem}._cardTitleLight_1kfw8_533{color:#fff}._cardSub_1kfw8_537{font-size:13px;color:var(--color-text-secondary);margin:0 0 .75rem}._cardSubLight_1kfw8_543{color:#fff6}._cardTitleSm_1kfw8_548{font-size:13px;font-weight:700;color:var(--color-text-primary);margin:0 0 .2rem}._cardSubSm_1kfw8_555{font-size:11px;color:#6e6e73;margin:0 0 .5rem}._pill_1kfw8_563{display:inline-flex;align-self:flex-start;padding:3px 10px;border-radius:99px;font-size:.69rem;font-weight:600;line-height:1.4}._pillBlue_1kfw8_573{background:#0071e31a;color:#0071e3}html.dark ._pillBlue_1kfw8_573{background:#0a84ff1a;color:#0a84ff}._pillPurple_1kfw8_583{background:#af52de1f;color:#af52de}html.dark ._pillPurple_1kfw8_583{background:#bf5af21f;color:#bf5af2}._pillWhite_1kfw8_593{background:#ffffff1a;color:#ffffff8c}._pillOrange_1kfw8_598{background:#ff3b301a;color:#ff3b30}._pillLock_1kfw8_603{background:#86868b1f;color:#86868b}._pillLockDark_1kfw8_608{background:#ffffff1f;color:#fff9}._pillDuda_1kfw8_613{background:#ff9f0a1f;color:#ff9f0a}html.dark ._pillDuda_1kfw8_613{background:#ff9f0a24;color:#ff9f0a}._pillFav_1kfw8_623{background:#0071e31a;color:#0071e3}html.dark ._pillFav_1kfw8_623{background:#0a84ff1f;color:#0a84ff}._pillGreen_1kfw8_633{background:#34c7591f;color:#34c759}html.dark ._pillGreen_1kfw8_633{background:#34c75924;color:#34c759}._dailyGoalWrap_1kfw8_644{margin-top:10px;display:flex;flex-direction:column;gap:4px}._dailyGoalLabel_1kfw8_651{font-size:11px;color:#fff9;line-height:1.3}._dailyGoalTrack_1kfw8_657{height:4px;background:#ffffff1a;border-radius:99px;overflow:hidden;width:100%;max-width:220px}._dailyGoalFill_1kfw8_666{height:100%;border-radius:99px;transition:width .4s ease;min-width:4px}._mobileProfileRow_1kfw8_674{display:none}@media(max-width:768px){._mobileProfileRow_1kfw8_674{display:flex;background:var(--color-bg-card);border-radius:20px;padding:1.1rem 1.25rem;align-items:center;justify-content:space-between;cursor:pointer;transition:transform .2s cubic-bezier(.4,0,.2,1),background var(--transition);border:1px solid var(--color-separator);width:100%;font-family:inherit;font-size:inherit;text-align:left;box-sizing:border-box}._mobileProfileRow_1kfw8_674:hover{transform:translateY(-2px)}._mobileProfileRow_1kfw8_674:active{background:var(--color-bg-card-hover);transform:translateY(0)}}._profileLeft_1kfw8_706{display:flex;align-items:center;gap:.875rem}._profileAvatar_1kfw8_712{width:40px;height:40px;border-radius:50%;background:var(--color-bg-input);display:flex;align-items:center;justify-content:center;flex-shrink:0}._profileAvatarInitials_1kfw8_723{font-size:.875rem;font-weight:700;color:#fff;line-height:1;letter-spacing:.01em}._profileInfo_1kfw8_731{display:flex;flex-direction:column}._profileName_1kfw8_736{font-size:.94rem;font-weight:600;color:var(--color-text-primary);margin:0 0 2px}._profileSub_1kfw8_743{font-size:.78rem;color:var(--color-text-secondary);margin:0}._profileRight_1kfw8_749{display:flex;align-items:center;gap:.5rem}._streakBadge_1kfw8_755{font-size:.82rem;font-weight:600;color:#ff9f0a}._sideProfileCard_1kfw8_766{background:#f5f5f7;border-radius:14px;padding:12px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:opacity .15s ease;border:none;font-family:inherit;text-align:left;width:100%;box-sizing:border-box;flex-shrink:0}html.dark ._sideProfileCard_1kfw8_766{background:#2c2c2e}._sideProfileCard_1kfw8_766:hover{opacity:.82}._sideAvatar_1kfw8_791{width:40px;height:40px;border-radius:50%;background:var(--color-bg-input);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-text-secondary)}._sideAvatarInitials_1kfw8_803{font-size:.875rem;font-weight:700;color:#fff;line-height:1}._sideProfileInfo_1kfw8_810{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}._sideProfileName_1kfw8_818{font-size:14px;font-weight:700;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}._sideProfileSub_1kfw8_828{font-size:11px;color:#86868b;margin:0}._sideProfileRight_1kfw8_834{display:flex;align-items:center;gap:4px;flex-shrink:0}._sideStreakBadge_1kfw8_841{font-size:13px;font-weight:700;color:#ff9f0a}._sideChevron_1kfw8_847{font-size:1rem;color:var(--color-text-secondary);line-height:1}._sideSection_1kfw8_854{display:flex;flex-direction:column;gap:6px;flex-shrink:0}._sideSectionLabel_1kfw8_861{font-size:12px;font-weight:700;color:var(--color-text-primary)}html.dark ._sideSectionLabel_1kfw8_861{color:#f5f5f7}._sideStreakRow_1kfw8_872{display:flex;gap:4px}._sideStreakPill_1kfw8_877{flex:1;height:26px;border-radius:7px;font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center;background:#f5f5f7;color:#c7c7cc}html.dark ._sideStreakPill_1kfw8_877{background:#2c2c2e;color:#636366}._sideStreakPillDone_1kfw8_895,html.dark ._sideStreakPillDone_1kfw8_895{background:#ff9f0a;color:#fff}._sideStreakPillToday_1kfw8_905{background:transparent;border:1.5px solid #ff9f0a;color:#ff9f0a}._sideStatsGrid_1kfw8_912{display:grid;grid-template-columns:1fr 1fr;gap:7px}._sideStatBox_1kfw8_918{background:#f5f5f7;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:3px}html.dark ._sideStatBox_1kfw8_918{background:#2c2c2e}._sideStatValue_1kfw8_931{font-size:24px;font-weight:700;line-height:1}._sideStatLabel_1kfw8_937{font-size:10px;color:#86868b}._sideValBlue_1kfw8_943{color:#0071e3}._sideValGreen_1kfw8_944{color:#34c759}._sideValOrange_1kfw8_945{color:#ff9f0a}._sideValRed_1kfw8_946{color:#ff3b30}._sideListItem_1kfw8_949{background:#f5f5f7;border-radius:10px;padding:8px 10px;display:flex;justify-content:space-between;align-items:center;gap:8px}html.dark ._sideListItem_1kfw8_949{background:#2c2c2e}._sideListLeft_1kfw8_963{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}._sideListName_1kfw8_971{font-size:12px;font-weight:700;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sideListSub_1kfw8_980{font-size:10px;color:#86868b}._sidePctPill_1kfw8_985{font-size:11px;font-weight:700;padding:3px 8px;border-radius:99px;flex-shrink:0}._sideGood_1kfw8_993{background:#34c7591a;color:#34c759}._sideMid_1kfw8_994{background:#ff9f0a1a;color:#ff9f0a}._sideBad_1kfw8_995{background:#ff3b3014;color:#ff3b30}._sideEmpty_1kfw8_997{font-size:12px;color:#86868b;text-align:center;padding:.75rem 0}._weekChart_1kfw8_1005{display:flex;align-items:flex-end;height:64px;gap:4px;margin-bottom:4px}._weekChartBar_1kfw8_1013{flex:1;border-radius:3px 3px 0 0;background:#f0f0f5;transition:height .25s ease}html.dark ._weekChartBar_1kfw8_1013{background:#2c2c2e}._weekChartBarToday_1kfw8_1024{background:#0071e3}._weekChartBarDone_1kfw8_1028{background:#c7c7cc}html.dark ._weekChartBarDone_1kfw8_1028{background:#48484a}._weekChartLabels_1kfw8_1036{display:flex;gap:4px}._weekChartLabel_1kfw8_1036{flex:1;font-size:9px;color:#86868b;text-align:center}@media(prefers-reduced-motion:reduce){*{transition:none!important}}@keyframes _skeletonPulse_1yi7r_1{0%,to{opacity:1}50%{opacity:.4}}._skeleton_1yi7r_6{background:#e5e5ea;animation:_skeletonPulse_1yi7r_1 1.5s ease-in-out infinite;flex-shrink:0;display:block}html.dark ._skeleton_1yi7r_6{background:#2c2c2e}._textBlock_1yi7r_17{display:flex;flex-direction:column;gap:8px;width:100%}@keyframes _fadeIn_1yi7r_29{0%{opacity:0}to{opacity:1}}._fadeIn_1yi7r_29{animation:_fadeIn_1yi7r_29 .3s ease forwards}@media(prefers-reduced-motion:reduce){._skeleton_1yi7r_6{animation:none!important;opacity:.6}._fadeIn_1yi7r_29{animation:none!important}}@keyframes _mcFadeIn_1htao_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._container_1htao_6{min-height:100vh;background:var(--color-bg-page);display:flex;align-items:flex-start;justify-content:center;padding:5rem 1.25rem 3rem}._card_1htao_15{background:var(--color-bg-card);border-radius:24px;padding:2rem 1.5rem;width:100%;max-width:480px;display:flex;flex-direction:column;gap:1.25rem;animation:_mcFadeIn_1htao_1 .22s ease}._cardHeader_1htao_28{display:flex;flex-direction:column;align-items:center;gap:.625rem;text-align:center}._iconWrap_1htao_36{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._modeTitle_1htao_46{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin:0;letter-spacing:-.02em}._modeSub_1htao_54{font-size:.8125rem;color:#86868b;margin:0}._previewGrid_1htao_61{background:#f5f5f7;border-radius:16px;padding:1rem;display:grid;gap:.5rem}html.dark ._previewGrid_1htao_61{background:#2c2c2e}._previewGrid2_1htao_73{grid-template-columns:1fr 1fr}._previewGrid3_1htao_74{grid-template-columns:1fr 1fr 1fr}._previewDark_1htao_76{background:#1d1d1f!important}._previewCell_1htao_80{display:flex;flex-direction:column;align-items:center;gap:5px;padding:.5rem 0}._previewNum_1htao_88{font-size:1.25rem;font-weight:700;line-height:1}._previewLabel_1htao_94{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#86868b}._previewDark_1htao_76 ._previewLabel_1htao_94{color:#fff6}._tabSelector_1htao_107{display:flex;background:#f5f5f7;border-radius:10px;padding:3px;gap:3px}html.dark ._tabSelector_1htao_107{background:#2c2c2e}._tab_1htao_107{flex:1;padding:7px 0;border:none;background:transparent;border-radius:8px;font-size:.8125rem;font-weight:500;font-family:inherit;color:#86868b;cursor:pointer;transition:all .16s}._tabActive_1htao_133{background:#fff;color:var(--color-text-primary);box-shadow:0 1px 4px #0000001a}html.dark ._tabActive_1htao_133{background:#3a3a3c;color:#fff}._titleList_1htao_145{display:flex;flex-direction:column;gap:.35rem;max-height:260px;overflow-y:auto;padding-right:2px}._titleItem_1htao_154{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--color-bg-input);border:1.5px solid transparent;border-radius:12px;cursor:pointer;transition:border-color .16s,background .16s}._titleItem_1htao_154:hover{border-color:#00000014}html.dark ._titleItem_1htao_154:hover{border-color:#ffffff14}._titleItemActive_1htao_174{border-width:1.5px;border-style:solid}._titleName_1htao_179{font-size:.875rem;font-weight:500;color:var(--color-text-secondary);flex:1;padding-right:.5rem}._titleItemActive_1htao_174 ._titleName_1htao_179{color:var(--color-text-primary)}._titleCount_1htao_191{font-size:.75rem;font-weight:600;padding:2px 9px;border-radius:20px;white-space:nowrap}._sliderSection_1htao_200{display:flex;flex-direction:column;gap:.5rem}._sliderHeader_1htao_206{display:flex;align-items:center;justify-content:space-between}._sliderLabel_1htao_212{font-size:.72rem;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.07em}._numInput_1htao_220{width:56px;text-align:center;background:#f5f5f7;border:1px solid transparent;border-radius:8px;padding:4px 10px;font-size:14px;font-weight:700;font-family:inherit;outline:none;transition:border-color .15s;cursor:text}html.dark ._numInput_1htao_220{background:#2c2c2e}._numInput_1htao_220:focus{border-color:currentColor}._slider_1htao_200{--slider-color: #1d1d1f;width:100%;height:4px;background:#e5e5ea;border-radius:99px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none}html.dark ._slider_1htao_200{background:#3a3a3c}._slider_1htao_200::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--slider-color);border:3px solid #ffffff;cursor:pointer;-webkit-transition:transform .15s;transition:transform .15s;box-shadow:0 1px 5px #0003}html.dark ._slider_1htao_200::-webkit-slider-thumb{border-color:#1c1c1e}._slider_1htao_200::-webkit-slider-thumb:hover{transform:scale(1.15)}._slider_1htao_200::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--slider-color);border:3px solid #ffffff;cursor:pointer;box-shadow:0 1px 5px #0003}._infoBlock_1htao_287{background:#f5f5f7;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.6rem}html.dark ._infoBlock_1htao_287{background:#2c2c2e}._infoItem_1htao_300{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;color:var(--color-text-secondary)}._infoCheck_1htao_308{color:#34c759;font-size:.875rem;flex-shrink:0}._emptyState_1htao_315{text-align:center;padding:1.75rem 1rem;color:#86868b;font-size:.875rem;line-height:1.6;background:#f5f5f7;border-radius:14px}html.dark ._emptyState_1htao_315{background:#2c2c2e}._startBtn_1htao_330{padding:14px;background:#1d1d1f;color:#fff;font-weight:600;font-size:.9375rem;font-family:inherit;border-radius:14px;border:none;cursor:pointer;width:100%;transition:opacity .18s}html.dark ._startBtn_1htao_330{background:#f5f5f7;color:#1d1d1f}._startBtn_1htao_330:hover{opacity:.88}._startBtn_1htao_330:active{opacity:.72}._startBtnDisabled_1htao_352{opacity:.38;cursor:not-allowed;pointer-events:none}._breadcrumb_1htao_360{display:flex;align-items:center;flex-wrap:nowrap;overflow:hidden;gap:3px;background:#f5f5f7;border-radius:10px;padding:8px 12px;font-size:.8125rem}html.dark ._breadcrumb_1htao_360{background:#2c2c2e}._breadcrumbBtn_1htao_376{color:#0071e3;cursor:pointer;font-weight:600;font-size:.75rem;white-space:nowrap;flex-shrink:0;border:none;background:none;padding:0;font-family:inherit;line-height:inherit}._breadcrumbBtn_1htao_376:hover{text-decoration:underline}._breadcrumbSep_1htao_392{color:#c7c7cc;font-size:.6875rem;padding:0 1px;flex-shrink:0}._breadcrumbCurrent_1htao_399{color:#1d1d1f;font-weight:600;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}html.dark ._breadcrumbCurrent_1htao_399{color:#f5f5f7}._treeList_1htao_413{display:flex;flex-direction:column;gap:6px;max-height:300px;overflow-y:auto;padding-right:2px}._treeItem_1htao_422{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f9f9f9;border:1.5px solid transparent;border-radius:12px;cursor:pointer;transition:background .14s,border-color .14s;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.dark ._treeItem_1htao_422{background:#2c2c2e}._treeItem_1htao_422:hover{background:#f0f0f5}html.dark ._treeItem_1htao_422:hover{background:#3a3a3c}._treeItemSelected_1htao_447{background:#0071e314!important;border-color:#0071e3!important}._treeItemIcon_1htao_452{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._treeItemBody_1htao_462{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}._treeItemName_1htao_470{font-size:.8125rem;font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._treeItemType_1htao_479{font-size:.6875rem;color:#86868b}._treeChevron_1htao_484{font-size:1.375rem;font-weight:600;color:var(--color-text-primary);padding:2px 8px;border-radius:8px;border:none;background:transparent;cursor:pointer;transition:background .14s;flex-shrink:0;line-height:1;display:flex;align-items:center}._treeChevron_1htao_484:hover{background:#e5e5ea}html.dark ._treeChevron_1htao_484:hover{background:#48484a}._treeProgressBar_1htao_509{height:3px;background:#f0f0f5;border-radius:99px;overflow:hidden;width:100%;margin-top:4px}html.dark ._treeProgressBar_1htao_509{background:#2c2c2e}._treeProgressFill_1htao_522{height:100%;border-radius:99px;transition:width .35s ease}._treeProgressPct_1htao_528{font-size:10px;font-weight:600;flex-shrink:0;min-width:28px;text-align:right}._selectionBox_1htao_536{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#0071e30f;border:1px solid rgba(0,113,227,.2);border-radius:12px;padding:10px 14px}._selectionInfo_1htao_547{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._selectionName_1htao_555{font-size:.875rem;font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._selectionCount_1htao_564{font-size:.75rem;font-weight:500;color:#0071e3}._selectionClear_1htao_570{font-size:.75rem;font-weight:600;color:#ff3b30;border:none;background:none;cursor:pointer;padding:4px 8px;border-radius:6px;font-family:inherit;white-space:nowrap;transition:background .14s;flex-shrink:0}._selectionClear_1htao_570:hover{background:#ff3b3014}._skeletonBox_1htao_590{background:#f0f0f2;border-radius:10px;flex-shrink:0}html.dark ._skeletonBox_1htao_590{background:#2c2c2e}._testContainer_wukfq_1{min-height:100vh;background:var(--color-bg-page);display:flex;justify-content:center;align-items:flex-start;padding:3.5rem 1.25rem 2rem}._topBar_wukfq_10{position:fixed;top:0;left:0;right:0;height:3px;background:var(--color-separator);z-index:100}._topBarFill_wukfq_20{height:100%;background:var(--color-accent);transition:width .6s ease}._questionCard_wukfq_26{background:var(--color-bg-card);border-radius:20px;padding:2rem;width:100%;max-width:680px;position:relative}._testHeader_wukfq_35{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;padding-right:72px}._questionCounter_wukfq_43{font-size:.78rem;font-weight:600;color:var(--color-text-secondary);letter-spacing:.04em}._questionText_wukfq_50{font-size:1.06rem;font-weight:500;color:var(--color-text-primary);line-height:1.6;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-separator)}._optionsContainer_wukfq_60{display:flex;flex-direction:column;gap:.6rem}._optionButton_wukfq_66{display:flex;align-items:center;gap:.875rem;background:var(--color-bg-input);border:1.5px solid transparent;color:var(--color-text-secondary);padding:.875rem 1rem;border-radius:12px;text-align:left;font-size:.875rem;font-family:inherit;cursor:pointer;transition:all var(--transition);width:100%}._optionLetter_wukfq_83{width:28px;height:28px;border-radius:8px;background:var(--color-bg-card);display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:var(--color-text-tertiary);flex-shrink:0;transition:all var(--transition)}html.dark ._optionLetter_wukfq_83{background:#ffffff0f}._optionButton_wukfq_66:hover:not(:disabled){background:#0071e30f;border-color:#0071e333;color:var(--color-text-primary)}html.dark ._optionButton_wukfq_66:hover:not(:disabled){background:#0a84ff14;border-color:#0a84ff33}._optionButton_wukfq_66:hover:not(:disabled) ._optionLetter_wukfq_83{color:var(--color-accent)}._optionButton_wukfq_66:disabled{cursor:default}._optionButton_wukfq_66._correct_wukfq_119{background:#34c75914!important;border-color:#34c75959!important;color:#34c759!important}._optionButton_wukfq_66._correct_wukfq_119 ._optionLetter_wukfq_83{background:#34c7591f;color:#34c759}._optionButton_wukfq_66._incorrect_wukfq_130{background:#ff3b300f!important;border-color:#ff3b3040!important;color:#ff3b30!important}._optionButton_wukfq_66._incorrect_wukfq_130 ._optionLetter_wukfq_83{background:#ff3b301a;color:#ff3b30}._feedbackBox_wukfq_141{margin-top:1rem;padding:.875rem 1rem;border-radius:12px;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem;animation:_fadeIn_wukfq_1 .2s ease}._feedbackBox_wukfq_141._ok_wukfq_153{background:#34c75914;border:1px solid rgba(52,199,89,.25);color:#34c759}._feedbackBox_wukfq_141._fail_wukfq_159{background:#ff3b300f;border:1px solid rgba(255,59,48,.2);color:#ff3b30}@keyframes _fadeIn_wukfq_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._nextButton_wukfq_170{width:100%;padding:13px;margin-top:1.25rem;background:#1d1d1f;color:#fff;font-weight:600;font-size:.94rem;font-family:inherit;border:none;border-radius:12px;cursor:pointer;transition:opacity var(--transition)}html.dark ._nextButton_wukfq_170{background:#f5f5f7;color:#1d1d1f}._nextButton_wukfq_170:hover{opacity:.85}._timerChip_wukfq_192{display:flex;align-items:center;gap:5px;padding:4px 10px;background:#0000000a;border-radius:99px;font-size:.78rem;font-weight:600;font-variant-numeric:tabular-nums;transition:color .3s ease}html.dark ._timerChip_wukfq_192{background:#ffffff0f}@keyframes _timerPulse_wukfq_214{0%,to{opacity:1}50%{opacity:.45}}._timerPulse_wukfq_214{animation:_timerPulse_wukfq_214 1s ease-in-out infinite}._stateScreen_wukfq_218{min-height:100vh;background:var(--color-bg-page);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--color-text-secondary);font-size:.94rem}._spinner_wukfq_230{width:32px;height:32px;border:2.5px solid var(--color-separator);border-top-color:var(--color-accent);border-radius:50%;animation:_spin_wukfq_230 .8s linear infinite}@keyframes _spin_wukfq_230{to{transform:rotate(360deg)}}._cancelBtn_wukfq_242{background:transparent;border:none;color:#86868b;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;padding:0;transition:color var(--transition)}._cancelBtn_wukfq_242:hover{color:var(--color-text-primary)}._modalOverlay_wukfq_259{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200}@keyframes _modalIn_wukfq_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalCard_wukfq_275{background:#fff;border-radius:20px;padding:2rem;width:100%;max-width:320px;display:flex;flex-direction:column;animation:_modalIn_wukfq_1 .2s ease}html.dark ._modalCard_wukfq_275{background:#1c1c1e}._modalTitle_wukfq_290{font-size:17px;font-weight:700;color:var(--color-text-primary);margin:0 0 .5rem}._modalText_wukfq_297{font-size:14px;color:var(--color-text-secondary);margin:0 0 1.5rem}._modalBtnPrimary_wukfq_303{width:100%;padding:13px;background:#1d1d1f;color:#fff;border:none;border-radius:12px;font-size:.94rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity var(--transition);margin-bottom:8px}html.dark ._modalBtnPrimary_wukfq_303{background:#f5f5f7;color:#1d1d1f}._modalBtnPrimary_wukfq_303:hover{opacity:.85}._modalBtnDanger_wukfq_325{width:100%;padding:13px;background:#ff3b3014;color:#ff3b30;border:none;border-radius:12px;font-size:.94rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity var(--transition)}._modalBtnDanger_wukfq_325:hover{opacity:.85}._navGrid_wukfq_345{position:fixed;top:3px;left:0;right:0;background:var(--color-bg-card);border-bottom:1px solid var(--color-separator);z-index:90}._navGridHeader_wukfq_355{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem}._navGridLabel_wukfq_362{font-size:.72rem;font-weight:600;color:var(--color-text-tertiary);letter-spacing:.03em}._navGridToggle_wukfq_369{background:none;border:none;cursor:pointer;color:var(--color-text-secondary);font-size:.75rem;font-weight:600;font-family:inherit;padding:0;transition:color var(--transition)}._navGridToggle_wukfq_369:hover{color:var(--color-text-primary)}._navGridCells_wukfq_383{display:flex;flex-wrap:wrap;gap:5px;padding:0 1rem .75rem;max-height:180px;overflow-y:auto}._navCell_wukfq_393{width:44px;height:44px;border-radius:8px;border:1.5px solid transparent;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:600;font-family:inherit;background:#f5f5f7;color:var(--color-text-secondary);transition:all .15s ease;flex-shrink:0;cursor:pointer}html.dark ._navCell_wukfq_393{background:#2c2c2e}._navCell_wukfq_393._navAnswered_wukfq_416{background:#0071e31f;color:#0071e3}html.dark ._navCell_wukfq_393._navAnswered_wukfq_416{background:#0a84ff26;color:#0a84ff}._navCell_wukfq_393._navDuda_wukfq_427{background:#ff9f0a24;color:#ff9f0a;border-color:#ff9f0a4d}._navCell_wukfq_393._navCurrent_wukfq_434{border-color:#0071e3;box-shadow:0 0 0 2px #0071e32e}html.dark ._navCell_wukfq_393._navCurrent_wukfq_434{border-color:#0a84ff;box-shadow:0 0 0 2px #0a84ff33}._navCell_wukfq_393._navLocked_wukfq_445{opacity:.38}._optionButton_wukfq_66._selectedNeutral_wukfq_454{background:#0071e30f!important;border-color:#0071e34d!important;color:#0071e3!important}html.dark ._optionButton_wukfq_66._selectedNeutral_wukfq_454{background:#0a84ff14!important;border-color:#0a84ff47!important;color:#0a84ff!important}._optionButton_wukfq_66._selectedNeutral_wukfq_454 ._optionLetter_wukfq_83{background:#0071e31a;color:#0071e3}html.dark ._optionButton_wukfq_66._selectedNeutral_wukfq_454 ._optionLetter_wukfq_83{background:#0a84ff1f;color:#0a84ff}._actionRow_wukfq_480{display:flex;gap:.6rem;margin-top:1.25rem}._revealBtn_wukfq_486{flex:1;padding:13px;background:var(--color-bg-input);color:var(--color-text-primary);border:1.5px solid var(--color-separator);border-radius:12px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all var(--transition);white-space:nowrap}._revealBtn_wukfq_486:hover{border-color:var(--color-accent);color:var(--color-accent)}._markRow_wukfq_510{display:flex;gap:.6rem;margin-top:.875rem}._markBtn_wukfq_516{flex:1;padding:8px 10px;border-radius:10px;border:1.5px solid var(--color-separator);background:transparent;color:var(--color-text-tertiary);font-size:.75rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all var(--transition);display:flex;align-items:center;justify-content:center;gap:.375rem}._markBtn_wukfq_516:hover{background:var(--color-bg-input);color:var(--color-text-secondary)}._markBtn_wukfq_516._dudaActive_wukfq_540{background:#ff9f0a1a;border-color:#ff9f0a;color:#ff9f0a}._markBtn_wukfq_516._dudaActive_wukfq_540:hover{background:#ff9f0a29}._markBtn_wukfq_516._favoritaActive_wukfq_551{background:#0071e314;border-color:#0071e3;color:#0071e3}html.dark ._markBtn_wukfq_516._favoritaActive_wukfq_551{background:#0a84ff1a;border-color:#0a84ff;color:#0a84ff}._markBtn_wukfq_516._favoritaActive_wukfq_551:hover{background:#0071e321}._markCorner_wukfq_571{position:absolute;top:1rem;right:1rem;display:flex;gap:6px;z-index:1}._markIconBtn_wukfq_580{width:28px;height:28px;border-radius:8px;border:1px solid transparent;background:#f5f5f7;color:var(--color-text-tertiary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition);padding:0;flex-shrink:0}html.dark ._markIconBtn_wukfq_580{background:#2c2c2e}._markIconBtn_wukfq_580:hover{background:var(--color-bg-input);color:var(--color-text-secondary)}._markIconBtn_wukfq_580._dudaActive_wukfq_540{background:#ff9f0a26;color:#ff9f0a;border-color:#ff9f0a}._markIconBtn_wukfq_580._dudaActive_wukfq_540:hover{background:#ff9f0a38}._markIconBtn_wukfq_580._favoritaActive_wukfq_551{background:#0071e31f;color:#0071e3;border-color:#0071e3}html.dark ._markIconBtn_wukfq_580._favoritaActive_wukfq_551{background:#0a84ff1f;color:#0a84ff;border-color:#0a84ff}._markIconBtn_wukfq_580._favoritaActive_wukfq_551:hover{background:#0071e32e}._skipRow_wukfq_635{display:flex;justify-content:flex-end;margin-top:1.25rem}._skipBtn_wukfq_641{background:transparent;border:1.5px solid var(--color-separator);border-radius:10px;color:#86868b;font-size:.8rem;font-weight:600;font-family:inherit;padding:7px 14px;cursor:pointer;transition:all var(--transition)}._skipBtn_wukfq_641:hover{border-color:var(--color-text-secondary);color:var(--color-text-secondary)}._resultsContainer_5mcl2_1{min-height:100vh;background:var(--color-bg-page);display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem}._resultsCard_5mcl2_10{background:var(--color-bg-card);border-radius:20px;padding:2.5rem 2rem;width:100%;max-width:440px;text-align:center}._resultsTitle_5mcl2_19{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin:0 0 2rem;letter-spacing:-.02em}._scoreRing_5mcl2_27{position:relative;width:140px;height:140px;margin:0 auto 1.5rem}._scoreRing_5mcl2_27 svg{transform:rotate(-90deg)}._scoreTrack_5mcl2_36{fill:none;stroke:var(--color-separator);stroke-width:8}._scoreFill_5mcl2_42{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset 1s ease}._scoreText_5mcl2_49{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}._scorePercent_5mcl2_58{font-size:2rem;font-weight:700;color:var(--color-text-primary);line-height:1}._scoreSub_5mcl2_65{font-size:.69rem;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-top:2px}._mensaje_5mcl2_73{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.3rem}._statsText_5mcl2_80{color:var(--color-text-secondary);font-size:.875rem;margin-bottom:.5rem}._tiempoText_5mcl2_86{color:var(--color-text-secondary);font-size:.82rem;font-variant-numeric:tabular-nums;margin-bottom:1.75rem}._detailGrid_5mcl2_93{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.75rem}._detailCard_5mcl2_100{background:var(--color-bg-input);border-radius:14px;padding:1rem}._detailCard_5mcl2_100 strong{display:block;font-size:1.375rem;font-weight:700;color:var(--color-text-primary);margin-bottom:2px}._detailCard_5mcl2_100 span{font-size:.72rem;color:var(--color-text-secondary)}._detailCard_5mcl2_100._green_5mcl2_119 strong{color:#34c759}._detailCard_5mcl2_100._red_5mcl2_120 strong{color:#ff3b30}._buttonGroup_5mcl2_122{display:flex;flex-direction:column;gap:.75rem}._restartButton_5mcl2_128{width:100%;padding:13px;background:#1d1d1f;color:#fff;font-weight:600;font-size:.94rem;font-family:inherit;border:none;border-radius:12px;cursor:pointer;transition:opacity var(--transition)}html.dark ._restartButton_5mcl2_128{background:#f5f5f7;color:#1d1d1f}._restartButton_5mcl2_128:hover{opacity:.85}._repeatButton_5mcl2_149{width:100%;padding:13px;background:transparent;color:var(--color-text-secondary);font-weight:600;font-size:.94rem;font-family:inherit;border:1px solid var(--color-separator);border-radius:12px;cursor:pointer;transition:all var(--transition)}._repeatButton_5mcl2_149:hover{border-color:var(--color-accent);color:var(--color-accent)}._confettiWrap_5mcl2_169{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:10}._confettiParticle_5mcl2_177{position:absolute;top:-12px;border-radius:2px;animation:_confettiFall_5mcl2_1 var(--duration) var(--delay) ease-in forwards}@keyframes _confettiFall_5mcl2_1{0%{transform:translateY(0) rotate(0) translate(0);opacity:1}80%{opacity:1}to{transform:translateY(105vh) rotate(720deg) translate(var(--drift));opacity:0}}@media(prefers-reduced-motion:reduce){._confettiParticle_5mcl2_177{animation:none!important;display:none}}._reviewSection_5mcl2_204{margin-bottom:1rem;text-align:left}._reviewToggle_5mcl2_209{width:100%;padding:11px;background:var(--color-bg-input);color:var(--color-text-secondary);border:1.5px solid var(--color-separator);border-radius:12px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all var(--transition);margin-bottom:.75rem;text-align:center}._reviewToggle_5mcl2_209:hover{border-color:var(--color-accent);color:var(--color-accent)}._reviewList_5mcl2_230{display:flex;flex-direction:column;gap:.625rem}._reviewItem_5mcl2_236{background:var(--color-bg-input);border-radius:14px;padding:.875rem 1rem}._reviewItemHeader_5mcl2_242{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}._reviewNum_5mcl2_249{font-size:.69rem;font-weight:700;color:var(--color-text-tertiary);letter-spacing:.02em}._reviewCheck_5mcl2_256{color:#34c759;font-size:.82rem;font-weight:700}._reviewCross_5mcl2_257{color:#ff3b30;font-size:.82rem;font-weight:700}._reviewSkipped_5mcl2_258{color:var(--color-text-tertiary);font-size:.82rem;font-weight:600}._reviewPillDuda_5mcl2_260{padding:2px 7px;background:#ff9f0a1f;color:#ff9f0a;border-radius:99px;font-size:.63rem;font-weight:700;letter-spacing:.02em}._reviewStarFav_5mcl2_270{color:#0071e3;font-size:.875rem;line-height:1}html.dark ._reviewStarFav_5mcl2_270{color:#0a84ff}._reviewEnunciado_5mcl2_278{font-size:.8rem;font-weight:500;color:var(--color-text-primary);line-height:1.5;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._reviewOptions_5mcl2_290{display:flex;flex-direction:column;gap:.25rem}._reviewOpt_5mcl2_290{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;color:var(--color-text-tertiary);padding:.35rem .5rem;border-radius:8px;line-height:1.4}._reviewOptLetter_5mcl2_307{width:20px;height:20px;border-radius:6px;background:var(--color-bg-card);display:flex;align-items:center;justify-content:center;font-size:.63rem;font-weight:700;flex-shrink:0;margin-top:1px}._reviewOpt_5mcl2_290._reviewOptCorrect_5mcl2_322{background:#34c75912;color:#34c759}._reviewOpt_5mcl2_290._reviewOptCorrect_5mcl2_322 ._reviewOptLetter_5mcl2_307{background:#34c75924;color:#34c759}._reviewOpt_5mcl2_290._reviewOptWrong_5mcl2_333{background:#ff3b3012;color:#ff3b30;border:1px solid rgba(255,59,48,.25)}._reviewOpt_5mcl2_290._reviewOptWrong_5mcl2_333 ._reviewOptLetter_5mcl2_307{background:#ff3b301f;color:#ff3b30}._reviewSinContestar_5mcl2_345{font-size:.72rem;font-weight:600;color:var(--color-text-tertiary);margin:0 0 .375rem;font-style:italic}._backButton_1i1xo_1{position:fixed;top:1.25rem;left:1.25rem;z-index:200;display:flex;align-items:center;gap:6px;background:var(--color-bg-card);border:1px solid rgba(0,0,0,.08);color:var(--color-text-primary);padding:.5rem 1rem;border-radius:99px;cursor:pointer;font-size:.875rem;font-weight:500;font-family:inherit;transition:background var(--transition);box-shadow:0 2px 8px #0000000f}html.dark ._backButton_1i1xo_1{border-color:#ffffff14;box-shadow:none}._backButton_1i1xo_1:hover{background:var(--color-bg-card-hover)}._perfilContainer_9rdz3_4{min-height:100vh;background:var(--color-bg-page);display:flex;justify-content:center;padding:2rem 1.25rem 3rem}._inner_9rdz3_12{width:100%;max-width:500px;display:flex;flex-direction:column;gap:.875rem}._heroCard_9rdz3_21{background:linear-gradient(135deg,#f8f9ff,#eef4ff);border-radius:20px;padding:1.5rem;position:relative;overflow:hidden;border:.5px solid rgba(0,71,227,.08)}html.dark ._heroCard_9rdz3_21{background:linear-gradient(135deg,#0a0f1e,#0d1b3e);border-color:#ffffff0f}._heroContent_9rdz3_35{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding-top:.25rem}._heroName_9rdz3_44{font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--color-text-primary);margin:10px 0 0;line-height:1.2}._heroTitulo_9rdz3_53{font-size:13px;font-weight:600;margin:0;line-height:1.3}._heroEmail_9rdz3_60{font-size:12px;color:#86868b;margin:0}._gearBtn_9rdz3_67{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:#ffffffb3;border:.5px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6e6e73;padding:0;transition:background .2s ease,color .2s ease;z-index:2}html.dark ._gearBtn_9rdz3_67{background:#ffffff1a;border-color:#ffffff26;color:#fff9}._gearBtnActive_9rdz3_92{background:#1d1d1f;color:#fff;border-color:#1d1d1f}html.dark ._gearBtnActive_9rdz3_92{background:#f5f5f7;color:#1d1d1f;border-color:#f5f5f7}._pillPremium_9rdz3_105{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:99px;font-size:.69rem;font-weight:700;background:#0071e31a;color:#0071e3;margin-top:4px}html.dark ._pillPremium_9rdz3_105{background:#0a84ff1f;color:#0a84ff}._pillFree_9rdz3_123{display:inline-flex;align-items:center;padding:3px 10px;border-radius:99px;font-size:.69rem;font-weight:600;background:#0000000f;color:#86868b;margin-top:4px}html.dark ._pillFree_9rdz3_123{background:#ffffff14;color:#86868b}._statsGrid_9rdz3_141{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}._statBox_9rdz3_147{background:var(--color-bg-card);border-radius:16px;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}._statValue_9rdz3_158{font-size:26px;font-weight:700;letter-spacing:-.03em;line-height:1}._statLabel_9rdz3_165{font-size:11px;color:#86868b;font-weight:500}._tituloCard_9rdz3_172{background:var(--color-bg-card);border-radius:16px;padding:1rem 1.125rem;display:flex;flex-direction:column;gap:.75rem}._tituloCardRow_9rdz3_181{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._tituloCardSub_9rdz3_188{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#86868b;margin:0 0 3px}._tituloCardNombre_9rdz3_197{font-size:17px;font-weight:700;margin:0;line-height:1.2}._logrosBtn_9rdz3_204{padding:7px 14px;background:var(--color-bg-input);border:none;border-radius:10px;font-size:12px;font-weight:600;color:var(--color-text-secondary);cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s ease;flex-shrink:0}._logrosBtn_9rdz3_204:hover{background:var(--color-bg-card-hover)}._tituloProximo_9rdz3_223{display:flex;flex-direction:column;gap:8px}._tituloProximoLabel_9rdz3_229{font-size:12px;color:var(--color-text-secondary);margin:0}._progressRow_9rdz3_235{display:flex;align-items:center;gap:8px}._progressLabel_9rdz3_241{font-size:11px;color:#86868b;width:64px;flex-shrink:0}._progressTrack_9rdz3_248{flex:1;height:5px;background:var(--color-bg-input);border-radius:99px;overflow:hidden}._progressFill_9rdz3_256{height:100%;border-radius:99px;transition:width .4s ease;min-width:3px}._progressNum_9rdz3_263{font-size:10px;font-weight:600;color:var(--color-text-tertiary);width:64px;text-align:right;flex-shrink:0}._tituloMax_9rdz3_272{font-size:13px;color:#34c759;font-weight:600;margin:0;text-align:center;padding:.25rem 0}._medalsSection_9rdz3_282{background:var(--color-bg-card);border-radius:16px;padding:1rem 1.125rem;display:flex;flex-direction:column;gap:.75rem}._medalsSectionHeader_9rdz3_291{display:flex;align-items:center;justify-content:space-between}._medalsSectionLabel_9rdz3_297{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#86868b;margin:0}._verTodasBtn_9rdz3_306{padding:5px 12px;background:var(--color-bg-input);border:none;border-radius:8px;font-size:11px;font-weight:600;color:var(--color-text-secondary);cursor:pointer;font-family:inherit;transition:background .15s ease}._verTodasBtn_9rdz3_306:hover{background:var(--color-bg-card-hover)}._medalsGrid_9rdz3_323{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}._medalCard_9rdz3_329{display:flex;flex-direction:column;align-items:center;gap:6px;padding:.75rem .5rem;background:var(--color-bg-input);border-radius:12px;text-align:center}._medalIcon_9rdz3_340{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._medalName_9rdz3_350{font-size:11px;font-weight:600;color:var(--color-text-primary);margin:0;line-height:1.3}._medalsEmpty_9rdz3_358{font-size:12px;color:#86868b;text-align:center;padding:.5rem 0;margin:0}@keyframes _slideDown_9rdz3_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._settingsPanel_9rdz3_372{background:var(--color-bg-card);border-radius:16px;overflow:hidden;animation:_slideDown_9rdz3_1 .2s ease}._settingsHeader_9rdz3_379{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem}._settingsHeaderLeft_9rdz3_386{display:flex;align-items:center;gap:6px;color:var(--color-text-secondary)}._settingsTitle_9rdz3_393{font-size:14px;font-weight:600;color:var(--color-text-primary)}._settingsClose_9rdz3_399{width:28px;height:28px;border-radius:50%;background:var(--color-bg-input);border:none;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--color-text-secondary);cursor:pointer;font-family:inherit;padding:0;transition:background var(--transition)}._settingsClose_9rdz3_399:hover{background:var(--color-bg-card-hover)}._settingsSep_9rdz3_420{height:.5px;background:var(--color-separator)}._settingsSepLight_9rdz3_425{height:.5px;background:var(--color-separator);margin:.875rem 0}._settingsBody_9rdz3_431{padding:.875rem 1rem 1rem;display:flex;flex-direction:column}._toggleRow_9rdz3_437{display:flex;align-items:center;justify-content:space-between;padding:.125rem 0}._toggleLabel_9rdz3_444{font-size:.875rem;font-weight:500;color:var(--color-text-primary);margin:0}._toggle_9rdz3_437{width:44px;height:26px;border-radius:99px;background:#e5e5ea;border:none;cursor:pointer;position:relative;transition:background .2s ease;flex-shrink:0;padding:0}html.dark ._toggle_9rdz3_437{background:#3a3a3c}._toggle_9rdz3_437._toggleOn_9rdz3_466{background:#1d1d1f}html.dark ._toggle_9rdz3_437._toggleOn_9rdz3_466{background:#f5f5f7}._toggleThumb_9rdz3_470{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 1px 3px #0003}._toggle_9rdz3_437._toggleOn_9rdz3_466 ._toggleThumb_9rdz3_470{transform:translate(18px)}html.dark ._toggle_9rdz3_437._toggleOn_9rdz3_466 ._toggleThumb_9rdz3_470{background:#1d1d1f}._objetivoPills_9rdz3_486{display:flex;gap:6px;flex-wrap:wrap}._objetivoPill_9rdz3_486{padding:5px 14px;border-radius:99px;border:none;background:#f5f5f7;color:#1d1d1f;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}html.dark ._objetivoPill_9rdz3_486{background:#2c2c2e;color:#f5f5f7}._objetivoPillActive_9rdz3_510{background:#0071e3;color:#fff}html.dark ._objetivoPillActive_9rdz3_510{background:#0a84ff;color:#fff}._formRow_9rdz3_520{display:flex;flex-direction:column;gap:.625rem}._errorMsg_9rdz3_526{color:var(--color-error);font-size:.8rem;margin-bottom:.875rem;padding:.6rem 1rem;background:#ff3b300f;border:1px solid rgba(255,59,48,.2);border-radius:10px}._inputField_9rdz3_536{width:100%;padding:13px 14px;background:var(--color-bg-input);border:1.5px solid transparent;color:var(--color-text-primary);border-radius:12px;font-size:.875rem;font-family:inherit;transition:border-color var(--transition);box-sizing:border-box}._inputField_9rdz3_536::-moz-placeholder{color:var(--color-text-tertiary)}._inputField_9rdz3_536::placeholder{color:var(--color-text-tertiary)}._inputField_9rdz3_536:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #0071e326}._saveButton_9rdz3_557{width:100%;margin-top:.875rem;padding:13px;background:#1d1d1f;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:.94rem;font-family:inherit;cursor:pointer;transition:opacity var(--transition)}html.dark ._saveButton_9rdz3_557{background:#f5f5f7;color:#1d1d1f}._saveButton_9rdz3_557:hover{opacity:.85}._logoutButton_9rdz3_580{width:100%;padding:12px;background:#ff3b300f;color:#ff3b30;border:none;border-radius:16px;font-weight:600;font-family:inherit;font-size:14px;cursor:pointer;transition:background var(--transition)}._logoutButton_9rdz3_580:hover{background:#ff3b301a}._container_111fh_3{min-height:100vh;background:var(--color-bg-page);display:flex;justify-content:center;padding:2rem 1.25rem 3rem}._inner_111fh_11{width:100%;max-width:500px;display:flex;flex-direction:column;gap:1rem}._header_111fh_20{display:flex;align-items:center;gap:.75rem;padding:.25rem 0}._backBtn_111fh_27{width:36px;height:36px;border-radius:50%;background:var(--color-bg-card);border:.5px solid var(--color-separator);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;color:var(--color-text-secondary);flex-shrink:0;padding:0;font-family:inherit;transition:background .15s ease}._backBtn_111fh_27:hover{background:var(--color-bg-card-hover)}._headerTitle_111fh_47{font-size:17px;font-weight:700;color:var(--color-text-primary);margin:0;letter-spacing:-.02em}._tituloCard_111fh_56{background:var(--color-bg-card);border-radius:20px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}._tituloAvatarWrap_111fh_67{position:relative;display:flex;align-items:center;justify-content:center}._tituloNombre_111fh_74{font-size:20px;font-weight:700;color:var(--color-text-primary);letter-spacing:-.02em;margin:0}._tituloDesc_111fh_82{font-size:13px;color:#86868b;margin:0}._proximoTitulo_111fh_88{width:100%;display:flex;flex-direction:column;gap:6px}._proximoLabel_111fh_95{font-size:11px;color:#86868b;text-align:left}._proximoTrack_111fh_101{height:6px;background:#f0f0f5;border-radius:99px;overflow:hidden;width:100%}html.dark ._proximoTrack_111fh_101{background:#2c2c2e}._proximoFill_111fh_113{height:100%;border-radius:99px;transition:width .4s ease}._proximoTexto_111fh_119{font-size:11px;color:#86868b;text-align:right}._tabsSection_111fh_126{background:var(--color-bg-card);border-radius:20px;overflow:hidden}._tabsLabel_111fh_132{padding:1rem 1rem 0;font-size:13px;font-weight:700;color:var(--color-text-primary)}._tabsRow_111fh_139{display:flex;gap:4px;padding:.5rem 1rem;overflow-x:auto;scrollbar-width:none}._tabsRow_111fh_139::-webkit-scrollbar{display:none}._tabBtn_111fh_149{padding:5px 12px;border-radius:99px;border:none;background:#f5f5f7;color:#6e6e73;font-size:.78rem;font-weight:500;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s,color .15s;flex-shrink:0}html.dark ._tabBtn_111fh_149{background:#2c2c2e;color:#86868b}._tabBtnActive_111fh_169{background:#1d1d1f;color:#fff}html.dark ._tabBtnActive_111fh_169{background:#f5f5f7;color:#1d1d1f}._medallasGrid_111fh_180{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 1rem 1rem}._medallaCard_111fh_187{background:#f5f5f7;border-radius:14px;padding:.875rem .625rem;display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center}html.dark ._medallaCard_111fh_187{background:#2c2c2e}._medallaCardBloqueada_111fh_202{opacity:.4}._medallaSvgWrap_111fh_206{width:40px;height:40px;display:flex;align-items:center;justify-content:center}._medallaNombre_111fh_214{font-size:10px;font-weight:700;color:var(--color-text-primary);line-height:1.2}._medallaRequisito_111fh_221{font-size:9px;color:#86868b;line-height:1.2}._medallaFecha_111fh_227{font-size:9px;color:#86868b}._upgradeContainer_1hhms_1{min-height:100vh;background:var(--color-bg-page);display:flex;align-items:center;justify-content:center;padding:3rem 1.25rem}._inner_1hhms_10{width:100%;max-width:480px;text-align:center}._badge_1hhms_16{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;background:#0071e314;border-radius:99px;font-size:.72rem;font-weight:700;color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem}._title_1hhms_31{font-size:2rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .75rem;letter-spacing:-.03em;line-height:1.1}._subtitle_1hhms_40{color:var(--color-text-secondary);font-size:.94rem;margin:0 0 2.5rem;line-height:1.6}._beneficiosList_1hhms_47{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem;text-align:left}._beneficioItem_1hhms_55{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--color-bg-card);border-radius:18px}._beneficioIcon_1hhms_64{width:44px;height:44px;background:#0071e314;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}._beneficioText_1hhms_76{display:flex;flex-direction:column;gap:3px}._beneficioText_1hhms_76 strong{font-size:.92rem;font-weight:600;color:var(--color-text-primary)}._beneficioText_1hhms_76 span{font-size:.8rem;color:var(--color-text-secondary);line-height:1.4}._pricing_1hhms_94{margin-bottom:1.5rem}._price_1hhms_96{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);letter-spacing:-.03em}._period_1hhms_103{font-size:1rem;color:var(--color-text-secondary);margin-left:4px}._ctaButton_1hhms_109{width:100%;padding:13px;background:#1d1d1f;color:#fff;font-weight:600;font-size:.94rem;font-family:inherit;border:none;border-radius:12px;cursor:pointer;transition:opacity var(--transition);margin-bottom:1rem}html.dark ._ctaButton_1hhms_109{background:#f5f5f7;color:#1d1d1f}._ctaButton_1hhms_109:hover{opacity:.85}._ctaButton_1hhms_109:active{opacity:.75}._backLink_1hhms_132{background:none;border:none;color:var(--color-text-secondary);font-size:.875rem;font-family:inherit;cursor:pointer;padding:.5rem;transition:color var(--transition)}._backLink_1hhms_132:hover{color:var(--color-text-primary)}._container_tpg9q_1{min-height:100vh;background:var(--color-bg-card);display:flex;align-items:center;justify-content:center;padding:1.5rem}html.dark ._container_tpg9q_1{background:#000}._card_tpg9q_14{width:100%;max-width:380px;text-align:center}._logoBlock_tpg9q_20{background:none;border-radius:0;box-shadow:none;border:none;padding:0;width:auto;height:auto;display:block;text-align:center;margin:0 auto 1.25rem;font-size:28px;font-weight:700;color:#1d1d1f;letter-spacing:-.03em}html.dark ._logoBlock_tpg9q_20{color:#fff}._title_tpg9q_41{font-size:1.375rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .375rem;letter-spacing:-.02em}._subtitle_tpg9q_49{font-size:.81rem;color:#86868b;margin:0 0 2rem;line-height:1.5}._icon_tpg9q_56{font-size:48px;display:block;margin:0 auto 1.25rem;line-height:1}._text_tpg9q_63{font-size:14px;color:var(--color-text-secondary);line-height:1.6;margin:0 0 1.75rem}._inputField_tpg9q_70{width:100%;padding:13px 14px;margin-bottom:.75rem;background:var(--color-bg-input);border:1.5px solid transparent;color:var(--color-text-primary);border-radius:12px;font-size:.875rem;font-family:inherit;transition:border-color var(--transition);box-sizing:border-box}._inputField_tpg9q_70::-moz-placeholder{color:var(--color-text-tertiary)}._inputField_tpg9q_70::placeholder{color:var(--color-text-tertiary)}._inputField_tpg9q_70:focus{outline:none;border-color:var(--color-accent)}._errorMsg_tpg9q_91{color:var(--color-error);font-size:.8rem;margin-bottom:.75rem;padding:.6rem 1rem;background:#ff3b300f;border:1px solid rgba(255,59,48,.2);border-radius:10px;text-align:left}._submitButton_tpg9q_102{width:100%;padding:13px;background:#1d1d1f;color:#fff;font-weight:600;font-size:.94rem;font-family:inherit;border:none;border-radius:12px;cursor:pointer;transition:opacity var(--transition);margin-top:.25rem}html.dark ._submitButton_tpg9q_102{background:#f5f5f7;color:#1d1d1f}._submitButton_tpg9q_102:hover{opacity:.85}._submitButton_tpg9q_102:active{opacity:.75}._submitButton_tpg9q_102:disabled{opacity:.5;cursor:not-allowed}._backLink_tpg9q_126{background:none;border:none;color:var(--color-accent);font-size:13px;font-family:inherit;cursor:pointer;padding:0;margin-top:1rem;display:block;width:100%;text-align:center}._container_f6ec7_1{min-height:100vh;background:var(--color-bg-card);display:flex;align-items:center;justify-content:center;padding:1.5rem}html.dark ._container_f6ec7_1{background:#000}._card_f6ec7_14{width:100%;max-width:380px;text-align:center}._logoBlock_f6ec7_20{background:none;border-radius:0;box-shadow:none;border:none;padding:0;width:auto;height:auto;display:block;text-align:center;margin:0 auto 1.25rem;font-size:28px;font-weight:700;color:#1d1d1f;letter-spacing:-.03em}html.dark ._logoBlock_f6ec7_20{color:#fff}._title_f6ec7_41{font-size:1.375rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .375rem;letter-spacing:-.02em}._subtitle_f6ec7_49{font-size:.81rem;color:#86868b;margin:0 0 2rem;line-height:1.5}._inputField_f6ec7_56{width:100%;padding:13px 14px;margin-bottom:.75rem;background:var(--color-bg-input);border:1.5px solid transparent;color:var(--color-text-primary);border-radius:12px;font-size:.875rem;font-family:inherit;transition:border-color var(--transition);box-sizing:border-box}._inputField_f6ec7_56::-moz-placeholder{color:var(--color-text-tertiary)}._inputField_f6ec7_56::placeholder{color:var(--color-text-tertiary)}._inputField_f6ec7_56:focus{outline:none;border-color:var(--color-accent)}._errorMsg_f6ec7_77{color:var(--color-error);font-size:.8rem;margin-bottom:.75rem;padding:.6rem 1rem;background:#ff3b300f;border:1px solid rgba(255,59,48,.2);border-radius:10px;text-align:left}._submitButton_f6ec7_88{width:100%;padding:13px;background:#1d1d1f;color:#fff;font-weight:600;font-size:.94rem;font-family:inherit;border:none;border-radius:12px;cursor:pointer;transition:opacity var(--transition);margin-top:.25rem}html.dark ._submitButton_f6ec7_88{background:#f5f5f7;color:#1d1d1f}._submitButton_f6ec7_88:hover{opacity:.85}._submitButton_f6ec7_88:active{opacity:.75}._submitButton_f6ec7_88:disabled{opacity:.5;cursor:not-allowed}._container_1hij6_1{min-height:100vh;background:#f2f2f7;display:flex;align-items:center;justify-content:center;padding:1.5rem}html.dark ._container_1hij6_1{background:#000}._card_1hij6_14{width:100%;max-width:400px;background:#fff;border-radius:24px;padding:2rem 1.75rem;text-align:center;overflow:hidden}html.dark ._card_1hij6_14{background:#1c1c1e}._dots_1hij6_29{display:flex;justify-content:center;gap:6px;margin-bottom:2rem}._dot_1hij6_29{width:6px;height:6px;border-radius:50%;background:#e5e5ea;transition:all .25s ease}html.dark ._dot_1hij6_29{background:#3a3a3c}._dotActive_1hij6_48{background:#1d1d1f;width:18px;border-radius:3px}html.dark ._dotActive_1hij6_48{background:#f5f5f7}@keyframes _slideInRight_1hij6_76{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes _slideInLeft_1hij6_77{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}._stepContent_1hij6_69{display:flex;flex-direction:column;align-items:center;width:100%}._slideInRight_1hij6_76{animation:_slideInRight_1hij6_76 .3s ease forwards}._slideInLeft_1hij6_77{animation:_slideInLeft_1hij6_77 .3s ease forwards}._bigEmoji_1hij6_80{font-size:64px;line-height:1;margin-bottom:1.25rem}._title_1hij6_86{font-size:1.375rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .375rem;letter-spacing:-.02em}._subtitle_1hij6_94{font-size:.875rem;color:var(--color-text-secondary);margin:0 0 1.25rem;line-height:1.5}._description_1hij6_101{font-size:.875rem;color:var(--color-text-secondary);line-height:1.65;margin:0 0 1.75rem}._avatarPreview_1hij6_109{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;transition:background .2s ease;flex-shrink:0}._avatarInitials_1hij6_121{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1}._avatarPlaceholder_1hij6_129{font-size:1.75rem;line-height:1}._inputField_1hij6_135{width:100%;padding:13px 14px;margin-bottom:.625rem;background:var(--color-bg-input);border:1.5px solid transparent;color:var(--color-text-primary);border-radius:12px;font-size:.875rem;font-family:inherit;transition:border-color .15s ease;box-sizing:border-box;text-align:left}._inputField_1hij6_135::-moz-placeholder{color:var(--color-text-tertiary)}._inputField_1hij6_135::placeholder{color:var(--color-text-tertiary)}._inputField_1hij6_135:focus{outline:none;border-color:var(--color-accent)}._primaryBtn_1hij6_158{width:100%;padding:13px;margin-top:.5rem;background:#1d1d1f;color:#fff;font-weight:600;font-size:.94rem;font-family:inherit;border:none;border-radius:12px;cursor:pointer;transition:opacity .15s ease}html.dark ._primaryBtn_1hij6_158{background:#f5f5f7;color:#1d1d1f}._primaryBtn_1hij6_158:hover{opacity:.85}._primaryBtn_1hij6_158:disabled{opacity:.45;cursor:not-allowed}._backBtn_1hij6_181{background:none;border:none;color:var(--color-text-secondary);font-size:.875rem;font-family:inherit;cursor:pointer;margin-top:.75rem;padding:.25rem 0}._backBtn_1hij6_181:hover{color:var(--color-text-primary)}._featureList_1hij6_195{display:flex;flex-direction:column;gap:.625rem;text-align:left;width:100%;margin-bottom:1.75rem;max-height:300px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}._featureList_1hij6_195::-webkit-scrollbar{display:none}._featureItem_1hij6_210{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem .875rem;background:var(--color-bg-input);border-radius:14px;flex-shrink:0}._featureIcon_1hij6_220{font-size:1.375rem;line-height:1;flex-shrink:0;margin-top:1px}._featureTitle_1hij6_227{font-size:.875rem;font-weight:600;color:var(--color-text-primary);margin:0 0 2px}._featureDesc_1hij6_234{font-size:.78rem;color:var(--color-text-secondary);margin:0;line-height:1.5}._carousel_1hij6_242{display:flex;gap:12px;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-padding:0 6%;scroll-behavior:smooth;padding:.5rem 6% 1rem;width:100%;margin-bottom:.875rem;-ms-overflow-style:none;scrollbar-width:none;box-sizing:border-box}._carousel_1hij6_242::-webkit-scrollbar{display:none}._carouselCard_1hij6_259{flex:0 0 88%;scroll-snap-align:center;margin:0 auto;border-radius:18px;padding:1.5rem;min-height:220px;display:flex;flex-direction:column;justify-content:space-between;text-align:left;flex-shrink:0}._card_titulos_1hij6_274{background:#e8f0fe}._card_aleatorio_1hij6_275{background:#fce8f3}._card_simulacro_1hij6_276{background:#1d1d1f}._card_fallos_1hij6_277{background:#fef3e2}._card_racha_1hij6_278{background:#fff4e0}._card_dudas_1hij6_279{background:#fffce8}._card_favoritas_1hij6_280{background:#eef4ff}html.dark ._card_titulos_1hij6_274{background:#0a1628}html.dark ._card_aleatorio_1hij6_275{background:#1a0a28}html.dark ._card_simulacro_1hij6_276{background:#1d1d1f}html.dark ._card_fallos_1hij6_277{background:#1a1200}html.dark ._card_racha_1hij6_278{background:#1a0d00}html.dark ._card_dudas_1hij6_279{background:#1a1900}html.dark ._card_favoritas_1hij6_280{background:#00101f}._carouselIcon_1hij6_290{font-size:40px;line-height:1;margin-bottom:.875rem;display:block}._carouselTitle_1hij6_297{font-size:1rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .375rem;letter-spacing:-.01em}._carouselTitleLight_1hij6_306{color:#fff!important}._carouselDesc_1hij6_308{font-size:.78rem;color:var(--color-text-secondary);line-height:1.55;margin:0}._carouselDescLight_1hij6_315{color:#ffffff8c!important}._carouselPill_1hij6_318{display:inline-flex;align-self:flex-start;margin-top:1rem;padding:4px 12px;border-radius:99px;font-size:.72rem;font-weight:600}._pillBlue_1hij6_328{background:#0071e31a;color:#0071e3}._pillPurple_1hij6_329{background:#af52de1f;color:#af52de}._pillWhite_1hij6_330{background:#ffffff26;color:#ffffffd9}._pillOrange_1hij6_331{background:#ff9f0a1f;color:#ff9f0a}html.dark ._pillBlue_1hij6_328{color:#0a84ff;background:#0a84ff1f}html.dark ._pillPurple_1hij6_329{color:#bf5af2;background:#bf5af21f}._carouselDots_1hij6_337{display:flex;justify-content:center;gap:6px;margin-bottom:1.25rem}._carouselDot_1hij6_337{width:6px;height:6px;border-radius:50%;background:#e5e5ea;transition:all .25s ease}html.dark ._carouselDot_1hij6_337{background:#3a3a3c}._carouselDotActive_1hij6_356{background:#1d1d1f;width:18px;border-radius:3px}html.dark ._carouselDotActive_1hij6_356{background:#f5f5f7}@media(prefers-reduced-motion:reduce){._slideInRight_1hij6_76,._slideInLeft_1hij6_77{animation:none!important}._dot_1hij6_29,._carouselDot_1hij6_337{transition:none!important}._carousel_1hij6_242{scroll-behavior:auto}}._splash_1e6zp_1{position:fixed;inset:0;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;z-index:9999;transition:opacity .3s ease}._fadeOut_1e6zp_14{opacity:0;pointer-events:none}._logo_1e6zp_19{background:none;border-radius:0;font-size:28px;font-weight:700;color:#fff;letter-spacing:-.03em;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,sans-serif}._spinner_1e6zp_29{width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;animation:_spin_1e6zp_29 .8s linear infinite}@keyframes _spin_1e6zp_29{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){._spinner_1e6zp_29{animation:none!important}._splash_1e6zp_1{transition:none!important}}._container_1hkbs_1{min-height:100vh;background:var(--color-bg-card);display:flex;align-items:center;justify-content:center;padding:1.5rem}html.dark ._container_1hkbs_1{background:#000}._card_1hkbs_14{width:100%;max-width:380px;text-align:center}._icon_1hkbs_20{font-size:48px;display:block;margin:0 auto 1.25rem;line-height:1}._title_1hkbs_27{font-size:22px;font-weight:700;color:var(--color-text-primary);margin:0 0 .5rem;letter-spacing:-.02em}._text_1hkbs_35{font-size:14px;color:var(--color-text-secondary);line-height:1.6;margin:0 0 1.75rem}._button_1hkbs_42{width:100%;padding:13px;background:#1d1d1f;color:#fff;font-weight:600;font-size:.94rem;font-family:inherit;border:none;border-radius:12px;cursor:pointer;transition:opacity var(--transition)}html.dark ._button_1hkbs_42{background:#f5f5f7;color:#1d1d1f}._button_1hkbs_42:hover{opacity:.85}._button_1hkbs_42:active{opacity:.75}._container_bawch_3{min-height:100vh;background:var(--color-bg-page);padding:1.5rem 1.25rem max(3rem,env(safe-area-inset-bottom,3rem));max-width:600px;margin:0 auto;box-sizing:border-box}._header_bawch_13{display:flex;align-items:center;gap:12px;margin-bottom:1.25rem;padding-top:.25rem}._backBtn_bawch_21{width:36px;height:36px;border-radius:50%;background:var(--color-bg-card);border:.5px solid var(--color-separator);color:var(--color-text-primary);font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:opacity .15s ease;font-family:inherit}._backBtn_bawch_21:hover{opacity:.7}._title_bawch_40{font-size:22px;font-weight:700;color:var(--color-text-primary);letter-spacing:-.03em;margin:0}._tabsWrapper_bawch_49{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:12px}._tabsWrapper_bawch_49::-webkit-scrollbar{display:none}._tabs_bawch_49{display:flex;gap:3px;background:#f5f5f7;border-radius:10px;padding:3px;width:-moz-max-content;width:max-content;min-width:100%}html.dark ._tabs_bawch_49{background:#2c2c2e}._tab_bawch_49{flex-shrink:0;padding:6px 14px;border-radius:8px;border:none;background:transparent;font-family:inherit;font-size:13px;font-weight:600;color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;transition:all .15s ease}._tab_bawch_49:hover{color:var(--color-text-primary)}._tabActive_bawch_89{background:#fff;color:var(--color-text-primary);box-shadow:0 1px 4px #0000001a}html.dark ._tabActive_bawch_89{background:#3a3a3c;box-shadow:0 1px 4px #0000004d}._tabSkeleton_bawch_100{flex-shrink:0;width:80px;height:30px;border-radius:8px;background:#0000000d}html.dark ._tabSkeleton_bawch_100{background:#ffffff0d}._list_bawch_113{display:flex;flex-direction:column;gap:8px}._testRow_bawch_119{width:100%;background:var(--color-bg-card);border-radius:14px;border:.5px solid var(--color-separator);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;font-family:inherit;text-align:left;transition:opacity .15s ease;box-sizing:border-box}html.dark ._testRow_bawch_119{background:#1c1c1e;border-color:#2c2c2e}._testRow_bawch_119:hover{opacity:.8}._testRowLeft_bawch_143{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}._testRowName_bawch_151{font-size:14px;font-weight:700;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._testRowMeta_bawch_160{font-size:11px;color:#86868b}._testRowRight_bawch_165{display:flex;align-items:center;gap:8px;flex-shrink:0}._testPct_bawch_172{font-size:12px;font-weight:700;padding:4px 10px;border-radius:99px;flex-shrink:0}._testChevron_bawch_180{font-size:1.1rem;color:#c7c7cc;line-height:1}._emptyState_bawch_187{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 1rem;gap:8px}._emptyIcon_bawch_196{font-size:2.5rem;margin-bottom:4px}._emptyText_bawch_201{font-size:16px;font-weight:600;color:var(--color-text-primary);margin:0}._emptySub_bawch_208{font-size:13px;color:#86868b;margin:0}._detailScore_bawch_215{background:var(--color-bg-card);border-radius:16px;border:.5px solid var(--color-separator);padding:24px 20px;display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:12px}html.dark ._detailScore_bawch_215{background:#1c1c1e;border-color:#2c2c2e}._detailPct_bawch_232{font-size:52px;font-weight:700;line-height:1;letter-spacing:-.03em}._detailMeta_bawch_239{font-size:14px;color:var(--color-text-secondary);margin-top:4px}._detailDate_bawch_245{font-size:12px;color:#86868b}._detailNoData_bawch_250{background:var(--color-bg-card);border-radius:16px;border:.5px solid var(--color-separator);padding:28px;text-align:center}html.dark ._detailNoData_bawch_250{background:#1c1c1e;border-color:#2c2c2e}._detailNoDataMsg_bawch_263{font-size:14px;color:#86868b;margin:0}._detailList_bawch_269{display:flex;flex-direction:column;gap:10px}._detailItem_bawch_275{background:var(--color-bg-card);border-radius:16px;border:.5px solid var(--color-separator);padding:16px}html.dark ._detailItem_bawch_275{background:#1c1c1e;border-color:#2c2c2e}._detailQNum_bawch_287{font-size:11px;font-weight:600;color:#86868b}._detailQText_bawch_293{font-size:14px;font-weight:500;color:var(--color-text-primary);line-height:1.5;margin:6px 0 10px}._detailOptions_bawch_301{display:flex;flex-direction:column;gap:6px}._detailOption_bawch_301{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;background:#f5f5f7;font-size:13px;color:var(--color-text-secondary);border:1px solid transparent}html.dark ._detailOption_bawch_301{background:#2c2c2e}._detailOptionLetter_bawch_323{width:22px;height:22px;border-radius:6px;background:#0000000f;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;flex-shrink:0}html.dark ._detailOptionLetter_bawch_323{background:#ffffff14}._detailOptionCorrect_bawch_340{background:#34c75914;color:#34c759;border-color:#34c7594d}._detailOptionCorrect_bawch_340 ._detailOptionLetter_bawch_323{background:#34c75926}._detailOptionIncorrect_bawch_350{background:#ff3b300f;color:#ff3b30;border-color:#ff3b3033}._detailOptionIncorrect_bawch_350 ._detailOptionLetter_bawch_323{background:#ff3b301f}._detailOptionCorrectMissed_bawch_360{background:#34c7590f;color:#34c759;border:1px dashed rgba(52,199,89,.4)}._detailOptionCorrectMissed_bawch_360 ._detailOptionLetter_bawch_323{background:#34c7591a}._skeletonList_bawch_371{display:flex;flex-direction:column;gap:8px}._skeletonItem_bawch_377{height:60px;border-radius:14px;background:var(--color-bg-card);animation:_shimmer_bawch_1 1.4s ease-in-out infinite;border:.5px solid var(--color-separator)}html.dark ._skeletonItem_bawch_377{background:#1c1c1e;border-color:#2c2c2e}@keyframes _shimmer_bawch_1{0%,to{opacity:1}50%{opacity:.5}}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
