:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f6f7f9;--surface:#fff;--surface-soft:#f1f4f6;--text:#111318;--muted:#69717d;--line:#11182717;--line-strong:#11182726;--blue:#0a66ff;--blue-hover:#0055db;--teal:#2faaa6;--green:#2f9d72;--danger:#b42318;--danger-bg:#fff4f2;--success-bg:#eefbf5;--shadow-sm:0 1px 2px #1018280a, 0 6px 18px #10182809;--shadow-md:0 24px 64px #10182814;--r-sm:12px;--r-md:18px;--r-lg:28px;--r-xl:36px}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}html{background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}html,body{min-height:100%;margin:0}body{min-height:100dvh;color:var(--text);letter-spacing:-.004em;background:linear-gradient(#fff 0 160px,#f7f8fa 460px,#f6f7f9 100%);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}button,input,textarea,select{font:inherit}button,a{color:inherit}::selection{background:#0a66ff24}.ev-shell{grid-template-rows:auto 1fr auto;min-height:100dvh;display:grid}.ev-topbar{z-index:1000;border-bottom:1px solid var(--line);-webkit-backdrop-filter:saturate(180%)blur(24px);background:#ffffffd6;justify-content:space-between;align-items:center;gap:20px;height:70px;padding:0 max(20px,50vw - 680px);display:flex;position:sticky;top:0}.ev-brand{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;min-width:0;padding:0;display:flex}.ev-brand-picture{line-height:0;display:block}.ev-brand-logo{object-fit:contain;object-position:left center;width:158px;height:auto;max-height:48px;transition:filter .18s,opacity .18s;display:block}.ev-topnav{align-items:center;gap:5px;display:flex}.ev-topnav button{color:#555e69;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:650}.ev-topnav button:hover{color:var(--text);background:#f1f3f5}.ev-topnav .ev-nav-primary{color:#fff;background:#12161c;padding-inline:16px}.ev-topnav .ev-nav-primary:hover{color:#fff;background:#252b33}.ev-topnav .ev-nav-logout{border:1px solid var(--line-strong);color:#26313c;background:#fff;padding-inline:15px}.ev-topnav .ev-nav-logout:hover{color:#12161c;background:#f3f5f7;border-color:#cfd5dc}.ev-stage{width:100%;min-height:calc(100dvh - 120px)}.ev-app-footer{color:#8a919b;border-top:1px solid var(--line);background:#ffffffa8;flex-wrap:wrap;justify-content:center;gap:18px;padding:20px;font-size:11px;display:flex}.ev-app-footer a{color:#626b76;text-decoration:none}.ev-page{width:min(1180px,100% - 40px);margin:0 auto;padding:72px 0 84px}.ev-page-narrow{width:min(980px,100% - 40px)}.ev-page-heading{max-width:760px;margin-bottom:36px}.ev-page-heading h1,.ev-auth-card h1,.ev-status-page h1,.ev-member-hero h1{letter-spacing:-.024em;margin:8px 0 12px;font-size:clamp(36px,5vw,58px);font-weight:720;line-height:1.04}.ev-page-heading p,.ev-lead,.ev-status-page p,.ev-member-hero p{color:var(--muted);letter-spacing:-.003em;margin:0;font-size:clamp(15px,1.7vw,19px);line-height:1.58}.ev-eyebrow{color:#4d5965;letter-spacing:.04em;text-transform:uppercase;background:#eef3f7;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:750;display:inline-flex}.ev-auth-layout{place-items:center;width:min(1080px,100% - 40px);min-height:calc(100dvh - 144px);margin:0 auto;padding:46px 0 66px;display:grid}.ev-auth-layout-split{grid-template-columns:minmax(380px,.84fr) minmax(420px,1.16fr);align-items:center;gap:48px}.ev-auth-card{width:100%;max-width:520px}.ev-auth-card h1{font-size:clamp(38px,4.5vw,56px)}.ev-lead{margin-bottom:28px}.ev-auth-visual{min-width:0;position:relative}.ev-auth-visual img{border-radius:34px;width:100%;display:block;box-shadow:0 30px 80px #1c2e421a}.ev-visual-caption{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-sm);background:#ffffffc7;border:1px solid #ffffffb3;border-radius:20px;gap:3px;padding:18px 20px;display:grid;position:absolute;bottom:28px;left:30px;right:30px}.ev-visual-caption strong{font-size:15px}.ev-visual-caption span{color:var(--muted);font-size:12px;line-height:1.4}.ev-form{gap:15px;display:grid}.ev-form-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);padding:24px}.ev-form-row{grid-template-columns:1fr 1fr;gap:15px;display:grid}.ev-field{gap:7px;display:grid}.ev-field>span{color:#4d5661;font-size:12px;font-weight:700}.ev-field input,.ev-field textarea,.ev-field select{border:1px solid var(--line-strong);width:100%;color:var(--text);background:#fff;border-radius:14px;outline:none;min-height:50px;padding:0 15px;transition:border .16s,box-shadow .16s,background .16s}.ev-field textarea{resize:vertical;min-height:140px;padding:14px 15px}.ev-field input:focus,.ev-field textarea:focus,.ev-field select:focus{border-color:#0a66ff85;box-shadow:0 0 0 4px #0a66ff17}.ev-btn{letter-spacing:-.012em;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .14s,background .14s,border-color .14s,opacity .14s;display:inline-flex}.ev-btn:hover{transform:translateY(-1px)}.ev-btn:active{transform:translateY(0)}.ev-btn:disabled{opacity:.48;cursor:wait;transform:none}.ev-btn-primary{color:#fff;background:#12161c;box-shadow:0 8px 20px #11161c1a}.ev-btn-primary:hover{background:#252a31}.ev-btn-secondary{border-color:var(--line-strong);color:#28313b;background:#fff}.ev-btn-secondary:hover{background:#f7f8f9}.ev-btn-wide{width:100%;min-height:52px}.ev-inline-actions{flex-wrap:wrap;gap:8px 14px;margin:17px 0;display:flex}.ev-inline-actions button,.ev-center-link button{color:#5e6874;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:650}.ev-inline-actions button:hover,.ev-center-link button:hover{color:var(--blue)}.ev-center-link{text-align:center;margin-top:18px}.ev-microcopy{color:#9aa1aa;margin-top:22px;font-size:10px;line-height:1.5}.ev-notice{border:1px solid var(--line);color:#4b5865;background:#f3f6f8;border-radius:14px;margin-top:16px;padding:12px 14px;font-size:12px;line-height:1.45}.ev-notice-success{background:var(--success-bg);color:#236f54;border-color:#2f9d722e}.ev-notice-error{background:var(--danger-bg);color:var(--danger);border-color:#b4231829}.ev-plan-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.ev-plan-card{text-align:left;border:1px solid var(--line);border-radius:var(--r-lg);cursor:pointer;min-height:230px;box-shadow:var(--shadow-sm);background:#fff;padding:24px;transition:transform .16s,border-color .16s,box-shadow .16s;position:relative}.ev-plan-card:hover{border-color:#1118272e;transform:translateY(-2px)}.ev-plan-card.is-selected{box-shadow:0 0 0 4px #0a66ff12, var(--shadow-sm);border-color:#0a66ff75}.ev-plan-check{border:1px solid var(--line-strong);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:12px;display:grid;position:absolute;top:18px;right:18px}.ev-plan-card.is-selected .ev-plan-check{border-color:var(--blue);background:var(--blue)}.ev-plan-card strong{letter-spacing:-.035em;margin-bottom:7px;font-size:25px;display:block}.ev-plan-card p{color:var(--muted);margin:0 0 20px;font-size:13px;line-height:1.45}.ev-plan-card ul{gap:7px;margin:0;padding:0;list-style:none;display:grid}.ev-plan-card li{color:#4f5965;font-size:12px}.ev-plan-card li:before{content:"•";color:var(--teal);margin-right:8px}.ev-action-row{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.ev-status-page,.ev-loading-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:min(620px,100% - 40px);min-height:calc(100dvh - 140px);margin:0 auto;padding:60px 0;display:flex}.ev-status-page h1,.ev-loading-page h1{letter-spacing:-.055em;margin:12px 0 10px;font-size:clamp(38px,6vw,60px);line-height:1}.ev-status-page p,.ev-loading-page p{max-width:520px;color:var(--muted);line-height:1.55}.ev-status-icon{color:#56616d;background:#eef1f4;border-radius:18px;place-items:center;width:58px;height:58px;font-size:23px;font-weight:750;display:grid}.ev-status-success{color:#268360;background:#e8f8f1}.ev-spinner{border:3px solid #e5e8ec;border-top-color:#11161c;border-radius:50%;width:34px;height:34px;animation:.74s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.ev-pill{color:#65707b;text-transform:uppercase;letter-spacing:.045em;background:#f0f3f5;border-radius:999px;align-items:center;min-height:27px;padding:0 10px;font-size:10px;font-weight:750;display:inline-flex}.ev-member-page{width:min(1320px,100% - 40px);margin:0 auto;padding:54px 0 80px}.ev-member-hero{grid-template-columns:1fr auto;align-items:end;gap:30px;margin-bottom:24px;display:grid}.ev-member-hero h1{font-size:clamp(44px,6vw,72px)}.ev-account-card{border:1px solid var(--line);min-width:180px;box-shadow:var(--shadow-sm);background:#fff;border-radius:22px;gap:2px;padding:18px 20px;display:grid}.ev-account-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:700}.ev-account-card strong{letter-spacing:-.035em;font-size:22px}.ev-account-card small{color:#85909a;font-size:10px}.ev-account-actions{grid-template-columns:1fr;gap:7px;margin-top:10px;display:grid}.ev-account-actions button{border:1px solid var(--line-strong);width:100%;min-height:34px;font:inherit;cursor:pointer;border-radius:10px;padding:0 11px;font-size:11px;font-weight:750}.ev-account-actions button:disabled{opacity:.58;cursor:wait}.ev-account-manage{color:#fff;background:#151a20;border-color:#151a20!important}.ev-account-cancel{color:#59636f;background:0 0}.ev-account-help{max-width:220px;margin-top:7px;line-height:1.35;display:block}html[data-theme=dark] .ev-account-manage{color:#11151a;background:#f3f5f7;border-color:#f3f5f7!important}html[data-theme=dark] .ev-account-cancel{color:#d1d8df}.ev-member-toolbar{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#ffffffdb;border-radius:17px;align-items:center;gap:4px;margin-bottom:16px;padding:7px;display:flex;overflow-x:auto}.ev-member-toolbar button{color:#67717c;cursor:pointer;background:0 0;border:0;border-radius:11px;flex:none;padding:9px 12px;font-size:11px;font-weight:700}.ev-member-toolbar button:hover,.ev-member-toolbar button.is-active{color:#171c22;background:#f0f3f5}.ev-toolbar-spacer{flex:1}.ev-usage-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px;display:grid}.ev-usage-card{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;padding:15px}.ev-usage-top{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:11px;display:flex}.ev-usage-top span{color:#606b76;font-size:11px;font-weight:700}.ev-usage-top strong{letter-spacing:-.025em;font-size:18px}.ev-usage-top small{color:#a1a8b0;font-size:10px;font-weight:600}.ev-progress{background:#edf0f2;border-radius:999px;height:5px;overflow:hidden}.ev-progress span{border-radius:inherit;background:linear-gradient(90deg,#0a66ff,#4db8c1);height:100%;display:block}.ev-native-academy{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:30px;padding:18px;overflow:hidden}.ev-section-heading{justify-content:space-between;align-items:center;gap:20px;padding:12px 10px 20px;display:flex}.ev-section-heading h2{letter-spacing:-.018em;margin:6px 0 0;font-size:27px;line-height:1.08}@media (max-width:900px){.ev-auth-layout-split{grid-template-columns:1fr;gap:28px}.ev-auth-card{max-width:620px;margin:0 auto}.ev-auth-visual{max-width:680px;margin:0 auto}.ev-plan-grid{grid-template-columns:1fr}.ev-plan-card{min-height:0}.ev-member-hero{grid-template-columns:1fr;align-items:start}.ev-account-card{width:100%}.ev-usage-grid{grid-template-columns:1fr 1fr}.ev-toolbar-spacer{display:none}}@media (max-width:680px){.ev-topbar{height:62px;padding:0 14px}.ev-brand-logo{width:124px;max-height:40px}.ev-topnav{gap:2px}.ev-topnav button{padding:8px 9px;font-size:11px}.ev-topnav.is-authenticated .ev-nav-support,.ev-topnav.is-authenticated .ev-nav-primary{display:none}.ev-topnav.is-authenticated .ev-nav-logout{align-items:center;min-height:38px;padding-inline:12px;display:inline-flex}.ev-page,.ev-page-narrow,.ev-member-page{width:min(100% - 24px,100%);padding-top:42px}.ev-auth-layout{width:min(100% - 24px,100%);padding:30px 0 46px}.ev-auth-layout-split{flex-direction:column;display:flex}.ev-auth-visual{order:-1}.ev-visual-caption{bottom:14px;left:14px;right:14px}.ev-form-row{grid-template-columns:1fr}.ev-action-row{display:grid}.ev-action-row .ev-btn{width:100%}.ev-usage-grid{grid-template-columns:1fr 1fr}.ev-member-toolbar{margin-inline:-2px}.ev-native-academy{border-radius:22px;padding:8px}.ev-section-heading{padding:12px 8px 16px}.ev-section-heading h2{font-size:23px}}.ev-native-academy #evantis3-academy-root{--academy-bg:transparent;--academy-panel:#fff;--academy-panel-soft:#f4f7fa;--academy-panel-strong:#eaf0f5;--academy-text:#17202a;--academy-muted:#566474;--academy-faint:#7a8795;--academy-line:#11182724;--academy-line-strong:#11182738;--academy-input:#fff;--academy-button:#eef2f5;--academy-button-hover:#e4eaf0;--academy-button-text:#18222d;--academy-primary:#151a20;--academy-primary-hover:#242b33;--academy-primary-text:#fff;--academy-link:#175fc1;--academy-danger-bg:#fff1f0;--academy-danger-text:#a62920;color:var(--academy-text)!important}.ev-native-academy #evantis3-academy-root .ev2-shell:before,.ev-native-academy #evantis3-academy-root .ev2-card:before{content:none!important;display:none!important}.ev-native-academy #evantis3-academy-root .ev2-shell{background:var(--academy-bg)!important;color:var(--academy-text)!important;padding:0!important;font-family:inherit!important}.ev-native-academy #evantis3-academy-root .ev2-app{background:var(--academy-panel)!important;max-width:100%!important;color:var(--academy-text)!important;box-shadow:none!important;border:0!important;border-radius:22px!important;margin:0!important}.ev-native-academy #evantis3-academy-root .ev2-top,.ev-native-academy #evantis3-academy-root .ev2-card,.ev-native-academy #evantis3-academy-root .ev2-panel,.ev-native-academy #evantis3-academy-root .ev2-bottom,.ev-native-academy #evantis3-academy-root .ev2-saved-item,.ev-native-academy #evantis3-academy-root .ev2-empty,.ev-native-academy #evantis3-academy-root .ev2-hint,.ev-native-academy #evantis3-academy-root .ev2-create-eval-card,.ev-native-academy #evantis3-academy-root .ev2-loading-card,.ev-native-academy #evantis3-academy-root .ev2-table-wrap,.ev-native-academy #evantis3-academy-root .ev2-acc,.ev-native-academy #evantis3-academy-root .ev2-acc .content{background:var(--academy-panel)!important;color:var(--academy-text)!important;border-color:var(--academy-line)!important;box-shadow:none!important}.ev-native-academy #evantis3-academy-root .ev2-card-head,.ev-native-academy #evantis3-academy-root .ev2-acc button,.ev-native-academy #evantis3-academy-root .ev2-table th{background:var(--academy-panel-soft)!important;color:var(--academy-text)!important;border-color:var(--academy-line)!important}.ev-native-academy #evantis3-academy-root .ev2-meter{background:var(--academy-panel-soft)!important;color:var(--academy-text)!important;border-color:var(--academy-line)!important;box-shadow:none!important}.ev-native-academy #evantis3-academy-root .ev2-meter b{color:var(--academy-text)!important;-webkit-text-fill-color:var(--academy-text)!important}.ev-native-academy #evantis3-academy-root .ev2-meter span{color:var(--academy-muted)!important;-webkit-text-fill-color:var(--academy-muted)!important}.ev-native-academy #evantis3-academy-root .ev2-meter i{background:var(--academy-panel-strong)!important;box-shadow:none!important}.ev-native-academy #evantis3-academy-root .ev2-meter i:before{box-shadow:none!important;background:linear-gradient(90deg,#2774d8,#54b7c0)!important}.ev-native-academy #evantis3-academy-root .ev2-title,.ev-native-academy #evantis3-academy-root .ev2-card h1,.ev-native-academy #evantis3-academy-root .ev2-card h2,.ev-native-academy #evantis3-academy-root .ev2-card h3,.ev-native-academy #evantis3-academy-root .ev2-result-title,.ev-native-academy #evantis3-academy-root .ev2-acc h1,.ev-native-academy #evantis3-academy-root .ev2-acc h2,.ev-native-academy #evantis3-academy-root .ev2-acc h3,.ev-native-academy #evantis3-academy-root .ev2-tutor-md h1,.ev-native-academy #evantis3-academy-root .ev2-tutor-md h2,.ev-native-academy #evantis3-academy-root .ev2-tutor-md h3{color:var(--academy-text)!important;-webkit-text-fill-color:var(--academy-text)!important;text-shadow:none!important;opacity:1!important;background:0 0!important}.ev-native-academy #evantis3-academy-root .ev2-sub,.ev-native-academy #evantis3-academy-root .ev2-card p,.ev-native-academy #evantis3-academy-root .ev2-meta,.ev-native-academy #evantis3-academy-root .ev2-label,.ev-native-academy #evantis3-academy-root .ev2-small,.ev-native-academy #evantis3-academy-root .ev2-empty,.ev-native-academy #evantis3-academy-root .ev2-create-eval-card p,.ev-native-academy #evantis3-academy-root .ev2-tutor-md p,.ev-native-academy #evantis3-academy-root .ev2-acc p,.ev-native-academy #evantis3-academy-root .ev2-acc li,.ev-native-academy #evantis3-academy-root .ev2-num,.ev-native-academy #evantis3-academy-root .ev2-table td{color:var(--academy-muted)!important;-webkit-text-fill-color:var(--academy-muted)!important;text-shadow:none!important;opacity:1!important}.ev-native-academy #evantis3-academy-root .ev2-hint,.ev-native-academy #evantis3-academy-root .ev2-hint b,.ev-native-academy #evantis3-academy-root .ev2-create-eval-card b,.ev-native-academy #evantis3-academy-root .ev2-loading-card b,.ev-native-academy #evantis3-academy-root .ev2-table strong,.ev-native-academy #evantis3-academy-root .ev2-tutor-md strong{color:var(--academy-text)!important;-webkit-text-fill-color:var(--academy-text)!important}.ev-native-academy #evantis3-academy-root .ev2-input,.ev-native-academy #evantis3-academy-root .ev2-select,.ev-native-academy #evantis3-academy-root .ev2-textarea,.ev-native-academy #evantis3-academy-root input,.ev-native-academy #evantis3-academy-root textarea,.ev-native-academy #evantis3-academy-root select{background:var(--academy-input)!important;color:var(--academy-text)!important;-webkit-text-fill-color:var(--academy-text)!important;border:1px solid var(--academy-line-strong)!important;box-shadow:none!important;caret-color:var(--blue)!important}.ev-native-academy #evantis3-academy-root .ev2-select option,.ev-native-academy #evantis3-academy-root select option{background:var(--academy-input)!important;color:var(--academy-text)!important}.ev-native-academy #evantis3-academy-root input::placeholder,.ev-native-academy #evantis3-academy-root textarea::placeholder,.ev-native-academy #evantis3-academy-root .ev2-input::placeholder,.ev-native-academy #evantis3-academy-root .ev2-textarea::placeholder{color:var(--academy-faint)!important;-webkit-text-fill-color:var(--academy-faint)!important;opacity:1!important}.ev-native-academy #evantis3-academy-root button,.ev-native-academy #evantis3-academy-root .ev2-btn,.ev-native-academy #evantis3-academy-root .ev2-chip,.ev-native-academy #evantis3-academy-root .ev2-navbtn{background:var(--academy-button)!important;color:var(--academy-button-text)!important;-webkit-text-fill-color:var(--academy-button-text)!important;border:1px solid var(--academy-line)!important;box-shadow:none!important;text-shadow:none!important;opacity:1!important;border-radius:999px!important;font-family:inherit!important;font-weight:700!important}.ev-native-academy #evantis3-academy-root button:hover,.ev-native-academy #evantis3-academy-root .ev2-btn:hover,.ev-native-academy #evantis3-academy-root .ev2-navbtn:hover{background:var(--academy-button-hover)!important}.ev-native-academy #evantis3-academy-root .ev2-btn.primary,.ev-native-academy #evantis3-academy-root .ev2-btn.turq,.ev-native-academy #evantis3-academy-root .ev2-navbtn.active,.ev-native-academy #evantis3-academy-root button.primary,.ev-native-academy #evantis3-academy-root button[type=submit]{background:var(--academy-primary)!important;color:var(--academy-primary-text)!important;-webkit-text-fill-color:var(--academy-primary-text)!important;border-color:var(--academy-primary)!important}.ev-native-academy #evantis3-academy-root .ev2-btn.primary:hover,.ev-native-academy #evantis3-academy-root .ev2-btn.turq:hover,.ev-native-academy #evantis3-academy-root .ev2-navbtn.active:hover,.ev-native-academy #evantis3-academy-root button.primary:hover,.ev-native-academy #evantis3-academy-root button[type=submit]:hover{background:var(--academy-primary-hover)!important}.ev-native-academy #evantis3-academy-root .ev2-btn.danger,.ev-native-academy #evantis3-academy-root .ev2-navbtn.danger,.ev-native-academy #evantis3-academy-root [data-delete-saved],.ev-native-academy #evantis3-academy-root .ev2-danger-btn{background:var(--academy-danger-bg)!important;color:var(--academy-danger-text)!important;-webkit-text-fill-color:var(--academy-danger-text)!important;border-color:color-mix(in srgb, var(--academy-danger-text) 28%, transparent)!important}.ev-native-academy #evantis3-academy-root button:disabled,.ev-native-academy #evantis3-academy-root .ev2-btn:disabled{opacity:.52!important;cursor:not-allowed!important}.ev-native-academy #evantis3-academy-root button *,.ev-native-academy #evantis3-academy-root .ev2-btn *,.ev-native-academy #evantis3-academy-root .ev2-chip *,.ev-native-academy #evantis3-academy-root .ev2-navbtn *{color:inherit!important;-webkit-text-fill-color:currentColor!important}.ev-native-academy #evantis3-academy-root .ev2-bottom{-webkit-backdrop-filter:blur(18px);border-top:1px solid var(--academy-line)!important}.ev-native-academy #evantis3-academy-root a{color:var(--academy-link)!important;-webkit-text-fill-color:var(--academy-link)!important}.ev-native-academy #evantis3-academy-root *{scrollbar-width:thin;scrollbar-color:#9aa5b1 transparent;font-family:inherit!important}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b0d10;--surface:#111419;--surface-soft:#171b21;--text:#f4f7fb;--muted:#a6afba;--line:#ffffff1a;--line-strong:#ffffff2e;--blue:#5aa2ff;--blue-hover:#7ab5ff;--teal:#65cbc5;--green:#67c99e;--danger:#ff8c82;--danger-bg:#251416;--success-bg:#10231b;--shadow-sm:0 1px 2px #00000040, 0 8px 24px #0000002e;--shadow-md:0 30px 80px #00000057}html{background:var(--bg)}body{color:var(--text);background:linear-gradient(#0e1115 0 160px,#0b0d10 480px 100%)}::selection{background:#5aa2ff47}.ev-topbar{border-bottom-color:var(--line);background:#0b0d10d1}.ev-brand-logo{filter:none;opacity:.96}.ev-topnav button{color:#bcc4ce}.ev-topnav button:hover{color:var(--text);background:#171b21}.ev-topnav .ev-nav-primary{color:#101318;background:#f3f5f7}.ev-topnav .ev-nav-primary:hover{color:#101318;background:#fff}.ev-topnav .ev-nav-logout{color:#eef2f6;background:#151a20;border-color:#343b44}.ev-topnav .ev-nav-logout:hover{color:#fff;background:#20262d;border-color:#4a535e}.ev-app-footer{border-top-color:var(--line);color:#8f99a5;background:#0b0d10b8}.ev-app-footer a{color:#adb6c0}.ev-eyebrow{color:#b8c2cc;background:#171d24}.ev-visual-caption{background:#111419c7;border-color:#ffffff24}.ev-form-card,.ev-plan-card,.ev-account-card,.ev-usage-card,.ev-native-academy{background:var(--surface);border-color:var(--line)}.ev-field>span{color:#c2cad3}.ev-field input,.ev-field textarea,.ev-field select{color:var(--text);border-color:var(--line-strong);background:#0f1216}.ev-field input::placeholder,.ev-field textarea::placeholder{color:#697481}.ev-btn-primary{color:#11151a;background:#f3f5f7;box-shadow:0 10px 26px #0003}.ev-btn-primary:hover{color:#11151a;background:#fff}.ev-btn-secondary{border-color:var(--line-strong);color:#e5eaf0;background:#15191f}.ev-btn-secondary:hover{background:#1b2027}.ev-inline-actions button,.ev-center-link button{color:#b1bbc6}.ev-microcopy{color:#7e8995}.ev-notice{border-color:var(--line);color:#c3ccd6;background:#151a20}.ev-notice-success{background:var(--success-bg);color:#8eddb8}.ev-notice-error{background:var(--danger-bg);color:var(--danger)}.ev-plan-card:hover{border-color:#ffffff40}.ev-plan-card.is-selected{box-shadow:0 0 0 4px #5aa2ff1c, var(--shadow-sm);border-color:#5aa2ffad}.ev-plan-card p{color:var(--muted)}.ev-plan-card li{color:#c0c8d1}.ev-plan-check{border-color:var(--line-strong)}.ev-status-icon{color:#c4ccd5;background:#171c22}.ev-status-success{color:#76d6ab;background:#10261d}.ev-spinner{border-color:#f4f7fb #2a3038 #2a3038}.ev-pill{color:#b5bec8;background:#171c22}.ev-member-toolbar{border-color:var(--line);background:#111419e0}.ev-member-toolbar button{color:#aeb7c2}.ev-member-toolbar button:hover,.ev-member-toolbar button.is-active{color:#f3f6fa;background:#1b2027}.ev-usage-top span{color:#b9c2cc}.ev-usage-top small{color:#7f8994}.ev-progress{background:#252b32}.ev-native-academy #evantis3-academy-root{--academy-bg:transparent;--academy-panel:#12161b;--academy-panel-soft:#171c22;--academy-panel-strong:#252c34;--academy-text:#eef2f6;--academy-muted:#b8c2cd;--academy-faint:#7f8b98;--academy-line:#ffffff21;--academy-line-strong:#fff3;--academy-input:#0e1115;--academy-button:#1b2128;--academy-button-hover:#252c34;--academy-button-text:#eef2f6;--academy-primary:#f3f5f7;--academy-primary-hover:#fff;--academy-primary-text:#11151a;--academy-link:#83b7ff;--academy-danger-bg:#2a1719;--academy-danger-text:#ff9b92}.ev-native-academy #evantis3-academy-root *{scrollbar-color:#46505b transparent}}@media (prefers-color-scheme:light){:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}}@media (min-resolution:2x){body{-webkit-font-smoothing:antialiased}.ev-native-academy #evantis3-academy-root{text-rendering:optimizelegibility}}.ev-member-hero h1{letter-spacing:-.022em;text-wrap:balance;font-size:clamp(34px,3.8vw,52px);line-height:1.06}.ev-member-page{width:min(1480px,100% - 48px)}.ev-native-academy{width:100%;min-width:0}.ev-section-heading{width:100%}.ev-native-academy #evantis3-academy-root,.ev-native-academy #evantis3-academy-root .ev2-shell,.ev-native-academy #evantis3-academy-root .ev2-app{width:100%!important;min-width:0!important;max-width:none!important}.ev-native-academy #evantis3-academy-root .ev2-app>*,.ev-native-academy #evantis3-academy-root .ev2-shell>*{min-width:0!important}.ev-native-academy #evantis3-academy-root .ev2-card,.ev-native-academy #evantis3-academy-root .ev2-panel{min-width:0!important;max-width:none!important}.ev-native-academy #evantis3-academy-root .ev2-app>div,.ev-native-academy #evantis3-academy-root .ev2-app>section,.ev-native-academy #evantis3-academy-root .ev2-app>main{box-sizing:border-box!important;width:100%!important;max-width:none!important}.ev-native-academy #evantis3-academy-root .ev2-card-head{flex-wrap:wrap!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px 14px!important;min-width:0!important;display:flex!important;overflow:visible!important}.ev-native-academy #evantis3-academy-root .ev2-card-head>*{min-width:0!important;max-width:100%!important}.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child{flex-wrap:wrap!important;justify-content:flex-end!important;gap:8px!important;max-width:100%!important;display:flex!important}.ev-native-academy #evantis3-academy-root .ev2-card-head button,.ev-native-academy #evantis3-academy-root .ev2-card-head .ev2-btn,.ev-native-academy #evantis3-academy-root .ev2-card-head .ev2-chip{white-space:normal!important;overflow-wrap:anywhere!important;flex:0 auto!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:42px!important;padding:9px 14px!important;line-height:1.15!important}.ev-native-academy #evantis3-academy-root,.ev-native-academy #evantis3-academy-root .ev2-shell,.ev-native-academy #evantis3-academy-root .ev2-app,.ev-native-academy #evantis3-academy-root .ev2-card,.ev-native-academy #evantis3-academy-root .ev2-panel,.ev-native-academy #evantis3-academy-root .ev2-card-head{box-sizing:border-box!important}.ev-native-academy #evantis3-academy-root img,.ev-native-academy #evantis3-academy-root svg,.ev-native-academy #evantis3-academy-root video,.ev-native-academy #evantis3-academy-root canvas{height:auto;max-width:100%!important}.ev-native-academy #evantis3-academy-root pre,.ev-native-academy #evantis3-academy-root code{max-width:100%;overflow-x:auto}.ev-native-academy #evantis3-academy-root input,.ev-native-academy #evantis3-academy-root select,.ev-native-academy #evantis3-academy-root textarea,.ev-native-academy #evantis3-academy-root button{box-sizing:border-box!important;max-width:100%!important}@media (max-width:1100px){.ev-member-page{width:min(100% - 32px,100%);padding-top:42px}.ev-member-hero h1{font-size:clamp(36px,6vw,48px)}.ev-native-academy{border-radius:26px;padding:14px}.ev-section-heading{padding:10px 8px 18px}.ev-native-academy #evantis3-academy-root [style*=grid-template-columns]{min-width:0!important}.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child{flex:100%!important;justify-content:flex-start!important}.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child button,.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child .ev2-btn,.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child .ev2-chip{flex:150px!important}.ev-native-academy #evantis3-academy-root .ev2-bottom{flex-wrap:wrap!important;justify-content:center!important;gap:8px!important;padding-inline:10px!important;display:flex!important}}@media (max-width:820px){.ev-member-page{width:min(100% - 24px,100%);padding:30px 0 54px}.ev-member-hero{gap:18px;margin-bottom:18px}.ev-member-hero h1{letter-spacing:-.018em;font-size:clamp(32px,7.5vw,42px)}.ev-member-hero p{font-size:16px}.ev-account-card{border-radius:18px;min-width:0;padding:15px 16px}.ev-member-toolbar{overscroll-behavior-inline:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:3px;overflow-x:auto}.ev-member-toolbar::-webkit-scrollbar{display:none}.ev-member-toolbar button{scroll-snap-align:start;min-height:40px}.ev-usage-grid{grid-template-columns:1fr 1fr;gap:8px}.ev-usage-card{border-radius:16px;padding:13px}.ev-native-academy{border-radius:22px;padding:10px}.ev-section-heading{align-items:flex-start}.ev-section-heading h2{font-size:23px}.ev-native-academy #evantis3-academy-root [style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}.ev-native-academy #evantis3-academy-root .ev2-card,.ev-native-academy #evantis3-academy-root .ev2-panel{width:100%!important}.ev-native-academy #evantis3-academy-root .ev2-card-head{grid-template-columns:minmax(0,1fr)!important;padding:16px!important;display:grid!important}.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child{width:100%!important}.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child button,.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child .ev2-btn,.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child .ev2-chip{flex:calc(50% - 4px)!important}.ev-native-academy #evantis3-academy-root input,.ev-native-academy #evantis3-academy-root select,.ev-native-academy #evantis3-academy-root textarea{font-size:16px!important}.ev-native-academy #evantis3-academy-root button,.ev-native-academy #evantis3-academy-root .ev2-btn,.ev-native-academy #evantis3-academy-root .ev2-navbtn{min-height:44px!important}.ev-native-academy #evantis3-academy-root .ev2-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto!important}}@media (max-width:560px){.ev-member-page{width:min(100% - 16px,100%);padding-top:24px}.ev-member-hero h1{font-size:clamp(30px,10vw,38px);line-height:1.04}.ev-member-hero p{font-size:15px;line-height:1.45}.ev-usage-grid{grid-template-columns:1fr}.ev-native-academy{border-radius:18px;padding:6px}.ev-section-heading{gap:10px;padding:10px 8px 14px}.ev-section-heading h2{font-size:21px}.ev-section-heading .ev-pill{min-height:24px;padding-inline:8px}.ev-native-academy #evantis3-academy-root .ev2-app{border-radius:16px!important}.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child{grid-template-columns:1fr!important;display:grid!important}.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child button,.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child .ev2-btn,.ev-native-academy #evantis3-academy-root .ev2-card-head>:last-child .ev2-chip{width:100%!important}.ev-native-academy #evantis3-academy-root .ev2-bottom{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap!important;justify-content:flex-start!important;overflow-x:auto!important}.ev-native-academy #evantis3-academy-root .ev2-bottom::-webkit-scrollbar{display:none}.ev-native-academy #evantis3-academy-root .ev2-bottom button,.ev-native-academy #evantis3-academy-root .ev2-bottom .ev2-navbtn{flex:none!important;min-width:max-content!important;padding-inline:16px!important}}@media (max-height:560px) and (orientation:landscape){.ev-member-page{padding-top:22px}.ev-member-hero{margin-bottom:14px}.ev-member-hero h1{font-size:34px}.ev-native-academy{border-radius:18px}}.ev-usage-grid{grid-template-columns:repeat(5,minmax(0,1fr))}@media (prefers-color-scheme:light){.ev-native-academy #evantis3-academy-root{--academy-bg:transparent;--academy-panel:#fff;--academy-panel-soft:#f5f8fb;--academy-panel-strong:#e8eef4;--academy-text:#111827;--academy-muted:#5f6f80;--academy-faint:#7b8794;--academy-line:#0f263e24;--academy-line-strong:#0f263e3d;--academy-input:#fff;--academy-button:#f4f7fa;--academy-button-hover:#e9eff5;--academy-button-text:#152536;--academy-primary:#123a62;--academy-primary-hover:#0d3154;--academy-primary-text:#fff;--academy-link:#0c5ea8;--academy-danger-bg:#fff0ef;--academy-danger-text:#a53d36}.ev-native-academy #evantis3-academy-root .ev2-shell,.ev-native-academy #evantis3-academy-root .ev2-top,.ev-native-academy #evantis3-academy-root .ev2-bottom{color:var(--academy-text)!important}.ev-native-academy #evantis3-academy-root .ev2-card,.ev-native-academy #evantis3-academy-root .ev2x-question,.ev-native-academy #evantis3-academy-root .ev2x-kpi,.ev-native-academy #evantis3-academy-root .ev2x-mode,.ev-native-academy #evantis3-academy-root .ev2x-rowitem,.ev-native-academy #evantis3-academy-root .ev2-msg.ai{background:var(--academy-panel)!important;border-color:var(--academy-line)!important;color:var(--academy-text)!important}.ev-native-academy #evantis3-academy-root .ev2-input,.ev-native-academy #evantis3-academy-root .ev2-select,.ev-native-academy #evantis3-academy-root .ev2-textarea,.ev-native-academy #evantis3-academy-root .ev2x-dd,.ev-native-academy #evantis3-academy-root .ev2x-dd summary,.ev-native-academy #evantis3-academy-root .ev2x-check,.ev-native-academy #evantis3-academy-root .ev2x-option{background:var(--academy-input)!important;border-color:var(--academy-line-strong)!important;color:var(--academy-text)!important;opacity:1!important}.ev-native-academy #evantis3-academy-root .ev2x-option span,.ev-native-academy #evantis3-academy-root .ev2x-option b,.ev-native-academy #evantis3-academy-root .ev2x-question h3,.ev-native-academy #evantis3-academy-root .ev2x-question p,.ev-native-academy #evantis3-academy-root .ev2-tutor-md,.ev-native-academy #evantis3-academy-root .ev2-tutor-md p,.ev-native-academy #evantis3-academy-root .ev2-tutor-md h1,.ev-native-academy #evantis3-academy-root .ev2-tutor-md h2,.ev-native-academy #evantis3-academy-root .ev2-tutor-md h3{color:var(--academy-text)!important;opacity:1!important}.ev-native-academy #evantis3-academy-root .ev2x-dd summary span,.ev-native-academy #evantis3-academy-root .ev2x-check small,.ev-native-academy #evantis3-academy-root .ev2x-kpi span,.ev-native-academy #evantis3-academy-root .ev2x-mode span,.ev-native-academy #evantis3-academy-root .ev2-label,.ev-native-academy #evantis3-academy-root .ev2-meta,.ev-native-academy #evantis3-academy-root .ev2-sub{color:var(--academy-muted)!important;opacity:1!important}.ev-native-academy #evantis3-academy-root .ev2-msg.user{color:#fff!important;background:linear-gradient(135deg,#0d6171,#159caf)!important}.ev-native-academy #evantis3-academy-root .ev2-textarea::placeholder,.ev-native-academy #evantis3-academy-root .ev2-input::placeholder{color:#748292!important;opacity:1!important}.ev-native-academy #evantis3-academy-root .ev2-btn:not(.primary):not(.turq):not(.danger),.ev-native-academy #evantis3-academy-root .ev2-navbtn:not(.active){background:var(--academy-button)!important;border-color:var(--academy-line-strong)!important;color:var(--academy-button-text)!important}.ev-native-academy #evantis3-academy-root .ev2x-option.active{color:#123b43!important;background:#e6f7f6!important;border-color:#279e9c!important;box-shadow:0 0 0 3px #279e9c1f!important}.ev-native-academy #evantis3-academy-root .ev2x-option.active span{color:#123b43!important}.ev-native-academy #evantis3-academy-root .ev2x-option.correct{color:#174d34!important;background:#e8f7ee!important;border-color:#349568!important}.ev-native-academy #evantis3-academy-root .ev2x-option.wrong{color:#7f2d29!important;background:#fff0ef!important;border-color:#c95d55!important}.ev-native-academy #evantis3-academy-root .ev2x-select-note{color:#234a4b!important;background:#edf8f7!important;border-color:#95d4cf!important}}@media (max-width:1100px){.ev-usage-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.ev-usage-grid{grid-template-columns:1fr 1fr}}@media (max-width:420px){.ev-usage-grid{grid-template-columns:1fr}}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.ev-brand-picture{width:158px;height:48px;display:block;position:relative}.ev-brand-logo{position:absolute;top:50%;left:0;transform:translateY(-50%)}.ev-brand-logo-dark,html[data-theme=dark] .ev-brand-logo-light{display:none}html[data-theme=dark] .ev-brand-logo-dark,html[data-theme=light] .ev-brand-logo-light{display:block}html[data-theme=light] .ev-brand-logo-dark{display:none}.ev-theme-toggle{width:38px;min-width:38px;height:38px;box-shadow:var(--shadow-sm);cursor:pointer;place-items:center;transition:transform .16s,background .16s,border-color .16s;display:inline-grid;border:1px solid var(--line-strong)!important;background:var(--surface)!important;color:var(--text)!important;border-radius:999px!important;padding:0!important}.ev-theme-toggle:hover{transform:translateY(-1px);background:var(--surface-soft)!important}.ev-theme-toggle:active{transform:translateY(0)}.ev-theme-icon{width:18px;height:18px}.ev-theme-icon-sun{display:none}.ev-theme-icon-moon,html[data-theme=dark] .ev-theme-icon-sun{display:block}html[data-theme=dark] .ev-theme-icon-moon,html[data-theme=light] .ev-theme-icon-sun{display:none}html[data-theme=light] .ev-theme-icon-moon{display:block}.ev-native-academy #evantis3-academy-root .ev2-title,.ev-native-academy #evantis3-academy-root .ev2-result-title,.ev-native-academy #evantis3-academy-root .ev2-card h1,.ev-native-academy #evantis3-academy-root .ev2-card h2,.ev-native-academy #evantis3-academy-root .ev2-card h3,.ev-native-academy #evantis3-academy-root .ev2x-question h3,.ev-native-academy #evantis3-academy-root .ev2-tutor-md h1,.ev-native-academy #evantis3-academy-root .ev2-tutor-md h2,.ev-native-academy #evantis3-academy-root .ev2-tutor-md h3{letter-spacing:-.012em!important;line-height:1.16!important}.ev-native-academy #evantis3-academy-root p,.ev-native-academy #evantis3-academy-root li,.ev-native-academy #evantis3-academy-root label,.ev-native-academy #evantis3-academy-root button,.ev-native-academy #evantis3-academy-root input,.ev-native-academy #evantis3-academy-root select,.ev-native-academy #evantis3-academy-root textarea{letter-spacing:0!important}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f7f9;--surface:#fff;--surface-soft:#f1f4f6;--text:#111318;--muted:#69717d;--line:#11182717;--line-strong:#11182726;--blue:#0a66ff;--blue-hover:#0055db;--teal:#2faaa6;--green:#2f9d72;--danger:#b42318;--danger-bg:#fff4f2;--success-bg:#eefbf5;--shadow-sm:0 1px 2px #1018280a, 0 6px 18px #10182809;--shadow-md:0 24px 64px #10182814;background:var(--bg)}html[data-theme=light] body{color:var(--text);background:linear-gradient(#fff 0 160px,#f7f8fa 460px,#f6f7f9 100%)}html[data-theme=light] ::selection{background:#0a66ff24}html[data-theme=light] .ev-topbar{border-bottom-color:var(--line);background:#ffffffd6}html[data-theme=light] .ev-topnav button{color:#555e69}html[data-theme=light] .ev-topnav button:hover{color:var(--text);background:#f1f3f5}html[data-theme=light] .ev-topnav .ev-nav-primary{color:#fff;background:#12161c}html[data-theme=light] .ev-topnav .ev-nav-primary:hover{color:#fff;background:#252b33}html[data-theme=light] .ev-topnav .ev-nav-logout{border-color:var(--line-strong);color:#26313c;background:#fff}html[data-theme=light] .ev-topnav .ev-nav-logout:hover{color:#12161c;background:#f3f5f7;border-color:#cfd5dc}html[data-theme=light] .ev-app-footer{border-top-color:var(--line);color:#8a919b;background:#ffffffa8}html[data-theme=light] .ev-app-footer a{color:#626b76}html[data-theme=light] .ev-eyebrow{color:#4d5965;background:#eef3f7}html[data-theme=light] .ev-visual-caption{background:#ffffffc7;border-color:#ffffffb3}html[data-theme=light] .ev-form-card,html[data-theme=light] .ev-plan-card,html[data-theme=light] .ev-account-card,html[data-theme=light] .ev-usage-card,html[data-theme=light] .ev-native-academy{border-color:var(--line);background:#fff}html[data-theme=light] .ev-field>span{color:#4d5661}html[data-theme=light] .ev-field input,html[data-theme=light] .ev-field textarea,html[data-theme=light] .ev-field select{color:var(--text);border-color:var(--line-strong);background:#fff}html[data-theme=light] .ev-field input::placeholder,html[data-theme=light] .ev-field textarea::placeholder{color:#8c96a1}html[data-theme=light] .ev-btn-primary{color:#fff;background:#12161c}html[data-theme=light] .ev-btn-primary:hover{color:#fff;background:#252a31}html[data-theme=light] .ev-btn-secondary{border-color:var(--line-strong);color:#28313b;background:#fff}html[data-theme=light] .ev-btn-secondary:hover{background:#f7f8f9}html[data-theme=light] .ev-inline-actions button,html[data-theme=light] .ev-center-link button{color:#5e6874}html[data-theme=light] .ev-microcopy{color:#9aa1aa}html[data-theme=light] .ev-notice{border-color:var(--line);color:#4b5865;background:#f3f6f8}html[data-theme=light] .ev-notice-success{background:var(--success-bg);color:#236f54}html[data-theme=light] .ev-notice-error{background:var(--danger-bg);color:var(--danger)}html[data-theme=light] .ev-plan-card p{color:var(--muted)}html[data-theme=light] .ev-plan-card li{color:#4f5965}html[data-theme=light] .ev-status-icon{color:#59636f;background:#f0f3f5}html[data-theme=light] .ev-status-success{color:#277b59;background:#e9f8f0}html[data-theme=light] .ev-spinner{border-color:#111318 #e1e5e9 #e1e5e9}html[data-theme=light] .ev-pill{color:#59636f;background:#f0f3f5}html[data-theme=light] .ev-member-toolbar{border-color:var(--line);background:#ffffffdb}html[data-theme=light] .ev-member-toolbar button{color:#67717c}html[data-theme=light] .ev-member-toolbar button:hover,html[data-theme=light] .ev-member-toolbar button.is-active{color:#171c22;background:#f0f3f5}html[data-theme=light] .ev-usage-top span{color:#606b76}html[data-theme=light] .ev-usage-top small{color:#a1a8b0}html[data-theme=light] .ev-progress{background:#edf0f2}html[data-theme=light] .ev-native-academy #evantis3-academy-root{--academy-bg:transparent;--academy-panel:#fff;--academy-panel-soft:#f5f8fb;--academy-panel-strong:#e8eef4;--academy-text:#111827;--academy-muted:#5f6f80;--academy-faint:#7b8794;--academy-line:#0f263e24;--academy-line-strong:#0f263e3d;--academy-input:#fff;--academy-button:#f4f7fa;--academy-button-hover:#e9eff5;--academy-button-text:#152536;--academy-primary:#123a62;--academy-primary-hover:#0d3154;--academy-primary-text:#fff;--academy-link:#0c5ea8;--academy-danger-bg:#fff0ef;--academy-danger-text:#a53d36}html[data-theme=light] .ev-native-academy #evantis3-academy-root *{scrollbar-color:#9aa5b1 transparent}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b0d10;--surface:#111419;--surface-soft:#171b21;--text:#f4f7fb;--muted:#a6afba;--line:#ffffff1a;--line-strong:#ffffff2e;--blue:#5aa2ff;--blue-hover:#7ab5ff;--teal:#65cbc5;--green:#67c99e;--danger:#ff8c82;--danger-bg:#251416;--success-bg:#10231b;--shadow-sm:0 1px 2px #00000040, 0 8px 24px #0000002e;--shadow-md:0 30px 80px #00000057;background:var(--bg)}html[data-theme=dark] body{color:var(--text);background:linear-gradient(#0e1115 0 160px,#0b0d10 480px 100%)}html[data-theme=dark] ::selection{background:#5aa2ff47}html[data-theme=dark] .ev-topbar{border-bottom-color:var(--line);background:#0b0d10d1}html[data-theme=dark] .ev-topnav button{color:#bcc4ce}html[data-theme=dark] .ev-topnav button:hover{color:var(--text);background:#171b21}html[data-theme=dark] .ev-topnav .ev-nav-primary{color:#101318;background:#f3f5f7}html[data-theme=dark] .ev-topnav .ev-nav-primary:hover{color:#101318;background:#fff}html[data-theme=dark] .ev-topnav .ev-nav-logout{color:#eef2f6;background:#151a20;border-color:#343b44}html[data-theme=dark] .ev-topnav .ev-nav-logout:hover{color:#fff;background:#20262d;border-color:#4a535e}html[data-theme=dark] .ev-app-footer{border-top-color:var(--line);color:#8f99a5;background:#0b0d10b8}html[data-theme=dark] .ev-app-footer a{color:#adb6c0}html[data-theme=dark] .ev-eyebrow{color:#b8c2cc;background:#171d24}html[data-theme=dark] .ev-visual-caption{background:#111419c7;border-color:#ffffff24}html[data-theme=dark] .ev-form-card,html[data-theme=dark] .ev-plan-card,html[data-theme=dark] .ev-account-card,html[data-theme=dark] .ev-usage-card,html[data-theme=dark] .ev-native-academy{background:var(--surface);border-color:var(--line)}html[data-theme=dark] .ev-field>span{color:#c2cad3}html[data-theme=dark] .ev-field input,html[data-theme=dark] .ev-field textarea,html[data-theme=dark] .ev-field select{color:var(--text);border-color:var(--line-strong);background:#0f1216}html[data-theme=dark] .ev-field input::placeholder,html[data-theme=dark] .ev-field textarea::placeholder{color:#697481}html[data-theme=dark] .ev-btn-primary{color:#11151a;background:#f3f5f7;box-shadow:0 10px 26px #0003}html[data-theme=dark] .ev-btn-primary:hover{color:#11151a;background:#fff}html[data-theme=dark] .ev-btn-secondary{border-color:var(--line-strong);color:#e5eaf0;background:#15191f}html[data-theme=dark] .ev-btn-secondary:hover{background:#1b2027}html[data-theme=dark] .ev-inline-actions button,html[data-theme=dark] .ev-center-link button{color:#b1bbc6}html[data-theme=dark] .ev-microcopy{color:#7e8995}html[data-theme=dark] .ev-notice{border-color:var(--line);color:#c3ccd6;background:#151a20}html[data-theme=dark] .ev-notice-success{background:var(--success-bg);color:#8eddb8}html[data-theme=dark] .ev-notice-error{background:var(--danger-bg);color:var(--danger)}html[data-theme=dark] .ev-plan-card p{color:var(--muted)}html[data-theme=dark] .ev-plan-card li{color:#c0c8d1}html[data-theme=dark] .ev-status-icon{color:#c4ccd5;background:#171c22}html[data-theme=dark] .ev-status-success{color:#76d6ab;background:#10261d}html[data-theme=dark] .ev-spinner{border-color:#f4f7fb #2a3038 #2a3038}html[data-theme=dark] .ev-pill{color:#b5bec8;background:#171c22}html[data-theme=dark] .ev-member-toolbar{border-color:var(--line);background:#111419e0}html[data-theme=dark] .ev-member-toolbar button{color:#aeb7c2}html[data-theme=dark] .ev-member-toolbar button:hover,html[data-theme=dark] .ev-member-toolbar button.is-active{color:#f3f6fa;background:#1b2027}html[data-theme=dark] .ev-usage-top span{color:#b9c2cc}html[data-theme=dark] .ev-usage-top small{color:#7f8994}html[data-theme=dark] .ev-progress{background:#252b32}html[data-theme=dark] .ev-native-academy #evantis3-academy-root{--academy-bg:transparent;--academy-panel:#12161b;--academy-panel-soft:#171c22;--academy-panel-strong:#252c34;--academy-text:#eef2f6;--academy-muted:#b8c2cd;--academy-faint:#7f8b98;--academy-line:#ffffff21;--academy-line-strong:#fff3;--academy-input:#0e1115;--academy-button:#1b2128;--academy-button-hover:#252c34;--academy-button-text:#eef2f6;--academy-primary:#f3f5f7;--academy-primary-hover:#fff;--academy-primary-text:#11151a;--academy-link:#83b7ff;--academy-danger-bg:#2a1719;--academy-danger-text:#ff9b92}html[data-theme=dark] .ev-native-academy #evantis3-academy-root *{scrollbar-color:#46505b transparent}@media (max-width:700px){.ev-theme-toggle{width:36px;min-width:36px;height:36px}.ev-theme-icon{width:17px;height:17px}}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-table-wrap,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-table-wrap{box-shadow:none!important;background:#fff!important;border-color:#cbd8e3!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-table th,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-table th,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-table th *,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-table th *{color:#0b2844!important;-webkit-text-fill-color:#0b2844!important;opacity:1!important;text-shadow:none!important;background:#eaf2f8!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-table td,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-table td,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-table td *,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-table td *{color:#274158!important;-webkit-text-fill-color:#274158!important;opacity:1!important;text-shadow:none!important;background-color:#fff!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-table tbody tr:nth-child(2n) td,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-table tbody tr:nth-child(2n) td{background:#f7fafc!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-kpi,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-mode,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-question,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-exam-question{color:#102c45!important;background:#fff!important;border-color:#d2dde7!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-kpi b,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-mode b,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-question h3,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-exam-stem{color:#102c45!important;-webkit-text-fill-color:#102c45!important;opacity:1!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-kpi span,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-mode span,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-question p{color:#51687d!important;-webkit-text-fill-color:#51687d!important;opacity:1!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-option,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-option,html[data-theme=light] .ev-native-academy #evantis3-academy-root [data-answer-question],html[data-theme=light] .ev-native-academy #evantis3-academy-root [data-clinical-answer]{color:#17364f!important;-webkit-text-fill-color:#17364f!important;opacity:1!important;text-shadow:none!important;background:#f8fafc!important;border-color:#cbd8e3!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-option *,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-option *,html[data-theme=light] .ev-native-academy #evantis3-academy-root [data-answer-question] *,html[data-theme=light] .ev-native-academy #evantis3-academy-root [data-clinical-answer] *{color:inherit!important;-webkit-text-fill-color:inherit!important;opacity:1!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-option.active,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-option.active,html[data-theme=light] .ev-native-academy #evantis3-academy-root [data-answer-question].active,html[data-theme=light] .ev-native-academy #evantis3-academy-root [data-clinical-answer].active{color:#0d4667!important;-webkit-text-fill-color:#0d4667!important;background:#e8f5fb!important;border-color:#4da7d1!important;box-shadow:0 0 0 2px #4da7d11f!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-option.correct,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-exam-question.correct{color:#185f42!important;-webkit-text-fill-color:#185f42!important;background:#e9f7ef!important;border-color:#67b78c!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-option.wrong,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-exam-question.incorrect{color:#8a342e!important;-webkit-text-fill-color:#8a342e!important;background:#fff0ef!important;border-color:#d79089!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-select-note,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-choice-note,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-feedback,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-confirmed,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-v20-choice-note{color:#18594f!important;-webkit-text-fill-color:#18594f!important;opacity:1!important;text-shadow:none!important;background:#eaf7f5!important;border-color:#82c9be!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-select-note *,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-choice-note *,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-feedback *,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2x-confirmed *,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-v20-choice-note *{color:inherit!important;-webkit-text-fill-color:inherit!important;opacity:1!important}.ev-native-academy #evantis3-academy-root .ev2-logo{display:none!important}.ev-native-academy #evantis3-academy-root .ev2-brand{justify-content:flex-end!important}.ev-member-toolbar .ev-toolbar-spacer,.ev-member-toolbar .ev-toolbar-spacer~button{display:none!important}.ev-native-academy #evantis3-academy-root .ev2-bottom{z-index:1500!important;border-radius:0!important;width:100vw!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.ev-native-academy #evantis3-academy-root .ev2-bottom-inner{grid-template-columns:repeat(5,minmax(0,1fr))!important;width:min(100%,920px)!important;max-width:920px!important;margin:0 auto!important}body:has(.ev-member-page){padding-bottom:86px!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-acc .content,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-acc .content p,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-acc .content li,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-acc .content span,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-num,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-msg.ai,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-msg.ai p,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-msg.ai li,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-tutor-md,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-tutor-md p,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-tutor-md li{color:#344d63!important;-webkit-text-fill-color:#344d63!important;opacity:1!important;text-shadow:none!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-acc .content h1,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-acc .content h2,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-acc .content h3,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-acc .content strong,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-msg.ai strong,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-tutor-md strong{color:#0c2034!important;-webkit-text-fill-color:#0c2034!important;opacity:1!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-acc .content a,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-msg.ai a,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-tutor-md a{color:#075f9b!important;-webkit-text-fill-color:#075f9b!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-msg.user,html[data-theme=light] .ev-native-academy #evantis3-academy-root .ev2-msg.user *{color:#fff!important;-webkit-text-fill-color:#fff!important}@media (max-width:680px){.ev-native-academy #evantis3-academy-root .ev2-bottom{overflow-x:auto!important}.ev-native-academy #evantis3-academy-root .ev2-bottom-inner{width:max(650px,100%)!important;max-width:none!important}}body:has(.ev-member-page) .ev-topbar .ev-brand{display:flex!important}body:has(.ev-member-page) .ev-topbar{justify-content:space-between!important}.ev-native-academy #evantis3-academy-root .ev2-brand,.ev-native-academy #evantis3-academy-root .ev2-logo{display:none!important}.ev-native-academy #evantis3-academy-root .ev2-hero-card,.ev-native-academy #evantis3-academy-root .ev2-card{padding-top:24px!important}.ev-usage-period{border:1px solid var(--line);background:var(--surface-soft,#f8fafc);box-shadow:var(--shadow-sm);border-radius:15px;justify-content:space-between;align-items:flex-start;gap:18px;margin:0 0 12px;padding:12px 14px;display:flex}.ev-usage-period strong{letter-spacing:.02em;font-size:12px}.ev-usage-period span{color:var(--muted,#66727f);text-align:right;font-size:12px;line-height:1.45}@media (max-width:720px){.ev-usage-period{flex-direction:column;gap:5px}.ev-usage-period span{text-align:left}}.ev-free-tools{border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 90%,transparent);box-shadow:var(--shadow-sm);border-radius:18px;align-items:stretch;gap:12px;margin:0 0 14px;padding:10px;display:flex}.ev-free-tools-intro{flex-direction:column;flex:0 0 178px;justify-content:center;padding:6px 9px 6px 8px;display:flex}.ev-free-tools-intro>span{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.ev-free-tools-intro>strong{color:var(--text);letter-spacing:-.015em;margin-top:3px;font-size:14px}.ev-free-tools-intro>small{color:var(--muted);margin-top:2px;font-size:10px;line-height:1.35}.ev-free-tools-links{flex:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:0;display:grid}.ev-free-tool{border:1px solid var(--line);background:var(--surface-soft);min-width:0;min-height:62px;color:var(--text);border-radius:15px;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:9px 11px;text-decoration:none;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;display:grid}.ev-free-tool:hover{border-color:color-mix(in srgb,var(--blue) 34%,var(--line));background:color-mix(in srgb,var(--surface-soft) 82%,#dcecff);transform:translateY(-1px);box-shadow:0 8px 20px #1018280f}.ev-free-tool-icon{background:var(--surface);border:1px solid var(--line-strong);width:38px;height:38px;color:var(--blue);letter-spacing:-.02em;border-radius:12px;place-items:center;font-size:14px;font-weight:850;display:grid}.ev-free-tool-copy{gap:2px;min-width:0;display:grid}.ev-free-tool-copy strong{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em;font-size:12px;overflow:hidden}.ev-free-tool-copy small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9.5px;overflow:hidden}.ev-free-tool-arrow{color:var(--muted);text-align:center;font-size:15px;transition:transform .16s,color .16s}.ev-free-tool:hover .ev-free-tool-arrow{color:var(--blue);transform:translate(1px,-1px)}html[data-theme=dark] .ev-free-tools{background:#111419e6;border-color:#ffffff1a}html[data-theme=dark] .ev-free-tools-intro>span{color:#7fb5ff}html[data-theme=dark] .ev-free-tools-intro>strong{color:#f4f7fb}html[data-theme=dark] .ev-free-tools-intro>small{color:#a6afba}html[data-theme=dark] .ev-free-tool{color:#f4f7fb;background:#171b21;border-color:#ffffff1c}html[data-theme=dark] .ev-free-tool:hover{background:#202731;border-color:#7fb5ff6b;box-shadow:0 9px 24px #0000002e}html[data-theme=dark] .ev-free-tool-icon{color:#8fc0ff;background:#101419;border-color:#ffffff29}html[data-theme=dark] .ev-free-tool-copy small,html[data-theme=dark] .ev-free-tool-arrow{color:#9ba6b2}@media (max-width:900px){.ev-free-tools{flex-direction:column}.ev-free-tools-intro{flex-basis:auto}}@media (max-width:680px){.ev-free-tools-links{grid-template-columns:1fr}.ev-free-tool{min-height:58px}}.ev-home-button{border:1px solid var(--line-strong);background:var(--surface);min-height:42px;color:var(--text);letter-spacing:-.01em;border-radius:999px;justify-content:center;align-items:center;margin-top:2px;padding:0 16px;font-size:12px;font-weight:750;text-decoration:none;transition:transform .14s,background .14s,border-color .14s;display:inline-flex}.ev-home-button:hover{background:var(--surface-soft);border-color:color-mix(in srgb,var(--blue) 26%,var(--line-strong));transform:translateY(-1px)}html[data-theme=dark] .ev-home-button{color:#eef2f6;background:#15191f;border-color:#ffffff2e}html[data-theme=dark] .ev-home-button:hover{background:#20262d;border-color:#7ab5ff70}.ev-app-footer{flex:none;line-height:1.45;z-index:auto!important;position:static!important;inset:auto!important}
html[data-theme=dark] :is(input,textarea,[contenteditable=true],[data-chat-text]){caret-color:#65d6ff!important}html[data-theme=light] :is(input,textarea,[contenteditable=true],[data-chat-text]){caret-color:#0a66ff!important}html[data-theme=dark] :is(input,textarea,select){-webkit-text-fill-color:#f4f7fb;color:#f4f7fb!important;background-color:#11161c!important;border-color:#ffffff29!important}html[data-theme=dark] :is(input,textarea)::placeholder{-webkit-text-fill-color:#8f9aaa;opacity:1;color:#8f9aaa!important}.ev-member-hero,.ev-member-hero>*,.ev-member-toolbar,.ev-native-academy,#evantis3-academy-root{min-width:0}.ev-member-hero h1{overflow-wrap:anywhere}@media (max-width:820px){.ev-topbar{min-height:68px;gap:10px!important;height:auto!important;padding:10px 12px!important}.ev-brand-logo{width:122px!important;max-height:42px!important}.ev-topnav{scrollbar-width:none;-webkit-overflow-scrolling:touch;min-width:0;max-width:calc(100vw - 150px);overflow:auto hidden;flex-wrap:nowrap!important;gap:4px!important}.ev-topnav::-webkit-scrollbar{display:none}.ev-member-toolbar::-webkit-scrollbar{display:none}.ev-topnav button{white-space:nowrap;flex:none;min-height:42px;padding:8px 11px!important}.ev-nav-support{display:none!important}.ev-member-page{width:calc(100% - 24px)!important;padding:28px 0 56px!important}.ev-member-hero{grid-template-columns:1fr!important;align-items:start!important;gap:16px!important}.ev-member-hero h1{font-size:clamp(34px,9vw,46px)!important;line-height:1.02!important}.ev-member-hero p{max-width:62ch;font-size:16px!important;line-height:1.5!important}.ev-account-card{width:100%!important;min-width:0!important}.ev-member-toolbar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;display:flex!important;overflow-x:auto!important}.ev-member-toolbar>*{white-space:nowrap;flex:none!important}.ev-toolbar-spacer{display:none!important}.ev-usage-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}#evantis3-academy-root :is(.ev2-tabs,.ev2-actions,.ev2-toolbar,.ev2-btnrow,.ev2-top-actions){-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto;flex-wrap:nowrap!important}#evantis3-academy-root :is(button,a,input,select,textarea){max-width:100%}#evantis3-academy-root table{min-width:680px}#evantis3-academy-root :is(.table-wrap,.ev2-table-wrap){-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}}@media (max-width:520px){.ev-topbar{align-items:center!important}.ev-brand-logo{width:104px!important}.ev-topnav{max-width:calc(100vw - 126px)}.ev-topnav button{padding-inline:9px!important;font-size:12px!important}.ev-member-page{width:calc(100% - 16px)!important;padding-top:22px!important}.ev-member-hero h1{font-size:clamp(30px,10vw,39px)!important}.ev-member-hero p{font-size:15px!important}.ev-usage-grid{grid-template-columns:1fr!important}.ev-action-row>*,.ev-form-actions>*{width:100%}}
@media (max-width:820px){.ev-topbar{gap:8px!important;height:auto!important;min-height:62px!important;padding:8px 12px!important}.ev-brand-logo{width:112px!important;max-height:40px!important}.ev-topnav{scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;gap:4px!important;min-width:0!important;max-width:calc(100vw - 132px)!important;overflow:auto hidden!important}.ev-topnav::-webkit-scrollbar{display:none!important}.ev-member-toolbar::-webkit-scrollbar{display:none!important}.ev-native-academy #evantis3-academy-root .ev2-bottom::-webkit-scrollbar{display:none!important}.ev-topnav button{white-space:nowrap!important;flex:none!important;height:38px!important;min-height:38px!important;padding:0 10px!important;font-size:12px!important}.ev-topnav.is-authenticated .ev-nav-support,.ev-topnav.is-authenticated .ev-nav-primary{display:none!important}.ev-member-page{width:min(100% - 18px,100%)!important;padding:26px 0 112px!important}.ev-member-hero{grid-template-columns:1fr!important;align-items:start!important;gap:16px!important;margin-bottom:18px!important}.ev-member-hero h1{overflow-wrap:anywhere!important;font-size:clamp(31px,9vw,42px)!important;line-height:1.04!important}.ev-member-hero p{font-size:15px!important;line-height:1.5!important}.ev-account-card{border-radius:18px!important;width:100%!important;min-width:0!important;padding:15px 16px!important}.ev-member-toolbar{overscroll-behavior-inline:contain!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;gap:3px!important;display:flex!important;overflow-x:auto!important}.ev-member-toolbar>*{white-space:nowrap!important;scroll-snap-align:start!important;flex:none!important}.ev-toolbar-spacer{display:none!important}.ev-usage-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.ev-native-academy{border-radius:20px!important;padding:8px!important;overflow:hidden!important}#evantis3-academy-root :is(.ev2-tabs,.ev2-actions,.ev2-toolbar,.ev2-btnrow,.ev2-top-actions){-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex-wrap:nowrap!important;justify-content:flex-start!important;max-width:100%!important;overflow-x:auto!important}#evantis3-academy-root .ev2-card-head{grid-template-columns:minmax(0,1fr)!important;gap:10px!important;padding:16px!important;display:grid!important}#evantis3-academy-root .ev2-card-head>:last-child{grid-template-columns:1fr!important;gap:8px!important;width:100%!important;display:grid!important}#evantis3-academy-root .ev2-card-head>:last-child :is(button,.ev2-btn,.ev2-chip){white-space:normal!important;width:100%!important;min-height:44px!important}#evantis3-academy-root table{min-width:680px!important}#evantis3-academy-root :is(.table-wrap,.ev2-table-wrap){-webkit-overflow-scrolling:touch!important;max-width:100%!important;overflow-x:auto!important}.ev-native-academy #evantis3-academy-root .ev2-bottom{z-index:2200!important;width:100%!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;-webkit-backdrop-filter:blur(18px)!important;background:#fffffff7!important;border-top:1px solid #1118271f!important;border-radius:0!important;justify-content:flex-start!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow:auto hidden!important;box-shadow:0 -8px 24px #1018280f!important}html[data-theme=dark] .ev-native-academy #evantis3-academy-root .ev2-bottom{background:#111419fa!important;border-top-color:#ffffff1a!important;box-shadow:0 -8px 28px #0000003d!important}.ev-native-academy #evantis3-academy-root .ev2-bottom-inner{align-items:center!important;gap:8px!important;width:max-content!important;min-width:100%!important;max-width:none!important;margin:0!important;display:flex!important}.ev-native-academy #evantis3-academy-root .ev2-bottom :is(button,.ev2-navbtn){white-space:nowrap!important;border-radius:14px!important;flex:none!important;width:auto!important;min-width:116px!important;height:50px!important;min-height:50px!important;padding:0 14px!important;font-size:12px!important;font-weight:800!important}}@media (max-width:520px){.ev-brand-logo{width:104px!important}.ev-topnav{max-width:calc(100vw - 122px)!important}.ev-member-page{width:calc(100% - 14px)!important;padding-top:22px!important}.ev-member-hero h1{font-size:clamp(30px,10vw,38px)!important}.ev-usage-grid{grid-template-columns:1fr!important}.ev-native-academy{border-radius:18px!important;padding:6px!important}.ev-native-academy #evantis3-academy-root .ev2-bottom :is(button,.ev2-navbtn){min-width:108px!important}}
.ev-native-academy #evantis3-academy-root :is(.ev2-msg.ai,.ev2-tutor-md,.ev2-tutor-md p,.ev2-tutor-md li,.ev2-msg.ai p,.ev2-msg.ai li,.ev2-msg.ai span){opacity:1!important;text-shadow:none!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root :is(.ev2-msg.ai,.ev2-tutor-md){color:#17324a!important;-webkit-text-fill-color:#17324a!important;background:#fff!important;border-color:#d6e2ec!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root :is(.ev2-msg.ai p,.ev2-msg.ai li,.ev2-msg.ai span,.ev2-tutor-md p,.ev2-tutor-md li,.ev2-tutor-md span){color:#3d556b!important;-webkit-text-fill-color:#3d556b!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root :is(.ev2-msg.ai h1,.ev2-msg.ai h2,.ev2-msg.ai h3,.ev2-msg.ai strong,.ev2-tutor-md h1,.ev2-tutor-md h2,.ev2-tutor-md h3,.ev2-tutor-md strong){color:#0b2238!important;-webkit-text-fill-color:#0b2238!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root :is(.ev2-msg.ai a,.ev2-tutor-md a){color:#075f9b!important;-webkit-text-fill-color:#075f9b!important;text-decoration-color:currentColor!important}html[data-theme=dark] .ev-native-academy #evantis3-academy-root :is(.ev2-msg.ai,.ev2-tutor-md){color:#eef7ff!important;-webkit-text-fill-color:#eef7ff!important;background:#10161d!important;border-color:#2a3947!important}html[data-theme=dark] .ev-native-academy #evantis3-academy-root :is(.ev2-msg.ai p,.ev2-msg.ai li,.ev2-msg.ai span,.ev2-tutor-md p,.ev2-tutor-md li,.ev2-tutor-md span){color:#c5d3df!important;-webkit-text-fill-color:#c5d3df!important}html[data-theme=dark] .ev-native-academy #evantis3-academy-root :is(.ev2-msg.ai h1,.ev2-msg.ai h2,.ev2-msg.ai h3,.ev2-msg.ai strong,.ev2-tutor-md h1,.ev2-tutor-md h2,.ev2-tutor-md h3,.ev2-tutor-md strong){color:#f7fbff!important;-webkit-text-fill-color:#f7fbff!important}html[data-theme=dark] .ev-native-academy #evantis3-academy-root :is(.ev2-msg.ai a,.ev2-tutor-md a){color:#66d8ff!important;-webkit-text-fill-color:#66d8ff!important;text-decoration-color:currentColor!important}.ev-native-academy #evantis3-academy-root .ev2-msg.user,.ev-native-academy #evantis3-academy-root .ev2-msg.user *{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root :is(textarea,input,[contenteditable=true]){caret-color:#006eff!important}html[data-theme=dark] .ev-native-academy #evantis3-academy-root :is(textarea,input,[contenteditable=true]){caret-color:#00eaff!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root :is(textarea,input){color:#102a43!important;-webkit-text-fill-color:#102a43!important;background:#fff!important;border-color:#bfcfdd!important}html[data-theme=dark] .ev-native-academy #evantis3-academy-root :is(textarea,input){color:#f3f9ff!important;-webkit-text-fill-color:#f3f9ff!important;background:#0d141b!important;border-color:#3a4c5d!important}html[data-theme=light] .ev-native-academy #evantis3-academy-root :is(textarea,input)::placeholder{color:#6a7f91!important;-webkit-text-fill-color:#6a7f91!important;opacity:1!important}html[data-theme=dark] .ev-native-academy #evantis3-academy-root :is(textarea,input)::placeholder{color:#9fb0bf!important;-webkit-text-fill-color:#9fb0bf!important;opacity:1!important}@media (max-width:720px){.ev-native-academy #evantis3-academy-root :is(.ev2-msg,.ev2-tutor-md,.ev2-msg p,.ev2-msg li,.ev2-tutor-md p,.ev2-tutor-md li){letter-spacing:0!important;font-size:15.5px!important;line-height:1.62!important}.ev-native-academy #evantis3-academy-root :is(textarea,input){font-size:16px!important;line-height:1.45!important}.ev-native-academy #evantis3-academy-root .ev2-msg{overflow-wrap:anywhere!important;word-break:normal!important;max-width:100%!important}}
@media (max-width:820px){html,body{overflow-x:hidden!important}.ev-topbar{gap:8px!important;height:auto!important;min-height:62px!important;padding:8px 12px!important}.ev-brand-logo{width:110px!important;max-height:40px!important}.ev-topnav{scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;gap:5px!important;min-width:0!important;max-width:calc(100vw - 130px)!important;overflow:auto hidden!important}.ev-topnav::-webkit-scrollbar{display:none!important}.ev-member-toolbar::-webkit-scrollbar{display:none!important}#evantis3-academy-root :is(.ev2-tabs,.ev2-actions,.ev2-toolbar,.ev2-btnrow,.ev2-top-actions)::-webkit-scrollbar{display:none!important}.ev-topnav button{white-space:nowrap!important;flex:none!important;height:40px!important;min-height:40px!important;padding:0 11px!important;font-size:12px!important}.ev-member-page{width:calc(100% - 16px)!important;padding:24px 0 calc(96px + env(safe-area-inset-bottom))!important}.ev-member-hero{grid-template-columns:1fr!important;align-items:start!important;gap:14px!important;margin-bottom:16px!important}.ev-member-hero h1{letter-spacing:-.035em!important;overflow-wrap:anywhere!important;font-size:clamp(32px,9vw,42px)!important;line-height:1.04!important}.ev-member-hero p{max-width:62ch!important;font-size:15px!important;line-height:1.55!important}.ev-account-card{border-radius:18px!important;width:100%!important;min-width:0!important;padding:15px 16px!important}.ev-member-toolbar{overscroll-behavior-inline:contain!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;gap:5px!important;padding:6px!important;display:flex!important;overflow-x:auto!important}.ev-member-toolbar>*{white-space:nowrap!important;flex:none!important}.ev-toolbar-spacer{display:none!important}.ev-usage-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.ev-native-academy{border-radius:18px!important;padding:7px!important;overflow:hidden!important}#evantis3-academy-root .ev2-app{margin-bottom:calc(86px + env(safe-area-inset-bottom))!important}#evantis3-academy-root :is(.ev2-tabs,.ev2-actions,.ev2-toolbar,.ev2-btnrow,.ev2-top-actions){scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:7px!important;max-width:100%!important;overflow:auto hidden!important}#evantis3-academy-root :is(.ev2-tabs,.ev2-actions,.ev2-toolbar,.ev2-btnrow,.ev2-top-actions)>*{flex:none!important}#evantis3-academy-root .ev2-card-head{grid-template-columns:minmax(0,1fr)!important;gap:10px!important;padding:15px!important;display:grid!important}#evantis3-academy-root .ev2-card-head>:last-child{grid-template-columns:1fr!important;gap:8px!important;width:100%!important;display:grid!important}#evantis3-academy-root .ev2-card-head>:last-child :is(button,.ev2-btn,.ev2-chip){white-space:normal!important;width:100%!important;min-height:44px!important}#evantis3-academy-root :is(.ev2-table-wrap,.table-wrap){-webkit-overflow-scrolling:touch!important;max-width:100%!important;overflow-x:auto!important}#evantis3-academy-root table{min-width:680px!important}#evantis3-academy-root :is(.ev2-msg.ai,.ev2-msg.ai p,.ev2-msg.ai li,.ev2-tutor-md,.ev2-tutor-md p,.ev2-tutor-md li){opacity:1!important;font-size:15px!important;line-height:1.62!important}#evantis3-academy-root :is(textarea,input,[contenteditable=true]){caret-color:#00a8ff!important}html[data-theme=dark] #evantis3-academy-root :is(textarea,input,[contenteditable=true]){caret-color:#53f3ff!important}#evantis3-academy-root :is(textarea,input,[contenteditable=true]):focus{box-shadow:0 0 0 3px #00a8ff29!important}html[data-theme=dark] #evantis3-academy-root :is(textarea,input,[contenteditable=true]):focus{box-shadow:0 0 0 3px #53f3ff2e!important}.ev-native-academy #evantis3-academy-root .ev2-bottom{z-index:3200!important;width:100%!important;padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;-webkit-backdrop-filter:blur(18px)!important;background:#fffffffa!important;border-top:1px solid #1118271f!important;border-radius:0!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow:visible!important;box-shadow:0 -10px 28px #10182814!important}html[data-theme=dark] .ev-native-academy #evantis3-academy-root .ev2-bottom{background:#111419fa!important;border-top-color:#ffffff1c!important;box-shadow:0 -10px 30px #00000047!important}.ev-native-academy #evantis3-academy-root .ev2-bottom-inner{grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;gap:6px!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;display:grid!important}.ev-native-academy #evantis3-academy-root .ev2-bottom :is(button,.ev2-navbtn){white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;text-align:center!important;color:#34404c!important;-webkit-text-fill-color:#34404c!important;background:#f1f4f6!important;border:1px solid #1118271a!important;border-radius:13px!important;width:100%!important;min-width:0!important;max-width:none!important;height:54px!important;min-height:54px!important;padding:5px 3px!important;font-size:clamp(9.5px,2.55vw,11px)!important;font-weight:800!important;line-height:1.12!important}.ev-native-academy #evantis3-academy-root .ev2-bottom :is(button,.ev2-navbtn).active,.ev-native-academy #evantis3-academy-root .ev2-bottom :is(button,.ev2-navbtn)[aria-current=page],.ev-native-academy #evantis3-academy-root .ev2-bottom :is(button,.ev2-navbtn)[aria-pressed=true]{color:#fff!important;-webkit-text-fill-color:#fff!important;background:#12161c!important;border-color:#12161c!important}html[data-theme=dark] .ev-native-academy #evantis3-academy-root .ev2-bottom :is(button,.ev2-navbtn){color:#dce3eb!important;-webkit-text-fill-color:#dce3eb!important;background:#1b2128!important;border-color:#ffffff1f!important}html[data-theme=dark] .ev-native-academy #evantis3-academy-root .ev2-bottom :is(button,.ev2-navbtn).active,html[data-theme=dark] .ev-native-academy #evantis3-academy-root .ev2-bottom :is(button,.ev2-navbtn)[aria-current=page],html[data-theme=dark] .ev-native-academy #evantis3-academy-root .ev2-bottom :is(button,.ev2-navbtn)[aria-pressed=true]{color:#11151a!important;-webkit-text-fill-color:#11151a!important;background:#f3f5f7!important;border-color:#f3f5f7!important}}@media (max-width:520px){.ev-brand-logo{width:102px!important}.ev-topnav{max-width:calc(100vw - 120px)!important}.ev-member-page{width:calc(100% - 12px)!important}.ev-member-hero h1{font-size:clamp(30px,9.8vw,38px)!important}.ev-usage-grid{grid-template-columns:1fr!important}.ev-native-academy{border-radius:16px!important;padding:5px!important}.ev-native-academy #evantis3-academy-root .ev2-bottom-inner{gap:4px!important}.ev-native-academy #evantis3-academy-root .ev2-bottom :is(button,.ev2-navbtn){border-radius:11px!important;height:52px!important;min-height:52px!important;padding-inline:2px!important;font-size:clamp(9px,2.7vw,10.5px)!important}}
