:root{
  --bg:#0b0f14; --bg2:#0f141b; --panel:#141a22; --panel2:#171f29; --line:#253142;
  --text:#f7f2eb; --muted:#aab4c3; --pink:#f3afc1; --pink2:#ffbfd0; --gold:#ddb97b; --green:#8be2bd;
  --radius:20px; --radius-sm:14px; --shadow:0 16px 55px rgba(0,0,0,.33); --shadow-soft:0 8px 30px rgba(0,0,0,.22);
  --container:min(1440px, calc(100% - 32px)); --header-h:90px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at top, #132035 0%, #0c1118 30%, #090c11 100%);color:var(--text);font:16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;min-height:100vh}
a{color:inherit;text-decoration:none} button,input,select,textarea{font:inherit} img{display:block;max-width:100%}
.hidden{display:none !important} .sr-only{position:absolute;left:-9999px}
.container{width:var(--container);margin-inline:auto} .page{padding-top:calc(var(--header-h) + 24px);padding-bottom:56px}
.muted{color:var(--muted)} .accent{color:var(--pink)} .gold{color:var(--gold)}
.icon-btn, .btn{border:1px solid var(--line);background:rgba(20,26,34,.88);color:var(--text);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 18px;cursor:pointer;transition:.2s transform,.2s background,.2s border-color,.2s opacity;box-shadow:none}
.icon-btn{width:44px;padding:0}
.btn:hover,.icon-btn:hover{transform:translateY(-1px);border-color:#465166;background:#1b2430}
.btn.primary{background:linear-gradient(180deg,var(--pink2),var(--pink));color:#241317;border-color:#f0b1c3;font-weight:700}
.btn.outline-gold{border-color:var(--gold)} .btn.small{min-height:38px;padding:0 14px;font-size:14px}
.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}
#app-header{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px);background:rgba(8,11,15,.78)}
.header-inner{min-height:var(--header-h);display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:18px}
.logo{display:flex;align-items:center;gap:14px;min-width:0} .logo-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;border:1px solid #3b4557;background:linear-gradient(180deg,rgba(242,184,198,.09),rgba(221,185,123,.05))}
.logo-mark svg{width:28px;height:28px} .brand-word{font:700 clamp(26px,2.4vw,40px)/1.02 Georgia,serif;color:#e6c184;letter-spacing:.2px}
.brand-tag{font-size:11px;letter-spacing:5px;text-transform:uppercase;color:#efe4cf;margin-top:5px;white-space:nowrap}
.top-nav{display:flex;align-items:center;gap:24px} .top-nav a{font-size:15px;color:#ece7de;padding:10px 0;position:relative;white-space:nowrap} .top-nav a.active::after{content:'';position:absolute;left:0;right:0;bottom:-2px;height:3px;border-radius:999px;background:var(--pink)}
.header-search{display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.09);background:rgba(20,26,34,.92);border-radius:999px;padding:6px 12px 6px 14px;min-height:48px;min-width:0;width:100%}
.header-search input{flex:1;background:transparent;border:none;outline:none;color:var(--text);min-width:0}
.header-actions{display:flex;align-items:center;gap:12px} .count-dot{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;border-radius:999px;padding:0 4px;background:#ff5e74;color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center;border:2px solid #0b0f14}
.rel{position:relative} .menu-btn{display:none}
.hero{background:linear-gradient(180deg,rgba(18,24,33,.96),rgba(11,16,23,.96));border:1px solid rgba(255,255,255,.08);border-radius:28px;overflow:hidden;box-shadow:var(--shadow);margin-top:8px}
.hero-grid{display:grid;grid-template-columns:minmax(320px, 1.02fr) minmax(380px, 1.28fr);align-items:stretch}
.hero-copy{padding:42px 34px 30px;display:flex;flex-direction:column;gap:18px;justify-content:center}
.hero-kicker{font-size:14px;letter-spacing:4px;text-transform:uppercase;color:#ebc88d;font-weight:700}
.hero h1{font:700 clamp(48px,5vw,84px)/.95 Georgia,serif;margin:0;color:#fff}
.hero h1 .accent{font-style:italic;color:var(--pink)} .hero p{font-size:clamp(16px,1.45vw,21px);color:#d4d9e2;max-width:36ch;margin:0}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-perks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:6px}
.perk{display:flex;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);border-radius:18px;padding:14px 14px} .perk strong{display:block;font-size:15px} .perk span{display:block;font-size:13px;color:var(--muted)}
.hero-art{position:relative;padding:14px 14px 14px 0;display:flex;align-items:center}
.hero-stage{width:100%;height:100%;border-radius:24px;overflow:hidden;position:relative;background:linear-gradient(180deg,#121925,#101823);display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08)}
.hero-stage img{width:100%;height:auto;object-fit:contain} .hero-overlay{position:absolute;right:24px;bottom:24px;display:grid;gap:12px;max-width:250px}
.hero-bubble{background:rgba(12,16,22,.8);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);border-radius:20px;padding:16px;color:#fff;box-shadow:var(--shadow-soft)}
.hero-bubble h3{margin:0 0 8px;font:700 15px/1.2 Inter, sans-serif;color:#ffc7d6} .hero-bubble ul{margin:0;padding-left:18px;color:#e8e0d7;font-size:14px}
.game-cats{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;margin:18px 0 8px} .cat-btn{min-height:56px;padding:14px;border-radius:18px;background:rgba(20,26,34,.78);border:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;text-align:center;color:#e6e8eb;cursor:pointer} .cat-btn.active{border-color:#f1adc1;background:rgba(242,184,198,.08);color:#fff;box-shadow:0 0 0 1px rgba(242,184,198,.25) inset}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:26px 0 14px} .section-head h2{font:700 clamp(28px,3vw,48px)/1.02 Georgia,serif;margin:0;display:flex;align-items:center;gap:10px} .section-head p{margin:4px 0 0;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px} .card{background:linear-gradient(180deg,rgba(18,24,33,.96),rgba(12,16,22,.96));border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-soft);min-width:0}
.card-media{aspect-ratio:668/384;position:relative;background:#11161f} .card-media img{width:100%;height:100%;object-fit:cover;image-rendering:auto;filter:none} .fav-btn{position:absolute;top:10px;right:10px;width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(9,12,17,.7);backdrop-filter:blur(8px);display:grid;place-items:center;cursor:pointer}
.card-body{padding:14px;display:flex;flex-direction:column;gap:10px;flex:1} .eyebrow{font-size:12px;color:#9fb0ca;text-transform:uppercase;letter-spacing:.6px} .card-title{font-weight:700;font-size:21px;line-height:1.15;margin:0} .card-copy{margin:0;color:var(--muted);font-size:14px;min-height:42px}
.card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:#dbe2ef} .price{display:inline-flex;align-items:center;gap:8px;font-weight:700;padding:6px 10px;border-radius:12px;background:rgba(242,184,198,.12);color:#ffe7ed;border:1px solid rgba(242,184,198,.3)} .price.free{background:rgba(139,226,189,.12);border-color:rgba(139,226,189,.25);color:#ddfff1}
.card-actions{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;margin-top:auto} .card-actions .btn{min-height:40px;font-size:14px;padding-inline:12px}
.bottom-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:26px} .coming-card{border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,rgba(27,40,61,.95),rgba(16,22,31,.96));box-shadow:var(--shadow-soft)} .coming-card[data-type="landing"]{background:linear-gradient(135deg,rgba(43,25,58,.95),rgba(16,22,31,.96))}
.coming-card h3{margin:0 0 6px;font:700 30px/1.05 Georgia,serif} .coming-card p{margin:0;color:#d1dae7;max-width:32ch} .coming-badge{display:inline-block;margin-top:10px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);color:#ffe1ea;font-size:12px}
.notice-bar{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px} .notice{padding:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);border-radius:18px;display:flex;gap:12px;align-items:center;color:#eae2d8}
.grid-2{display:grid;grid-template-columns:1.2fr .8fr;gap:20px} .panel{background:rgba(20,26,34,.9);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:22px;box-shadow:var(--shadow-soft)}
.page-title{font:700 clamp(34px,4vw,54px)/1.02 Georgia,serif;margin:0 0 8px} .toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.filters{display:flex;flex-wrap:wrap;gap:10px} .pill{padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);cursor:pointer} .pill.active{background:rgba(242,184,198,.12);border-color:rgba(242,184,198,.35)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px} .field{display:grid;gap:8px} label{font-weight:600} input,select,textarea{width:100%;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#0f141b;color:var(--text)} textarea{min-height:110px;resize:vertical}
.account-shell{max-width:980px;margin:0 auto} .auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px} .auth-panel{padding:24px} .fine{font-size:13px;color:var(--muted)} .account-badges{display:flex;flex-wrap:wrap;gap:10px}
.purchase-item{display:grid;grid-template-columns:110px 1fr auto;gap:14px;align-items:center;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:18px;background:rgba(255,255,255,.02)} .purchase-item + .purchase-item{margin-top:12px}
.thumb-sm{width:110px;height:70px;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08)} .thumb-sm img{width:100%;height:100%;object-fit:cover}
.admin-layout{display:grid;grid-template-columns:360px 1fr;gap:18px} .admin-list{max-height:70vh;overflow:auto;padding-right:4px} .admin-card{padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.03);cursor:pointer} .admin-card.active{border-color:rgba(242,184,198,.4);background:rgba(242,184,198,.08)} .admin-card + .admin-card{margin-top:10px}
.admin-preview{border:1px solid rgba(255,255,255,.08);background:#0e1319;border-radius:18px;padding:12px} .preview-frame{width:100%;min-height:280px;border-radius:18px;border:1px solid rgba(255,255,255,.08);overflow:hidden;background:linear-gradient(180deg,rgba(20,26,34,.9),rgba(8,12,16,.94))}
.site-footer{border-top:1px solid rgba(255,255,255,.08);background:rgba(7,10,14,.7);padding:28px 0 38px;margin-top:40px} .footer-top{display:grid;grid-template-columns:1.2fr 1fr;gap:18px;align-items:start} .footer-links{display:flex;flex-wrap:wrap;gap:14px 18px;justify-content:flex-end}
.admin-locked{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border:1px dashed rgba(255,255,255,.16);border-radius:999px;color:#9ca4ae;cursor:not-allowed;user-select:none} .admin-locked *{pointer-events:none}
.footer-bottom{margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#c7cfdb}
.mobile-nav{position:fixed;inset:0 auto 0 0;width:min(84vw,360px);padding:18px;background:rgba(8,11,15,.98);backdrop-filter:blur(16px);transform:translateX(-102%);transition:transform .25s;z-index:80;border-right:1px solid rgba(255,255,255,.08);display:grid;grid-template-rows:auto 1fr auto;gap:18px} .mobile-nav.open{transform:translateX(0)} .mobile-nav nav{display:grid;gap:10px} .mobile-nav a,.mobile-nav button{padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.03);text-align:left}
.mobile-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:.2s;z-index:70} .mobile-backdrop.show{opacity:1;pointer-events:auto}
.modal,.toast{position:fixed;z-index:90} .modal{inset:0;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.65)} .modal.show{display:flex} .modal-card{width:min(920px,100%);max-height:min(86vh,900px);overflow:auto;background:linear-gradient(180deg,rgba(18,24,33,.98),rgba(10,14,19,.98));border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:20px;box-shadow:var(--shadow)} .modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}
.toast-wrap{position:fixed;right:18px;bottom:18px;z-index:100;display:grid;gap:12px} .toast{position:static;min-width:220px;max-width:360px;background:rgba(19,25,33,.97);border:1px solid rgba(255,255,255,.09);color:#fff;padding:14px 16px;border-radius:16px;box-shadow:var(--shadow-soft);animation:slideIn .18s ease-out} @keyframes slideIn{from{transform:translateY(10px);opacity:0}to{transform:none;opacity:1}}
.bubble{display:inline-flex;align-items:center;gap:8px;background:rgba(242,184,198,.12);border:1px solid rgba(242,184,198,.28);color:#ffd7e3;padding:8px 12px;border-radius:999px;font-size:13px}
.stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:10px} .stat{padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.03)} .stat strong{display:block;font-size:24px}
.search-secondary{display:flex;align-items:center;gap:10px;margin:16px 0 6px} .search-secondary input{flex:1}
@media (max-width:1200px){ .cards{grid-template-columns:repeat(4,minmax(0,1fr))} .game-cats{grid-template-columns:repeat(4,minmax(0,1fr))} .notice-bar{grid-template-columns:repeat(2,minmax(0,1fr))} .footer-top{grid-template-columns:1fr} .footer-links{justify-content:flex-start} }
@media (max-width:980px){ :root{--header-h:82px} .header-inner{grid-template-columns:auto 1fr auto auto} .menu-btn{display:inline-flex} .top-nav{display:none} .header-search{grid-column:2 / span 1} .hero-grid{grid-template-columns:1fr} .hero-art{padding:0 16px 16px} .hero-copy{padding-bottom:24px} .hero-overlay{position:static;max-width:none;padding:14px} .cards{grid-template-columns:repeat(3,minmax(0,1fr))} .bottom-panels{grid-template-columns:1fr} .grid-2,.auth-grid,.admin-layout{grid-template-columns:1fr} .admin-list{max-height:none} }
@media (max-width:768px){ :root{--container:min(100% - 24px, 100%)} .brand-word{font-size:22px} .brand-tag{letter-spacing:3px;font-size:9px} .header-actions{gap:8px} .header-search{min-height:44px;padding:4px 10px} .header-actions .btn{padding-inline:14px} .hero-copy{padding:28px 20px 18px} .hero h1{font-size:clamp(40px,11vw,62px)} .hero-perks{grid-template-columns:1fr} .cards{grid-template-columns:repeat(2,minmax(0,1fr))} .notice-bar{grid-template-columns:1fr} .game-cats{grid-template-columns:repeat(3,minmax(0,1fr))} .card-title{font-size:19px} .section-head h2{font-size:34px} .coming-card{padding:18px;flex-direction:column;align-items:flex-start} }
@media (max-width:430px){ .header-inner{gap:10px;grid-template-columns:auto 1fr auto auto} .logo{gap:10px} .logo-mark{width:38px;height:38px} .brand-word{font-size:18px} .brand-tag{display:none} .header-search input::placeholder{font-size:13px} .header-actions .btn{padding-inline:12px;font-size:13px} .header-actions .btn.signup-link{display:none} .cards{grid-template-columns:1fr} .game-cats{grid-template-columns:repeat(2,minmax(0,1fr))} .card-actions{grid-template-columns:1fr 1fr auto} .hero-actions{display:grid;grid-template-columns:1fr;gap:10px} .section-head{align-items:flex-start;flex-direction:column} .page{padding-top:calc(var(--header-h) + 16px)} }
@media (max-width:390px){ .hero-copy{padding-inline:16px} .container{width:min(100% - 18px, 100%)} .btn.small{padding-inline:10px} .header-search{min-width:0} }

/* EduVista 4.1: targeted homepage, carousel, category and footer update. */
:root{--measured-header:90px;--sans:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif;color-scheme:dark}
html{scroll-padding-top:calc(var(--measured-header) + 20px)}
body{font-family:var(--sans);background:#0d1114}
button{color:inherit}button,a{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--pink);outline-offset:4px}
button svg,.icon-btn svg{width:21px;height:21px;flex-shrink:0}
.row{display:flex;align-items:center;justify-content:space-between;gap:14px}
#app-header .header-search{max-width:none;flex:1;margin:0}
#app-header .header-inner{min-height:90px;height:auto;padding-block:12px;grid-template-columns:auto auto minmax(100px,1fr) auto;gap:22px}
#app-header .header-actions .btn{white-space:nowrap}
.page{padding-top:calc(var(--measured-header) + 32px)}
.page.ev-home{padding-top:var(--measured-header);padding-bottom:0}
.ev-carousel{width:100%;position:relative;height:410px;background:#0b0f13;isolation:isolate;overflow:hidden;border-bottom:1px solid #ffffff15}
.ev-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s;pointer-events:none}
.ev-slide.is-active{opacity:1;visibility:visible;z-index:1;pointer-events:auto}
.ev-slide picture{position:absolute;inset:0;display:block;z-index:-1}
.ev-slide picture img{width:100%;height:100%;object-fit:cover;object-position:50% 48%;filter:none}
.ev-slide::after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0b0f137a 0%,#0b0f1333 40%,transparent 67%);pointer-events:none}
.ev-hero-content{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:15px;padding-bottom:71px;position:relative}
.ev-kicker{font-size:10px;letter-spacing:2.8px;text-transform:uppercase;color:#e6c08a;font-weight:600;margin:0 0 16px}
.ev-headline{font-family:var(--serif);font-size:48px;font-weight:400;line-height:1.14;letter-spacing:-.6px;margin:0 0 17px;max-width:530px;color:#faf6f0;text-wrap:balance}
.ev-headline em{display:block;color:#f3b3c5;font-weight:400}
.ev-hero-description{font-size:15px;line-height:1.75;color:#d9dee2;max-width:435px;margin:0 0 22px;text-wrap:pretty}
.ev-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.ev-hero-actions .btn{min-height:45px;padding:11px 21px;font-size:13px;border-radius:30px;color:#281921;background:#f2b2c4;border:1px solid #f2b2c4;font-weight:600;line-height:1.4;box-shadow:0 3px 16px #0002}
.ev-hero-actions .btn:hover{background:#ffd0dd;border-color:#ffd0dd}
.ev-hero-actions .btn svg{width:16px;height:16px}
.ev-carousel-controls{position:absolute;z-index:5;left:0;right:0;bottom:14px;display:flex;align-items:center;gap:8px;pointer-events:none}
.ev-control{width:40px;height:40px;border-radius:50%;border:1px solid #ffffff30;background:#0b101acc;display:grid;place-items:center;cursor:pointer;color:#eee;pointer-events:auto}
.ev-control:hover{border-color:#f2b2c4;background:#253038}
.ev-control svg{width:16px;height:16px}
.ev-dots{display:flex;gap:0;pointer-events:auto;align-items:center}
.ev-dot{display:grid;place-items:center;width:34px;height:40px;padding:0;background:transparent;border:0;cursor:pointer}
.ev-dot::before{content:'';width:6px;height:6px;border-radius:10px;background:#c1c4c980;transition:width .25s,background .25s}
.ev-dot[aria-pressed=true]::before{width:22px;background:var(--pink)}
.ev-slide-count{font-size:10px;color:#d3d8de;letter-spacing:1.5px;margin-left:7px}
.ev-carousel-label{font-size:10px;color:#a8b1b7;margin-left:7px}
.ev-content{padding-top:21px}
.ev-category-strip{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:10px;margin:0;padding:0}
.ev-category{min-width:0;min-height:86px;border-radius:10px;border:1px solid #ffffff12;background:linear-gradient(145deg,#19212a,#11171d);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px 5px;cursor:pointer;font-size:12px;color:#dce2e6;transition:background .2s,border-color .2s}
.ev-category svg{width:29px;height:29px;filter:drop-shadow(0 3px 4px #0004)}
.ev-category:hover{background:#212932;border-color:#64727f}
.ev-category[aria-pressed=true]{background:linear-gradient(145deg,#2b202b,#151a21);border-color:#edabc0;color:#ffe7ef}
.ev-featured-title{margin:29px 0 17px;align-items:center}
.ev-featured-title h2{font:400 29px/1.2 var(--serif);display:flex;gap:10px;align-items:center;margin:0;letter-spacing:-.4px}
.ev-featured-title h2 svg{width:29px;height:29px;color:#f3afc1}
.ev-featured-title p{font-size:12px;color:#a8b2ba;margin-top:7px}
.ev-featured-title .btn{font-size:12px;min-height:40px;background:transparent;border-color:transparent;color:#f3b3c5;padding-right:0}
.cards{gap:18px}
.card{border-radius:11px;background:linear-gradient(160deg,#171e24,#11181d);border-color:#ffffff20;box-shadow:none}
.card-media{aspect-ratio:1.74;isolation:isolate}
.card-media img{width:100%;height:100%;object-fit:cover;filter:none;transform:none;backface-visibility:hidden}
.fav-btn{width:36px;height:36px;padding:0;color:#eef1f5}
.fav-btn svg{width:21px;height:21px}
.fav-btn[aria-pressed=true]{background:#672e45;color:#ffc8da}
.card-body{padding:14px;gap:9px}
.card-title{font-size:16px;line-height:1.35;font-weight:600;min-height:2.7em;color:#edf1f5;overflow-wrap:anywhere}
.card-copy{font-size:12px;line-height:1.55;min-height:3.1em}
.eyebrow{font-size:10px;line-height:1.5;letter-spacing:.25px}
.card-meta{font-size:11px;gap:5px}.price{font-size:12px;padding:5px 8px;border-radius:7px;white-space:nowrap}
.card-actions{grid-template-columns:minmax(0,1fr) minmax(0,.67fr) 40px;gap:6px}
.card-actions .btn{min-height:42px;border-radius:8px;font-size:11px;padding:7px 5px;line-height:1.3}
.card-actions .icon-btn{width:40px;min-height:42px;border-radius:8px}
.card-actions .icon-btn svg{width:17px;height:17px}
.ev-catalogue-empty{padding:32px;text-align:center;grid-column:1/-1;border:1px dashed #69727a;border-radius:14px;color:#cdd4d9}
.ev-home-note{font-size:11px;color:#89949c;margin:20px 0 0;padding:16px 0 3px;border-top:1px solid #ffffff10;line-height:1.8}
.site-footer{margin-top:36px;padding:40px 0 23px;background:#101416;border-top:1px solid #30383d}
.ev-footer-top{display:grid;grid-template-columns:minmax(230px,1.15fr) minmax(280px,1.45fr) minmax(190px,.8fr);gap:38px;align-items:start}
.ev-footer-brand .logo-mark{width:35px;border:0;background:none;color:var(--pink)}
.ev-footer-brand .brand-word{font:400 38px/1.1 var(--serif);color:#dfbd89;letter-spacing:0}
.ev-footer-brand .brand-tag{font-size:9px;letter-spacing:3px;margin-top:9px;color:#b9c2c8}
.ev-footer-brand p{font-size:12px;line-height:1.9;color:#aab5bd;margin:20px 0 0;max-width:350px}
.ev-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 32px;align-items:start}
.ev-footer-links a,.ev-footer-links .ev-footer-link{padding:8px 0;min-height:42px;font-size:13px;font-weight:400;color:#bfc8cf;background:none;border:0;text-align:left;cursor:pointer;text-decoration:none;display:flex;align-items:center;gap:7px;line-height:1.5;border-radius:3px}
.ev-footer-links a:hover,.ev-footer-links .ev-footer-link:hover{color:var(--pink)}
.ev-footer-links .ev-footer-link svg{width:12px;height:12px;color:#82919b}
.ev-footer-links .ev-footer-contact{color:#f2b3c5}
.ev-admin-locked,.ev-admin-menu{border:1px solid #30393f;border-radius:14px;padding:19px 18px;color:#94a2ab;background:#12171a;font-size:12px;min-width:0}
.ev-admin-locked{user-select:none;cursor:not-allowed}
.ev-admin-locked>span,.ev-admin-menu summary{display:flex;align-items:center;gap:10px;letter-spacing:1.3px;font-weight:600;font-size:12px;line-height:1.6}
.ev-admin-locked svg,.ev-admin-menu svg{width:19px;height:19px}
.ev-admin-locked small,.ev-admin-menu small{display:block;font-size:10px;letter-spacing:0;margin-top:9px;font-weight:400}
.ev-admin-menu summary{cursor:pointer;color:#e4c58d;list-style:none}
.ev-admin-menu nav{display:grid;gap:4px;margin-top:15px}
.ev-admin-menu nav a{min-height:42px;padding:8px;font-size:12px;border-radius:7px;color:#ced6db}
.ev-admin-menu nav a:hover{background:#ffffff0d}
.ev-footer-bottom{margin-top:32px;padding-top:21px;border-top:1px solid #30383d;display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap;color:#aab4bc;font-size:11px}
.ev-preview-status{display:flex;align-items:center;gap:7px;font-size:10px}
.ev-preview-status::before{content:'';width:6px;height:6px;border-radius:50%;background:#8fcfb8;flex-shrink:0}
.ev-compact-popover{position:fixed;z-index:110;pointer-events:none;color:#301824;background:#f5bfd0;border:1px solid #ffe4ed;border-radius:999px;padding:7px 13px;font:600 11px/1.35 var(--sans);box-shadow:0 5px 20px #0005;white-space:nowrap;opacity:0;transform:translateY(4px);transition:opacity .15s,transform .15s}
.ev-compact-popover.is-visible{opacity:1;transform:none}
.ev-compact-popover::after{content:'';position:absolute;left:50%;bottom:-4px;width:7px;height:7px;background:#f5bfd0;transform:rotate(45deg)}
#toast-wrap{position:fixed;bottom:20px;right:18px;z-index:100;display:grid;gap:7px;max-width:calc(100% - 36px);pointer-events:none}
.toast{font-size:12px;padding:11px 15px;min-width:0;max-width:340px;overflow-wrap:anywhere}
.mobile-nav{overflow-y:auto;overscroll-behavior:contain}
.mobile-nav .row .icon-btn{flex-shrink:0}
.modal-card{min-width:0;max-height:86dvh}
.modal-head h2{font-weight:400!important;font-size:30px!important;line-height:1.2!important}
.page-title{font-size:38px;font-weight:400}
.ev-guides{display:grid;gap:18px;max-width:900px;margin-inline:auto}
.ev-guides h2{font:400 24px/1.3 var(--serif);margin:0 0 13px}
.ev-guides p{font-size:14px;line-height:1.9;color:#bbc5cd}
.ev-demo-note{font-size:12px;border:1px solid #9c80513b;background:#9c805109;padding:12px 15px;border-radius:10px;color:#d7bf97;line-height:1.7;margin:0 0 20px}
@media(min-width:1800px){.ev-carousel{height:450px}.ev-headline{font-size:50px}.ev-hero-content{padding-bottom:76px}}
@media(max-width:1200px){#app-header .header-inner{gap:15px}.ev-carousel{height:390px}.ev-headline{font-size:44px;max-width:480px}.ev-hero-description{max-width:405px}.ev-category-strip{gap:8px}.ev-footer-top{gap:26px;grid-template-columns:1fr 1.1fr .8fr}.ev-footer-links{gap:7px 15px}.ev-footer-brand .brand-word{font-size:33px}.ev-footer-brand .brand-tag{font-size:8px;letter-spacing:2px}.ev-admin-locked,.ev-admin-menu{padding:16px 12px}}
@media(min-width:981px) and (max-width:1120px){#app-header .brand-tag{font-size:8px;letter-spacing:2.7px}#app-header .brand-word{font-size:27px}#app-header .header-search input{font-size:13px}#app-header .header-actions{gap:7px}#app-header .header-actions .btn{padding-inline:12px}}
@media(max-width:980px){#app-header .header-inner{display:grid;grid-template-columns:44px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:10px 12px;min-height:112px;padding:12px 0}#app-header .menu-btn{grid-column:1;grid-row:1}#app-header .logo{grid-column:2;grid-row:1}#app-header .header-actions{grid-column:3;grid-row:1}#app-header .header-search{grid-column:1/-1;grid-row:2;min-height:41px;height:41px}#app-header .header-search input{height:38px;padding-block:0;font-size:13px}#app-header .top-nav{display:none}.ev-carousel{height:380px}.ev-slide picture img{object-position:54% 50%}.ev-hero-content{padding-bottom:66px}.ev-headline{font-size:39px;max-width:370px}.ev-hero-description{font-size:13px;line-height:1.7;max-width:320px}.ev-hero-actions{gap:9px}.ev-hero-actions .btn{padding:10px 15px;font-size:12px}.ev-slide::after{background:linear-gradient(90deg,#0b0f1399,#0b0f1377 38%,transparent 80%)}.ev-category-strip{grid-template-columns:repeat(9,minmax(0,1fr));gap:6px}.ev-category{font-size:10px;padding:10px 3px;gap:6px;min-height:78px}.ev-category svg{width:25px;height:25px}.ev-footer-top{grid-template-columns:1fr 1.2fr;gap:25px 30px}.ev-footer-admin{grid-column:2}.ev-footer-links{font-size:12px}.form-grid{min-width:0}.admin-preview .preview-frame{min-height:0}}
@media(max-width:768px){.ev-carousel{height:375px}.ev-headline{font-size:37px;max-width:330px}.ev-hero-description{max-width:295px}.ev-slide picture img{object-position:55% 50%}.ev-featured-title h2{font-size:27px}.ev-featured-title{margin-top:24px}.ev-category-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ev-category{flex-direction:row;gap:12px;min-height:58px;font-size:12px;padding:10px}.ev-category svg{width:26px;height:26px}.ev-category-strip{margin-bottom:0}.cards{gap:14px}.card-title{min-height:0}.card-body{padding:15px}.ev-footer-top{gap:27px 25px}.ev-footer-brand .brand-word{font-size:32px}.ev-footer-brand .logo{gap:6px}.ev-footer-brand .brand-tag{font-size:8px;letter-spacing:1.6px}.ev-footer-links{gap:8px 20px}}
@media(max-width:640px){.ev-carousel{height:560px}.ev-slide{display:grid;grid-template-rows:220px 1fr}.ev-slide picture{position:relative;inset:auto;grid-row:1;z-index:0;min-height:0;width:100%;overflow:hidden}.ev-slide picture img{height:100%;object-fit:cover;object-position:50% 44%}.ev-slide picture::after{content:'';position:absolute;inset:auto 0 0;height:34px;background:linear-gradient(transparent,#0b0f13)}.ev-slide::after{display:none}.ev-hero-content{grid-row:2;justify-content:flex-start;padding-top:17px;padding-bottom:65px;height:auto}.ev-kicker{margin-bottom:10px;font-size:9px;letter-spacing:2px}.ev-headline{font-size:35px;max-width:100%;margin-bottom:12px;line-height:1.15;letter-spacing:-.6px}.ev-hero-description{font-size:13px;max-width:100%;line-height:1.7;margin-bottom:17px}.ev-hero-actions{width:100%;gap:9px}.ev-hero-actions .btn{padding:10px 14px;font-size:12px;min-height:44px}.ev-carousel-controls{bottom:12px}.ev-carousel-label{font-size:9px}.ev-content{padding-top:16px}.ev-category{font-size:11px;gap:8px;padding:9px 6px}.ev-category svg{width:24px;height:24px}.ev-featured-title{flex-direction:row;align-items:center;gap:12px}.ev-featured-title h2{font-size:25px}.ev-featured-title p{font-size:11px;line-height:1.7;max-width:225px}.ev-featured-title .btn{white-space:nowrap;min-height:44px;font-size:11px;padding:0}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.card-title{font-size:15px}.card-copy{display:none}.card-meta>span:first-child{display:none}.card-actions{grid-template-columns:1fr 40px}.card-actions .btn[data-action=view]{grid-column:1/-1;grid-row:2;min-height:36px}.card-actions .btn[data-action=demo]{grid-column:1;grid-row:1}.card-actions .icon-btn{grid-column:2;grid-row:1}.card-body{padding:11px;gap:9px}.eyebrow{font-size:9px}.ev-footer-top{grid-template-columns:1fr;gap:23px}.ev-footer-links{grid-template-columns:1fr 1fr;gap:3px 27px}.ev-footer-admin{grid-column:auto;max-width:100%}.ev-footer-brand .brand-word{font-size:35px}.ev-footer-brand .brand-tag{font-size:8px;letter-spacing:3px}.ev-footer-brand p{font-size:12px;margin-top:16px}.ev-footer-links a,.ev-footer-links .ev-footer-link{min-height:44px;font-size:13px}.ev-footer-bottom{font-size:10px;gap:12px}.ev-preview-status{font-size:10px}.ev-footer-top{padding-top:1px}.purchase-item{grid-template-columns:70px 1fr;gap:12px}.purchase-item .thumb-sm{width:70px;height:52px}.purchase-item>div:last-child{grid-column:2;justify-self:start}.form-grid,.stat-row{grid-template-columns:1fr}.page-title{font-size:32px}.toolbar{align-items:flex-start}.search-secondary{width:100%;flex-wrap:wrap}.search-secondary input{min-width:150px}.admin-list{max-height:260px}.modal{padding:12px}.modal-card{padding:16px}.modal-head .icon-btn{flex-shrink:0}.modal-head h2{font-size:25px!important}.auth-panel{padding:18px}.panel{padding:19px}#app-header .header-actions .signup-link{display:inline-flex}}
@media(max-width:430px){#app-header .header-inner{grid-template-columns:32px minmax(0,1fr) auto;gap:9px 8px;min-height:105px;padding:9px 0}#app-header .menu-btn{width:32px;min-height:38px;border:0}#app-header .logo{gap:7px}#app-header .logo-mark{display:none}#app-header .brand-word{font-size:25px;font-weight:400}#app-header .header-actions{gap:6px}#app-header .header-actions .btn{font-size:11px;padding-inline:11px;min-height:40px}#app-header .header-actions .icon-btn{width:33px;height:40px;border:0}#app-header .header-search{height:39px;min-height:39px}#app-header .header-search input{height:36px;font-size:12px}.ev-slide{grid-template-rows:211px 1fr}.ev-carousel{height:558px}.ev-headline{font-size:34px}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.ev-home-note{font-size:10px;margin-top:18px}.ev-category{font-size:10px;gap:7px;padding:9px 5px}.ev-hero-actions .btn{font-size:12px;padding-inline:14px}.ev-footer-brand .logo-mark{display:grid}.ev-footer-brand .brand-tag{display:block}.ev-featured-title h2{font-size:24px}.ev-featured-title h2 svg{width:24px}.card-title{min-height:2.7em}.card-actions .btn{font-size:10px}.fav-btn{width:30px;height:30px;top:6px;right:6px}.fav-btn svg{width:17px;height:17px}}
@media(max-width:390px){#app-header .brand-word{font-size:23px}#app-header .header-actions .btn{padding-inline:9px}.ev-carousel{height:558px}.ev-headline{font-size:33px}.ev-category svg{width:23px}.ev-hero-description{font-size:12px}.ev-hero-actions .btn{font-size:11px;padding-inline:13px}.ev-carousel-label{display:none}.ev-footer-links{gap:3px 19px}.card-body{padding:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ev-slide,.ev-dot::before,.ev-compact-popover{transition:none}}
.btn svg{width:17px;height:17px;flex-shrink:0}
.ev-featured-title>.btn{white-space:nowrap;flex-shrink:0;gap:8px}
#mobile-nav .brand-word{font-size:27px}#mobile-nav .brand-tag{font-size:8px;letter-spacing:2px}#mobile-nav .logo-mark{width:32px;height:32px;flex-shrink:0}#mobile-nav .logo{gap:8px}#mobile-nav .row>.icon-btn{width:38px;padding:0;border-radius:50%}body.ev-nav-open{overflow:hidden}

/* EduVista v4.2: approved compact catalogue proportions. */
:root{--container:min(1600px,calc(100% - 48px));--measured-header:64px}
#app-header .header-inner{min-height:64px;padding-block:7px;gap:18px}
#app-header .logo{gap:10px}
#app-header .logo-mark{width:40px;height:40px;border-radius:10px}
#app-header .brand-word{font-size:28px}
#app-header .brand-tag{font-size:8px;letter-spacing:3.1px;margin-top:2px}
#app-header .top-nav{gap:28px}
#app-header .top-nav a{font-size:13px}
#app-header .header-search{min-height:40px;padding-block:3px}
#app-header .header-actions{gap:10px}
#app-header .header-actions .btn{min-height:40px;padding-inline:17px;font-size:13px}
#app-header .header-actions .icon-btn{width:40px;min-height:40px}
.ev-carousel{height:270px}
.ev-hero-content{padding-top:8px;padding-bottom:34px}
.ev-kicker{font-size:9px;letter-spacing:2.5px;margin-bottom:8px}
.ev-headline{font-size:38px;line-height:1.06;max-width:460px;margin-bottom:7px}
.ev-hero-description{font-size:13px;line-height:1.45;max-width:405px;margin-bottom:12px}
.ev-hero-actions{gap:10px}
.ev-hero-actions .btn{min-height:38px;padding:8px 17px;font-size:11px}
.ev-carousel-controls{bottom:5px;justify-content:center}
.ev-control{width:32px;height:32px}
.ev-dot{width:24px;height:32px}
.ev-carousel-label{display:none}
.ev-slide-count{font-size:9px;margin-left:3px}
.ev-content{padding-top:11px}
.ev-category-strip{min-height:0;gap:8px}
.ev-category{min-height:62px;padding:7px 4px;gap:4px;font-size:10px}
.ev-category svg{width:25px;height:25px;filter:drop-shadow(0 0 7px currentColor)}
.ev-featured-title{margin:14px 0 8px}
.ev-featured-title h2{font-size:23px;gap:8px}
.ev-featured-title h2 svg{width:24px;height:24px}
.ev-featured-title p{font-size:10px;margin-top:2px}
.ev-featured-title .btn{min-height:34px;font-size:10px}
.cards{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:10px}
.card{border-radius:9px}
.card-media{aspect-ratio:1.9}
.fav-btn{width:28px;height:28px;top:6px;right:6px}
.fav-btn svg{width:15px;height:15px}
.card-body{padding:8px;gap:5px}
.eyebrow,.card-copy{display:none}
.card-title{font-size:12px;line-height:1.25;min-height:2.5em}
.card-meta{font-size:9px;gap:4px}
.price{font-size:9px;padding:3px 6px;border-radius:6px}
.card-actions{grid-template-columns:minmax(0,1fr) minmax(0,.67fr) 30px;gap:4px}
.card-actions .btn{min-height:30px;padding:4px;font-size:9px;border-radius:6px}
.card-actions .icon-btn{width:30px;min-height:30px;border-radius:6px}
.card-actions .icon-btn svg{width:14px;height:14px}
.ev-home-note{font-size:9px;margin-top:11px;padding-top:9px}
.site-footer{margin-top:18px;padding:20px 0 14px}
.ev-footer-top{grid-template-columns:minmax(210px,1.05fr) minmax(330px,1.8fr) minmax(180px,.75fr);gap:24px}
.ev-footer-brand .brand-word{font-size:30px}
.ev-footer-brand p{font-size:10px;line-height:1.6;margin-top:10px}
.ev-footer-links{gap:2px 25px}
.ev-footer-links a,.ev-footer-links .ev-footer-link{min-height:32px;padding:4px 0;font-size:10px}
.ev-admin-locked,.ev-admin-menu{padding:12px 13px;font-size:10px}
.ev-admin-locked>span,.ev-admin-menu summary{font-size:10px}
.ev-footer-bottom{margin-top:13px;padding-top:11px;font-size:9px}
.ev-preview-status{font-size:9px}
@media(max-width:1200px) and (min-width:981px){
  :root{--container:min(100% - 36px,100%)}
  .cards{grid-template-columns:repeat(auto-fit,minmax(158px,1fr))}
}
@media(max-width:980px){
  :root{--container:min(100% - 28px,100%);--measured-header:106px}
  #app-header .header-inner{min-height:106px;padding:9px 0}
  .ev-carousel{height:348px}
  .ev-hero-content{padding-bottom:48px}
  .ev-headline{font-size:36px;max-width:350px}
  .ev-category-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .ev-category{min-height:50px;flex-direction:row;gap:8px;padding:7px}
  .cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
  .ev-footer-top{grid-template-columns:1fr 1.25fr;gap:22px}
}
@media(max-width:640px){
  :root{--container:min(100% - 20px,100%)}
  .ev-carousel{height:520px}
  .ev-slide{grid-template-rows:205px 1fr}
  .ev-hero-content{padding-top:14px;padding-bottom:55px}
  .ev-headline{font-size:32px;max-width:100%;margin-bottom:9px}
  .ev-hero-description{font-size:12px;line-height:1.55;margin-bottom:13px}
  .ev-category-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .card-title{font-size:11px;min-height:2.5em}
  .card-meta{font-size:8px}
  .card-actions .btn{font-size:8px}
  .ev-footer-top{grid-template-columns:1fr;gap:18px}
}
@media(max-width:430px){
  :root{--measured-header:101px}
  #app-header .header-inner{min-height:101px}
  .ev-carousel{height:505px}
  .ev-slide{grid-template-rows:195px 1fr}
  .ev-category{font-size:9px;gap:5px;padding-inline:4px}
  .ev-category svg{width:21px;height:21px}
  .ev-featured-title h2{font-size:20px}
}
@media(max-width:390px){
  :root{--container:min(100% - 16px,100%)}
  .ev-carousel{height:500px}
  .ev-headline{font-size:30px}
  .card-body{padding:7px}
}

/* EduVista v5.6: full-image, no-crop, four-slide carousel and shared neon logo. */
.ev-neon-logo{
  color:#d987ff!important;
  border:1px solid #bc62ff!important;
  background:radial-gradient(circle at 50% 42%,#7d2cb84d,#21102f 72%)!important;
  box-shadow:0 0 8px #bd62ffcc,0 0 20px #8d35d899,inset 0 0 12px #d88bff44!important;
}
.ev-neon-logo .ev-neon-mark{
  width:29px;height:29px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
  filter:drop-shadow(0 0 4px #e7b1ff) drop-shadow(0 0 9px #aa41ee);
}
.ev-footer-brand .ev-neon-logo{width:40px;height:40px;border-radius:10px!important}
.ev-carousel{
  --hero-ratio:2172 / 724;
  width:100%;height:auto!important;aspect-ratio:var(--hero-ratio);
  min-height:0!important;max-height:none!important;background:transparent!important;
  transition:aspect-ratio .35s ease;
}
.ev-slide{position:absolute!important;inset:0!important;display:block!important;overflow:hidden}
.ev-slide picture{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;z-index:-1!important;overflow:hidden}
.ev-slide picture::after,.ev-slide::after{display:none!important;content:none!important;background:none!important}
.ev-slide picture img{
  display:block;width:100%!important;height:100%!important;max-width:none!important;
  object-fit:contain!important;object-position:center center!important;
  filter:none!important;transform:none!important;image-rendering:auto;
}
.ev-hero-content{
  position:absolute!important;inset:0!important;height:100%!important;
  justify-content:center!important;padding-top:4%!important;padding-bottom:9%!important;
  pointer-events:none;
}
.ev-hero-content>*{pointer-events:auto}
.ev-slide[data-copy="right"] .ev-hero-content{align-items:flex-end;text-align:right}
.ev-slide[data-copy="right"] .ev-hero-actions{justify-content:flex-end}
.ev-kicker,.ev-headline,.ev-hero-description{
  text-shadow:0 2px 3px #05070b,0 0 8px #05070b,0 0 18px #05070bcc;
}
.ev-headline{font-size:clamp(30px,3vw,48px);max-width:470px}
.ev-hero-description{font-weight:600;color:#fff;max-width:420px}
.ev-carousel-controls{bottom:8px}
@media(max-width:768px){
  .ev-hero-content{padding:4% 15px 10%!important}
  .ev-headline{font-size:clamp(23px,5vw,34px);max-width:62%;margin-bottom:7px}
  .ev-hero-description{font-size:11px;line-height:1.4;max-width:58%;margin-bottom:9px}
  .ev-kicker{font-size:8px;margin-bottom:6px}
  .ev-hero-actions .btn{min-height:34px;padding:6px 12px;font-size:10px}
}
@media(max-width:430px){
  .ev-hero-content{padding:3% 10px 12%!important}
  .ev-headline{font-size:clamp(19px,5.6vw,25px);max-width:65%;line-height:1.07}
  .ev-hero-description{display:none}
  .ev-kicker{display:none}
  .ev-hero-actions{gap:6px;max-width:70%}
  .ev-hero-actions .btn{min-height:30px;padding:4px 9px;font-size:9px}
  .ev-carousel-controls{bottom:3px;gap:3px}
  .ev-control{width:27px;height:27px}
  .ev-dot{width:20px;height:27px}
  .ev-slide-count{display:none}
}
@media(prefers-reduced-motion:reduce){.ev-carousel{transition:none}}


/* EduVista v5.6 premium game-dashboard homepage */
:root{
  --ev50-gold:#f1d28c;
  --ev50-gold-2:#fff0bd;
  --ev50-pink:#ff4f91;
  --ev50-cyan:#43d9e8;
  --ev50-panel:#111820;
  --ev50-panel-2:#151e27;
  --ev50-line:#2a3540;
}

body{animation:ev50-glow .48s ease-out both}
.ev50-home button,.ev50-home a,#app-header button,#app-header a,.ev50-footer button,.ev50-footer a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.ev50-home button:focus-visible,.ev50-home a:focus-visible,#app-header button:focus-visible,#app-header a:focus-visible,.ev50-footer button:focus-visible,.ev50-footer a:focus-visible{outline:3px solid #7ce9f2;outline-offset:2px}
@keyframes ev50-glow{from{opacity:.75}to{opacity:1}}
@keyframes ev50-rise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes ev50-pulse{50%{box-shadow:0 0 22px rgba(255,79,145,.35)}}

#app-header{background:rgba(5,10,14,.96);border-bottom:1px solid #34404a;backdrop-filter:blur(18px)}
#app-header .container{width:min(1500px,calc(100% - 34px))}
#app-header .header-inner{min-height:68px;padding-block:8px;grid-template-columns:auto minmax(360px,1fr) minmax(250px,520px) auto;gap:20px}
#app-header .logo{gap:10px}
#app-header .logo-mark{width:38px;height:38px;border-radius:10px}
#app-header .brand-word{font-size:28px;color:var(--ev50-gold-2)}
#app-header .brand-tag{display:none}
#app-header .top-nav{gap:24px;justify-content:center}
#app-header .top-nav a{font-size:13px;min-height:44px;display:flex;align-items:center;color:#d8e0e6}
#app-header .top-nav a:hover,#app-header .top-nav a.active{color:var(--ev50-gold-2)}
#app-header .top-nav a.active::after{background:var(--ev50-gold);bottom:2px}
#app-header .header-search{min-height:42px;height:42px;background:#111923;border-color:#2c3946}
#app-header .header-actions{gap:7px}
#app-header .header-actions .icon-btn{border:0;background:transparent;color:var(--ev50-gold-2)}
#app-header .header-actions .btn{min-height:40px;padding-inline:21px;background:linear-gradient(180deg,#fff0bd,#d3aa62);color:#21180d;border-color:#ffe5a6;font-weight:800}

.page.ev50-home{padding-top:var(--measured-header);padding-bottom:0;background:radial-gradient(circle at 55% 2%,#142433 0,#091016 42%,#070b0f 100%)}
.ev-carousel.ev50-hero{height:370px!important;max-height:370px!important;aspect-ratio:auto!important;background:#091017!important;border-bottom:1px solid #2f3b45}
.ev50-slide{isolation:isolate}
.ev50-slide picture{position:absolute!important;inset:0!important;z-index:-2!important;overflow:hidden}
.ev50-slide picture img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 45%!important;filter:saturate(1.08) contrast(1.04)!important;transform:scale(1.01)!important}
.ev50-slide::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(4,9,13,.96) 0%,rgba(6,10,15,.79) 27%,rgba(5,10,15,.20) 59%,rgba(4,8,12,.38) 100%);pointer-events:none}
.ev50-hero-copy{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:26px 0 74px;max-width:590px;animation:ev50-rise .48s ease-out both}
.ev50-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--ev50-gold-2);font-weight:800;margin:0 0 7px}
.ev50-hero-title{font:800 clamp(39px,4.6vw,69px)/.94 Georgia,serif;letter-spacing:-1.7px;margin:0;color:#fff8e9;text-shadow:0 3px 22px #000}
.ev50-hero-title em{font-style:normal;color:var(--ev50-pink);text-shadow:0 0 22px rgba(255,79,145,.4)}
.ev50-hero-sub{font-size:16px;line-height:1.38;max-width:40ch;color:#f1f3f5;margin:10px 0 14px;text-shadow:0 2px 10px #000}
.ev50-hero-description{font-size:12px;line-height:1.45;max-width:47ch;color:#cbd4dc;margin:0 0 17px}
.ev50-hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.ev50-hero-actions .btn{min-height:43px;padding:9px 21px;font-size:12px;font-weight:800}
.ev50-hero-actions .btn.primary{background:linear-gradient(180deg,#ff6ba4,#f13c7f);border-color:#ff78ad;color:#fff}
.ev50-hero-actions .btn.secondary{border-color:#d0b06e;background:rgba(7,11,15,.74);color:#fff0bd}
.ev50-hero-badges{position:absolute;left:max(17px,calc((100% - min(1500px,calc(100% - 34px)))/2));bottom:12px;z-index:5;display:flex;gap:12px;pointer-events:none}
.ev50-hero-badge{display:flex;align-items:center;gap:8px;color:#dbe3e9;font-size:10px;min-width:128px}
.ev50-hero-badge b{display:block;color:#fff;font-size:11px}.ev50-hero-badge span:first-child{font-size:20px;color:var(--ev50-gold)}
.ev50-hero .ev-carousel-controls{left:auto;right:max(18px,calc((100% - min(1500px,calc(100% - 34px)))/2));bottom:14px;width:auto}
.ev50-hero .ev-control{width:38px;height:38px;background:rgba(7,12,17,.84);border-color:#53616d}
.ev50-hero .ev-slide-count,.ev50-hero .ev-carousel-label{display:none}

.ev50-shell{width:min(1500px,calc(100% - 34px));margin:0 auto;padding:12px 0 24px}
.ev50-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:13px}
.ev50-quick{min-height:64px;border:1px solid #39434a;background:linear-gradient(145deg,#1a211f,#11171b);border-radius:8px;padding:10px 15px;display:flex;align-items:center;gap:13px;cursor:pointer;color:#f4f1e7;text-align:left;transition:.18s transform,.18s border-color,.18s background}
.ev50-quick:hover{transform:translateY(-2px);border-color:#d9ba79;background:#202822}
.ev50-quick-icon{font-size:26px;filter:drop-shadow(0 0 9px rgba(255,222,151,.45))}
.ev50-quick strong{display:block;font:700 16px/1.15 Georgia,serif}.ev50-quick small{display:block;color:#aeb8c0;font-size:9px;margin-top:3px}.ev50-quick-arrow{margin-left:auto;color:var(--ev50-gold)}

.ev50-dashboard{display:grid;grid-template-columns:minmax(0,3fr) minmax(260px,.92fr);gap:12px;align-items:start}
.ev50-main,.ev50-sidebar{display:grid;gap:12px;min-width:0}
.ev50-section,.ev50-side-panel{min-width:0;border:1px solid #28333d;background:linear-gradient(160deg,rgba(15,22,29,.94),rgba(8,13,18,.96));border-radius:9px;padding:10px;box-shadow:0 10px 24px rgba(0,0,0,.14)}
.ev50-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.ev50-section-title{display:flex;align-items:center;gap:8px;min-width:0}
.ev50-section-title>span{font-size:20px}.ev50-section-title h2{font:700 20px/1 Georgia,serif;margin:0;color:#f7f1e4}.ev50-section-title p{font-size:9px;color:#9ca8b1;margin:2px 0 0}
.ev50-view-all{min-height:40px;border:0;background:transparent;color:var(--ev50-gold-2);font-size:10px;cursor:pointer;padding:0 5px}

.ev50-trending-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.ev50-game-card{min-width:0;border:1px solid #303b44;background:#10171e;border-radius:8px;overflow:hidden;transition:.18s transform,.18s border-color;position:relative}
.ev50-game-card:hover{transform:translateY(-3px);border-color:#64727f}
.ev50-game-art{aspect-ratio:1.74;position:relative;overflow:hidden;background:#151c23}
.ev50-game-art img{width:100%;height:100%;object-fit:cover;transition:transform .28s;filter:none}
.ev50-game-card:hover .ev50-game-art img{transform:scale(1.035)}
.ev50-rank{position:absolute;left:7px;top:7px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#0a0f14dd;border:1px solid #ffffff55;font-size:10px;font-weight:800}
.ev50-mini-fav{position:absolute;right:6px;top:6px;width:32px;height:32px;border-radius:50%;border:1px solid #ffffff42;background:#071016d9;color:#fff;display:grid;place-items:center;cursor:pointer}
.ev50-mini-fav[aria-pressed=true]{color:#ff70a6;border-color:#ff70a6}
.ev50-game-info{padding:8px}
.ev50-game-info h3{font-size:12px;line-height:1.24;margin:0 0 4px;color:#f6f0e6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ev50-game-meta{display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:8px;color:#9eabb5}
.ev50-game-bottom{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-top:5px;font-size:9px}.ev50-stars{color:#f5d06f}
.ev50-card-open{width:28px;height:28px;border-radius:50%;border:1px solid #a68d59;background:#182029;color:#ffe6a8;cursor:pointer;display:grid;place-items:center}

.ev50-world-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
.ev50-world{position:relative;min-height:87px;border-radius:7px;overflow:hidden;border:1px solid #35404a;background:#111820;cursor:pointer;padding:0;text-align:left;color:#fff}
.ev50-world img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.1)}
.ev50-world::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#071016e8,transparent 75%)}
.ev50-world span{position:absolute;left:8px;right:8px;bottom:7px;z-index:2;font:700 10px/1.2 Georgia,serif;text-shadow:0 2px 6px #000}

.ev50-continue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.ev50-continue{display:grid;grid-template-columns:75px 1fr auto;gap:8px;align-items:center;border:1px solid #303b44;border-radius:7px;background:#10171e;padding:6px;min-width:0}
.ev50-continue img{width:75px;height:48px;object-fit:cover;border-radius:5px}.ev50-continue h3{font-size:10px;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev50-progress{height:4px;border-radius:5px;background:#28333b;overflow:hidden}.ev50-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--ev50-pink),#ff8eb9)}.ev50-progress-meta{display:flex;justify-content:space-between;color:#a8b2b9;font-size:8px;margin-top:4px}

.ev50-release-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
.ev50-release{display:grid;grid-template-columns:58px 1fr;gap:7px;align-items:center;border:1px solid #303b44;border-radius:7px;background:#10171e;padding:6px;cursor:pointer;color:#fff;text-align:left;min-width:0}
.ev50-release img{width:58px;height:45px;object-fit:cover;border-radius:5px}.ev50-release strong{font-size:9px;line-height:1.18;display:block}.ev50-release small{font-size:8px;color:#aab4bb}.ev50-release .ev50-stars{font-size:8px}

.ev50-side-panel{padding:10px}
.ev50-ranking{display:grid;gap:5px}.ev50-rank-row{width:100%;display:grid;grid-template-columns:24px 52px 1fr auto;gap:7px;align-items:center;border:0;border-bottom:1px solid #26313a;background:transparent;color:#fff;padding:4px 0;cursor:pointer;text-align:left;min-height:48px}.ev50-rank-row:last-child{border-bottom:0}.ev50-rank-row>span:first-child{font:800 15px/1 Georgia,serif;color:var(--ev50-gold)}.ev50-rank-row img{width:52px;height:35px;border-radius:4px;object-fit:cover}.ev50-rank-row strong{font-size:9px;line-height:1.2;display:block}.ev50-rank-row small{font-size:8px;color:#9ca8b0}.ev50-rank-score{font-size:8px;color:#f5d06f}
.ev50-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-bottom:8px}.ev50-tab{border:1px solid #2d3942;background:#17202a;color:#aeb8c0;border-radius:6px;min-height:38px;font-size:8px;cursor:pointer}.ev50-tab[aria-pressed=true]{background:linear-gradient(180deg,#ff6ba4,#ec3f7d);color:white;border-color:#ff78ad}
.ev50-news-list{display:grid;gap:4px}.ev50-news{display:grid;grid-template-columns:52px 1fr;gap:7px;align-items:center;border:0;border-bottom:1px solid #26313a;background:transparent;color:#fff;text-align:left;padding:5px 0;cursor:pointer;min-height:52px}.ev50-news:last-child{border-bottom:0}.ev50-news img{width:52px;height:40px;object-fit:cover;border-radius:4px}.ev50-news strong{font-size:9px;line-height:1.25;display:block}.ev50-news small{font-size:8px;color:#9ba7af}.ev50-news[hidden]{display:none}

.ev50-premium{margin-top:12px;border:1px solid #8e7444;border-radius:9px;background:linear-gradient(100deg,#2a251c,#12171c 43%,#292319);box-shadow:0 0 24px rgba(235,197,119,.15);display:grid;grid-template-columns:1.25fr repeat(3,1fr) auto;align-items:center;gap:0;overflow:hidden}
.ev50-premium>div{padding:11px 18px;border-right:1px solid #514329;min-width:0}.ev50-premium h2{font:700 22px/1 Georgia,serif;margin:0;color:#ffeab7}.ev50-premium p{font-size:9px;color:#c7b990;margin:3px 0 0}.ev50-premium strong{font-size:10px;color:#fff0c4;display:block}.ev50-premium small{font-size:8px;color:#b7b0a0}.ev50-premium .btn{margin:0 15px;min-height:40px;background:linear-gradient(180deg,#fff0bd,#d1a85f);color:#21180d;border-color:#ffe6a9;font-size:10px;font-weight:900}

.ev50-footer{margin-top:0!important;padding:16px 0!important;background:#080d11!important}.ev50-footer-grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.ev50-footer .logo-mark{width:34px;height:34px}.ev50-footer .brand-word{font-size:27px}.ev50-footer-links{display:flex;justify-content:center;gap:22px;flex-wrap:wrap}.ev50-footer-links a,.ev50-footer-links button{border:0;background:transparent;color:#b7c0c7;min-height:42px;font-size:9px;cursor:pointer}.ev50-footer-links a:hover,.ev50-footer-links button:hover{color:var(--ev50-gold)}.ev50-footer-meta{display:flex;align-items:center;gap:10px;font-size:9px;color:#8e999f}.ev50-owner-link{color:#d6bd82!important}

.ev50-demo-question{font:700 clamp(22px,3vw,30px)/1.25 Georgia,serif;margin:0 0 16px}.ev50-answer-grid{display:grid;gap:9px}.ev50-answer{justify-content:flex-start;border-radius:11px;text-align:left}.ev50-answer.is-correct{background:#1f6049;border-color:#5ce0a8;color:#fff}.ev50-answer.is-wrong{background:#672d3b;border-color:#ff6f91;color:#fff}.ev50-feedback{margin-top:14px;padding:12px;border-radius:10px;font-weight:700}.ev50-feedback.correct{background:#183e32;color:#8ff0c4}.ev50-feedback.wrong{background:#46232d;color:#ffb5c6}.ev50-demo-score{font-size:52px;color:var(--ev50-gold);font-family:Georgia,serif;margin:8px 0}

@media(max-width:1180px){
  #app-header .header-inner{grid-template-columns:auto 1fr minmax(220px,390px) auto;gap:12px}#app-header .top-nav{gap:15px}#app-header .top-nav a{font-size:11px}
  .ev50-trending-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ev50-trending-grid .ev50-game-card:nth-child(5){display:none}
  .ev50-world-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ev50-release-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ev50-premium{grid-template-columns:1.3fr repeat(2,1fr) auto}.ev50-premium>div:nth-of-type(4){display:none}
}
@media(max-width:980px){
  #app-header .header-inner{grid-template-columns:44px minmax(0,1fr) auto;grid-template-rows:auto auto;min-height:108px}#app-header .menu-btn{display:inline-flex}#app-header .top-nav{display:none}#app-header .logo{grid-column:2;grid-row:1}#app-header .header-actions{grid-column:3;grid-row:1}#app-header .header-search{grid-column:1/-1;grid-row:2}
  .ev-carousel.ev50-hero{height:350px!important;max-height:350px!important}.ev50-hero-copy{max-width:500px}.ev50-dashboard{grid-template-columns:1fr}.ev50-sidebar{grid-template-columns:1fr 1fr}.ev50-quick-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .ev-carousel.ev50-hero{height:570px!important;max-height:570px!important}.ev50-slide{display:grid!important;grid-template-rows:235px 1fr}.ev50-slide picture{position:relative!important;grid-row:1;z-index:-1!important}.ev50-slide picture img{object-position:center!important}.ev50-slide::before{background:linear-gradient(0deg,#071016 0,#071016 56%,transparent 78%)}
  .ev50-hero-copy{grid-row:2;height:auto;padding:18px 0 70px;justify-content:flex-start;max-width:none}.ev50-hero-title{font-size:39px}.ev50-hero-sub{font-size:14px}.ev50-hero-description{font-size:12px;margin-bottom:13px}.ev50-hero-badges{display:none}.ev50-hero .ev-carousel-controls{left:17px;right:auto}
  .ev50-shell{width:min(100% - 20px,1500px);padding-top:10px}.ev50-quick{min-height:66px}.ev50-quick strong{font-size:14px}
  .ev50-trending-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ev50-trending-grid .ev50-game-card:nth-child(5){display:block}.ev50-world-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ev50-continue-grid{grid-template-columns:1fr}.ev50-release-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ev50-sidebar{grid-template-columns:1fr}
  .ev50-premium{grid-template-columns:1fr auto}.ev50-premium>div:not(:first-child){display:none}.ev50-premium .btn{margin:10px}
  .ev50-footer-grid{grid-template-columns:1fr;text-align:center}.ev50-footer .logo{justify-content:center}.ev50-footer-links{gap:12px}.ev50-footer-meta{justify-content:center}
}
@media(max-width:430px){
  #app-header .header-inner{grid-template-columns:36px minmax(0,1fr) auto;min-height:102px}#app-header .logo-mark{display:grid;width:33px;height:33px}#app-header .brand-word{font-size:22px}#app-header .header-actions .btn{padding-inline:13px;font-size:10px}#app-header .header-actions [data-action=favourites]{display:none}
  .ev-carousel.ev50-hero{height:555px!important;max-height:555px!important}.ev50-slide{grid-template-rows:210px 1fr}.ev50-hero-title{font-size:34px}.ev50-hero-copy{padding-bottom:66px}.ev50-hero-actions .btn{padding-inline:14px}
  .ev50-quick-grid{gap:7px}.ev50-quick{padding:9px;gap:8px}.ev50-quick-icon{font-size:20px}.ev50-quick small{display:none}
  .ev50-section,.ev50-side-panel{padding:8px}.ev50-section-title h2{font-size:18px}.ev50-game-info h3{font-size:11px}.ev50-world{min-height:82px}.ev50-release-grid{grid-template-columns:1fr 1fr}.ev50-release{grid-template-columns:48px 1fr}.ev50-release img{width:48px;height:41px}
}
@media(max-height:520px) and (orientation:landscape) and (max-width:980px){
  .ev-carousel.ev50-hero{height:330px!important;max-height:330px!important}.ev50-slide{display:block!important}.ev50-slide picture{position:absolute!important;inset:0!important}.ev50-slide::before{background:linear-gradient(90deg,rgba(4,9,13,.96),rgba(6,10,15,.68) 48%,rgba(4,8,12,.18))}.ev50-hero-copy{height:100%;max-width:54%;padding:20px 0 66px}.ev50-hero-title{font-size:34px}.ev50-hero-sub{font-size:12px}.ev50-hero-description{font-size:10px}.ev50-hero-badges{display:none}
}
@media(prefers-reduced-motion:reduce){
  body,.ev50-hero-copy{animation:none!important}.ev50-game-card,.ev50-game-art img,.ev50-quick{transition:none!important}
}


/* EduVista v5.6: left-corner carousel headlines + approved authentication */
@keyframes ev51-headline-fade{from{opacity:0;transform:translate3d(-16px,10px,0)}to{opacity:1;transform:none}}
.ev50-hero-copy{width:min(560px,calc(100% - 64px))!important;max-width:560px!important;margin-left:32px!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;animation:none!important}
.ev50-slide.is-active .ev50-hero-copy{animation:ev51-headline-fade 1.6s cubic-bezier(.22,.72,.28,1) both!important}

.ev51-auth-page{padding:var(--measured-header,68px) 0 0!important;background:radial-gradient(circle at 50% 0,#17283a,#091117 44%,#070b0f);min-height:100vh}
.ev51-auth-hero{position:relative;isolation:isolate;width:100%;aspect-ratio:2170/725;overflow:hidden;border-bottom:1px solid #3c4852;background:#0b131a}
.ev51-auth-hero>img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:none!important;transform:none!important;image-rendering:auto;animation:ev51-image-fade 1.05s ease-out both}
@keyframes ev51-image-fade{from{opacity:0}to{opacity:1}}
.ev51-auth-copy{position:absolute;z-index:2;left:32px;top:clamp(24px,4vw,66px);width:min(440px,38vw);padding:0;background:transparent;border:0;box-shadow:none;animation:ev51-headline-fade 1.35s .16s ease-out both}
.ev51-auth-eyebrow{margin:0 0 8px;color:#fff0bd;font-size:10px;font-weight:900;letter-spacing:2.7px;text-transform:uppercase;text-shadow:0 2px 8px #000,0 0 16px #000}
.ev51-auth-copy h1{margin:0;color:#fff8e9;font:800 clamp(37px,4vw,59px)/.96 Georgia,serif;letter-spacing:-1.5px;text-shadow:0 3px 5px #000,0 0 18px #000}
.ev51-auth-copy h1 em{display:block;color:#ff73a7;font-style:normal;text-shadow:0 2px 5px #000,0 0 20px rgba(255,87,148,.5)}
.ev51-auth-copy>p:last-of-type{max-width:43ch;margin:14px 0 0;color:#f2f5f7;font-size:13px;font-weight:600;line-height:1.5;text-shadow:0 2px 5px #000,0 0 14px #000}
.ev51-auth-facts{display:flex;gap:6px;flex-wrap:wrap;margin-top:15px}.ev51-auth-facts span{padding:7px 9px;border:1px solid rgba(255,236,187,.42);border-radius:999px;background:rgba(6,14,20,.64);color:#ffeab7;font-size:8px;font-weight:800;box-shadow:0 2px 8px #0006}
.ev51-auth-shell{position:relative;z-index:3;width:min(1140px,calc(100% - 34px));margin:-25px auto 42px;display:grid;grid-template-columns:minmax(250px,.78fr) minmax(430px,1.22fr);overflow:hidden;border:1px solid #32404b;border-radius:16px;background:#0c131a;box-shadow:0 30px 75px rgba(0,0,0,.4)}
.ev51-auth-welcome{padding:33px;background:linear-gradient(145deg,#18242e,#0d161d 68%,#161a19);border-right:1px solid #32404b}.ev51-auth-welcome .logo{margin-bottom:25px}.ev51-auth-welcome .logo-mark{width:42px;height:42px}.ev51-auth-welcome .brand-word{color:#fff0bd}.ev51-auth-welcome h2{margin:0;color:#fff4da;font:700 28px/1.08 Georgia,serif}.ev51-auth-welcome>p{margin:10px 0 22px;color:#a8b4bd;font-size:12px;line-height:1.55}
.ev51-benefits{display:grid;gap:10px;margin:0;padding:0;list-style:none}.ev51-benefits li{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:center;padding:10px;border:1px solid #2d3943;border-radius:10px;background:#111a22}.ev51-benefits li>span{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#1b2630;font-size:18px}.ev51-benefits strong{display:block;font-size:11px}.ev51-benefits small{display:block;margin-top:2px;color:#8e9ba5;font-size:9px;line-height:1.35}.ev51-auth-note{margin-top:20px!important;padding-top:17px;border-top:1px solid #2d3841;color:#7f8c95!important;font-size:9px!important}
.ev51-auth-card{padding:28px 36px 34px;background:linear-gradient(155deg,#131d26,#0d141b)}
.ev51-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;margin-bottom:25px;border:1px solid #2c3944;border-radius:11px;background:#091017}.ev51-auth-tabs a{min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#94a2ac;font-size:11px;font-weight:800;touch-action:manipulation}.ev51-auth-tabs a[aria-selected=true]{color:#21150d;background:linear-gradient(180deg,#fff0bd,#d1a85e);box-shadow:0 5px 18px rgba(240,207,135,.18)}
.ev51-auth-form{display:grid;gap:14px}.ev51-auth-form.signup{grid-template-columns:1fr 1fr}.ev51-auth-form.signup .ev51-auth-form-head,.ev51-auth-form.signup .ev51-auth-actions,.ev51-auth-form.signup .ev51-auth-legal{grid-column:1/-1}.ev51-auth-form-head{margin-bottom:7px}.ev51-auth-kicker{margin:0 0 6px;color:#ff70a6;font-size:10px;font-weight:900;letter-spacing:2px;text-transform:uppercase}.ev51-auth-form-head h1{margin:0;color:#fff7e7;font:700 31px/1.1 Georgia,serif}.ev51-auth-form-head p{margin:7px 0 0;color:#9eabb5;font-size:11px;line-height:1.45}
.ev51-auth-form .field{margin:0}.ev51-auth-form .field label{display:block;margin-bottom:6px;color:#dce4e9;font-size:10px;font-weight:800}.ev51-auth-form input,.ev51-auth-form select{width:100%;min-height:48px;border:1px solid #354450;border-radius:10px;background:#091118;color:white;padding:11px 13px;font-size:12px;outline:none;transition:.18s border-color,.18s box-shadow}.ev51-auth-form input::placeholder{color:#687680}.ev51-auth-form input:focus,.ev51-auth-form select:focus{border-color:#5ee5ef;box-shadow:0 0 0 3px rgba(94,229,239,.13)}
.ev51-auth-password{position:relative}.ev51-auth-password input{padding-right:61px}.ev51-auth-reveal{position:absolute;right:6px;bottom:6px;min-width:49px;height:36px;border:0;border-radius:7px;background:#17232d;color:#ffe7ad;font-size:9px;font-weight:800;cursor:pointer;touch-action:manipulation}.ev51-auth-actions{display:flex;align-items:center;gap:11px;flex-wrap:wrap;margin-top:2px}.ev51-auth-actions .btn.primary{min-height:47px;padding:11px 25px;background:linear-gradient(180deg,#ff6ca4,#ed3e7d);border-color:#ff7bad;color:white;font-size:11px;font-weight:900}.ev51-auth-switch{border:0;background:transparent;color:#ffe6aa;font-size:10px;font-weight:800;cursor:pointer}.ev51-auth-legal{margin:0;color:#74828c;font-size:9px;line-height:1.5}
.ev51-signed{grid-column:1/-1;padding:42px;text-align:center}.ev51-signed h1{margin:12px 0;color:#fff5de;font:700 36px/1 Georgia,serif}.ev51-signed p{color:#9eabb5}.ev51-signed-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:20px}

@media(max-width:720px){.ev50-hero-copy{width:calc(100% - 24px)!important;max-width:none!important;margin-left:12px!important;margin-right:12px!important}.ev50-slide.is-active .ev50-hero-copy{animation-duration:1.45s!important}.ev51-auth-hero{aspect-ratio:auto;overflow:visible}.ev51-auth-hero>img{position:relative;height:auto;object-fit:contain}.ev51-auth-copy{position:relative;left:auto;top:auto;width:100%;padding:23px 12px;background:#101a22;animation:none}.ev51-auth-copy h1{font-size:36px}.ev51-auth-copy>p:last-of-type{font-size:11px}.ev51-auth-shell{margin:18px auto 40px;grid-template-columns:1fr}.ev51-auth-welcome{border-right:0;border-bottom:1px solid #32404b;padding:24px}.ev51-auth-welcome .logo{display:none}.ev51-benefits{grid-template-columns:repeat(3,1fr)}.ev51-benefits li{grid-template-columns:1fr;text-align:center}.ev51-benefits li>span{margin:auto}.ev51-auth-note{display:none}}
@media(max-width:430px){.ev51-auth-shell{width:calc(100% - 20px);border-radius:12px}.ev51-auth-copy{padding-inline:10px}.ev51-auth-copy h1{font-size:33px}.ev51-auth-facts span{font-size:7px}.ev51-auth-welcome{padding:19px}.ev51-auth-welcome h2{font-size:23px}.ev51-auth-welcome>p{margin-bottom:14px}.ev51-benefits{grid-template-columns:1fr}.ev51-benefits li{grid-template-columns:34px 1fr;text-align:left;padding:8px}.ev51-benefits li>span{margin:0;width:34px;height:34px}.ev51-auth-card{padding:19px 15px 24px}.ev51-auth-tabs{margin-bottom:20px}.ev51-auth-form-head h1{font-size:27px}.ev51-auth-form.signup{grid-template-columns:1fr}.ev51-auth-form.signup .ev51-auth-form-head,.ev51-auth-form.signup .ev51-auth-actions,.ev51-auth-form.signup .ev51-auth-legal{grid-column:auto}.ev51-auth-actions .btn.primary{width:100%}.ev51-auth-actions{justify-content:center}}
@media(max-height:520px) and (orientation:landscape) and (max-width:980px){.ev51-auth-hero{display:grid;grid-template-columns:1.35fr 1fr}.ev51-auth-hero>img{height:100%;min-height:290px;object-fit:cover}.ev51-auth-copy{display:flex;flex-direction:column;justify-content:center;padding:20px}.ev51-auth-copy h1{font-size:31px}.ev51-auth-facts{display:none}}
@media(prefers-reduced-motion:reduce){.ev50-slide.is-active .ev50-hero-copy,.ev51-auth-hero>img,.ev51-auth-copy{animation:none!important}}


/* EduVista v5.6 public login-first safety preview */
.ev52-auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.ev52-remember{display:flex!important;align-items:center;gap:8px;color:#b3bec6!important;cursor:pointer}.ev52-remember input{width:17px!important;height:17px!important;min-height:0!important;accent-color:#ff5794}.ev52-auth-status{min-height:18px;margin:0;color:#9caab4;font-size:10px;line-height:1.4}.ev52-auth-status.error{color:#ff9cb5}.ev52-auth-status.success{color:#83e8bd}.ev52-auth-status.loading{color:#fff0bd}.ev52-auth-status[hidden]{display:block;visibility:hidden}.ev52-client-badge{display:inline-flex;align-items:center;gap:6px;margin-top:7px;padding:6px 9px;border:1px solid #35505a;border-radius:999px;color:#9ce7e9;background:#102029;font-size:9px;font-weight:800}.ev52-public-note{width:min(1140px,calc(100% - 34px));margin:0 auto 16px;padding:10px 13px;border:1px solid #35434d;border-radius:9px;background:#0d161d;color:#93a0aa;font-size:9px;line-height:1.45}.ev52-public-note strong{color:#dce5ea}
@media(max-width:430px){.ev52-auth-row{align-items:flex-start}.ev52-public-note{width:calc(100% - 20px)}}


/* EduVista v5.6 — Worlds page only */
.top-nav a{color:#f7f4ed!important}
.top-nav a.active{color:#ffe29a!important}
.top-nav a.active::after{background:#ffe29a!important}
#mobile-nav nav a.active{color:#ffe29a!important;background:#192129}

.ev53-worlds-page{background:#071016;color:#f7f2e8}
.ev53-worlds-hero{position:relative;width:100%;aspect-ratio:2172/724;overflow:hidden;background:#bfe8ff;border-bottom:1px solid #314552;isolation:isolate}
.ev53-worlds-hero>img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:contain;object-position:center;filter:none!important;transform:none!important;image-rendering:auto}
.ev53-worlds-copy{position:absolute;z-index:2;left:max(28px,calc((100% - min(1500px,calc(100% - 34px)))/2));top:50%;width:min(510px,43vw);transform:translateY(-50%);padding:24px 0;color:#fff;text-shadow:0 2px 9px rgba(0,24,43,.92),0 1px 2px rgba(0,13,24,.98);animation:ev53-world-copy-in 1.35s cubic-bezier(.22,.72,.28,1) both}
@keyframes ev53-world-copy-in{from{opacity:0;transform:translate3d(-14px,-46%,0)}to{opacity:1;transform:translate3d(0,-50%,0)}}
.ev53-worlds-copy .ev50-eyebrow{color:#fff1bd}
.ev53-worlds-copy .ev50-hero-title{font-size:clamp(37px,4.5vw,72px);line-height:.94;margin-bottom:13px;max-width:510px}
.ev53-worlds-copy .ev50-hero-sub{font-size:clamp(14px,1.4vw,20px);color:#fff;font-weight:800;margin-bottom:8px}
.ev53-worlds-copy .ev50-hero-description{max-width:430px;color:#fff;font-size:clamp(12px,1.05vw,16px);line-height:1.55;margin-bottom:18px}
.ev53-worlds-copy .ev50-hero-actions{display:flex;gap:11px;flex-wrap:wrap}
.ev53-worlds-copy .btn{min-height:48px;text-shadow:none}
.ev53-worlds-facts{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:#fff;font-size:11px;font-weight:800}
.ev53-worlds-facts span{display:inline-flex;gap:6px;align-items:center}
.ev53-worlds-shell{width:min(1500px,calc(100% - 34px));margin:0 auto;padding:22px 0 38px}
.ev53-worlds-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}
.ev53-worlds-heading h2{margin:0;color:#fff4dc;font:700 clamp(26px,3vw,38px)/1 Georgia,serif}
.ev53-worlds-heading p{margin:7px 0 0;color:#9fadb7;font-size:12px}
.ev53-worlds-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ev53-world-card{position:relative;min-height:190px;border:1px solid #34444f;border-radius:12px;overflow:hidden;background:#111a21;color:#fff;text-align:left;cursor:pointer;isolation:isolate;touch-action:manipulation}
.ev53-world-card>img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;filter:none;transform:none;z-index:-2}
.ev53-world-card::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(4,10,15,.94),rgba(4,10,15,.08) 72%);pointer-events:none}
.ev53-world-card-copy{position:absolute;left:15px;right:15px;bottom:13px;display:flex;align-items:end;justify-content:space-between;gap:12px}
.ev53-world-card-copy strong{display:block;font:700 20px/1.1 Georgia,serif}
.ev53-world-card-copy small{display:block;margin-top:5px;color:#d2dce2;font-size:10px}
.ev53-world-card-copy>span:last-child{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #ffe198;border-radius:50%;background:#111a22d9;color:#ffe198;font-size:24px}
.ev53-player-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.ev53-player-item{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:11px;min-height:74px;padding:9px;border:1px solid #303e48;border-radius:10px;background:#101921;color:#fff;text-align:left;cursor:pointer}
.ev53-player-item img{width:54px;height:54px;border-radius:8px;object-fit:cover}
.ev53-player-item strong,.ev53-player-item small{display:block}.ev53-player-item small{margin-top:4px;color:#96a5af;font-size:9px}.ev53-player-item>span:last-child{color:#ffe198;font-size:20px}

@media(max-width:980px){.ev53-worlds-copy{left:24px;width:min(470px,50vw)}.ev53-worlds-copy .ev50-hero-title{font-size:42px}.ev53-worlds-copy .ev50-hero-description{font-size:12px;max-width:370px}.ev53-worlds-facts{display:none}.ev53-worlds-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.ev53-worlds-hero{aspect-ratio:auto;overflow:visible;background:#101a22}.ev53-worlds-hero>img{position:relative;height:auto;aspect-ratio:2172/724;object-fit:contain}.ev53-worlds-copy{position:relative;left:auto;top:auto;width:100%;transform:none;padding:23px 14px 27px;background:#101a22;animation:none;text-shadow:none}.ev53-worlds-copy .ev50-hero-title{font-size:38px}.ev53-worlds-copy .ev50-hero-description{max-width:100%}.ev53-worlds-facts{display:flex}.ev53-worlds-shell{width:calc(100% - 20px)}.ev53-worlds-heading{align-items:flex-start}.ev53-worlds-grid{grid-template-columns:1fr 1fr;gap:10px}.ev53-world-card{min-height:155px}.ev53-player-strip{grid-template-columns:1fr}}
@media(max-width:430px){.ev53-worlds-copy{padding:20px 10px 24px}.ev53-worlds-copy .ev50-hero-title{font-size:34px}.ev53-worlds-copy .ev50-hero-actions .btn{flex:1;padding-inline:11px;font-size:11px}.ev53-worlds-facts{gap:10px;font-size:9px}.ev53-worlds-heading{display:block}.ev53-worlds-heading .btn{margin-top:12px}.ev53-worlds-grid{grid-template-columns:1fr}.ev53-world-card{min-height:180px}}
@media(max-height:520px) and (orientation:landscape) and (max-width:980px){.ev53-worlds-hero{display:grid;grid-template-columns:1.35fr 1fr;aspect-ratio:auto;overflow:visible;background:#101a22}.ev53-worlds-hero>img{position:relative;inset:auto;width:100%;height:100%;min-height:260px;aspect-ratio:auto;object-fit:contain}.ev53-worlds-copy{position:relative;left:auto;top:auto;width:100%;transform:none;display:flex;flex-direction:column;justify-content:center;padding:17px;background:#101a22;text-shadow:none;animation:none}.ev53-worlds-copy .ev50-eyebrow,.ev53-worlds-copy .ev50-hero-description,.ev53-worlds-facts{display:none}.ev53-worlds-copy .ev50-hero-title{font-size:32px}.ev53-worlds-copy .ev50-hero-sub{font-size:13px}}
@media(prefers-reduced-motion:reduce){.ev53-worlds-copy{animation:none!important}}


/* EduVista v5.6 — Worlds, Shop and Games catalogue heroes */
.ev54-hero{position:relative;width:100%;height:auto;aspect-ratio:3/1;overflow:hidden;isolation:isolate;background:#09131b;border-bottom:1px solid #334550}
.ev54-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .72s ease,visibility .72s}
.ev54-hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}
.ev54-hero-slide picture{position:absolute;inset:0;display:block;z-index:-1;background:#0c1820;overflow:hidden}
.ev54-hero-slide picture img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;filter:none!important;transform:none!important;image-rendering:auto}
.ev54-hero-copy{position:absolute;left:max(30px,calc((100% - min(1500px,calc(100% - 34px)))/2));top:50%;width:min(510px,44vw);transform:translateY(-50%);color:#fff;text-shadow:0 2px 10px #001424,0 1px 3px #001424}
.ev54-hero-slide.is-active .ev54-hero-copy{animation:ev54-copy-fade 1.6s ease-out both}
@keyframes ev54-copy-fade{from{opacity:0}to{opacity:1}}
.ev54-kicker{margin:0 0 7px;color:#fff1b7;font-size:10px;font-weight:900;letter-spacing:2.5px;text-transform:uppercase}
.ev54-hero-copy h1{margin:0;color:#fff7e8;font:700 clamp(42px,5vw,72px)/.95 Georgia,serif;letter-spacing:-1.4px}
.ev54-hero-copy h1 em{color:#ff5795;font-style:normal}
.ev54-slide-name{margin:12px 0 5px;color:#fff;font:700 clamp(20px,2vw,29px)/1.1 Georgia,serif}
.ev54-hero-copy>p.ev54-description{max-width:445px;margin:0 0 17px;color:#fff;font-size:13px;line-height:1.55;font-weight:600}
.ev54-hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.ev54-hero-actions .btn{min-height:47px;text-shadow:none}
.ev54-carousel-controls{position:absolute;z-index:5;right:max(20px,calc((100% - min(1500px,calc(100% - 34px)))/2));bottom:14px;display:flex;align-items:center;gap:7px}
.ev54-control,.ev54-dot{border:1px solid #83909a;background:#0b141bd9;color:white;cursor:pointer;touch-action:manipulation}
.ev54-control{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:20px}
.ev54-dots{display:flex;gap:6px;align-items:center;padding:0 3px}
.ev54-dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#a5afb8}
.ev54-dot[aria-pressed="true"]{width:28px;background:#ff9abd}
.ev54-count{min-width:40px;color:#fff;font-size:10px;font-weight:800;letter-spacing:1px;text-shadow:0 1px 3px #00111e}
.ev54-page-shell{width:min(1500px,calc(100% - 34px));margin:0 auto;padding:24px 0 40px}
.ev54-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:0 0 15px}
.ev54-section-head h2{margin:0;color:#fff4dc;font:700 clamp(27px,3vw,39px)/1 Georgia,serif}
.ev54-section-head p{margin:6px 0 0;color:#9eabb5;font-size:11px}
.ev54-shop-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}
.ev54-shop-grid .card{min-width:0}
.ev54-shop-grid .card-media{aspect-ratio:900/517}
.ev54-shop-grid .card-copy{display:none}
.ev54-shop-grid .card-body{padding:11px;gap:9px}
.ev54-shop-grid .card-title{font-size:15px;min-height:2.35em}
.ev54-free-row{margin-top:28px}
.ev54-games-page .ev54-page-shell{padding-top:20px}
.ev54-games-tools{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:17px}
.ev54-games-tools h2{margin:0;color:#fff4dc;font:700 clamp(27px,3vw,39px)/1 Georgia,serif}
.ev54-games-tools p{margin:6px 0 0;color:#9eabb5}
.ev54-games-tools .search-secondary{margin-left:auto}
.ev54-games-catalogue{scroll-margin-top:90px}
.ev54-worlds-page .ev53-worlds-shell{padding-top:24px}

@media(max-width:1180px){.ev54-shop-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:980px){.ev54-hero-copy{left:24px;width:min(460px,51vw)}.ev54-hero-copy h1{font-size:45px}.ev54-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ev54-games-tools{align-items:flex-start;flex-direction:column}.ev54-games-tools .search-secondary{margin-left:0;width:100%}}
@media(max-width:820px){.ev54-hero{height:570px;aspect-ratio:auto;background:#101a22}.ev54-hero-slide{display:grid;grid-template-rows:225px 1fr}.ev54-hero-slide picture{position:relative;inset:auto;grid-row:1;z-index:0}.ev54-hero-slide picture img{object-fit:contain;object-position:center}.ev54-hero-copy{position:relative;left:auto;top:auto;grid-row:2;width:100%;transform:none;padding:22px 13px 68px;background:#101a22;text-shadow:none}.ev54-hero-slide.is-active .ev54-hero-copy{animation:ev54-copy-fade 1.35s ease-out both}.ev54-hero-copy h1{font-size:40px}.ev54-slide-name{font-size:23px}.ev54-carousel-controls{left:12px;right:12px;bottom:12px;justify-content:center}.ev54-count{display:none}.ev54-page-shell{width:calc(100% - 20px)}.ev54-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ev54-section-head{align-items:flex-start}.ev54-games-tools .search-secondary{display:grid;grid-template-columns:1fr auto}.ev54-games-tools .search-secondary input{min-width:0;width:100%}}
@media(max-width:430px){.ev54-hero{height:555px}.ev54-hero-slide{grid-template-rows:205px 1fr}.ev54-hero-copy{padding:19px 10px 66px}.ev54-hero-copy h1{font-size:36px}.ev54-slide-name{font-size:21px}.ev54-hero-copy>p.ev54-description{font-size:12px}.ev54-hero-actions .btn{flex:1;padding-inline:10px;font-size:10px}.ev54-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ev54-shop-grid .card-body{padding:9px}.ev54-shop-grid .card-title{font-size:13px}.ev54-section-head{display:block}.ev54-section-head .btn{margin-top:11px}}
@media(max-height:520px) and (orientation:landscape) and (max-width:980px){.ev54-hero{height:300px;display:block}.ev54-hero-slide{display:grid;grid-template-columns:1.35fr 1fr;grid-template-rows:1fr}.ev54-hero-slide picture{position:relative;grid-column:1;grid-row:1;height:100%}.ev54-hero-slide picture img{object-fit:contain}.ev54-hero-copy{position:relative;left:auto;top:auto;grid-column:2;grid-row:1;width:100%;transform:none;display:flex;flex-direction:column;justify-content:center;padding:15px 15px 58px;background:#101a22;text-shadow:none}.ev54-kicker,.ev54-hero-copy>p.ev54-description{display:none}.ev54-hero-copy h1{font-size:31px}.ev54-slide-name{font-size:18px}.ev54-carousel-controls{right:14px;left:auto;bottom:8px}.ev54-control{width:36px;height:36px}.ev54-dots{display:none}}
@media(prefers-reduced-motion:reduce){.ev54-hero-slide,.ev54-hero-slide.is-active .ev54-hero-copy{transition:none!important;animation:none!important}}


/* EduVista v5.5 — Supabase authentication and account security */
.ev55-loading{
  min-height:62vh;display:grid;place-items:center;padding:48px 20px;text-align:center
}
.ev55-loading-card{
  width:min(560px,100%);padding:32px;border:1px solid rgba(255,255,255,.1);
  border-radius:24px;background:linear-gradient(145deg,rgba(37,42,72,.96),rgba(20,24,46,.96));
  box-shadow:0 22px 70px rgba(4,7,24,.32)
}
.ev55-spinner{
  width:34px;height:34px;margin:0 auto 16px;border:3px solid rgba(255,255,255,.2);
  border-top-color:#eaa8c3;border-radius:50%;animation:ev55-spin .8s linear infinite
}
@keyframes ev55-spin{to{transform:rotate(360deg)}}
.ev55-captcha-wrap{min-height:70px;margin:6px 0 2px;display:flex;align-items:center}
.ev55-captcha-note{
  padding:12px 14px;border:1px solid rgba(234,168,195,.32);border-radius:14px;
  background:rgba(234,168,195,.09);color:#f4dce7;font-size:.9rem;line-height:1.5
}
.ev55-password-help{margin:-4px 0 2px;color:#aeb8c7;font-size:.82rem;line-height:1.45}
.ev55-secure-note{display:flex;gap:8px;align-items:flex-start;color:#b9c4d2;font-size:.83rem;line-height:1.5}
.ev55-secure-note::before{content:'\1F6E1';font-size:1rem}
.ev55-account-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:18px}
.ev55-profile-card,.ev55-security-card{padding:24px}
.ev55-profile-card h2,.ev55-security-card h2{margin:0 0 8px}
.ev55-profile-card .field input[readonly]{opacity:.72;cursor:not-allowed}
.ev55-verified{display:inline-flex;align-items:center;gap:7px;color:#8ce7c8;font-weight:700;font-size:.86rem}
.ev55-account-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.ev55-security-list{display:grid;gap:12px;margin-top:16px}
.ev55-security-row{padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.025)}
.ev55-security-row strong{display:block;margin-bottom:4px}
.ev55-security-row .fine{line-height:1.5}
.ev55-mfa-form{max-width:540px;margin:0 auto}
.ev55-mfa-code{font-size:1.35rem!important;letter-spacing:.22em;text-align:center;font-variant-numeric:tabular-nums}
.ev55-qr{width:min(220px,70vw);aspect-ratio:1;margin:14px auto;padding:10px;border-radius:16px;background:#fff;display:block}
.ev55-secret{
  padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.06);word-break:break-all;
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.86rem
}
.ev55-empty{padding:24px;text-align:center;color:#aeb8c7}
.ev55-auth-error{margin:18px auto;max-width:920px;padding:14px 18px;border:1px solid rgba(255,121,137,.34);border-radius:15px;background:rgba(255,84,110,.1);color:#ffd7de}
.ev55-recovery-shell{width:min(620px,calc(100% - 32px));margin:34px auto}
.ev55-live-badge{background:rgba(94,220,174,.12)!important;color:#8ce7c8!important;border-color:rgba(94,220,174,.28)!important}
.ev55-modal-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;margin-top:18px}
@media (max-width:860px){.ev55-account-grid{grid-template-columns:1fr}}
@media (max-width:520px){.ev55-profile-card,.ev55-security-card{padding:18px}.ev55-captcha-wrap{transform-origin:left center;transform:scale(.9);width:111%}}
@media (prefers-reduced-motion:reduce){.ev55-spinner{animation-duration:1.8s}}
