:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f3f4f1;color:#17211f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#f4f7f2f5,#ebefeafa),#f3f4f1}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:24px 18px;background:#f8faf7;border-right:1px solid #d9ded8}.brand{display:flex;align-items:center;gap:12px;min-height:72px}.brand img{width:54px;height:54px;object-fit:contain}.brand strong,.brand span{display:block}.brand strong{font-size:15px;line-height:1.25}.brand span{margin-top:3px;color:#64716c;font-size:13px}.sidebar__nav{display:grid;gap:6px;margin-top:20px}.sidebar__nav a{display:flex;align-items:center;gap:10px;min-height:42px;padding:10px 12px;border-radius:8px;color:#34423e;font-weight:650}.sidebar__nav a.active,.sidebar__nav a:hover{background:#0f766e;color:#fff}.app-main{min-width:0}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:12px clamp(18px,4vw,44px);background:#f8faf7eb;border-bottom:1px solid #d9ded8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar img{width:min(280px,50vw);max-height:52px;object-fit:contain;object-position:left center}.topbar div{display:grid;gap:2px;text-align:right}.topbar span{color:#6a746f;font-size:12px}.topbar strong{font-size:14px}main{width:min(1120px,100%);margin:0 auto;padding:32px clamp(18px,4vw,44px) 56px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.page-header__eyebrow{margin:0 0 8px;color:#0f766e;font-size:13px;font-weight:800;text-transform:uppercase}.page-header h1{margin:0;font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:0}.page-header p{max-width:740px;margin:12px 0 0;color:#58645f;font-size:16px;line-height:1.6}.page-header__actions{flex:0 0 auto}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid #cfd8d3;border-radius:8px;background:#fff;color:#17211f;cursor:pointer;font-weight:750}.button--primary{border-color:#0f766e;background:#0f766e;color:#fff}.status-pill{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border-radius:999px;background:#edf1ef;color:#33433e;font-size:13px;font-weight:800}.status-pill--success{background:#dff6ec;color:#0b5f45}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:22px}.feature-tile{display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-rows:auto auto;column-gap:12px;min-height:112px;padding:16px;border:1px solid #d9ded8;border-radius:8px;background:#fff;box-shadow:0 10px 24px #1f2b270d}.feature-tile:hover{border-color:#0f766e}.feature-tile img{grid-row:1 / span 2;width:52px;height:52px;object-fit:contain}.feature-tile span{align-self:end;font-size:17px;font-weight:850}.feature-tile small{align-self:start;margin-top:4px;color:#64716c;font-size:13px;line-height:1.35}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.data-panel,.form-card,.empty-state{padding:20px;border:1px solid #d9ded8;border-radius:8px;background:#fff;box-shadow:0 10px 24px #1f2b270d}.data-panel__heading{display:flex;align-items:center;gap:10px}.data-panel h2,.empty-state h2{margin:0;font-size:18px}.data-panel p,.empty-state p{color:#5b6762;line-height:1.55}.error-text{color:#b42318}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-card{display:grid;gap:16px;max-width:560px}.form-card label{display:grid;gap:8px;color:#34423e;font-weight:750}.form-card input,.form-card select{min-height:44px;width:100%;border:1px solid #cfd8d3;border-radius:8px;padding:10px 12px;background:#fff}.list-stack,.quiz-mode-list{display:grid;gap:10px}.list-row,.quiz-mode{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:64px;padding:14px 16px;border:1px solid #e1e6e2;border-radius:8px;background:#fbfcfb}.list-row span,.quiz-mode p{color:#65726d}.quiz-mode h2{margin:0 0 4px;font-size:18px}.quiz-mode p{margin:0}.chapter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.chapter-card{padding:16px;border:1px solid #e1e6e2;border-radius:8px;background:#fbfcfb}.chapter-card h2{margin:0 0 12px;font-size:17px}.chapter-card p{margin:8px 0;color:#58645f}.bottom-nav{display:none}@media(max-width:960px){.app-shell{display:block;padding-bottom:74px}.sidebar{display:none}.topbar{min-height:66px}main{padding-top:24px}.feature-grid,.dashboard-grid,.chapter-grid{grid-template-columns:1fr}.page-header{display:block}.page-header__actions{margin-top:16px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:30;display:grid;grid-template-columns:repeat(5,1fr);min-height:68px;border-top:1px solid #d9ded8;background:#f8faf7f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom-nav a{display:grid;place-items:center;align-content:center;gap:4px;color:#53615c;font-size:11px;font-weight:750}.bottom-nav a.active{color:#0f766e}}@media(max-width:560px){.topbar img{width:190px}.feature-tile{min-height:98px;grid-template-columns:44px minmax(0,1fr)}.feature-tile img{width:44px;height:44px}.list-row,.quiz-mode{align-items:flex-start;flex-direction:column}}body{background:#cfcfcf;overflow-x:hidden}#root{min-height:100vh}.app-shell{display:block;width:min(100%,480px);min-height:100vh;margin:0 auto;background:#cfcfcf;box-shadow:0 0 28px #00000029;overflow-x:hidden}.app-main{min-height:100vh}main{width:100%;padding:0 18px 96px}.app-back-button{position:fixed;top:104px;left:max(12px,calc(50% - 226px));z-index:55;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:#ffffff7a;color:#0f2337b8;box-shadow:0 6px 14px #46464624;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.app-back-button:active{transform:translateY(1px)}.home-screen{display:grid;gap:11px}.home-hero{display:flex;justify-content:center;padding:20px 8px 32px}.home-hero img{width:100%;max-width:320px;height:auto;object-fit:contain}.subscription-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:-4px;padding:0 6px}.subscription-row>div{min-width:0}.subscription-row h1{margin:0;color:#07840c;font-size:clamp(16px,3.7vw,20px);line-height:1.15;letter-spacing:0;white-space:nowrap}.subscription-row--limited h1{color:#d11111}.subscription-row p{margin:4px 0 0;color:#6c7481;font-size:clamp(13px,3.2vw,17px);line-height:1.15;text-align:left}.subscription-row strong{color:#4f5968}.subscription-row>span{flex:0 0 auto;min-width:52px;padding:8px 9px;border-radius:999px;background:#d7d8dc;color:#153d87;font-size:12px;font-weight:900;text-align:center}.subscription-row--limited>span{background:#ffe1e1;color:#ba1010}.home-activate-btn{width:calc(100% - 12px);min-height:46px;margin:4px 6px 0;border:0;border-radius:12px;background:#128832;color:#fff;cursor:pointer;font-size:15px;font-weight:950;box-shadow:0 12px 22px #1288323d}.subscription-auth-link{color:#0758c6;font-weight:950;text-decoration:underline;text-underline-offset:3px}.activation-screen{display:grid;gap:14px;min-height:calc(100vh - 84px);padding:16px 8px 28px;color:#17233a}.activation-hero{display:grid;gap:10px;justify-items:center}.activation-hero img{width:100%;max-width:320px;height:auto;object-fit:contain}.activation-hero h1{margin:0;color:#12213a;font-size:clamp(22px,5vw,28px);line-height:1.1;text-align:center}.activation-card,.activation-notice{display:grid;gap:14px;padding:16px 14px;border:1px solid #e5edf7;border-radius:16px;background:#fff;box-shadow:0 12px 26px #32465a29}.activation-message{margin:0;color:#d11111;font-size:15px;font-weight:850;line-height:1.35;text-align:center}.activation-message strong{color:#111827}.activation-message--success{color:#15803d}.activation-steps{display:grid;gap:10px}.activation-steps div{display:grid;grid-template-columns:28px 1fr;gap:8px;align-items:start;padding:12px;border-radius:12px;background:#f5f8fc;color:#3d4653;font-size:13px;font-weight:750;line-height:1.35}.activation-steps strong{color:#0758c6;font-weight:950}.activation-demand-btn,.activation-back-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:12px;cursor:pointer;font-weight:950}.activation-demand-btn{border:0;background:#128832;color:#fff;box-shadow:0 12px 22px #1288323d}.activation-demand-btn:disabled{cursor:not-allowed;opacity:.65}.activation-back-btn{border:1px solid #d7e1ee;background:#f8fbff;color:#334155}.activation-wait-text{margin:0;color:#4b5563;font-size:13px;font-weight:800;line-height:1.4;text-align:center}.activation-spinner-row{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;color:#0758c6;font-size:13px;font-weight:900}.activation-notice{text-align:center;font-size:14px;font-weight:850}.activation-notice.success{border-color:#b7e4c1;background:#effaf2;color:#13712b}.activation-notice.info{border-color:#b8d9ff;background:#eff6ff;color:#0758c6}.activation-notice.error{border-color:#ffc1c1;background:#fff1f1;color:#b91c1c}.auth-screen{display:grid;gap:12px;min-height:calc(100vh - 84px);padding:16px 6px 28px;color:#17233a}.auth-hero{display:grid;justify-items:center;gap:6px;text-align:center}.auth-hero img{width:min(100%,320px);height:auto;object-fit:contain}.auth-hero h1{margin:0;color:#4a90e2;font-size:clamp(24px,5.8vw,32px);font-weight:950;line-height:1.05;letter-spacing:0}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.auth-tabs button,.auth-local-session,.auth-primary-btn,.auth-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:12px;cursor:pointer;font-weight:900}.auth-tabs button{border:1px solid #dbe4ef;background:#f8fbff;color:#5c6b7c;font-size:13px}.auth-tabs button.is-active{border-color:#4a90e2;background:#4a90e2;color:#fff;box-shadow:0 8px 18px #4a90e23d}.auth-local-session{width:100%;border:1px dashed #9cbce4;background:#eef6ff;color:#174d92}.auth-inline-back{justify-self:center;min-height:34px;padding:0 12px;border:0;background:transparent;color:#506176;cursor:pointer;font-size:13px;font-weight:850;text-decoration:underline;text-underline-offset:3px}.auth-card,.auth-notice{display:grid;gap:12px;padding:16px 14px;border:1px solid #e5edf7;border-radius:16px;background:#fff;box-shadow:0 12px 26px #32465a29}.auth-card h2{margin:0;color:#17233a;font-size:clamp(18px,4.5vw,24px);line-height:1.1;text-align:center}.auth-card p{margin:0;color:#5b6470;font-size:13px;font-weight:750;line-height:1.35;text-align:center}.auth-confirm-help{color:#4b5563;font-size:12px;font-weight:750;line-height:1.45}.auth-confirm-help a,.auth-inline-button{display:inline;margin:0 4px;padding:0;border:0;background:transparent;color:#0758c6;cursor:pointer;font-size:inherit;font-weight:950;text-decoration:underline;text-underline-offset:2px}.auth-inline-button:disabled{opacity:.55;cursor:default}.auth-card label{display:grid;gap:7px;color:#34423e;font-size:13px;font-weight:900}.auth-contact-note{color:#c70000;font-weight:900}.auth-card input,.auth-card select{width:100%;min-height:46px;border:1px solid #cfd8d3;border-radius:11px;padding:10px 12px;background:#fff;color:#17211f;font-size:14px;font-weight:800}.auth-center-field{display:grid;gap:9px}.auth-center-confirmed{display:block;padding:9px 10px;border:1px solid #b9dfc7;border-radius:10px;background:#e9f8ee;color:#155724;font-size:12px;font-weight:900;line-height:1.25}.auth-center-suggestions{display:grid;gap:8px;max-height:260px;overflow:auto;padding:8px;border:1px solid #dce4ec;border-radius:12px;background:#f8fbff}.auth-center-suggestions button{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;min-height:48px;padding:9px 10px;border:0;border-radius:10px;background:#fff;color:#17233a;box-shadow:0 5px 12px #32465a1a;cursor:pointer;text-align:left}.auth-center-suggestions span{min-width:0;font-size:12px;font-weight:900;line-height:1.2}.auth-center-suggestions strong{color:#0758c6;font-size:11px;font-weight:950}.auth-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:22px;background:#00000094}.auth-center-modal{width:min(100%,390px);display:grid;gap:12px;padding:22px 18px;border-radius:16px;background:#fff;color:#17233a;box-shadow:0 22px 52px #00000047;text-align:center}.auth-center-modal h2{margin:0;font-size:clamp(19px,4.6vw,25px);line-height:1.1}.auth-center-modal p{margin:0;color:#4b5563;font-size:14px;font-weight:800;line-height:1.35}.auth-center-modal strong{color:#0758c6}.auth-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-primary-btn,.auth-secondary-btn{width:100%;border:0;font-size:14px}.auth-primary-btn{background:#2f6bea;color:#fff;box-shadow:0 10px 18px #2f6bea38}.auth-secondary-btn{background:#eef1f5;color:#1e2b3a}.auth-primary-btn:disabled,.auth-secondary-btn:disabled,.auth-local-session:disabled{opacity:.62;cursor:default}.auth-notice{font-size:13px;font-weight:800;line-height:1.35;text-align:center}.auth-notice strong{color:#17233a;font-size:15px}.auth-loading-inline{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:inherit}.auth-notice.success{border-color:#b9dfc7;background:#e9f8ee;color:#155724}.auth-notice.info{border-color:#b8dcef;background:#eef8fc;color:#0c5460}.auth-notice.error{border-color:#f0beb8;background:#fff0ee;color:#9a2419}.exam-card{display:grid;gap:9px;padding:11px 12px;border-radius:14px;background:#fff;box-shadow:0 10px 22px #3c3c3c2e;min-width:0}.exam-card__date{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.exam-card__date p{margin:0;color:#4c5666;min-width:0;font-size:clamp(13px,3vw,16px);font-weight:900;line-height:1.15;white-space:nowrap}.exam-card__date strong{color:#0758c6}.exam-card__date span{flex:0 0 auto;padding:6px 8px;border:2px solid #ead8bd;border-radius:14px;background:#fbf4e8;color:#8a560b;font-size:11px;font-weight:900}.exam-card__button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border:0;border-radius:13px;background:#eff0f4;color:#0f2b66;cursor:pointer;font-size:clamp(14px,3.3vw,18px);font-weight:900}.exam-card__button img{width:22px;height:22px;object-fit:contain}.exam-dates-screen{min-height:calc(100vh - 94px);display:grid;align-content:start;gap:24px;padding-bottom:18px}.exam-dates-hero{display:flex;justify-content:center;padding:18px 8px 42px}.exam-dates-hero img{width:100%;max-width:320px;height:auto;object-fit:contain}.exam-dates-content{display:grid;gap:18px;justify-items:center}.exam-dates-content h1{margin:0;color:#6ca5ce;font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,7vw,40px);font-weight:500;line-height:1.05;text-align:center}.exam-dates-next-card{width:min(310px,88vw);display:flex;align-items:center;gap:12px;padding:16px 18px;border-radius:8px;background:#e1e1e2;color:#2d3440;box-shadow:0 10px 24px #28282824}.exam-dates-next-card svg{flex:0 0 auto;color:#174d92}.exam-dates-next-card div{display:grid;gap:6px}.exam-dates-next-card strong{color:#202833;font-family:Georgia,Times New Roman,serif;font-size:clamp(18px,4.8vw,24px);line-height:1.1}.exam-dates-next-card span{color:#555f6e;font-size:13px;font-weight:800;line-height:1.25}.exam-dates-list{width:100%;display:grid;gap:12px;padding:20px 8px 8px;border-top:1px solid rgba(95,95,95,.25);box-shadow:inset 0 10px 14px -14px #000000b3}.exam-dates-list h2{margin:0;color:#343a42;font-size:clamp(16px,4vw,22px);line-height:1.1;text-align:center}.exam-dates-list table{width:min(370px,92vw);margin:0 auto;border-collapse:separate;border-spacing:0 8px;color:#303640;font-size:clamp(13px,3.3vw,16px);font-weight:800}.exam-dates-list td{padding:10px 8px;background:#ffffffb8;text-align:center}.exam-dates-list td:first-child{border-radius:8px 0 0 8px}.exam-dates-list td:last-child{border-radius:0 8px 8px 0;color:#5f6671;white-space:nowrap}.exam-dates-empty,.exam-dates-warning{width:min(360px,92vw);margin:0 auto;color:#626a76;font-size:14px;font-weight:800;line-height:1.35;text-align:center}.exam-dates-warning{padding:10px 12px;border-radius:10px;background:#fff7df;color:#785000}.exam-dates-return{min-width:148px;min-height:48px;border:0;border-radius:12px;background:#2f6bea;color:#fff;box-shadow:0 10px 20px #2f6bea3d;cursor:pointer;font-size:15px;font-weight:900}.courses-screen{display:grid;gap:18px;padding-bottom:16px}.course-reader-actions button,.course-reader-back{border:0;cursor:pointer;font-weight:900}.courses-hero{display:grid;gap:10px;justify-items:center;padding-top:4px;text-align:center}.courses-hero img{width:min(320px,86vw);height:auto}.courses-hero h1{margin:0;color:#111827;font-size:clamp(20px,5vw,30px);font-weight:950;line-height:1.1}.courses-hero h1 span{color:#f04a4f}.courses-hero p{margin:0;color:#74777d;font-size:clamp(13px,3.2vw,16px);font-weight:850;line-height:1.3}.courses-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.course-family-card{min-height:128px;display:grid;align-content:center;justify-items:center;gap:8px;padding:14px 10px;border-radius:16px;background:#fff;color:#24262b;box-shadow:0 12px 26px #3c3c3c2e;text-align:center}.course-family-card img{width:44px;height:44px;object-fit:contain}.course-family-card span{font-size:clamp(13px,3.2vw,16px);font-weight:950;line-height:1.15}.course-family-card small{color:#747b86;font-size:11px;font-weight:850}.course-reader-screen{min-height:calc(100vh - 108px);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto;gap:10px;padding-bottom:12px}.course-reader-back{width:max-content;display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;background:#ffffffbf;color:#173b72;box-shadow:0 6px 14px #50505024}.course-reader-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.course-reader-header h1{margin:0;color:#6ca5ce;font-family:Georgia,Times New Roman,serif;font-size:clamp(21px,5.5vw,34px);font-weight:500;line-height:1.05}.course-reader-header span{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#e7eef6;color:#174d92;font-size:12px;font-weight:950}.course-slide-card{min-height:0;display:grid;gap:12px;align-content:start;padding:16px;border-radius:18px;background:#fff;box-shadow:0 14px 32px #3030302e;overflow:auto}.course-slide-card>strong{color:#111827;font-size:clamp(17px,4.3vw,24px);line-height:1.15;text-align:center}.course-slide-card>p{margin:0;color:#2f343d;font-size:clamp(13px,3.1vw,16px);font-weight:700;line-height:1.55;text-align:justify}.course-sign-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.course-sign-tile{display:grid;gap:7px;justify-items:center;min-height:112px;padding:10px 8px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;cursor:pointer}.course-sign-tile img{width:58px;height:58px;object-fit:contain}.course-sign-tile span{color:#172033;font-size:12px;font-weight:950;line-height:1.1;text-align:center}.course-slide-images{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.course-slide-images img{width:min(190px,58vw);max-height:170px;object-fit:contain}.course-slide-dots{display:flex;flex-wrap:wrap;justify-content:center;gap:5px}.course-slide-dots button{width:8px;height:8px;border:0;border-radius:999px;background:#b9c2cf;cursor:pointer}.course-slide-dots button.is-active{width:24px;background:#2f6bea}.course-reader-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:8px}.course-reader-actions button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:12px;background:#eceff4;color:#202833}.course-reader-actions button.is-primary{background:#2f6bea;color:#fff}.course-reader-actions button:disabled{opacity:.45;cursor:default}.how-link{display:block;color:#0800d7;font-family:Georgia,Times New Roman,serif;font-size:clamp(15px,3.7vw,20px);font-style:italic;line-height:1.25;text-align:center}.base-title{margin:4px 0 0;color:#6ca5ce;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,5.8vw,31px);line-height:1;text-align:center;letter-spacing:0}.system-panel{display:grid}.system-tabs{display:grid;grid-template-columns:1fr 1fr;align-items:end}.system-tab{min-height:42px;border:0;background:transparent;color:#34343438;font-size:clamp(14px,3.2vw,17px);font-weight:900;line-height:1.05;white-space:nowrap}.system-tab--active{position:relative;z-index:1;min-height:52px;border:4px solid #7d7d7d;border-bottom:0;border-radius:14px 14px 0 0;background:#fff;color:#050505}.system-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:-1px;padding:14px 16px 68px;border-radius:0 16px 18px 18px;background:#dededeeb;box-shadow:inset 0 14px 28px #ffffff42}.system-tile{display:grid;place-items:center;align-content:center;gap:6px;min-height:82px;padding:9px 6px;border:0;border-radius:13px;background:#fff;color:#303030;box-shadow:0 12px 18px #5a5a5a38;text-align:center}.system-tile img{width:32px;height:32px;object-fit:contain}.system-tile span{font-size:clamp(13px,3.1vw,16px);font-weight:900;line-height:1.05}.quick-card{padding:10px 18px;border-radius:13px;background:#fff;box-shadow:0 10px 22px #3c3c3c24}.quick-card a{display:flex;align-items:center;justify-content:center;gap:14px;min-height:48px;color:#303030;font-size:16px;font-weight:900}.quick-card img{width:32px;height:32px;object-fit:contain}.composition-standalone-action{padding:0 18px}.composition-standalone-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:54px;border:0;border-radius:14px;background:#fff;color:#303030;box-shadow:0 12px 22px #3c3c3c29;cursor:pointer;font-size:15px;font-weight:950}.composition-standalone-btn img{width:30px;height:30px;object-fit:contain}.composition-popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:22px;background:#0000008c}.composition-popup-card{width:min(100%,390px);padding:24px 20px;border-radius:16px;background:#fff;color:#111827;box-shadow:0 22px 52px #00000047;text-align:center}.composition-popup-card h3{margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:19px;text-decoration:underline}.composition-popup-card p{margin:0 0 14px;color:#4b5563;font-size:14px;font-weight:750;line-height:1.4}.composition-popup-card p strong{color:#0f2b66;font-weight:950}.composition-code-input{width:100%;min-height:44px;padding:0 12px;border:1px solid #d5dae3;border-radius:10px;color:#111827;font-size:15px;font-weight:850;text-align:center;text-transform:uppercase}.composition-code-error{min-height:22px;margin-top:8px;color:#b91c1c;font-size:12px;font-weight:850}.composition-popup-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:6px}.composition-popup-btn{min-height:43px;border-radius:11px;cursor:pointer;font-size:13px;font-weight:950}.composition-popup-btn.cancel{border:0;background:#efefef;color:#333}.composition-popup-btn.primary{border:0;background:#2f6bea;color:#fff}.composition-popup-btn:disabled{opacity:.68}.bottom-nav{position:fixed;left:50%;right:auto;bottom:0;z-index:30;display:grid;grid-template-columns:repeat(4,1fr);width:min(100%,480px);min-height:56px;transform:translate(-50%);border-top:1px solid rgba(0,0,0,.08);background:#d6d6d6f5;box-shadow:0 -10px 22px #64646438;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bottom-nav a{display:grid;place-items:center;align-content:center;gap:3px;min-width:0;color:#333;font-size:clamp(10px,2.7vw,13px);font-weight:900;line-height:1;text-align:center}.bottom-nav img{width:22px;height:22px;object-fit:contain}.bottom-nav a.active{color:#333}.subchapters-screen{display:grid;gap:12px;padding-bottom:18px}.subchapters-hero{display:flex;justify-content:center;padding:16px 8px 38px}.subchapters-hero img{width:100%;max-width:300px;height:auto;object-fit:contain}.subchapters-title{margin:0 0 8px;color:#72a9d2;font-family:Georgia,Times New Roman,serif;font-size:clamp(18px,4.4vw,24px);font-weight:500;line-height:1.05;text-align:center;letter-spacing:0}.subchapter-list{display:grid;gap:16px;padding:22px 12px 78px;background:linear-gradient(180deg,#eeefeff2,#d2d3d3b8);box-shadow:inset 0 12px 18px #58585829}.subchapter-card{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr) 36px;grid-template-rows:auto auto;align-items:center;column-gap:10px;row-gap:5px;min-height:76px;padding:12px 12px 11px 20px;border-radius:18px;background:#fff;color:#152034;box-shadow:0 12px 22px #50505033;overflow:hidden}.subchapter-card:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:8px;border-radius:0 14px 14px 0;background:linear-gradient(180deg,#2c93c9,#1b9a53)}.subchapter-card__icon{grid-row:1 / span 2;display:grid;place-items:center;width:42px;height:42px;border:2px solid #efd2d2;border-radius:13px;background:#fff7f4;color:#c22a24;font-size:22px;line-height:1}.subchapter-card__content{display:grid;gap:3px;min-width:0}.subchapter-card__content strong{overflow:hidden;color:#2c2c2c;font-family:Georgia,Times New Roman,serif;font-size:clamp(12px,3vw,16px);font-weight:800;line-height:1.08;text-overflow:ellipsis;white-space:nowrap}.subchapter-card__content>span:not(.subchapter-progress){color:#666;font-size:clamp(9px,2.4vw,12px)}.subchapter-progress{display:block;width:100%;height:6px;border:1px solid #c8d7e1;border-radius:999px;background:linear-gradient(90deg,#1aa256 0 var(--p, 0%),transparent var(--p, 0%) 100%),#e7f0f5}.subchapter-card__score{align-self:start;color:#b8332b;font-size:clamp(12px,3vw,16px);font-weight:950}.subchapter-card__count{display:none;align-self:start;color:#ffffffad;font-size:clamp(15px,3.4vw,20px);font-weight:950}.subchapter-card__rank{grid-column:3;justify-self:end;min-width:62px;padding:5px 8px;border:2px solid #cfdae2;border-radius:999px;background:#edf4f8;color:#1b4768;font-size:clamp(9px,2.3vw,12px);font-weight:950;text-align:center}.subject-choice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;width:min(100%,480px);margin:0 auto;background:#0000009e;padding:26px 24px 92px}.subject-choice-modal{position:relative;display:grid;gap:18px;width:100%;max-height:calc(100vh - 128px);overflow:auto;padding:28px 22px;border-radius:24px;background:#fff;color:#111827;box-shadow:0 18px 36px #00000047}.subject-modal-back{position:absolute;top:14px;left:14px;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:999px;background:#eef1f5;color:#15213a;cursor:pointer;font-size:19px;font-weight:900;line-height:1}.subject-modal-back:active{transform:translateY(1px)}.subject-choice-modal h2{margin:0;font-size:18px;line-height:1.2;text-align:center}.subject-choice-modal>p{margin:0;color:#5e6470;font-size:18px;line-height:1.45;text-align:center}.subject-free-button,.subject-cancel-button{min-height:64px;border:0;border-radius:16px;cursor:pointer;font-size:20px;font-weight:900}.subject-free-button{background:#2f66e7;color:#fff}.subject-group-box{display:grid;gap:16px;padding:18px;border:1px solid #dfe3ea;border-radius:18px;background:#fbfcfe}.subject-group-box h3{margin:0;font-size:20px;line-height:1.2}.subject-group-list{display:grid;gap:12px}.subject-group-state{margin:0;color:#6b7280;font-size:14px;text-align:center}.subject-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:64px;padding:12px 18px;border:1px solid #dde2ea;border-radius:16px;background:#fff;color:#111827;cursor:pointer}.subject-row strong{flex:0 0 auto;font-size:20px}.subject-row span{min-width:0;color:#6b7280;font-size:15px;text-align:right}.subject-cancel-button{background:#f0f0f0;color:#111827}.pending-exam-modal{position:fixed;left:50%;top:50%;z-index:75;display:grid;gap:12px;width:min(calc(100% - 42px),380px);padding:22px 20px;border-radius:22px;background:#fff;color:#111827;box-shadow:0 24px 52px #00000057;text-align:center;transform:translate(-50%,-50%)}.pending-exam-modal h3{margin:0;font-size:18px;line-height:1.2}.pending-exam-modal p{margin:0;color:#5f6875;font-size:14px;line-height:1.45}.pending-exam-modal div{display:grid;gap:10px}.pending-exam-modal button{min-height:48px;border-radius:12px;cursor:pointer;font-size:14px;font-weight:900}.pending-exam-resume{border:0;background:#2f6bea;color:#fff}.pending-exam-new{border:1px solid #2f6bea;background:#fff;color:#2f6bea}.pending-exam-cancel{border:0;background:#f0f0f0;color:#333}.app-shell--exam{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100dvh;max-height:100dvh;overflow:hidden;background:#050505}.app-shell--exam .app-main{max-width:100%;height:100dvh;max-height:100dvh;min-height:0;overflow:hidden;background:#050505}.app-shell--exam main{height:100dvh;max-height:100dvh;min-height:0;overflow:hidden;padding:0}.app-shell--exam .app-back-button{top:12px;left:12px;background:#ffffff24;color:#fff}.chapter-exam-screen,.chapter-exam-stage{height:100dvh;max-height:100dvh;min-height:0;overflow:hidden}.chapter-exam-stage{position:relative;display:grid;place-items:center;overflow:hidden;background:#050505}.chapter-exam-image{width:100%;height:100dvh;object-fit:contain;background:#050505}.chapter-exam-top,.chapter-exam-bottom,.chapter-exam-result{position:absolute;left:14px;right:14px;z-index:2}.chapter-exam-top{top:54px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;align-items:center;padding:10px 12px;border-radius:14px;background:#0000008f;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chapter-exam-top strong{font-size:14px}.chapter-exam-info{display:grid;gap:2px;min-width:0}.chapter-exam-info span,.chapter-exam-info b{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chapter-exam-info span{color:#d8e4ff;font-size:10px;font-weight:750}.chapter-exam-info b{color:#facc15;font-size:11px;font-weight:900}.chapter-exam-audio-actions{grid-row:1 / span 2;grid-column:2;display:flex;gap:6px;align-items:center}.chapter-exam-audio-actions button{min-height:34px;padding:0 10px;border:0;border-radius:999px;background:#2f6bea;color:#fff;font-size:11px;font-weight:850;white-space:nowrap}.chapter-exam-audio-actions button:disabled{opacity:.86}.chapter-exam-audio-auto.is-active{background:#168148}.chapter-exam-countdown{grid-column:1;color:#facc15;font-size:11px;font-style:normal;font-weight:850}.chapter-exam-result{top:140px;display:grid;gap:3px;padding:10px 12px;border-radius:14px;color:#fff;box-shadow:0 12px 24px #0000003d}.chapter-exam-result.is-good{background:#0a8037e0}.chapter-exam-result.is-bad{background:#b52929e6}.chapter-exam-result strong{font-size:14px}.chapter-exam-result span{font-size:12px;font-weight:700}.chapter-exam-bottom{bottom:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 12px calc(12px + env(safe-area-inset-bottom));background:#000000b8;border-radius:18px 18px 0 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chapter-exam-stop,.chapter-exam-next{min-height:38px;border:0;border-radius:12px;padding:0 12px;font-size:12px;font-weight:900}.chapter-exam-stop{background:#ffffff24;color:#fff}.chapter-exam-next{background:#2f6bea;color:#fff}.chapter-exam-next:disabled{opacity:.72;cursor:wait}.chapter-exam-answers{display:flex;justify-content:center;gap:8px;min-width:0}.chapter-exam-letter{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.35);border-radius:12px;background:#ffffffeb;color:#10213c;font-size:14px;font-weight:950}.chapter-exam-letter.is-selected{background:#ffd84d;border-color:#ffd84d}.chapter-exam-letter.is-correct{background:#20a755;border-color:#20a755;color:#fff}.chapter-exam-letter.is-wrong{background:#d63a3a;border-color:#d63a3a;color:#fff}.chapter-exam-status,.chapter-exam-summary{position:relative;height:100dvh;max-height:100dvh;min-height:0;overflow:hidden;display:grid;place-content:center;gap:12px;padding:26px;background:#050505;color:#fff;text-align:center}.summary-confetti{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.summary-confetti i{position:absolute;top:-28px;left:var(--confetti-left);width:var(--confetti-size);height:calc(var(--confetti-size) * 1.8);border-radius:2px;background:var(--confetti-color);opacity:.95;transform:translate3d(0,-40px,0) rotate(0);animation:summaryConfettiFall var(--confetti-duration) linear var(--confetti-delay) infinite}.chapter-exam-status strong,.chapter-exam-summary h1{font-size:28px;line-height:1}.chapter-exam-status span,.chapter-exam-summary p{color:#cbd5e1;font-size:14px}.chapter-exam-status button,.chapter-exam-summary button{justify-self:center;min-height:44px;padding:0 20px;border:0;border-radius:12px;background:#2f6bea;color:#fff;font-weight:900}.composition-screen{display:grid;grid-template-rows:auto auto auto minmax(0,1fr) auto;min-height:calc(100vh - 96px);padding:18px 6px 12px;color:#111827}.composition-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border-radius:16px;background:#fff;box-shadow:0 10px 22px #3c3c3c1f}.composition-header h1{margin:0;color:#0f2b66;font-size:18px;font-weight:950}.composition-header p{margin:4px 0 0;color:#5b6470;font-size:11px;font-weight:850;line-height:1.2}.composition-header aside{display:grid;gap:4px;justify-items:center;min-width:94px;padding:8px 10px;border-radius:12px;background:#eef4ff}.composition-header aside span{color:#617089;font-size:9px;font-weight:900;text-transform:uppercase}.composition-header aside strong{color:#0f2b66;font-size:13px;font-weight:950}.composition-progress-line{display:grid;grid-template-columns:repeat(20,minmax(0,1fr));gap:3px;margin:14px 2px 8px}.composition-progress-line span{height:8px;border-radius:999px;background:#ffffffb3}.composition-progress-line span.is-done{background:#2f6bea}.composition-question-status{margin:0;color:#0f2b66;font-size:14px;font-weight:950;text-align:center}.composition-letters-stage{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;place-content:center;padding:18px 4px}.composition-letter-choice{aspect-ratio:1;border:0;border-radius:18px;background:#fff;color:#0f2b66;box-shadow:0 14px 26px #3c3c3c2e;cursor:pointer;font-size:clamp(26px,8vw,42px);font-weight:950}.composition-letter-choice.is-selected{background:#22c55e;color:#fff;transform:translateY(-2px)}.composition-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.composition-actions button,.composition-result-card>button,.composition-error-screen button{min-height:46px;border:0;border-radius:13px;color:#fff;cursor:pointer;font-size:13px;font-weight:950}.composition-stop{background:#242424}.composition-next,.composition-result-card>button,.composition-error-screen button{background:#2f6bea}.composition-result-screen,.composition-error-screen{display:grid;min-height:calc(100vh - 96px);place-items:center;padding:24px 8px 104px}.composition-error-screen{gap:14px;color:#111827;text-align:center}.composition-result-card{display:grid;gap:12px;width:min(100%,430px);padding:20px 14px;border-radius:18px;background:#fff;color:#111827;box-shadow:0 18px 36px #3c3c3c38;text-align:center}.composition-result-card h1{margin:0;color:#0f2b66;font-size:19px}.composition-result-card>strong{color:#6b7280;font-size:12px}.composition-result-score{color:#ff454b;font-size:46px;font-weight:950;line-height:1}.composition-result-card p{margin:0;color:#4b5563;font-size:12px;font-weight:850}.composition-correction-table{display:grid;gap:6px;max-height:250px;overflow-y:auto;padding-right:3px}.composition-correction-row{display:grid;grid-template-columns:30px 1fr 1fr 56px;gap:6px;align-items:center;min-height:34px;padding:5px 7px;border-radius:10px;background:#f4f6f9;font-size:11px;font-weight:900}.composition-correction-row em{font-style:normal}.composition-correction-row em.is-good{color:#16a34a}.composition-correction-row em.is-bad{color:#dc2626}.chapter-exam-summary>span{justify-self:center;padding:7px 14px;border-radius:999px;background:#2f6bea38;color:#bfdbfe;font-weight:900}.chapter-exam-summary-card{position:relative;z-index:1;display:grid;justify-items:center;gap:16px;width:min(100%,430px);padding:28px 22px 24px;border-radius:22px;background:#171f34;box-shadow:0 24px 50px #0000005c}.chapter-exam-summary-titles{display:grid;gap:5px;max-width:100%;text-align:center}.chapter-exam-summary-titles span,.chapter-exam-summary-titles strong,.chapter-exam-summary-titles em{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chapter-exam-summary-titles span{color:#9fb0cf;font-size:12px;font-weight:850}.chapter-exam-summary-titles strong{color:#fff;font-size:clamp(17px,4.5vw,23px);line-height:1.1}.chapter-exam-summary-titles em{color:#facc15;font-size:13px;font-style:normal;font-weight:900}.chapter-exam-score-ring{display:grid;place-items:center;align-content:center;width:min(58vw,218px);aspect-ratio:1;border:7px solid #ff454b;border-radius:50%;color:#ff454b;box-shadow:inset 0 0 0 1px #ff454b38,0 0 0 8px #ff454b14}.chapter-exam-summary.is-perfect .chapter-exam-score-ring{animation:scoreVibrate .36s linear infinite,perfectScoreGlow 1.3s ease-in-out infinite}.chapter-exam-score-ring strong{margin-top:8px;font-size:clamp(60px,17vw,92px);font-weight:950;line-height:.82}.chapter-exam-score-ring span{font-size:clamp(34px,9vw,48px);font-weight:950;line-height:.95}.chapter-exam-summary-card p{margin:0;color:#cbd5e1;font-size:14px;font-weight:750}.chapter-exam-summary-status{padding:7px 14px;border-radius:999px;font-size:12px;font-weight:950}.chapter-exam-summary-status.is-admitted{background:#22c55e2e;color:#86efac}.chapter-exam-summary-status.is-failed{background:#ff454b2e;color:#ff8b8f}.chapter-exam-summary-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.chapter-exam-summary .chapter-exam-summary-actions button{width:100%;min-height:48px;border-radius:14px;font-size:13px}.chapter-exam-summary-finish{background:#ffffff21!important;color:#fff!important}.chapter-exam-summary-review{background:#ff454b!important;color:#fff!important}@keyframes summaryConfettiFall{0%{transform:translate3d(0,-40px,0) rotate(0)}50%{transform:translate3d(var(--confetti-drift),52dvh,0) rotate(220deg)}to{transform:translate3d(calc(var(--confetti-drift) * -.4),108dvh,0) rotate(460deg)}}@keyframes scoreVibrate{0%,to{transform:translate(0) rotate(0)}20%{transform:translate(-2px,1px) rotate(-1.3deg)}40%{transform:translate(2px,-1px) rotate(1.3deg)}60%{transform:translate(-1px,-2px) rotate(-.8deg)}80%{transform:translate(1px,2px) rotate(.8deg)}}@keyframes perfectScoreGlow{0%,to{box-shadow:inset 0 0 0 1px #ff454b38,0 0 0 8px #ff454b14,0 0 20px #ffd23f2e}50%{box-shadow:inset 0 0 0 1px #ffd23f66,0 0 0 11px #ffd23f24,0 0 34px #ff454b80}}.chapter-review-screen,.chapter-review-stage{height:100dvh;max-height:100dvh;min-height:0;overflow:hidden}.chapter-review-stage{position:relative;background:#050505}.chapter-review-image{position:absolute;left:0;right:0;top:98px;width:100%;height:calc(52dvh - 98px);object-fit:contain;object-position:center top;background:#050505}.chapter-review-top,.chapter-review-panel,.chapter-review-actions{position:absolute;left:12px;right:12px;z-index:2}.chapter-review-top{top:52px;display:flex;align-items:center;gap:6px;min-height:40px;padding:8px 10px;border-radius:14px;background:#121212eb;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}.chapter-review-top strong{flex:0 0 auto;font-size:12px;white-space:nowrap}.chapter-review-top span,.chapter-review-top b{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chapter-review-top span:before,.chapter-review-top b:before{content:"| ";color:#ffffff6b}.chapter-review-top span{color:#d8e4ff;font-size:9px;font-weight:750}.chapter-review-top b{color:#facc15;font-size:10px;font-weight:900}.chapter-review-panel{top:52dvh;bottom:72px;display:grid;grid-template-rows:auto auto minmax(82px,158px) auto;align-content:start;gap:8px;min-height:0;overflow:hidden;padding:13px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#080808f0;color:#f8fafc;box-shadow:0 18px 34px #00000047;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);scrollbar-width:none}.chapter-review-panel::-webkit-scrollbar{display:none}.chapter-review-question-text{margin:0;color:#f8fafc;font-size:13px;font-weight:850;line-height:1.35}.chapter-review-answer-lines{display:grid;gap:4px;justify-self:start;max-width:100%;padding:7px 10px;border-radius:12px;color:#d8dee8;font-size:12px;font-weight:750;line-height:1.2}.chapter-review-answer-lines.is-good{border:1px solid rgba(34,197,94,.38);background:#22c55e1c}.chapter-review-answer-lines.is-bad{border:1px solid rgba(239,68,68,.38);background:#ef44441c}.chapter-review-answer-lines span,.chapter-review-answer-lines strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chapter-review-answer-lines strong{color:#86efac}.chapter-review-options{display:grid;gap:7px;min-height:0;max-height:158px;overflow-y:auto;padding-right:2px;scrollbar-width:thin;scrollbar-color:rgba(47,107,234,.8) rgba(255,255,255,.08)}.chapter-review-options::-webkit-scrollbar{width:5px}.chapter-review-options::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.chapter-review-options::-webkit-scrollbar-thumb{border-radius:999px;background:#2f6beadb}.chapter-review-option{display:grid;grid-template-columns:32px minmax(0,1fr);gap:8px;align-items:start;padding:8px 9px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff0a}.chapter-review-option span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#ffffff1f;color:#fff;font-size:12px;font-weight:950}.chapter-review-option p{margin:0;color:#f1f5f9;font-size:12px;line-height:1.35}.chapter-review-option.is-correct{border-color:#22c55e9e;background:#22c55e24}.chapter-review-option.is-correct span{background:#22c55e;color:#fff}.chapter-review-option.is-selected-wrong{border-color:#ef44449e;background:#ef444424}.chapter-review-option.is-selected-wrong span{background:#ef4444;color:#fff}.chapter-review-jumps{display:flex;flex-wrap:wrap;gap:6px;max-height:70px;overflow:auto;padding:3px 2px 4px;scrollbar-width:none}.chapter-review-jumps::-webkit-scrollbar{display:none}.chapter-review-jump{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:9px;color:#fff;cursor:pointer;font-size:11px;font-weight:950}.chapter-review-jump.is-good{background:#16a34a}.chapter-review-jump.is-bad{background:#dc2626}.chapter-review-jump.is-current{outline:3px solid #facc15;outline-offset:1px}.chapter-review-actions{bottom:0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;padding:11px 10px calc(11px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;background:#000000c2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chapter-review-actions button{min-height:38px;border:0;border-radius:12px;background:#2f6bea;color:#fff;font-size:11px;font-weight:900}.chapter-review-actions button:first-child{background:#ffffff24}.chapter-review-actions button:disabled{opacity:.45}.thematics-screen{display:grid;gap:22px;padding-bottom:18px}.thematics-hero{display:flex;justify-content:center;padding:20px 8px 64px}.thematics-hero img{width:100%;max-width:360px;height:auto;object-fit:contain}.thematics-title{margin:0 0 10px;color:#72a9d2;font-family:Georgia,Times New Roman,serif;font-size:clamp(20px,4.8vw,26px);font-weight:700;line-height:1.05;text-align:center;letter-spacing:0}.level-card{display:grid;gap:8px;margin:0 10px 26px;padding:18px 20px;border-radius:16px;background:#d7d7d7c7;color:#12284a;box-shadow:0 10px 22px #5a5a5a24}.level-card__row{display:flex;align-items:center;gap:9px;min-width:0;color:#102a58;font-size:clamp(10px,2.4vw,12px)}.level-card__percent{color:#2366c4;font-weight:900}.level-card__chip{min-width:44px;padding:3px 8px;border-radius:999px;background:#cfcfd1;color:#646973;font-weight:900;text-align:center}.level-card__rank{color:#354052;font-weight:800}.level-card p{margin:0;color:#4c5563;font-size:clamp(10px,2.4vw,12px);line-height:1.25}.level-card strong{color:#102a58;font-weight:900}.thematic-list{display:grid;gap:18px;margin-top:14px;padding:28px 22px 98px;background:linear-gradient(180deg,#eeefefe6,#d2d3d3b3);box-shadow:inset 0 12px 18px #58585829}.thematic-loading{margin:0;color:#334052;text-align:center;font-size:15px;font-weight:800}.thematic-card{position:relative;display:grid;grid-template-columns:68px minmax(0,1fr);align-items:center;gap:18px;min-height:86px;padding:13px 18px 19px;border-radius:20px;background:#fff;color:#071b39;box-shadow:0 12px 22px #50505033;overflow:hidden}.thematic-card:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:12px;border-radius:0 14px 14px 0;background:linear-gradient(180deg,#1e86bf,#1d9b48)}.thematic-card:after{content:"";position:absolute;left:28px;right:28px;bottom:0;height:6px;border-radius:999px;background:linear-gradient(90deg,#189a4b 0,#189a4b 34%,#ffd512 34%,#ffd512 68%,#d61f28 68%,#d61f28)}.thematic-card__index{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:linear-gradient(145deg,#2e7fbd,#07306f);color:#fff;font-size:15px;font-weight:900;box-shadow:0 6px 12px #123c6e3d}.thematic-card strong{min-width:0;font-size:clamp(11px,2.6vw,14px);font-weight:950;line-height:1.05;letter-spacing:0}.mixed-subjects-screen{display:grid;gap:12px;padding-bottom:18px}.mixed-subjects-hero{display:flex;justify-content:center;padding:20px 8px 54px}.mixed-subjects-hero img{width:100%;max-width:360px;height:auto;object-fit:contain}.mixed-subjects-title{margin:0;color:#72a9d2;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,5.8vw,34px);font-weight:700;line-height:1;text-align:center;letter-spacing:0}.mixed-subjects-system{margin:2px 0 20px;color:#777;font-family:Georgia,Times New Roman,serif;font-size:clamp(12px,3vw,16px);font-weight:800;letter-spacing:2px;text-align:center}.mixed-subjects-helper{margin:2px 0 18px;color:#777;font-size:clamp(10px,2.6vw,13px);font-weight:900;text-align:center}.mixed-pending-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;align-items:center;margin:-14px 16px 6px;padding:11px 12px 11px 14px;border:1px solid rgba(47,107,234,.18);border-radius:14px;background:#ffffffa8;color:#102a58;box-shadow:0 8px 18px #5050501a}.mixed-pending-card span{grid-column:1;color:#667085;font-size:10px;font-weight:900;text-transform:uppercase}.mixed-pending-card strong{grid-column:1;min-width:0;font-size:13px;font-weight:950;line-height:1.1}.mixed-pending-card button{grid-column:2;grid-row:1 / span 2;min-height:34px;padding:0 13px;border:0;border-radius:999px;background:#2f6bea;color:#fff;font-size:11px;font-weight:950;cursor:pointer}.mixed-subjects-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 18px;padding:30px 24px 104px;background:linear-gradient(180deg,#eeefefeb,#d2d3d3b8);box-shadow:inset 0 12px 18px #58585829}.mixed-subject-card{display:grid;place-items:center;align-content:center;gap:6px;min-height:100px;padding:12px 8px 11px;border:0;border-radius:18px;background:#fff;color:#31343a;box-shadow:0 12px 22px #50505038;cursor:pointer;text-align:center}.mixed-subject-card img{width:34px;height:34px;object-fit:contain;opacity:.76}.mixed-subject-card strong{font-size:clamp(11px,2.7vw,14px);font-weight:950;line-height:1.05}.mixed-subject-card span{color:#69717b;font-size:clamp(9px,2.3vw,12px);font-weight:900;line-height:1.1}.mixed-subjects-state{grid-column:1 / -1;margin:0;padding:26px 8px;color:#334052;font-size:13px;font-weight:900;text-align:center}.old38-screen{position:relative;min-height:calc(100vh - 84px);padding-bottom:22px}.old38-back{position:fixed;top:104px;left:max(8px,calc((100vw - 480px)/2 + 8px));z-index:15;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(16,42,88,.14);border-radius:999px;background:#ffffffdb;color:#102a58;box-shadow:0 8px 18px #4646462e;cursor:pointer}.old38-hero{padding-bottom:92px}.old38-title{font-size:clamp(27px,7vw,42px);font-weight:500}.old38-helper{margin-top:26px;margin-bottom:54px}.old38-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 30px;padding:56px 54px 116px;background:linear-gradient(180deg,#eeefefeb,#d2d3d3b8);box-shadow:inset 0 12px 18px #5858582e}.old38-card{display:grid;place-items:center;align-content:center;gap:8px;min-height:118px;padding:14px 8px;border:0;border-radius:22px;background:#fff;color:#31343a;box-shadow:0 13px 24px #5050503b;cursor:pointer;text-align:center}.old38-card img{width:38px;height:38px;object-fit:contain;opacity:.7}.old38-card strong{font-size:clamp(15px,4vw,20px);font-weight:950;line-height:1.05}.old38-card span{color:#707781;font-size:clamp(10px,2.7vw,13px);font-weight:850;line-height:1.1}.old-chapters-screen{color:#102044}.old-chapters-hero{padding-bottom:84px}.old-chapters-title{margin-bottom:6px}.old-chapters-subtitle{width:min(100% - 48px,390px);margin:0 auto 28px;color:#6e7580;font-size:clamp(15px,4vw,22px);font-weight:850;text-align:center}.old-chapters-list,.old-chapter-subject-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 28px;padding:52px 48px 118px;background:linear-gradient(180deg,#eeefeff0,#d2d3d3bd);box-shadow:inset 0 12px 18px #5858582e}.old-chapter-card{display:grid;align-content:center;justify-items:center;gap:7px;min-height:126px;padding:16px 10px;border:0;border-radius:22px;background:#fff;color:#31343a;box-shadow:0 13px 24px #5050503b;text-align:center;cursor:pointer}.old-chapter-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,#2f75ba,#0e4f91);color:#fff;font-size:17px;font-weight:950;box-shadow:0 9px 16px #0d4a8947}.old-chapter-card strong{max-width:100%;color:#102044;font-size:clamp(13px,3.35vw,17px);font-weight:950;line-height:1.12}.old-chapter-card small{color:#707781;font-size:11px;font-weight:850}.old-chapter-subject-list{padding-top:42px}.old-chapter-subject-card{min-height:112px}.old-permis-category-list{padding-inline:58px}.old-permis-category-card{min-height:112px;border-radius:20px}.old-permis-category-card img{width:42px;height:42px;opacity:.82}.old-permis-subject-list{padding-inline:58px}.old-general-screen{position:relative;display:grid;align-content:start;justify-items:center;min-height:calc(100vh - 84px);padding-bottom:116px}.old-general-card{margin-top:-26px}.old-general-card h1{margin:0;color:#102044;font-size:25px;font-weight:950}.old-general-actions{display:grid;gap:10px;width:100%;margin-top:8px}.white-exam-prep-screen{display:grid;min-height:calc(100vh - 118px);place-items:center;padding:42px 10px 120px}.white-exam-prep-card{display:grid;justify-items:center;gap:12px;width:min(100%,380px);padding:28px 22px;border-radius:18px;background:#ffffffd1;color:#102044;box-shadow:0 18px 36px #46464633;text-align:center}.white-exam-prep-card>img{width:54px;height:54px;object-fit:contain}.white-exam-prep-card h1{margin:0;color:#72a9d2;font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1}.white-exam-prep-card p{margin:0;color:#5b6470;font-size:13px;font-weight:850;line-height:1.35}.white-exam-spinner{width:42px;height:42px;margin-top:6px;border:5px solid rgba(47,107,234,.16);border-top-color:#2f6bea;border-radius:999px;animation:spin .8s linear infinite}.white-exam-pending-box{display:grid;gap:10px;width:100%;margin-top:4px}.white-exam-pending-box strong{font-size:15px;font-weight:950}.white-exam-pending-box span{color:#667085;font-size:12px;font-weight:800}.white-exam-pending-box button{min-height:46px;border-radius:13px;cursor:pointer;font-size:13px;font-weight:950}.white-exam-primary{border:0;background:#2f6bea;color:#fff}.white-exam-secondary{border:1px solid #2f6bea;background:#fff;color:#2f6bea}.white-exam-cancel{border:0;background:#f0f0f0;color:#333}.mes-rates-screen{display:grid;gap:12px;padding-bottom:18px}.mes-rates-hero{display:flex;justify-content:center;padding:18px 8px 38px}.mes-rates-hero img{width:100%;max-width:300px;height:auto;object-fit:contain}.mes-rates-title{margin:0;color:#72a9d2;font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,5vw,28px);line-height:1;text-align:center}.mes-rates-subtitle{margin:-4px 0 6px;color:#67717c;font-size:12px;font-weight:800;text-align:center}.mes-rates-info{display:grid;gap:4px;margin:0 8px 10px;padding:13px 16px;border-radius:14px;background:#ebebebc7;color:#13264a;box-shadow:0 10px 20px #5a5a5a1f}.mes-rates-info strong{font-size:14px}.mes-rates-info span{color:#5b6470;font-size:12px;font-weight:750}.mes-rates-lots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:22px 12px 88px;background:linear-gradient(180deg,#eeefeff2,#d2d3d3b8);box-shadow:inset 0 12px 18px #58585829}.mes-rates-lot{display:grid;place-items:center;align-content:center;gap:7px;min-height:92px;padding:12px 8px;border:0;border-radius:16px;background:#fff;color:#262f3a;box-shadow:0 12px 20px #5050502e;text-align:center}.mes-rates-lot img{width:34px;height:34px;object-fit:contain}.mes-rates-lot span{font-size:12px;font-weight:900;line-height:1.18}.mes-rates-empty{grid-column:1 / -1;margin:0;padding:24px 12px;color:#334155;font-size:14px;font-weight:800;text-align:center}.notes-screen{display:grid;gap:10px;min-height:calc(100vh - 84px);padding:12px 10px 104px;color:#1f2933}.notes-hero{display:flex;justify-content:center;padding:4px 8px 6px}.notes-hero img{width:min(100%,330px);height:auto;object-fit:contain}.notes-title{margin:0;color:#101820;font-size:clamp(18px,4.2vw,23px);font-weight:900;text-align:center;text-transform:uppercase;letter-spacing:0}.notes-notice{margin:0 0 2px;color:#777;font-size:11px;font-weight:800;text-align:center}.notes-shell{display:grid;gap:10px;min-height:0;padding:10px;border-radius:14px;background:#d3d3d3;box-shadow:0 2px 8px #0000002e}.notes-tabs{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:11px;background:#cfcfcf}.notes-tabs button{min-height:42px;border:0;border-top:4px solid transparent;background:transparent;color:#8a8a8a;font-size:13px;font-weight:950;cursor:pointer}.notes-tabs button.is-active{border-top-color:#646464;background:#fff;color:#111}.notes-system-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.notes-system-tabs button{min-height:34px;border:1px solid rgba(16,24,32,.1);border-radius:10px;background:#ececec;color:#8b8b8b;font-size:12px;font-weight:950;cursor:pointer}.notes-system-tabs button.is-active{background:#fff;color:#111;box-shadow:0 2px 7px #00000024}.notes-filter-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.notes-filter-row select{min-width:0;height:36px;border:1px solid rgba(0,0,0,.14);border-radius:9px;background:#fff;color:#2a2f37;font-size:12px;font-weight:850;padding:0 10px}.notes-filter-row span{color:#707781;font-size:11px;font-weight:900;white-space:nowrap}.notes-list{max-height:calc(100vh - 310px);min-height:310px;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 4px 16px;border-radius:12px;box-shadow:inset 0 6px 6px -6px #00000047,inset 0 -6px 6px -6px #00000047}.notes-list::-webkit-scrollbar{display:none}.notes-date{width:fit-content;min-width:112px;margin:14px 0 6px;padding:6px 12px;border-radius:6px;background:#9f9f9f;color:#fff;font-size:12px;font-weight:900;box-shadow:0 2px 6px #0000003d}.notes-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;min-height:58px;margin-bottom:8px;padding:10px 12px;border:0;border-radius:8px;background:#fff;color:#2e2e2e;box-shadow:0 2px 6px #00000038;text-align:left;cursor:pointer}.notes-entry-main{display:grid;gap:4px;min-width:0}.notes-entry-main strong{min-width:0;font-size:clamp(11px,2.7vw,13px);font-weight:900;line-height:1.25;overflow-wrap:anywhere}.notes-entry-main small{color:#7c7c7c;font-size:clamp(9px,2.4vw,11px);font-weight:750;line-height:1.25}.notes-entry>b{min-width:54px;font-size:14px;font-weight:950;text-align:right}.notes-entry .is-good,.notes-last-row .is-good{color:#1f9f55}.notes-entry .is-bad,.notes-last-row .is-bad{color:#d63d3d}.notes-empty{margin:0;padding:28px 14px;color:#454545;font-size:13px;font-weight:850;text-align:center}.notes-evolution{display:grid;gap:10px;min-height:360px}.notes-kpis{display:grid;grid-template-columns:1.55fr 1fr 1fr;gap:8px}.notes-kpis article,.notes-evolution-card{min-width:0;padding:12px 10px;border-radius:10px;background:#fff;box-shadow:0 2px 6px #0003}.notes-kpis span{display:block;margin-bottom:6px;color:#777;font-size:10px;font-weight:850;line-height:1.15}.notes-kpis strong{color:#202020;font-size:17px;font-weight:950}.notes-last-row{display:flex;flex-wrap:wrap;gap:5px}.notes-last-row b,.notes-last-row em{display:inline-grid;place-items:center;min-width:34px;min-height:24px;padding:4px 6px;border-radius:999px;background:#f2f3f5;font-size:11px;font-weight:950}.notes-evolution-card{display:grid;gap:8px;align-content:start}.notes-evolution-card p{margin:0;color:#313943;font-size:13px;line-height:1.35}.notes-evolution-card small{color:#777;font-size:11px;line-height:1.35}.settings-screen{display:grid;gap:10px;min-height:calc(100vh - 84px);padding:14px 10px 24px;color:#17233a}.settings-hero{display:grid;justify-items:center;gap:2px}.settings-hero img{width:min(100%,320px);height:auto;object-fit:contain}.settings-hero h1{margin:0;color:#4a90e2;font-size:clamp(25px,6vw,34px);font-weight:950;line-height:1;text-shadow:2px 2px 3px rgba(0,0,0,.12)}.settings-card,.settings-system-body{border-radius:15px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 11px 25px #32465a24}.settings-card{display:grid;gap:10px;padding:13px 12px;border:1px solid #e5edf7}.settings-section-title{display:flex;align-items:center;gap:9px;color:#333;font-size:clamp(14px,3.4vw,17px);font-weight:900}.settings-section-title svg{color:#4a90e2;flex:0 0 auto}.settings-section-title.is-danger svg{color:#e74c3c}.settings-language-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.settings-language-btn{display:flex;align-items:center;justify-content:center;gap:6px;min-height:46px;border:2px solid #e0e0e0;border-radius:12px;background:#fff;color:#242b35;font-size:clamp(13px,3.3vw,16px);font-weight:850;cursor:pointer}.settings-language-btn span{font-size:11px;font-weight:850}.settings-language-btn.is-active{border-color:#4a90e2;background:#4a90e2;color:#fff;box-shadow:0 8px 18px #4a90e247}.settings-system-panel{display:grid;min-height:0}.settings-system-tabs{display:grid;grid-template-columns:1fr 1fr;align-items:end}.settings-system-tabs button{min-height:48px;border:0;border-radius:16px 16px 0 0;background:#d3d3d3;color:#b9b8b8;font-size:clamp(14px,3.4vw,18px);font-weight:950;cursor:pointer}.settings-system-tabs button.is-active{background:#fff;color:#000;box-shadow:inset 0 5px #d8d8d8}.settings-system-body{display:grid;gap:10px;padding:10px;border-radius:0 18px 18px}.settings-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:62px;padding:12px;border:0;border-radius:13px;background:#fff;color:#223048;box-shadow:0 6px 14px #4655691a;cursor:pointer;text-align:left}.settings-toggle-row span{display:grid;gap:2px;font-size:clamp(13px,3.15vw,16px);font-weight:850}.settings-toggle-row small{color:#607086;font-size:11px;font-weight:750}.settings-switch{position:relative;flex:0 0 auto;width:48px;height:28px;border-radius:999px;background:#c9ced6;box-shadow:inset 0 2px 4px #00000024}.settings-switch:after{content:"";position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 2px 6px #00000038;transition:transform .18s ease}.settings-switch.is-on{background:#4a90e2}.settings-switch.is-on:after{transform:translate(20px)}.settings-action-btn,.settings-reset-btn,.settings-home-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;border-radius:12px;background:#fff;font-size:clamp(13px,3.25vw,16px);font-weight:900;cursor:pointer}.settings-action-btn{border:2px solid #4a90e2;color:#2f6fc1}.settings-reset-btn{border:2px solid #e74c3c;color:#e74c3c}.settings-account-card{display:grid;gap:3px;padding:12px 14px;border-radius:13px;background:#f3f7fd;border:1px dashed #c7d8ee;color:#56677f;text-align:center}.settings-account-card strong{color:#153d87;font-size:14px}.settings-account-card span{font-size:12px;font-weight:750}.settings-status{padding:11px 12px;border-radius:12px;font-size:13px;font-weight:850;text-align:center}.settings-status.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.settings-status.info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.settings-home-btn{border:0;background:#2f6bea;color:#fff;box-shadow:0 10px 18px #2f6bea38}.notes-screen{gap:26px;min-height:100vh;padding:22px 20px 30px;background:#d3d3d3}.notes-topbar{display:grid;grid-template-columns:170px minmax(0,1fr) 170px;gap:18px;align-items:center}.notes-topbar>span{min-height:1px}.notes-return-btn{min-height:86px;border:0;border-radius:24px;background:#fff;color:#1b1f24;font-size:30px;font-weight:950;box-shadow:0 12px 26px #50505040;cursor:pointer}.notes-title{font-size:clamp(30px,4.3vw,40px);line-height:1.05}.notes-shell{gap:0;min-height:calc(100vh - 168px);padding:0 0 34px;border-radius:28px;background:#d3d3d3;box-shadow:0 6px 18px #50505038;overflow:hidden}.notes-system-tabs{gap:0;border-bottom:1px solid rgba(0,0,0,.12);background:#d0d0d0}.notes-system-tabs button{min-height:126px;border:0;border-top:10px solid transparent;border-radius:0;background:#d0d0d0;color:#b6b6b6;font-size:clamp(24px,4vw,36px);box-shadow:none}.notes-system-tabs button.is-active{border-top-color:#666;background:#fff;color:#030303;box-shadow:none}.notes-notice{margin:62px 24px 34px;color:#8b8b8b;font-size:clamp(22px,3.5vw,32px);font-weight:450}.notes-action-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:0 46px 42px}.notes-action-buttons{display:flex;gap:16px;min-width:0}.notes-action-buttons button{min-height:76px;padding:0 26px;border:0;border-radius:18px;background:#fff;color:#1b1f24;font-size:clamp(18px,3vw,27px);font-weight:950;box-shadow:0 8px 18px #50505033;cursor:pointer}.notes-action-buttons button.is-active{color:#0f4ba8}.notes-action-row>span{color:#6f6f6f;font-size:clamp(18px,3vw,27px);font-weight:500;white-space:nowrap}.notes-filter-row{grid-template-columns:1fr;padding:0 46px 22px}.notes-filter-row select{height:48px;font-size:15px}.notes-list{max-height:calc(100vh - 510px);min-height:460px;margin:0 46px;padding:0 10px 18px;border-radius:22px;box-shadow:inset 10px 0 14px -12px #0000004d,inset -10px 0 14px -12px #0000004d}.notes-date{margin-left:10px;opacity:.75}.notes-entry{min-height:118px;margin-bottom:22px;padding:22px 34px;border-radius:16px;box-shadow:0 7px 18px #50505038}.notes-entry-main strong{font-size:clamp(23px,3.5vw,34px);font-weight:500;line-height:1.15}.notes-entry-title span{font-weight:500}.notes-entry-title b{font-weight:950}.notes-entry-main small{color:#777;font-size:clamp(18px,2.8vw,26px);font-weight:450}.notes-entry>b{min-width:92px;color:#bc3036;font-size:clamp(27px,4vw,38px)}.notes-entry>b.is-good{color:#1f9f55}.notes-empty{padding-top:60px;font-size:18px}.notes-evolution{margin:0 46px}@media(max-width:640px){.notes-screen{gap:20px;padding:18px 12px 24px}.notes-topbar{grid-template-columns:96px minmax(0,1fr) 38px;gap:10px}.notes-return-btn{min-height:58px;border-radius:16px;font-size:18px}.notes-title{font-size:24px}.notes-system-tabs button{min-height:82px;font-size:20px}.notes-notice{margin:34px 16px 24px;font-size:18px}.notes-action-row{padding:0 22px 30px}.notes-action-buttons button{min-height:54px;padding:0 14px;border-radius:14px;font-size:16px}.notes-action-row>span{font-size:15px}.notes-filter-row{padding:0 22px 18px}.notes-list,.notes-evolution{margin:0 22px}.notes-list{max-height:calc(100vh - 390px);min-height:360px}.notes-entry{min-height:82px;padding:16px 18px;border-radius:13px}.notes-entry-main strong{font-size:18px}.notes-entry-main small{font-size:14px}.notes-entry>b{min-width:62px;font-size:22px}}@media(max-width:420px){main{padding-right:14px;padding-left:14px}.home-hero{padding-top:18px;padding-bottom:28px}.subscription-row{padding:0 2px}.subscription-row h1{font-size:16px}.subscription-row p{font-size:13px}.subscription-row>span{min-width:50px;padding:7px 8px;font-size:11px}.exam-card__date p{font-size:13px}.exam-card__date span{padding:5px 7px;font-size:10px}.system-card{gap:11px;padding:12px 14px 64px}.system-tile{min-height:78px}.thematics-hero{padding-top:18px;padding-bottom:54px}.thematics-title{font-size:21px}.level-card{margin-right:6px;margin-left:6px;margin-bottom:24px;padding:16px 18px}.level-card__row,.level-card p{font-size:10px}.level-card__chip{min-width:42px;padding:3px 8px}.thematic-list{gap:16px;margin-top:14px;padding:26px 14px 88px}.thematic-card{grid-template-columns:58px minmax(0,1fr);gap:16px;min-height:78px;padding:12px 16px 17px;border-radius:18px}.thematic-card__index{width:48px;height:48px;border-radius:15px;font-size:14px}.thematic-card strong{font-size:12px}.mixed-subjects-hero{padding-top:18px;padding-bottom:44px}.mixed-subjects-title{font-size:26px}.mixed-subjects-system{margin-bottom:18px;font-size:13px;letter-spacing:1.6px}.mixed-subjects-helper{margin-bottom:14px;font-size:10px}.mixed-pending-card{margin:-12px 10px 4px;padding:10px 11px}.mixed-pending-card strong{font-size:12px}.mixed-pending-card button{min-height:32px;padding:0 11px;font-size:10px}.mixed-subjects-list{gap:22px 12px;padding:26px 12px 92px}.mixed-subject-card{min-height:90px;padding:10px 6px;border-radius:15px}.mixed-subject-card img{width:30px;height:30px}.mixed-subject-card strong{font-size:11px}.mixed-subject-card span{font-size:9px}.old38-back{top:96px;left:6px;width:32px;height:32px}.old38-hero{padding-top:18px;padding-bottom:74px}.old38-title{font-size:31px}.old38-helper{margin-top:24px;margin-bottom:48px}.old38-list{gap:24px 18px;padding:48px 32px 92px}.old38-card{min-height:112px;border-radius:19px}.old38-card img{width:34px;height:34px}.old-chapters-hero{padding-bottom:58px}.old-chapters-subtitle{margin-bottom:20px;font-size:14px}.old-chapters-list,.old-chapter-subject-list{gap:22px 16px;padding:38px 28px 92px}.old-chapter-card{min-height:112px;border-radius:18px}.old-chapter-card>span{width:38px;height:38px;border-radius:13px;font-size:15px}.old-chapter-card strong{font-size:11px}.subchapters-hero{padding-top:14px;padding-bottom:32px}.subchapters-title{margin-bottom:8px;font-size:20px}.subchapter-list{gap:14px;padding:20px 0 72px}.subchapter-card{grid-template-columns:48px minmax(0,1fr) 34px;gap:5px 9px;min-height:70px;padding:10px 10px 10px 18px;border-radius:16px}.subchapter-card__icon{width:38px;height:38px;border-radius:12px;font-size:20px}.subchapter-card__content strong{font-size:13px}.subchapter-card__content>span:not(.subchapter-progress),.subchapter-card__rank{font-size:9px}.subchapter-card__score{font-size:13px}.subchapter-card__rank{min-width:58px;padding:4px 7px}.subject-choice-overlay{padding:22px 20px 86px}.subject-choice-modal{gap:14px;max-height:calc(100vh - 112px);padding:24px 20px;border-radius:22px}.subject-choice-modal h2{font-size:16px}.subject-choice-modal>p{font-size:15px}.subject-free-button,.subject-cancel-button{min-height:54px;border-radius:14px;font-size:17px}.subject-group-box{gap:12px;padding:14px;border-radius:16px}.subject-group-box h3{font-size:17px}.subject-row{min-height:54px;padding:10px 14px;border-radius:14px}.subject-row strong{font-size:17px}.subject-row span{font-size:13px}.chapter-exam-top{top:50px;left:10px;right:10px}.chapter-exam-bottom{left:0;right:0;gap:7px;padding-right:8px;padding-left:8px}.chapter-exam-letter{width:34px;height:34px;border-radius:10px;font-size:13px}.chapter-exam-stop,.chapter-exam-next{min-height:34px;padding:0 9px;font-size:11px}}
