:root{--primary-navy: #003057;--primary-navy-dark: #001f38;--sidebar-gradient: linear-gradient(135deg, #003057 0%, #001f38 100%);--bg-light: #f8fafc;--card-bg: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--text-white: #ffffff;--border-color: #e2e8f0;--accent-color: #3b82f6;--shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03);--shadow-premium: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}.login-container{display:flex;min-height:100vh;width:100%;font-family:Inter,system-ui,-apple-system,sans-serif}.login-sidebar{flex:1.2;background:var(--sidebar-gradient);color:var(--text-white);padding:4rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.login-sidebar:before{content:"";position:absolute;top:-10%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);border-radius:50%}.login-sidebar-content{position:relative;z-index:10;max-width:500px}.login-logo-badge{display:inline-block;padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:99px;font-size:.875rem;font-weight:600;margin-bottom:2rem;letter-spacing:.05em;text-transform:uppercase}.login-sidebar-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.login-sidebar-subtitle{display:block;font-size:1.5rem;font-weight:400;opacity:.9;margin-top:.5rem}.login-sidebar-text{font-size:1.125rem;line-height:1.6;opacity:.8;margin-bottom:3rem}.login-sidebar-footer{margin-top:auto;font-size:.875rem;opacity:.5}.login-main{flex:1;background:var(--bg-light);display:flex;align-items:center;justify-content:center;padding:2rem}.login-card{width:100%;max-width:440px;background:var(--card-bg);padding:3rem;border-radius:20px;box-shadow:var(--shadow-premium)}.login-card-header{margin-bottom:2.5rem;text-align:center}.login-card-title{font-size:1.875rem;font-weight:700;color:var(--text-main);margin-bottom:.75rem}.login-card-subtitle{color:var(--text-muted);font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-input-group{display:flex;flex-direction:column;gap:.5rem}.login-label{font-size:.875rem;font-weight:600;color:var(--text-main)}.login-input{width:100%;padding:.875rem 1rem;border:1px solid var(--border-color);border-radius:12px;font-size:1rem;transition:all .2s;background:#fcfdfe}.login-input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 4px #3b82f61a;background:#fff}.login-submit{width:100%;padding:1rem;background:var(--primary-navy);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.login-submit:hover{background:var(--primary-navy-dark);transform:translateY(-1px)}.login-submit:active{transform:translateY(0)}.login-submit:disabled{opacity:.7;cursor:not-allowed}.login-error{color:#ef4444;font-size:.875rem;background:#fef2f2;padding:.75rem;border-radius:8px;border:1px solid #fee2e2}.login-local-hint{font-size:.8125rem;color:var(--text-muted);text-align:center}.login-divider{margin:2rem 0;display:flex;align-items:center;color:var(--text-muted);font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border-color)}.login-divider span{padding:0 1rem}.google-login-container{display:flex;justify-content:center;min-height:40px}.login-card-footer{margin-top:2.5rem;text-align:center;font-size:.875rem;color:var(--text-muted);line-height:1.5}@media(max-width:1024px){.login-sidebar{padding:3rem}.login-sidebar-title{font-size:2.75rem}}@media(max-width:768px){.login-container{flex-direction:column}.login-sidebar{flex:none;padding:3rem 1.5rem;text-align:center}.login-sidebar-content{margin:0 auto}.login-sidebar-title{font-size:2.25rem}.login-sidebar-text{margin-bottom:0}.login-sidebar-footer{display:none}.login-main{padding:2rem 1rem}.login-card{padding:2rem 1.5rem;border-radius:0;box-shadow:none;max-width:none}}.proxy-connection-dot{position:fixed;bottom:14px;right:14px;z-index:9999;width:12px;height:12px;border-radius:50%;box-shadow:0 0 0 2px #fffffff2;pointer-events:none}.proxy-connection-dot--ok{background:#16a34a}.proxy-connection-dot--bad{background:#dc2626}.proxy-connection-dot--pending{background:#94a3b8}.app-shell--hub{min-height:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#fff}.app-hub-dashboard{width:100%;max-width:1100px;display:flex;flex-direction:column;align-items:stretch;gap:2rem}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.dashboard-column{display:flex;flex-direction:column;gap:1.25rem;min-width:0}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}}.app-hub-logout-wrap{display:flex;justify-content:center;width:100%;padding-top:.25rem}.app-hub-card{width:100%;max-width:440px;padding:2.5rem 2.25rem;text-align:center;background:#fff;border:1px solid #e4e7ec;border-radius:10px;box-shadow:0 1px 2px #0f172a0a,0 8px 24px #0f172a0f}.app-hub-brand{margin:0 0 .35rem;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.app-hub-title{margin:0 0 .75rem;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:1.35rem;font-weight:600;letter-spacing:-.02em;color:#0f172a}.app-hub-hint{margin:0 0 1rem;font-size:.9rem;line-height:1.5;color:#64748b}.app-hub-card--wide>.app-hub-hint{min-height:5.5rem}.app-hub-stats-block{margin:0 0 1.25rem;padding:.65rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.8125rem;line-height:1.45}.app-hub-stats-standalone__title{margin:0 0 .65rem;font-size:.8125rem;font-weight:600;color:#475569}.app-hub-stats-standalone .app-hub-stats-block{margin:0}.app-hub-stats-muted{margin:0;color:#64748b}.app-hub-stats-unavailable{margin:0;color:#94a3b8}.app-hub-stats-list{margin:0;padding:0;list-style:none}.app-hub-stats-list__item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.2rem 0;border-bottom:1px solid #e2e8f0;color:#334155}.app-hub-stats-list__item:last-child{border-bottom:none;padding-bottom:0}.app-hub-stats-list__label{min-width:0;font-weight:500}.app-hub-stats-list__nums{flex-shrink:0;font-variant-numeric:tabular-nums;color:#64748b}.app-hub-smart-hint{margin:.4rem 0 0;font-size:.8125rem;line-height:1.4;color:#64748b}.app-hub-primary{display:block;width:100%;padding:.7rem 1rem;font:inherit;font-size:1rem;font-weight:600;color:#fff;background:#003057;border:none;border-radius:6px;cursor:pointer;transition:background .15s}.app-hub-primary:hover{background:#002646}.app-hub-out{margin-top:1rem;padding:0;font:inherit;font-size:.8125rem;color:#64748b;background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.app-hub-out:hover{color:#003057}.app-hub-card--wide{max-width:520px;text-align:left}.app-hub-card--wide .app-hub-title,.app-hub-card--wide .app-hub-brand{text-align:center}.app-hub-field-label{display:block;margin:0 0 .35rem;font-size:.8125rem;font-weight:600;color:#475569}.app-hub-select{width:100%;margin-bottom:1.25rem;padding:.55rem .65rem;font:inherit;font-size:.9375rem;color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer}.app-hub-select:focus{outline:2px solid #003057;outline-offset:1px}.app-hub-sections-label{margin:0 0 .5rem;font-size:.8125rem;font-weight:600;color:#475569}.app-hub-sections-label--spaced{margin-top:1.35rem}.app-hub-math-hint{margin:0 0 .75rem;font-size:.8125rem;line-height:1.45;color:#64748b;text-align:left}.app-hub-math-hint code{font-size:.85em;padding:.1em .35em;background:#f1f5f9;border-radius:4px}.app-hub-section--math{border-color:#c4b5fd;background:linear-gradient(180deg,#faf5ff,#fff)}.app-hub-section--math:hover:not(:disabled){border-color:#8b5cf6;background:#f3e8ff}.app-hub-section-grid{display:flex;flex-direction:column;gap:.5rem}.app-hub-section--split{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;gap:.75rem;flex-wrap:nowrap;min-width:0;box-sizing:border-box;padding:.35rem 0;background:transparent;border:none;border-radius:0;cursor:default}.app-hub-section--split--math{background:transparent}.app-hub-section--split:hover,.app-hub-section--split:focus-within{background:transparent}.app-hub-section__left{flex:1 1 auto;min-width:0;display:flex;align-items:center}.app-hub-section__title-as-text{margin:0;padding:0;max-width:100%;font:inherit;font-size:.9rem;font-weight:600;text-align:left;color:inherit;background:none;border:none;cursor:pointer}.app-hub-section__title-as-text:hover:not(:disabled){color:#003057}.app-hub-section__title-as-text:disabled{opacity:.55;cursor:not-allowed}.app-hub-section__incubator-link{flex:0 0 auto;margin:0;padding:.28rem .5rem;font:inherit;font-size:.68rem;font-weight:700;white-space:nowrap;letter-spacing:.02em;text-decoration:none;color:#166534;background:#ecfdf5;border:1px solid #86efac;border-radius:5px;cursor:pointer;transition:background .15s,border-color .15s}.app-hub-section__incubator-link:hover:not([aria-disabled=true]){background:#d1fae5;border-color:#22c55e}.app-hub-section__incubator-link[aria-disabled=true]{opacity:.55;pointer-events:none;cursor:not-allowed}.app-hub-section__incubator-link--math{color:#5b21b6;background:#f5f3ff;border-color:#c4b5fd}.app-hub-section__incubator-link--math:hover:not([aria-disabled=true]){background:#ede9fe;border-color:#8b5cf6}.app-hub-smart-drill{margin:0 0 .75rem}.app-hub-section--smart{border-style:dashed;border-color:#94a3b8;color:#334155}.app-hub-section--smart:hover:not(:disabled){border-color:#b45309;background:#fffbeb}.app-hub-section{width:100%;padding:.65rem 1rem;font:inherit;font-size:.9rem;font-weight:600;text-align:left;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s}.app-hub-section:hover{background:#f1f5f9;border-color:#003057}.app-hub-section.app-hub-section--split:hover{background:#f8fafc;border-color:#94a3b8}.app-hub-section.app-hub-section--split.app-hub-section--math:hover{border-color:#c4b5fd;background:#faf5ff}.app-hub-out--block{display:block;width:100%;margin-top:1.5rem;text-align:center}.app-hub-card--dimmed{opacity:.35;pointer-events:none;-webkit-user-select:none;user-select:none}.app-resume-banner{width:100%;max-width:1100px;margin:0 auto 1rem;padding:.85rem 1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px}.app-resume-banner__text{margin:0 0 .65rem;font-size:.875rem;line-height:1.45;color:#1e3a5f}.app-resume-banner__actions{display:flex;flex-wrap:wrap;gap:.5rem}.app-resume-banner__btn{padding:.4rem .75rem;font:inherit;font-size:.8125rem;font-weight:600;border-radius:5px;cursor:pointer;border:1px solid #cbd5e1;background:#fff;color:#475569}.app-resume-banner__btn:hover{background:#f8fafc}.app-resume-banner__btn--primary{color:#fff;background:#003057;border-color:#003057}.app-resume-banner__btn--primary:hover{background:#002646}.app-resume-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a73}.app-resume-dialog{width:100%;max-width:420px;padding:1.75rem 1.5rem;background:#fff;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 4px 6px #0f172a0f,0 12px 32px #0f172a1f}.app-resume-dialog__title{margin:0 0 .75rem;font-size:1.2rem;font-weight:600;color:#0f172a;text-align:center}.app-resume-dialog__text{margin:0 0 .5rem;font-size:.95rem;line-height:1.5;color:#334155;text-align:center}.app-resume-dialog__hint{margin:0 0 1.25rem;font-size:.875rem;color:#64748b;text-align:center}.app-resume-dialog__actions{display:flex;flex-direction:column;gap:.5rem}.app-resume-dialog__btn{padding:.65rem 1rem;font:inherit;font-size:.95rem;font-weight:600;border-radius:6px;cursor:pointer;border:none;transition:background .15s}.app-resume-dialog__btn--primary{color:#fff;background:#003057}.app-resume-dialog__btn--primary:hover{background:#002646}.app-resume-dialog__btn--secondary{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.app-resume-dialog__btn--secondary:hover{background:#e2e8f0}.app-hub-history{margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid #e2e8f0}.app-hub-history--card{margin-top:0;padding-top:0;border-top:none}.app-hub-history__title{margin:0 0 .65rem;font-size:.8125rem;font-weight:600;color:#475569}.app-hub-history__empty{margin:0;font-size:.85rem;line-height:1.45;color:#94a3b8}.app-hub-history__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;max-height:220px;overflow:auto}.app-hub-history__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;padding:.55rem .65rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.app-hub-history__meta{min-width:0;flex:1}.app-hub-history__name{display:block;font-size:.875rem;font-weight:600;color:#0f172a}.app-hub-history__sub{display:block;margin-top:.15rem;font-size:.75rem;color:#64748b}.app-hub-history__actions{display:flex;flex-wrap:wrap;gap:.35rem}.app-hub-history__btn{padding:.35rem .6rem;font:inherit;font-size:.75rem;font-weight:600;border-radius:5px;cursor:pointer;border:1px solid #cbd5e1;background:#fff;color:#475569}.app-hub-history__btn:hover:not(:disabled){background:#f1f5f9}.app-hub-history__btn:disabled{opacity:.45;cursor:not-allowed}.app-hub-history__btn--primary{color:#fff;background:#003057;border-color:#003057}.app-hub-history__btn--primary:hover:not(:disabled){background:#002646}.practice-test-cta{width:100%;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:0;box-sizing:border-box}.practice-test-cta__text{flex:1;font-size:1rem;color:#334155;font-weight:500}.practice-test-cta__btn{padding:.75rem 1.5rem;font:inherit;font-size:.95rem;font-weight:700;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.65rem;white-space:nowrap}.practice-test-cta__btn:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8;box-shadow:0 2px 4px #0000000d}.practice-test-cta__btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.practice-test-cta{flex-direction:column;text-align:center;padding:1.5rem}}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}.math-text{display:inline-block;max-width:100%;vertical-align:top}.math-text.math-text--prose{display:block;width:100%;line-height:1.5;word-break:break-word;overflow-wrap:break-word}.math-text .katex{font-size:1.08em}.math-text .math-text__table{display:table;width:100%;max-width:100%;border-collapse:collapse;margin:.75rem 0;font-size:.92em;line-height:1.35}.math-text .math-text__table th,.math-text .math-text__table td{border:1px solid #cbd5e1;padding:.4rem .55rem;text-align:left;vertical-align:top}.math-text .math-text__table thead th{background:#f1f5f9;font-weight:600;color:#0f172a}body{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,sans-serif;background:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased}
