:root{
  --academy-ink:#102437;--academy-ink-2:#274055;--academy-blue:#0b6f8d;--academy-blue-soft:#e7f3f6;
  --academy-coral:#ff956c;--academy-coral-soft:#fff0e9;--academy-mint:#dff2ec;--academy-gold:#f4c766;
  --academy-bg:#f4f5f2;--academy-surface:#fff;--academy-surface-2:#fafbf9;--academy-line:#dfe6e4;
  --academy-muted:#6e7c86;--academy-danger:#a33e3e;--academy-success:#1c7653;
  --academy-shadow:0 24px 70px rgba(16,36,55,.09);--academy-radius:28px;--academy-radius-sm:18px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Vazirmatn,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--academy-ink);background:var(--academy-bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%}::selection{background:#bfe5ef;color:#0b293a}:focus-visible{outline:3px solid rgba(11,111,141,.28);outline-offset:3px;border-radius:8px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:14px;border:1px solid transparent;padding:0 18px;font-weight:800;font-size:14px;transition:.2s}.button-primary{background:var(--academy-ink);color:#fff}.button-primary:hover{background:#183a55;transform:translateY(-1px)}.button-secondary{background:#fff;border-color:var(--academy-line);color:var(--academy-ink)}.button[disabled]{opacity:.55;cursor:not-allowed;transform:none}.text-link{color:var(--academy-blue);font-weight:800}.academy-kicker{display:block;font-size:11px;letter-spacing:.16em;font-weight:900;color:var(--academy-blue);text-transform:uppercase}.academy-muted{color:var(--academy-muted);line-height:1.75}.academy-fa-support{font-family:Vazirmatn,sans-serif!important;color:#7f8c94!important;font-size:15px!important;margin:5px 0 0!important}

/* Academy landing */
.academy-landing-body{min-height:100vh;background:radial-gradient(circle at 8% 12%,rgba(255,149,108,.13),transparent 26%),radial-gradient(circle at 92% 78%,rgba(11,111,141,.10),transparent 30%),#f7f7f4}.academy-landing-shell{width:min(1440px,100%);min-height:100vh;margin:auto;padding:26px clamp(20px,4vw,64px) 46px;display:flex;flex-direction:column}.academy-landing-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.academy-landing-brand{display:flex;align-items:center;gap:12px}.academy-landing-brand img{width:164px;height:auto}.academy-landing-brand span{font-size:10px;letter-spacing:.22em;font-weight:900;color:#87949c;border-left:1px solid #cad4d7;padding-left:12px}.academy-landing-auth{display:flex;align-items:center;gap:10px}.academy-landing-auth form{margin:0}.academy-subtle-button,.academy-subtle-link{border:0;background:transparent;padding:10px 12px;border-radius:12px;color:#4f6473;font-size:13px;font-weight:750}.academy-subtle-button:hover,.academy-subtle-link:hover{background:#fff}.academy-register-button{background:#fff;border:1px solid var(--academy-line);box-shadow:0 8px 24px rgba(16,36,55,.05)}.academy-landing-main{flex:1;display:grid;align-content:center;gap:34px;padding:68px 0 24px}.academy-landing-intro{text-align:center;max-width:760px;margin:auto}.academy-landing-intro h1{font-size:clamp(38px,5.3vw,76px);line-height:1.02;letter-spacing:-.045em;margin:12px 0 18px}.academy-landing-intro p{font-size:17px;color:var(--academy-muted);line-height:1.75;margin:0 auto;max-width:650px}.academy-entry-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:1120px;margin:0 auto;width:100%}.academy-entry-card{position:relative;min-height:330px;padding:34px;border:1px solid rgba(16,36,55,.08);border-radius:36px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;box-shadow:0 22px 55px rgba(16,36,55,.07);transition:transform .25s,box-shadow .25s}.academy-entry-card:hover{transform:translateY(-6px);box-shadow:0 32px 70px rgba(16,36,55,.12)}.academy-entry-study{background:linear-gradient(145deg,#ffffff,#edf7f8)}.academy-entry-practice{background:linear-gradient(145deg,#fff,#fff0e7)}.academy-entry-orb{width:66px;height:66px;border-radius:22px;display:grid;place-items:center;background:var(--academy-ink);color:#fff;box-shadow:0 18px 34px rgba(16,36,55,.18)}.academy-entry-practice .academy-entry-orb{background:#e8764f}.academy-entry-orb span{font-size:12px;font-weight:900;letter-spacing:.1em}.academy-entry-copy{max-width:430px}.academy-entry-copy small{font-size:10px;letter-spacing:.16em;font-weight:900;color:var(--academy-blue)}.academy-entry-practice .academy-entry-copy small{color:#b5583a}.academy-entry-copy h2{font-size:clamp(30px,3.2vw,48px);letter-spacing:-.035em;margin:7px 0 0}.academy-entry-copy>p:last-child{font-size:14px;color:var(--academy-muted);line-height:1.7;max-width:380px;margin:18px 0 0}.academy-entry-arrow{position:absolute;right:28px;bottom:26px;width:48px;height:48px;border-radius:16px;background:rgba(255,255,255,.75);display:grid;place-items:center;font-size:19px}.academy-landing-footnote{display:flex;align-items:center;justify-content:center;gap:15px;color:#87949c;font-size:11px;font-weight:750;letter-spacing:.06em}.academy-landing-footnote i{width:4px;height:4px;border-radius:50%;background:#aab7bd}

.academy-auth-layer{position:fixed;inset:0;z-index:100}.academy-auth-layer[hidden]{display:none}.academy-auth-backdrop{position:absolute;inset:0;border:0;background:rgba(7,20,31,.42);backdrop-filter:blur(7px);width:100%;height:100%}.academy-auth-drawer{position:absolute;top:0;right:0;width:min(500px,100%);height:100%;overflow:auto;background:#fff;padding:38px clamp(24px,5vw,46px);box-shadow:-30px 0 80px rgba(7,20,31,.22)}.academy-modal-open{overflow:hidden}.academy-auth-close{position:absolute;right:22px;top:18px;width:40px;height:40px;border:1px solid var(--academy-line);border-radius:14px;background:#fff;font-size:24px}.academy-auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:42px}.academy-auth-brand img{width:34px;height:34px;object-fit:contain}.academy-auth-brand span{font-size:13px;font-weight:900;letter-spacing:.06em}.academy-auth-tabs{display:flex;gap:4px;background:#f1f4f3;padding:4px;border-radius:14px;margin-bottom:28px}.academy-auth-tabs button{flex:1;border:0;border-radius:11px;background:transparent;padding:11px;font-weight:800;color:#75838b}.academy-auth-tabs button.active{background:#fff;color:var(--academy-ink);box-shadow:0 5px 14px rgba(16,36,55,.07)}.academy-auth-panel{display:none}.academy-auth-panel.active{display:block}.academy-auth-panel h2{font-size:34px;line-height:1.15;letter-spacing:-.035em;margin:8px 0 22px}.academy-auth-panel form,.academy-form{display:grid;gap:16px}.academy-auth-panel label,.academy-form label{display:grid;gap:7px;font-size:12px;font-weight:800;color:#405667}.academy-auth-panel label small,.academy-form label small{color:#8b989f;font-weight:600}.academy-auth-panel input,.academy-auth-panel select,.academy-auth-panel textarea,.academy-form input,.academy-form select,.academy-form textarea{width:100%;border:1px solid #d8e2e4;border-radius:13px;background:#fff;padding:13px 14px;color:var(--academy-ink);outline:none}.academy-auth-panel input:focus,.academy-form input:focus,.academy-form select:focus,.academy-form textarea:focus{border-color:#78b4c6;box-shadow:0 0 0 4px rgba(11,111,141,.08)}.academy-consent{display:flex!important;align-items:flex-start;gap:10px!important;line-height:1.65;font-weight:600!important}.academy-consent input{width:18px!important;height:18px;padding:0!important;flex:0 0 auto;margin-top:2px;accent-color:var(--academy-blue)}.academy-consent a{text-decoration:underline;color:var(--academy-blue)}.academy-full-button{width:100%}.academy-auth-note{font-family:Inter,Vazirmatn,sans-serif;color:#87949c;font-size:11px;line-height:1.8;margin-top:28px;padding-top:20px;border-top:1px solid #edf1f1}

/* Dedicated auth page */
.academy-auth-page,.utility-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 15% 20%,rgba(255,149,108,.13),transparent 25%),radial-gradient(circle at 90% 80%,rgba(11,111,141,.12),transparent 28%),#f5f6f3}.academy-auth-page-card,.utility-card{width:min(560px,100%);background:#fff;border:1px solid var(--academy-line);border-radius:32px;padding:38px;box-shadow:var(--academy-shadow)}.academy-auth-page-brand{display:flex;align-items:center;gap:12px;margin-bottom:38px}.academy-auth-page-brand img,.utility-logo{width:165px}.academy-auth-page-brand span{font-size:10px;letter-spacing:.2em;font-weight:900;color:#88969e}.academy-auth-page-card h1,.utility-card h1{font-size:clamp(34px,6vw,52px);line-height:1.1;letter-spacing:-.04em;margin:9px 0 12px}.academy-auth-page-card>p,.utility-card>p{color:var(--academy-muted);line-height:1.75}.academy-auth-switch{font-size:13px;color:#73838d;margin-top:20px}.academy-auth-switch a,.academy-auth-back{color:var(--academy-blue);font-weight:800}.academy-auth-back{display:inline-block;margin-top:12px;font-size:12px}.notice{border-radius:14px;padding:13px 15px;font-size:13px;line-height:1.6;margin:12px 0}.notice-error{background:#fff0ef;color:#8b3434;border:1px solid #f2d3d0}.notice-success{background:#eaf8f1;color:#226a4d;border:1px solid #ccebdc}.utility-checks{display:grid;gap:2px;margin:24px 0;background:#f6f8f7;border-radius:16px;padding:6px 16px}.utility-checks>div{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid #e5eceb}.utility-checks>div:last-child{border:0}.ok{color:var(--academy-success)}.bad{color:var(--academy-danger)}.warn{color:#946b1d}.utility-card .text-link{display:inline-block;margin-top:18px;font-size:12px}

/* Logged-in application */
.academy-app-body{min-height:100vh;background:#f3f4f1}.academy-app-shell{display:grid;grid-template-columns:255px minmax(0,1fr);min-height:100vh}.academy-sidebar{position:sticky;top:0;height:100vh;background:#12283a;color:#d8e4e8;padding:22px 18px;display:flex;flex-direction:column;z-index:40}.academy-brand{display:flex;align-items:center;gap:10px;padding:6px 8px 24px}.academy-brand img{width:138px;filter:brightness(0) invert(1)}.academy-brand span{font-size:9px;letter-spacing:.19em;font-weight:900;color:#8fb2c1;padding-left:9px;border-left:1px solid rgba(255,255,255,.15)}.academy-user-mini{display:flex;gap:11px;align-items:center;padding:14px 10px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);border-radius:16px;margin-bottom:20px}.academy-avatar{width:38px;height:38px;border-radius:13px;background:#fff;color:#12334a;display:grid;place-items:center;font-weight:900}.academy-user-mini strong,.academy-user-mini span{display:block}.academy-user-mini strong{font-size:12px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:145px}.academy-user-mini span{font-size:10px;color:#95adba;margin-top:3px}.academy-nav{display:grid;gap:5px}.academy-nav a{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:13px;font-size:12px;font-weight:750;color:#aebfca}.academy-nav a i{width:24px;text-align:center;font-style:normal;color:#89a9b7}.academy-nav a:hover{background:rgba(255,255,255,.06);color:#fff}.academy-nav a.active{background:#fff;color:#102437}.academy-nav a.active i{color:#0b6f8d}.academy-sidebar-bottom{margin-top:auto;display:grid;gap:7px;padding:14px 8px 4px;border-top:1px solid rgba(255,255,255,.09)}.academy-sidebar-bottom a,.academy-sidebar-bottom button{border:0;background:transparent;color:#8fa7b4;font-size:11px;text-align:left;padding:4px 0}.academy-sidebar-bottom a:hover,.academy-sidebar-bottom button:hover{color:#fff}.academy-sidebar-bottom form{margin:0}.academy-main{min-width:0}.academy-topbar{height:72px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8e6;position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.academy-topbar-title small,.academy-topbar-title strong{display:block}.academy-topbar-title small{font-size:9px;color:#8b989f;letter-spacing:.1em}.academy-topbar-title strong{font-size:14px;margin-top:2px}.academy-topbar-actions{display:flex;align-items:center;gap:8px}.academy-points-chip,.academy-profile-chip{display:flex;align-items:center;gap:7px;border:1px solid var(--academy-line);background:#fff;border-radius:13px;padding:7px 10px}.academy-points-chip span{font-size:13px;font-weight:900;color:#0b6f8d}.academy-points-chip small{font-size:9px;color:#88969e}.academy-profile-chip>span{width:29px;height:29px;border-radius:10px;background:#102437;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}.academy-profile-chip strong{font-size:11px}.academy-menu-button{display:none;border:0;background:#eef2f1;border-radius:11px;width:40px;height:40px}.academy-content{width:min(1350px,100%);margin:0 auto;padding:28px}.academy-page-intro{max-width:900px;margin-bottom:26px}.academy-page-intro h1{font-size:clamp(36px,5vw,64px);line-height:1.04;letter-spacing:-.045em;margin:10px 0 14px}.academy-page-intro p{color:var(--academy-muted);font-size:15px;line-height:1.8;max-width:760px}.academy-back-link{display:inline-block;font-size:12px;font-weight:800;color:var(--academy-blue);margin-bottom:22px}.academy-panel{background:#fff;border:1px solid var(--academy-line);border-radius:var(--academy-radius);padding:24px;box-shadow:0 14px 40px rgba(16,36,55,.045);margin-bottom:18px}.academy-panel h2{font-size:24px;letter-spacing:-.025em;margin:6px 0 14px}.academy-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:18px}.academy-panel-heading h2{margin:5px 0 0}.academy-panel-heading>a{font-size:12px;color:var(--academy-blue);font-weight:800}.academy-empty{padding:44px;border:1px dashed #cedad8;border-radius:24px;background:#fbfcfa;text-align:center}.academy-empty span{font-size:10px;letter-spacing:.15em;color:#91a0a7;font-weight:900}.academy-empty h2,.academy-empty h3{margin:8px 0 5px}.academy-empty p{max-width:560px;margin:0 auto;color:var(--academy-muted);line-height:1.7;font-size:13px}.academy-empty-small{padding:26px}.academy-empty-small h3{font-size:18px}.academy-welcome-panel{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;background:#fff;border:1px solid var(--academy-line);border-radius:32px;padding:30px;box-shadow:0 18px 52px rgba(16,36,55,.05)}.academy-welcome-panel h1{font-size:clamp(36px,4vw,56px);letter-spacing:-.045em;line-height:1.05;margin:9px 0 12px}.academy-welcome-panel p{color:var(--academy-muted);line-height:1.75;max-width:700px}.academy-next-action{align-self:stretch;padding:22px;border-radius:22px;background:#112a3e;color:#fff;display:flex;flex-direction:column;justify-content:center}.academy-next-action span{font-size:9px;letter-spacing:.15em;color:#87b9ca;font-weight:900}.academy-next-action strong{font-size:20px;line-height:1.35;margin:8px 0}.academy-next-action a{color:#ffd394;font-size:12px;font-weight:850}.academy-primary-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0}.academy-primary-action{position:relative;min-height:270px;border-radius:30px;padding:28px;border:1px solid var(--academy-line);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:.2s}.academy-primary-action:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(16,36,55,.09)}.academy-primary-study{background:linear-gradient(145deg,#fff,#eaf5f7)}.academy-primary-practice{background:linear-gradient(145deg,#fff,#fff0e9)}.academy-action-number{width:46px;height:46px;border-radius:15px;background:#102437;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}.academy-primary-practice .academy-action-number{background:#dc744f}.academy-primary-action small{font-size:9px;letter-spacing:.15em;font-weight:900;color:#0b6f8d}.academy-primary-practice small{color:#b6593b}.academy-primary-action h2{font-size:34px;margin:4px 0 0;letter-spacing:-.035em}.academy-primary-action p{margin:2px 0!important}.academy-primary-action div>span{font-size:12px;color:var(--academy-muted)}.academy-primary-action>b{position:absolute;right:24px;bottom:22px;width:42px;height:42px;border-radius:14px;background:#fff;display:grid;place-items:center}.academy-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.academy-metric-grid article{background:#fff;border:1px solid var(--academy-line);border-radius:20px;padding:18px}.academy-metric-grid span,.academy-metric-grid strong,.academy-metric-grid small{display:block}.academy-metric-grid span{font-size:10px;color:#87959c;font-weight:800}.academy-metric-grid strong{font-size:26px;letter-spacing:-.03em;margin:7px 0 3px}.academy-metric-grid small{font-size:9px;color:#9aa6ac;line-height:1.5}.academy-dashboard-columns{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.academy-activity-list{display:grid}.academy-activity-row{display:grid;grid-template-columns:12px 1fr auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid #edf1ef}.academy-activity-row:last-child{border:0}.academy-activity-dot{width:9px;height:9px;border-radius:50%;background:#95a5ad}.academy-activity-dot.study{background:#0b7c9c}.academy-activity-dot.practice{background:#ef8c64}.academy-activity-row strong,.academy-activity-row small{display:block}.academy-activity-row strong{font-size:12px}.academy-activity-row small{color:#85939a;font-size:10px;margin-top:4px}.academy-activity-row time{font-size:9px;color:#9ba7ad}.academy-status-line{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid #edf1ef;font-size:12px}.academy-status-line span{color:#7b8990}.academy-status-line strong{font-weight:850}

/* Study */
.academy-study-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px}.academy-study-category{min-height:190px;background:#fff;border:1px solid var(--academy-line);border-radius:24px;padding:20px;display:grid;grid-template-columns:54px 1fr auto;gap:14px;align-items:start;transition:.2s}.academy-study-category:hover:not(.is-empty):not(.is-coming-soon){transform:translateY(-3px);box-shadow:0 18px 40px rgba(16,36,55,.07)}.academy-category-icon{width:50px;height:50px;border-radius:16px;background:var(--academy-blue-soft);color:var(--academy-blue);display:grid;place-items:center;font-weight:900}.academy-study-category:nth-child(2n) .academy-category-icon{background:var(--academy-coral-soft);color:#bd6040}.academy-study-category small{font-size:9px;letter-spacing:.12em;color:#8a989f;font-weight:900}.academy-study-category h2{font-size:20px;margin:5px 0 8px}.academy-study-category p{font-size:11px;color:var(--academy-muted);line-height:1.65;margin:0}.academy-study-category>span{font-size:9px;font-weight:900;color:#84939b}.academy-study-category.is-empty,.academy-study-category.is-coming-soon{background:#f8faf8;color:#819097;cursor:default;box-shadow:none}.academy-card-grid,.academy-library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.academy-course-card,.academy-library-card{background:#fff;border:1px solid var(--academy-line);border-radius:22px;overflow:hidden}.academy-course-card>img,.academy-library-card>img,.academy-library-placeholder{width:100%;height:180px;object-fit:cover;background:#e9f2f3;display:grid;place-items:center;font-size:34px;font-weight:900;color:#7aa2b0}.academy-course-card>div,.academy-library-card>div:last-child{padding:18px}.academy-course-card span,.academy-library-card span{font-size:9px;letter-spacing:.12em;color:var(--academy-blue);font-weight:900}.academy-course-card h3,.academy-library-card h2{font-size:18px;line-height:1.35;margin:6px 0}.academy-course-card p,.academy-library-card p{font-size:11px;color:var(--academy-muted);line-height:1.7;min-height:38px}.academy-course-card small,.academy-library-card small{font-size:9px;color:#8f9ca2}.academy-course-card .text-link{display:inline-block;margin-top:12px;font-size:11px}.academy-progress-wrap{max-width:520px;margin-top:18px}.academy-progress-track{height:8px;background:#e8efee;border-radius:999px;overflow:hidden;margin:12px 0 6px}.academy-progress-track i{display:block;height:100%;background:#0b7d9e;border-radius:inherit}.academy-module-list{display:grid;gap:16px}.academy-lesson-list{display:grid;gap:7px}.academy-lesson-row{display:flex;justify-content:space-between;gap:16px;padding:15px;border:1px solid #e4eae8;border-radius:15px}.academy-lesson-row:hover{border-color:#a9cbd3;background:#fbfdfd}.academy-lesson-row span,.academy-lesson-row strong,.academy-lesson-row small{display:block}.academy-lesson-row span{font-size:8px;color:#8f9ba1;font-weight:900;letter-spacing:.12em}.academy-lesson-row strong{font-size:13px;margin-top:4px}.academy-lesson-row small{font-size:10px;color:var(--academy-muted);margin-top:4px}.academy-lesson-row b{align-self:center;font-size:10px;color:#718188;white-space:nowrap}.academy-reader{max-width:920px;margin:0 auto;background:#fff;border:1px solid var(--academy-line);border-radius:30px;padding:clamp(22px,4vw,46px);box-shadow:0 20px 60px rgba(16,36,55,.05)}.academy-reader header{max-width:760px}.academy-reader header h1{font-size:clamp(36px,5vw,62px);line-height:1.08;letter-spacing:-.045em;margin:9px 0 14px}.academy-reader header p{font-size:15px;color:var(--academy-muted);line-height:1.75}.academy-reader-meta{display:flex;gap:14px;flex-wrap:wrap;color:#88959b;font-size:10px;margin-top:16px}.academy-reader-cover{display:block;width:100%;max-height:460px;object-fit:cover;border-radius:22px;margin:28px 0}.academy-resource-cover{display:block;width:min(300px,60%);margin:28px auto;border-radius:18px;box-shadow:0 16px 40px rgba(16,36,55,.12)}.academy-reader-body{font-size:16px;line-height:2;color:#2d4557;margin-top:30px}.academy-reader-body h2,.academy-reader-body h3{line-height:1.3;color:#102437}.academy-reader-body a{color:var(--academy-blue);text-decoration:underline}.academy-video-frame{background:#08151e;border-radius:22px;overflow:hidden;margin:26px 0}.academy-video-frame video{display:block;width:100%;max-height:70vh}.academy-completion-box{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:34px;padding:18px;border-radius:18px;background:#f4f7f5;border:1px solid #e1e9e6}.academy-completion-box strong,.academy-completion-box p{display:block}.academy-completion-box strong{font-size:13px}.academy-completion-box p{font-size:10px;color:var(--academy-muted);margin:4px 0 0;max-width:520px}.academy-completion-box .is-complete{background:var(--academy-success)}

/* Practice */
.academy-practice-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.academy-practice-summary article{background:#fff;border:1px solid var(--academy-line);border-radius:20px;padding:18px}.academy-practice-summary span,.academy-practice-summary strong{display:block}.academy-practice-summary span{font-size:10px;color:#87959c}.academy-practice-summary strong{font-size:26px;margin-top:7px}.academy-practice-tools{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}.academy-tool-card{min-height:220px;padding:22px;border-radius:24px;border:1px solid var(--academy-line);display:grid;grid-template-columns:58px 1fr;gap:16px;background:#fff;position:relative}.academy-tool-card.is-live:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(16,36,55,.07)}.academy-tool-card.is-coming{background:#f8faf8;color:#77878e}.academy-tool-symbol{width:54px;height:54px;border-radius:17px;background:#102437;color:#fff;display:grid;place-items:center;font-weight:900;font-size:19px}.academy-tool-card.is-coming .academy-tool-symbol{background:#e7ecea;color:#8c999e}.academy-tool-card span{font-size:9px;letter-spacing:.13em;font-weight:900;color:#0b7d9e}.academy-tool-card.is-coming span{color:#929da2}.academy-tool-card h2{font-size:22px;margin:5px 0 8px}.academy-tool-card p{font-size:11px;line-height:1.7;color:var(--academy-muted);margin:0}.academy-tool-card>b{position:absolute;left:22px;bottom:18px;font-size:10px;color:#6f7f86}.academy-task-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:18px}.academy-task-form{margin-top:18px}.academy-task-list{display:grid}.academy-task-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid #edf1ef}.academy-task-row:last-child{border:0}.academy-task-row.is-complete{opacity:.62}.academy-task-row small,.academy-task-row strong,.academy-task-row p{display:block}.academy-task-row small{font-size:9px;color:#96a1a6}.academy-task-row strong{font-size:13px;margin-top:3px}.academy-task-row p{font-size:10px;color:var(--academy-muted);margin:4px 0 0}.academy-task-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.academy-task-actions form{margin:0}.academy-task-actions button,.academy-task-actions>span{border:1px solid #dce4e2;background:#fff;border-radius:10px;padding:7px 9px;font-size:9px;font-weight:800;color:#64757d}.academy-task-actions .task-complete-button{background:#102437;color:#fff;border-color:#102437}.academy-task-actions .task-delete-button{color:#9c5050}

/* Activity + points */
.academy-week-chart{height:240px;display:grid;grid-template-columns:repeat(7,1fr);gap:12px;align-items:end;padding:20px 4px 0}.academy-day-column{height:100%;display:grid;grid-template-rows:1fr auto auto;gap:6px;text-align:center}.academy-day-bars{height:170px;display:flex;align-items:end;justify-content:center;gap:3px}.academy-day-bars span{width:14px;border-radius:5px 5px 2px 2px;min-height:2px}.academy-day-bars .study{background:#0b7d9e}.academy-day-bars .practice{background:#ef8c64}.academy-day-column strong{font-size:9px}.academy-day-column small{font-size:8px;color:#91a0a7}.academy-chart-legend{display:flex;gap:15px;justify-content:flex-end;font-size:9px;color:#718188}.academy-chart-legend span{display:flex;align-items:center;gap:5px}.academy-chart-legend i{width:8px;height:8px;border-radius:50%}.academy-chart-legend i.study{background:#0b7d9e}.academy-chart-legend i.practice{background:#ef8c64}.academy-points-hero{display:grid;grid-template-columns:.55fr 1.45fr;gap:16px;margin-bottom:18px}.academy-points-hero>div{border-radius:26px;padding:26px;border:1px solid var(--academy-line);background:#fff}.academy-points-hero>div:first-child{background:#102437;color:#fff}.academy-points-hero span{font-size:9px;letter-spacing:.13em;font-weight:900;color:#8cb8c8}.academy-points-hero strong{display:block;font-size:54px;margin-top:10px}.academy-points-hero small{color:#9db7c2}.academy-points-hero h2{font-size:27px;margin:7px 0}.academy-points-hero p{font-size:12px;color:var(--academy-muted);line-height:1.7}.academy-points-list>div{display:flex;align-items:center;gap:13px;padding:13px 0;border-bottom:1px solid #edf1ef}.academy-points-list>div:last-child{border:0}.academy-points-amount{width:50px;height:36px;border-radius:11px;display:grid;place-items:center;background:#f0f4f2;font-weight:900;font-size:12px}.academy-points-amount.positive{background:#e8f6ef;color:#247151}.academy-points-list strong,.academy-points-list small{display:block}.academy-points-list strong{font-size:12px}.academy-points-list small{font-size:9px;color:#8a989e;margin-top:3px}

/* Profile and admin */
.academy-profile-form,.academy-admin-form{grid-template-columns:1fr 1fr}.academy-form-wide{grid-column:1/-1}.academy-form-actions{display:flex!important;flex-direction:row!important;gap:10px!important}.academy-admin-nav{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:26px}.academy-admin-nav a{padding:9px 12px;border-radius:11px;border:1px solid var(--academy-line);background:#fff;font-size:11px;font-weight:800;color:#667780}.academy-admin-nav a.active{background:#102437;color:#fff;border-color:#102437}.academy-rule-list{line-height:1.9;color:#536875;font-size:13px}.academy-admin-columns{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px}.academy-admin-table-wrap{overflow:auto}.academy-admin-table{width:100%;border-collapse:collapse;font-size:11px}.academy-admin-table th,.academy-admin-table td{text-align:left;padding:12px;border-bottom:1px solid #e7ecea;white-space:nowrap}.academy-admin-table th{font-size:9px;color:#87959b;letter-spacing:.08em}.academy-admin-table td a{color:#0b6f8d;font-weight:800;margin-right:8px}.inline-form{display:inline}.inline-form button{border:0;background:transparent;color:#a14a4a;font-size:10px}.inline-role-form{display:flex;gap:6px}.inline-role-form select{border:1px solid var(--academy-line);border-radius:9px;padding:6px}.inline-role-form button{border:0;background:#102437;color:#fff;border-radius:8px;padding:6px 9px;font-size:9px}

.academy-sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(5,18,28,.46);z-index:35;border:0}.academy-sidebar-overlay.open{display:block}body.academy-menu-open{overflow:hidden}

@media(max-width:1100px){.academy-app-shell{grid-template-columns:1fr}.academy-sidebar{position:fixed;left:-275px;width:260px;transition:.22s;box-shadow:20px 0 60px rgba(5,18,28,.22)}.academy-sidebar.open{left:0}.academy-menu-button{display:block}.academy-topbar-title{margin-right:auto;margin-left:12px}.academy-welcome-panel,.academy-dashboard-columns,.academy-task-layout,.academy-admin-columns{grid-template-columns:1fr}.academy-study-grid{grid-template-columns:1fr 1fr}.academy-card-grid,.academy-library-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.academy-landing-shell{padding:20px 18px 34px}.academy-landing-brand img{width:140px}.academy-landing-brand span{display:none}.academy-landing-main{padding:48px 0 20px}.academy-entry-grid{grid-template-columns:1fr}.academy-entry-card{min-height:280px;padding:26px;border-radius:28px}.academy-landing-footnote{flex-wrap:wrap}.academy-auth-drawer{padding:32px 22px}.academy-content{padding:18px 14px}.academy-topbar{padding:0 13px}.academy-profile-chip strong,.academy-points-chip small{display:none}.academy-welcome-panel{padding:22px;border-radius:24px}.academy-primary-actions{grid-template-columns:1fr}.academy-primary-action{min-height:220px}.academy-metric-grid,.academy-practice-summary{grid-template-columns:1fr 1fr}.academy-study-grid,.academy-card-grid,.academy-library-grid,.academy-practice-tools{grid-template-columns:1fr}.academy-study-category{min-height:150px}.academy-completion-box{align-items:stretch;flex-direction:column}.academy-completion-box .button{width:100%}.academy-week-chart{gap:6px}.academy-day-bars span{width:9px}.academy-points-hero{grid-template-columns:1fr}.academy-profile-form,.academy-admin-form{grid-template-columns:1fr}.academy-form-wide{grid-column:1}.academy-task-row{align-items:flex-start;flex-direction:column}.academy-task-actions{justify-content:flex-start}.academy-auth-page,.utility-page{padding:0;background:#fff}.academy-auth-page-card,.utility-card{border:0;border-radius:0;min-height:100vh;padding:28px 20px;box-shadow:none}}
@media(max-width:430px){.academy-landing-auth .academy-subtle-button:first-child{padding:9px 6px}.academy-register-button{padding:9px!important}.academy-landing-intro h1{font-size:42px}.academy-entry-copy h2{font-size:31px}.academy-metric-grid,.academy-practice-summary{grid-template-columns:1fr}.academy-topbar-actions{gap:5px}.academy-points-chip,.academy-profile-chip{padding:6px 8px}.academy-reader{border-radius:22px;padding:20px 16px}.academy-week-chart{overflow:auto;min-width:560px}.academy-panel:has(.academy-week-chart){overflow:auto}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* v3.0 accessibility/support-language alignment */
.academy-primary-action p[lang="fa"],.academy-fa-support{width:max-content;max-width:100%;text-align:right;direction:rtl;font-family:"Vazirmatn",Tahoma,sans-serif;color:#7f8e95;font-size:12px;line-height:1.6}
.academy-primary-action p[lang="fa"]{margin:5px 0 8px!important}

/* v3.2 final product polish */
:root{--academy-muted:#647580;--academy-line:#d9e3e2}.academy-panel,.academy-metric-card,.academy-card,.academy-study-category{padding:clamp(18px,2.2vw,26px)}.academy-content{max-width:1500px;width:100%;margin-inline:auto}.academy-topbar{min-height:72px}.academy-muted,.academy-panel p,.academy-card p{line-height:1.7}.academy-topbar-title{min-width:0}.academy-topbar-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.academy-profile-chip,.academy-points-chip{flex:0 0 auto}.academy-app-body :focus-visible,.academy-landing-body :focus-visible{outline:3px solid rgba(11,111,141,.28);outline-offset:3px}.academy-entry-copy>p:last-child{max-width:360px}.academy-entry-card{isolation:isolate}
@media(max-width:760px){.academy-topbar{min-height:66px;gap:8px}.academy-topbar-title{margin-left:4px;margin-right:auto}.academy-topbar-title small{font-size:8px;letter-spacing:.08em}.academy-topbar-title strong{font-size:12px;max-width:120px}.academy-content{padding:16px 12px 26px}.academy-welcome-panel{padding:20px}.academy-panel{padding:18px}.academy-primary-action{padding:22px;min-height:205px}.academy-entry-card{padding:24px;min-height:260px}.academy-entry-copy>p:last-child{font-size:13px;line-height:1.6}.academy-landing-intro p{font-size:15px;line-height:1.65}.academy-auth-drawer{padding-bottom:env(safe-area-inset-bottom)}}
@media(max-width:430px){.academy-landing-main{gap:24px}.academy-landing-intro h1{font-size:38px}.academy-landing-intro p{font-size:14px}.academy-topbar-actions .academy-points-chip{padding:6px 7px}.academy-topbar-actions .academy-profile-chip{padding:6px}.academy-primary-action{min-height:190px}.academy-panel{border-radius:20px}}

/* v3.4 corrective QA layer */
.academy-landing-body input,.academy-landing-body textarea,.academy-landing-body select,.academy-app-body input,.academy-app-body textarea,.academy-app-body select{color:var(--academy-ink);background:#fff}.academy-landing-body input::placeholder,.academy-app-body input::placeholder,.academy-app-body textarea::placeholder{color:#77878f;opacity:1}.academy-fa-support,[lang="fa"]{unicode-bidi:plaintext}.academy-landing-body [lang="fa"]{direction:rtl;text-align:right}.academy-landing-body [dir="ltr"],.academy-app-body [dir="ltr"]{unicode-bidi:isolate}.academy-entry-card,.academy-panel,.academy-card,.academy-study-category{overflow-wrap:anywhere}.academy-entry-card p,.academy-panel p,.academy-card p{color:#5f717c}.academy-subtle-button:disabled,.button:disabled{opacity:.58;color:#5f717c}.academy-panel,.academy-card,.academy-metric-card{color:var(--academy-ink)}
@media(max-width:430px){.academy-auth-drawer{max-height:94vh;overflow:auto}.academy-entry-card{min-height:245px}.academy-landing-shell{padding-inline:14px}}


/* v3.5.0 mobile web-app QA: conservative enhancements only */
@media(max-width:760px){
  .academy-app-body{padding-bottom:env(safe-area-inset-bottom)}
  .academy-topbar{padding-top:env(safe-area-inset-top)}
  .academy-sidebar{padding-bottom:calc(16px + env(safe-area-inset-bottom))}
  .academy-menu-button,.academy-auth-close,.academy-primary-action,.academy-subtle-button,.academy-full-button,.button,.task-complete-button,.task-delete-button{min-height:44px}
  .academy-auth-panel input,.academy-auth-panel select,.academy-auth-panel textarea,.academy-form input,.academy-form select,.academy-form textarea{font-size:16px;min-height:48px}
  .academy-auth-drawer{height:100dvh;overscroll-behavior:contain}
  .academy-content{padding-bottom:calc(30px + env(safe-area-inset-bottom))}
}
/* FLUENT Hot Seat — Practice signature tool */
.academy-tool-card.academy-tool-performance{background:linear-gradient(145deg,#ffffff 0%,#edf8f5 100%);border-color:#cfe4df;box-shadow:0 14px 36px rgba(16,36,55,.045)}
.academy-tool-performance .academy-tool-symbol{background:linear-gradient(145deg,#102437,#0b6f8d);box-shadow:0 12px 28px rgba(11,111,141,.16)}
.academy-tool-performance>div:nth-child(2)>span{color:#0b6f8d}.academy-tool-performance>b{color:#0b6f8d}


/* v3.12.0 — Academy Home and Practice clarity */
:root{--academy-navy:#0b2f5b;--academy-blue:#1769e0;--academy-blue-bright:#2d7cff;--academy-amber:#f1b83c;--academy-coral:#e56e51;--academy-teal:#149b8f;--academy-violet:#7559c7;--academy-cream:#fbf7eb;--academy-bg:#f7f3e9;--academy-surface:#fffefa;--academy-surface-2:#f5f8ff;--academy-line:#dce4ea;--academy-ink:#102b49;--academy-muted:#64758a;--academy-shadow:0 22px 60px rgba(20,42,72,.10)}
.academy-app-body{background:radial-gradient(circle at 92% 5%,rgba(117,89,199,.08),transparent 29rem),radial-gradient(circle at 5% 46%,rgba(241,184,60,.10),transparent 25rem),linear-gradient(180deg,#fbfaf5,#f3f7fb)}
.button-primary{background:linear-gradient(135deg,var(--academy-blue),#0e56c8);box-shadow:0 10px 24px rgba(23,105,224,.18)}.button-primary:hover{background:linear-gradient(135deg,#0f5ed4,#246fe4)}
.academy-home-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);gap:18px;margin-bottom:18px}.academy-home-copy,.academy-today-card{border:1px solid rgba(16,43,73,.09);border-radius:30px;box-shadow:var(--academy-shadow)}.academy-home-copy{padding:clamp(24px,4vw,48px);background:radial-gradient(circle at 94% 10%,rgba(241,184,60,.18),transparent 18rem),linear-gradient(135deg,#fffefa,#edf5ff)}.academy-home-copy h1{margin:9px 0 10px;font-size:clamp(34px,5vw,64px);line-height:1;letter-spacing:-.055em}.academy-home-copy>p{margin:0 0 25px;color:var(--academy-muted);font-size:15px}.academy-home-continue{display:grid;grid-template-columns:54px minmax(0,1fr) 28px;align-items:center;gap:15px;max-width:700px;padding:14px;border-radius:20px;background:var(--academy-navy);color:#fff;box-shadow:0 16px 38px rgba(11,47,91,.22);transition:.18s}.academy-home-continue:hover{transform:translateY(-2px)}.academy-home-continue>span:nth-child(2){display:grid;gap:3px}.academy-home-continue small{font-size:9px;letter-spacing:.15em;color:#8ec8ff;font-weight:900}.academy-home-continue strong{font-size:16px}.academy-home-continue em{font-style:normal;font-size:11px;color:#c8d8e8}.academy-home-continue svg,.academy-path-card>b svg,.academy-tool-card>b svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}.academy-growth-mark{position:relative;width:48px;height:48px;border-radius:16px;background:rgba(255,255,255,.1)}.academy-growth-mark i{position:absolute;left:11px;bottom:11px;width:27px;height:21px;border-left:2px solid #f1b83c;border-bottom:2px solid #f1b83c;border-radius:0 0 0 12px;transform:skewY(-23deg)}.academy-growth-mark b{position:absolute;width:8px;height:8px;border-radius:50%;background:#fff}.academy-growth-mark b:nth-of-type(1){left:9px;bottom:8px}.academy-growth-mark b:nth-of-type(2){left:23px;bottom:21px;background:#f1b83c}.academy-growth-mark b:nth-of-type(3){right:7px;top:7px;background:#45c7bb}.academy-today-card{padding:26px;background:linear-gradient(145deg,#0b2f5b,#164c7f);color:#fff;display:grid;align-content:center}.academy-today-card>span{font-size:10px;letter-spacing:.15em;color:#90c8ff;font-weight:900}.academy-today-card>strong{font-size:clamp(42px,6vw,68px);letter-spacing:-.055em;margin:5px 0}.academy-today-card>p{margin:0;color:#c6d8e8;font-size:11px}.academy-today-card>div{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:6px 9px;align-items:baseline;margin-top:25px;padding-top:16px;border-top:1px solid rgba(255,255,255,.14)}.academy-today-card>div b{font-size:18px}.academy-today-card>div small{color:#9fb7cb}
.academy-path-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px}.academy-path-card{display:grid;grid-template-columns:66px minmax(0,1fr);gap:18px;align-items:center;min-height:180px;padding:24px;border:1px solid rgba(16,43,73,.1);border-radius:27px;background:#fff;box-shadow:0 14px 36px rgba(18,43,70,.07);position:relative;overflow:hidden}.academy-path-card::after{content:"";position:absolute;right:-45px;bottom:-65px;width:165px;height:165px;border-radius:50%;opacity:.13}.academy-path-card.is-study::after{background:var(--academy-violet)}.academy-path-card.is-practice::after{background:var(--academy-coral)}.academy-path-icon{width:62px;height:62px;border-radius:20px;display:grid;place-items:center;color:#fff}.is-study .academy-path-icon{background:linear-gradient(145deg,var(--academy-violet),#5141a5)}.is-practice .academy-path-icon{background:linear-gradient(145deg,var(--academy-coral),#c64d3d)}.academy-path-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.8}.academy-path-card small{font-size:9px;letter-spacing:.13em;font-weight:900;color:var(--academy-blue)}.academy-path-card h2{margin:5px 0;font-size:23px;letter-spacing:-.035em}.academy-path-card p{margin:0;color:var(--academy-muted);font-size:12px}.academy-path-card>b{grid-column:2;color:var(--academy-blue);font-size:11px;z-index:1}.academy-home-lower{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr);gap:18px}.academy-home-quick{display:grid;gap:10px}.academy-home-quick a{display:grid;gap:4px;padding:18px;border-radius:19px;border:1px solid rgba(16,43,73,.1);background:#fff;box-shadow:0 10px 28px rgba(18,43,70,.055)}.academy-home-quick a:nth-child(1){border-left:5px solid var(--academy-teal)}.academy-home-quick a:nth-child(2){border-left:5px solid var(--academy-coral)}.academy-home-quick a:nth-child(3){border-left:5px solid var(--academy-amber)}.academy-home-quick span{font-size:10px;color:var(--academy-muted)}.academy-home-quick strong{font-size:13px}
.academy-practice-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 28px;margin-bottom:16px;border-radius:28px;background:linear-gradient(130deg,#fffefa,#edf5ff);border:1px solid rgba(16,43,73,.09);box-shadow:0 18px 48px rgba(18,43,70,.07)}.academy-practice-hero h1{margin:7px 0 5px;font-size:clamp(32px,4vw,52px);letter-spacing:-.05em}.academy-practice-hero p{margin:0;color:var(--academy-muted)}.academy-practice-today{min-width:170px;padding:15px 18px;border-radius:18px;background:var(--academy-navy);color:#fff;display:grid;gap:3px}.academy-practice-today span{font-size:9px;letter-spacing:.14em;color:#8ec8ff;font-weight:900}.academy-practice-today strong{font-size:28px}.academy-practice-today small{color:#bdd0e0}.academy-tool-selection{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.academy-tool-selection .academy-tool-card{min-height:330px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;border-radius:27px;position:relative;overflow:hidden}.academy-tool-selection .academy-tool-card>div{display:grid;gap:8px}.academy-tool-selection .academy-tool-card small{font-size:9px;letter-spacing:.14em;font-weight:900}.academy-tool-selection .academy-tool-card h2{font-size:20px;line-height:1.3;margin:0}.academy-tool-selection .academy-tool-card div>span{font-size:11px;color:var(--academy-muted)}.academy-tool-icon{width:68px;height:68px;border-radius:22px;display:grid;place-items:center;color:#fff}.academy-tool-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:2}.academy-tool-card>b{display:inline-flex;align-items:center;gap:8px;font-size:12px}.academy-tool-vocabulary{background:linear-gradient(145deg,#f9fffd,#e9f7f5)!important;border-color:rgba(20,155,143,.22)!important}.academy-tool-vocabulary .academy-tool-icon{background:linear-gradient(145deg,var(--academy-blue),var(--academy-teal))}.academy-tool-vocabulary small,.academy-tool-vocabulary>b{color:#0b7269}.academy-tool-hotseat{background:linear-gradient(145deg,#fffaf8,#f5efff)!important;border-color:rgba(229,110,81,.20)!important}.academy-tool-hotseat .academy-tool-icon{background:linear-gradient(145deg,var(--academy-coral),var(--academy-violet))}.academy-tool-hotseat small,.academy-tool-hotseat>b{color:#a0445b}.academy-tool-writing{background:linear-gradient(145deg,#fbf8ff,#eef4ff)!important;border-color:rgba(117,89,199,.17)!important}.academy-tool-writing .academy-tool-icon{background:linear-gradient(145deg,var(--academy-violet),var(--academy-blue))}.academy-tool-writing small,.academy-tool-writing>b{color:#59439b}.academy-tool-card.is-disabled{opacity:.78}.academy-practice-mini-stats{display:flex;align-items:center;gap:18px;margin:14px 0 22px;padding:11px 15px;border-radius:16px;background:rgba(255,255,255,.68);border:1px solid rgba(16,43,73,.08);font-size:11px;color:var(--academy-muted)}.academy-practice-mini-stats b{color:var(--academy-ink)}.academy-practice-mini-stats a{margin-left:auto;color:var(--academy-blue);font-weight:800}
@media(max-width:1000px){.academy-home-hero,.academy-home-lower{grid-template-columns:1fr}.academy-tool-selection{grid-template-columns:1fr 1fr}.academy-tool-writing{grid-column:1/-1;min-height:210px!important}.academy-path-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.academy-home-hero,.academy-path-grid,.academy-tool-selection{grid-template-columns:1fr}.academy-home-copy{padding:22px}.academy-home-copy h1{font-size:38px}.academy-home-continue{grid-template-columns:48px minmax(0,1fr) 20px}.academy-today-card{padding:20px}.academy-path-card{min-height:160px;padding:20px;grid-template-columns:56px minmax(0,1fr)}.academy-path-icon{width:54px;height:54px}.academy-practice-hero{align-items:flex-start;flex-direction:column;padding:21px}.academy-practice-today{width:100%}.academy-tool-selection .academy-tool-card,.academy-tool-writing{min-height:270px!important}.academy-practice-mini-stats{flex-wrap:wrap}.academy-practice-mini-stats a{width:100%;margin-left:0}.academy-home-quick{grid-template-columns:1fr}.academy-home-lower{gap:13px}}

/* v3.12.0 visual-polish correction after rendered review */
.academy-path-card::after{right:-28px;bottom:-38px;width:112px;height:112px;opacity:.075;border:1px solid currentColor;background:transparent!important}
.academy-path-card.is-study::after{color:var(--academy-violet)}
.academy-path-card.is-practice::after{color:var(--academy-coral)}
.academy-path-icon svg,.academy-tool-icon svg{stroke:#fff}
.academy-today-card{background:linear-gradient(145deg,#0b2f5b,#164c7f)!important;color:#fff!important}
.academy-today-card>strong,.academy-today-card>div b{color:#fff}.academy-today-card>p{color:#d9e7f4}.academy-today-card>div small{color:#bbcede}

/* v3.13.3 — minimal Practice + task time logging */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.academy-practice-hero-v3133{padding:26px 30px;background:#fff;border-radius:26px;box-shadow:none}
.academy-practice-hero-v3133 h1{margin:6px 0 4px;max-width:760px}
.academy-practice-hero-v3133 p{font-size:13px}
.academy-tool-selection-v3133{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:24px}
.academy-tool-selection-v3133 .academy-tool-card{min-height:150px!important;padding:22px!important;display:grid!important;grid-template-columns:58px minmax(0,1fr) 30px!important;align-items:center!important;gap:16px!important;border-radius:24px!important;box-shadow:none!important}
.academy-tool-selection-v3133 .academy-tool-icon{width:58px;height:58px;border-radius:18px;flex:0 0 auto}
.academy-tool-selection-v3133 .academy-tool-icon svg{width:34px;height:34px}
.academy-tool-selection-v3133 .academy-tool-copy{display:block!important;min-width:0!important;text-align:left!important}
.academy-tool-selection-v3133 .academy-tool-copy small{display:block;margin:0 0 5px;white-space:nowrap;word-break:normal;overflow-wrap:normal}
.academy-tool-selection-v3133 .academy-tool-copy h2{margin:0!important;font-size:21px!important;line-height:1.18!important;letter-spacing:-.02em!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.academy-tool-arrow{font-size:25px;font-weight:700;line-height:1;justify-self:end}
.academy-task-zone{margin-top:10px;padding:clamp(22px,4vw,36px);border:1px solid rgba(16,43,73,.09);border-radius:28px;background:#fff;box-shadow:0 14px 40px rgba(18,43,70,.05)}
.academy-task-zone-head{max-width:700px;margin-bottom:20px}
.academy-task-zone-head h2{margin:7px 0 5px;font-size:clamp(28px,4vw,44px);line-height:1.04;letter-spacing:-.045em}
.academy-task-zone-head p{margin:0;color:var(--academy-muted);font-size:14px}
.academy-task-quick-add{display:grid;grid-template-columns:minmax(0,1fr) 160px auto;gap:10px;margin-bottom:18px}
.academy-task-quick-add input{min-width:0;height:48px;border:1px solid #dce4e2;border-radius:14px;background:#fbfcfc;padding:0 14px;font:inherit;color:var(--academy-ink)}
.academy-task-quick-add input:focus{outline:2px solid rgba(22,111,181,.18);border-color:#8db8d9}
.academy-task-list-v3133{display:grid;gap:9px}
.academy-task-row-v3133{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:15px 16px;border:1px solid #e6ecea;border-radius:17px;background:#fcfdfd}
.academy-task-row-v3133.is-complete{opacity:.67;background:#f7f9f8}
.academy-task-main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:3px 10px;align-items:baseline;min-width:0}
.academy-task-main .academy-task-date{grid-row:1 / span 2;font-size:10px;font-weight:850;letter-spacing:.05em;color:#71808a;white-space:nowrap}
.academy-task-main strong{font-size:14px;line-height:1.35;min-width:0;word-break:normal;overflow-wrap:anywhere}
.academy-task-main small{font-size:10px;color:#6b7a82}
.academy-task-actions-v3133{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.academy-task-complete-form{display:flex;align-items:center;gap:9px;margin:0}
.academy-time-choice{display:flex;align-items:center;gap:4px;margin:0;padding:0;border:0}
.academy-time-choice legend{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.academy-time-choice label{cursor:pointer}
.academy-time-choice input{position:absolute;opacity:0;pointer-events:none}
.academy-time-choice span{display:grid;place-items:center;min-width:34px;height:32px;padding:0 8px;border:1px solid #d9e2e0;border-radius:10px;background:#fff;font-size:10px;font-weight:800;color:#60717a;transition:.15s}
.academy-time-choice input:checked+span{background:#102437;border-color:#102437;color:#fff;box-shadow:0 4px 12px rgba(16,36,55,.16)}
.academy-task-actions-v3133 .task-complete-button{height:36px;min-height:36px!important;border-radius:11px;padding:0 13px}
.task-text-button{border:0!important;background:transparent!important;padding:6px!important;color:#71808a!important;font-size:10px!important;font-weight:800!important;min-height:32px!important}
.academy-task-done{font-size:10px;font-weight:900;color:#17776e;background:#e9f7f4;border-radius:999px;padding:7px 10px}
.academy-practice-more-v3133{margin-top:14px}
.academy-practice-more-v3133>summary{cursor:pointer;display:inline-flex;align-items:center;min-height:40px;padding:0 4px;color:#64757d;font-size:11px;font-weight:850}
@media(max-width:820px){
  .academy-tool-selection-v3133{grid-template-columns:1fr}
  .academy-tool-selection-v3133 .academy-tool-card{min-height:118px!important;grid-template-columns:52px minmax(0,1fr) 24px!important;padding:18px!important}
  .academy-tool-selection-v3133 .academy-tool-icon{width:52px;height:52px}
  .academy-task-quick-add{grid-template-columns:1fr auto}
  .academy-task-quick-add input[type=date]{grid-column:1 / -1;grid-row:2}
  .academy-task-row-v3133{grid-template-columns:1fr;align-items:start}
  .academy-task-actions-v3133{justify-content:flex-start;width:100%}
  .academy-task-complete-form{width:100%;align-items:flex-start;flex-direction:column}
  .academy-time-choice{width:100%;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}
  .academy-time-choice span{min-width:0;padding:0 3px}
  .academy-task-actions-v3133 .task-complete-button{width:100%}
}
@media(max-width:520px){
  .academy-practice-hero-v3133{padding:20px}
  .academy-practice-hero-v3133 .academy-practice-today{min-width:0}
  .academy-tool-selection-v3133 .academy-tool-copy h2{font-size:18px!important}
  .academy-task-zone{padding:20px 15px;border-radius:22px}
  .academy-task-quick-add{grid-template-columns:1fr}
  .academy-task-quick-add input[type=date]{grid-column:auto;grid-row:auto}
  .academy-task-quick-add .button{width:100%}
  .academy-task-main{grid-template-columns:1fr;gap:3px}
  .academy-task-main .academy-task-date{grid-row:auto}
  .academy-time-choice{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:820px){.academy-time-choice{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* FLUENT v3.16.0 — Practice products, not navigation buttons */
.academy-tool-selection-v3160{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.academy-tool-selection-v3160 .academy-product-card{min-height:360px;padding:25px;border-radius:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:19px;overflow:hidden;position:relative;isolation:isolate;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.academy-tool-selection-v3160 .academy-product-card:before{content:"";position:absolute;z-index:-1;width:240px;height:240px;border-radius:50%;right:-95px;top:-85px;background:radial-gradient(circle,rgba(255,255,255,.8),rgba(255,255,255,0) 68%)}
.academy-tool-selection-v3160 .academy-product-card:hover{transform:translateY(-4px);box-shadow:0 24px 65px rgba(16,36,55,.11)}
.academy-product-top{width:100%;display:flex!important;align-items:center;justify-content:space-between;gap:10px}
.academy-product-label{font-size:8px!important;letter-spacing:.16em!important;color:#6f8292!important;font-weight:950!important}
.academy-product-status{padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(16,43,73,.08);font-size:7px!important;letter-spacing:.12em!important;color:#3e6b62!important;font-weight:950!important}
.academy-tool-selection-v3160 .academy-tool-icon{width:72px;height:72px;border-radius:23px;box-shadow:0 14px 32px rgba(16,36,55,.12)}
.academy-tool-selection-v3160 .academy-tool-copy{display:grid!important;gap:8px;max-width:510px}
.academy-tool-selection-v3160 .academy-tool-copy>small{font-size:9px;letter-spacing:.14em;font-weight:900}
.academy-tool-selection-v3160 .academy-tool-copy h2{font-size:clamp(24px,3vw,34px);line-height:1.04;letter-spacing:-.045em;margin:0;color:#102f50}
.academy-tool-selection-v3160 .academy-tool-copy p{margin:0;max-width:460px;color:#64788a;font-size:12px;line-height:1.65}
.academy-product-tags{display:flex!important;gap:6px!important;flex-wrap:wrap;margin-top:3px}
.academy-product-tags span{padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.68);border:1px solid rgba(16,43,73,.07);color:#526b7f!important;font-size:8px!important;letter-spacing:0!important;font-weight:800!important}
.academy-product-cta{margin-top:auto;display:flex!important;align-items:center;justify-content:space-between;width:100%;padding-top:16px;border-top:1px solid rgba(16,43,73,.09);font-size:11px!important;font-weight:900!important;color:#153f6e!important}
.academy-product-cta b{display:grid;place-items:center;width:30px;height:30px;border-radius:11px;background:#fff;color:inherit;font-size:15px;box-shadow:0 6px 18px rgba(16,36,55,.06)}
.academy-tool-selection-v3160 .academy-tool-vocabulary{background:radial-gradient(circle at 90% 10%,rgba(20,155,143,.17),transparent 17rem),linear-gradient(145deg,#fbfffe,#e8f7f4)!important}
.academy-tool-selection-v3160 .academy-tool-hotseat{background:radial-gradient(circle at 90% 10%,rgba(126,93,204,.14),transparent 17rem),linear-gradient(145deg,#fffdfc,#f5efff)!important}
@media(max-width:760px){.academy-tool-selection-v3160{grid-template-columns:1fr}.academy-tool-selection-v3160 .academy-product-card{min-height:310px;padding:21px;border-radius:25px}.academy-tool-selection-v3160 .academy-tool-copy h2{font-size:28px}}
@media(prefers-reduced-motion:reduce){.academy-tool-selection-v3160 .academy-product-card{transition:none}}
