@media(max-width:620px){
  .lesson-exit-button,.lesson-menu-button{display:none;position:fixed;z-index:6000;top:max(9px,env(safe-area-inset-top));min-height:42px!important;margin:0;padding:8px 13px!important;border:1px solid #c8ddd4;border-radius:14px;background:rgba(255,255,255,.94);color:#245044;font-size:16px!important;line-height:1!important;box-shadow:0 8px 24px rgba(41,81,67,.16);backdrop-filter:blur(10px)}
  .lesson-exit-button{left:9px}.lesson-menu-button{right:9px}
  body.word-practice-active>.lesson-menu-button,body.story-practice-active>.lesson-menu-button,body.story-target-active>.lesson-menu-button,body.unit-test-active>.lesson-menu-button,body.unit-test-result-active>.lesson-menu-button,body.unit-completion-active>.lesson-menu-button{display:block}
  .student-quick-menu{position:fixed;z-index:7000;inset:0}
  .student-menu-backdrop{position:absolute;inset:0;width:100%;height:100%;margin:0!important;padding:0!important;border:0;border-radius:0;background:rgba(35,62,72,.28);backdrop-filter:blur(4px)}
  .student-menu-panel{position:absolute;right:12px;top:max(60px,calc(env(safe-area-inset-top) + 52px));width:min(330px,calc(100% - 24px));padding:16px;border:1px solid #d6e5df;border-radius:24px;background:#f9fcfb;box-shadow:0 24px 60px rgba(32,66,55,.22)}
  .student-menu-panel header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:#23483e}
  .student-menu-panel header strong{font-size:21px}
  .student-menu-panel header button{width:42px;min-height:42px!important;margin:0;padding:0!important;border-radius:50%;background:#e7f2ed;color:#315f52;font-size:27px!important}
  .student-menu-panel>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .student-menu-panel>div button{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:105px!important;margin:0;padding:12px!important;border:1px solid #d8e7e1;border-radius:19px;background:linear-gradient(145deg,#fff,#edf7f3);color:#285448;font-size:17px!important}
  .student-menu-panel>div button span{margin-bottom:5px;color:#4d8f7b;font-size:28px}
  body.student-mobile-shell{height:100svh;min-height:100svh;overflow:hidden;background:#eef4f1}
  body.student-mobile-shell .site-footer{display:none!important}
  body.student-mobile-shell .topbar{position:fixed;z-index:900;top:0;right:0;left:0;display:flex;height:60px;max-width:none;margin:0;padding:8px 12px;padding-top:max(8px,env(safe-area-inset-top));border-bottom:1px solid #c9ddd5;background:linear-gradient(135deg,#e6f5ef,#e7f0fb);box-shadow:0 8px 24px rgba(48,83,72,.12)}
  body.student-mobile-shell .brand{gap:0}
  body.student-mobile-shell .brand>span{width:42px;height:42px;border:1px solid #bcd8cd;background:#fff;color:#31826a;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
  body.student-mobile-shell .brand>div{display:none}
  body.student-mobile-shell .top-actions{gap:6px}
  body.student-mobile-shell .top-actions button{min-height:42px!important;margin:0;padding:7px 11px!important;border:1px solid #c8dcd4;border-radius:13px;background:rgba(255,255,255,.82);color:#285448;font-size:15px!important;line-height:1!important}
  body.student-mobile-shell:not(.word-practice-active):not(.story-practice-active):not(.story-target-active):not(.unit-test-active):not(.unit-test-result-active):not(.unit-completion-active) main{position:fixed;z-index:1;inset:60px 0 0;width:100%;height:calc(100svh - 60px);max-width:none;margin:0;padding:16px 14px calc(26px + env(safe-area-inset-bottom));overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scroll-behavior:smooth;background:radial-gradient(circle at 8% 0,rgba(116,226,175,.24),transparent 34%),radial-gradient(circle at 100% 55%,rgba(115,152,235,.2),transparent 38%),linear-gradient(180deg,#f8fbf9,#edf4f1)}
  body.student-mobile-shell:not(.word-practice-active):not(.story-practice-active):not(.story-target-active):not(.unit-test-active):not(.unit-test-result-active):not(.unit-completion-active) #app>*{width:100%;max-width:none;animation:studentMobileEnter .22s ease-out}
  body.student-mobile-shell main>.ghost:first-child{position:sticky;z-index:30;top:0;min-height:44px!important;margin:0 0 12px;padding:8px 13px!important;border:1px solid #d6e4dc;border-radius:14px;background:rgba(238,246,242,.94);color:#153d30;font-size:16px!important;box-shadow:0 7px 18px rgba(23,61,48,.1);backdrop-filter:blur(10px)}
  body.student-mobile-shell .section-head{margin:0 0 16px;padding:4px 2px;gap:8px}
  body.student-mobile-shell .section-head h1{font-size:clamp(29px,9vw,40px);line-height:1.08;letter-spacing:-.035em}
  body.student-mobile-shell .section-head .muted{font-size:15px;line-height:1.5}
  body.student-mobile-shell .card{border-radius:23px;padding:20px 18px;box-shadow:0 14px 38px rgba(25,61,47,.1)}
  body.student-mobile-shell .unit-grid,body.student-mobile-shell .beginner-grid,body.student-mobile-shell .assignment-grid,body.student-mobile-shell .class-grid,body.student-mobile-shell .student-grid{display:grid;grid-template-columns:1fr;gap:12px;width:100%}
  body.student-mobile-shell .unit-card,body.student-mobile-shell .beginner-card,body.student-mobile-shell .assignment-card{width:100%;min-height:126px;padding:18px!important;border-radius:23px;text-align:left;box-shadow:0 12px 30px rgba(25,61,47,.1)}
  body.student-mobile-shell .unit-card{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:14px}
  body.student-mobile-shell .unit-card strong,body.student-mobile-shell .beginner-card strong{font-size:22px;line-height:1.25}
  body.student-mobile-shell .unit-card small,body.student-mobile-shell .beginner-card small{font-size:14px;line-height:1.45}
  body.student-mobile-shell .unit-number{width:50px;height:50px;border-radius:17px;font-size:20px}
  body.student-mobile-shell .unit-intro{display:flex;flex-direction:column;justify-content:center;min-height:calc(100svh - 102px);margin:0;padding:24px 20px}
  body.student-mobile-shell .unit-intro h1{font-size:clamp(34px,10vw,48px);line-height:1.08}
  body.student-mobile-shell .unit-intro>p{font-size:17px}
  body.student-mobile-shell .path-grid{display:grid;grid-template-columns:1fr;gap:13px}
  body.student-mobile-shell .path-card{min-height:150px!important;padding:20px!important;border-radius:24px}
  body.student-mobile-shell .path-card strong{font-size:23px}
  body.student-mobile-shell #backUnits,body.student-mobile-shell .unit-intro>.eyebrow,body.student-mobile-shell .unit-intro>h1,body.student-mobile-shell .unit-intro>p,body.student-mobile-shell .unit-intro>.beginner-note{display:none!important}
  body.student-mobile-shell .unit-intro{justify-content:center;min-height:calc(100svh - 96px);padding:18px 14px!important;background:transparent!important;border:0!important;box-shadow:none!important}
  body.student-mobile-shell .unit-intro .path-grid{margin:0!important;gap:16px!important}
  body.student-mobile-shell .unit-intro .path-card{min-height:210px!important;padding:28px 24px!important;border-radius:30px!important}
  body.student-mobile-shell .unit-intro .path-card span{width:50px;height:50px;font-size:26px}
  body.student-mobile-shell .unit-intro .path-card strong{font-size:34px!important;line-height:1.08}
  body.student-mobile-shell .unit-intro .path-card small{font-size:18px!important;line-height:1.35}
  body.student-mobile-shell .beginner-search{position:sticky;z-index:20;top:0;width:100%;margin:0 0 14px;padding:15px 16px;border-radius:16px;background:rgba(255,255,255,.96);font-size:18px;box-shadow:0 8px 22px rgba(25,61,47,.12)}
  body.student-mobile-shell .beginner-lesson,body.student-mobile-shell .account-page,body.student-mobile-shell .advanced-course,body.student-mobile-shell .assignment-shell,body.student-mobile-shell .level-review,body.student-mobile-shell .level-exam,body.student-mobile-shell .a1-prep{width:100%;max-width:none;margin:0;gap:13px}
  body.student-mobile-shell .beginner-lesson>video{max-height:48svh;border-radius:20px}
  body.student-mobile-shell .lesson-copy,body.student-mobile-shell .advanced-reading{font-size:18px;line-height:1.8}
  body.student-mobile-shell .beginner-exercise label{padding:13px 12px;border:1px solid #dbe6df;border-radius:14px;background:#f8fbf9;font-size:18px}
  body.student-mobile-shell .account-grid{display:grid;grid-template-columns:1fr;gap:13px}
  body.student-mobile-shell .account-profile dl div{align-items:flex-start;gap:12px}
  body.student-mobile-shell .account-profile dd{max-width:58%;overflow-wrap:anywhere}
  body.student-mobile-shell .advanced-hero{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 14px;padding:22px 19px;border-radius:25px}
  body.student-mobile-shell .advanced-badge{align-self:center}
  body.student-mobile-shell .advanced-progress{grid-template-columns:1fr 1fr}
  body.student-mobile-shell .advanced-task{grid-template-columns:1fr;margin-top:12px}
  body.student-mobile-shell .advanced-task textarea,body.student-mobile-shell .assignment-shell textarea{font-size:18px;line-height:1.65}
  body.student-mobile-shell .assignment-hero{margin:0 0 14px;padding:22px 18px;border-radius:25px}
  body.student-mobile-shell .assignment-card{display:grid;grid-template-columns:44px 1fr;gap:12px}
  body.student-mobile-shell .writing-scores{grid-template-columns:1fr 1fr}
  body.student-mobile-shell .level-review .review-title,body.student-mobile-shell .level-review .review-part{margin-bottom:13px}
  body.student-mobile-shell .review-part>p{font-size:18px;line-height:1.8}
  body.student-mobile-shell .level-exam .test-question{margin:12px 0;padding:20px 16px}
  body.student-mobile-shell .level-exam .test-question label{font-size:18px;padding:14px 12px}
  body.student-mobile-shell .remediation-guide{margin:0 0 14px;padding:22px 19px}
  body.student-mobile-shell .route-finished{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100svh - 92px);margin:0;text-align:center}
  body.student-mobile-shell dialog{max-height:calc(100svh - 24px);overflow:auto}
  body.student-mobile-shell .modal-card{padding:20px 17px calc(20px + env(safe-area-inset-bottom))}
  body.student-mobile-shell .student-home{width:100%;min-height:calc(100svh - 92px);padding:4px 0 20px}
  .student-home-welcome{padding:22px 18px 20px;border-radius:25px;background:linear-gradient(145deg,#e8f8f1,#e8f1ff);color:#244d42}
  .student-home-welcome span{font-weight:800;color:#4d8d78}
  .student-home-welcome h1{margin:3px 0;font-size:34px}
  .student-home-welcome p{margin:0;color:#557168}
  .student-home-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
  .student-home-grid button{display:flex;flex-direction:column;align-items:flex-start;min-height:150px!important;padding:18px!important;border:1px solid #d7e5df;border-radius:23px;background:#fff;color:#285448;text-align:left;box-shadow:0 12px 28px rgba(39,79,65,.09)}
  .student-home-grid button>span{font-size:30px;color:#5c9d88}
  .student-home-grid strong{margin-top:auto;font-size:21px}
  .student-home-grid small{margin-top:3px;color:#688078;font-size:13px}
  @keyframes studentMobileEnter{from{opacity:.45;transform:translateY(7px)}to{opacity:1;transform:none}}
}

@media(min-width:621px){
  .lesson-exit-button{display:none!important}
  .lesson-menu-button{display:none;position:fixed;z-index:6000;top:18px;right:22px;min-height:48px!important;margin:0;padding:10px 18px!important;border:1px solid #c8ddd4;border-radius:16px;background:rgba(255,255,255,.94);color:#245044;font-size:18px!important;line-height:1!important;box-shadow:0 10px 26px rgba(41,81,67,.16);backdrop-filter:blur(10px)}
  body.word-practice-active>.lesson-menu-button,body.story-practice-active>.lesson-menu-button,body.story-target-active>.lesson-menu-button,body.unit-test-active>.lesson-menu-button,body.unit-test-result-active>.lesson-menu-button,body.unit-completion-active>.lesson-menu-button{display:block}
  .student-quick-menu{position:fixed;z-index:7000;inset:0}
  .student-menu-backdrop{position:absolute;inset:0;width:100%;height:100%;margin:0!important;padding:0!important;border:0;border-radius:0;background:rgba(35,62,72,.28);backdrop-filter:blur(4px)}
  .student-menu-panel{position:absolute;right:22px;top:80px;width:360px;padding:18px;border:1px solid #d6e5df;border-radius:26px;background:#f9fcfb;box-shadow:0 24px 60px rgba(32,66,55,.22)}
  .student-menu-panel header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:#23483e}
  .student-menu-panel header strong{font-size:22px}
  .student-menu-panel header button{width:44px;min-height:44px!important;margin:0;padding:0!important;border-radius:50%;background:#e7f2ed;color:#315f52;font-size:28px!important}
  .student-menu-panel>div{display:grid;grid-template-columns:1fr 1fr;gap:11px}
  .student-menu-panel>div button{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:112px!important;margin:0;padding:14px!important;border:1px solid #d8e7e1;border-radius:20px;background:linear-gradient(145deg,#fff,#edf7f3);color:#285448;font-size:18px!important}
  .student-menu-panel>div button span{margin-bottom:6px;color:#4d8f7b;font-size:30px}
  body.student-mobile-shell{min-height:100vh;background:#eef4f1}
  body.student-mobile-shell .site-footer{display:none!important}
  body.student-mobile-shell .topbar{position:sticky;z-index:900;top:0;display:flex;max-width:none;margin:0;padding:10px 22px;border-bottom:1px solid #c9ddd5;background:linear-gradient(135deg,#e6f5ef,#e7f0fb);box-shadow:0 8px 24px rgba(48,83,72,.12)}
  body.student-mobile-shell .brand>span{border:1px solid #bcd8cd;background:#fff;color:#31826a;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
  body.student-mobile-shell main{max-width:980px;margin:0 auto;padding:22px 24px 42px}
  body.student-mobile-shell:not(.word-practice-active):not(.story-practice-active):not(.story-target-active):not(.unit-test-active):not(.unit-test-result-active):not(.unit-completion-active) main{max-width:900px;background:radial-gradient(circle at 8% 0,rgba(116,226,175,.24),transparent 34%),radial-gradient(circle at 100% 55%,rgba(115,152,235,.2),transparent 38%),linear-gradient(180deg,#f8fbf9,#edf4f1)}
  body.student-mobile-shell .section-head{margin:0 0 18px;padding:6px 2px;gap:10px}
  body.student-mobile-shell .section-head h1{font-size:clamp(34px,5vw,48px);line-height:1.08;letter-spacing:-.035em}
  body.student-mobile-shell .section-head .muted{font-size:17px;line-height:1.5}
  body.student-mobile-shell .card{border-radius:24px;padding:22px 20px;box-shadow:0 14px 38px rgba(25,61,47,.1)}
  body.student-mobile-shell .unit-grid,body.student-mobile-shell .beginner-grid,body.student-mobile-shell .assignment-grid,body.student-mobile-shell .class-grid,body.student-mobile-shell .student-grid{display:grid;grid-template-columns:1fr;gap:14px;width:100%}
  body.student-mobile-shell .unit-card,body.student-mobile-shell .beginner-card,body.student-mobile-shell .assignment-card{width:100%;min-height:132px;padding:20px!important;border-radius:24px;text-align:left;box-shadow:0 12px 30px rgba(25,61,47,.1)}
  body.student-mobile-shell .unit-card{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:16px}
  body.student-mobile-shell .unit-card strong,body.student-mobile-shell .beginner-card strong{font-size:24px;line-height:1.25}
  body.student-mobile-shell .unit-card small,body.student-mobile-shell .beginner-card small{font-size:16px;line-height:1.45}
  body.student-mobile-shell .unit-number{width:54px;height:54px;border-radius:18px;font-size:22px}
  body.student-mobile-shell #backUnits,body.student-mobile-shell .unit-intro>.eyebrow,body.student-mobile-shell .unit-intro>h1,body.student-mobile-shell .unit-intro>p,body.student-mobile-shell .unit-intro>.beginner-note{display:none!important}
  body.student-mobile-shell .unit-intro{display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 140px);margin:0 auto;padding:20px 16px!important;background:transparent!important;border:0!important;box-shadow:none!important}
  body.student-mobile-shell .unit-intro .path-grid{display:grid;grid-template-columns:1fr;gap:18px!important;margin:0!important}
  body.student-mobile-shell .unit-intro .path-card{min-height:220px!important;padding:32px 28px!important;border-radius:32px!important}
  body.student-mobile-shell .unit-intro .path-card span{width:54px;height:54px;font-size:28px}
  body.student-mobile-shell .unit-intro .path-card strong{font-size:38px!important;line-height:1.08}
  body.student-mobile-shell .unit-intro .path-card small{font-size:20px!important;line-height:1.35}
  body.student-mobile-shell .student-home{max-width:760px;margin:0 auto;padding:8px 0 24px}
  body.student-mobile-shell .student-home-grid{grid-template-columns:1fr 1fr;gap:14px}
  body.student-mobile-shell .student-home-grid button{min-height:160px!important}
  body.student-mobile-shell .student-home{max-width:920px;padding:26px 10px 34px}
  body.student-mobile-shell .student-home-welcome{padding:30px 34px;border-radius:30px;background:linear-gradient(145deg,#e9f8f1,#edf4ff);box-shadow:0 16px 40px rgba(39,79,65,.1)}
  body.student-mobile-shell .student-home-welcome span{display:block;margin-bottom:4px;font-size:18px}
  body.student-mobile-shell .student-home-welcome h1{font-size:46px;line-height:1.05}
  body.student-mobile-shell .student-home-welcome p{margin-top:12px;font-size:21px}
  body.student-mobile-shell .student-home-grid{gap:18px;margin-top:20px}
  body.student-mobile-shell .student-home-grid button{display:grid;grid-template-columns:58px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:16px;row-gap:4px;min-height:150px!important;padding:26px 28px!important;border:1px solid #d5e5de;border-radius:26px;background:linear-gradient(145deg,#ffffff,#f0f7f4);color:#244d42;box-shadow:0 14px 34px rgba(39,79,65,.11)}
  body.student-mobile-shell .student-home-grid button>span{grid-row:1/3;display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#e4f3ed;color:#2f8068;font-size:30px}
  body.student-mobile-shell .student-home-grid strong{margin:0;font-size:28px;line-height:1.1;white-space:normal}
  body.student-mobile-shell .student-home-grid small{margin:0;color:#5f746d;font-size:17px;line-height:1.35;white-space:normal}
  body.student-mobile-shell .student-home-grid button:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(39,79,65,.14)}
  body.student-mobile-shell .student-home{max-width:1120px}
  body.student-mobile-shell .student-home-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
  body.student-mobile-shell .student-home-grid button{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:185px!important;padding:24px 22px!important}
  body.student-mobile-shell .student-home-grid button>span{display:grid;place-items:center;width:52px;height:52px;margin-bottom:auto;border-radius:17px;background:#e4f3ed;color:#2f8068;font-size:29px}
  body.student-mobile-shell .student-home-grid strong{margin-top:18px;font-size:25px;line-height:1.1}
  body.student-mobile-shell .student-home-grid small{margin-top:7px;font-size:16px;line-height:1.35}
}

@media(max-width:620px){
  body.story-practice-active:not(.story-action-running){background:#edf6f4!important}
  body.story-practice-active:not(.story-action-running) .story-control-screen .guided-story{background:radial-gradient(circle at 15% 10%,rgba(166,216,255,.5),transparent 40%),radial-gradient(circle at 90% 88%,rgba(181,234,213,.55),transparent 42%),linear-gradient(145deg,#f5fbff,#f7f2ff 55%,#effaf6)!important}
  .story-control-screen .story-part-label{color:#315d51!important}
  .story-control-screen .story-step-active{background:linear-gradient(145deg,#ff8b7e,#e84e45)!important}
  .story-control-screen .story-step-done{background:linear-gradient(145deg,#79bff4,#3f84ce)!important}
  .story-control-screen .story-step-locked{border-color:#c5d2dd!important;background:linear-gradient(145deg,#eaf0f5,#cddae5)!important;color:#334b5d!important;box-shadow:0 12px 25px rgba(54,82,101,.14)!important}
  body.unit-test-active{background:#eef5fa!important}
  body.unit-test-active .unit-test{background:radial-gradient(circle at 15% 8%,rgba(134,199,255,.42),transparent 38%),radial-gradient(circle at 90% 90%,rgba(207,176,239,.42),transparent 40%),linear-gradient(145deg,#f4faff,#faf5ff 55%,#eef9f5)!important}
  body.unit-test-active .test-question legend{color:#274b5d!important}
  body.unit-test-active .test-question label{border-color:#cbdde5!important;background:rgba(255,255,255,.85)!important;color:#29495a!important;box-shadow:0 10px 26px rgba(50,83,98,.12)!important}
  body.unit-test-active .test-question label:has(input:checked){background:linear-gradient(135deg,#bcebd7,#8ed5b6)!important;border-color:#5cb68e!important;color:#174d39!important}
  body.unit-test-active .test-submit-screen .button{background:linear-gradient(145deg,#ff8b7e,#e84e45)!important;box-shadow:0 16px 34px rgba(190,74,65,.2)!important}
  body.unit-test-active .test-submit-screen .message{color:#a23b34!important}
  body.unit-test-result-active,body.unit-completion-active{background:#eef5fa!important}
  body.unit-test-result-active .unit-test-result{background:radial-gradient(circle at 12% 8%,rgba(132,194,255,.45),transparent 36%),radial-gradient(circle at 88% 92%,rgba(210,178,239,.45),transparent 38%),linear-gradient(145deg,#f4faff,#faf5ff 58%,#edf9f5)!important;color:#294b5c!important}
  body.unit-test-result-active .unit-result-shell>h1{color:#294b5c!important}
  body.unit-test-result-active .unit-result-shell>.eyebrow,body.unit-test-result-active .unit-result-summary{color:#537080!important}
  body.unit-test-result-active .unit-mistake-card{border-color:#d6e3e9!important;background:rgba(255,255,255,.86)!important;box-shadow:0 12px 28px rgba(50,77,91,.12)!important}
  body.unit-test-result-active .unit-mistake-card h2{color:#294b5c!important}
  body.unit-test-result-active .student-answer{background:#fff0ee!important;color:#a23b34!important}
  body.unit-test-result-active .correct-answer{background:#e7f7ef!important;color:#247456!important}
  body.unit-completion-active .unit-celebration{background:radial-gradient(circle at 14% 10%,rgba(255,221,113,.48),transparent 36%),radial-gradient(circle at 88% 90%,rgba(146,204,255,.45),transparent 40%),linear-gradient(145deg,#fffdf4,#f6f3ff 58%,#eefaf6)!important;color:#294b5c!important}
  body.unit-completion-active .unit-celebration h1,body.unit-completion-active .unit-celebration p{color:#294b5c!important}
  body.unit-completion-active .unit-celebration .eyebrow{color:#5c7482!important}
}

@media(min-width:900px){
  body.student-mobile-shell .student-home{max-width:1180px!important}
  body.student-mobile-shell .student-home-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:18px!important}
  body.student-mobile-shell .student-home-grid button{width:auto!important;min-width:0!important}
}
@media(min-width:621px) and (max-width:899px){
  body.student-mobile-shell .student-home-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important}
}
