:root{
  --me-bg:#030812;
  --me-panel:#07111f;
  --me-panel-2:#0b1728;
  --me-line:rgba(108,205,255,.14);
  --me-text:#f5fbff;
  --me-muted:#8ea7bb;
  --me-blue:#2496ff;
  --me-cyan:#4bc8ff;
  --me-mint:#2bd3b8;
  --me-green:#35d995;
  --me-shadow:0 24px 70px rgba(0,0,0,.34);
}

html:has(.moodle-extension-page){scroll-behavior:smooth}
body:has(.moodle-extension-page){overflow-x:hidden;background:var(--me-bg)}

.moodle-extension-page{
  min-height:100vh;
  color:var(--me-text);
  background:
    radial-gradient(circle at 14% 8%,rgba(36,150,255,.10),transparent 30%),
    radial-gradient(circle at 88% 18%,rgba(43,211,184,.08),transparent 24%),
    linear-gradient(180deg,#020711 0%,#05101c 52%,#020711 100%);
}

.moodle-extension-page::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.22;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,#000,transparent 88%);
}

.me-nav,
.me-hero,
.me-section,
.me-final,
.me-footer{
  position:relative;
  z-index:1;
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}

.me-nav{
  min-height:78px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
  border-bottom:1px solid rgba(118,197,241,.08);
}

.me-brand{display:inline-flex;align-items:center;gap:11px;justify-self:start}
.me-brand img{width:42px;height:42px;border-radius:13px;object-fit:cover;box-shadow:0 8px 24px rgba(35,140,255,.22)}
.me-brand span{display:grid;gap:2px}
.me-brand strong{font-size:13px;font-weight:900;letter-spacing:-.01em}
.me-brand small{color:#66849d;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}

.me-nav nav{display:flex;gap:26px;align-items:center}
.me-nav nav a{color:#7f99ae;font-size:12px;font-weight:760;transition:color .18s ease}
.me-nav nav a:hover{color:#dff6ff}
.me-nav-actions{justify-self:end;display:flex;align-items:center;gap:13px}
.me-home-link{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid rgba(93,181,236,.22);border-radius:11px;background:rgba(39,132,210,.08);color:#c6eaff;font-size:11px;font-weight:820;white-space:nowrap;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}
.me-home-link:hover{transform:translateY(-1px);border-color:rgba(93,181,236,.42);background:rgba(39,132,210,.14);color:#fff}
.me-home-link span{font-size:15px;line-height:1}
.me-status{display:inline-flex;align-items:center;gap:7px;color:#87c8bd;font-size:10px;font-weight:800;white-space:nowrap}
.me-status i{width:7px;height:7px;border-radius:50%;background:#32d09c;box-shadow:0 0 0 5px rgba(50,208,156,.08),0 0 16px rgba(50,208,156,.28)}

.me-hero{
  min-height:760px;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);
  gap:54px;
  align-items:center;
  padding:70px 0 90px;
}

.me-glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(90px);pointer-events:none}
.me-glow-one{width:440px;height:440px;left:-180px;top:80px;background:rgba(27,128,255,.16)}
.me-glow-two{width:380px;height:380px;right:-140px;top:150px;background:rgba(38,207,180,.10)}

.me-kicker{display:flex;align-items:center;gap:9px;margin-bottom:22px}
.me-kicker span,.me-kicker b{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.me-kicker span{border:1px solid rgba(61,190,255,.22);background:rgba(31,140,255,.09);color:#7ad9ff}
.me-kicker b{border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.035);color:#71899e}

.me-hero h1{margin:0;font-size:clamp(48px,6vw,82px);line-height:.95;letter-spacing:-.055em;font-weight:920}
.me-hero h1 span{display:inline-block;color:transparent;background:linear-gradient(100deg,#fff 0%,#62d0ff 45%,#36d8bb 100%);background-clip:text;-webkit-background-clip:text}
.me-lead{max-width:600px;margin:26px 0 0;color:#93aabf;font-size:18px;line-height:1.65}

.me-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.me-chip-row span{padding:8px 11px;border:1px solid rgba(119,194,238,.10);border-radius:10px;background:rgba(255,255,255,.026);color:#8eabc0;font-size:10px;font-weight:780}

.me-release-note{display:flex;gap:13px;max-width:600px;margin-top:28px;padding:15px 16px;border:1px solid rgba(54,203,190,.14);border-radius:16px;background:linear-gradient(135deg,rgba(30,133,255,.06),rgba(35,201,176,.05))}
.me-release-icon{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,rgba(31,140,255,.18),rgba(43,211,184,.16));color:#78e0d0;font-size:17px;font-weight:900}
.me-release-note strong{display:block;font-size:12px;margin-bottom:4px}
.me-release-note p{margin:0;color:#728da1;font-size:11px;line-height:1.55}

.me-browser{overflow:hidden;border:1px solid rgba(102,193,242,.17);border-radius:25px;background:linear-gradient(180deg,rgba(13,29,48,.98),rgba(5,15,27,.98));box-shadow:0 35px 100px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.014) inset;transform:perspective(1400px) rotateY(-2.2deg) rotateX(.6deg)}
.me-browser-top{height:48px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:0 15px;border-bottom:1px solid rgba(255,255,255,.055);background:#091321}
.me-dots{display:flex;gap:6px}
.me-dots i{width:7px;height:7px;border-radius:50%;background:#26374b}.me-dots i:nth-child(2){background:#2e5661}.me-dots i:nth-child(3){background:#2d6a62}
.me-address{max-width:420px;justify-self:center;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:7px 13px;border-radius:8px;background:#0d1b2c;color:#607a90;font-size:9px}
.me-address span{margin-right:5px;font-size:8px}
.me-browser-body{padding:18px;background:radial-gradient(circle at 90% 0%,rgba(35,182,184,.05),transparent 33%),#081322}
.me-moodle-head{display:flex;align-items:center;gap:10px;padding:2px 2px 14px;border-bottom:1px solid rgba(255,255,255,.05)}
.me-moodle-mark{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,#f29b38,#e37521);font-size:17px;font-weight:900;color:#fff}
.me-moodle-head div{display:grid;gap:1px}.me-moodle-head strong{font-size:12px}.me-moodle-head small{font-size:9px;color:#627c92}.me-progress{margin-left:auto;color:#7190a7;font-size:9px;font-weight:800}
.me-question-card{margin-top:15px;padding:17px;border:1px solid rgba(255,255,255,.055);border-radius:16px;background:rgba(255,255,255,.025)}
.me-question-number{color:#65839a;font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.me-question-card h2{margin:8px 0 15px;font-size:14px;line-height:1.45;letter-spacing:-.015em}
.me-options{display:grid;gap:7px}
.me-options>div{position:relative;display:flex;align-items:center;gap:9px;min-height:35px;padding:7px 10px;border:1px solid rgba(255,255,255,.05);border-radius:10px;background:rgba(1,8,15,.30);color:#8fa8bb;font-size:10px}
.me-options i{flex:0 0 15px;width:15px;height:15px;display:grid;place-items:center;border:1px solid #365067;border-radius:50%;font-style:normal;font-size:9px}
.me-options .is-correct{border-color:rgba(47,211,132,.34);background:linear-gradient(135deg,rgba(38,184,103,.15),rgba(31,190,158,.08));color:#d7fbe9;box-shadow:inset 0 0 0 1px rgba(50,215,136,.10)}
.me-options .is-correct i{border-color:#34d58e;background:#34d58e;color:#062518}
.me-options b{margin-left:auto;padding:4px 7px;border-radius:999px;background:rgba(47,211,132,.12);color:#72eab1;font-size:7px;letter-spacing:.04em}

.me-ai-tools{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:12px}
.me-model-select{display:grid;gap:2px;padding:8px 11px;border:1px solid rgba(67,164,228,.14);border-radius:10px;background:#0b1b2c}
.me-model-select small{color:#5f7b91;font-size:7px;font-weight:850;text-transform:uppercase;letter-spacing:.10em}.me-model-select strong{display:flex;justify-content:space-between;font-size:10px}.me-model-select strong span{color:#607c92}
.me-ai-tools button{border:0;border-radius:10px;padding:0 15px;background:linear-gradient(135deg,#228dff,#27cbb5);color:#fff;font-size:9px;font-weight:900;box-shadow:0 8px 22px rgba(29,137,230,.18)}
.me-ai-answer{margin-top:12px;padding:14px;border:1px solid rgba(54,171,228,.13);border-radius:15px;background:linear-gradient(180deg,rgba(13,30,49,.94),rgba(7,19,33,.94))}
.me-ai-head{display:flex;align-items:center;gap:9px}.me-ai-head img{width:30px;height:30px;border-radius:9px;object-fit:cover}.me-ai-head div{display:grid;gap:1px}.me-ai-head strong{font-size:10px}.me-ai-head small{font-size:7px;color:#617b90}
.me-ai-answer>p{margin:10px 0 0;padding:10px 11px;border:1px solid rgba(39,205,126,.20);border-radius:10px;background:linear-gradient(135deg,rgba(29,180,102,.12),rgba(34,202,166,.06));color:#cbe9dc;font-size:9px;line-height:1.55}
.me-ai-meta{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin-top:9px;padding-top:8px;border-top:1px solid rgba(255,255,255,.05);color:#607d91;font-size:7px}.me-ai-meta i{opacity:.45}.me-ai-meta img{width:11px;height:11px;object-fit:contain}

.me-section{padding:105px 0 15px}
.me-section-head{max-width:760px;margin-bottom:34px}
.me-section-kicker{display:block;margin-bottom:11px;color:#5bcdf2;font-size:9px;font-weight:900;letter-spacing:.20em;text-transform:uppercase}
.me-section-head h2,.me-privacy-copy h2,.me-final h2{margin:0;font-size:clamp(34px,4vw,54px);line-height:1.02;letter-spacing:-.045em}
.me-section-head p{max-width:700px;margin:16px 0 0;color:#7892a7;font-size:14px;line-height:1.65}

.me-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.me-feature{min-height:230px;padding:20px;border:1px solid rgba(99,183,231,.10);border-radius:20px;background:radial-gradient(circle at 100% 0%,rgba(35,161,255,.055),transparent 38%),linear-gradient(180deg,rgba(10,25,43,.94),rgba(5,16,29,.94));box-shadow:0 14px 40px rgba(0,0,0,.12);transition:transform .2s ease,border-color .2s ease}
.me-feature:hover{transform:translateY(-2px);border-color:rgba(81,190,239,.20)}
.me-feature-wide{grid-column:span 2;display:grid;grid-template-columns:auto 1fr;gap:18px;align-content:start}
.me-feature-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(58,186,241,.14);border-radius:13px;background:linear-gradient(135deg,rgba(31,140,255,.12),rgba(41,207,181,.09));color:#69d7ed;font-size:18px;font-weight:900}
.me-feature>span,.me-feature div>span{display:block;margin:18px 0 7px;color:#55758d;font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.me-feature-wide div>span{margin-top:2px}
.me-feature h3{margin:0;font-size:17px;letter-spacing:-.02em}.me-feature p{margin:10px 0 0;color:#7690a4;font-size:12px;line-height:1.6}

.me-model-section{padding-top:120px}
.me-model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.me-model-card{position:relative;overflow:hidden;min-height:420px;padding:20px;border:1px solid rgba(93,182,235,.12);border-radius:24px;background:radial-gradient(circle at 50% 10%,rgba(31,140,255,.10),transparent 38%),linear-gradient(180deg,#0a1727,#06101d);box-shadow:0 22px 60px rgba(0,0,0,.22);transition:transform .22s ease,border-color .22s ease}
.me-model-card:hover{transform:translateY(-3px)}
.me-model-card[data-tier="standard"]{--mc:55,196,190}.me-model-card[data-tier="pro"]{--mc:69,136,255}.me-model-card[data-tier="ultra"]{--mc:63,216,176}
.me-model-card{border-color:rgba(var(--mc),.15);background:radial-gradient(circle at 50% 8%,rgba(var(--mc),.13),transparent 42%),linear-gradient(180deg,#0a1727,#06101d)}
.me-model-card.is-featured{border-color:rgba(var(--mc),.32);box-shadow:0 25px 70px rgba(0,0,0,.28),0 0 0 1px rgba(var(--mc),.07)}
.me-model-badge{position:absolute;top:15px;right:15px;z-index:2;padding:6px 8px;border:1px solid rgba(var(--mc),.19);border-radius:999px;background:rgba(3,11,20,.62);color:rgb(var(--mc));font-size:7px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;backdrop-filter:blur(12px)}
.me-model-image{height:240px;display:grid;place-items:center}.me-model-image img{width:min(220px,92%);height:220px;object-fit:contain;filter:drop-shadow(0 22px 35px rgba(0,0,0,.36))}
.me-model-copy{padding:3px 5px 6px}.me-model-copy>span{color:rgba(var(--mc),.75);font-size:8px;font-weight:900;letter-spacing:.16em}.me-model-copy h3{margin:7px 0 8px;font-size:25px;letter-spacing:-.035em}.me-model-copy p{margin:0;color:#7892a6;font-size:12px;line-height:1.55}
.me-model-note{margin-top:14px;padding:13px 15px;border:1px solid rgba(79,175,225,.09);border-radius:13px;background:rgba(255,255,255,.02);color:#6d879a;font-size:11px;line-height:1.5}

.me-how{padding-top:120px}
.me-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(86,179,229,.10);border-bottom:1px solid rgba(86,179,229,.10)}
.me-steps article{position:relative;min-height:230px;padding:23px 22px;border-right:1px solid rgba(86,179,229,.08)}
.me-steps article:last-child{border-right:0}.me-steps b{display:block;color:#31546c;font-size:10px;letter-spacing:.16em}.me-steps span{display:block;margin-top:55px;font-size:15px;font-weight:900}.me-steps p{margin:9px 0 0;color:#718a9e;font-size:11px;line-height:1.6}

.me-privacy-section{padding-top:120px}
.me-privacy-card{display:grid;grid-template-columns:.75fr 1.25fr;min-height:470px;overflow:hidden;border:1px solid rgba(66,190,195,.14);border-radius:27px;background:radial-gradient(circle at 12% 40%,rgba(33,153,255,.11),transparent 32%),linear-gradient(135deg,#071728,#06111e);box-shadow:var(--me-shadow)}
.me-privacy-visual{position:relative;display:grid;place-items:center;overflow:hidden;border-right:1px solid rgba(72,186,220,.08)}
.me-privacy-visual::before,.me-privacy-visual::after{content:"";position:absolute;border:1px solid rgba(83,205,203,.11);border-radius:50%}.me-privacy-visual::before{width:300px;height:300px}.me-privacy-visual::after{width:210px;height:210px}
.me-shield{position:relative;z-index:2;width:92px;height:110px;display:grid;place-items:center;clip-path:polygon(50% 0,90% 15%,90% 58%,75% 82%,50% 100%,25% 82%,10% 58%,10% 15%);background:linear-gradient(145deg,rgba(31,140,255,.25),rgba(42,214,183,.22));color:#75e3d1;font-size:34px;text-shadow:0 0 28px rgba(75,224,209,.26)}
.me-privacy-visual span{position:absolute;width:5px;height:5px;border-radius:50%;background:#4ed8c6;box-shadow:0 0 20px #4ed8c6}.me-privacy-visual span:nth-of-type(1){left:20%;top:32%}.me-privacy-visual span:nth-of-type(2){right:22%;top:25%}.me-privacy-visual span:nth-of-type(3){right:27%;bottom:24%}
.me-privacy-copy{padding:55px 55px 48px}.me-privacy-copy>p{margin:18px 0 0;color:#7f99ab;font-size:13px;line-height:1.7}
.me-privacy-points{display:grid;grid-template-columns:1fr 1fr;gap:9px 16px;margin-top:24px}.me-privacy-points span{display:flex;align-items:flex-start;gap:8px;color:#8ba5b7;font-size:11px;line-height:1.45}.me-privacy-points i{flex:0 0 18px;width:18px;height:18px;display:grid;place-items:center;border-radius:6px;background:rgba(49,211,147,.09);color:#5ee1ad;font-size:9px;font-style:normal}
.me-privacy-copy>a{display:inline-flex;align-items:center;gap:8px;margin-top:28px;color:#73d5ef;font-size:11px;font-weight:850}.me-privacy-copy>a b{transition:transform .18s ease}.me-privacy-copy>a:hover b{transform:translateX(3px)}

.me-compat{padding-top:120px}
.me-compat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.me-compat-grid>div{padding:20px;border:1px solid rgba(91,179,226,.10);border-radius:17px;background:rgba(255,255,255,.02)}.me-compat-grid b{display:block;font-size:15px}.me-compat-grid span{display:block;margin-top:6px;color:#70899d;font-size:11px;line-height:1.5}.me-compat-note{margin:13px 0 0;color:#5f788b;font-size:10px;line-height:1.55}

.me-faq{padding-top:120px}.me-faq-list{border-top:1px solid rgba(85,176,224,.10)}
.me-faq details{border-bottom:1px solid rgba(85,176,224,.10);padding:0 2px}.me-faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0;font-size:14px;font-weight:850}.me-faq summary::-webkit-details-marker{display:none}.me-faq summary::after{content:"+";width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(90,178,224,.12);border-radius:9px;color:#628ba5;font-size:17px;font-weight:400;transition:transform .2s ease,color .2s ease}.me-faq details[open] summary::after{transform:rotate(45deg);color:#66d5eb}.me-faq details p{max-width:840px;margin:-7px 0 22px;color:#748ea1;font-size:12px;line-height:1.7}

.me-final{min-height:560px;margin-top:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;border-top:1px solid rgba(90,180,228,.08);border-bottom:1px solid rgba(90,180,228,.08)}
.me-final-orb{position:absolute;z-index:-1;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(31,141,255,.16),rgba(35,205,181,.07) 36%,transparent 70%);filter:blur(10px)}
.me-final>img{width:76px;height:76px;margin-bottom:20px;border-radius:22px;object-fit:cover;box-shadow:0 16px 40px rgba(27,139,255,.22)}
.me-final h2{margin-top:4px}.me-final h2 em{font-style:normal;color:transparent;background:linear-gradient(100deg,#64d0ff,#4fe0bd);background-clip:text;-webkit-background-clip:text}.me-final>p{margin:17px 0 0;color:#6d8799;font-size:12px}.me-final>a{margin-top:25px;padding:10px 14px;border:1px solid rgba(84,184,230,.13);border-radius:11px;background:rgba(255,255,255,.025);color:#92bed0;font-size:10px;font-weight:850;transition:border-color .18s ease,color .18s ease}.me-final>a:hover{border-color:rgba(84,184,230,.28);color:#d6f5ff}

.me-footer{min-height:110px;display:flex;align-items:center;justify-content:space-between;gap:20px}.me-brand-footer img{width:34px;height:34px;border-radius:10px}.me-footer>div:last-child{display:flex;gap:18px}.me-footer>div:last-child a{color:#617b8e;font-size:10px;font-weight:750}.me-footer>div:last-child a:hover{color:#a6d9ec}

@media(max-width:1060px){
  .me-nav{grid-template-columns:1fr auto}.me-nav nav{display:none}.me-nav-actions{grid-column:2}
  .me-hero{grid-template-columns:1fr;gap:45px;padding-top:60px}.me-hero-copy{max-width:760px}.me-browser{max-width:760px;width:100%;margin-inline:auto;transform:none}
  .me-feature-grid{grid-template-columns:1fr 1fr}.me-model-grid{grid-template-columns:1fr 1fr}.me-model-card:last-child{grid-column:span 2}.me-steps{grid-template-columns:1fr 1fr}.me-steps article:nth-child(2){border-right:0}.me-steps article:nth-child(-n+2){border-bottom:1px solid rgba(86,179,229,.08)}
  .me-privacy-card{grid-template-columns:.8fr 1.2fr}.me-privacy-copy{padding:42px 34px}.me-privacy-points{grid-template-columns:1fr}
}

@media(max-width:760px){
  .me-nav,.me-hero,.me-section,.me-final,.me-footer{width:min(100% - 28px,1180px)}
  .me-nav{min-height:70px;gap:10px}.me-brand img{width:38px;height:38px}.me-status{display:none}.me-home-link{min-height:34px;padding:0 10px;font-size:10px}
  .me-hero{min-height:auto;padding:50px 0 70px}.me-hero h1{font-size:clamp(46px,15vw,68px)}.me-lead{font-size:15px}.me-kicker{flex-wrap:wrap}
  .me-browser-top{grid-template-columns:auto 1fr}.me-address{justify-self:stretch}.me-browser-body{padding:12px}.me-question-card{padding:13px}.me-question-card h2{font-size:12px}.me-options>div{font-size:9px}.me-options b{display:none}
  .me-section{padding-top:82px}.me-section-head{margin-bottom:24px}.me-section-head h2,.me-privacy-copy h2,.me-final h2{font-size:clamp(32px,10vw,46px)}
  .me-feature-grid{grid-template-columns:1fr}.me-feature-wide{grid-column:auto;grid-template-columns:1fr}.me-feature{min-height:auto}.me-feature>span,.me-feature div>span{margin-top:14px}
  .me-model-grid{grid-template-columns:1fr}.me-model-card:last-child{grid-column:auto}.me-model-card{min-height:auto}.me-model-image{height:210px}.me-model-image img{height:195px}
  .me-steps{grid-template-columns:1fr}.me-steps article{min-height:auto;border-right:0!important;border-bottom:1px solid rgba(86,179,229,.08)!important}.me-steps article:last-child{border-bottom:0!important}.me-steps span{margin-top:28px}
  .me-privacy-card{grid-template-columns:1fr}.me-privacy-visual{min-height:280px;border-right:0;border-bottom:1px solid rgba(72,186,220,.08)}.me-privacy-copy{padding:30px 22px}
  .me-compat-grid{grid-template-columns:1fr}.me-final{min-height:480px;margin-top:90px}.me-footer{min-height:130px;flex-direction:column;justify-content:center;align-items:flex-start}.me-footer>div:last-child{width:100%;justify-content:space-between}
}

@media(max-width:480px){
  .me-status{max-width:120px;white-space:normal;text-align:right;justify-content:flex-end}.me-brand strong{font-size:11px}.me-brand small{font-size:8px}
  .me-hero{padding-top:40px}.me-chip-row span{font-size:9px}.me-release-note{padding:13px}.me-release-icon{width:32px;height:32px;flex-basis:32px}
  .me-browser{border-radius:18px}.me-browser-top{height:42px;padding:0 10px}.me-address{font-size:7px}.me-browser-body{padding:10px}.me-ai-tools{grid-template-columns:1fr}.me-ai-tools button{min-height:36px}.me-ai-meta{gap:3px}
}

@media(prefers-reduced-motion:reduce){
  html:has(.moodle-extension-page){scroll-behavior:auto}.me-feature,.me-model-card,.me-nav nav a,.me-final>a,.me-privacy-copy>a b{transition:none}.me-feature:hover,.me-model-card:hover{transform:none}
}


/* 2026-09-23: unified day theme + animated Chrome Web Store CTA. */

/* Unified theme switch on the standalone extension landing page. */
.me-theme-mount{
  display:flex;
  align-items:center;
  flex:0 0 auto
}
.me-theme-mount .site-theme-switch{
  transform:scale(.86);
  transform-origin:right center
}

/* Primary Chrome Web Store CTA. */
.me-store-cta{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  align-items:center;
  min-height:108px;
  max-width:620px;
  margin-top:30px;
  padding:17px 20px 17px 17px;
  border:1px solid rgba(71,214,183,.36);
  border-radius:20px;
  background:
    radial-gradient(circle at 10% 0%,rgba(73,190,255,.19),transparent 34%),
    linear-gradient(115deg,rgba(16,83,142,.96),rgba(13,115,121,.94) 62%,rgba(20,143,105,.95));
  color:#fff!important;
  box-shadow:
    0 18px 48px rgba(13,105,133,.26),
    0 0 0 1px rgba(255,255,255,.035) inset;
  text-decoration:none!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease
}
.me-store-cta::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-45%;
  bottom:-45%;
  left:-38%;
  width:28%;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);
  animation:me-store-shine 3.8s ease-in-out infinite
}
.me-store-cta:hover{
  transform:translateY(-3px) scale(1.012);
  border-color:rgba(116,240,213,.65);
  box-shadow:
    0 24px 60px rgba(10,114,139,.34),
    0 0 0 1px rgba(255,255,255,.07) inset
}
.me-store-cta:active{transform:translateY(-1px) scale(.997)}
.me-store-icon{
  width:54px;
  height:54px;
  flex:0 0 54px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.24);
  border-radius:17px;
  background:rgba(255,255,255,.12);
  box-shadow:0 10px 24px rgba(0,0,0,.12),inset 0 1px rgba(255,255,255,.16)
}
.me-store-icon svg{
  width:30px;
  height:30px;
  stroke:#dffdf6;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round
}
.me-store-copy{min-width:0;display:block}
.me-store-kicker{
  display:block;
  margin-bottom:5px;
  color:#a8ffec;
  font-size:8px;
  font-weight:950;
  letter-spacing:.12em
}
.me-store-cta strong{
  display:block;
  margin:0;
  color:#fff;
  font-size:17px;
  line-height:1.2;
  letter-spacing:-.02em
}
.me-store-cta p{
  margin:6px 0 0;
  color:rgba(233,251,252,.78);
  font-size:11px;
  line-height:1.45
}
.me-store-action{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:10px;
  color:#f5fffd;
  font-size:10px;
  font-weight:900
}
.me-store-action svg,
.me-final-store-cta svg{
  width:17px;
  height:17px;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .18s ease
}
.me-store-cta:hover .me-store-action svg,
.me-final-store-cta:hover svg{transform:translateX(4px)}
.me-store-pulse{
  position:absolute;
  right:18px;
  top:18px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#83f7cf;
  box-shadow:0 0 0 0 rgba(131,247,207,.34);
  animation:me-store-pulse 1.8s ease-out infinite
}
.me-final-store-cta{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  margin-top:25px!important;
  padding:0 18px!important;
  border:1px solid rgba(78,208,186,.32)!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,#227ddc,#22af99)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(26,126,163,.22)!important;
  font-size:11px!important;
  font-weight:900!important;
  transition:transform .18s ease,box-shadow .18s ease!important
}
.me-final-store-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 17px 34px rgba(26,126,163,.30)!important
}
@keyframes me-store-shine{
  0%,46%{left:-38%;opacity:0}
  54%{opacity:1}
  70%,100%{left:118%;opacity:0}
}
@keyframes me-store-pulse{
  0%{box-shadow:0 0 0 0 rgba(131,247,207,.34)}
  70%,100%{box-shadow:0 0 0 12px rgba(131,247,207,0)}
}

/* Full light treatment for the extension landing page. */
html[data-site-theme="day"] body:has(.moodle-extension-page){
  background:#edf5f8!important
}
html[data-site-theme="day"] .moodle-extension-page{
  --me-bg:#edf5f8;
  --me-panel:#ffffff;
  --me-panel-2:#f4f9fb;
  --me-line:rgba(47,111,132,.16);
  --me-text:#173e50;
  --me-muted:#607b8a;
  --me-shadow:0 20px 54px rgba(42,78,94,.10);
  color:#173e50!important;
  background:
    radial-gradient(circle at 12% 4%,rgba(64,153,192,.11),transparent 28%),
    radial-gradient(circle at 91% 12%,rgba(48,181,161,.09),transparent 24%),
    linear-gradient(180deg,#f7fbfc 0%,#edf5f8 52%,#f6fafb 100%)!important
}
html[data-site-theme="day"] .moodle-extension-page::before{
  opacity:.34;
  background-image:
    linear-gradient(rgba(47,111,132,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(47,111,132,.035) 1px,transparent 1px)
}
html[data-site-theme="day"] .me-nav{
  border-bottom-color:rgba(47,111,132,.13)!important
}
html[data-site-theme="day"] .me-brand strong,
html[data-site-theme="day"] .me-hero h1,
html[data-site-theme="day"] .me-section-head h2,
html[data-site-theme="day"] .me-privacy-copy h2,
html[data-site-theme="day"] .me-final h2,
html[data-site-theme="day"] .me-feature h3,
html[data-site-theme="day"] .me-model-copy h3,
html[data-site-theme="day"] .me-steps span,
html[data-site-theme="day"] .me-compat-grid b,
html[data-site-theme="day"] .me-faq summary{
  color:#173e50!important
}
html[data-site-theme="day"] .me-brand small,
html[data-site-theme="day"] .me-lead,
html[data-site-theme="day"] .me-section-head p,
html[data-site-theme="day"] .me-feature p,
html[data-site-theme="day"] .me-model-copy p,
html[data-site-theme="day"] .me-model-note,
html[data-site-theme="day"] .me-steps p,
html[data-site-theme="day"] .me-privacy-copy>p,
html[data-site-theme="day"] .me-privacy-points span,
html[data-site-theme="day"] .me-compat-grid span,
html[data-site-theme="day"] .me-compat-note,
html[data-site-theme="day"] .me-faq details p,
html[data-site-theme="day"] .me-final>p,
html[data-site-theme="day"] .me-footer>div:last-child a{
  color:#607b8a!important
}
html[data-site-theme="day"] .me-nav nav a{color:#567482!important}
html[data-site-theme="day"] .me-nav nav a:hover{color:#147b87!important}
html[data-site-theme="day"] .me-home-link{
  border-color:rgba(47,111,132,.18)!important;
  background:#ffffff!important;
  color:#315568!important;
  box-shadow:0 5px 14px rgba(43,77,92,.055)!important
}
html[data-site-theme="day"] .me-home-link:hover{
  border-color:rgba(36,126,164,.30)!important;
  background:#f1f8fa!important;
  color:#173e50!important
}
html[data-site-theme="day"] .me-status{color:#27745d!important}
html[data-site-theme="day"] .me-status i{
  background:#34b87b!important;
  box-shadow:0 0 0 5px rgba(52,184,123,.08)!important
}
html[data-site-theme="day"] .me-kicker span{
  border-color:rgba(33,137,181,.20)!important;
  background:#eaf6fb!important;
  color:#167ca0!important
}
html[data-site-theme="day"] .me-kicker b{
  border-color:rgba(47,111,132,.13)!important;
  background:#f3f8fa!important;
  color:#607b8a!important
}
html[data-site-theme="day"] .me-hero h1 span{
  background:linear-gradient(100deg,#173e50 0%,#227fa5 48%,#1b9d83 100%)!important;
  background-clip:text!important;
  -webkit-background-clip:text!important;
  -webkit-text-fill-color:transparent!important
}
html[data-site-theme="day"] .me-chip-row span{
  border-color:rgba(47,111,132,.14)!important;
  background:#ffffff!important;
  color:#527482!important;
  box-shadow:0 4px 12px rgba(42,78,94,.035)!important
}
html[data-site-theme="day"] .me-glow-one{background:rgba(50,140,190,.09)!important}
html[data-site-theme="day"] .me-glow-two{background:rgba(43,171,149,.08)!important}

/* The Moodle mock follows day mode instead of staying as a dark island. */
html[data-site-theme="day"] .me-browser{
  border-color:rgba(47,111,132,.18)!important;
  background:#ffffff!important;
  box-shadow:0 24px 64px rgba(42,78,94,.13),0 0 0 1px rgba(255,255,255,.9) inset!important
}
html[data-site-theme="day"] .me-browser-top{
  border-bottom-color:rgba(47,111,132,.12)!important;
  background:#f4f8fa!important
}
html[data-site-theme="day"] .me-dots i{background:#bdcdd4!important}
html[data-site-theme="day"] .me-dots i:nth-child(2){background:#9cc7c5!important}
html[data-site-theme="day"] .me-dots i:nth-child(3){background:#7fb7ad!important}
html[data-site-theme="day"] .me-address{
  background:#ffffff!important;
  border:1px solid rgba(47,111,132,.10)!important;
  color:#68828f!important
}
html[data-site-theme="day"] .me-browser-body{
  background:radial-gradient(circle at 90% 0%,rgba(35,182,184,.04),transparent 33%),#f7fbfc!important
}
html[data-site-theme="day"] .me-moodle-head{border-bottom-color:rgba(47,111,132,.10)!important}
html[data-site-theme="day"] .me-moodle-head strong,
html[data-site-theme="day"] .me-question-card h2,
html[data-site-theme="day"] .me-model-select strong,
html[data-site-theme="day"] .me-ai-head strong{color:#244d5f!important}
html[data-site-theme="day"] .me-moodle-head small,
html[data-site-theme="day"] .me-progress,
html[data-site-theme="day"] .me-question-number,
html[data-site-theme="day"] .me-model-select small,
html[data-site-theme="day"] .me-ai-head small,
html[data-site-theme="day"] .me-ai-meta{color:#6a8390!important}
html[data-site-theme="day"] .me-question-card,
html[data-site-theme="day"] .me-model-select,
html[data-site-theme="day"] .me-ai-answer{
  border-color:rgba(47,111,132,.13)!important;
  background:#ffffff!important;
  box-shadow:0 7px 18px rgba(42,78,94,.035)!important
}
html[data-site-theme="day"] .me-options>div{
  border-color:rgba(47,111,132,.12)!important;
  background:#f6fafb!important;
  color:#4e6d7b!important
}
html[data-site-theme="day"] .me-options i{border-color:#9ab0ba!important}
html[data-site-theme="day"] .me-options .is-correct{
  border-color:rgba(47,174,115,.27)!important;
  background:#ebf8f1!important;
  color:#246c51!important
}
html[data-site-theme="day"] .me-ai-answer>p{
  border-color:rgba(47,174,115,.18)!important;
  background:#eff9f4!important;
  color:#365f52!important
}
html[data-site-theme="day"] .me-ai-meta{border-top-color:rgba(47,111,132,.10)!important}

/* Content cards. */
html[data-site-theme="day"] .me-feature,
html[data-site-theme="day"] .me-model-card,
html[data-site-theme="day"] .me-compat-grid>div{
  border-color:rgba(47,111,132,.14)!important;
  background:linear-gradient(180deg,#ffffff,#f6fafb)!important;
  box-shadow:0 12px 30px rgba(42,78,94,.065)!important
}
html[data-site-theme="day"] .me-feature:hover,
html[data-site-theme="day"] .me-model-card:hover{
  border-color:rgba(32,145,154,.25)!important;
  box-shadow:0 17px 36px rgba(42,78,94,.09)!important
}
html[data-site-theme="day"] .me-feature-icon{
  border-color:rgba(37,145,174,.17)!important;
  background:#eaf6fa!important;
  color:#2584a1!important
}
html[data-site-theme="day"] .me-feature>span,
html[data-site-theme="day"] .me-feature div>span,
html[data-site-theme="day"] .me-model-copy>span,
html[data-site-theme="day"] .me-section-kicker{
  color:#28849b!important
}
html[data-site-theme="day"] .me-model-card{
  background:
    radial-gradient(circle at 50% 8%,rgba(var(--mc),.08),transparent 42%),
    linear-gradient(180deg,#ffffff,#f5fafb)!important
}
html[data-site-theme="day"] .me-model-card.is-featured{
  border-color:rgba(var(--mc),.26)!important;
  box-shadow:0 18px 42px rgba(42,78,94,.09),0 0 0 1px rgba(var(--mc),.04)!important
}
html[data-site-theme="day"] .me-model-badge{
  background:#ffffff!important;
  border-color:rgba(var(--mc),.18)!important;
  color:rgb(var(--mc))!important;
  box-shadow:0 4px 12px rgba(42,78,94,.05)!important
}
html[data-site-theme="day"] .me-model-note{
  border-color:rgba(47,111,132,.12)!important;
  background:#f6fafb!important
}
html[data-site-theme="day"] .me-steps{
  border-top-color:rgba(47,111,132,.12)!important;
  border-bottom-color:rgba(47,111,132,.12)!important
}
html[data-site-theme="day"] .me-steps article{border-right-color:rgba(47,111,132,.10)!important}
html[data-site-theme="day"] .me-steps b{color:#3d7084!important}

/* Privacy block and FAQ. */
html[data-site-theme="day"] .me-privacy-card{
  border-color:rgba(47,111,132,.15)!important;
  background:
    radial-gradient(circle at 12% 40%,rgba(33,153,255,.07),transparent 32%),
    linear-gradient(135deg,#ffffff,#f3f9fa)!important;
  box-shadow:0 18px 44px rgba(42,78,94,.09)!important
}
html[data-site-theme="day"] .me-privacy-visual{
  border-right-color:rgba(47,111,132,.10)!important
}
html[data-site-theme="day"] .me-privacy-visual::before,
html[data-site-theme="day"] .me-privacy-visual::after{
  border-color:rgba(46,158,163,.15)!important
}
html[data-site-theme="day"] .me-shield{
  background:linear-gradient(145deg,rgba(38,137,204,.14),rgba(42,185,149,.16))!important;
  color:#258e7b!important;
  text-shadow:none!important
}
html[data-site-theme="day"] .me-privacy-points i{
  background:#e6f6ed!important;
  color:#288461!important
}
html[data-site-theme="day"] .me-privacy-copy>a{color:#227e9b!important}
html[data-site-theme="day"] .me-faq-list,
html[data-site-theme="day"] .me-faq details{
  border-color:rgba(47,111,132,.12)!important
}
html[data-site-theme="day"] .me-faq summary::after{
  border-color:rgba(47,111,132,.15)!important;
  background:#f5fafb!important;
  color:#557888!important
}
html[data-site-theme="day"] .me-faq details[open] summary::after{color:#16858e!important}
html[data-site-theme="day"] .me-faq details a{color:#187d99!important}

/* Final section and footer. */
html[data-site-theme="day"] .me-final{
  border-top-color:rgba(47,111,132,.11)!important;
  border-bottom-color:rgba(47,111,132,.11)!important
}
html[data-site-theme="day"] .me-final-orb{
  background:radial-gradient(circle,rgba(44,147,196,.11),rgba(42,180,151,.07) 36%,transparent 70%)!important
}
html[data-site-theme="day"] .me-final>img{
  box-shadow:0 14px 34px rgba(42,105,136,.16)!important
}
html[data-site-theme="day"] .me-final h2 em{
  background:linear-gradient(100deg,#247fa5,#229b80)!important;
  background-clip:text!important;
  -webkit-background-clip:text!important;
  -webkit-text-fill-color:transparent!important
}
html[data-site-theme="day"] .me-footer>div:last-child a:hover{color:#176e88!important}

/* CTA remains vivid in day mode, but harmonizes with the light page. */
html[data-site-theme="day"] .me-store-cta{
  border-color:rgba(30,164,145,.34)!important;
  background:
    radial-gradient(circle at 8% 0%,rgba(255,255,255,.18),transparent 32%),
    linear-gradient(115deg,#267fd0,#229f9e 58%,#25a96e)!important;
  box-shadow:0 18px 42px rgba(35,129,149,.20)!important
}
html[data-site-theme="day"] .me-store-cta:hover{
  box-shadow:0 23px 52px rgba(35,129,149,.28)!important
}

/* Mobile: keep theme switch and store CTA usable. */
@media(max-width:1060px){
  .me-theme-mount{order:3}
}
@media(max-width:760px){
  .me-nav-actions{gap:7px}
  .me-theme-mount .site-theme-switch{transform:scale(.78)}
  .me-store-cta{min-height:100px;padding:15px}
  .me-store-icon{width:48px;height:48px;flex-basis:48px}
  .me-store-cta strong{font-size:15px}
}
@media(max-width:520px){
  .me-theme-mount{display:none}
  .me-store-cta{align-items:flex-start}
  .me-store-pulse{right:12px;top:12px}
}

/* Respect accessibility preferences. */
@media(prefers-reduced-motion:reduce){
  .me-store-cta::before,
  .me-store-pulse{animation:none!important}
  .me-store-cta,
  .me-final-store-cta,
  .me-store-action svg,
  .me-final-store-cta svg{transition:none!important}
}
