:root{--gold:#c99700;--gold-dark:#9b7400;--gold-light:#fff8df;--gold-border:#e7cf83;--green:#16803c;--green-light:#eaf8ef;--green-border:#9ed4af;--red:#c62828;--red-light:#fff0f0;--red-border:#efaaaa;--text:#17191c;--text-2:#4b5563;--text-3:#737b87;--bg:#f7f8fa;--white:#ffffff;--border:#e3e7eb;--border-2:#d3d8de;--shadow-sm:0 2px 8px rgba(15, 23, 42, 0.05);--shadow-md:0 10px 30px rgba(15, 23, 42, 0.08);--radius:16px;--radius-lg:22px;--max-width:1180px}*{box-sizing:border-box}html{margin:0;padding:0;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button:focus-visible{outline:rgba(201,151,0,.25) solid 3px;outline-offset:3px}img{display:block;max-width:100%}[hidden]{display:none!important}.app-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.header-inner{width:min(calc(100% - 32px),var(--max-width));min-height:76px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{appearance:none;border:0;background:0 0;margin:0;padding:4px;display:flex;align-items:center;gap:12px;color:var(--text);text-align:left;cursor:pointer}.brand-logo{width:50px;height:50px;flex:0 0 50px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--gold-border);border-radius:13px;background:#fff}.brand-logo img{width:100%;height:100%;object-fit:contain;padding:4px}.brand-text{display:flex;flex-direction:column}.brand-title{font-size:18px;line-height:1.15;font-weight:850;letter-spacing:.025em}.brand-subtitle{margin-top:3px;color:var(--text-3);font-size:12px;line-height:1.2}.release-status{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:6px 13px;border:1px solid var(--gold-border);border-radius:999px;background:#fffdf6;color:var(--gold-dark);font-size:12px;font-weight:750}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--gold)}.main-container{width:min(calc(100% - 32px),var(--max-width));margin:0 auto;padding:42px 0 70px}.hero-card{min-height:230px;display:flex;align-items:center;justify-content:space-between;gap:35px;padding:42px;border:1px solid var(--border);border-radius:var(--radius-lg);background:radial-gradient(circle at 90% 10%,rgba(201,151,0,.11),transparent 30%),var(--white);box-shadow:var(--shadow-sm)}.hero-content{max-width:780px}.eyebrow,.section-kicker{display:block;margin-bottom:9px;color:var(--gold-dark);font-size:11px;line-height:1.2;font-weight:850;letter-spacing:.14em}.hero-content h1{margin:0;color:var(--text);font-size:clamp(34px, 5vw, 56px);line-height:1.05;letter-spacing:-.045em;font-weight:850}.hero-content p{max-width:650px;margin:17px 0 0;color:var(--text-2);font-size:16px;line-height:1.7}.today-badge{flex:0 0 auto;min-width:150px;display:flex;align-items:center;justify-content:center;padding:18px 20px;border:1px solid var(--gold-border);border-radius:16px;background:var(--gold-light);color:var(--gold-dark);font-size:14px;font-weight:800;text-align:center}.course-days-section{margin-top:45px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-heading h2{margin:0;font-size:30px;line-height:1.2;font-weight:820;letter-spacing:-.025em}.section-heading p{margin:7px 0 0;color:var(--text-3);font-size:13px}.days-count{flex:0 0 auto;padding:7px 13px;border:1px solid var(--border);border-radius:999px;background:var(--white);color:var(--text-2);font-size:12px;font-weight:750}.day-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:11px;padding:22px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm)}.day-button{position:relative;appearance:none;width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid var(--border);border-radius:12px;background:#f8f9fa;color:#a1a7af;font-size:14px;font-weight:800;transition:transform 160ms,border-color 160ms,background 160ms,color 160ms,box-shadow 160ms}.day-button.available{border-color:var(--gold-border);background:#fffdf6;color:var(--gold-dark)}.day-button.available:hover{transform:translateY(-2px);border-color:var(--gold);background:var(--gold-light);box-shadow:0 7px 18px rgba(201,151,0,.14)}.day-button.current{border-color:var(--gold);background:var(--gold);color:#fff;box-shadow:0 5px 17px rgba(201,151,0,.28)}.day-button.current:hover{transform:translateY(-2px);background:var(--gold-dark);border-color:var(--gold-dark)}.day-button.locked{cursor:not-allowed;border-color:#eceef1;background:#f4f5f6;color:#b8bdc4}.day-button.locked::after{content:"•";position:absolute;top:3px;right:6px;color:#c5c9cf;font-size:10px}.days-legend{display:flex;align-items:center;gap:18px;margin-top:14px;color:var(--text-3);font-size:12px}.legend-item{display:inline-flex;align-items:center;gap:7px}.legend-dot{width:9px;height:9px;border-radius:50%}.legend-dot.available{background:var(--gold)}.legend-dot.locked{background:#c9cdd2}.lesson-view{width:100%;max-width:1050px;margin:0 auto}.lesson-navigation{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.back-button{appearance:none;display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:7px 13px;border:1px solid var(--border);border-radius:10px;background:var(--white);color:var(--text-2);font-size:13px;font-weight:750;cursor:pointer}.back-button:hover{border-color:var(--gold-border);color:var(--gold-dark);background:#fffdf7}.lesson-day-badge{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border:1px solid var(--gold-border);border-radius:999px;background:var(--gold-light);color:var(--gold-dark);font-size:12px;font-weight:850;letter-spacing:.08em}.lesson-container{width:100%}.lesson-header,.lesson-hero{padding:38px;border:1px solid var(--gold-border);border-radius:var(--radius-lg);background:radial-gradient(circle at 90% 5%,rgba(201,151,0,.1),transparent 30%),var(--white);box-shadow:var(--shadow-md)}.lesson-day-label{display:inline-flex;padding:5px 10px;border-radius:999px;background:var(--gold-light);color:var(--gold-dark);font-size:11px;font-weight:850;letter-spacing:.1em}.lesson-header h1,.lesson-title{max-width:900px;margin:15px 0 8px;color:var(--text);font-size:clamp(32px, 5vw, 50px);line-height:1.08;letter-spacing:-.04em;font-weight:850}.lesson-subtitle{margin:0;color:var(--text-2);font-size:16px;line-height:1.7}.content-section,.lesson-section{margin-top:28px}.content-card,.lesson-section-card{padding:26px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-sm)}.content-card h2,.content-card h3,.lesson-section-title{margin:0 0 12px;color:var(--text);font-size:23px;line-height:1.3;font-weight:820}.content-card p,.lesson-section-text{margin:0;color:var(--text-2);font-size:15px;line-height:1.8}.focus-card,.neet-focus{display:flex;align-items:flex-start;gap:15px;margin-top:24px;padding:21px 23px;border:1px solid var(--gold-border);border-radius:var(--radius);background:var(--gold-light)}.focus-icon{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;color:var(--gold-dark);font-size:18px;font-weight:850}.focus-card h2,.neet-focus h2{margin:0;color:var(--text);font-size:19px;line-height:1.3}.focus-card p,.neet-focus p{margin:6px 0 0;color:var(--text-2);font-size:14px;line-height:1.7}.concepts-list,.topics-list{display:flex;flex-direction:column;gap:17px}.concept-card,.topic-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-sm)}.concept-header,.topic-header{display:flex;align-items:flex-start;gap:14px;padding:23px 25px 15px}.concept-number,.topic-number{width:36px;height:36px;flex:0 0 36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--gold-light);color:var(--gold-dark);font-size:12px;font-weight:850}.concept-header h3,.concept-title,.topic-header h3,.topic-title{margin:0;color:var(--text);font-size:21px;line-height:1.35;font-weight:820}.concept-content,.topic-content{padding:0 25px 24px}.concept-content p,.topic-content p{margin:0 0 14px;color:var(--text-2);font-size:15px;line-height:1.8}.concept-content p:last-child,.topic-content p:last-child{margin-bottom:0}.key-points,.key-points-list{margin:20px 0 0;padding:17px 19px;border:1px solid var(--border);border-radius:13px;background:#fafbfc}.key-points-title{margin:0 0 9px;color:var(--text);font-size:13px;font-weight:850}.key-points ul{margin:0;padding-left:20px}.key-points li{margin:5px 0;color:var(--text-2);font-size:14px;line-height:1.65}.neet-tips{margin-top:20px}.neet-tip{padding:18px 20px;border:1px solid var(--gold-border);border-radius:13px;background:#fffaf0}.neet-tip+.neet-tip{margin-top:10px}.neet-tip-title{margin:0 0 5px;color:var(--gold-dark);font-size:13px;font-weight:850}.neet-tip p{margin:0;color:var(--text-2);font-size:14px;line-height:1.7}.mcqs-section{margin-top:50px}.mcqs-header{margin-bottom:19px}.mcqs-header h2{margin:0;color:var(--text);font-size:30px;line-height:1.2;font-weight:820}.mcqs-header p{margin:7px 0 0;color:var(--text-3);font-size:13px}.mcqs-list{display:flex;flex-direction:column;gap:18px}.mcq-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-sm)}.mcq-header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 21px;border-bottom:1px solid var(--border);background:#fafbfc}.mcq-number{color:var(--gold-dark);font-size:12px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.mcq-topic{color:var(--text-3);font-size:11px;font-weight:650}.mcq-body{padding:22px 21px 23px}.mcq-question{margin:0 0 19px;color:var(--text);font-size:17px;line-height:1.65;font-weight:750}.mcq-options{display:flex;flex-direction:column;gap:9px}.mcq-option{width:100%;appearance:none;display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text);text-align:left;cursor:pointer;font-size:14px;line-height:1.6;transition:transform 150ms,border-color 150ms,background 150ms,box-shadow 150ms}.mcq-option:hover:not(:disabled){transform:translateY(-1px);border-color:var(--border-2);background:#fafbfc;box-shadow:var(--shadow-sm)}.mcq-option:disabled{cursor:default}.mcq-option-letter,.option-letter{width:29px;height:29px;flex:0 0 29px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-2);border-radius:8px;background:#f6f7f8;color:var(--text-2);font-size:12px;font-weight:850}.mcq-option-text,.option-text{flex:1;min-width:0;padding-top:2px}.mcq-option.correct,.mcq-option.is-correct{border-color:var(--green-border);background:var(--green-light);color:#125f2d}.mcq-option.correct .mcq-option-letter,.mcq-option.correct .option-letter,.mcq-option.is-correct .mcq-option-letter,.mcq-option.is-correct .option-letter{border-color:var(--green);background:var(--green);color:#fff}.mcq-option.is-wrong,.mcq-option.wrong{border-color:var(--red-border);background:var(--red-light);color:#962020}.mcq-option.is-wrong .mcq-option-letter,.mcq-option.is-wrong .option-letter,.mcq-option.wrong .mcq-option-letter,.mcq-option.wrong .option-letter{border-color:var(--red);background:var(--red);color:#fff}.mcq-result{margin-top:17px;padding:16px 18px;border-radius:13px;font-size:14px}.mcq-result.correct{border:1px solid var(--green-border);background:var(--green-light);color:#125f2d}.mcq-result.wrong{border:1px solid var(--red-border);background:var(--red-light);color:#8f2020}.mcq-result-title{margin:0 0 4px;font-size:14px;font-weight:850}.mcq-result-answer{margin:0;font-size:13px;font-weight:700}.mcq-explanation{margin-top:10px;padding:17px 18px;border:1px solid var(--border);border-radius:13px;background:#f8fafc}.mcq-explanation-title{margin:0 0 6px;color:var(--text);font-size:13px;font-weight:850}.mcq-explanation p{margin:0;color:var(--text-2);font-size:14px;line-height:1.7}.quiz-score{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding:17px 19px;border:1px solid var(--gold-border);border-radius:var(--radius);background:var(--gold-light)}.score-value{color:var(--gold-dark);font-size:27px;line-height:1;font-weight:850}.score-text{color:var(--text-2);font-size:13px;font-weight:650}.error-state,.loading-state{min-height:55vh;display:flex;align-items:center;justify-content:center}.error-card,.loading-card{width:min(100%,500px);padding:40px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);text-align:center;box-shadow:var(--shadow-md)}.loading-spinner{width:38px;height:38px;margin:0 auto;border:3px solid #e5e8eb;border-top-color:var(--gold);border-radius:50%;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-card h2,.loading-card h2{margin:19px 0 6px;color:var(--text);font-size:22px;line-height:1.3}.error-card p,.loading-card p{margin:0;color:var(--text-3);font-size:14px}.error-icon{width:45px;height:45px;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--red-light);color:var(--red);font-size:22px;font-weight:850}.retry-button{margin-top:20px;min-height:43px;padding:8px 17px;border:1px solid var(--gold);border-radius:10px;background:var(--gold);color:#fff;font-size:13px;font-weight:800;cursor:pointer}.retry-button:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.site-footer{border-top:1px solid var(--border);background:var(--white)}.footer-inner{width:min(calc(100% - 32px),var(--max-width));min-height:78px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--text-3);font-size:12px}.footer-brand{display:flex;align-items:center;gap:9px}.footer-brand img{width:38px;height:38px;object-fit:contain}.footer-brand>div{display:flex;flex-direction:column}.footer-brand strong{color:var(--text);font-size:12px;letter-spacing:.06em}.footer-brand span{font-size:11px}.install-button{position:fixed;right:18px;bottom:18px;z-index:900;display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid var(--gold-border);border-radius:14px;background:#fff;color:var(--text);box-shadow:var(--shadow-md);cursor:pointer}.install-icon{width:31px;height:31px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:var(--gold);color:#fff;font-weight:850}.install-text{display:flex;flex-direction:column;align-items:flex-start}.install-text strong{font-size:12px}.install-text small{color:var(--text-3);font-size:10px}.lesson-container,.lesson-container *{overflow-wrap:anywhere}.concept-content,.mcq-explanation,.mcq-option,.mcq-question,.topic-content{word-break:normal}@media (max-width:950px){.day-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.hero-card,.lesson-header,.lesson-hero{padding:32px}}@media (max-width:640px){.footer-inner,.header-inner,.main-container{width:calc(100% - 20px)}.header-inner{min-height:67px}.brand-logo{width:44px;height:44px;flex-basis:44px;border-radius:11px}.brand-logo img{padding:3px}.brand-title{font-size:15px}.brand-subtitle{font-size:10px}.release-status{display:none}.main-container{padding:24px 0 45px}.hero-card{display:block;padding:25px 20px;border-radius:18px}.hero-content h1{font-size:35px}.hero-content p{margin-top:13px;font-size:14px}.today-badge{width:100%;margin-top:18px;min-height:45px;padding:9px 14px}.course-days-section{margin-top:32px}.section-heading{align-items:flex-start;flex-direction:column;gap:9px}.section-heading h2{font-size:27px}.day-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;padding:13px;border-radius:18px}.day-button{border-radius:9px;font-size:12px}.days-legend{margin-top:12px}.lesson-navigation{margin-bottom:12px}.lesson-header,.lesson-hero{padding:25px 19px;border-radius:18px}.lesson-header h1,.lesson-title{font-size:34px}.lesson-subtitle{font-size:14px}.content-card,.lesson-section-card{padding:20px 17px}.concept-header,.topic-header{padding:18px 16px 13px}.concept-content,.topic-content{padding:0 16px 19px}.concept-header h3,.concept-title,.topic-header h3,.topic-title{font-size:18px}.concept-number,.topic-number{width:32px;height:32px;flex-basis:32px}.concept-content p,.topic-content p{font-size:14px}.mcqs-section{margin-top:40px}.mcqs-header h2{font-size:27px}.mcq-header{padding:13px 15px}.mcq-body{padding:18px 15px 19px}.mcq-question{font-size:16px}.mcq-option{padding:11px 12px;font-size:13px}.quiz-score{align-items:flex-start}.footer-inner{min-height:70px;align-items:flex-start;flex-direction:column;justify-content:center;gap:4px}.install-button{right:10px;bottom:10px}}@media (max-width:390px){.brand-title{font-size:14px}.brand-subtitle{display:none}.hero-content h1{font-size:31px}.day-grid{gap:5px;padding:10px}.day-button{border-radius:8px;font-size:11px}.lesson-header h1,.lesson-title{font-size:30px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}}@media print{.app-header,.install-button,.lesson-navigation,.retry-button,.site-footer{display:none!important}.main-container{width:100%;padding:0}.concept-card,.lesson-header,.lesson-hero,.mcq-card,.topic-card{box-shadow:none;break-inside:avoid}}