*,:before,:after{box-sizing:border-box}html,body{color:#0f172a;-webkit-font-smoothing:antialiased;background:#eef1f8;width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px}:root{--brand:#039;--brand-dark:#001f7a;--brand-mid:#04c;--brand-glow:rgba(0,51,153,.28);--danger:#c8102e;--danger-bg:#fff0f3;--danger-bd:rgba(200,16,46,.22);--info-bg:#eff6ff;--info-bd:rgba(59,130,246,.22);--info-text:#1d4ed8;--surface:#fff;--surface-2:#f8fafc;--border:#e2e8f4;--text:#0f172a;--text-2:#334155;--text-muted:#64748b;--text-light:#94a3b8;--r-sm:8px;--r-md:14px;--r-lg:18px;--r-xl:22px;--ease:cubic-bezier(.4,0,.2,1)}.skeleton{background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.22) 50%,rgba(255,255,255,.1) 75%) 0 0/200% 100%;border-radius:6px;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton--avatar{border-radius:50%;-ms-flex-negative:0;flex-shrink:0;width:42px;height:42px}.skeleton--avatar-sm{border-radius:7px;-ms-flex-negative:0;flex-shrink:0;width:28px;height:28px}.skeleton--pill{border-radius:13px;width:100px;height:26px}.skeleton--text-lg{width:140px;height:14px;margin-bottom:8px}.skeleton--text-md{width:120px;height:13px}.skeleton--text-sm{width:90px;height:11px}.init-loader{z-index:9999;background:linear-gradient(155deg,#001060 0%,#039 55%,#1a4fcc 100%);-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.init-loader__inner{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:22px;padding:48px 40px;display:-ms-flexbox;display:flex}.init-loader__logo-wrap{backdrop-filter:blur(12px);background:rgba(255,255,255,.13);border:1.5px solid rgba(255,255,255,.2);border-radius:24px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:90px;height:90px;display:-ms-flexbox;display:flex;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.14)}.init-loader__logo{object-fit:contain;border-radius:14px;width:66px;height:66px}.init-loader__spinner{width:48px;height:48px;position:relative}.spinner-ring{border:3px solid rgba(255,255,255,.12);border-top-color:#fff;border-radius:50%;animation:.85s linear infinite spin;position:absolute;top:0;bottom:0;left:0;right:0}.spinner-ring--delay{border-top-color:rgba(255,255,255,.5);animation-delay:-.42s;top:7px;bottom:7px;left:7px;right:7px}@keyframes spin{to{transform:rotate(360deg)}}.init-loader__text{color:rgba(255,255,255,.75);letter-spacing:.5px;margin:0;font-size:12.5px;font-weight:500}.app-shell{min-height:100vh;animation:appIn .3s var(--ease) both;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex}@keyframes appIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hero{background:linear-gradient(145deg,#001060 0%,#039 50%,#1650d4 100%);-ms-flex-negative:0;flex-shrink:0;padding:0 0 10px;position:relative}.hero__bg{pointer-events:none;background-image:radial-gradient(circle at 70% 30%,rgba(255,255,255,.06) 0%,transparent 60%),radial-gradient(circle,rgba(255,255,255,.05) 1px,transparent 1px);background-size:100% 100%,22px 22px;position:absolute;top:0;bottom:0;left:0;right:0}.hero__brand-bar{z-index:200;border-bottom:1px solid rgba(255,255,255,.08);-ms-flex-align:center;align-items:center;gap:8px;padding:7px 14px 5px;display:-ms-flexbox;display:flex;position:relative}.hero__brand-logo{object-fit:contain;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:7px;width:28px;height:28px;padding:2px;transition:opacity .3s}.hero__brand-logo--responsive{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.22);border-radius:10px;width:40px;height:40px;padding:3px}@media (min-width:768px){.hero__brand-logo--responsive{border-radius:12px;width:48px;height:48px;padding:4px}}@media (min-width:1024px){.hero__brand-logo--responsive{border-radius:14px;width:56px;height:56px;padding:5px}}@media (min-width:1440px){.hero__brand-logo--responsive{border-radius:16px;width:64px;height:64px;padding:6px}}.hero__brand-name{color:rgba(255,255,255,.9);letter-spacing:.1px;-ms-flex-direction:column;flex-direction:column;-ms-flex:1;flex:1;gap:1px;font-size:11px;font-weight:700;display:-ms-flexbox;display:flex;overflow:hidden}.hero__brand-name-sub{color:rgba(255,255,255,.55);white-space:nowrap;text-overflow:ellipsis;font-size:9.5px;font-weight:500;overflow:hidden}.hero__live-badge{color:#6ee7b7;letter-spacing:.4px;text-transform:uppercase;background:rgba(16,185,129,.18);border:1px solid rgba(16,185,129,.3);border-radius:20px;-ms-flex-align:center;align-items:center;gap:5px;padding:3px 9px;font-size:10px;font-weight:700;display:-ms-flexbox;display:flex}.hero__live-dot{background:#34d399;border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite livePulse}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.hero__info-btn{color:rgba(255,255,255,.75);cursor:pointer;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:50%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:28px;height:28px;padding:0;transition:background .15s,color .15s;display:-ms-flexbox;display:flex}.hero__info-btn:hover{color:#fff;background:rgba(255,255,255,.22)}.hero__info-tooltip{z-index:9999;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:210px;padding:12px 14px;display:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 28px rgba(0,0,0,.18)}.hero__info-tooltip:before{content:"";background:#fff;border-top:1px solid #e2e8f0;border-left:1px solid #e2e8f0;width:10px;height:10px;position:absolute;top:-6px;right:9px;transform:rotate(45deg)}.hero__info-wrap:hover .hero__info-tooltip{display:block}.hero__info-wrap:focus-within .hero__info-tooltip{display:block}.hero__avatar-btn{cursor:pointer;background:0 0;border:none;-ms-flex-negative:0;flex-shrink:0;padding:0}.hero__avatar{color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.08));border:2px solid rgba(255,255,255,.28);border-radius:50%;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:800;transition:border-color .15s;display:-ms-flexbox;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.25)}.hero__avatar-btn:hover .hero__avatar{border-color:rgba(255,255,255,.55)}.hero__avatar--pop{-ms-flex-negative:0;flex-shrink:0;width:38px;height:38px;font-size:14px}.hero__profile-popover{z-index:20;position:absolute;top:0;bottom:0;left:0;right:0}.hero__profile-popover-inner{backdrop-filter:blur(10px);z-index:21;background:rgba(0,12,70,.97);border:1px solid rgba(255,255,255,.15);border-radius:10px;-ms-flex-align:start;align-items:flex-start;gap:10px;padding:10px 12px;display:-ms-flexbox;display:flex;position:absolute;top:38px;left:10px;right:10px;box-shadow:0 8px 24px rgba(0,0,0,.45)}.hero__profile-popover-text{-ms-flex-direction:column;flex-direction:column;-ms-flex:1;flex:1;gap:3px;min-width:0;display:-ms-flexbox;display:flex}.hero__profile-popover-pills{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px;margin-top:4px;display:-ms-flexbox;display:flex}.hero__greeting-text{-ms-flex:1;flex:1;min-width:0}.hero__hello{color:#fff;letter-spacing:-.3px;margin:0 0 1px;font-size:13px;font-weight:800;line-height:1.2}.hero__email{color:rgba(255,255,255,.6);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:11.5px;overflow:hidden}.hero__email-strip{z-index:1;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:8px;-ms-flex-align:center;align-items:center;gap:6px;min-width:0;margin:6px 14px 0;padding:5px 10px;display:-ms-flexbox;display:flex;position:relative}.hero__email-strip-icon{color:rgba(255,255,255,.5);-ms-flex-negative:0;flex-shrink:0;font-size:14px}.hero__email-strip-text{-ms-flex-direction:column;flex-direction:column;min-width:0;display:-ms-flexbox;display:flex}.hero__email-strip-subject{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;font-weight:700;overflow:hidden}.hero__email-strip-from{color:rgba(255,255,255,.55);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;overflow:hidden}.hero__usage-row{z-index:1;-ms-flex-direction:column;flex-direction:column;gap:3px;padding:5px 14px 0;display:-ms-flexbox;display:flex;position:relative}.hero__usage-item{-ms-flex-align:center;align-items:center;gap:6px;display:-ms-flexbox;display:flex}.hero__usage-icon{-ms-flex-negative:0;flex-shrink:0;font-size:12px}.hero__usage-icon--teaching{color:#a78bfa}.hero__usage-icon--analysis{color:#60a5fa}.hero__usage-label{color:rgba(255,255,255,.7);-ms-flex-negative:0;flex-shrink:0;width:52px;font-size:10.5px;font-weight:600}.hero__usage-bar-wrap{background:rgba(255,255,255,.15);border-radius:99px;-ms-flex:1;flex:1;height:4px;overflow:hidden}.hero__usage-bar{border-radius:99px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.hero__usage-bar--teaching{background:#a78bfa}.hero__usage-bar--analysis{background:#60a5fa}.hero__usage-count{color:#fff;text-align:right;min-width:26px;font-size:10.5px;font-weight:700}.hero__usage-limit{color:rgba(255,255,255,.45);font-weight:500}.hero__status-row{z-index:1;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px;padding:0 14px;display:-ms-flexbox;display:flex;position:relative}.hero__status-pill{letter-spacing:.3px;text-transform:uppercase;transition:all .3s var(--ease);border-radius:20px;-ms-flex-align:center;align-items:center;gap:5px;padding:3px 9px;font-size:11px;font-weight:700;display:-ms-inline-flexbox;display:inline-flex}.hero__status-pill.protected{color:#6ee7b7;background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.3)}.hero__status-pill.scanning{color:#fcd34d;background:rgba(251,191,36,.15);border:1px solid rgba(251,191,36,.35)}.hero__status-dot{border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite livePulse}.hero__status-pill.protected .hero__status-dot{background:#34d399}.hero__status-pill.scanning .hero__status-dot{background:#fbbf24}.hero__status-pill.error{color:#fca5a5;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3)}.hero__status-pill.error .hero__status-dot{background:#f87171}.hero__status-pill.warning{color:#fcd34d;background:rgba(245,158,11,.15);border:1px solid rgba(245,158,11,.3)}.hero__status-pill.warning .hero__status-dot{background:#f59e0b;animation:none}.scroll-area{-ms-flex-direction:column;flex-direction:column;-ms-flex:1;flex:1;gap:12px;padding:14px 13px 22px;display:-ms-flexbox;display:flex;overflow-y:auto}.email-card{background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--border);animation:cardIn .3s var(--ease) 50ms both;padding:14px 16px;box-shadow:0 2px 10px rgba(0,0,0,.055)}@keyframes cardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.email-card__label{letter-spacing:.8px;text-transform:uppercase;color:var(--text-muted);-ms-flex-align:center;align-items:center;gap:5px;margin-bottom:8px;font-size:10px;font-weight:700;display:-ms-flexbox;display:flex}.email-card__label-icon{font-size:13px}.email-card__subject{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin:0 0 10px;font-size:13.5px;font-weight:700;line-height:1.35;overflow:hidden}.email-card__from{-ms-flex-align:center;align-items:center;gap:10px;display:-ms-flexbox;display:flex}.email-card__from-avatar{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-mid) 100%);color:#fff;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:-ms-flexbox;display:flex}.email-card__from-name{color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;display:block;overflow:hidden}.email-card__from-email{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.scan-card{background:var(--surface);border-radius:var(--r-xl);border:1px solid var(--border);animation:cardIn .35s var(--ease) .1s both;-ms-flex-direction:column;flex-direction:column;gap:16px;padding:22px 18px 20px;display:-ms-flexbox;display:flex;box-shadow:0 4px 20px rgba(0,0,0,.07)}.usage-stats{border:1px solid var(--border);background:#f8fafc;border-radius:10px;-ms-flex-direction:column;flex-direction:column;gap:8px;padding:10px 12px;display:-ms-flexbox;display:flex}.usage-stats__title{letter-spacing:.7px;text-transform:uppercase;color:var(--text-muted);margin-bottom:2px;font-size:10px;font-weight:700}.usage-stats__row{-ms-flex-align:center;align-items:center;gap:7px;display:-ms-flexbox;display:flex}.usage-stats__icon{-ms-flex-negative:0;flex-shrink:0;font-size:13px}.usage-stats__icon--teaching{color:#7c3aed}.usage-stats__icon--analysis{color:var(--brand)}.usage-stats__label{color:var(--text-2);-ms-flex-negative:0;flex-shrink:0;width:54px;font-size:11.5px;font-weight:600}.usage-stats__bar-wrap{background:#e2e8f0;border-radius:99px;-ms-flex:1;flex:1;height:5px;overflow:hidden}.usage-stats__bar{border-radius:99px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.usage-stats__bar--teaching{background:#7c3aed}.usage-stats__bar--analysis{background:var(--brand)}.usage-stats__count{color:var(--text);text-align:right;min-width:28px;font-size:11.5px;font-weight:700}.usage-stats__limit{color:var(--text-muted);font-weight:500}.scan-visual{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:12px;padding:4px 0 2px;display:-ms-flexbox;display:flex}.scan-visual__rings{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:90px;height:90px;display:-ms-flexbox;display:flex;position:relative}.ring{transition:all .3s var(--ease);border:1.5px solid rgba(0,51,153,.15);border-radius:50%;position:absolute}.ring--1{width:90px;height:90px}.ring--2{width:66px;height:66px}.ring--3{width:44px;height:44px}.scan-visual--active .ring--1{border-color:rgba(0,51,153,.25);animation:1.6s ease-in-out infinite radarPulse}.scan-visual--active .ring--2{border-color:rgba(0,51,153,.35);animation:1.6s ease-in-out .3s infinite radarPulse}.scan-visual--active .ring--3{border-color:rgba(0,51,153,.5);animation:1.6s ease-in-out .6s infinite radarPulse}@keyframes radarPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.08)}}.scan-visual__icon-wrap{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-mid) 100%);width:42px;height:42px;box-shadow:0 4px 16px var(--brand-glow);transition:transform .3s var(--ease);border-radius:50%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;position:absolute}.scan-visual--active .scan-visual__icon-wrap{animation:2.5s linear infinite iconSpin}@keyframes iconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scan-visual__icon{color:#fff;font-size:22px}.scan-visual__step-label{color:var(--brand);text-align:center;letter-spacing:.1px;animation:fadeLabel .4s var(--ease) both;margin:0;font-size:12px;font-weight:600}@keyframes fadeLabel{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ai-learning-card{border-radius:var(--r-md);background:linear-gradient(#f8fbff 0%,#eef4ff 100%);border:1px solid #c7d2fe;padding:13px}.ai-learning-card__header{-ms-flex-align:start;align-items:flex-start;gap:10px;margin-bottom:11px;display:-ms-flexbox;display:flex}.ai-learning-card__icon{color:#a7f3d0;background:#111827;border-radius:8px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:32px;height:32px;font-size:18px;display:-ms-flexbox;display:flex}.ai-learning-card__eyebrow{color:#047857;letter-spacing:.06em;text-transform:uppercase;margin:0 0 2px;font-size:10px;font-weight:800;line-height:1.2}.ai-learning-card__title{color:var(--text);margin:0;font-size:13.5px;font-weight:800;line-height:1.25}.ai-learning-card__signals{-ms-flex-direction:column;flex-direction:column;gap:7px;display:-ms-flexbox;display:flex}.ai-learning-card__signal{color:var(--text-2);grid-template-columns:20px 1fr;-ms-flex-align:start;align-items:start;gap:8px;font-size:11.5px;font-weight:600;line-height:1.4;display:grid}.ai-learning-card__signal-icon{color:var(--brand);font-size:17px;line-height:1.1}.threat-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.threat-chip{border-radius:var(--r-sm);text-align:center;transition:transform .2s var(--ease), box-shadow .2s var(--ease);background:#f0f4ff;border:1px solid #d8e3ff;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:5px;padding:10px 6px;display:-ms-flexbox;display:flex}.threat-chip:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,51,153,.1)}.threat-chip__icon{color:var(--brand);font-size:20px}.threat-chip__label{color:var(--text-muted);letter-spacing:.2px;font-size:10px;font-weight:700;line-height:1.3}.status-banner{border-radius:var(--r-sm);animation:fadeIn .2s var(--ease) both;-ms-flex-align:center;align-items:center;gap:10px;padding:11px 14px;font-size:12.5px;font-weight:500;display:-ms-flexbox;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.status-banner__icon{-ms-flex-negative:0;flex-shrink:0;font-size:17px}.status-banner--info{background:var(--info-bg);color:var(--info-text);border:1px solid var(--info-bd)}.status-banner--error{background:var(--danger-bg);color:var(--danger);border:1px solid var(--danger-bd)}.tip-card{border-radius:var(--r-sm);animation:fadeIn .2s var(--ease) both;background:#fffbeb;border:1px solid #fde68a;padding:12px 14px}.tip-card__header{-ms-flex-align:center;align-items:center;gap:6px;margin-bottom:6px;display:-ms-flexbox;display:flex}.tip-card__icon{color:#d97706;font-size:16px}.tip-card__label{text-transform:uppercase;letter-spacing:.06em;color:#b45309;font-size:11px;font-weight:800}.tip-card__body{color:#78350f;margin:0;font-size:12.5px;line-height:1.55}.scan-btn{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-mid) 100%);color:#fff;border-radius:var(--r-md);letter-spacing:.1px;cursor:pointer;width:100%;box-shadow:0 4px 20px var(--brand-glow);transition:transform .2s var(--ease), box-shadow .2s var(--ease);border:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:10px;padding:15px 24px;font-size:15px;font-weight:700;display:-ms-flexbox;display:flex;position:relative;overflow:hidden}.scan-btn:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:transform .6s;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}.scan-btn:hover:not(:disabled):before{transform:translate(100%)}.scan-btn:hover:not(:disabled){box-shadow:0 8px 28px var(--brand-glow);transform:translateY(-2px)}.scan-btn:active:not(:disabled){box-shadow:0 2px 10px var(--brand-glow);transform:translateY(1px)}.scan-btn:focus-visible{outline-offset:3px;outline:3px solid rgba(0,51,153,.45)}.scan-btn:disabled{opacity:.72;cursor:not-allowed}.scan-btn--active{background:linear-gradient(135deg,#001f7a 0%,#039 100%)}.scan-btn .material-icons{font-size:20px}.scan-btn__spinner{border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;width:18px;height:18px;animation:.75s linear infinite spin}.result-card{background:var(--surface);border-radius:var(--r-xl);border:1px solid var(--border);animation:cardIn .4s var(--ease) both;overflow:hidden;box-shadow:0 6px 24px rgba(0,0,0,.08)}.ec-result{border:1px solid var(--border);animation:cardIn .35s var(--ease) both;border-radius:16px;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}.ec-verdict{border-bottom:1px solid rgba(0,0,0,.08);-ms-flex-align:center;align-items:center;gap:12px;padding:16px 18px;display:-ms-flexbox;display:flex}.ec-verdict__icon-wrap{border-radius:10px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;display:-ms-flexbox;display:flex}.ec-verdict__body{-ms-flex:1;flex:1;min-width:0}.ec-verdict__label{letter-spacing:-.3px;font-size:15px;font-weight:800;line-height:1.2}.ec-verdict__meta{text-transform:uppercase;letter-spacing:1px;color:var(--text-light);margin-top:3px;font-size:9px;font-weight:700}.ec-verdict__badge{color:#fff;letter-spacing:.6px;text-transform:uppercase;border-radius:20px;-ms-flex-negative:0;flex-shrink:0;padding:3px 8px;font-size:9px;font-weight:800}.ec-summary-section{background:var(--surface);border-bottom:1px solid var(--border);padding:14px 18px}.ec-summary-label{text-transform:uppercase;letter-spacing:.8px;color:var(--text-light);margin-bottom:7px;font-size:10px;font-weight:700}.ec-summary{color:var(--text-2);margin:0;font-size:12.5px;line-height:1.75}.ec-quiz-btn{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-mid) 100%);color:#fff;letter-spacing:.1px;transition:opacity .2s var(--ease);-ms-flex-align:center;align-items:center;gap:8px;padding:14px 18px;font-size:12.5px;font-weight:700;text-decoration:none;display:-ms-flexbox;display:flex}.ec-quiz-btn:hover{opacity:.9}.ec-quiz-arrow{margin-left:auto}.ec-powered{color:var(--text-light);text-align:center;background:var(--surface-2);border-top:1px solid var(--border);padding:9px 18px;font-size:10px}.ec-divider,.ec-hint,.ec-support{display:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}.addon-card{background:var(--surface);border-radius:var(--r-xl);border:1px solid var(--border);animation:cardIn .35s var(--ease) .1s both;text-align:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:14px;padding:28px 18px 22px;display:-ms-flexbox;display:flex;box-shadow:0 4px 20px rgba(0,0,0,.07)}.addon-card__icon-wrap{border-radius:50%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:56px;height:56px;display:-ms-flexbox;display:flex}.addon-card__icon-wrap--error{background:rgba(239,68,68,.1);border:1.5px solid rgba(239,68,68,.25)}.addon-card__icon-wrap--warning{background:rgba(245,158,11,.12);border:1.5px solid rgba(245,158,11,.3)}.addon-card__icon{font-size:26px}.addon-card__icon--error{color:#ef4444}.addon-card__icon--warning{color:#f59e0b}.addon-card__title{color:var(--text);letter-spacing:-.3px;margin:0;font-size:15px;font-weight:800;line-height:1.3}.addon-card__body{color:var(--text-muted);margin:0;font-size:12.5px;line-height:1.65}.external-btn{border-radius:var(--r-md);letter-spacing:.1px;cursor:pointer;width:100%;transition:transform .2s var(--ease), box-shadow .2s var(--ease);border:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:8px;padding:13px 24px;font-size:14px;font-weight:700;text-decoration:none;display:-ms-flexbox;display:flex}.external-btn--primary{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-mid) 100%);color:#fff;box-shadow:0 4px 16px var(--brand-glow)}.external-btn--warning{color:#fff;background:linear-gradient(135deg,#d97706 0%,#f59e0b 100%);box-shadow:0 4px 16px rgba(217,119,6,.3)}.external-btn:hover{transform:translateY(-2px)}.external-btn:active{transform:translateY(1px)}.external-btn .material-icons{font-size:18px}.action-buttons{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px;padding:6px 16px;display:-ms-flexbox;display:flex}.action-chip{border-radius:var(--r-sm);cursor:pointer;width:28px;height:28px;transition:transform .2s var(--ease), opacity .2s var(--ease);border:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;display:-ms-inline-flexbox;display:inline-flex}.action-chip:hover:not(:disabled){transform:scale(1.1)}.action-chip:active:not(:disabled){transform:scale(.95)}.action-chip:disabled{opacity:.5;cursor:not-allowed}.action-chip .material-icons{font-size:16px}.action-chip--danger{color:#dc2626;background:#fee2e2}.action-chip--danger:hover:not(:disabled){background:#fecaca}.action-chip--secondary{color:var(--brand);background:#eff6ff}.action-chip--secondary:hover:not(:disabled){background:#dbeafe}.action-chip__spinner{border:2px solid rgba(0,0,0,.2);border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin}.action-dialog{z-index:10000;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:16px;display:-ms-flexbox;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.action-dialog__backdrop{background:rgba(15,23,42,.42);position:absolute;top:0;bottom:0;left:0;right:0}.action-dialog__panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);width:min(100%,330px);max-height:calc(100vh - 32px);animation:fadeIn .18s var(--ease) both;padding:18px;position:relative;overflow-y:auto;box-shadow:0 22px 60px rgba(15,23,42,.24)}.action-dialog__icon{border-radius:10px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:38px;height:38px;margin-bottom:12px;display:-ms-flexbox;display:flex}.action-dialog__icon .material-icons{font-size:21px}.action-dialog__icon--danger{color:#dc2626;background:#fee2e2}.action-dialog__icon--secondary{color:var(--brand);background:#eff6ff}.action-dialog__title{color:var(--text);margin:0 0 7px;font-size:17px;font-weight:800;line-height:1.25}.action-dialog__body{color:var(--text-2);margin:0;font-size:12.5px;line-height:1.5}.action-dialog__details{-ms-flex-direction:column;flex-direction:column;gap:8px;margin:13px 0 16px;display:-ms-flexbox;display:flex}.action-dialog__detail{color:var(--text-muted);grid-template-columns:18px 1fr;-ms-flex-align:start;align-items:start;gap:8px;font-size:11.5px;font-weight:600;line-height:1.4;display:grid}.action-dialog__detail .material-icons{color:#059669;font-size:16px;line-height:1.1}.action-dialog__actions{grid-template-columns:1fr 1.25fr;gap:8px;display:grid}.action-dialog__btn{border-radius:var(--r-sm);cursor:pointer;border:1px solid transparent;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:7px;min-height:38px;padding:9px 10px;font-size:12.5px;font-weight:800;line-height:1.2;display:-ms-flexbox;display:flex}.action-dialog__btn:disabled{opacity:.62;cursor:not-allowed}.action-dialog__btn--ghost{border-color:var(--border);color:var(--text-2);background:#fff}.action-dialog__btn--danger{color:#fff;background:#dc2626}.action-dialog__btn--secondary{background:var(--brand);color:#fff}.external-frame-wrap{animation:appIn .25s var(--ease) both;-ms-flex-direction:column;flex-direction:column;-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;overflow:hidden}.external-frame-back{background:var(--surface);border:none;border-bottom:1px solid var(--border);color:var(--brand);cursor:pointer;text-align:left;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;gap:6px;width:100%;padding:9px 14px;font-size:13px;font-weight:600;display:-ms-flexbox;display:flex}.external-frame-back:hover{background:var(--surface-2)}.external-frame-back .material-icons{font-size:18px}.external-frame{border:none;-ms-flex:1;flex:1;width:100%}.addon-popup-overlay{z-index:1000;animation:appIn .2s var(--ease) both;background:rgba(0,0,0,.5);-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.addon-popup{background:var(--surface);border-radius:var(--r-lg);-ms-flex-direction:column;flex-direction:column;width:calc(100% - 24px);max-width:480px;height:80vh;max-height:560px;display:-ms-flexbox;display:flex;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.25)}.addon-popup__header{border-bottom:1px solid var(--border);-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:14px 16px;display:-ms-flexbox;display:flex}.addon-popup__title{color:var(--text);font-size:15px;font-weight:700}.addon-popup__close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:6px;-ms-flex-align:center;align-items:center;padding:2px;display:-ms-flexbox;display:flex}.addon-popup__close:hover{background:var(--surface-2);color:var(--text)}.addon-popup__close .material-icons{font-size:20px}.addon-popup__frame{border:none;-ms-flex:1;flex:1;width:100%}.dlg-close-footer{background:#fff;border-top:1px solid rgba(0,0,0,.08);padding:12px 16px}.dlg-close-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:6px;width:100%;padding:10px;font-size:13px;font-weight:600;display:-ms-flexbox;display:flex}.dlg-close-btn:hover{background:#e2e8f0}
