@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";:root{--navy:#1a2744;--cream:#f2ddb0;--white:#fff;--surface:#f7f8fc;--border:#e5e7eb;--muted:#6b7280;--sidebar-w:228px;--topbar-h:80px}.al-root{min-height:100vh;font-family:DM Sans,Segoe UI,sans-serif;display:flex}.al-sidebar{width:var(--sidebar-w);background-color:var(--navy);background-image:radial-gradient(circle,#ffffff0b 1px,#0000 1px);background-size:28px 28px;flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.al-logo{height:var(--topbar-h);border-bottom:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:.7rem;padding:0 1.25rem;text-decoration:none;display:flex}.al-logo-img{border-radius:8px;width:auto;height:64px;display:block}.al-beta-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--navy);background:var(--cream);border-radius:4px;flex-shrink:0;padding:.2rem .45rem;font-size:.55rem;font-weight:700;line-height:1.6}.al-logo-name{color:var(--white);letter-spacing:.01em;white-space:nowrap;font-family:Playfair Display,Georgia,serif;font-size:.9rem;font-weight:700}.al-nav{flex-direction:column;gap:.35rem;padding:1.25rem .75rem;display:flex}.al-nav-item{color:#ffffff80;border-radius:9px;align-items:center;gap:.875rem;padding:.875rem 1rem;font-size:1.05rem;font-weight:400;text-decoration:none;transition:background .14s,color .14s;display:flex}.al-nav-item:hover{color:#ffffffd9;background:#ffffff12}.al-nav-item.active{color:var(--cream);background:#f2ddb021;font-weight:500}.al-body{flex-direction:column;flex:1;min-width:0;display:flex}.al-topbar{height:var(--topbar-h);background:var(--white);border-bottom:1px solid var(--border);z-index:10;flex-shrink:0;justify-content:flex-end;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.al-topbar-right{align-items:center;gap:.875rem;display:flex}.al-user-name{color:#374151;font-size:.875rem}.al-avatar-wrap{position:relative}.al-avatar{background:var(--navy);width:40px;height:40px;color:var(--cream);letter-spacing:.04em;cursor:pointer;border:2px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;transition:border-color .14s;display:inline-flex}.al-avatar:hover,.al-avatar--open{border-color:var(--cream)}.al-user-menu{background:var(--white);border:1px solid var(--border);z-index:50;border-radius:10px;width:210px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 4px 24px #0000001f}.al-menu-info{flex-direction:column;gap:.2rem;padding:.875rem 1rem .75rem;display:flex}.al-menu-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.al-menu-email{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.al-menu-divider{background:var(--border);height:1px}.al-menu-signout{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;width:100%;padding:.7rem 1rem;font-family:DM Sans,inherit;font-size:.875rem;transition:background .12s;display:flex}.al-menu-signout:hover{color:#111827;background:#f9fafb}.al-main{background:var(--surface);flex:1;padding:2.25rem 2.5rem;overflow:auto}.al-main--full{flex-direction:column;padding:0;display:flex;overflow:hidden}.al-beta-overlay{z-index:200;background:#0000008c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.al-beta-modal{background:var(--white);border-radius:14px;width:100%;max-width:480px;overflow:hidden;box-shadow:0 8px 40px #00000038}.al-beta-header{background:var(--navy);flex-direction:column;gap:.35rem;padding:1.5rem 1.75rem;display:flex}.al-beta-title{color:var(--white);font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700}.al-beta-sub{color:#fff9;font-size:.8rem}.al-beta-list{flex-direction:column;gap:.75rem;margin:0;padding:1.25rem 1.75rem;list-style:none;display:flex}.al-beta-item{cursor:pointer;-webkit-user-select:none;user-select:none;border:1.5px solid var(--border);border-radius:8px;align-items:flex-start;gap:.875rem;padding:.6rem .75rem;transition:border-color .14s,background .14s;display:flex}.al-beta-item:hover{background:#f9fafb;border-color:#9ca3af}.al-beta-item--checked{border-color:var(--navy);background:#f0f3f9}.al-beta-checkbox{background:var(--white);width:20px;height:20px;color:var(--white);border:1.5px solid #d1d5db;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;transition:background .14s,border-color .14s;display:flex}.al-beta-item--checked .al-beta-checkbox{background:var(--navy);border-color:var(--navy)}.al-beta-rule{color:#374151;font-size:.875rem;line-height:1.5}.al-beta-btn{background:var(--navy);width:calc(100% - 3.5rem);color:var(--white);cursor:pointer;border:none;border-radius:8px;margin:0 1.75rem 1.5rem;padding:.75rem;font-family:DM Sans,inherit;font-size:.925rem;font-weight:600;transition:opacity .14s;display:block}.al-beta-btn:disabled{opacity:.35;cursor:not-allowed}.al-bottom-nav{background:var(--navy);z-index:100;border-top:1px solid #ffffff1a;height:60px;display:none;position:fixed;bottom:0;left:0;right:0}.al-bottom-nav-item{color:#ffffff73;letter-spacing:.02em;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-family:DM Sans,sans-serif;font-size:.6rem;font-weight:500;text-decoration:none;transition:color .14s;display:flex}.al-bottom-nav-item.active{color:var(--cream)}.al-bottom-nav-item svg{width:20px;height:20px}.al-topbar-brand{align-items:center;display:none}.al-topbar-logo-img{border-radius:6px;width:auto;height:36px}@media (width<=900px){:root{--sidebar-w:64px}.al-sidebar{width:64px}.al-nav-item span{display:none}.al-nav-item{justify-content:center;gap:0;padding:.875rem 0}.al-logo{justify-content:center;padding:0}.al-beta-badge{display:none}.al-logo-img{height:40px}.al-main{padding:1.75rem}}@media (width<=640px){:root{--topbar-h:56px}.al-sidebar{display:none}.al-topbar{justify-content:space-between;padding:0 1rem}.al-topbar-brand{display:flex}.al-user-name{display:none}.al-main{padding:1.25rem 1rem calc(60px + 1.25rem)}.al-bottom-nav{display:flex}}.dh-page{max-width:960px}.dh-welcome{color:#111827;letter-spacing:-.01em;margin-bottom:1.75rem;font-family:Playfair Display,Georgia,serif;font-size:1.7rem;font-weight:700}.dh-name{color:#1a2744}.dh-stats{grid-template-columns:repeat(4,1fr);gap:1.125rem;margin-bottom:1.5rem;display:grid}.dh-card{background:#fff;border-radius:12px;flex-direction:column;gap:.4rem;padding:1.4rem 1.5rem;display:flex;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a}.dh-card--progress{text-align:center;align-items:center;gap:.5rem}.dh-card-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.07em;font-size:.72rem;font-weight:500}.dh-stat-big{color:#1a2744;margin:.3rem 0 .1rem;font-family:Playfair Display,Georgia,serif;font-size:2.6rem;font-weight:700;line-height:1}.dh-card-sub{color:#9ca3af;font-size:.78rem;line-height:1.4}.dh-speedo{width:100%;max-width:175px}.dh-recent-card{gap:0;padding:1.4rem 1.5rem}.dh-recent-header{justify-content:space-between;align-items:center;margin-bottom:1.1rem;display:flex}.dh-section-title{color:#111827;font-size:.95rem;font-weight:600}.dh-see-all{color:#1a2744;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.82rem;font-weight:500;transition:opacity .15s}.dh-see-all:hover{opacity:.7}.dh-activity-list{flex-direction:column;display:flex}.dh-activity-row{cursor:pointer;border-bottom:1px solid #f3f4f6;border-radius:6px;justify-content:space-between;align-items:center;padding:.7rem .5rem;transition:background .12s;display:flex}.dh-activity-row:last-child{border-bottom:none}.dh-activity-row:hover{background:#f9fafb}.dh-activity-left{align-items:center;gap:.75rem;display:flex}.dh-badge{white-space:nowrap;border-radius:4px;padding:.18rem .55rem;font-size:.72rem;font-weight:500}.dh-badge--full_test{color:#3730a3;background:#e0e7ff}.dh-badge--section{color:#166534;background:#dcfce7}.dh-activity-detail{color:#374151;font-size:.875rem}.dh-activity-right{align-items:center;gap:1rem;display:flex}.dh-score{color:#1a2744;font-size:.875rem;font-weight:600}.dh-ongoing-tag{color:#b45309;background:#fef3c7;border-radius:4px;padding:.18rem .5rem;font-size:.72rem;font-weight:500}.dh-activity-date{color:#9ca3af;text-align:right;min-width:48px;font-size:.78rem}.dh-empty{color:#9ca3af;padding:.75rem 0;font-size:.875rem}.dh-empty-state{flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}.dh-empty-state p{color:#6b7280;font-size:.9rem}.dh-cta-btn{color:#fff;cursor:pointer;background:#1a2744;border:none;border-radius:7px;padding:.575rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .15s}.dh-cta-btn:hover{background:#243561}.dh-gtq-card{flex-flow:wrap;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.dh-gtq-form{flex-wrap:wrap;flex:1;align-items:flex-end;gap:1rem;display:flex}.dh-gtq-fields{flex-wrap:wrap;gap:.75rem;display:flex}.dh-gtq-field{flex-direction:column;gap:.3rem;display:flex}.dh-gtq-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:500}.dh-gtq-input{color:#111827;-moz-appearance:textfield;border:1px solid #e5e7eb;border-radius:7px;outline:none;width:80px;padding:.42rem .6rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.dh-gtq-input::-webkit-inner-spin-button{-webkit-appearance:none}.dh-gtq-input::-webkit-outer-spin-button{-webkit-appearance:none}.dh-gtq-input:focus{border-color:#1a2744}.dh-gtq-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#1a2744;border:none;border-radius:7px;padding:.45rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s}.dh-gtq-btn:hover:not(:disabled){background:#243561}.dh-gtq-btn:disabled{opacity:.4;cursor:not-allowed}@media (width<=860px){.dh-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.dh-welcome{margin-bottom:1.25rem;font-size:1.35rem}.dh-activity-date{display:none}.dh-activity-right{gap:.5rem}.dh-gtq-card{flex-direction:column;align-items:flex-start}}@media (width<=520px){.dh-stats{grid-template-columns:1fr}.dh-page{max-width:100%}}.pp-page{max-width:760px}.pp-title{color:#111827;letter-spacing:-.01em;margin-bottom:1.75rem;font-family:Playfair Display,Georgia,serif;font-size:1.7rem;font-weight:700}.pp-loading{color:#9ca3af;font-size:.875rem}.pp-days{flex-direction:column;gap:1.125rem;display:flex}.pp-card{background:#fff;border-left:3px solid #0000;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a}.pp-card--today{border-left-color:#f2ddb0}.pp-card-header{justify-content:space-between;align-items:center;margin-bottom:.875rem;display:flex}.pp-day-info{align-items:baseline;gap:.75rem;display:flex}.pp-day-label{color:#111827;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.pp-today-dot{background:#f2ddb0;border-radius:50%;width:7px;height:7px;display:inline-block}.pp-day-full,.pp-count{color:#9ca3af;font-size:.78rem}.pp-attempts{border:1px solid #f3f4f6;border-radius:8px;flex-direction:column;margin-bottom:1rem;display:flex;overflow:hidden}.pp-attempt{cursor:pointer;background:#fff;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.7rem 1rem;transition:background .12s;display:flex}.pp-attempt:last-child{border-bottom:none}.pp-attempt:hover{background:#f9fafb}.pp-attempt--dim{opacity:.6;pointer-events:none}.pp-attempt-left{align-items:center;gap:.75rem;display:flex}.pp-badge{white-space:nowrap;border-radius:4px;padding:.18rem .55rem;font-size:.7rem;font-weight:500}.pp-badge--full_test{color:#3730a3;background:#e0e7ff}.pp-badge--section{color:#166534;background:#dcfce7}.pp-attempt-detail{color:#374151;font-size:.875rem}.pp-attempt-time{color:#9ca3af;font-size:.78rem}.pp-attempt-right{align-items:center;gap:.875rem;display:flex}.pp-score{color:#1a2744;font-size:.875rem;font-weight:600}.pp-ongoing{color:#b45309;background:#fef3c7;border-radius:4px;padding:.18rem .5rem;font-size:.72rem;font-weight:500}.pp-delete{color:#d1d5db;cursor:pointer;background:0 0;border:none;padding:0 .2rem;font-size:1rem;line-height:1;transition:color .12s}.pp-delete:hover{color:#ef4444}.pp-no-activity{color:#9ca3af;margin-bottom:1rem;font-size:.875rem}.pp-start-row{flex-wrap:wrap;gap:.75rem;display:flex}.pp-start-btn{cursor:pointer;color:#1a2744;background:#fff;border:1.5px solid #1a2744;border-radius:7px;padding:.55rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .14s,color .14s,border-color .14s}.pp-start-btn:hover{color:#fff;background:#1a2744}.pp-start-btn--test{color:#fff;background:#1a2744;border-color:#1a2744}.pp-start-btn--test:hover{background:#243561;border-color:#243561}.pp-overlay{z-index:200;background:#00000073;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.pp-modal{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:420px;display:flex;overflow:hidden;box-shadow:0 8px 40px #0000002e}.pp-modal-head{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem 1rem;display:flex}.pp-modal-head h3{color:#1a2744;font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:700}.pp-modal-x{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.4rem;line-height:1;transition:color .12s}.pp-modal-x:hover{color:#374151}.pp-modal-body{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.pp-field{flex-direction:column;gap:.35rem;display:flex}.pp-field label{color:#374151;font-size:.8rem;font-weight:500}.pp-field input{color:#111827;background:#fff;border:1.5px solid #e5e7eb;border-radius:7px;outline:none;padding:.575rem .875rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.pp-field input:focus{border-color:#1a2744}.pp-test-grid{flex-wrap:wrap;gap:5px;max-height:158px;padding:1px;display:flex;overflow-y:auto}.pp-test-chip{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;align-items:center;gap:3px;padding:.3rem .6rem;font-family:inherit;font-size:.82rem;transition:border-color .12s,background .12s,color .12s;display:inline-flex}.pp-test-chip:hover:not(.pp-chip--sel){color:#1a2744;border-color:#1a2744}.pp-section-row{gap:8px;display:flex}.pp-section-chip{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:7px;flex-direction:column;flex:1;align-items:center;gap:2px;padding:.5rem .25rem;font-family:inherit;font-size:.82rem;transition:border-color .12s,background .12s,color .12s;display:flex}.pp-section-chip:hover:not(.pp-chip--sel){color:#1a2744;border-color:#1a2744}.pp-section-chip-label{align-items:center;gap:3px;display:flex}.pp-section-type{opacity:.65;letter-spacing:.02em;font-size:.68rem;font-weight:600}.pp-chip--done:not(.pp-chip--sel){color:#166534;background:#f0fdf4;border-color:#86efac}.pp-chip--sel{color:#fff;background:#1a2744;border-color:#1a2744}.pp-chip-check{opacity:.85;font-size:.68rem}.pp-test-expand-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:.25rem 0;font-family:inherit;font-size:.78rem;transition:color .12s;display:inline-flex}.pp-test-expand-btn:hover{color:#1a2744}.pp-test-grid--drill{border-top:1px solid #f3f4f6;padding-top:6px}.pp-field-error{color:#dc2626;font-size:.78rem}.pp-mode-toggle{background:#f7f8fc;border-radius:8px;padding:3px;display:flex}.pp-mode-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:.45rem;font-family:inherit;font-size:.875rem;transition:background .14s,color .14s}.pp-mode-btn.active{color:#1a2744;background:#fff;font-weight:500;box-shadow:0 1px 3px #00000014}.pp-mode-info{flex-direction:column;gap:.4rem;padding:0;list-style:none;display:flex}.pp-mode-info li{color:#4b5563;padding-left:1rem;font-size:.85rem;position:relative}.pp-mode-info li:before{content:"·";color:#1a2744;font-weight:700;position:absolute;left:0}.pp-start-error{color:#dc2626;font-size:.825rem}.pp-modal-foot{border-top:1px solid #f3f4f6;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.pp-cancel{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:7px;padding:.5rem 1.125rem;font-family:inherit;font-size:.875rem;transition:border-color .14s,color .14s}.pp-cancel:hover{color:#374151;border-color:#9ca3af}.pp-confirm{color:#fff;cursor:pointer;background:#1a2744;border:none;border-radius:7px;padding:.5rem 1.375rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .14s}.pp-confirm:hover:not(:disabled){background:#243561}.pp-confirm:disabled{opacity:.5;cursor:not-allowed}@media (width<=640px){.pp-title{margin-bottom:1.25rem;font-size:1.35rem}.pp-attempt-time{display:none}.pp-attempt-right{gap:.5rem}}.an-page{padding:2rem;font-family:DM Sans,sans-serif}.an-tabs{border-bottom:2px solid #e5e7eb;margin-bottom:1.5rem;display:flex}.an-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.625rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.925rem;font-weight:400;transition:color .15s,border-color .15s}.an-tab.active{color:#1a2744;border-bottom-color:#1a2744;font-weight:600}.an-coming-soon{color:#9ca3af;justify-content:center;align-items:center;padding:6rem 2rem;font-size:1rem;display:flex}.an-filters{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;display:flex}.an-filter-dates{align-items:center;gap:1rem;display:flex}.an-filter-field{align-items:center;gap:.45rem;display:flex}.an-filter-field label{color:#6b7280;font-size:.8rem;font-weight:500}.an-filter-field input[type=date]{color:#111827;border:1.5px solid #e5e7eb;border-radius:6px;outline:none;padding:.3rem .6rem;font-family:DM Sans,sans-serif;font-size:.85rem;transition:border-color .15s}.an-filter-field input[type=date]:focus{border-color:#1a2744}.an-filter-sep{background:#e5e7eb;flex-shrink:0;width:1px;height:22px}.an-filter-toggles{align-items:center;gap:1.25rem;display:flex}.an-toggle{color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;font-size:.875rem;display:flex}.an-toggle input[type=checkbox]{accent-color:#1a2744;cursor:pointer;width:15px;height:15px}.an-loading{text-align:center;color:#9ca3af;padding:4rem;font-size:.9rem}.an-body{flex-direction:column;gap:1.25rem;display:flex}.an-stats-row{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.an-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem 1.5rem}.an-stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.07em;margin:0 0 .4rem;font-size:.75rem;font-weight:600}.an-stat-val{color:#1a2744;margin:0 0 .35rem;font-family:Playfair Display,serif;font-size:2.25rem;font-weight:700;line-height:1}.an-stat-sub{color:#9ca3af;margin:0;font-size:.78rem}.an-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem 1.5rem}.an-card-title{color:#1a2744;margin:0 0 1rem;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700}.an-chart-empty{text-align:center;color:#9ca3af;margin:0;padding:3rem;font-size:.9rem}.an-empty{color:#9ca3af;text-align:center;margin:0;padding:2rem;font-size:.875rem}.an-table-wrap{overflow-x:auto}.an-table{border-collapse:collapse;width:100%;font-size:.875rem}.an-table thead tr{border-bottom:1.5px solid #f3f4f6}.an-table th{text-align:left;color:#9ca3af;text-transform:uppercase;letter-spacing:.07em;padding:.45rem .75rem;font-size:.72rem;font-weight:600}.an-table .an-th-num{text-align:right}.an-table td{color:#374151;border-bottom:1px solid #f9fafb;padding:.55rem .75rem}.an-table tbody tr:last-child td{border-bottom:none}.an-table tbody tr:hover td{background:#fafafa}.an-td-num{text-align:right;color:#6b7280}.an-diff-charts{grid-template-columns:1fr auto 1fr;align-items:start;gap:0;display:grid}.an-diff-divider{background:#f0f1f3;align-self:stretch;width:1px;margin:0 2rem}.an-diff-section{flex-direction:column;gap:.75rem;display:flex}.an-diff-section-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.72rem;font-weight:600}.an-diff-bars{flex-direction:column;gap:.65rem;display:flex}.an-diff-row{grid-template-columns:68px 1fr 52px;align-items:center;gap:.75rem;display:grid}.an-diff-label{color:#374151;font-size:.875rem;font-weight:500}.an-diff-track{background:#f3f4f6;border-radius:4px;height:8px;overflow:hidden}.an-diff-fill{background:#1a2744;border-radius:4px;height:100%;transition:width .3s}.an-diff-fill--time{background:#1a2744}.an-diff-val{color:#374151;text-align:right;font-size:.875rem;font-weight:600}.an-qt-row{cursor:pointer;transition:background .1s}.an-qt-row:hover td{background:#fafafa}.an-qt-row--open td{background:#f7f8fc}.an-qt-row--open:hover td{background:#f3f4f8}.an-qt-chevron-cell{width:28px;padding-right:0!important}.an-qt-chevron{color:#9ca3af;font-size:1rem;line-height:1;transition:transform .18s;display:inline-block}.an-qt-chevron--open{transform:rotate(90deg)}.an-qt-expand-cell{border-bottom:1px solid #eef0f3;padding:0!important}.an-qt-expand{background:#f7f8fc;border-top:1px solid #eef0f3;padding:1rem 1.5rem 1.25rem}.an-qt-summary-row{align-items:center;gap:.55rem;margin-bottom:1rem;display:flex}.an-qt-stat{color:#6b7280;font-size:.8rem}.an-qt-stat--correct{color:#16a34a;font-weight:600}.an-qt-stat--wrong{color:#dc2626;font-weight:600}.an-qt-stat-dot{background:#d1d5db;border-radius:50%;flex-shrink:0;width:3px;height:3px}.an-qt-panels{grid-template-columns:1fr auto 1fr auto 1fr;align-items:start;gap:0;display:grid}.an-qt-panel{flex-direction:column;gap:.6rem;display:flex}.an-qt-panel-divider{background:#e5e7eb;align-self:stretch;width:1px;margin:0 1.5rem}.an-expand-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.07em;margin:0 0 .5rem;font-size:.72rem;font-weight:600}.an-expand-msg{color:#9ca3af;margin:0;font-size:.85rem}.an-tag-list{flex-direction:column;gap:.45rem;display:flex}.an-tag-row{grid-template-columns:minmax(0,1fr) 72px 36px;align-items:center;gap:.65rem;display:grid}.an-tag-name{color:#374151;text-overflow:ellipsis;white-space:nowrap;font-size:.825rem;overflow:hidden}.an-tag-count{color:#374151;text-align:right;font-size:.8rem;font-weight:600}.an-diff-fill--tag{background:#1a2744}.an-acc-cell{align-items:center;gap:.5rem;min-width:90px;display:flex}.an-acc-track{background:#f3f4f6;border-radius:3px;flex:1;height:5px;overflow:hidden}.an-acc-fill{background:#1a2744;border-radius:3px;height:100%}.an-acc-pct{color:#374151;text-align:right;min-width:32px;font-size:.825rem;font-weight:500}@media (width<=768px){.an-page{padding:1rem}.an-stats-row{grid-template-columns:repeat(2,1fr)}.an-diff-charts{grid-template-columns:1fr}.an-diff-divider{display:none}}@media (width<=480px){.an-page{padding:.75rem .5rem}.an-stats-row{grid-template-columns:1fr}.an-filter-dates{flex-direction:column;align-items:flex-start;gap:.5rem}}.lrn-page{max-width:820px}.lp-heading{color:#111827;letter-spacing:-.01em;margin-bottom:1.75rem;font-family:Playfair Display,Georgia,serif;font-size:1.7rem;font-weight:700}.lrn-loading{color:#9ca3af;margin-top:1rem;font-size:.875rem}.lp-tabs-row{border-bottom:2px solid #e5e7eb;gap:0;margin-bottom:2rem;display:flex}.lp-tab-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.65rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;transition:color .15s,border-color .15s}.lp-tab-btn:hover{color:#374151}.lp-tab-btn.active{color:#1a2744;border-bottom-color:#1a2744;font-weight:600}.lp-chapters{flex-direction:column;gap:1.25rem;display:flex}.lp-chapter-card{background:#fff;border-top:3px solid #1a2744;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a}.lp-chapter-header{border-bottom:1px solid #f3f4f6;flex-direction:column;gap:.2rem;padding:1rem 1.5rem .875rem;display:flex}.lp-chapter-num{letter-spacing:.12em;text-transform:uppercase;color:#9ca3af;font-size:.65rem;font-weight:700}.lp-chapter-title{color:#111827;margin:0;font-family:Playfair Display,Georgia,serif;font-size:1.05rem;font-weight:700}.lp-topic-list{flex-direction:column;display:flex}.lp-topic-row{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:.85rem 1.5rem;font-family:DM Sans,sans-serif;transition:background .12s;display:flex}.lp-topic-row:last-child{border-bottom:none}.lp-topic-row:hover{background:#f9fafb}.lp-topic-title{color:#111827;text-align:left;flex:1;font-size:.9rem;font-weight:500}.lp-topic-right{flex-shrink:0;align-items:center;gap:.625rem;display:flex}.lp-topic-chevron{color:#d1d5db;align-items:center;transition:color .12s;display:flex}.lp-topic-row:hover .lp-topic-chevron{color:#9ca3af}.lp-topic-badge{white-space:nowrap;border-radius:999px;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.lp-topic-badge--done{color:#166534;background:#dcfce7}.lp-topic-badge--progress{color:#3730a3;background:#e0e7ff}.lp-topic-badge--empty{color:#9ca3af;background:#f3f4f6}.lp-topic-badge--inprogress{color:#92400e;background:#fef3c7}.lp-topic-badge--learn{color:#1a2744;background:#1a274414}.lp-drills-header{align-items:center;gap:.75rem;margin:.125rem 0 1rem;padding:0 1.5rem;display:flex}.lp-drills-line{background:#e5e7eb;flex:1;height:1px}.lp-drills-label{letter-spacing:.1em;text-transform:uppercase;color:#9ca3af;white-space:nowrap;font-size:.68rem;font-weight:700}.lp-pool-toggle{color:#9ca3af;cursor:pointer;background:0 0;border:1.5px solid #e5e7eb;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:color .15s,border-color .15s,background .15s;display:flex;position:relative}.lp-pool-toggle:hover{color:#374151;background:#f9fafb;border-color:#d1d5db}.lp-pool-toggle--active{color:#1a2744;background:#f0f2f8;border-color:#1a2744}.lp-pool-dot{background:#c9a84c;border-radius:50%;width:5px;height:5px;position:absolute;top:3px;right:3px}.lp-pool-panel-wrap{padding:0 1.5rem 1rem;animation:.14s poolFadeIn}@keyframes poolFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.lp-pool-panel{background:#f8f9fc;border:1.5px solid #e5e7eb;border-radius:10px;padding:.75rem}.lp-pool-panel-bar{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.625rem;display:flex}.lp-pool-panel-count{color:#374151;font-size:.75rem;font-weight:600}.lp-pool-panel-actions{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.lp-pool-save-status{color:#9ca3af;font-size:.7rem;font-weight:500}.lp-pool-save-status--saved{color:#059669}.lp-pool-action-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:5px;padding:.25rem .6rem;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:600;transition:background .1s,border-color .1s}.lp-pool-action-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.lp-pool-action-btn:disabled{opacity:.35;cursor:not-allowed}.lp-pool-grid{-webkit-user-select:none;user-select:none;flex-wrap:wrap;gap:4px;display:flex}.lp-pool-chip{color:#9ca3af;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:4px;justify-content:center;align-items:center;width:38px;height:26px;padding:0;font-family:DM Sans,sans-serif;font-size:.68rem;font-weight:500;transition:background 80ms,border-color 80ms,color 80ms;display:flex}.lp-pool-chip:hover:not(.lp-pool-chip--on){color:#374151;border-color:#9ca3af}.lp-pool-chip--on{color:#fff;background:#1a2744;border-color:#1a2744;font-weight:600}.lp-pool-warning{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;margin-bottom:.625rem;padding:.4rem .625rem;font-size:.7rem;line-height:1.45}.lp-pool-expand-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:.375rem;margin-top:.5rem;padding:.3rem .5rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:600;transition:color .12s,background .12s;display:flex}.lp-pool-expand-btn:hover{color:#374151;background:#f3f4f6}.lp-pool-expand-btn--open{color:#374151}.lp-pool-grid--extended{border-top:1px solid #e5e7eb;margin-top:.4rem;padding-top:.4rem}.lp-pool-action-btn--revert{color:#92400e;background:#fffbeb;border-color:#fde68a}.lp-pool-action-btn--revert:hover:not(:disabled){background:#fef3c7;border-color:#fcd34d}.lp-coming-soon{text-align:center;color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:5rem 2rem;display:flex}.lp-coming-soon-icon{font-size:2.5rem;line-height:1}.lp-coming-soon h3{color:#374151;margin:0;font-size:1.1rem;font-weight:700}.lp-coming-soon p{color:#9ca3af;margin:0;font-size:.875rem}.lp-overlay{z-index:300;background:#00000073;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.lp-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 20px 60px #0000002e}.lp-modal-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:1rem;padding:1.375rem 1.5rem 1.25rem;display:flex}.lp-modal-title{color:#111827;margin:0;font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700}.lp-modal-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:.25rem;font-size:1rem;line-height:1;transition:color .12s;display:flex}.lp-modal-close:hover{color:#374151;background:#f3f4f6}.lp-modal-section{padding:1.25rem 1.5rem}.lp-modal-section--levels{flex-direction:column;gap:.625rem;padding-top:0;padding-bottom:1.5rem;display:flex}.lp-learn-row{cursor:pointer;background:#f8f9ff;border:1.5px solid #1a2744;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.125rem;font-family:DM Sans,sans-serif;transition:background .15s;display:flex}.lp-learn-row:hover{background:#eef0f8}.lp-learn-row-left{align-items:center;gap:.875rem;display:flex}.lp-learn-icon{color:#f2ddb0;background:#1a2744;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.lp-learn-row-title{color:#1a2744;font-size:.9rem;font-weight:600}.lp-learn-row-sub{color:#6b7280;margin-top:.1rem;font-size:.78rem}.lp-learn-row svg:last-child{color:#9ca3af;flex-shrink:0}.lp-modal-divider{align-items:center;gap:.75rem;margin:.125rem 0 1rem;padding:0 1.5rem;display:flex}.lp-modal-divider:before,.lp-modal-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.lp-modal-divider span{letter-spacing:.1em;text-transform:uppercase;color:#9ca3af;white-space:nowrap;font-size:.68rem;font-weight:700}.lp-level-row{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1rem;display:flex}.lp-level-row--completed{background:#f0fdf4;border-color:#bbf7d0}.lp-level-row--available{background:#eef2ff;border-color:#c7d2fe}.lp-level-row--locked{opacity:.45}.lp-level-left{align-items:center;gap:.875rem;display:flex}.lp-level-pip{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.lp-level-pip--completed{color:#fff;background:#059669}.lp-level-pip--available{color:#f2ddb0;background:#1a2744}.lp-level-pip--locked{color:#9ca3af;background:#f3f4f6;border:2px solid #e5e7eb}.lp-level-title{color:#111827;font-size:.875rem;font-weight:600}.lp-level-sub{color:#6b7280;margin-top:.1rem;font-size:.75rem}.lp-level-row--completed .lp-level-title{color:#059669}.lp-level-row--available .lp-level-title{color:#3730a3}.lp-level-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:7px;flex-shrink:0;padding:.45rem 1.1rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600;transition:background .15s,opacity .15s}.lp-level-btn--completed{color:#059669;background:0 0;border:1.5px solid #6ee7b7}.lp-level-btn--completed:hover:not(:disabled){background:#f0fdf4}.lp-level-btn--available{color:#fff;background:#1a2744}.lp-level-btn--available:hover:not(:disabled){background:#243561}.lp-level-btn--locked{color:#d1d5db;cursor:not-allowed;background:#f3f4f6;border:1.5px solid #e5e7eb}.lp-level-btn:disabled{opacity:.6;cursor:not-allowed}.lp-level-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.lp-level-reset{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #fca5a5;border-radius:7px;padding:.45rem .75rem;font-size:.8rem;font-weight:500}.lp-level-reset:hover:not(:disabled){background:#fef2f2}.lp-level-reset:disabled{opacity:.5;cursor:not-allowed}.lp-reset-all{color:#dc2626;cursor:pointer;text-align:center;background:0 0;border:1px solid #fca5a5;border-radius:7px;width:100%;margin-bottom:.75rem;padding:.5rem;font-size:.8rem;font-weight:500;display:block}.lp-reset-all:hover:not(:disabled){background:#fef2f2}.lp-reset-all:disabled{opacity:.5;cursor:not-allowed}@media (width<=640px){.lp-heading{margin-bottom:1.25rem;font-size:1.35rem}.lrn-page{max-width:100%}}.lsat-layout{z-index:1000;color:#212529;text-align:left;background:#222537;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-weight:400;line-height:1.5;display:flex;position:fixed;inset:0}.lsat-header{background:#fff;flex-shrink:0;padding:1rem 1.5rem}.lsat-header-top{color:#374151;justify-content:flex-end;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1rem;display:flex}.lsat-header-top svg{color:#2980b9}.lsat-header-bottom{justify-content:space-between;align-items:center;display:flex}.lsat-breadcrumb{align-items:center;gap:.5rem;font-size:1rem;display:flex}.lsat-breadcrumb-lib{color:#374151}.lsat-breadcrumb-sep{color:#9ca3af}.lsat-breadcrumb-test{color:#2980b9;font-weight:500}.lsat-breadcrumb-sec{color:#c0392b;font-weight:500}.lsat-header-actions{align-items:center;gap:.75rem;display:flex}.lsat-btn-pill{cursor:pointer;border-radius:9999px;padding:.3rem .9rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:background .12s}.lsat-btn-pill.outline{color:#2980b9;background:#fff;border:1px solid #2980b9}.lsat-btn-pill.outline:hover{background:#eff6ff}.lsat-btn-pill.solid{color:#fff;background:#2980b9;border:none}.lsat-btn-pill.solid:hover:not(:disabled){background:#2471a3}.lsat-btn-pill:disabled{opacity:.55;cursor:not-allowed}.lsat-main{flex-direction:column;flex:1;padding:2.75rem .75rem 3.25rem;display:flex;overflow:hidden}.lsat-content-box{letter-spacing:normal;color:#212529;text-align:left;word-break:break-word;white-space:normal;text-transform:none;text-rendering:auto;-webkit-user-select:none;user-select:none;cursor:default;direction:ltr;background:#fff;border-radius:.5rem;flex-direction:column;flex:1;width:100%;max-width:80rem;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:calc(.7rem + .35vw);font-style:normal;font-weight:450;line-height:1.5;text-decoration-line:none;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000004d}.lsat-toolbar{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:.4rem 1rem;font-size:.88em;display:flex}.lsat-toolbar-left{align-items:center;gap:.6rem;display:flex}.lsat-directions-btn{cursor:pointer;background:#e5e7eb;border:1px solid #9ca3af;border-radius:.375rem;padding:.28rem .75rem;font-family:inherit;font-size:.85em;font-weight:500}.lsat-directions-btn:hover{background:#d1d5db}.lsat-find-input{color:#374151;border:1px solid #d1d5db;border-radius:.25rem;outline:none;padding:.45rem .65rem;font-family:inherit;font-size:1em}.lsat-find-input:focus{border-color:#60a5fa}.lsat-tool-sep{background:#d1d5db;width:2px;height:2.2rem}.lsat-tools{align-items:center;gap:2px;display:flex}.lsat-tool-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:49px;height:49px;padding:.4rem;font-family:inherit;display:flex}.lsat-tool-btn:hover{background:#e5e7eb}.lsat-tool-btn.highlighter:hover{background:0 0}.lsat-tool-btn.active{outline-offset:-2px;outline:2px solid #9ca3af}.lsat-tool-btn.aa{font-size:1.8em;font-weight:700}.lsat-timer-widget{flex-direction:column;justify-content:center;gap:.25rem;min-width:160px;margin-left:.6rem;display:flex}.lsat-timer-label{color:#000;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:1em;font-weight:400}.lsat-timer-bar-track{background:#e0e0e0;border-radius:3px;height:5px;overflow:hidden}.lsat-timer-bar-fill{background:#1a6b3a;border-radius:3px;height:100%;transition:width 1s linear}.lsat-start-area{background:#bfdbfe;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:1.25rem;padding:.5in 4rem .8in;display:flex;overflow-y:auto}.lsat-start-card{text-align:center;background:#fff;border-radius:1rem;flex:1;width:100%;max-width:52rem;padding:3rem;box-shadow:0 2px 12px #00000014}.lsat-start-title{margin-bottom:.4rem;font-size:1.25em;font-weight:600}.lsat-start-meta{color:#374151;margin-bottom:.2rem;font-size:1em}.lsat-start-gap{height:2em}.lsat-start-dirs{color:#1f2937;text-align:left;font-size:.95em;line-height:1.6}.lsat-go-btn{color:#fff;letter-spacing:.07em;cursor:pointer;background:#f97316;border:none;border-radius:.5rem;flex-shrink:0;padding:.7rem 3rem;font-size:.95em;font-weight:700}.lsat-go-btn:hover{background:#ea6c0a}.lsat-results-card{background:#fff;border-radius:1rem;flex-direction:column;gap:1.5rem;width:100%;max-width:52rem;padding:2rem 2.5rem;display:flex;box-shadow:0 2px 12px #00000014}.lsat-results-summary{justify-content:center;gap:4rem;padding:.5rem 0;display:flex}.lsat-results-stat{flex-direction:column;align-items:center;gap:.3rem;display:flex}.lsat-results-label{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;font-size:.8em;font-weight:500}.lsat-results-value{color:#111827;font-variant-numeric:tabular-nums;font-size:1.7em;font-weight:700}.lsat-review-btn{color:#fff;cursor:pointer;background:#2980b9;border:none;border-radius:.5rem;align-self:center;padding:.6rem 2.5rem;font-size:.95em;font-weight:600}.lsat-review-btn:hover{background:#2471a3}.lsat-results-table{border-collapse:collapse;width:100%;font-size:.88em}.lsat-results-table th{text-align:left;color:#374151;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-bottom:2px solid #e5e7eb;padding:.5rem .75rem;font-size:.8em;font-weight:600}.lsat-results-table td{color:#374151;border-bottom:1px solid #f3f4f6;padding:.4rem .75rem}.lsat-results-table tbody tr:hover{background:#f9fafb}.lsat-result-correct{color:#16a34a;font-weight:700}.lsat-result-wrong{color:#dc2626;font-weight:700}.lsat-section-tabs{background:#fff;border-bottom:2px solid #e5e7eb;flex-shrink:0;gap:.25rem;padding:.75rem 1rem 0;display:flex}.lsat-section-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:.25rem .25rem 0 0;align-items:center;gap:.4rem;margin-bottom:-2px;padding:.5rem 1.25rem;font-size:.88em;font-weight:500;transition:color .15s,border-color .15s;display:flex}.lsat-section-tab:hover{color:#374151}.lsat-section-tab.active{color:#2980b9;border-bottom-color:#2980b9;font-weight:600}.lsat-section-tab-exp{color:#92400e;letter-spacing:.02em;background:#fef3c7;border:1px solid #fcd34d;border-radius:.25rem;padding:0 .3rem;font-size:.7em;font-weight:600}.lsat-body{flex:1;display:flex;overflow:hidden}.lsat-panel{flex:1;padding:.75rem 2rem 2rem;overflow-y:auto}.lsat-passage-text{font-size:1em}.lsat-passage-para{text-indent:2em;margin:0}.lsat-passage-para+.lsat-passage-para{margin-top:1em}.lsat-speaker-line{text-indent:-2em;margin:0;padding-left:2em}.lsat-speaker-line+.lsat-speaker-line{margin-top:.4em}.lsat-q-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;display:flex}.lsat-q-stem{color:#1f2937;font-size:1em}.lsat-flag-btn{cursor:pointer;color:#2980b9;background:0 0;border:none;border-radius:.25rem;flex-shrink:0;padding:.2rem}.lsat-flag-btn:hover{background:#f3f4f6}.lsat-choices{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.lsat-choice-row{flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex}.lsat-bubble-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;padding:0;display:flex}.lsat-bubble-btn svg,.option-bubble-ellipse{flex-shrink:0;width:36px;height:24px}.lsat-bubble-btn:disabled{cursor:not-allowed}.lsat-choice-text{color:#1f2937;flex:1;padding-top:2px;font-size:1em}.lsat-choice-text.crossed{color:#9ca3af}.lsat-choice-text.dimmed{color:#d1d5db}.lsat-crossout-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.25rem;flex-shrink:0;align-items:center;margin-top:2px;padding:.2rem;display:flex}.lsat-crossout-btn:hover{background:0 0}.lsat-choice-justification{flex:0 0 100%;margin-top:.1rem;padding:.1rem .6rem .1rem 3.5rem}.lsat-solution-block{background:#f0f9ff;border-left:3px solid #2980b9;border-radius:.375rem;margin-top:1.25rem;padding:.65rem .85rem}.lsat-solution-label{letter-spacing:.06em;text-transform:uppercase;color:#2980b9;margin-bottom:.3rem;font-size:.7rem;font-weight:700;display:block}.lsat-solution-text{color:#1e3a5f;margin:0;font-size:.8125rem;line-height:1.6}.lsat-error{color:#c0392b;margin-bottom:.6rem;font-size:.8rem}.lsat-nav-bar{background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;padding:.75rem 1.25rem}.lsat-nav-inner{justify-content:space-between;align-items:flex-end;display:flex}.lsat-q-nav{flex-wrap:wrap;align-items:flex-end;gap:6px;display:flex}.lsat-q-item{flex-direction:column;align-items:center;display:flex}.lsat-q-tick{background:0 0;width:1px;height:10px;margin-bottom:2px}.lsat-q-tick.active{background:#374151}.lsat-q-oval{cursor:pointer;background-color:#0000;border:1px solid #000;border-radius:50%;width:22px;height:14px;transition:background-color .1s,border-color .1s;display:block;position:relative}.lsat-q-oval.answered{background-color:#000;border:2.5px solid #000}.lsat-q-oval:hover:not(.answered){background-color:#00000014}.lsat-q-oval:disabled{cursor:default}.lsat-q-oval:disabled:hover{border-color:#9ca3af}.lsat-q-label{color:#111;margin-top:2px;font-size:1em;line-height:1}.lsat-q-label.active{font-weight:700}.lsat-nav-arrows{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.lsat-nav-arrow{cursor:pointer;color:#111;background:#fff;border:1px solid #d1d5db;border-radius:.25rem;justify-content:center;align-items:center;padding:.5rem;transition:background .1s;display:flex}.lsat-nav-arrow:disabled{color:silver;cursor:not-allowed;border-color:#e5e7eb}.lsat-test-split{flex:1;display:flex;overflow:hidden}.lsat-test-left{border-right:1px solid #e5e7eb;flex-direction:column;gap:.25rem;width:230px;min-width:230px;padding:1.75rem 1.25rem;display:flex;overflow-y:auto}.lsat-test-right{flex-direction:column;flex:1;gap:.65rem;padding:2rem 2.5rem;display:flex;overflow-y:auto}.lsat-test-preptest-title{color:#2980b9;margin:0 0 .75rem;font-size:.95em;font-weight:600}.lsat-test-sections-label{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin:0 0 .5rem;font-size:.72em}.lsat-test-section-list{flex-direction:column;gap:.4rem;display:flex}.lsat-test-section-btn{color:#374151;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;align-items:flex-start;padding:.55rem .85rem;font-size:.88em;font-weight:500;display:flex}.lsat-test-section-btn.done{background:#f0fdf4;border-color:#bbf7d0}.lsat-test-section-btn.next{color:#1e40af;background:#eff6ff;border-color:#93c5fd}.lsat-test-section-completed{color:#16a34a;margin-top:.15rem;font-size:.78em;font-weight:400}.lsat-test-right-title{color:#111827;margin:0;font-size:1.15em;font-weight:600}.lsat-test-right-label{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin:.5rem 0 0;font-size:.72em}.lsat-test-right-count{color:#1f2937;margin:0;font-size:1.1em;font-weight:600}.lsat-test-begin-btn{color:#fff;cursor:pointer;background:#2980b9;border:none;border-radius:.375rem;align-self:flex-start;margin-top:.25rem;padding:.5rem 1.75rem;font-family:inherit;font-size:.88em;font-weight:600;transition:background .15s}.lsat-test-begin-btn:hover:not(:disabled){background:#1a6a9a}.lsat-test-begin-btn:disabled{opacity:.5;cursor:not-allowed}.lsat-test-directions-label{color:#374151;margin:.75rem 0 0;font-size:.82em;font-weight:600}.lsat-test-directions-text{color:#4b5563;margin:0;font-size:.82em;line-height:1.65}.lsat-test-complete{flex-direction:column;gap:.5rem;padding-top:.5rem;display:flex}.lsat-test-complete-title{color:#111827;margin:0;font-size:1.2em;font-weight:700}.lsat-test-complete-sub{color:#6b7280;margin:0 0 .5rem;font-size:.88em}.lsat-footer{text-align:right;color:#fff9;flex-shrink:0;padding:.2rem 1rem;font-size:.7rem}.lsat-font-menu-wrapper,.lsat-line-menu-wrapper{position:relative}.lsat-font-menu{z-index:200;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;min-width:9rem;padding:.25rem 0;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 4px 14px #00000026}.lsat-font-menu-item{text-align:left;cursor:pointer;color:#374151;white-space:nowrap;background:0 0;border:none;width:100%;padding:.45rem 1rem;font-family:inherit;font-size:.85rem;display:block}.lsat-font-menu-item:hover{background:#f3f4f6}.lsat-font-menu-item.active{color:#2980b9;font-weight:600}.lsat-done-screen{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.lsat-done-score{color:#2980b9;font-size:3rem;font-weight:700;line-height:1}.lsat-done-sub{color:#6b7280;font-size:.9rem}.lsat-done-btn{color:#fff;cursor:pointer;background:#2980b9;border:none;border-radius:9999px;margin-top:.5rem;padding:.4rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .12s}.lsat-done-btn:hover{background:#2471a3}.lsat-feedback{border-radius:.25rem;margin-top:1rem;padding:.4rem .75rem;font-size:.84rem;font-weight:500}.lsat-feedback.correct{color:#1e8449;background:#d5f5e3}.lsat-feedback.wrong{color:#922b21;background:#fdecea}.lsat-justification{color:#4b5563;border-left:3px solid #e5e7eb;margin-top:.6rem;padding-left:.7rem;font-size:.8125rem;line-height:1.6}.lsat-submit-answer-btn{color:#fff;cursor:pointer;background:#1a2744;border:none;border-radius:7px;margin-top:1.25rem;padding:.55rem 1.75rem;font-size:.875rem;font-weight:600;display:block}.lsat-submit-answer-btn:hover:not(:disabled){background:#243561}.lsat-submit-answer-btn:disabled{opacity:.45;cursor:not-allowed}.lsat-next-btn{color:#fff;cursor:pointer;background:#2980b9;border:none;border-radius:9999px;margin-top:1rem;padding:.35rem 1.4rem;font-family:inherit;font-size:.84rem;font-weight:500;transition:background .12s}.lsat-next-btn:hover{background:#2471a3}.sec-an{flex-direction:column;gap:1rem;width:100%;max-width:52rem;display:flex}.sec-an-card{background:#fff;border-radius:1rem;padding:1.5rem 2.5rem;box-shadow:0 2px 12px #00000014}.sec-an-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;margin:0 0 1rem;font-size:.72rem;font-weight:600}.sec-an-compare-row{grid-template-columns:13rem 1fr 3.5rem;align-items:center;gap:.75rem;margin-bottom:.65rem;display:grid}.sec-an-compare-label{color:#374151;font-size:.875rem;font-weight:500}.sec-an-compare-track{background:#f3f4f6;border-radius:4px;height:8px;overflow:hidden}.sec-an-compare-fill{background:#9ca3af;border-radius:4px;height:100%;transition:width .4s}.sec-an-compare-fill--current{background:#1a2744}.sec-an-compare-val{color:#374151;text-align:right;font-size:.875rem;font-weight:600}.sec-an-delta{margin:.5rem 0 0;font-size:.825rem;font-weight:600}.sec-an-delta--up{color:#16a34a}.sec-an-delta--down{color:#dc2626}.sec-an-stamina{gap:.75rem;display:flex}.sec-an-stamina-col{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.sec-an-stamina-val{color:#374151;font-size:.72rem;font-weight:600}.sec-an-stamina-track{background:#f3f4f6;border-radius:4px;flex-direction:column;justify-content:flex-end;width:100%;height:80px;display:flex;overflow:hidden}.sec-an-stamina-fill{background:#1a2744;border-radius:4px 4px 0 0;width:100%;min-height:2px;transition:height .4s}.sec-an-stamina-label{color:#9ca3af;text-align:center;white-space:nowrap;font-size:.68rem}.drill-progress-pill{color:#2980b9;white-space:nowrap;background:#e8f4fd;border-radius:999px;padding:.25rem .75rem;font-size:.78rem;font-weight:600}.drill-solution{color:#6b7280;border-left:3px solid #e5e7eb;margin:1.25rem 0 0;padding:.6rem .75rem;font-size:.9em;line-height:1.55}.lsat-choice-content{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.drill-choice-explanation{flex-direction:column;gap:.25rem;display:flex}.drill-answer-tag{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;width:fit-content;padding:.15rem .55rem;font-size:.7em;font-weight:700;display:inline-block}.drill-answer-tag.wrong{color:#b91c1c;background:#fee2e2}.drill-answer-tag.correct{color:#15803d;background:#dcfce7}.drill-justification{color:#6b7280;margin:0;font-size:.88em;line-height:1.5}.drill-submit-btn{color:#fff;cursor:pointer;background:#2980b9;border:none;border-radius:999px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .15s}.drill-submit-btn:hover:not(:disabled){background:#1a6a9a}.drill-submit-btn:disabled{opacity:.5;cursor:not-allowed}.drill-action-area{justify-content:flex-start;align-items:center;margin-top:1.25rem;display:flex}.lsat-q-oval.drill-oval-correct{background:#5ea56b;border-color:#5ea56b}.lsat-q-oval.drill-oval-wrong{background:#d26464;border-color:#d26464}.drill-q-loading{animation:1s ease-in-out infinite drill-pulse;background:0 0!important;border:1px dashed #9ca3af!important}@keyframes drill-pulse{0%,to{opacity:.4}50%{opacity:1}}.drill-modal-overlay{z-index:2000;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.drill-modal{text-align:center;background:#fff;border-radius:1rem;width:90%;max-width:420px;padding:2.5rem 2rem;box-shadow:0 20px 60px #00000040}.drill-modal-icon{margin-bottom:.75rem;font-size:2.5rem}.drill-modal-title{color:#111827;margin:0 0 .75rem;font-size:1.4rem;font-weight:700}.drill-modal-body{color:#374151;margin:0 0 .6rem;font-size:.95rem;line-height:1.5}.drill-modal-feedback{justify-content:center;margin-top:1.25rem;display:flex}.drill-modal-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.sol-wrap{background:#f0f9ff;border-left:3px solid #2980b9;border-radius:.375rem;margin-top:1.5rem;padding:1rem 1.1rem}.sol-heading{color:#1a2744;letter-spacing:.01em;margin:0 0 .85rem;font-size:1rem;font-weight:700}.sol-steps{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.sol-step{flex-direction:column;gap:.2rem;display:flex}.sol-step-label{letter-spacing:.07em;text-transform:uppercase;color:#2980b9;font-size:.72rem;font-weight:700}.sol-step-label.italic{font-style:italic}.sol-step-text{color:#1e3a5f;font-size:.8375rem;line-height:1.6}.sol-raw{color:#1e3a5f;margin:0;font-size:.8375rem;line-height:1.6}.sol-feedback{align-items:center;gap:.5rem;display:flex}.sol-feedback-label{color:#5a8aa8;margin-right:.25rem;font-size:.72rem}.sol-thumb-btn{cursor:pointer;color:#5a8aa8;background:0 0;border:1px solid #b8d9f0;border-radius:.3rem;justify-content:center;align-items:center;padding:.3rem .45rem;transition:background .15s,color .15s,border-color .15s;display:flex}.sol-thumb-btn:hover{color:#2980b9;background:#e0f0fc;border-color:#2980b9}.sol-thumb-btn.active-up{color:#166534;background:#dcfce7;border-color:#22c55e}.sol-thumb-btn.active-down{color:#991b1b;background:#fee2e2;border-color:#ef4444}@keyframes feedback-glow{0%{box-shadow:0 0 #2980b9b3}50%{box-shadow:0 0 0 8px #2980b933}to{box-shadow:0 0 0 14px #2980b900}}.sol-feedback--highlight{border-radius:.5rem;margin:-.25rem -.5rem;padding:.25rem .5rem;animation:.65s ease-out 3 feedback-glow}:root{--navy:#1a2744;--navy-hover:#243561;--cream:#f2ddb0;--cream-hover:#e8c98a;--white:#fff;--surface:#f7f8fc;--border:#e5e7eb;--muted:#6b7280;--error:#dc2626;--max:1100px}html{scroll-behavior:smooth}.lp-page{color:#111827;font-family:DM Sans,sans-serif}.lp-page *,.lp-page :before,.lp-page :after{box-sizing:border-box}.lp-nav{z-index:100;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0}.lp-nav-inner{justify-content:space-between;align-items:center;width:100%;height:100px;padding:0 2.5rem;display:flex}.lp-nav-brand{align-items:center;gap:.75rem;display:flex}.lp-brand-logo{flex-shrink:0;width:auto;height:72px}.lp-footer-logo-img{filter:brightness(0)invert();opacity:.7;flex-shrink:0;width:auto;height:24px}.lp-beta-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--navy);background:var(--cream);border-radius:3px;padding:.18rem .5rem;font-size:.6rem;font-weight:600;line-height:1.8}.lp-nav-actions{align-items:center;gap:.5rem;display:flex}.lp-nav-link{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.45rem .875rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:color .15s,background .15s}.lp-nav-link:hover{color:var(--navy);background:var(--surface)}.lp-nav-cta{background:var(--navy);color:var(--white);cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:500;transition:background .15s}.lp-nav-cta:hover{background:var(--navy-hover)}.lp-hero{background-color:var(--navy);background-image:radial-gradient(circle,#ffffff0b 1px,#0000 1px);background-size:28px 28px;justify-content:center;align-items:center;padding:8rem 2rem;display:flex}.lp-hero-content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:660px;display:flex}.lp-hero-headline{color:var(--white);letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:clamp(2.75rem,5.5vw,4.75rem);font-weight:700;line-height:1.14}.lp-hero-headline em{color:var(--cream);font-style:italic;font-weight:400}.lp-hero-sub{color:#ffffff94;max-width:520px;font-size:1.05rem;font-weight:300;line-height:1.75}.lp-hero-ctas{flex-wrap:wrap;justify-content:center;gap:.875rem;margin-top:.5rem;display:flex}.lp-btn-gold{background:var(--cream);color:var(--navy);cursor:pointer;white-space:nowrap;border:none;border-radius:7px;padding:.825rem 2.25rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;transition:background .15s}.lp-btn-gold:hover{background:var(--cream-hover)}.lp-btn-outline{color:var(--white);cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #ffffff47;border-radius:7px;padding:.825rem 2.25rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:400;transition:border-color .15s,background .15s}.lp-btn-outline:hover{background:#ffffff0d;border-color:#ffffff8c}.lp-feat{padding:7rem 2rem}.lp-feat--light{background:var(--white)}.lp-feat--dark{background-color:var(--navy);background-image:radial-gradient(circle,#ffffff0b 1px,#0000 1px);background-size:28px 28px}.lp-feat-inner{max-width:var(--max);align-items:center;gap:6rem;margin:0 auto;display:flex}.lp-feat-inner--rev{flex-direction:row-reverse}.lp-feat-text{flex-direction:column;flex:1;gap:1.25rem;min-width:0;display:flex}.lp-feat-num{letter-spacing:.12em;text-transform:uppercase;font-family:Playfair Display,serif;font-size:.8rem;font-weight:700}.lp-feat--light .lp-feat-num{color:var(--navy)}.lp-feat--dark .lp-feat-num{color:var(--cream)}.lp-feat-title{letter-spacing:-.01em;font-family:Playfair Display,serif;font-size:clamp(1.75rem,2.5vw,2.375rem);font-weight:700;line-height:1.18}.lp-feat--light .lp-feat-title{color:var(--navy)}.lp-feat--dark .lp-feat-title{color:var(--white)}.lp-feat-desc{font-size:1rem;font-weight:300;line-height:1.75}.lp-feat--light .lp-feat-desc{color:#4b5563}.lp-feat--dark .lp-feat-desc{color:#fff9}.lp-feat-bullets{flex-direction:column;gap:.625rem;padding:0;list-style:none;display:flex}.lp-feat-bullets li{padding-left:1.25rem;font-size:.9rem;line-height:1.5;position:relative}.lp-feat-bullets li:before{content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.lp-feat--light .lp-feat-bullets li:before{background:var(--navy)}.lp-feat--dark .lp-feat-bullets li:before{background:var(--cream)}.lp-feat--light .lp-feat-bullets li{color:#374151}.lp-feat--dark .lp-feat-bullets li{color:#ffffffa6}.lp-feat-visual{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.lp-feat-svg{width:100%;max-width:300px;height:auto}.lp-auth-section{background:var(--surface);padding:7rem 2rem}.lp-auth-inner{flex-direction:column;align-items:center;gap:2.5rem;max-width:440px;margin:0 auto;display:flex}.lp-auth-heading{text-align:center}.lp-auth-heading h2{color:var(--navy);letter-spacing:-.01em;font-family:Playfair Display,serif;font-size:2.25rem;font-weight:700}.lp-auth-heading p{color:var(--muted);margin-top:.5rem;font-size:1rem;font-weight:300}.lp-auth-card{background:var(--white);border-radius:14px;flex-direction:column;gap:1.25rem;width:100%;padding:2.25rem 2rem;display:flex;box-shadow:0 1px 3px #00000012,0 8px 30px #00000012}.lp-card-header{flex-direction:column;gap:.3rem;display:flex}.lp-card-title{color:var(--navy);letter-spacing:-.01em;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.lp-card-sub{color:var(--muted);font-size:.875rem}.lp-google-btn{border:1.5px solid var(--border);color:#374151;background:var(--white);border-radius:8px;justify-content:center;align-items:center;gap:.625rem;padding:.7rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.lp-google-btn:hover{background:#fafafa;border-color:#9ca3af}.lp-divider{align-items:center;gap:.75rem;display:flex}.lp-divider:before,.lp-divider:after{content:"";background:var(--border);flex:1;height:1px}.lp-divider span{color:#9ca3af;font-size:.8rem}.lp-tabs{background:var(--surface);border-radius:8px;padding:3px;display:flex}.lp-tab{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;flex:1;padding:.45rem .75rem;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:400;transition:background .15s,color .15s}.lp-tab.active{background:var(--white);color:var(--navy);font-weight:500;box-shadow:0 1px 3px #00000014}.lp-form{flex-direction:column;gap:.875rem;display:flex}.lp-field{flex-direction:column;gap:.35rem;display:flex}.lp-field label{color:#374151;letter-spacing:.01em;font-size:.8rem;font-weight:500}.lp-field input{border:1.5px solid var(--border);color:#111827;background:var(--white);border-radius:8px;outline:none;padding:.6rem .875rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:border-color .15s}.lp-field input::placeholder{color:#d1d5db}.lp-field input:focus{border-color:var(--navy)}.lp-error{color:var(--error);font-size:.825rem;line-height:1.4}.lp-submit{background:var(--navy);color:var(--white);cursor:pointer;border:none;border-radius:8px;margin-top:.25rem;padding:.725rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;transition:background .15s}.lp-submit:hover:not(:disabled){background:var(--navy-hover)}.lp-submit:disabled{opacity:.6;cursor:not-allowed}.lp-footer{background-color:var(--navy);background-image:radial-gradient(circle,#ffffff0b 1px,#0000 1px);background-size:28px 28px;padding:1.75rem 2rem}.lp-footer-inner{max-width:var(--max);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.lp-footer-brand{align-items:center;gap:.625rem;display:flex}.lp-footer-brand span{color:#ffffffa6;font-family:Playfair Display,serif;font-size:.9rem}.lp-footer-copy{color:#ffffff4d;font-size:.8rem}@media (width<=860px){.lp-feat{padding:5rem 1.75rem}.lp-feat-inner,.lp-feat-inner--rev{flex-direction:column;gap:3rem}.lp-feat-visual{order:-1}.lp-feat-svg{max-width:200px}.lp-auth-section{padding:5rem 1.25rem}}@media (width<=600px){.lp-nav-inner{padding:0 1.25rem}.lp-brand-logo{height:46px}.lp-hero{padding:4rem 1.25rem}.lp-hero-ctas{flex-direction:column;width:100%}.lp-btn-gold,.lp-btn-outline{text-align:center;width:100%}.lp-feat{padding:4rem 1.25rem}.lp-auth-card{padding:1.75rem 1.25rem}.lp-footer-inner{text-align:center;flex-direction:column;gap:.75rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#f5f3ef;min-height:100vh;font-family:Georgia,Times New Roman,serif}button{cursor:pointer;font-family:inherit}select{font-family:inherit}
