:root{--bg:#fff;--panel:#f7f7f5;--chip:#f1f0ee;--text:#37352f;--text-strong:#1d1b16;--muted-65:#37352fb8;--muted-50:#37352fad;--muted-40:#37352f8c;--border:#37352f17;--border-mid:#37352f1f;--border-strong:#37352f29;--hover:#37352f0f;--hover-faint:#37352f08;--active:#37352f14;--accent:#0077b6;--accent-contrast:#fff;--accent-hover:#005f94;--accent-ring:#0077b62e;--link:#0077b6;--success-bg:#f0f7f0;--success-border:#44836140;--success-text:#448361;--draft-bg:#fbf3e7;--draft-border:#b4781e4d;--draft-text:#9a6416;--code-bg:#f1f0ee;--shadow-sm:0 1px 2px #1e190f0d;--shadow-md:0 10px 24px #1e190f14;--font-sans:ui-sans-serif, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", Menlo, Consolas, monospace;--ease:cubic-bezier(.2, .7, .3, 1);--duration:.16s}:root[data-theme=dark]{--bg:#191919;--panel:#202020;--chip:#2c2c2a;--text:#d6d3cd;--text-strong:#f1efea;--muted-65:#d6d3cd9e;--muted-50:#d6d3cd8f;--muted-40:#d6d3cd73;--border:#ffffff17;--border-mid:#ffffff21;--border-strong:#ffffff2e;--hover:#ffffff0f;--hover-faint:#ffffff09;--active:#ffffff17;--accent:#4fb3e8;--accent-contrast:#0d1b24;--accent-hover:#7cc7f1;--accent-ring:#4fb3e838;--link:#5fb6e8;--success-bg:#1d2a22;--success-border:#7fbf984d;--success-text:#7fbf98;--draft-bg:#2b2418;--draft-border:#e0a8524d;--draft-text:#e0a852;--code-bg:#2c2c2a;--shadow-sm:0 1px 2px #00000040;--shadow-md:0 10px 24px #0006}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#191919;--panel:#202020;--chip:#2c2c2a;--text:#d6d3cd;--text-strong:#f1efea;--muted-65:#d6d3cd9e;--muted-50:#d6d3cd8f;--muted-40:#d6d3cd73;--border:#ffffff17;--border-mid:#ffffff21;--border-strong:#ffffff2e;--hover:#ffffff0f;--hover-faint:#ffffff09;--active:#ffffff17;--accent:#4fb3e8;--accent-contrast:#0d1b24;--accent-hover:#7cc7f1;--accent-ring:#4fb3e838;--link:#5fb6e8;--success-bg:#1d2a22;--success-border:#7fbf984d;--success-text:#7fbf98;--draft-bg:#2b2418;--draft-border:#e0a8524d;--draft-text:#e0a852;--code-bg:#2c2c2a;--shadow-sm:0 1px 2px #00000040;--shadow-md:0 10px 24px #0006}}html{height:100%}body{background:var(--bg);min-height:100%;color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;word-wrap:break-word;transition:background-color var(--duration) var(--ease), color var(--duration) var(--ease);margin:0;padding:0;font-size:16px;line-height:1.5}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}h1,h2,h3,h4,h5,h6{color:var(--text-strong);line-height:1.2}h1{letter-spacing:-.5px;margin:0 0 6px;font-size:32px;font-weight:700;line-height:1.15}h2{letter-spacing:-.3px;margin:32px 0 12px;font-size:22px;font-weight:700}h3{margin:26px 0 10px;font-size:18px;font-weight:600}p,ul,ol,table,pre,dl{margin:0 0 16px}a{color:var(--link);text-decoration:underline;text-decoration-color:var(--muted-40);text-underline-offset:2px;transition:color var(--duration) var(--ease), text-decoration-color var(--duration) var(--ease)}a:hover{color:var(--accent-hover);text-decoration-color:var(--muted-65)}::placeholder{color:var(--muted-40)}code,pre{font-family:var(--font-mono)}code{background:var(--code-bg);border-radius:4px;padding:2px 5px;font-size:.9em}pre{border:1px solid var(--border-mid);background:var(--panel);border-radius:8px;padding:14px 16px;line-height:1.55;overflow-x:auto}pre code{background:0 0;padding:0;font-size:13px}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);padding:6px 10px}th{color:var(--muted-65);font-size:13px;font-weight:600}dt{color:var(--text-strong);font-weight:500}img{max-width:100%}strong{color:var(--text-strong);font-weight:600}blockquote{border-left:2px solid var(--border-strong);color:var(--muted-65);margin:0 0 16px;padding:0 0 0 16px}hr,.divider{background:var(--border);border:0;height:1px;margin:24px 0}small{font-size:12px}.app-shell{min-height:100vh;display:flex}.site-sidebar{box-sizing:border-box;background:var(--panel);border-right:1px solid var(--border);z-index:50;flex-direction:column;flex-shrink:0;width:216px;height:100vh;padding:10px 8px;display:flex;position:sticky;top:0;overflow-y:auto}html.sidebar-collapsed .site-sidebar{display:none}.sidebar-head{align-items:center;gap:8px;margin-bottom:8px;padding:6px 8px;display:flex}.sidebar-avatar{flex-shrink:0;width:26px;height:26px;display:block}.sidebar-avatar img{object-fit:cover;border-radius:50%;width:26px;height:26px;display:block}.sidebar-name{letter-spacing:-.1px;color:var(--text-strong);flex:1;font-size:14px;font-weight:600;text-decoration:none}.sidebar-name:hover{text-decoration:none}.sidebar-collapse,.sidebar-open{cursor:pointer;width:24px;height:24px;color:var(--muted-50);transition:background-color var(--duration) var(--ease), color var(--duration) var(--ease);background:0 0;border:0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:14px;display:flex}.sidebar-collapse:hover{background:var(--active);color:var(--text)}.sidebar-open{border:1px solid var(--border-mid);background:var(--bg);width:28px;height:28px;color:var(--muted-50);z-index:40;border-radius:6px;font-size:15px;display:none;position:fixed;top:12px;left:12px}.sidebar-open:hover{background:var(--hover-faint);color:var(--text)}html.sidebar-collapsed .sidebar-open{display:flex}.side-header{color:var(--muted-40);text-transform:uppercase;letter-spacing:.6px;padding:10px 8px 3px;font-size:11px;font-weight:600}.side-item{color:var(--text);transition:background-color var(--duration) var(--ease), color var(--duration) var(--ease);border-radius:5px;align-items:center;gap:8px;margin-bottom:1px;padding:4px 8px;font-size:14px;text-decoration:none;display:flex}.side-item:hover{background:var(--hover);color:var(--text);text-decoration:none}.side-item.is-active{background:var(--active);color:var(--text-strong);font-weight:600}.side-item.is-active .side-glyph{opacity:1;color:var(--accent)}.side-glyph{text-align:center;opacity:.55;width:16px;font-size:12px;font-family:var(--font-mono);transition:opacity var(--duration) var(--ease), color var(--duration) var(--ease);flex-shrink:0}.sidebar-foot{gap:12px;margin-top:auto;padding:10px 8px 4px;font-size:12px;display:flex}.sidebar-foot a{color:var(--muted-65);transition:color var(--duration) var(--ease);text-decoration:none}.sidebar-foot a:hover{color:var(--text)}.theme-toggle{cursor:pointer;color:var(--muted-65);transition:color var(--duration) var(--ease), transform var(--duration) var(--ease);background:0 0;border:0;border-radius:4px;margin-left:auto;padding:0 2px;font-size:13px;line-height:1}.theme-toggle:hover{color:var(--text);transform:rotate(-12deg)}.sidebar-backdrop{display:none}.app-main{flex:1;min-width:0}.content-column{box-sizing:border-box;max-width:720px;margin:0 auto;padding:40px 48px 80px}.course-page .site-sidebar,.course-page .sidebar-open,.course-page .sidebar-backdrop{display:none}.course-page .content-column{max-width:none;margin:0;padding:0}.course-page .page-footnote{display:none}.page-lede{color:var(--muted-65);margin:0 0 28px;font-size:16px}.section-label{color:var(--muted-65);text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px;font-size:13px;font-weight:600}.chip{background:var(--chip);color:var(--muted-65);white-space:nowrap;border-radius:4px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-block}.btn{cursor:pointer;box-sizing:border-box;transition:background-color var(--duration) var(--ease), border-color var(--duration) var(--ease), color var(--duration) var(--ease), transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease);border-radius:6px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;line-height:1.5;text-decoration:none;display:inline-block}.btn:hover{text-decoration:none}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:var(--accent-contrast);border:0}.btn-primary:hover{background:var(--accent-hover);color:var(--accent-contrast);box-shadow:var(--shadow-md)}.btn-ghost{color:var(--text);border:1px solid var(--border-strong);background:0 0}.btn-ghost:hover{background:var(--hover-faint);color:var(--text);border-color:var(--muted-40)}.cta-row{flex-wrap:wrap;gap:8px;margin:0 0 24px;display:flex}.list-card{border:1px solid var(--border-mid);color:var(--text);transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);border-radius:8px;align-items:center;gap:16px;margin-bottom:8px;padding:12px 14px;text-decoration:none;display:flex}.list-card:hover{background:var(--hover-faint);border-color:var(--border-strong);box-shadow:var(--shadow-sm);color:var(--text);text-decoration:none;transform:translateY(-1px)}.list-card-body{flex:1;min-width:0}.list-card-title{color:var(--text-strong);font-size:15px;font-weight:600}.list-card-meta{color:var(--muted-50);font-size:13px}.list-card-arrow{color:var(--muted-40);transition:transform var(--duration) var(--ease), color var(--duration) var(--ease);flex-shrink:0;display:inline-block}.list-card:hover .list-card-arrow{color:var(--accent);transform:translate(3px)}.notice-success{background:var(--success-bg);border:1px solid var(--success-border);color:var(--success-text);border-radius:8px;max-width:480px;padding:20px;font-size:15px}.form-stack{flex-direction:column;gap:12px;max-width:480px;display:flex}.form-stack input[type=email],.form-stack input[type=text],.form-stack textarea{border:1px solid var(--border-strong);color:var(--text);background:var(--bg);box-sizing:border-box;width:100%;transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);border-radius:6px;outline:none;padding:10px 14px;font-family:inherit;font-size:15px}.form-stack input:focus,.form-stack textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.form-stack textarea{resize:vertical;min-height:76px}.form-stack .btn{align-self:flex-start}.form-inline{gap:8px;max-width:480px;display:flex}.form-inline input[type=email]{border:1px solid var(--border-strong);color:var(--text);background:var(--bg);box-sizing:border-box;min-width:0;transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);border-radius:6px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:15px}.form-inline input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.form-inline .btn{white-space:nowrap;border:0}.link-button{font:inherit;color:var(--text);text-decoration:underline;text-decoration-color:var(--muted-40);text-underline-offset:2px;cursor:pointer;transition:color var(--duration) var(--ease), text-decoration-color var(--duration) var(--ease);background:0 0;border:0;border-radius:2px;padding:0}.link-button:hover{color:var(--text-strong);text-decoration-color:var(--muted-65)}.newsletter-modal{background:var(--bg);width:calc(100% - 48px);max-width:480px;color:var(--text);border:1px solid var(--border-mid);border-radius:10px;margin:auto;padding:28px;position:fixed;box-shadow:0 16px 48px #0000002e}.newsletter-modal::backdrop{background:#0006}.newsletter-modal h2{letter-spacing:-.3px;color:var(--text-strong);margin:0 0 8px;font-size:20px;font-weight:700}.newsletter-modal p{color:var(--muted-65);margin:0 0 16px;font-size:14px}.modal-close{width:28px;height:28px;color:var(--muted-50);cursor:pointer;transition:background-color var(--duration) var(--ease), color var(--duration) var(--ease);background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;font-size:18px;line-height:1;display:flex;position:absolute;top:12px;right:12px}.modal-close:hover{background:var(--hover);color:var(--text)}.page-footnote{color:var(--muted-50);margin-top:48px}.page-footnote a{color:var(--muted-65);transition:color var(--duration) var(--ease)}.home-avatar{object-fit:cover;border-radius:50%;width:72px;height:72px;margin-bottom:16px;display:block}.home-tagline{color:var(--muted-65);margin:0 0 20px;font-size:16px}.interest-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:24px;display:grid}.interest-grid>div{background:var(--panel);border-radius:6px;padding:8px 12px;font-size:14px}.updates-timeline{margin-bottom:24px}.update-row{border-bottom:1px solid var(--border);gap:20px;padding:10px 0;display:flex}.update-date{width:84px;color:var(--muted-50);font-size:13px;font-family:var(--font-mono);flex-shrink:0;padding-top:2px}.update-text{font-size:15px}.blog-card{border:1px solid var(--border-mid);color:var(--text);transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);border-radius:10px;grid-template-columns:1fr 260px;align-items:center;gap:24px;margin-bottom:20px;padding:20px;text-decoration:none;display:grid}.blog-card:hover{background:var(--hover-faint);border-color:var(--border-strong);box-shadow:var(--shadow-md);color:var(--text);text-decoration:none;transform:translateY(-2px)}.blog-card.no-image{grid-template-columns:1fr}.blog-tags{flex-wrap:wrap;gap:8px;margin:0 0 10px;padding:0;list-style:none;display:flex}.blog-tags li{background:var(--chip);color:var(--muted-65);text-transform:uppercase;letter-spacing:.4px;border-radius:4px;padding:3px 10px;font-size:12px;font-weight:500}.draft-badge{background:var(--draft-bg);border:1px solid var(--draft-border);color:var(--draft-text);text-transform:uppercase;letter-spacing:.4px;border-radius:4px;margin:0 0 10px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.blog-card-title{letter-spacing:-.3px;color:var(--text-strong);margin-bottom:8px;font-size:22px;font-weight:700;line-height:1.25}.blog-card-desc{color:var(--muted-65);margin-bottom:12px;font-size:14px}.blog-meta{color:var(--muted-50);flex-wrap:wrap;gap:6px;margin:0;font-size:13px;display:flex}.blog-card-image{border-radius:8px;height:160px;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .32s var(--ease);display:block}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-more-note{color:var(--muted-50);font-size:14px}.blog-empty{border:1px solid var(--border-mid);border-radius:10px;padding:20px}.blog-empty h2{margin:0 0 8px;font-size:17px}.blog-empty p{color:var(--muted-65);margin:0}.blog-breadcrumb{color:var(--muted-50);margin:0 0 16px;font-size:13px}.blog-breadcrumb a{color:var(--muted-50);transition:color var(--duration) var(--ease);text-decoration:none}.blog-breadcrumb a:hover{color:var(--text)}.blog-post-header{border-bottom:1px solid var(--border);margin:0 0 24px;padding:0 0 22px}.blog-post-header h1{margin:0 0 10px}.blog-post-header .blog-meta{margin:0 0 12px}.blog-description{color:var(--muted-65);margin:0 0 14px;font-size:17px;line-height:1.55}.blog-featured-image{margin:0 0 28px}.blog-featured-image img,.blog-post-content img{border-radius:8px;width:100%;height:auto}.blog-featured-image figcaption,.blog-post-content figcaption{color:var(--muted-50);text-align:center;margin-top:8px;font-size:13px}.blog-post-content{font-size:16px;line-height:1.7}.blog-post-content ul,.blog-post-content ol{padding-left:24px}.blog-post-content li{margin-bottom:6px}.blog-post-content .MathJax,.blog-post-content mjx-container{max-width:100%;overflow:auto hidden}.post-pagination{border-top:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:36px 0 0;padding-top:20px;display:grid}.post-pagination a{border:1px solid var(--border-mid);color:var(--text-strong);transition:border-color var(--duration) var(--ease), background-color var(--duration) var(--ease);border-radius:8px;padding:14px;font-weight:500;text-decoration:none;display:block}.post-pagination a:hover{background:var(--hover-faint);border-color:var(--border-strong)}.post-pagination span{color:var(--muted-50);text-transform:uppercase;letter-spacing:.06em;margin:0 0 4px;font-size:12px;font-weight:400;display:block}.pub-card{border:1px solid var(--border-mid);box-shadow:var(--shadow-sm);border-radius:10px;margin-bottom:16px;padding:20px}.pub-venue{color:var(--muted-50);font-size:13px;font-family:var(--font-mono);margin-bottom:8px}.pub-title{color:var(--text-strong);margin-bottom:8px;font-size:18px;font-weight:600;line-height:1.35}.pub-authors{color:var(--muted-65);margin-bottom:16px;font-size:14px}.pub-links{flex-wrap:wrap;gap:12px;font-size:13px;display:flex}.facts-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:28px;display:grid}.facts-grid>div{background:var(--panel);border-radius:6px;min-width:0;padding:11px 14px}.fact-label{color:var(--muted-50);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:12px}.fact-value{overflow-wrap:anywhere;font-size:14px;font-weight:500}.resume-rows{margin-bottom:24px}.resume-row{border-bottom:1px solid var(--border);gap:20px;padding:9px 0;display:flex}.resume-row-date{width:110px;color:var(--muted-50);font-size:13px;font-family:var(--font-mono);flex-shrink:0;padding-top:2px}.resume-row-title{color:var(--text-strong);font-size:15px;font-weight:600}.resume-row-detail{color:var(--muted-65);font-size:14px}.chip-row{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.chip-row span{background:var(--panel);border-radius:6px;padding:6px 12px;font-size:14px}.course-card{border:1px solid var(--border-mid);color:var(--text);transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);border-radius:8px;margin-bottom:16px;padding:20px;text-decoration:none;display:block}.course-card:hover{background:var(--hover-faint);border-color:var(--border-strong);box-shadow:var(--shadow-md);color:var(--text);text-decoration:none;transform:translateY(-2px)}.course-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.course-card-title{color:var(--text-strong);font-size:18px;font-weight:600}.course-card-desc{color:var(--muted-65);margin:6px 0 12px;font-size:14px}.course-card-meta{color:var(--muted-50);gap:16px;font-size:13px;display:flex}.course-links,.course-list{margin:0 0 12px;padding-left:20px}.course-links li,.course-list li{margin:0 0 7px}.course-links span{color:var(--muted-50);margin-left:6px;font-size:12px}@media print,screen and (width<=900px){.site-sidebar{height:100dvh;position:fixed;top:0;left:0}html:not(.sidebar-collapsed) .sidebar-backdrop{z-index:45;background:#00000040;display:block;position:fixed;inset:0}.content-column{padding:64px 20px 60px}}@media print,screen and (width<=720px){.interest-grid,.facts-grid,.blog-card{grid-template-columns:1fr}.blog-card-image{order:-1;height:auto}.blog-card-image img{aspect-ratio:16/9}.post-pagination{grid-template-columns:1fr}.update-row,.resume-row{gap:14px}}@media print{body{padding:.4in;font-size:12pt}.site-sidebar,.sidebar-open{display:none}}.course-page{--course-header-offset:0px;--course-sidebar-width:340px;background:#f6f8fc}.course-reader-shell{min-height:calc(100vh - var(--course-header-offset));grid-template-columns:var(--course-sidebar-width) minmax(0, 1fr);color:#12233d;display:grid;position:relative}.course-reader-shell,.course-reader-shell *{box-sizing:border-box}.course-reader-shell.is-sidebar-hidden{grid-template-columns:0 minmax(0,1fr)}.course-reader-shell.is-sidebar-hidden .course-reader-sidebar{border:0;width:0;min-width:0;padding:0;overflow:hidden}.course-reader-sidebar{top:var(--course-header-offset);height:calc(100vh - var(--course-header-offset));background:#fff;border-right:1px solid #d8e0ed;align-self:start;padding:18px;position:sticky;overflow:auto}.course-back-link{color:#5a6b84;align-items:center;gap:8px;margin:0 0 16px;font-size:13px;display:inline-flex}.course-syllabus-card{background:linear-gradient(#f8fbff,#fff);border:1px solid #dbe4f2;border-radius:18px;padding:18px;box-shadow:0 14px 35px #0f23410f}.course-kicker,.course-eyebrow{color:#2457ff;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:7px;font-size:12px;font-weight:700;display:inline-flex}.course-syllabus-card h1{color:#0a1730;margin:8px 0;font-size:24px;font-weight:700;line-height:1.15}.course-syllabus-card p,.course-reader-toolbar p{color:#5a6b84;margin:0}.course-progress{margin-top:16px}.course-progress span{color:#53647c;margin-bottom:7px;font-size:13px;display:block}.course-progress div{background:#d8e0ed;border-radius:999px;height:5px;overflow:hidden}.course-progress i{border-radius:inherit;background:linear-gradient(90deg,#2457ff,#5bd0ff);height:100%;transition:width .2s;display:block}.course-lesson-nav{margin:18px 0 0;padding:0;list-style:none}.course-lesson-nav li{margin:0 0 8px}.course-lesson-nav button{color:#13233a;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:14px;grid-template-columns:18px 1fr;gap:10px;width:100%;padding:12px;display:grid}.course-lesson-nav button:hover,.course-lesson-nav button.is-active{background:#f0f5ff;border-color:#dbe4f2}.lesson-status{border:1px solid #aebbd0;border-radius:50%;width:10px;height:10px;margin-top:4px}.course-lesson-nav button.is-read .lesson-status{background:#2457ff;border-color:#2457ff;box-shadow:0 0 0 4px #2457ff1f}.course-lesson-nav strong{color:#13233a;font-size:14px;font-weight:700;line-height:1.25;display:block}.course-lesson-nav em{color:#2457ff;letter-spacing:.04em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-style:normal;font-weight:700;display:block}.course-lesson-nav small{color:#687a92;margin-top:4px;font-size:12px;display:block}.course-reader-main{float:none;width:auto;padding:28px 34px 92px}.course-reader-toolbar{justify-content:flex-end;align-items:center;gap:20px;margin:0 0 18px;display:flex}.course-intro-note{color:#53647c;background:#fff;border:1px solid #dbe4f2;border-radius:16px;margin:0 0 20px;padding:14px 16px}.course-intro-note p{margin:0}.course-actions{flex-wrap:wrap;gap:10px;display:flex}.course-action,.lesson-bottom-nav button{color:#34445b;cursor:pointer;background:#fff;border:1px solid #c9d6e8;border-radius:12px}.course-action{padding:10px 14px}.course-sidebar-toggle{width:34px;height:34px;top:16px;left:calc(var(--course-sidebar-width) - 17px);z-index:45;flex:none;justify-content:center;align-items:center;padding:0;transition:left .18s,background .18s,color .18s;display:inline-flex;position:fixed;box-shadow:0 10px 24px #0f23411f}.course-sidebar-toggle i{margin:0;font-size:13px;line-height:1}.course-reader-shell.is-sidebar-hidden .course-sidebar-toggle{left:16px}.course-floating-back{z-index:45;color:#34445b;background:#fff;border:1px solid #c9d6e8;border-radius:10px;align-items:center;gap:7px;min-height:34px;padding:8px 11px;font-size:13px;display:none;position:fixed;top:16px;left:62px;box-shadow:0 10px 24px #0f23411a}.course-floating-back i{font-size:12px}.course-reader-shell.is-sidebar-hidden .course-floating-back{display:inline-flex}.course-reader-shell.is-sidebar-hidden .course-reader-main{padding-top:76px}.course-action.is-read{color:#2457ff;background:#eef4ff;border-color:#2457ff}.lesson-actions{float:right;z-index:2;justify-content:flex-end;margin:4px 0 0 12px;display:flex;position:relative}.lesson-actions .course-action{border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;min-height:0;padding:0;display:inline-flex}.lesson-actions .course-action i{margin:0;font-size:15px;line-height:1}.lesson-actions .course-action span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.course-lesson-panel{display:none}.course-lesson-panel.is-active{display:block}.lesson-hero{float:none;text-align:left;background:radial-gradient(circle at 100% 0,#5bd0ff47,#0000 34%),linear-gradient(135deg,#fff,#f7faff);border:1px solid #dbe4f2;border-radius:24px;width:auto;padding:28px 30px;position:static;box-shadow:0 18px 50px #0f234112}.lesson-hero span{color:#2457ff;letter-spacing:.04em;text-transform:uppercase;font-size:13px;font-weight:700}.lesson-hero h2{color:#07182f;margin:8px 0 10px;font-size:34px;font-weight:700}.lesson-hero p{color:#53647c;max-width:820px;margin:0;font-size:16px}.session-facts{background:#fff;border:1px solid #dbe4f2;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 18px;display:grid}.session-facts div{border-right:1px solid #e5ebf4;min-width:0;padding:12px 14px}.session-facts div:last-child{border-right:0}.session-facts dt{color:#687a92;letter-spacing:.04em;text-transform:uppercase;margin:0 0 5px;font-size:11px;font-weight:700}.session-facts dd{color:#13233a;margin:0;font-size:13px;line-height:1.45}.session-facts-mobile{display:none}.lesson-tabs{border-bottom:1px solid #d8e0ed;flex-wrap:wrap;justify-content:center;gap:8px;margin:22px 0 0;display:flex}.lesson-tabs button{color:#53647c;cursor:pointer;text-align:center;background:0 0;border:0;border-bottom:2px solid #0000;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:96px;padding:13px 14px;display:inline-flex}.lesson-tabs i{font-size:15px;line-height:1}.lesson-tabs button.is-active{color:#2457ff;border-bottom-color:#2457ff}.lesson-grid{margin-top:18px;display:block}.lesson-body{background:#fff;border:1px solid #dbe4f2;border-radius:12px;padding:24px}.lesson-tab-panel{display:none}.lesson-tab-panel.is-active{display:block}.lesson-tab-panel h3{color:#0a1730;margin:4px 0 14px;font-size:18px;font-weight:700}.lesson-tab-panel h3:not(:first-child){margin-top:28px}.lesson-tab-panel p,.lesson-tab-panel li{color:#1d2d44;line-height:1.72}.lesson-check-list,.lesson-card-list,.lesson-question-list,.resource-list{margin:0;padding-left:20px}.lesson-check-list li,.lesson-card-list li,.lesson-question-list li{margin-bottom:10px}.lesson-check-list li::marker{color:#2457ff}.lesson-card-list li{margin-bottom:10px}.term-list{margin:0}.term-list div{border-bottom:1px solid #edf1f7;padding:10px 0}.term-list div:last-child{border-bottom:0}.term-list dt{color:#0a1730;margin:0 0 4px;font-weight:700}.term-list dd{color:#53647c;margin:0;font-size:14px}.resource-list{padding:0;list-style:none}.resource-list.is-restricted{display:none}.resource-list a[aria-disabled=true]{pointer-events:none;opacity:.55}.resource-access-gate{background:#f8fbff;border:1px solid #dbe4f2;border-radius:12px;margin:0 0 16px;padding:14px}.resource-access-gate.is-authorized{background:#f5fff8;border-color:#c8ead1}.resource-access-gate form{align-items:flex-end;gap:10px;margin:0;display:flex}.resource-access-gate label{flex:260px;margin:0}.resource-access-gate label span{color:#687a92;letter-spacing:.04em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:700;display:block}.resource-access-gate input{color:#13233a;width:100%;min-height:40px;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #c9d6e8;border-radius:10px;padding:9px 11px}.resource-access-message{color:#377a45;margin:10px 0 0;font-size:13px;line-height:1.45}.resource-access-message:empty{display:none}.resource-access-message.is-error{color:#b42318}.resource-list li{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.resource-list a{align-items:center;gap:10px;display:inline-flex}.resource-list em{color:#687a92;font-size:12px;font-style:normal}.lesson-bottom-nav button{padding:10px 12px}.lesson-bottom-nav{backdrop-filter:blur(10px);z-index:30;background:#fffffff0;border-top:1px solid #d8e0ed;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:14px 28px;display:grid;position:fixed;bottom:0;left:0;right:0}.lesson-bottom-nav span{color:#53647c;font-size:13px}.lesson-bottom-nav button:first-child{justify-self:start}.lesson-bottom-nav button:last-child{justify-self:end}.lesson-bottom-nav button:disabled{opacity:.45;cursor:not-allowed}html[data-theme=dark] .course-page{background:#171923}html[data-theme=dark] .course-reader-sidebar,html[data-theme=dark] .course-floating-back,html[data-theme=dark] .lesson-bottom-nav{background:#20212bf5;border-color:#3a3c47}html[data-theme=dark] .course-reader-shell{color:#dadbdf}html[data-theme=dark] .course-syllabus-card,html[data-theme=dark] .lesson-hero,html[data-theme=dark] .lesson-body,html[data-theme=dark] .course-intro-note,html[data-theme=dark] .session-facts-mobile,html[data-theme=dark] .resource-access-gate,html[data-theme=dark] .session-facts,html[data-theme=dark] .term-list div{box-shadow:none;background:#20212b;border-color:#3a3c47}html[data-theme=dark] .course-syllabus-card h1,html[data-theme=dark] .lesson-hero h2,html[data-theme=dark] .lesson-tab-panel h3,html[data-theme=dark] .term-list dt,html[data-theme=dark] .course-lesson-nav strong,html[data-theme=dark] .session-facts-mobile summary strong,html[data-theme=dark] .session-facts dd{color:#eeeff0}html[data-theme=dark] .course-syllabus-card p,html[data-theme=dark] .course-reader-toolbar p,html[data-theme=dark] .course-intro-note,html[data-theme=dark] .lesson-hero p,html[data-theme=dark] .term-list dd,html[data-theme=dark] .course-lesson-nav small,html[data-theme=dark] .course-back-link,html[data-theme=dark] .lesson-bottom-nav span,html[data-theme=dark] .resource-list em,html[data-theme=dark] .session-facts-mobile summary span,html[data-theme=dark] .session-facts-mobile dt,html[data-theme=dark] .session-facts-mobile dd,html[data-theme=dark] .resource-access-gate label span,html[data-theme=dark] .session-facts dt{color:#b8bbc4}html[data-theme=dark] .lesson-tab-panel p,html[data-theme=dark] .lesson-tab-panel li,html[data-theme=dark] .course-lesson-nav button{color:#dadbdf}html[data-theme=dark] .course-lesson-nav button:hover,html[data-theme=dark] .course-lesson-nav button.is-active{background:#252a3a;border-color:#3a3c47}html[data-theme=dark] .course-action,html[data-theme=dark] .course-floating-back,html[data-theme=dark] .lesson-bottom-nav button{color:#dadbdf;background:#20212b;border-color:#4c4f5c}html[data-theme=dark] .resource-list li,html[data-theme=dark] .lesson-tabs,html[data-theme=dark] .session-facts-mobile div,html[data-theme=dark] .session-facts div{border-color:#3a3c47}html[data-theme=dark] .resource-access-gate input{color:#eeeff0;background:#171923;border-color:#4c4f5c}html[data-theme=dark] .resource-access-gate.is-authorized{background:#1d2a24;border-color:#355f41}html[data-theme=dark] .resource-access-message{color:#8ed49c}html[data-theme=dark] .resource-access-message.is-error{color:#ffb4ab}@media (width<=1120px){html[data-theme=dark] .session-facts div:nth-child(-n+2){border-bottom-color:#3a3c47}}@media (width<=900px){html[data-theme=dark] .course-reader-sidebar,html[data-theme=dark] .session-facts div{border-bottom-color:#3a3c47}}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .course-page{background:#171923}html:not([data-theme=light]) .course-reader-sidebar,html:not([data-theme=light]) .course-floating-back,html:not([data-theme=light]) .lesson-bottom-nav{background:#20212bf5;border-color:#3a3c47}html:not([data-theme=light]) .course-reader-shell{color:#dadbdf}html:not([data-theme=light]) .course-syllabus-card,html:not([data-theme=light]) .lesson-hero,html:not([data-theme=light]) .lesson-body,html:not([data-theme=light]) .course-intro-note,html:not([data-theme=light]) .session-facts-mobile,html:not([data-theme=light]) .resource-access-gate,html:not([data-theme=light]) .session-facts,html:not([data-theme=light]) .term-list div{box-shadow:none;background:#20212b;border-color:#3a3c47}html:not([data-theme=light]) .course-syllabus-card h1,html:not([data-theme=light]) .lesson-hero h2,html:not([data-theme=light]) .lesson-tab-panel h3,html:not([data-theme=light]) .term-list dt,html:not([data-theme=light]) .course-lesson-nav strong,html:not([data-theme=light]) .session-facts-mobile summary strong,html:not([data-theme=light]) .session-facts dd{color:#eeeff0}html:not([data-theme=light]) .course-syllabus-card p,html:not([data-theme=light]) .course-reader-toolbar p,html:not([data-theme=light]) .course-intro-note,html:not([data-theme=light]) .lesson-hero p,html:not([data-theme=light]) .term-list dd,html:not([data-theme=light]) .course-lesson-nav small,html:not([data-theme=light]) .course-back-link,html:not([data-theme=light]) .lesson-bottom-nav span,html:not([data-theme=light]) .resource-list em,html:not([data-theme=light]) .session-facts-mobile summary span,html:not([data-theme=light]) .session-facts-mobile dt,html:not([data-theme=light]) .session-facts-mobile dd,html:not([data-theme=light]) .resource-access-gate label span,html:not([data-theme=light]) .session-facts dt{color:#b8bbc4}html:not([data-theme=light]) .lesson-tab-panel p,html:not([data-theme=light]) .lesson-tab-panel li,html:not([data-theme=light]) .course-lesson-nav button{color:#dadbdf}html:not([data-theme=light]) .course-lesson-nav button:hover,html:not([data-theme=light]) .course-lesson-nav button.is-active{background:#252a3a;border-color:#3a3c47}html:not([data-theme=light]) .course-action,html:not([data-theme=light]) .course-floating-back,html:not([data-theme=light]) .lesson-bottom-nav button{color:#dadbdf;background:#20212b;border-color:#4c4f5c}html:not([data-theme=light]) .resource-list li,html:not([data-theme=light]) .lesson-tabs,html:not([data-theme=light]) .session-facts-mobile div,html:not([data-theme=light]) .session-facts div{border-color:#3a3c47}html:not([data-theme=light]) .resource-access-gate input{color:#eeeff0;background:#171923;border-color:#4c4f5c}html:not([data-theme=light]) .resource-access-gate.is-authorized{background:#1d2a24;border-color:#355f41}html:not([data-theme=light]) .resource-access-message{color:#8ed49c}html:not([data-theme=light]) .resource-access-message.is-error{color:#ffb4ab}}@media (prefers-color-scheme:dark) and (width<=1120px){html:not([data-theme=light]) .session-facts div:nth-child(-n+2){border-bottom-color:#3a3c47}}@media (prefers-color-scheme:dark) and (width<=900px){html:not([data-theme=light]) .course-reader-sidebar,html:not([data-theme=light]) .session-facts div{border-bottom-color:#3a3c47}}@media print,screen and (width<=1120px){.course-page{--course-sidebar-width:300px}.course-reader-shell{grid-template-columns:var(--course-sidebar-width) minmax(0, 1fr)}.course-reader-main{padding:24px 24px 88px}.course-reader-toolbar{align-items:center}.session-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.session-facts div:nth-child(2n){border-right:0}.session-facts div:nth-child(-n+2){border-bottom:1px solid #e5ebf4}}@media print,screen and (width<=900px){.course-page{--course-sidebar-width:min(340px, 88vw)}.course-reader-shell{display:block}.course-reader-shell.is-sidebar-hidden .course-reader-sidebar{visibility:hidden;transform:translate(-105%)}.course-reader-sidebar{width:var(--course-sidebar-width);z-index:40;border-bottom:0;border-right:1px solid #d8e0ed;height:100vh;padding:16px;transition:transform .18s,visibility .18s;position:fixed;top:0;left:0;transform:translate(0)}.course-lesson-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.course-lesson-nav li{margin:0}.course-reader-main{padding:72px 16px 86px}.lesson-grid{display:block}.course-actions{justify-content:flex-end;margin-top:0}.lesson-actions{float:none;justify-content:flex-end;margin:0 0 8px}.course-sidebar-toggle,.course-reader-shell.is-sidebar-hidden .course-sidebar-toggle{top:16px;left:16px}.course-floating-back{min-height:40px;top:16px;left:62px}.course-reader-shell.is-sidebar-hidden .course-reader-main{padding-top:72px}.lesson-hero{padding:22px}.lesson-hero h2{font-size:26px}.lesson-body{margin-top:18px;padding:20px}.session-facts{display:none}.course-lesson-panel.is-active{position:relative}.session-facts-mobile{background:#fff;border:1px solid #dbe4f2;border-radius:12px;margin:0 48px 12px 0;display:block;overflow:hidden}.session-facts-mobile summary{color:#13233a;cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;list-style:none;display:flex}.session-facts-mobile summary::-webkit-details-marker{display:none}.session-facts-mobile summary:after{content:"";color:#2457ff;font-family:"Font Awesome 6 Free";font-size:12px;font-weight:900}.session-facts-mobile[open] summary:after{content:""}.session-facts-mobile summary span{color:#2457ff;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.session-facts-mobile summary strong{color:#13233a;margin-left:auto;font-size:13px;font-weight:700}.session-facts-mobile dl{margin:0;padding:0 14px 12px}.session-facts-mobile div{border-top:1px solid #e5ebf4;padding:9px 0}.session-facts-mobile dt{color:#687a92;letter-spacing:.04em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:700}.session-facts-mobile dd{color:#13233a;margin:0;font-size:13px;line-height:1.45}.lesson-bottom-nav{padding:12px 16px}}@media print,screen and (width<=560px){.course-reader-sidebar{padding:12px}.course-syllabus-card{border-radius:12px;padding:14px}.course-syllabus-card h1{font-size:21px}.course-lesson-nav{grid-template-columns:1fr}.course-reader-toolbar{margin-bottom:14px}.course-actions{justify-content:flex-end;width:100%}.course-action{min-height:40px}.lesson-actions{margin:0;position:absolute;top:0;right:0}.lesson-actions .course-action{width:38px;height:38px}.lesson-tabs{flex-wrap:nowrap;justify-content:flex-start;gap:0;overflow-x:auto}.lesson-tabs button{min-width:84px;padding:11px 10px;font-size:12px}.lesson-body{padding:16px}.resource-list li{flex-direction:column;align-items:flex-start;gap:5px}.resource-access-gate form{grid-template-columns:1fr;align-items:stretch;display:grid}.lesson-bottom-nav{grid-template-columns:auto 1fr auto;gap:10px;padding:10px 12px}.lesson-bottom-nav button{padding:9px 10px}.lesson-bottom-nav span{text-align:center}}.astro-code,.astro-code span{color:var(--shiki-light);background-color:var(--shiki-light-bg)}[data-theme=dark] .astro-code,[data-theme=dark] .astro-code span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .astro-code,html:not([data-theme=light]) .astro-code span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}}.astro-code{border-radius:6px;padding:14px 16px;font-size:14px;overflow-x:auto}.katex-display{overflow:auto hidden}.content-column{max-width:880px}.blog-post-page .content-column{max-width:720px}.home-hero{align-items:center;gap:20px;margin-bottom:20px;display:flex}.home-hero .home-avatar{width:84px;height:84px;box-shadow:0 0 0 3px var(--panel), 0 0 0 4px var(--border-strong);border-radius:50%;flex-shrink:0;margin-bottom:0}.home-hero h1{margin:0 0 6px}.home-hero .home-tagline{margin:0}.stat-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:24px;display:grid}.stat-grid>div{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:12px 14px}.stat-label{text-transform:uppercase;letter-spacing:.5px;color:var(--muted-50);margin-bottom:4px;font-size:11px;font-weight:600}.stat-value{color:var(--text-strong);font-size:14px;font-weight:600}.card-grid-2{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px;display:grid}.card-grid-2 .list-card{box-sizing:border-box;height:100%;margin-bottom:0}.blog-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.blog-grid .blog-card{box-sizing:border-box;grid-template-columns:1fr;align-content:start;height:100%;margin-bottom:0}.blog-grid .blog-card-image{order:-1}.blog-grid .blog-card-image img{object-fit:cover;width:100%;max-height:160px}.skill-group{border-bottom:1px solid var(--border);align-items:baseline;gap:10px;padding:8px 0;display:flex}.skill-group:last-of-type{border-bottom:0;margin-bottom:28px}.skill-group-name{color:var(--muted-65);flex:0 0 150px;font-size:13px;font-weight:600}.skill-group-items{flex-wrap:wrap;gap:6px;display:flex}.skill-group-items span{background:var(--chip);color:var(--text);border-radius:4px;padding:2px 9px;font-size:12.5px}@media print,screen and (width<=900px){.stat-grid{grid-template-columns:1fr 1fr}.card-grid-2,.blog-grid{grid-template-columns:1fr}.home-hero{flex-direction:column;align-items:flex-start;gap:12px}.skill-group{flex-direction:column;gap:4px}}.sidebar-book-btn{box-sizing:border-box;background:var(--accent);width:100%;color:var(--accent-contrast);cursor:pointer;border:0;border-radius:6px;justify-content:center;align-items:center;gap:6px;margin:0 0 8px;padding:7px 8px;font-family:inherit;font-size:13px;font-weight:600;display:flex}.sidebar-book-btn:hover{background:var(--accent-hover)}[data-calendly-popup]:disabled{opacity:.6;cursor:wait}.practice-page .app-main{background:linear-gradient(135deg, var(--bg) 0%, var(--panel) 100%)}.practice-shell{min-height:100vh}.practice-setup{box-sizing:border-box;place-items:center;min-height:100vh;padding:40px 24px;display:grid}.practice-shell [hidden]{display:none!important}.setup-card{border:1px solid var(--border-mid);background:var(--bg);width:min(100%,590px);box-shadow:var(--shadow-md);border-radius:18px;padding:44px}.practice-kicker{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:700;display:inline-block}.setup-card h1{letter-spacing:-.04em;max-width:500px;margin-bottom:12px;font-size:clamp(30px,5vw,44px)}.setup-card>p{color:var(--muted-65)}.setup-form{gap:18px;margin-top:28px;display:grid}.setup-form label,.notes-field{color:var(--text-strong);gap:7px;font-size:13px;font-weight:600;display:grid}.setup-form input,.notes-field textarea{box-sizing:border-box;border:1px solid var(--border-strong);background:var(--bg);width:100%;color:var(--text);font:inherit;border-radius:8px;outline:none;padding:11px 13px}.setup-form input:focus,.notes-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.setup-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.practice-primary,.practice-secondary,.resume-session,.icon-button,.result-buttons button,.question-tile,.text-button{cursor:pointer;font-family:inherit}.practice-primary{background:var(--accent);min-height:44px;color:var(--accent-contrast);border:0;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:700}.practice-primary:hover{background:var(--accent-hover)}.resume-session{color:var(--link);background:0 0;border:0;padding:8px;font-weight:600}.local-note{text-align:center;font-size:12px;margin:20px 0 0!important}.setup-error{text-align:left;background:#d9515114;border:1px solid #d9515147;border-radius:7px;padding:9px 11px;font-size:12px;color:#c64141!important;margin:-8px 0 0!important}.practice-workspace{box-sizing:border-box;max-width:1180px;margin:0 auto;padding:38px 40px 70px}.practice-header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.practice-header h1{margin:5px 0 3px;font-size:30px}.practice-header p{color:var(--muted-65);margin:0;font-size:13px}.text-button{color:var(--muted-65);background:0 0;border:0;padding:0;font-size:12px}.text-button:hover{color:var(--accent)}.deck-toolbar{align-items:center;gap:9px;display:flex}.deck-toolbar>span{background:var(--border-strong);width:1px;height:11px}.delete-deck{color:#b94444}.delete-deck:hover{color:#d13f3f}.practice-score{border:1px solid var(--border-mid);background:var(--bg);text-align:right;border-radius:10px;min-width:92px;padding:9px 14px}.practice-score strong{font-size:22px;line-height:1;display:block}.practice-score span{color:var(--muted-65);font-size:11px}.progress-track{background:var(--chip);border-radius:9px;height:5px;margin:20px 0 24px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--accent);width:0;height:100%;transition:width .25s;display:block}.workspace-grid{grid-template-columns:minmax(260px,340px) minmax(430px,1fr);align-items:start;gap:22px;display:grid}.deck-panel,.solver-card{border:1px solid var(--border-mid);background:var(--bg);box-shadow:var(--shadow-sm);border-radius:14px}.deck-panel{padding:20px}.deck-head{justify-content:space-between;align-items:center;display:flex}.deck-head h2{margin:0;font-size:16px}.deck-head span{color:var(--muted-65);font-size:12px}.status-legend{color:var(--muted-65);flex-wrap:wrap;gap:10px;margin:13px 0 17px;font-size:10px;display:flex}.status-legend span{align-items:center;gap:4px;display:flex}.dot{border-radius:50%;width:7px;height:7px}.dot.solved,.question-tile.solved,.result-buttons [data-status=solved] i{background:#2e9d62}.dot.not-solved,.question-tile.not-solved,.result-buttons [data-status=not-solved] i{background:#d95151}.dot.skipped,.question-tile.skipped,.result-buttons [data-status=skipped] i{background:#d6a62c}.question-deck{grid-template-columns:repeat(auto-fill,minmax(45px,1fr));gap:7px;max-height:490px;padding:2px;display:grid;overflow-y:auto}.question-tile{aspect-ratio:1;border:1px solid var(--border-mid);background:var(--panel);color:var(--text);border-radius:8px;font-size:12px;font-weight:650}.question-tile.solved,.question-tile.not-solved,.question-tile.skipped{color:#fff;border-color:#0000}.question-tile.is-current{outline:3px solid var(--accent-ring);box-shadow:inset 0 0 0 2px var(--accent)}.deck-pagination{border-top:1px solid var(--border);grid-template-columns:34px 1fr 34px;align-items:center;gap:8px;margin-top:16px;padding-top:14px;display:grid}.deck-pagination span{color:var(--muted-65);text-align:center;font-size:11px}.deck-pagination button{border:1px solid var(--border-strong);background:var(--bg);width:34px;height:32px;color:var(--text);cursor:pointer;border-radius:7px}.deck-pagination button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.deck-pagination button:disabled{opacity:.3;cursor:default}.solver-card{padding:26px}.solver-topline{justify-content:space-between;align-items:center;display:flex}.question-label{color:var(--text-strong);font-size:19px;font-weight:750}.current-status{background:var(--chip);color:var(--muted-65);border-radius:99px;padding:4px 9px;font-size:11px;font-weight:650}.current-status.solved{color:#268754;background:#2e9d6224}.current-status.not-solved{color:#c64141;background:#d9515124}.current-status.skipped{color:#a67a0b;background:#d6a62c29}.timer-wrap{justify-items:center;gap:15px;padding:30px 0 25px;display:grid}.timer-ring{--timer-progress:0deg;background:conic-gradient(var(--accent) var(--timer-progress), var(--chip) 0);border-radius:50%;place-items:center;width:174px;height:174px;display:grid;position:relative}.timer-ring:after{content:"";background:var(--bg);border-radius:50%;position:absolute;inset:8px}.timer-ring>div{z-index:1;text-align:center;display:grid}.timer-ring strong{font-family:var(--font-mono);letter-spacing:-.05em;font-size:36px}.timer-ring span{color:var(--muted-65);letter-spacing:.12em;text-transform:uppercase;font-size:10px}.timer-ring.is-over{background:#d95151;animation:.65s 3 timer-pulse}@keyframes timer-pulse{50%{transform:scale(1.04)}}.timer-actions{gap:7px;display:flex}.timer-button{min-width:120px}.icon-button{border:1px solid var(--border-strong);background:var(--bg);width:44px;color:var(--text);border-radius:8px;font-size:20px}.timer-alert{color:#c64141;text-align:center;margin:-8px 0 20px;font-size:13px}.field-label{color:var(--text-strong);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.result-buttons{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.result-buttons button{border:1px solid var(--border-mid);background:var(--bg);color:var(--text);border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:10px;font-size:12px;font-weight:600;display:flex}.result-buttons button:hover,.result-buttons button.is-selected{background:var(--panel);border-color:var(--border-strong);box-shadow:inset 0 0 0 1px var(--border-strong)}.result-buttons i{border-radius:50%;width:9px;height:9px}.notes-field{margin-top:22px}.notes-field span{justify-content:space-between;display:flex}.notes-field small{color:var(--muted-50);font-weight:400}.notes-field textarea{resize:vertical;min-height:96px}.solver-nav{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:22px;display:grid}.solver-nav>span{color:var(--muted-65);font-size:11px}.solver-nav .practice-primary{justify-self:end}.practice-secondary{border:1px solid var(--border-strong);background:var(--bg);min-height:44px;color:var(--text);border-radius:8px;justify-self:start;padding:9px 14px;font-weight:600}.practice-secondary:disabled{opacity:.35;cursor:default}@media (width<=900px){.practice-workspace{padding:64px 20px 50px}.workspace-grid{grid-template-columns:1fr}.question-deck{grid-template-columns:repeat(auto-fill,minmax(42px,1fr));max-height:250px}}@media (width<=560px){.setup-card{padding:28px 22px}.setup-row{grid-template-columns:1fr}.practice-header{align-items:flex-start}.practice-score{min-width:70px}.solver-card{padding:20px 16px}.result-buttons{grid-template-columns:1fr}.solver-nav{grid-template-columns:1fr 1fr}.solver-nav>span{display:none}.timer-ring{width:150px;height:150px}}@media (width>=901px){.practice-page{overflow:hidden}.practice-page .app-shell,.practice-page .app-main,.practice-shell,.practice-workspace{height:100vh;min-height:0}.practice-workspace{grid-template-rows:auto 5px minmax(0,1fr);max-width:1380px;padding:22px 30px 26px;display:grid}.practice-header{align-items:center}.practice-header h1{text-overflow:ellipsis;white-space:nowrap;max-width:560px;font-size:25px;overflow:hidden}.progress-track{margin:15px 0 17px}.workspace-grid{grid-template-columns:minmax(320px,38%) minmax(520px,1fr);gap:16px;min-height:0}.deck-panel,.solver-card{min-height:0;overflow:hidden}.deck-panel{grid-template-rows:auto auto minmax(0,1fr) auto;padding:18px;display:grid}.question-deck{grid-template-columns:repeat(10,minmax(0,1fr));align-content:start;max-height:none;padding:3px 6px 3px 3px;overflow-y:auto}.question-tile{min-height:35px}.solver-card{grid-template-rows:auto minmax(0,1fr) auto;padding:22px 24px;display:grid}.solver-body{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:minmax(210px,.82fr) minmax(280px,1.18fr);min-height:0;margin-top:16px;display:grid}.timer-pane{border-right:1px solid var(--border);place-content:center;padding:18px;display:grid}.answer-pane{flex-direction:column;justify-content:center;min-width:0;padding:22px 0 22px 24px;display:flex}.timer-wrap{padding:0}.timer-ring{width:min(15vw,158px);height:min(15vw,158px)}.timer-ring strong{font-size:32px}.timer-alert{max-width:190px;margin:12px auto 0}.result-buttons{grid-template-columns:1fr}.result-buttons button{justify-content:flex-start;padding:10px 14px}.notes-field{flex:1;min-height:0;margin-top:18px}.notes-field textarea{height:100%;min-height:84px;max-height:150px}.solver-nav{margin-top:16px}}.practice-stats{grid-template-columns:repeat(4,minmax(82px,1fr));gap:7px;display:grid}.practice-stats>div{border:1px solid var(--border-mid);background:var(--bg);border-radius:9px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;column-gap:7px;min-width:74px;padding:8px 10px;display:grid}.practice-stats .dot{grid-row:1/3;align-self:center}.practice-stats .dot.unanswered{background:var(--muted-40)}.practice-stats strong{font-size:16px;line-height:1.05}.practice-stats span{color:var(--muted-65);text-transform:uppercase;letter-spacing:.04em;font-size:9px;line-height:1.2}.deck-panel,.solver-card{box-shadow:0 8px 30px #1e190f0b}.solver-topline{padding-bottom:2px}.question-tile{transition:transform .12s,box-shadow .12s,border-color .12s}.question-tile:hover{border-color:var(--accent);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.result-buttons button{transition:transform .12s,border-color .12s,background-color .12s}.result-buttons button:hover{transform:translateY(-1px)}@media (width<=1100px) and (width>=901px){.practice-stats span{display:none}.practice-stats>div{align-items:center;min-width:50px;display:flex}.question-deck{grid-template-columns:repeat(8,minmax(0,1fr))}}@media (width<=900px){.practice-stats{grid-template-columns:repeat(4,1fr);width:100%}.practice-header{flex-wrap:wrap}.solver-body{display:block}}@media (width<=560px){.practice-stats>div{padding:7px}.practice-stats span{font-size:8px}.practice-stats strong{font-size:14px}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_AMS-Regular.BQhdFMY1.woff2)format("woff2"),url(/_astro/KaTeX_AMS-Regular.DMm9YOAa.woff)format("woff"),url(/_astro/KaTeX_AMS-Regular.DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Caligraphic-Bold.Dq_IR9rO.woff2)format("woff2"),url(/_astro/KaTeX_Caligraphic-Bold.BEiXGLvX.woff)format("woff"),url(/_astro/KaTeX_Caligraphic-Bold.ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Caligraphic-Regular.Di6jR-x-.woff2)format("woff2"),url(/_astro/KaTeX_Caligraphic-Regular.CTRA-rTL.woff)format("woff"),url(/_astro/KaTeX_Caligraphic-Regular.wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Fraktur-Bold.CL6g_b3V.woff2)format("woff2"),url(/_astro/KaTeX_Fraktur-Bold.BsDP51OF.woff)format("woff"),url(/_astro/KaTeX_Fraktur-Bold.BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Fraktur-Regular.CTYiF6lA.woff2)format("woff2"),url(/_astro/KaTeX_Fraktur-Regular.Dxdc4cR9.woff)format("woff"),url(/_astro/KaTeX_Fraktur-Regular.CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Main-Bold.Cx986IdX.woff2)format("woff2"),url(/_astro/KaTeX_Main-Bold.Jm3AIy58.woff)format("woff"),url(/_astro/KaTeX_Main-Bold.waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/_astro/KaTeX_Main-BoldItalic.DxDJ3AOS.woff2)format("woff2"),url(/_astro/KaTeX_Main-BoldItalic.SpSLRI95.woff)format("woff"),url(/_astro/KaTeX_Main-BoldItalic.DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_Main-Italic.NWA7e6Wa.woff2)format("woff2"),url(/_astro/KaTeX_Main-Italic.BMLOBm91.woff)format("woff"),url(/_astro/KaTeX_Main-Italic.3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Main-Regular.B22Nviop.woff2)format("woff2"),url(/_astro/KaTeX_Main-Regular.Dr94JaBh.woff)format("woff"),url(/_astro/KaTeX_Main-Regular.ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/_astro/KaTeX_Math-BoldItalic.CZnvNsCZ.woff2)format("woff2"),url(/_astro/KaTeX_Math-BoldItalic.iY-2wyZ7.woff)format("woff"),url(/_astro/KaTeX_Math-BoldItalic.B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_Math-Italic.t53AETM-.woff2)format("woff2"),url(/_astro/KaTeX_Math-Italic.DA0__PXp.woff)format("woff"),url(/_astro/KaTeX_Math-Italic.flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_SansSerif-Bold.D1sUS0GD.woff2)format("woff2"),url(/_astro/KaTeX_SansSerif-Bold.DbIhKOiC.woff)format("woff"),url(/_astro/KaTeX_SansSerif-Bold.CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_SansSerif-Italic.C3H0VqGB.woff2)format("woff2"),url(/_astro/KaTeX_SansSerif-Italic.DN2j7dab.woff)format("woff"),url(/_astro/KaTeX_SansSerif-Italic.YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_SansSerif-Regular.DDBCnlJ7.woff2)format("woff2"),url(/_astro/KaTeX_SansSerif-Regular.CS6fqUqJ.woff)format("woff"),url(/_astro/KaTeX_SansSerif-Regular.BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Script-Regular.D3wIWfF6.woff2)format("woff2"),url(/_astro/KaTeX_Script-Regular.D5yQViql.woff)format("woff"),url(/_astro/KaTeX_Script-Regular.C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size1-Regular.mCD8mA8B.woff2)format("woff2"),url(/_astro/KaTeX_Size1-Regular.C195tn64.woff)format("woff"),url(/_astro/KaTeX_Size1-Regular.Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size2-Regular.Dy4dx90m.woff2)format("woff2"),url(/_astro/KaTeX_Size2-Regular.oD1tc_U0.woff)format("woff"),url(/_astro/KaTeX_Size2-Regular.B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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)format("woff2"),url(/_astro/KaTeX_Size3-Regular.CTq5MqoE.woff)format("woff"),url(/_astro/KaTeX_Size3-Regular.DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size4-Regular.Dl5lxZxV.woff2)format("woff2"),url(/_astro/KaTeX_Size4-Regular.BF-4gkZK.woff)format("woff"),url(/_astro/KaTeX_Size4-Regular.DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Typewriter-Regular.CO6r4hn1.woff2)format("woff2"),url(/_astro/KaTeX_Typewriter-Regular.C0xS9mPB.woff)format("woff"),url(/_astro/KaTeX_Typewriter-Regular.D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.16.47"}.katex .katex-mathml{clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:min-content;position:relative}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{flex-direction:row;display:inline-flex}.katex .thinbox{width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}
