:root{--bg: #F8F6F3;--bg-subtle: #F0EDE8;--surface: #FFFFFF;--surface-raised: #F5F2EE;--border: #E5E1DA;--border-subtle: #EAE6DF;--ink: #1D1D1F;--ink-secondary: #48484A;--ink-muted: #86868B;--ink-faint: #AEAEB2;--accent: #344054;--accent-hover: #445068;--accent-subtle: #eef1f7;--accent-border: #c2cde0;--accent-ink: #faf8f5;--danger: #DC2626;--danger-subtle: #FEF2F2;--danger-border: #FECACA;--warn-subtle: #fef9e7;--success: #16A34A;--success-subtle: #F0FDF4;--success-border: #BBF7D0;--font-sans: "Inter Tight", system-ui, -apple-system, sans-serif;--font-serif: "IBM Plex Serif", Georgia, serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .07), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 16px rgba(0, 0, 0, .09), 0 2px 4px rgba(0, 0, 0, .05)}[data-theme=graphite]{--bg: #111113;--bg-subtle: #1c1c1f;--surface: #1a1a1e;--surface-raised: #232328;--border: #3a3a40;--border-subtle: #2c2c32;--ink: #fafafa;--ink-secondary: #d4d4d8;--ink-muted: #a1a1aa;--ink-faint: #71717a;--accent: #818cf8;--accent-hover: #6366f1;--accent-subtle: rgba(99, 102, 241, .15);--accent-border: rgba(99, 102, 241, .4);--accent-ink: white;--shadow-sm: 0 1px 3px rgba(0,0,0,.4);--shadow-md: 0 4px 16px rgba(0,0,0,.5)}[data-theme=linen]{--bg: #f5f0e8;--bg-subtle: #ede7d9;--surface: #faf6ee;--surface-raised: #f0ebe0;--border: #d9d0bc;--border-subtle: #e5dece;--ink: #2c2416;--ink-secondary: #5c4d38;--ink-muted: #8c7d68;--ink-faint: #b8a99a;--accent: #7c5c2e;--accent-hover: #6b4f28;--accent-subtle: #f5ece0;--accent-border: #d4b896;--accent-ink: #faf8f5}:root{--correct-color: var(--success);--correct-bg: var(--success-subtle);--incorrect-color: var(--danger);--incorrect-bg: var(--danger-subtle);--study-subtle: var(--success-subtle);--study-border: var(--success-border);--bg-card: var(--surface);--bg-card-hover: var(--bg-subtle);--text: var(--ink);--text-muted: var(--ink-muted);--primary: var(--accent);--primary-hover: var(--accent-hover);--radius: var(--radius-lg);--shadow: var(--shadow-sm);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background-color:var(--bg);color:var(--ink);min-height:100dvh;overscroll-behavior:none;line-height:1.6}#root{min-height:100dvh}input,textarea,select{font-family:var(--font-sans);font-size:1rem;color:var(--ink);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem .85rem;width:100%;transition:border-color .15s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent)}button.btn-primary{background:var(--accent);color:var(--accent-ink);border:none;border-radius:var(--radius-md);padding:.75rem 1.25rem;font-family:var(--font-sans);font-size:1rem;font-weight:600;cursor:pointer;min-width:130px;min-height:48px;transition:background .15s}button.btn-primary:hover:not(:disabled){background:var(--accent-hover)}button.btn-primary:disabled{opacity:.45;cursor:not-allowed}button.btn-secondary{background:var(--surface);color:var(--ink-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:.75rem 1.25rem;font-family:var(--font-sans);font-size:1rem;font-weight:500;cursor:pointer;min-width:130px;min-height:48px;transition:background .15s,border-color .15s}button.btn-secondary:hover:not(:disabled){background:var(--bg-subtle);border-color:var(--ink-faint)}button.btn-secondary:disabled{opacity:.45;cursor:not-allowed}.header-icon-btn{min-width:unset!important;min-height:unset!important;width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:transparent;border:none;color:var(--ink-secondary);cursor:pointer}.header-icon-btn:hover{background:var(--surface-raised)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm)}.dashboard{display:flex;flex-direction:column;min-height:100dvh;padding:0 0 calc(80px + var(--safe-bottom)) 0}.dashboard-header{position:relative;padding:24px 20px 14px;text-align:center}.dashboard-header__content{max-width:680px;margin:0 auto}.dashboard-header>.sidebar-toggle-inline{position:absolute;top:14px;left:20px}.dashboard-header-actions{position:absolute;top:14px;right:20px;display:flex;gap:.4rem;align-items:center}button.dashboard-header-btn,button.dashboard-profile-icon-btn{min-width:unset!important;min-height:unset!important;display:inline-flex;align-items:center;justify-content:center;gap:.28rem;padding:.32rem .46rem;font-size:.76rem;font-weight:600;font-family:var(--font-sans);color:var(--ink-secondary);background:var(--surface);border:1px solid var(--border);border-radius:10px;line-height:1.1;white-space:nowrap;cursor:pointer;transition:background .15s,border-color .15s}button.dashboard-header-btn:hover:not(:disabled),button.dashboard-profile-icon-btn:hover:not(:disabled){background:var(--bg-subtle);border-color:var(--ink-faint)}button.dashboard-header-btn{width:auto;height:auto}button.dashboard-profile-icon-btn{width:34px;height:34px;padding:0;border-radius:999px;font-size:1rem}.dashboard-feedback-toast{position:fixed;left:50%;bottom:calc(84px + var(--safe-bottom));transform:translate(-50%);background:var(--surface);color:var(--ink);border:1px solid var(--border);border-radius:999px;padding:.55rem .9rem;font-size:.82rem;box-shadow:var(--shadow-md);z-index:190}.dashboard-title{font-family:var(--font-sans);font-size:clamp(1.45rem,5vw,2rem);font-weight:600;color:var(--ink);margin-bottom:4px;letter-spacing:-.02em;text-align:center}.dashboard-subtitle{color:var(--ink-muted);font-size:.86rem;text-align:center}.dashboard-main{flex:1;padding:.75rem 16px 0}.dashboard-topic-tabs{max-width:680px;margin:0 auto 1.25rem;display:inline-flex;gap:.35rem;padding:.2rem;border-radius:999px;background:var(--bg-subtle);border:1px solid var(--border)}.dashboard-topic-tab{min-width:unset;min-height:unset;border:none;background:transparent;color:var(--ink-secondary);cursor:pointer;font-size:.85rem;font-weight:600;padding:.45rem .8rem;border-radius:999px;transition:background .15s ease,color .15s ease}.dashboard-topic-tab--active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm)}.dashboard-search{margin:0 auto 1rem;max-width:680px}.dashboard-search-input{width:100%;padding:.75rem .95rem;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--ink);font-size:.95rem;box-sizing:border-box}.dashboard-search-input:focus{outline:none;border-color:var(--accent-border);box-shadow:0 0 0 3px #3b82f61f}.dashboard-action-card{max-width:680px;margin:0 auto 2rem;display:flex;flex-direction:column;gap:.95rem;padding:1.1rem;border:1px solid color-mix(in srgb,var(--accent-border) 70%,var(--border));border-radius:var(--radius-lg);background:linear-gradient(180deg,color-mix(in srgb,var(--accent-subtle) 64%,var(--surface)),var(--surface));box-shadow:var(--shadow-sm)}.dashboard-action-card__body{display:flex;flex-direction:column;gap:.35rem}.dashboard-action-card h2{margin:0;color:var(--ink);font-size:1.25rem;font-weight:800}.dashboard-action-card p{margin:0;color:var(--ink-secondary);font-size:.94rem;line-height:1.55}.dashboard-action-card__actions{display:grid;grid-template-columns:1fr;gap:.55rem}.dashboard-action-card__primary,.dashboard-action-card__secondary{width:100%}@keyframes fade-in-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.dashboard-action-card__primary{animation:fade-in-up .25s ease both}.dashboard-study-section{max-width:680px;margin:0 auto 1.35rem}.dashboard-study-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.dashboard-study-title{margin:0;font-size:.88rem;font-weight:700;color:var(--ink-secondary)}button.dashboard-study-heading__link{min-width:unset!important;min-height:unset!important;display:inline-flex;align-items:center;gap:.25rem;padding:.38rem .62rem;border:1px solid color-mix(in srgb,var(--accent) 28%,var(--border));border-radius:999px;background:color-mix(in srgb,var(--accent-subtle) 78%,white);color:var(--accent);font-size:.78rem;font-weight:800;line-height:1;white-space:nowrap;cursor:pointer;box-shadow:0 4px 12px color-mix(in srgb,var(--accent) 10%,transparent)}button.dashboard-study-heading__link:after{content:"›";font-size:.95rem;line-height:.8}button.dashboard-study-heading__link:hover{border-color:color-mix(in srgb,var(--accent) 48%,var(--border));background:color-mix(in srgb,var(--accent-subtle) 94%,white);transform:translateY(-1px)}button.dashboard-study-heading__link:active{transform:translateY(0)}.dashboard-study-list{display:flex;flex-direction:column;gap:.55rem}.dashboard-study-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.95rem 1rem .95rem 1.15rem;border:1px solid color-mix(in srgb,var(--accent) 28%,var(--border));border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 10px 24px color-mix(in srgb,var(--accent) 9%,transparent)}.dashboard-study-card:after{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--accent)}.dashboard-study-card:hover{border-color:color-mix(in srgb,var(--accent) 48%,var(--border));box-shadow:0 14px 30px color-mix(in srgb,var(--accent) 13%,transparent)}.dashboard-study-card--loading{position:relative;overflow:hidden;pointer-events:none;animation:dashboard-study-card-float 1.8s ease-in-out infinite}.dashboard-study-card--loading:nth-child(2){animation-delay:.18s}.dashboard-study-card--loading:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 25%,color-mix(in srgb,var(--accent) 12%,transparent) 0 18%,transparent 34%),linear-gradient(110deg,transparent 0%,transparent 38%,color-mix(in srgb,var(--accent) 12%,transparent) 48%,transparent 58%);opacity:.9;transform:translate(-42%);animation:dashboard-study-card-sweep 1.8s ease-in-out infinite}.dashboard-study-card--loading:nth-child(2):before{animation-delay:.18s}.dashboard-study-card__body{min-width:0;display:flex;flex-direction:column;gap:.38rem}.dashboard-study-card__cue{width:fit-content;padding:.18rem .42rem;border-radius:999px;background:color-mix(in srgb,var(--accent) 11%,white);color:var(--accent);font-size:.68rem;font-weight:900;line-height:1.1}.dashboard-study-skeleton{position:relative;display:block;border-radius:999px;background:linear-gradient(90deg,var(--bg-subtle) 0%,color-mix(in srgb,var(--accent) 16%,#fff) 45%,var(--bg-subtle) 90%);background-size:220% 100%;animation:dashboard-study-skeleton 1.2s ease-in-out infinite;z-index:1}.dashboard-study-skeleton--title{width:min(68%,260px);height:1.15rem;animation-delay:.04s}.dashboard-study-skeleton--badge{width:min(54%,210px);height:1.8rem;background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 8%,#fff),color-mix(in srgb,var(--accent) 20%,#fff),color-mix(in srgb,var(--accent) 8%,#fff));border:1px solid color-mix(in srgb,var(--accent) 18%,var(--border));animation-delay:.16s}.dashboard-study-skeleton--button{flex-shrink:0;width:5rem;height:2.15rem;border-radius:10px;background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 68%,#fff),var(--accent),color-mix(in srgb,var(--accent) 68%,#fff));box-shadow:0 8px 18px color-mix(in srgb,var(--accent) 18%,transparent);animation:dashboard-study-button-pulse 1.2s ease-in-out infinite;animation-delay:.24s;z-index:1}@keyframes dashboard-study-card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes dashboard-study-card-sweep{0%{transform:translate(-45%)}55%,to{transform:translate(45%)}}@keyframes dashboard-study-skeleton{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes dashboard-study-button-pulse{0%,to{opacity:.72;transform:scale(.98)}50%{opacity:.96;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.dashboard-study-card--loading,.dashboard-study-card--loading:before,.dashboard-study-skeleton{animation:none}}button.dashboard-study-card__title{min-width:unset!important;min-height:unset!important;width:fit-content;max-width:100%;padding:0;border:0;background:transparent;color:var(--ink);font-size:1rem;font-weight:800;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}button.dashboard-study-card__title:hover{color:var(--accent)}.dashboard-public-topic-name{color:var(--ink);font-size:1rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-study-card__meta-list{display:flex;flex-wrap:wrap;gap:.35rem}.dashboard-study-card__meta{display:inline-flex;align-items:center;gap:.35rem;margin:0;padding:.26rem .48rem;border-radius:999px;background:var(--bg-subtle);border:1px solid var(--border);line-height:1.15;max-width:100%}.dashboard-study-card__meta--review{border-color:#facc15;background:#fef9c3}.dashboard-study-card__meta--progress{border-color:color-mix(in srgb,var(--accent) 36%,var(--border));background:var(--accent-subtle)}.dashboard-study-card__meta--concept{border-color:color-mix(in srgb,var(--success) 36%,var(--border));background:var(--success-subtle)}.dashboard-study-card__meta-label{color:var(--ink-muted);font-size:.72rem;font-weight:700}.dashboard-study-card__meta--review .dashboard-study-card__meta-label,.dashboard-study-card__meta--review .dashboard-study-card__meta-value{color:#854d0e}.dashboard-study-card__meta--progress .dashboard-study-card__meta-label,.dashboard-study-card__meta--progress .dashboard-study-card__meta-value{color:var(--accent)}.dashboard-study-card__meta--concept .dashboard-study-card__meta-label,.dashboard-study-card__meta--concept .dashboard-study-card__meta-value{color:var(--success)}.dashboard-study-card__meta-value{color:var(--ink);font-size:.78rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button.dashboard-study-card__button{width:auto;min-width:unset!important;min-height:44px!important;flex-shrink:0;padding:.62rem .9rem;border-radius:999px;font-size:.82rem;font-weight:800;line-height:1.15;box-shadow:0 8px 18px color-mix(in srgb,var(--accent) 18%,transparent)}.desk-dashboard{min-height:100vh;background:radial-gradient(circle at top,color-mix(in srgb,var(--accent-subtle) 38%,white) 0,transparent 42%),#f7f4ee}.desk-page-header{position:relative;width:calc(100% - 32px);max-width:1040px;margin:0 auto}.desk-page-header__nav{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;column-gap:.75rem}.desk-page-header__nav-slot{display:flex;align-items:center}.desk-page-header .page-header-nav-right{min-width:48px;justify-content:flex-end}.desk-page-header .sidebar-toggle-inline{min-width:unset!important;min-height:unset!important}.desk-header__copy{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%;padding-top:.25rem}.desk-header__brand{display:block;margin:0 auto}.desk-header__title{margin:0;font-family:var(--font-serif);font-size:clamp(1.7rem,7vw,2.25rem);font-weight:600;color:var(--ink);line-height:1.15}.desk-header__subtitle{margin:.5rem 0 0;color:var(--ink-muted);font-size:.98rem;line-height:1.5}.desk-main{width:calc(100% - 32px);max-width:1040px;margin:0 auto;padding:0 0 calc(96px + var(--safe-bottom));display:flex;flex-direction:column;gap:1rem}.desk-shelf{display:flex;flex-direction:column;gap:.7rem}.desk-top-grid{display:grid;gap:1rem}.desk-hero,.desk-section{background:#fffffff0;border:1px solid rgba(15,23,42,.06);border-radius:24px;box-shadow:0 18px 44px #0f172a14}.desk-hero{padding:.75rem 1.2rem 1.2rem;display:flex;flex-direction:column;gap:.9rem}.desk-hero__top-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.desk-hero__section-label{margin:0;font-size:.73rem;line-height:1;color:var(--ink-faint);white-space:nowrap}.desk-hero__badge{width:fit-content;padding:.32rem .68rem;border-radius:999px;font-size:.76rem;font-weight:800;line-height:1.1}.desk-hero__badge--continue{background:#dbeafe;color:#1e40af}.desk-hero__badge--review{background:#ffedd5;color:#c2410c}.desk-hero__badge--mistakes{background:#fff3e7;color:#c56a14}.desk-hero__title{margin:0;font-family:var(--font-serif);font-size:1.75rem;font-weight:600;color:var(--ink);line-height:1.2;text-decoration:none}.desk-hero__body{display:flex;flex-direction:column;gap:.32rem}.desk-hero__line{margin:0;color:var(--ink-secondary);font-size:.98rem;line-height:1.55}.desk-hero__progress{margin-top:.35rem;width:100%;height:10px;border-radius:999px;background:#e9e2d6;overflow:hidden}.desk-hero__progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent) 70%,white))}.desk-hero__actions{display:flex;flex-direction:column;gap:.55rem}.desk-hero__primary,.desk-hero__secondary{width:100%}.desk-hero__secondary-row{display:flex;gap:.55rem}.desk-hero__secondary-row .desk-hero__secondary{flex:1;width:auto}.desk-section{padding:1rem}.desk-section--sidebar{align-self:stretch}.desk-section__header{margin-bottom:.7rem}.desk-section__title{margin:0;font-size:1rem;font-weight:800;color:var(--ink)}.desk-list,.desk-recommendations{display:flex;flex-direction:column;gap:.7rem}.desk-list-card,.desk-public-card{position:relative;min-width:unset!important;min-height:unset!important;width:100%;padding:.9rem 1rem .9rem 1.25rem;border:none;border-radius:12px;background:var(--surface);display:flex;flex-direction:column;align-items:flex-start;gap:.28rem;text-align:left;cursor:pointer;box-shadow:var(--shadow-sm);transition:box-shadow .15s}.desk-list-card:hover,.desk-public-card:hover{box-shadow:var(--shadow-md)}.desk-list-card:before,.desk-public-card:before{content:"";position:absolute;left:0;top:18%;bottom:18%;width:3px;border-radius:0 2px 2px 0;background:var(--accent-border)}.desk-list-card__badge{display:inline-flex;align-items:center;padding:.28rem .6rem;border-radius:999px;font-size:.73rem;font-weight:800;line-height:1.1}.desk-list-card__badge--continue{background:#dbeafe;color:#1e40af}.desk-list-card__badge--review{background:#ffedd5;color:#c2410c}.desk-list-card__badge--mistakes{background:#fff3e7;color:#c56a14}.desk-list-card__title,.desk-public-card__title{font-size:1rem;font-weight:800;color:var(--ink)}.desk-list-card__meta,.desk-public-card__meta{font-size:.9rem;color:var(--ink-muted);line-height:1.45}.desk-list-card__meta--row{display:flex;width:100%;justify-content:space-between;align-items:center;gap:.5rem}.desk-list-card__activity-name{font-size:.8rem;color:var(--ink-muted);text-align:right;max-width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0}.desk-group-list{display:flex;flex-direction:column;gap:.7rem}.desk-group-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 10px 24px #0f172a0f;overflow:hidden}.desk-group-card__header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid rgba(15,23,42,.06)}.desk-group-card__header:hover .desk-group-card__name{text-decoration:underline}.desk-group-card__name{font-size:.95rem;font-weight:800;color:var(--ink);flex:1}.desk-group-card__role{font-size:.7rem;font-weight:700;color:#1e40af;background:#dbeafe;border-radius:999px;padding:.18rem .55rem}.desk-group-card__pending{font-size:.7rem;font-weight:700;color:#92400e;background:#fef3c7;border-radius:999px;padding:.18rem .55rem}.desk-group-card__items{display:flex;flex-direction:column}.desk-group-card__item{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:none;border:none;border-top:1px solid rgba(15,23,42,.05);cursor:pointer;text-align:left;min-width:unset!important;min-height:unset!important;width:100%}.desk-group-card__item:hover{background:#0f172a06}.desk-group-card__item-icon{font-size:.85rem;flex-shrink:0}.desk-group-card__item-title{flex:1;font-size:.88rem;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.desk-group-card__item-status{font-size:.72rem;font-weight:700;border-radius:999px;padding:.18rem .55rem;flex-shrink:0}.desk-group-card__item-status--pending{color:#c2410c;background:#ffedd5}.desk-group-card__item-status--in_progress{color:#1e40af;background:#dbeafe}.desk-group-card__item--topic{background:#0f172a04}.desk-group-card__item--topic .desk-group-card__item-title{color:var(--ink-secondary);font-weight:500}.desk-group-card__empty{padding:.6rem 1rem;margin:0;font-size:.82rem;color:var(--ink-muted);border-top:1px solid rgba(15,23,42,.05)}.desk-tabs{display:flex;flex-direction:column;gap:0}.desk-tabs__bar{display:flex;gap:3px;background:var(--bg-subtle);border-radius:var(--radius-full);padding:3px;border-bottom:none;margin-bottom:.75rem}.desk-tabs__tab{display:flex;align-items:center;gap:6px;padding:.4rem .85rem;background:none;border:none;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;color:var(--ink-muted);cursor:pointer;min-width:unset;min-height:unset;white-space:nowrap;transition:color .15s,background .15s,box-shadow .15s}.desk-tabs__tab:hover{color:var(--ink)}.desk-tabs__tab--active{background:var(--surface);color:var(--ink);font-weight:600;box-shadow:var(--shadow-sm)}.desk-tabs__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--accent);color:var(--accent-ink);font-size:.7rem;font-weight:700;line-height:1}.desk-tabs__tab:not(.desk-tabs__tab--active) .desk-tabs__badge{background:var(--ink-muted);opacity:.6}.desk-tabs__panel{padding-top:.75rem}.desk-tabs__empty{margin:0;padding:1.5rem 0;font-size:.875rem;color:var(--ink-muted);text-align:center}.desk-dropdown-menu{position:absolute;right:0;top:calc(100% + 4px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md, 8px);box-shadow:0 4px 12px #0000001a;min-width:130px;z-index:200;overflow:hidden}.desk-dropdown-menu button{display:block;width:100%;padding:.55rem 1rem;text-align:left;background:none;border:none;font-size:.875rem;cursor:pointer;min-width:unset;min-height:unset;color:var(--ink)}.desk-dropdown-menu button:hover{background:var(--hover, rgba(15, 23, 42, .05))}.desk-shortcuts{display:flex;flex-wrap:wrap;gap:8px}.desk-shortcut-btn{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;border:1px solid var(--color-border, rgba(15, 23, 42, .15));background:var(--color-surface, #fff);font-size:.85rem;font-weight:500;color:var(--color-text-primary, #0f172a);text-decoration:none;white-space:nowrap;transition:background .15s}.desk-shortcut-btn:hover{background:var(--color-bg-hover, rgba(15, 23, 42, .05))}.desk-fab-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99}.desk-fab-group{position:fixed;right:20px;bottom:calc(20px + var(--safe-bottom));z-index:100;display:flex;flex-direction:column;align-items:flex-end;gap:.6rem}.desk-fab__main{width:52px;height:52px;border-radius:50%;background:var(--accent);color:var(--accent-ink);font-size:1.7rem;line-height:1;border:none;cursor:pointer;box-shadow:0 4px 20px #0003;display:flex;align-items:center;justify-content:center;min-width:unset;min-height:unset;transition:background .15s,transform .15s}.desk-fab__main:hover{background:var(--accent-hover);transform:scale(1.06)}.desk-fab-option{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);padding:.5rem 1.1rem;font-size:.875rem;font-weight:600;color:var(--ink);box-shadow:var(--shadow-md);cursor:pointer;min-width:unset;min-height:unset;white-space:nowrap;animation:fabOptionIn .15s ease;transition:background .12s}.desk-fab-option:hover{background:var(--bg-subtle)}@keyframes fabOptionIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.desk-main{max-width:1040px;padding-inline:0;gap:1.25rem}.desk-page-header{width:100%;max-width:1040px}.desk-header__copy{max-width:38rem}.desk-header__brand{height:36px}.desk-header__title{font-size:clamp(2rem,3vw,2.75rem)}.desk-header__subtitle{font-size:1.02rem}.desk-top-grid{grid-template-columns:minmax(0,1.6fr) minmax(320px,.9fr);align-items:start}.desk-hero{min-height:100%;padding:1.5rem}.desk-hero__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.desk-section--sidebar{padding:1.1rem}.desk-list{gap:.8rem}.desk-list-card{padding:1rem 1.05rem}.desk-recommendations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.desk-fab-group{right:max(28px,calc((100vw - 1120px)/2 + 28px))}}@media (min-width: 1100px){.desk-recommendations{grid-template-columns:repeat(3,minmax(0,1fr))}.desk-public-card{min-height:148px;justify-content:flex-start}}.status-text{text-align:center;color:var(--ink-muted);padding:40px 0}.status-text.error{color:var(--danger)}.detail-page{padding-bottom:80px}.topic-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.topic-card-favorite-btn{flex-shrink:0;width:36px;height:36px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--ink-faint);font-size:1.1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,border-color .15s ease,color .15s ease,background .15s ease}.topic-card-favorite-btn:hover{transform:translateY(-1px);border-color:var(--accent-border);color:var(--accent)}.topic-card-favorite-btn--active{border-color:#f59e0b59;background:#f59e0b1f;color:#d97706}.back-button{width:40px;height:40px;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:1rem}.topic-meta{font-size:.9rem;color:var(--ink-muted);margin-top:.2rem}.section{margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-manager-card{padding:.5rem}.category-row{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;border-radius:var(--radius-md);background:var(--bg-subtle);margin-bottom:4px;cursor:pointer;transition:background .15s}.category-row:hover{background:var(--bg-subtle);border-color:var(--accent-border)}.category-content-main{display:flex;align-items:center;flex:1}.toggle-icon{font-size:.7rem;margin-right:.8rem;color:var(--accent);transition:transform .15s;display:inline-block;width:12px}.toggle-icon.expanded{transform:rotate(90deg)}.category-name{font-weight:500;font-size:1rem;color:var(--ink)}.breadcrumb{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;color:var(--ink);font-size:.95rem;margin-bottom:.4rem}.breadcrumb-item{display:flex;align-items:center;gap:.4rem}.breadcrumb-link{background:none;border:none;color:inherit;cursor:pointer;padding:0;font:inherit;text-decoration:none;transition:color .15s}.breadcrumb-link:hover,.breadcrumb-link:focus-visible{text-decoration:underline solid var(--accent) 2px;text-underline-offset:.2rem}.breadcrumb-separator{color:var(--ink-muted)}.category-actions{display:flex;gap:.5rem;opacity:.3;transition:opacity .15s}.category-row:hover .category-actions{opacity:1}.icon-btn{background:none;border:none;color:var(--ink-muted);font-size:1rem;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);width:32px;height:32px}.icon-btn:hover{background:var(--bg-subtle);color:var(--ink)}.icon-btn.delete:hover{color:var(--danger)}.child-categories{border-left:2px solid var(--border);margin-left:1rem}.btn-small{padding:.4rem .8rem;font-size:.85rem;min-width:unset!important;min-height:unset!important}.empty-state{display:flex;flex-direction:column;align-items:center;gap:8px;padding:60px 20px;text-align:center}.empty-icon{font-size:3rem;margin-bottom:8px}.empty-hint{color:var(--ink-muted);font-size:.9rem}.topic-grid{display:grid;grid-template-columns:1fr;gap:14px}@media (min-width: 480px){.topic-grid{grid-template-columns:repeat(2,1fr)}.dashboard-header{padding:26px 24px 16px}.dashboard-header-actions{top:16px;right:24px}.dashboard-main{padding:0 24px}}@media (min-width: 768px){.topic-grid{grid-template-columns:repeat(3,1fr)}.dashboard-action-card{flex-direction:row;align-items:center;justify-content:space-between}.dashboard-action-card__actions{width:220px;flex-shrink:0}.dashboard-header{padding:32px 40px 20px}.dashboard-header-actions{top:18px;right:40px}.dashboard-main{padding:0 40px;max-width:960px;margin:0 auto;width:100%}}.topic-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:10px;cursor:pointer;min-height:130px;transition:border-color .15s,box-shadow .15s}.topic-card:hover{border-color:var(--accent-border);box-shadow:var(--shadow-md)}.topic-card-name{font-size:1.05rem;font-weight:600;color:var(--ink)}.topic-card-desc{font-size:.875rem;color:var(--ink-muted);line-height:1.55;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.topic-card-footer{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:auto}.topic-card-footer-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.topic-card-date{font-size:.75rem;color:var(--ink-faint)}.topic-card-owner{font-size:.78rem;color:var(--ink-muted)}.topic-card-resume-btn{flex-shrink:0;width:auto;padding:.42rem .9rem;font-size:.82rem;font-weight:600}.fab{position:fixed;right:20px;bottom:calc(20px + var(--safe-bottom));width:52px;height:52px;border-radius:50%;background:var(--accent);color:var(--accent-ink);font-size:1.6rem;border:none;cursor:pointer;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;z-index:100}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-end;justify-content:center;z-index:200;animation:fadeIn .15s ease}.sidebar-feedback-overlay{z-index:600}@media (min-width: 480px){.modal-overlay{align-items:center}}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:28px 24px calc(24px + var(--safe-bottom));width:100%;max-width:480px;animation:slideUp .2s ease}@media (min-width: 480px){.modal{border-radius:var(--radius-lg);padding:32px 28px}}.modal-title{font-family:var(--font-sans);font-size:1.25rem;font-weight:600;color:var(--ink);margin-bottom:20px}.modal-form{display:flex;flex-direction:column;gap:12px}.form-label{font-size:.875rem;font-weight:500;color:var(--ink-muted)}.form-input{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--ink);font-size:1rem;font-family:var(--font-sans);padding:12px 14px;width:100%;transition:border-color .15s}.form-input:focus{outline:none;border-color:var(--accent);background:var(--surface)}.form-textarea{resize:vertical;min-height:80px}.form-error{color:var(--danger);font-size:.875rem}.modal-actions{display:flex;gap:10px;margin-top:8px}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.sidebar-toggle-inline{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;border:none;border-radius:var(--radius-md);background:transparent;cursor:pointer;min-width:unset;min-height:unset;flex-shrink:0}.sidebar-toggle-inline:hover{background:var(--bg-subtle)}.sidebar-toggle__bar{display:block;width:100%;height:2px;border-radius:2px;background:var(--ink)}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#00000059;animation:fadeIn .2s ease}.sidebar-panel{position:fixed;top:0;left:0;height:100%;width:220px;z-index:500;background:var(--surface);box-shadow:4px 0 24px #0000001f;transform:translate(-100%);transition:transform .25s ease;display:flex;flex-direction:column}.sidebar-panel--open{transform:translate(0)}.sidebar-panel__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.sidebar-panel__title{font-weight:700;font-size:1rem;color:var(--ink)}.sidebar-panel__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:none;color:var(--ink-muted);cursor:pointer;border-radius:var(--radius-sm);font-size:1rem;min-width:unset;min-height:unset;padding:0}.sidebar-panel__close:hover{background:var(--bg-subtle);color:var(--ink)}.sidebar-panel__nav{padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.sidebar-nav-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;border:none;border-radius:var(--radius-md);background:none;color:var(--ink);font-size:.95rem;font-weight:500;cursor:pointer;text-align:left;min-width:unset;min-height:unset;transition:background .15s ease}.sidebar-nav-item:hover{background:var(--bg-subtle)}.sidebar-nav-item--active,.sidebar-nav-item--active:hover{background:var(--accent-subtle);color:var(--accent);cursor:default;font-weight:700}.sidebar-nav-item__icon{font-size:1.1rem;flex-shrink:0}@keyframes slideUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.landing{min-height:100dvh;display:flex;flex-direction:column;max-width:1120px;margin:0 auto;padding:0 1.5rem;background:var(--bg);color:var(--ink);font-family:var(--font-sans)}.landing-nav{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;position:sticky;top:0;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:10;border-bottom:1px solid var(--border-subtle)}.landing-logo{font-family:var(--font-sans);font-size:1.35rem;font-weight:600;color:var(--ink);letter-spacing:0}.landing-nav-link{background:none;border:none;color:var(--ink-secondary);font:inherit;font-size:.86rem;font-weight:600;cursor:pointer;min-width:unset;min-height:unset;padding:.58rem .4rem}.landing-nav-link:hover{color:var(--ink)}.landing-nav-cta{border:1px solid color-mix(in srgb,var(--border) 78%,var(--ink-faint));background:var(--surface);color:var(--ink-secondary);border-radius:var(--radius-md);padding:.58rem .9rem;font:inherit;font-size:.86rem;font-weight:700;cursor:pointer;min-width:unset;min-height:unset}.landing-nav-cta{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.landing-nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-left:auto}.landing--experience{max-width:1180px}.landing-experience-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:2.4rem;align-items:center;padding:3rem 0 2.4rem}.landing-experience-copy{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.landing-beta-badge{display:inline-flex;align-items:center;border-radius:var(--radius-full);background:var(--accent-subtle);color:var(--accent);padding:.32rem .8rem;font-size:.78rem;font-weight:800}.landing-experience-copy h1{margin:0;max-width:15ch;color:var(--ink);font-family:var(--font-sans);font-size:clamp(2.25rem,4vw,3.7rem);font-weight:800;line-height:1.1;letter-spacing:0}.landing-experience-copy p{margin:0;max-width:620px;color:var(--ink-secondary);font-size:1.02rem;line-height:1.75}.landing-experience-actions,.landing-result-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.landing-secondary-cta{min-width:unset;min-height:unset;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--ink-secondary);padding:.9rem 1.2rem;font-size:.95rem;font-weight:800;cursor:pointer}.landing-secondary-cta:hover{border-color:var(--accent-border);color:var(--accent)}.landing-hero-desk{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1.2rem;box-shadow:var(--shadow-sm)}.landing-hero-desk__top,.landing-mini-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;color:var(--ink-muted);font-size:.86rem;font-weight:800}.landing-hero-desk__card{position:relative;margin-top:1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);padding:1.35rem}.landing-hero-desk__badge{display:inline-flex;margin-bottom:.65rem;color:var(--accent);font-size:.82rem;font-weight:900}.landing-hero-desk__card h2{margin:0;color:var(--ink);font-family:var(--font-sans);font-size:1.45rem;font-weight:800;line-height:1.25;letter-spacing:0}.landing-hero-desk__card p{margin:.75rem 0 0;color:var(--ink-secondary);font-size:.92rem}.landing-hero-desk__progress,.landing-mini-progress{height:8px;margin-top:1rem;border-radius:999px;background:var(--border-subtle);overflow:hidden}.landing-hero-desk__progress span,.landing-mini-progress span{display:block;width:28%;height:100%;background:var(--accent)}.landing-hero-desk__rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-top:.8rem}.landing-hero-desk__rail span{border-radius:10px;background:var(--bg);padding:.65rem;color:var(--ink-secondary);font-size:.84rem;font-weight:900;text-align:center}.landing-demo-shell{margin:2rem 0 2.4rem;padding:0}.landing-section-heading{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem;text-align:center;align-items:center}.landing-section-heading span{color:var(--accent);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.landing-section-heading h2{margin:0;color:var(--ink);font-size:1.45rem;line-height:1.35}.landing-section-heading p{margin:0;max-width:620px;color:var(--ink-secondary);font-size:.92rem;line-height:1.6}.landing-demo-stage{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1rem;box-shadow:var(--shadow-sm)}.landing-demo-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;margin-bottom:1rem}.landing-demo-tab{min-width:unset;min-height:unset;border:1px solid var(--border);border-radius:10px;background:var(--bg);color:var(--ink-muted);padding:.62rem .5rem;font-size:.84rem;font-weight:900;cursor:pointer}.landing-demo-tab--active{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.landing-mini-screen{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);padding:1.2rem;min-height:380px}.landing-mini-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.8fr);gap:1rem;margin-top:1rem}.landing-mini-hero-card,.landing-mini-side-card,.landing-study-card,.landing-result-card{border:1px solid rgba(140,90,40,.16);border-color:var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1.1rem}.landing-mini-hero-card{position:relative;min-height:250px;overflow:visible;padding-top:2.4rem;box-shadow:var(--shadow-md)}.landing-mini-hero-card:before{content:"";position:absolute;top:-2px;left:50%;z-index:2;width:22px;height:42px;background:var(--accent);clip-path:polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);transform:translate(-50%)}.landing-mini-hero-badge{display:block;margin-bottom:.55rem;color:var(--accent);font-size:.83rem;font-weight:700;letter-spacing:.02em}.landing-mini-hero-title{display:block;width:fit-content;min-width:unset;min-height:unset;margin:0;padding:0;border:none;background:none;color:var(--ink);cursor:pointer;font-family:var(--font-sans);font-size:1.25rem;font-weight:700;line-height:1.2;letter-spacing:0;text-align:left;text-decoration:underline;text-decoration-color:var(--border);text-underline-offset:3px}.landing-mini-hero-title:hover{text-decoration-color:var(--ink)}.landing-mini-hero-card p,.landing-study-card p,.landing-result-card p,.landing-result-banner p{color:var(--ink-secondary);line-height:1.55}.landing-mini-side-card h3{margin:0 0 .85rem;color:var(--ink-muted);font-size:.8rem;font-weight:600;letter-spacing:.09em}.landing-mini-list-card{position:relative;display:block;width:100%;min-width:unset;min-height:unset;padding:1rem 1rem 1rem 1.2rem;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:var(--shadow-sm);cursor:pointer;text-align:left}.landing-mini-list-card:before{content:"";position:absolute;top:0;bottom:0;left:0;width:4px;border-radius:12px 0 0 12px;background:var(--accent)}.landing-mini-list-badge{display:inline-flex;margin-bottom:.45rem;padding:.18rem .45rem;border-radius:4px;background:var(--accent-subtle);color:var(--accent);font-size:.76rem;font-weight:700}.landing-mini-list-card strong{display:block;color:var(--ink);font-size:.98rem;font-weight:600;line-height:1.35}.landing-mini-list-card>span:last-child{display:block;margin-top:.35rem;color:var(--ink-muted);font-size:.86rem}.landing-study-card button,.landing-quiz-submit{min-width:unset;min-height:unset;width:100%;margin-top:1.1rem;border:none;border-radius:10px;background:var(--accent);color:var(--accent-ink);padding:.9rem 1rem;font-size:.95rem;font-weight:900;cursor:pointer}.landing-mini-hero-actions{display:grid;grid-template-columns:1fr;gap:.55rem;margin-top:1.1rem}.landing-mini-primary,.landing-mini-secondary{min-width:unset;min-height:unset;width:100%;border-radius:10px;padding:.75rem .9rem;font-size:.9rem;font-weight:800;cursor:pointer}.landing-mini-primary{border:1px solid var(--accent);background:var(--accent);color:var(--bg)}.landing-mini-secondary{border:1.5px solid var(--border);background:transparent;color:var(--ink)}.landing-library-filters{display:flex;gap:.5rem;margin-top:1rem;overflow-x:auto;scrollbar-width:none}.landing-library-filters::-webkit-scrollbar{display:none}.landing-library-filter{min-width:unset;min-height:unset;flex-shrink:0;padding:.36rem .95rem;border:1px solid rgba(95,75,49,.22);border-radius:999px;background:#fffcf4b8;color:#594732;cursor:pointer;font-size:.84rem;font-weight:700;white-space:nowrap;box-shadow:0 3px 10px #4a31190d}.landing-library-filter--active{border-color:#35543f75;background:#eef4e8;color:#273a2c;box-shadow:inset 0 0 0 1px #35543f1f,0 10px 22px #35543f29}.landing-library-search{margin-top:.8rem;padding:.72rem .95rem;border:1px solid rgba(112,78,42,.18);border-radius:8px;background:var(--surface);color:var(--ink-muted);font-size:.9rem;box-shadow:inset 0 1px #ffffffbf,0 8px 20px #4a31190a}.landing-library-list{display:flex;flex-direction:column;margin:.9rem 0 0;padding:0;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-sm)}.landing-library-row{position:relative;display:flex;align-items:stretch;width:100%;border-bottom:1px solid var(--border);background:var(--surface);list-style:none}.landing-library-row:last-child{border-bottom:none}.landing-library-row__main{display:flex;flex:1;align-items:stretch;min-width:0;min-height:unset;padding:0;border:none;background:transparent;cursor:pointer;text-align:left}.landing-library-row__accent{width:7px;flex-shrink:0;box-shadow:inset -1px 0 #0000001f}.landing-library-row__body{flex:1;min-width:0;padding:.92rem 1rem}.landing-library-row__name{display:block;margin-bottom:.22rem;overflow:hidden;color:var(--ink);font-size:.95rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.landing-library-row__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;font-size:.8rem}.landing-library-row__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.landing-library-row__dot--continue{background:#315f8c}.landing-library-row__dot--review{background:#a85f21}.landing-library-row__status--continue{color:#315f8c;font-weight:700}.landing-library-row__status--review{color:#a85f21;font-weight:700}.landing-library-row__detail{color:var(--ink-muted)}.landing-mini-side-card span,.landing-result-card span,.landing-result-banner span{display:inline-flex;color:var(--accent);font-size:.8rem;font-weight:900;margin-bottom:.6rem}.landing-topic-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1rem 0}.landing-topic-shortcut{min-width:unset;min-height:128px;border:1px solid var(--border);border-radius:10px;color:var(--accent-ink);padding:1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:.4rem;box-shadow:inset 0 -3px #0000002e}.landing-topic-shortcut--concept{background:var(--accent)}.landing-topic-shortcut--mistake{background:#7f1d1d}.landing-topic-shortcut span{font-family:var(--font-sans);font-size:1.08rem;font-weight:900;letter-spacing:0}.landing-topic-shortcut strong{color:#ffffffc7;font-size:.9rem}.landing-study-card{display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-study-card h3,.landing-mini-screen--quiz h3,.landing-result-banner h3{margin:0;color:var(--ink);font-family:var(--font-sans);font-size:1.18rem;font-weight:800;line-height:1.45;letter-spacing:0}.landing-study-card button{width:auto;margin-top:0;white-space:nowrap}.landing-mini-screen--recall{display:flex;align-items:stretch}.landing-recall-card{width:100%;min-height:100%;box-shadow:var(--shadow-sm)}.landing-recall-card .concept-note-review-card__actions button{min-width:unset;min-height:unset}.landing-recall-complete{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}.landing-recall-complete h2{max-width:14rem;margin:0 0 .75rem;color:var(--ink);font-size:1.6rem;line-height:1.35;text-align:center;word-break:keep-all;overflow-wrap:normal}.landing-recall-complete p{max-width:24rem;margin:0 0 1rem;color:var(--ink-secondary);line-height:1.6;text-align:center;word-break:keep-all}.landing-recall-complete .landing-cta-btn{justify-content:center;text-align:center}.landing-quiz-options-live{display:grid;gap:.55rem;margin:1rem 0}.landing-quiz-option-live{min-width:unset;min-height:unset;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--ink);padding:.8rem .9rem;text-align:left;font-size:.92rem;font-weight:800;cursor:pointer}.landing-quiz-option-live--selected{border-color:var(--accent);background:var(--accent-subtle);color:var(--accent)}.landing-quiz-option-live--correct{border-color:var(--success-border);background:var(--success-subtle);color:var(--success)}.landing-quiz-option-live--wrong{border-color:var(--accent);background:var(--danger-subtle);color:var(--accent)}.landing-quiz-option-live:disabled:not(.landing-quiz-option-live--correct):not(.landing-quiz-option-live--wrong){opacity:.45;cursor:default}.landing-quiz-submit:disabled{opacity:.55;cursor:not-allowed}.landing-quiz-feedback{padding:.65rem 1rem;border-radius:8px;font-size:.95rem;font-weight:700;text-align:center;margin-bottom:.5rem}.landing-quiz-feedback--correct{background:var(--success-subtle);color:var(--success);border:1px solid var(--success-border)}.landing-quiz-feedback--wrong{background:var(--danger-subtle);color:var(--accent);border:1px solid var(--accent)}.landing-mini-screen--read{background:radial-gradient(circle at 50% 18%,#ffffffbf,#fff0 34%),linear-gradient(90deg,rgba(160,137,105,.1),transparent 9%,transparent 91%,rgba(120,91,58,.12)),#f5f1e8;color:#2f2922;padding:0;display:flex;flex-direction:column;position:relative;overflow:hidden}.landing-mini-screen--read .concept-book-reader__header{position:relative;top:unset;margin:0;width:100%}.landing-mini-screen--read .concept-book-reader__page{min-height:unset;flex:1;overflow-y:auto;padding:1rem 1.1rem}.landing-read-pager{flex-shrink:0;padding:.65rem 1rem;background:linear-gradient(180deg,#f5f1e8b8,#f5f1e8f5);border-top:1px solid rgba(103,82,55,.14)}.landing-read-toc{position:absolute;right:.75rem;bottom:3.2rem;z-index:10;width:min(260px,calc(100% - 1.5rem));max-height:55%;overflow-y:auto;border:1px solid rgba(103,82,55,.2);border-radius:10px;background:#fbf7ee;box-shadow:0 12px 30px #2f29222e}.landing-result-banner{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--warn-subtle);padding:1.1rem}.landing-result-banner--correct{border-color:var(--success-border);background:var(--success-subtle)}.landing-result-banner--correct span{color:var(--success)}.landing-result-banner--wrong span{color:var(--accent)}.landing-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:.9rem 0 1rem}.landing-result-card strong{display:block;color:var(--ink);font-size:.98rem;line-height:1.4}.landing-loop-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;padding:0 0 2rem}.landing-loop-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1rem}.landing-loop-card span{color:var(--accent);font-size:.78rem;font-weight:900}.landing-loop-card h3{margin:.45rem 0 .35rem;color:var(--ink);font-size:1rem}.landing-loop-card p{margin:0;color:var(--ink-secondary);font-size:.9rem;line-height:1.55}@media (max-width: 900px){.landing-experience-hero{grid-template-columns:1fr;gap:1.4rem;padding-top:1.6rem}.landing-experience-copy h1{max-width:15ch}.landing-mini-grid,.landing-result-grid,.landing-loop-section{grid-template-columns:1fr}}@media (max-width: 640px){.landing-nav{align-items:flex-start;gap:.8rem}.landing-nav-actions{width:100%;justify-content:flex-end}.landing-experience-copy h1{max-width:none;font-size:2.28rem}.landing-experience-actions,.landing-result-actions{width:100%}.landing-experience-actions>button,.landing-result-actions>button{width:100%;justify-content:center}.landing-hero-desk,.landing-demo-stage,.landing-mini-screen{border-radius:14px}.landing-hero-desk__rail,.landing-demo-tabs,.landing-topic-shortcuts{grid-template-columns:1fr}.landing-mini-screen{min-height:unset;padding:1rem}.landing-mini-header,.landing-study-card{align-items:flex-start;flex-direction:column}.landing-study-card button{width:100%}}.landing-hero{position:relative;overflow:visible;display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);align-items:center;gap:2rem;padding:3rem;margin-top:1.25rem;border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(135deg,var(--surface) 0%,color-mix(in srgb,var(--surface) 86%,var(--accent-subtle)) 100%);box-shadow:var(--shadow-sm)}.landing-hero:after{display:none}.landing-hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.landing-hero-eyebrow{font-size:.85rem;font-weight:700;color:var(--accent);letter-spacing:0}.landing-hero-title{font-family:var(--font-sans);font-size:4.35rem;font-weight:600;line-height:1.08;color:var(--ink);letter-spacing:0;max-width:10ch}.landing-hero-title em{font-style:normal;color:var(--success)}.landing-hero-sub{font-size:1.02rem;line-height:1.75;color:var(--ink-secondary);max-width:560px}.landing-hero-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.landing-cta-btn{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-sans);font-size:.98rem;font-weight:600;padding:.95rem 1.9rem;border-radius:var(--radius-md);background:var(--accent);color:var(--accent-ink);border:none;cursor:pointer;box-shadow:0 12px 28px color-mix(in srgb,var(--accent) 18%,transparent);transition:background .15s,transform .15s,box-shadow .15s}.landing-cta-btn:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 16px 32px color-mix(in srgb,var(--accent) 22%,transparent)}.landing-proof-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.15rem}.landing-proof-row span{display:inline-flex;align-items:center;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 80%,transparent);color:var(--ink-secondary);border-radius:var(--radius-md);padding:.42rem .72rem;font-size:.78rem;font-weight:700}.landing-hero-scene{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:.85rem;width:100%}.landing-hero-app{border:1px solid color-mix(in srgb,var(--border) 72%,var(--accent-border));border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-md)}.landing-hero-app--main{padding:1.25rem}.landing-hero-app--side{padding:1rem;display:flex;flex-direction:column;gap:.55rem}.landing-hero-app--tree{padding:1rem;display:flex;flex-direction:column;gap:.7rem}.landing-hero-app--side p{margin:0;color:var(--ink-secondary);font-size:.86rem;line-height:1.45}.landing-hero-app--tree>span,.landing-hero-chip,.landing-hero-question span{color:var(--accent);font-size:.78rem;font-weight:800}.landing-hero-tree{display:flex;flex-direction:column;gap:.6rem}.landing-hero-tree__root{display:inline-flex;align-items:center;width:fit-content;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle);padding:.48rem .7rem;color:var(--ink);font-size:.95rem}.landing-hero-tree__branch{position:relative;display:flex;flex-direction:column;gap:.45rem;padding-left:1.05rem}.landing-hero-tree__branch:before{content:"";position:absolute;top:-.35rem;bottom:.78rem;left:.3rem;width:1px;background:var(--border)}.landing-hero-tree__item{position:relative;display:inline-flex;align-items:center;justify-content:space-between;gap:.8rem;width:fit-content;min-width:min(180px,100%);border:1px solid color-mix(in srgb,var(--accent-border) 70%,var(--border));border-radius:var(--radius-md);background:color-mix(in srgb,var(--accent-subtle) 48%,var(--surface));padding:.38rem .62rem;color:var(--ink-secondary);font-size:.82rem;font-weight:700}.landing-hero-tree__item span{color:var(--ink-secondary);font-size:inherit;font-weight:inherit}.landing-hero-tree__item em{color:var(--accent);font-size:.75rem;font-style:normal;font-weight:800;white-space:nowrap}.landing-hero-tree__item:before{content:"";position:absolute;top:50%;right:100%;width:.76rem;height:1px;background:var(--border)}.landing-hero-app__bar{display:flex;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle);font-size:.9rem;color:var(--ink-muted)}.landing-hero-app__bar span{color:var(--accent);font-size:.78rem;font-weight:800}.landing-hero-app__bar strong{color:var(--success)}.landing-hero-app__bar .landing-hero-mistake-count{color:var(--danger)}.landing-hero-question{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0}.landing-hero-question strong{font-size:1.35rem;line-height:1.35;color:var(--ink)}.landing-hero-options{display:grid;gap:.55rem}.landing-hero-options span{border:1px solid var(--border);border-radius:var(--radius-md);padding:.72rem .85rem;background:var(--surface);color:var(--ink-secondary);font-size:.84rem;font-weight:700}.landing-hero-options .landing-hero-option--correct{border:1px solid var(--success-border);background:var(--success-subtle);color:var(--success)}.landing-hero-progress{height:.52rem;border-radius:var(--radius-full);background:var(--bg-subtle);overflow:hidden}.landing-hero-progress span{display:block;height:100%;border-radius:inherit;background:var(--success)}.landing-audience{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:1.25rem;align-items:center;padding:2rem 0 1rem}.landing-audience>div,.landing-audience>p{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1.25rem;box-shadow:var(--shadow-sm)}.landing-audience__label{display:block;margin-bottom:.45rem;color:var(--accent);font-size:.78rem;font-weight:800}.landing-audience strong{display:block;color:var(--ink);font-size:1.2rem;line-height:1.45}.landing-audience p{color:var(--ink-secondary);line-height:1.65}.landing-workflow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1.25rem 0 4rem}.landing-workflow-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1.2rem;box-shadow:var(--shadow-sm)}.landing-workflow-card span{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;border-radius:var(--radius-md);background:var(--accent-subtle);color:var(--accent);font-weight:800;margin-bottom:.85rem}.landing-workflow-card h2{font-size:1.05rem;color:var(--ink);margin-bottom:.45rem}.landing-workflow-card p{font-size:.9rem;line-height:1.6;color:var(--ink-secondary)}.landing-preview{display:flex;flex-direction:column;gap:1.6rem;padding:2.5rem 0 4.5rem}.landing-preview--mistakes,.landing-preview--categories{padding-top:0}.landing-section-kicker{font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.landing-preview-copy{display:flex;flex-direction:column;gap:.9rem}.landing-preview-copy__body{max-width:640px;font-size:.98rem;line-height:1.75;color:var(--ink-secondary)}.landing-preview-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.7fr);gap:1.1rem;align-items:stretch}.landing-quiz-card,.landing-feedback-card{border-radius:var(--radius-md);border:1px solid color-mix(in srgb,var(--accent-border) 60%,var(--border));background:var(--surface);box-shadow:var(--shadow-sm)}.landing-quiz-card{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.landing-quiz-card__top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-quiz-chip{display:inline-flex;align-items:center;padding:.38rem .8rem;border-radius:999px;background:var(--accent-subtle);color:var(--accent);border:1px solid var(--accent-border);font-size:.8rem;font-weight:600}.landing-quiz-progress{font-size:.84rem;color:var(--ink-faint)}.landing-quiz-card__category{font-size:.86rem;color:var(--ink-faint)}.landing-quiz-card__question{font-size:1.55rem;line-height:1.3;color:var(--ink);letter-spacing:0}.landing-quiz-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.landing-quiz-option{border:1px solid var(--border);background:#fff;border-radius:var(--radius-md);padding:.95rem 1rem;text-align:left;font:inherit;color:var(--ink-secondary);min-width:unset;min-height:unset}.landing-quiz-option--selected{border-color:var(--accent-border);background:color-mix(in srgb,var(--accent-subtle) 72%,white);color:var(--accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 18%,transparent)}.landing-feedback-card{padding:1.35rem;display:flex;flex-direction:column;gap:.85rem;background:linear-gradient(180deg,color-mix(in srgb,var(--study-subtle) 44%,white) 0%,var(--surface) 100%)}.landing-feedback-card__result{display:inline-flex;align-self:flex-start;padding:.38rem .8rem;border-radius:999px;background:color-mix(in srgb,var(--study-subtle) 85%,white);color:var(--success);border:1px solid var(--study-border);font-size:.8rem;font-weight:700}.landing-feedback-card__answer-label{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint)}.landing-feedback-card__answer{font-size:1.5rem;font-family:var(--font-sans);color:var(--ink)}.landing-feedback-card__explanation{font-size:.9rem;line-height:1.65;color:var(--ink-secondary)}.landing-feedback-card__next{margin-top:auto;padding-top:.9rem;border-top:1px solid color-mix(in srgb,var(--study-border) 55%,white);display:flex;flex-direction:column;gap:.2rem}.landing-feedback-card__next span{font-size:.78rem;color:var(--ink-faint);text-transform:uppercase;letter-spacing:.08em}.landing-feedback-card__next strong{font-size:.95rem;color:var(--ink)}.landing-short-answer-card{border-radius:var(--radius-md);border:1px solid color-mix(in srgb,var(--study-border) 70%,var(--border));background:linear-gradient(180deg,color-mix(in srgb,var(--study-subtle) 36%,white) 0%,var(--surface) 100%);box-shadow:var(--shadow-sm);padding:1.35rem 1.4rem;display:flex;flex-direction:column;gap:.95rem}.landing-short-answer-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.landing-short-answer-card__question{font-size:1.18rem;line-height:1.4;color:var(--ink)}.landing-short-answer-card__input{border-radius:var(--radius-md);border:1px solid color-mix(in srgb,var(--study-border) 75%,white);background:#fff;padding:1rem 1.05rem;font-size:.98rem;color:var(--ink-secondary)}.landing-short-answer-card__feedback{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;padding-top:.2rem}.landing-short-answer-card__status{display:inline-flex;align-items:center;padding:.34rem .72rem;border-radius:999px;background:color-mix(in srgb,var(--study-subtle) 82%,white);border:1px solid var(--study-border);color:var(--success);font-size:.78rem;font-weight:700}.landing-short-answer-card__feedback strong{font-size:.92rem;color:var(--ink)}.landing-mistake-preview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.78fr);gap:1.1rem;align-items:stretch}.landing-mistake-summary-card,.landing-mistake-action-card{border-radius:var(--radius-md);border:1px solid color-mix(in srgb,var(--border) 92%,var(--accent-border));background:var(--surface);box-shadow:var(--shadow-sm)}.landing-mistake-summary-card{padding:1.4rem;display:flex;flex-direction:column;gap:1rem}.landing-mistake-summary-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.landing-mistake-summary-card__title{font-size:1.2rem;line-height:1.35;color:var(--ink)}.landing-mistake-summary-card__badge{display:inline-flex;align-items:center;padding:.34rem .72rem;border-radius:999px;background:color-mix(in srgb,var(--danger-subtle) 84%,white);border:1px solid color-mix(in srgb,var(--danger) 22%,white);color:var(--danger);font-size:.78rem;font-weight:700}.landing-mistake-list{display:flex;flex-direction:column;gap:.75rem}.landing-mistake-list__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:color-mix(in srgb,var(--surface) 92%,white)}.landing-mistake-list__name{font-size:.92rem;color:var(--ink)}.landing-mistake-list__count{font-size:.82rem;color:var(--danger);font-weight:700}.landing-mistake-action-card{padding:1.35rem;display:flex;flex-direction:column;gap:.85rem;background:linear-gradient(180deg,color-mix(in srgb,var(--danger-subtle) 32%,white) 0%,var(--surface) 100%)}.landing-mistake-action-card__status{display:inline-flex;align-self:flex-start;padding:.36rem .76rem;border-radius:999px;background:color-mix(in srgb,var(--danger-subtle) 84%,white);border:1px solid color-mix(in srgb,var(--danger) 20%,white);color:var(--danger);font-size:.78rem;font-weight:700}.landing-mistake-action-card__label{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint)}.landing-mistake-action-card__title{font-size:1.35rem;line-height:1.3;color:var(--ink)}.landing-mistake-action-card__body{font-size:.9rem;line-height:1.65;color:var(--ink-secondary)}.landing-mistake-action-card__button{margin-top:auto;align-self:flex-start;border:none;background:var(--ink);color:#fff;border-radius:var(--radius-md);padding:.85rem 1.1rem;font:inherit;font-weight:600;cursor:pointer;min-width:unset;min-height:unset}.landing-category-preview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.78fr);gap:1.1rem;align-items:stretch}.landing-category-panel,.landing-category-detail-card{border-radius:var(--radius-md);border:1px solid color-mix(in srgb,var(--accent-border) 60%,var(--border));background:var(--surface);box-shadow:var(--shadow-sm)}.landing-category-panel{padding:1.4rem;display:flex;flex-direction:column;gap:1rem;background:linear-gradient(180deg,color-mix(in srgb,var(--accent-subtle) 22%,white) 0%,var(--surface) 100%)}.landing-category-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.landing-category-panel__title{font-size:1.2rem;line-height:1.35;color:var(--ink)}.landing-category-panel__badge{display:inline-flex;align-items:center;padding:.34rem .72rem;border-radius:999px;background:color-mix(in srgb,var(--accent-subtle) 82%,white);border:1px solid var(--accent-border);color:var(--accent);font-size:.78rem;font-weight:700}.landing-category-tree{display:flex;flex-direction:column;gap:.75rem}.landing-category-node{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.92rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:color-mix(in srgb,var(--surface) 92%,white)}.landing-category-node--child{margin-left:1.35rem}.landing-category-node strong{font-size:.92rem;color:var(--ink)}.landing-category-node span{font-size:.8rem;color:var(--ink-faint)}.landing-category-detail-card{padding:1.35rem;display:flex;flex-direction:column;gap:.85rem;background:linear-gradient(180deg,color-mix(in srgb,var(--accent-subtle) 36%,white) 0%,var(--surface) 100%)}.landing-category-detail-card__status{display:inline-flex;align-self:flex-start;padding:.36rem .76rem;border-radius:999px;background:color-mix(in srgb,var(--accent-subtle) 84%,white);border:1px solid var(--accent-border);color:var(--accent);font-size:.78rem;font-weight:700}.landing-category-detail-card__label{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint)}.landing-category-detail-card__title{font-size:1.35rem;line-height:1.3;color:var(--ink)}.landing-category-detail-card__body{font-size:.9rem;line-height:1.65;color:var(--ink-secondary)}.landing-category-detail-card__button{margin-top:auto;align-self:flex-start;border:none;background:var(--ink);color:#fff;border-radius:var(--radius-md);padding:.85rem 1.1rem;font:inherit;font-weight:600;cursor:pointer;min-width:unset;min-height:unset}.landing-section-title{font-family:var(--font-sans);font-size:1.7rem;font-weight:600;color:var(--ink);margin-bottom:2rem;letter-spacing:0}.landing-section-title--compact{margin-bottom:0}.landing-demo{padding:2rem 0 1.5rem}.landing-demo-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:var(--shadow-sm)}.landing-demo-copy{text-align:left}.landing-demo-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-sm)}.landing-demo-card--result{align-items:center;text-align:center}.landing-demo-prev-result{font-size:.82rem;color:var(--ink-muted);background:var(--accent-subtle);border-radius:var(--radius-md);padding:.4rem .75rem;align-self:flex-start}.landing-demo-prev-result strong{color:var(--accent)}.landing-demo-start-body{display:flex;flex-direction:column;gap:1.25rem}.landing-demo-progress-row{display:flex;align-items:center;gap:.75rem;font-size:.82rem;color:var(--ink-muted);margin-bottom:1.15rem}.landing-demo-progress-bar{flex:1;height:5px;background:var(--border);border-radius:var(--radius-full);overflow:hidden}.landing-demo-progress-fill{height:100%;background:var(--accent);border-radius:var(--radius-full);transition:width .35s ease}.landing-demo-question{font-size:.97rem;font-weight:600;line-height:1.65;white-space:pre-wrap;color:var(--ink);font-family:var(--font-sans);margin-bottom:1rem}.landing-demo-options{display:flex;flex-direction:column;gap:.5rem}.landing-demo-option{display:block;width:100%;text-align:left;padding:.7rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);cursor:pointer;font-size:.9rem;line-height:1.45;transition:border-color .12s,background .12s;min-width:unset;min-height:unset}.landing-demo-option:hover:not(:disabled){border-color:var(--accent);background:var(--accent-subtle)}.landing-demo-option--selected{border-color:var(--accent);background:var(--accent-subtle);color:var(--accent);font-weight:600}.landing-demo-option--correct{border-color:var(--success);background:var(--success-subtle);color:var(--success);font-weight:600}.landing-demo-option--wrong{border-color:var(--danger);background:var(--danger-subtle);color:var(--danger)}.landing-demo-feedback{padding:.85rem 1rem;border-radius:var(--radius-md);font-size:.88rem;border-left:3px solid;margin-top:1rem}.landing-demo-feedback--correct{background:var(--success-subtle);border-color:var(--success);color:var(--ink-secondary)}.landing-demo-feedback--wrong{background:var(--danger-subtle);border-color:var(--danger);color:var(--ink-secondary)}.landing-demo-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem}.landing-demo-score{font-size:3.5rem;font-weight:800;color:var(--accent);line-height:1;margin:.5rem 0 .25rem}.landing-demo-topics{display:flex;flex-direction:column;gap:.75rem}.landing-demo-topic-card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1.1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s;min-width:unset;min-height:unset;box-shadow:var(--shadow-sm)}.landing-demo-topic-card:hover{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.landing-demo-topic-icon{font-size:1.5rem;margin-bottom:.15rem}.landing-demo-topic-title{font-size:.92rem;font-weight:700;color:var(--ink);line-height:1.3}.landing-demo-topic-desc{font-size:.8rem;color:var(--ink-muted);line-height:1.4}.landing-demo-topic-meta{font-size:.75rem;color:var(--ink-faint);margin-top:.15rem}.landing-demo-topic-prev{font-size:.75rem;color:var(--accent);background:var(--accent-subtle);padding:.15rem .4rem;border-radius:var(--radius-full);font-weight:600}.landing-demo-review-list{display:flex;flex-direction:column;gap:.4rem;margin-top:.25rem}.landing-demo-review-item{display:flex;align-items:center;gap:.6rem;font-size:.83rem;padding:.3rem 0;border-bottom:1px solid var(--border-subtle)}.landing-demo-review-item:last-child{border-bottom:none}.landing-demo-review-status{font-size:.78rem;font-weight:700;flex-shrink:0}.landing-demo-review-status--correct{color:var(--success)}.landing-demo-review-status--wrong{color:var(--danger)}.landing-demo-review-q{flex:1;color:var(--ink-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-demo-review-next{flex-shrink:0;font-size:.78rem;color:var(--ink-muted);font-weight:600}.landing-demo-review-next--urgent{color:var(--danger)}.landing-demo-mistake-card{padding:.85rem 1rem;background:var(--bg);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.landing-demo-mistake-q{font-size:.88rem;font-weight:600;color:var(--ink);margin-bottom:.4rem;line-height:1.4}.landing-demo-mistake-answer{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.82rem}.landing-demo-mistake-answer span{color:var(--ink-faint)}.landing-demo-mistake-answer strong{color:var(--success)}.landing-demo-mistake-explanation{font-size:.8rem;color:var(--ink-muted);line-height:1.5}.landing-bottom-cta{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:3.5rem 1.4rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.landing-bottom-cta h2{font-family:var(--font-sans);font-size:1.75rem;font-weight:600;color:var(--ink);letter-spacing:0}.landing-bottom-cta p{font-size:.95rem;color:var(--ink-muted);max-width:480px}.landing-footer{text-align:center;padding:1.5rem 0;font-size:.8rem;color:var(--ink-faint);border-top:1px solid var(--border-subtle);margin-bottom:1rem}@media (max-width: 640px){.landing{padding:0 1rem}.landing-hero{grid-template-columns:1fr;gap:1.5rem;padding:1.4rem;border-radius:var(--radius-md)}.landing-hero-content{width:100%;max-width:none}.landing-hero-title{max-width:none;font-size:3rem}.landing-hero-sub{font-size:.98rem}.landing-hero-scene{grid-template-columns:1fr;gap:.75rem}.landing-hero-app--main{grid-column:auto}.landing-hero-question strong{font-size:1.05rem}.landing-hero-options span,.landing-hero-app--side p{font-size:.78rem}.landing-audience{grid-template-columns:1fr}.landing-workflow{grid-template-columns:1fr;padding-bottom:3rem}.landing-preview-grid,.landing-mistake-preview-grid,.landing-category-preview-grid,.landing-quiz-options{grid-template-columns:1fr}.landing-short-answer-card__top{flex-direction:column}}.ocr-modal{max-width:560px;display:flex;flex-direction:column;gap:1rem;max-height:90dvh;overflow-y:auto}.ocr-modal__header{display:flex;align-items:center;justify-content:space-between}.ocr-modal__desc{font-size:.88rem;color:var(--ink-muted);line-height:1.55}.ocr-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border:2px dashed var(--accent-border);border-radius:12px;padding:2rem 1rem;cursor:pointer;transition:border-color .2s,background .2s;min-height:140px;background:var(--accent-subtle)}.ocr-dropzone:hover,.ocr-dropzone--active{border-color:var(--accent);background:var(--accent-subtle)}.ocr-preview-img{max-width:100%;max-height:200px;border-radius:8px;object-fit:contain}.ocr-progress{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0}.ocr-progress__bar{height:6px;border-radius:999px;background:var(--bg-subtle);overflow:hidden}.ocr-progress__fill{height:100%;background:var(--accent);border-radius:999px;transition:width .3s ease}.ocr-progress__label{font-size:.82rem;color:var(--ink-faint)}.ocr-result{display:flex;flex-direction:column;gap:.5rem}.ocr-result__toolbar{display:flex;align-items:center;justify-content:space-between}.ocr-result__text{width:100%;min-height:200px;max-height:320px;background:var(--bg-subtle);border:1px solid var(--border-subtle);border-radius:10px;padding:.75rem 1rem;color:var(--ink);font-family:var(--font-sans);font-size:.85rem;line-height:1.65;resize:vertical;outline:none}.ocr-result__text:focus{border-color:var(--accent)}.app-container{max-width:600px;width:100%;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:center}.app-header{text-align:center}.app-header h1{font-family:var(--font-sans);font-size:2.5rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}.question-title{font-size:1.25rem;font-weight:500;line-height:1.6;margin-bottom:2rem;color:var(--ink)}.question-input{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.multiple-choice{display:flex;flex-direction:column;gap:.75rem}.option-button{background:var(--surface);border:1px solid var(--border);color:var(--ink);padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-family:var(--font-sans);text-align:left;cursor:pointer;transition:all .2s ease}.option-button:hover:not(:disabled){background:var(--bg-subtle);border-color:var(--accent-border)}.option-button.selected{background:var(--accent-subtle);border-color:var(--accent)}.option-button:disabled{cursor:not-allowed;opacity:.6}.short-answer{width:100%}.text-input{width:100%;background:var(--bg-subtle);border:1px solid var(--border);color:var(--ink);padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-family:var(--font-sans);transition:all .2s ease}.text-input:focus{outline:none;border-color:var(--accent);background:var(--surface)}.text-input:disabled{cursor:not-allowed;opacity:.6}.submit-button{width:100%;background:var(--accent);color:var(--accent-ink);border:none;padding:1rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:var(--font-sans)}.submit-button:hover:not(:disabled){background:var(--accent-hover)}.submit-button:disabled{background:var(--bg-subtle);color:var(--ink-muted);cursor:not-allowed}.result-section{padding:1.25rem 1.5rem;border-radius:14px;animation:fadeIn .3s ease forwards}.result-section.correct{background:var(--correct-bg);border:1px solid var(--success-border)}.result-section.incorrect{background:var(--incorrect-bg);border:1px solid var(--danger-border)}.result-section__header{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.result-section__emoji{font-size:1.75rem;line-height:1}.result-section__label{font-size:1.25rem;font-weight:700;margin:0}.result-section.correct .result-section__label{color:var(--correct-color)}.result-section.incorrect .result-section__label{color:var(--incorrect-color)}.concept-note-feedback-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.concept-note-feedback-actions button{width:100%}.concept-note-form-field{display:block;margin-bottom:.5rem}.concept-note-form-label{display:block;margin-bottom:.25rem;color:var(--ink-muted);font-size:.72rem;font-weight:700}.concept-note-cornell{display:grid;gap:.5rem;margin-top:.55rem}.concept-note-cornell__section{display:grid;gap:.2rem}.concept-note-cornell__label{color:var(--ink-muted);font-size:.7rem;font-weight:750}.concept-note-cornell__body{margin:0;color:var(--ink-secondary);font-size:.84rem;line-height:1.6;white-space:pre-wrap}.concept-note-cornell__summary{padding-top:.45rem;border-top:1px solid var(--border)}.option-button.option-correct{background:var(--success-subtle);border-color:var(--success-border);color:var(--success);opacity:1!important}.option-button.option-wrong{background:var(--danger-subtle);border-color:var(--danger-border);color:var(--danger);opacity:1!important}.option-button.option-dimmed{opacity:.3}.challenge-progress{display:flex;flex-direction:column;gap:.4rem}.challenge-progress__top{display:flex;justify-content:space-between;align-items:center}.challenge-progress__label{font-size:.85rem;color:var(--ink-muted)}.challenge-progress__new-session{background:var(--surface);border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:.78rem;color:var(--ink-secondary);padding:.2rem .6rem;min-width:unset;min-height:unset}.challenge-progress__new-session:hover{background:var(--bg-subtle);border-color:var(--border-strong, var(--border))}.challenge-progress__bar{height:6px;border-radius:99px;background:var(--bg-subtle);overflow:hidden}.challenge-progress__fill{height:100%;border-radius:99px;background:#1a7a4a;transition:width .3s ease}.quiz-settings{max-width:100%;padding:2rem}.quiz-settings__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--border-subtle)}.quiz-settings__row:last-of-type{border-bottom:none}.quiz-settings__label{font-size:.95rem;color:var(--ink);font-weight:500}.quiz-settings__controls{display:flex;align-items:center;gap:.75rem}.quiz-settings__controls--stacked{flex-direction:column;align-items:stretch;flex:1}.quiz-settings__preset-row{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.quiz-settings__preset-btn{min-width:unset;min-height:unset;padding:.35rem .65rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--ink-secondary);font-size:.8rem;font-weight:600;cursor:pointer}.quiz-settings__preset-btn--active{border-color:var(--accent-border);background:var(--accent-subtle);color:var(--accent)}.quiz-settings__stepper{display:block}.quiz-settings__count-wrap{display:flex;flex-direction:column;gap:.35rem;flex:1}.quiz-settings__count-input-row{display:flex;align-items:center;justify-content:center;gap:.35rem}.quiz-settings__count-input{width:64px;padding:.4rem .45rem;text-align:center;font-weight:600;color:var(--accent)}.quiz-settings__count-total{font-size:.9rem;font-weight:600;color:var(--ink-secondary)}.quiz-settings__mini-gauge{height:6px;border-radius:999px;background:var(--bg-subtle);overflow:hidden}.quiz-settings__mini-gauge-fill{height:100%;border-radius:999px;background:var(--accent);transition:width .2s ease}.quiz-settings__count{font-size:.82rem;font-weight:500;color:var(--ink-muted);min-width:4rem;text-align:center}.quiz-toggle{position:relative;width:44px;height:24px;border-radius:99px;border:none;background:var(--bg-subtle);cursor:pointer;transition:background .2s ease;flex-shrink:0;padding:0}.quiz-toggle--on{background:var(--accent)}.quiz-toggle__thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:var(--accent-ink);transition:transform .2s ease;display:block}.quiz-toggle--on .quiz-toggle__thumb{transform:translate(20px)}.result-section h3{margin-bottom:1rem;font-size:1.25rem}.explanation{color:var(--ink);line-height:1.6;font-size:.95rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 640px){.app-container{padding:1rem}.app-header h1{font-size:2rem}}.layout-container{width:min(100%,980px);max-width:980px;margin:0 auto;padding:1rem}.layout-container.detail-page{width:min(100%,1100px);max-width:1100px}.detail-page{width:100%;display:flex;flex-direction:column;gap:1rem;align-items:center}.topic-detail-page{width:100%;justify-content:flex-start}.page-header{position:relative;display:flex;flex-direction:column;gap:.75rem;align-items:center;justify-content:center;width:100%;max-width:720px;margin:0 auto;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.75rem 1.25rem 1.25rem;min-height:130px}.topic-detail-shell{width:100%;max-width:1040px;box-sizing:border-box}.page-header--wide{max-width:1040px}.page-header--stacked{flex-direction:column;gap:.35rem;padding:.5rem 1.25rem .85rem;min-height:0;max-width:1040px;justify-content:flex-start;align-items:flex-start;text-align:left}.page-header-nav{display:flex;align-items:center;gap:0;width:100%}.page-header-nav-right{display:flex;gap:.5rem;align-items:center;flex-shrink:0;margin-left:auto}.page-nav-title{flex:1;font-size:1.05rem;font-weight:700;color:var(--ink);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.back-button-inline{border:1px solid var(--border);background:var(--surface);color:var(--ink);width:44px;height:44px;padding:0;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;font-size:1.1rem;transition:background .15s ease}.back-button-inline:hover{background:var(--bg-subtle)}.page-header--stacked .home-button,.page-header--stacked .topic-button{position:static}.back-button,.back-button-page{position:absolute;top:1rem;left:1rem;border:1px solid var(--border);background:var(--surface);color:var(--ink);width:44px;height:44px;padding:0;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;font-size:1.1rem;transition:background .15s ease}.back-button:hover,.back-button-page:hover{background:var(--bg-subtle)}.home-button{position:absolute;top:1rem;right:1rem;border:1px solid var(--border);background:var(--surface);color:var(--ink);width:44px;height:44px;padding:0;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;transition:background .15s ease}.home-button:hover{background:var(--bg-subtle)}.topic-button{border:1px solid var(--border);background:var(--surface);color:var(--ink);width:44px;height:44px;padding:0;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;transition:background .15s ease}.topic-button:hover{background:var(--bg-subtle)}.page-header-btn-group{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;align-items:center}.page-header-btn-group .home-button,.page-header--stacked .topic-button{position:static}button.header-icon-btn{width:44px;height:44px;min-width:unset!important;padding:0;border:none;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer}button.header-icon-btn:hover{background:var(--bg-subtle)}.header-info h1{margin:0;font-size:1.9rem;letter-spacing:-.03em}.header-info{display:flex;flex-direction:column;align-items:center;gap:.25rem}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;justify-content:flex-start}.breadcrumb-item{display:flex;align-items:center;gap:.25rem;font-size:1.05rem}.breadcrumb-link{background:none;border:none;color:var(--ink-muted);cursor:pointer;padding:0;font-size:inherit;font-family:inherit;transition:color .15s}.breadcrumb-link:hover{color:var(--ink)}.breadcrumb-item>span:not(.breadcrumb-separator){font-weight:700;color:var(--ink)}.breadcrumb-separator{color:var(--ink-faint);font-size:1rem}.topic-meta{margin:0;color:var(--ink-muted);line-height:1.65;font-size:.98rem;white-space:pre-line;text-align:left}.detail-main{display:grid;grid-template-columns:1.4fr .95fr;width:100%;max-width:1040px;margin:0 auto;gap:.5rem;box-sizing:border-box}.detail-main>*{min-width:0}.detail-main--wide{grid-template-columns:1fr;width:100%;max-width:1040px;margin:0 auto}.question-form-main,.question-form-main .section,.question-form-main .card{width:100%;min-width:0;box-sizing:border-box}.question-form-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.question-form-status-badge{display:inline-flex;align-items:center;padding:.14rem .48rem;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1.35}.question-form-status-badge--draft{background:#facc151f;border:1px solid rgba(250,204,21,.4);color:#92400e}.question-form-status-badge--published{background:#22c55e1f;border:1px solid rgba(34,197,94,.35);color:#166534}.profile-settings-main{width:100%;max-width:1040px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.profile-settings-main .section,.profile-settings-main .card{width:100%;min-width:0;box-sizing:border-box}.profile-actions-card{display:flex;flex-direction:column;gap:.65rem}.profile-actions-card .btn-secondary{width:100%}.profile-groups-card{display:flex;flex-direction:column;gap:.8rem}.help-page-main{width:100%;max-width:1040px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.help-page-section__title{margin:0 0 1rem;font-size:1rem;font-weight:700;color:var(--ink)}.help-page-card{padding:0;overflow:hidden}.help-tabs{display:flex;align-items:stretch;border-bottom:1px solid var(--border);padding:0 1.25rem;gap:0}.help-tab{padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:var(--ink-muted);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s}.help-tab:hover{color:var(--ink)}.help-tab--active{color:var(--ink);font-weight:700;border-bottom-color:var(--accent)}.help-tab-panel{padding:1rem 2rem 1.5rem}.help-app-structure{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.help-app-item{padding-bottom:.75rem;border-bottom:1px solid var(--border-subtle, var(--border))}.help-app-item:last-child{border-bottom:none;padding-bottom:0}.help-app-item__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.help-app-item__name{font-size:.9rem;font-weight:700;color:var(--ink)}.help-app-item__path{font-size:.75rem;color:var(--ink-muted);font-family:monospace}.help-app-item__desc{margin:0;font-size:.85rem;color:var(--ink-secondary);line-height:1.5}.help-app-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.6rem}.help-app-chip{font-size:.78rem;font-weight:600;padding:.2rem .65rem;background:var(--bg-subtle);border:1px solid var(--border);border-radius:99px;color:var(--ink-secondary);cursor:default}.help-app-children{list-style:none;margin:.5rem 0 0;padding:0 0 0 .85rem;border-left:2px solid var(--border-subtle, var(--border));display:flex;flex-direction:column;gap:.35rem}.help-app-child{display:flex;flex-direction:column;gap:.1rem;font-size:.82rem;padding:.25rem 0;color:var(--ink-secondary)}.help-app-child__name{font-weight:700;color:var(--ink);flex-shrink:0;white-space:nowrap}.help-ai-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.help-ai-item{padding-bottom:.75rem;border-bottom:1px solid var(--border-subtle)}.help-ai-item:last-child{padding-bottom:0;border-bottom:none}.help-ai-item__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.help-ai-item__name{font-size:.88rem;font-weight:700;color:var(--ink)}.help-ai-item__quota{font-size:.72rem;font-weight:600;color:var(--accent);background:var(--accent-soft, color-mix(in srgb, var(--accent) 12%, transparent));padding:.1rem .45rem;border-radius:4px}.help-ai-item__desc{margin:0;font-size:.83rem;color:var(--ink-secondary);line-height:1.55}.license-policy-main{width:100%;max-width:1040px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.license-policy-intro{display:flex;flex-direction:column;gap:.45rem;padding:.15rem .2rem .35rem}.license-policy-intro h2,.license-policy-ai-card h2,.license-policy-note-card h2{margin:0;font-size:1rem;font-weight:800;color:var(--ink)}.license-policy-intro p,.license-policy-note-card p{margin:0;color:var(--ink-secondary);font-size:.9rem;line-height:1.65}.license-policy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.license-policy-card{width:100%;min-width:0;padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-sm);box-sizing:border-box}.license-policy-card--pro{border-color:#2563eb59}.license-policy-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.license-policy-card__eyebrow{display:block;margin-bottom:.2rem;color:var(--ink-faint);font-size:.72rem;font-weight:700}.license-policy-card h2{margin:0;font-size:1.4rem;font-weight:900;color:var(--ink)}.license-policy-card__badge{flex-shrink:0;padding:.2rem .58rem;border-radius:999px;color:#fff;font-size:.74rem;font-weight:800}.license-policy-card__summary{min-height:2.9em;margin:.8rem 0 1rem;color:var(--ink-secondary);font-size:.85rem;line-height:1.45}.license-policy-feature-list{display:flex;flex-direction:column;gap:0;margin:0}.license-policy-feature-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.62rem 0;border-top:1px solid var(--border)}.license-policy-feature-row dt{color:var(--ink-muted);font-size:.82rem}.license-policy-feature-row dd{margin:0;color:var(--ink);font-size:.86rem;font-weight:800;text-align:right}.license-policy-feature-row__muted{color:var(--ink-faint)!important}.license-policy-ai-card,.license-policy-note-card{display:flex;flex-direction:column;gap:.85rem}.license-policy-ai-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border)}.license-policy-ai-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:.75rem;padding:.8rem 0;border-bottom:1px solid var(--border)}.license-policy-ai-row strong{font-size:.88rem;color:var(--ink)}.license-policy-ai-row span{min-width:0;color:var(--ink-secondary);font-size:.86rem;line-height:1.55}.license-policy-note-card{flex-direction:row;align-items:center;justify-content:space-between}@media (max-width: 760px){.license-policy-grid{grid-template-columns:1fr}.license-policy-card__summary{min-height:0}.license-policy-ai-row{grid-template-columns:1fr;gap:.25rem}.license-policy-note-card{align-items:stretch;flex-direction:column}}.group-dashboard-page.layout-container.detail-page{min-height:100vh;width:100%;max-width:none;margin:0;padding:0 1rem calc(1.6rem + var(--safe-bottom));gap:.2rem;align-items:stretch}.group-dashboard-page-header{width:min(100%,1040px);max-width:1040px;margin:0 auto;background:transparent;padding:.5rem 1rem;min-height:unset;border:none;border-radius:0;align-items:stretch}.group-dashboard-title{font-size:1rem;font-weight:400;color:var(--ink);line-height:1.25;margin:0;flex:1;text-align:left}.group-dashboard-main{width:min(100%,720px);max-width:720px;margin:0 auto;padding:1.1rem 0 1rem;display:flex;flex-direction:column;gap:1.65rem}.group-dashboard-main--header-tight{padding-top:.35rem}.group-dashboard-error{margin:0;padding:.7rem .85rem;border:1px solid rgba(220,80,60,.4);border-radius:var(--radius-md);background:#dc503c14;color:var(--danger, #c0392b);font-size:.9rem}.group-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}button.group-action-card{display:flex;flex-direction:row;align-items:center;gap:.85rem;min-width:unset;min-height:unset;padding:1.1rem;border-radius:18px;border:1px solid #e5ded4;background:#fffdf9;cursor:pointer;text-align:left;box-shadow:0 8px 22px #4b3e2d0f;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.group-action-card:hover{border-color:#d6ccbd;box-shadow:0 12px 26px #4b3e2d17;transform:translateY(-1px)}.group-action-card__icon-box{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;flex:0 0 52px;border-radius:16px}.group-action-card__icon-box--create{background:#eef1f7;color:#344054}.group-action-card__icon-box--join{background:#f5f0e7;color:#8c7958}.group-action-card__icon-box svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.group-action-card__title{color:#2b2926;font-size:.92rem;font-weight:750;line-height:1.45}.group-action-card__desc{font-size:.78rem;color:var(--ink-muted);line-height:1.4}.group-dashboard-section{display:flex;flex-direction:column;gap:.7rem}.group-section-label{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;color:#8f867a;letter-spacing:0}.group-section-count{font-variant-numeric:tabular-nums;color:#b7aea2;font-weight:650}.group-dashboard-list{display:flex;flex-direction:column;gap:.75rem}.group-dashboard-page .group-dashboard-card{display:flex;width:100%;min-width:unset;min-height:unset;align-items:center;gap:.85rem;padding:1.05rem 1.1rem;border:1px solid #e5ded4;border-radius:18px;background:#fffdf9;color:#2b2926;text-align:left;box-shadow:0 7px 19px #4b3e2d0e;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}button.group-dashboard-card{cursor:pointer}.group-dashboard-page button.group-dashboard-card:hover{background:#fffdf9;border-color:#d6ccbd;box-shadow:0 11px 24px #4b3e2d16;transform:translateY(-1px)}.group-dashboard-card--owner,.group-dashboard-card--member{opacity:1}.group-dashboard-card--pending{opacity:.82}.group-dashboard-card-body{min-width:0;width:100%}.group-dashboard-card-title-row{display:flex;align-items:center;gap:.5rem;min-width:0}.group-dashboard-card-title{margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2b2926;font-size:.98rem;font-weight:750}.group-dashboard-card-meta{margin:.35rem 0 0;color:#948b7f;font-size:.78rem}.group-dashboard-card-description{margin:.3rem 0 0;color:#625c54;font-size:.82rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.group-dashboard-request-badge{display:inline-flex;align-items:center;flex-shrink:0;padding:.18rem .5rem;border-radius:var(--radius-full);border:1px solid #e7c8c3;background:#fff7f5;color:#ad645b;font-size:.7rem;font-weight:700;white-space:nowrap}.group-dashboard-card-footer{display:flex;align-items:center;justify-content:flex-start;gap:.35rem;margin-top:.65rem;padding-top:0;border-top:0}.group-dashboard-card-code-label{color:#a0978b;font-size:.74rem}.group-dashboard-card-code{font-family:SF Mono,Fira Code,monospace;font-size:.76rem;color:#625c54;letter-spacing:.06em}.group-dashboard-card-chevron{width:19px;height:19px;flex:0 0 19px;fill:none;stroke:#aaa194;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.group-dashboard-pending-icon{width:28px;height:28px;flex:0 0 28px;fill:none;stroke:#9e9485;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.group-dashboard-card-enter{font-size:.82rem;font-weight:700;color:var(--accent)}.group-dashboard-empty{padding:2.5rem 1.5rem;border:1px dashed var(--border);border-radius:10px;text-align:center}.group-dashboard-empty-title{margin:0;color:var(--ink);font-size:.98rem;font-weight:700}.group-dashboard-empty-text{margin:.5rem auto 0;max-width:320px;color:var(--ink-muted);font-size:.86rem;line-height:1.55}.group-detail-page .page-header{max-width:1040px}.group-detail-main{width:100%;max-width:1040px;margin:0 auto;padding:.25rem 0 1.5rem;display:flex;flex-direction:column;gap:1rem}.group-detail-header-meta{display:flex;align-items:center;gap:.5rem;margin-top:.45rem;flex-wrap:wrap}.group-detail-title-row{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.group-detail-title-row h1{margin:0}.group-detail-description{margin:.45rem 0 0;max-width:680px;color:var(--ink-secondary);font-size:.94rem;line-height:1.55}.group-detail-role-chip{display:inline-flex;align-items:center;padding:.25rem .55rem;border-radius:var(--radius-full);background:var(--bg-subtle);color:var(--ink-secondary);font-size:.76rem;font-weight:750;line-height:1}.group-detail-role-chip--owner{background:var(--accent-subtle);color:var(--accent)}button.group-detail-code-btn{min-width:unset;min-height:unset;padding:.28rem .62rem;border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);color:var(--ink-muted);cursor:pointer;font-size:.8rem;font-weight:650}button.group-detail-code-btn--copied{border-color:var(--success-border);background:var(--success-subtle);color:var(--success)}.group-detail-notice-badge,.group-detail-count-badge{display:inline-flex;align-items:center;border-radius:var(--radius-full);background:var(--accent-subtle);color:var(--accent);font-size:.75rem;font-weight:750;line-height:1}.group-detail-notice-badge{padding:.3rem .55rem}.group-detail-count-badge{padding:.28rem .52rem}.group-detail-section{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm)}.group-detail-section--attention{border-color:var(--accent-border);background:color-mix(in srgb,var(--accent-subtle) 22%,white)}.group-detail-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.group-detail-section-header h2{margin:.1rem 0 0;color:var(--ink);font-size:1.05rem;font-weight:760}.group-detail-list,.group-detail-topic-list{display:flex;flex-direction:column;gap:.5rem}.group-detail-row,.group-detail-topic-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .8rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg)}.group-detail-row-title{color:var(--ink);font-size:.92rem;font-weight:650}.group-detail-member-info,.group-detail-row-actions,.group-detail-radio-row,.group-detail-topic-title-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}button.group-detail-small-btn{min-width:unset;min-height:unset;padding:.35rem .72rem;font-size:.82rem}button.group-detail-text-btn{min-width:unset;min-height:unset;padding:.2rem .35rem;border:none;background:none;color:var(--ink-muted);cursor:pointer;font-size:.8rem;font-weight:650;flex-shrink:0}button.group-detail-text-btn:hover{color:var(--danger)}.group-detail-share-panel{display:flex;flex-direction:column;gap:.7rem}.group-detail-share-sheet .modal-title{margin-bottom:1rem}.group-detail-share-select{width:100%;min-height:44px;padding:.55rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--ink);font-size:.9rem}.group-detail-share-actions{margin-top:.35rem}.group-detail-radio-row label{display:flex;align-items:center;gap:.3rem;color:var(--ink-secondary);font-size:.85rem;cursor:pointer}.group-detail-access-toggle{display:flex;gap:.5rem}.group-detail-access-btn{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.6rem .85rem;border:1.5px solid var(--border);border-radius:10px;background:var(--surface);cursor:pointer;min-width:unset;min-height:unset;text-align:left;transition:border-color .12s,background .12s}.group-detail-access-btn--active{border-color:var(--accent);background:var(--accent-subtle)}.group-detail-access-btn__label{font-size:.88rem;font-weight:600;color:var(--ink)}.group-detail-access-btn--active .group-detail-access-btn__label{color:var(--accent)}.group-detail-access-btn__desc{font-size:.76rem;color:var(--ink-muted)}.group-detail-empty-text{margin:0;padding:1rem;border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--ink-muted);font-size:.88rem;text-align:center}.group-detail-topic-main{flex:1;min-width:0}button.group-detail-topic-link{min-width:unset;min-height:unset;max-width:100%;padding:0;border:none;background:none;color:var(--ink);cursor:pointer;font-size:.94rem;font-weight:720;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-detail-topic-meta{margin:.2rem 0 0;color:var(--ink-muted);font-size:.78rem}.group-detail-access-badge{display:inline-flex;align-items:center;padding:.18rem .45rem;border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);color:var(--ink-muted);font-size:.72rem;font-weight:700;line-height:1}.group-detail-access-badge--edit{border-color:var(--success-border);background:var(--success-subtle);color:var(--success)}.group-detail-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}button.group-detail-tool-btn{min-width:unset;min-height:44px;padding:.65rem .9rem;font-size:.9rem}.group-detail-danger-zone{display:flex;justify-content:flex-end;gap:.6rem;padding-top:.9rem;border-top:1px solid var(--border)}@media (max-width: 640px){.group-detail-tool-grid{grid-template-columns:1fr}.group-detail-section{padding:.85rem}.group-detail-row,.group-detail-topic-card{align-items:flex-start;flex-direction:column}}.group-detail-page.layout-container.detail-page{width:100%;max-width:none;min-height:100vh;padding:0 1rem calc(2rem + var(--safe-bottom));background:linear-gradient(180deg,#f8f5ef,#fbf8f2 55%,#f5f1e9)}.gd-header{width:100%;max-width:680px;margin:0 auto;padding:.85rem .15rem .9rem;box-sizing:border-box}.gd-header--paper{border-bottom:1px solid #e9e1d5}.gd-header__top,.gd-header__summary,.gd-header__title-row,.gd-header__requests{display:flex;align-items:center}.gd-header__top,.gd-header__summary{justify-content:space-between;gap:.65rem}.gd-header__top{align-items:flex-start;margin-bottom:.45rem}.gd-header__title-row{flex:1;min-width:0;gap:.65rem}.gd-header__title{margin:0;overflow:hidden;color:#2b2926;font-weight:600;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.gd-header__title--sans{font-family:var(--font-sans)}.gd-header__title--compact{font-size:1.25rem}.gd-header__meta-wrap{min-width:0}.gd-header__meta{margin:0;overflow:hidden;color:#938a7e;font-size:.78rem;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}button.gd-header__code{display:inline-flex;align-items:center;gap:.3rem;flex-shrink:0;min-width:unset;min-height:unset;padding:.28rem .65rem;border:1px solid #e1d9cd;border-radius:999px;background:#fffdf9;color:#71695f;cursor:pointer;font-family:SF Mono,Fira Code,monospace;font-size:.72rem}button.gd-header__code--copied{border-color:#9fb7a5;color:#52765b}.gd-header__requests{justify-content:flex-start;margin-top:.65rem}.gd-header__role,button.gd-header__request{display:inline-flex;height:1.85rem;align-items:center;min-width:unset;min-height:unset;border-radius:999px;font-size:.72rem;font-weight:750}.gd-header__role{height:1.55rem;padding:0 .52rem;border:1px solid #ded6ca;background:#fffdf9;color:#766e63;font-size:.66rem;white-space:nowrap}.gd-header__role--owner{border-color:#bdcbe0;background:#f2f5fb;color:#344054}button.gd-header__request{gap:.35rem;padding:0 .7rem;border:1px solid #e5c8c3;background:#fff7f5;color:#a45f57;cursor:pointer}.gd-header__request-count{display:inline-flex;min-width:1.15rem;height:1.15rem;align-items:center;justify-content:center;border-radius:999px;background:#ad645b;color:#fff;font-size:.68rem}.gd-main{width:100%;max-width:680px;margin:0 auto;padding:1rem .15rem 2rem;box-sizing:border-box;display:flex;flex-direction:column;gap:1.25rem}.gd-two-col{display:flex;flex-direction:column;gap:1.25rem}.gd-col{display:flex;flex-direction:column;gap:1.65rem}.gd-section{display:flex;flex-direction:column;gap:.7rem}.gd-section__header,.gd-section__title-row{display:flex;align-items:center}.gd-section__header{justify-content:space-between;gap:1rem}.gd-section__title-row{gap:.45rem}.gd-section__header h2{margin:0;color:#8e8579;font-size:.86rem;font-weight:750}.gd-section__count{color:#b5ab9e;font-size:.8rem;font-weight:700}button.gd-section__link{min-width:unset;min-height:unset;padding:0;border:0;background:none;color:#344054;cursor:pointer;font-size:.8rem;font-weight:700}.gd-empty-card{display:flex;min-height:260px;align-items:center;justify-content:center;flex-direction:column;padding:2rem 1.25rem;border-radius:18px;background:#fffdf9;text-align:center;box-shadow:0 9px 24px #4b3e2d0f}.gd-empty-card__icon{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:17px;background:#eef1f7;color:#344054}.gd-empty-card__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.gd-empty-card__title{margin:0;color:#4e4942;font-size:.95rem}.gd-empty-card__description{margin:.55rem 0 1.05rem;color:#978e82;font-size:.8rem}button.gd-primary-action{display:inline-flex;align-items:center;gap:.45rem;min-width:unset;min-height:unset;padding:.7rem 1.05rem;border:0;border-radius:12px;background:#344054;color:#fff;cursor:pointer;font-size:.88rem;font-weight:750;box-shadow:0 8px 18px #34405429}button.gd-primary-action--small{padding:.38rem .7rem;border-radius:8px;font-size:.76rem;box-shadow:none}button.gd-notice-composer,.gd-notice-composer--open{display:flex;width:100%;min-width:unset;min-height:unset;align-items:center;gap:.65rem;padding:.95rem 1rem;border:1px dashed #ddd3c5;border-radius:15px;background:#fffdf994;color:#988f82;cursor:text;font-size:.84rem;text-align:left}.gd-notice-composer--open{display:block}.gd-notice-composer__icon{width:20px;height:20px;flex-shrink:0;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.gd-shared-book-list{display:flex;flex-direction:column;gap:.7rem}.gd-shared-book-card{display:flex;min-width:0;overflow:hidden;border:1px solid #e4ddd2;border-radius:18px;background:#fffdf9;box-shadow:0 8px 22px #4b3e2d0f}.gd-shared-book-card__spine{width:8px;flex:0 0 8px;background:#78967d}.gd-shared-book-card__body{flex:1;min-width:0;padding:1.05rem}.gd-shared-book-card__title{margin:0;overflow:hidden;color:#2f2b26;font-weight:600;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.gd-shared-book-card__title--sans{font-family:var(--font-sans)}.gd-shared-book-card__title--compact{font-size:.98rem}.gd-shared-book-card__meta{margin:.25rem 0 0;color:#8f867a;font-size:.74rem}.gd-shared-book-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:.9rem}button.gd-shared-book-card__button{min-width:unset;min-height:unset;padding:.58rem .5rem;border:1px solid #ded6ca;border-radius:10px;background:#fffdf9;color:#393631;cursor:pointer;font-size:.8rem;font-weight:750}button.gd-shared-book-card__button--primary{border-color:#344054;background:#344054;color:#fff}@media (max-width: 980px){.detail-main{grid-template-columns:1fr}}.overview-main{display:flex;justify-content:center}.overview-card{width:100%;max-width:720px;display:flex;flex-direction:column;gap:1rem;text-align:center}.topic-detail-main{display:flex;flex-direction:column;gap:1.1rem;margin:.5rem auto 0;align-items:stretch}.topic-hero-card{display:flex;flex-direction:column;gap:1rem;padding:1.1rem;border-radius:var(--radius-lg);background:linear-gradient(180deg,color-mix(in srgb,var(--study-subtle) 90%,white),var(--surface));border:1px solid color-mix(in srgb,var(--study-border) 88%,white);box-shadow:0 14px 32px color-mix(in srgb,var(--accent) 8%,transparent)}.topic-hero-card__content{display:flex;flex-direction:column;gap:.4rem}.topic-hero-card__title{margin:0;font-size:1.35rem;font-weight:700}.topic-hero-card__desc{margin:0;font-size:.95rem;line-height:1.6;color:var(--ink-muted)}.topic-hero-card__actions{display:flex;flex-direction:column;gap:.75rem}.topic-copy-action{position:absolute;top:.75rem;right:.75rem;min-width:unset;min-height:unset;padding:.35rem .75rem;border-radius:var(--radius-sm);border:1px solid color-mix(in srgb,var(--accent) 35%,var(--border));background:var(--surface);color:var(--accent);font-size:.84rem;font-weight:700;cursor:pointer}.topic-copy-action:disabled{cursor:not-allowed;opacity:.6}.topic-primary-action,.topic-secondary-action{width:100%;min-width:unset;min-height:unset;display:flex;align-items:center;gap:.9rem;padding:1rem 1.05rem;border-radius:var(--radius-md);border:1px solid var(--border);text-align:left;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.topic-primary-action{background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 84%,black));border-color:color-mix(in srgb,var(--accent) 78%,black);color:var(--accent-ink);box-shadow:0 14px 28px color-mix(in srgb,var(--accent) 24%,transparent)}.topic-secondary-action{background:linear-gradient(180deg,var(--danger-subtle),var(--surface));border-color:var(--danger-border);color:var(--ink)}.topic-primary-action:hover,.topic-secondary-action:hover{transform:translateY(-1px)}.topic-primary-action:hover{box-shadow:0 18px 34px color-mix(in srgb,var(--accent) 28%,transparent)}.topic-secondary-action:hover{background:linear-gradient(180deg,color-mix(in srgb,var(--danger-subtle) 84%,white),var(--surface));box-shadow:0 10px 20px color-mix(in srgb,var(--danger) 10%,transparent)}.topic-secondary-action--quiz-show{background:linear-gradient(180deg,var(--success-subtle),var(--surface));border-color:color-mix(in srgb,var(--success) 38%,var(--border))}.topic-secondary-action--quiz-show:hover{background:linear-gradient(180deg,color-mix(in srgb,var(--success-subtle) 84%,white),var(--surface));box-shadow:0 10px 20px color-mix(in srgb,var(--success) 10%,transparent)}.topic-learning-action-card{display:flex;flex-direction:column;gap:.95rem;padding:1rem;border:1px solid color-mix(in srgb,var(--accent-border) 70%,var(--border));border-radius:var(--radius-lg);background:linear-gradient(180deg,color-mix(in srgb,var(--accent-subtle) 58%,var(--surface)),var(--surface));box-shadow:var(--shadow-sm)}.topic-learning-action-card__body{display:flex;flex-direction:column;gap:.35rem}.topic-learning-action-card h2{margin:0;color:var(--ink);font-size:1.18rem;font-weight:800}.topic-learning-action-card p{margin:0;color:var(--ink-secondary);font-size:.92rem;line-height:1.55}.topic-learning-action-card__actions{display:grid;grid-template-columns:1fr;gap:.55rem}.topic-learning-action-card__actions button{width:100%}.topic-study-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-bottom:.65rem}.topic-study-shortcuts button{width:100%}.topic-learning-quiz-card{display:flex;flex-direction:column;gap:.9rem;padding:1.25rem}.topic-learning-quiz-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.topic-learning-quiz-card__header h2{margin:0;color:var(--ink);font-size:1.18rem;font-weight:800}.topic-learning-quiz-card__header p{margin:.35rem 0 0;color:var(--ink-secondary);font-size:.92rem;line-height:1.5}.topic-learning-quiz-card__meta-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.topic-learning-quiz-card__meta-left{min-width:0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.topic-learning-quiz-card__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem .78rem;border:1px solid #c7d7ef;border-radius:999px;background:#f5f8fe;color:#344054;font-size:.78rem;font-weight:600;line-height:1;white-space:nowrap}.topic-learning-quiz-card__badge:before{content:"";width:6px;height:6px;border-radius:999px;background:#344054}.topic-learning-quiz-card__badge--review{border-color:#c7d7ef;background:#f5f8fe;color:#344054}.topic-learning-quiz-card__badge--review:before{background:#344054}.topic-learning-quiz-card__scope{display:none}.topic-learning-quiz-card__scope-btn{flex-shrink:0;min-width:unset;min-height:unset;padding:.46rem .82rem;border:1px solid #e5e1da;border-radius:10px;background:var(--surface);color:#4b5563;cursor:pointer;font-size:.82rem;font-weight:600}.topic-learning-quiz-card__scope-btn:hover{background:#f7f5f2;border-color:#d8d2ca}.topic-learning-quiz-card__progress-top{display:flex;justify-content:space-between;align-items:center;gap:.75rem;color:#4f4a45;font-size:.8rem;font-weight:500}.topic-learning-quiz-card__progress{height:5px;margin-top:-.25rem;margin-bottom:.18rem;border-radius:999px;background:#e8e3dc;overflow:hidden}.topic-learning-quiz-card__progress-fill{height:100%;border-radius:inherit;background:#344054;transition:width .3s ease}.topic-learning-quiz-card__type-badge{display:inline-flex;align-items:center;padding:.28rem .62rem;border:1px solid #e5e1da;border-radius:999px;background:#fbfaf7;color:#6f675e;font-size:.76rem;font-weight:600;line-height:1}.topic-learning-quiz-card__concept-icon{position:relative;display:inline-flex;width:14px;height:14px;flex-shrink:0}.topic-learning-quiz-card__concept-icon:before{content:"";position:absolute;top:2px;right:3px;bottom:2px;left:3px;border:1.5px solid currentColor;border-radius:2px}.topic-learning-quiz-card__concept-icon:after{content:"";position:absolute;top:2px;bottom:2px;left:50%;width:1.5px;background:currentColor;transform:translate(-50%)}.topic-learning-quiz-card__question{margin:0 0 1.15rem;color:var(--ink);font-size:.96rem;font-weight:650;line-height:1.7;white-space:pre-wrap}.topic-learning-quiz-card__answer-actions{display:flex;gap:.75rem;margin-top:1rem}.topic-learning-quiz-card__answer-actions button{min-height:44px;border-radius:12px;font-size:.88rem;font-weight:650}.topic-learning-quiz-card__actions{display:grid;grid-template-columns:1fr;gap:.55rem;padding-top:.95rem;border-top:1px solid var(--border)}.topic-learning-quiz-card__actions button{width:100%}@media (min-width: 560px){.topic-learning-quiz-card__actions{grid-template-columns:repeat(2,minmax(0,1fr))}}button.topic-learning-quiz-card__concept-btn{min-width:unset;min-height:unset;flex-shrink:0;padding:.32rem .62rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--ink-secondary);cursor:pointer;font-size:.72rem;font-weight:700}button.topic-learning-quiz-card__concept-btn:hover{border-color:var(--accent-border);color:var(--accent)}.topic-detail-page .page-header{background:transparent;width:min(100%,1040px);max-width:1040px;margin:0 auto;padding:.5rem 1rem .35rem;min-height:0;border:none;border-radius:0;align-items:stretch;justify-content:flex-start}.topic-detail-page{min-height:100vh;color:var(--ink);background:#f8f6f3}.topic-detail-page .page-nav-title{color:var(--ink);font-size:1.05rem;font-weight:700}.topic-detail-visibility-badge{flex-shrink:0;padding:.18rem .5rem;border:none;border-radius:999px;background:color-mix(in srgb,var(--study-subtle) 70%,var(--surface));color:var(--study-ink);font-size:.72rem;font-weight:700}.topic-detail-page .topic-meta{color:var(--ink-muted);font-size:.82rem}.topic-detail-page .topic-detail-main{width:min(100%,1040px);max-width:1040px;gap:1.05rem;margin-top:0}.topic-memo-panel{position:relative;width:100%;margin:0 0 .15rem;padding:.7rem .8rem .75rem .95rem;border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:8px;background:var(--surface)}.topic-memo-panel__header,.topic-memo-panel__actions{display:flex;align-items:center;gap:.45rem}.topic-memo-panel__header{justify-content:space-between}.topic-memo-panel__toggle,.topic-memo-panel__text-btn{min-width:unset;min-height:unset;background:none;border:none;cursor:pointer}.topic-memo-panel__toggle{display:inline-flex;align-items:center;gap:.35rem;padding:0;color:#7a5a33;font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.topic-memo-panel__text-btn{padding:0;color:#9a8468;font-size:.72rem;font-weight:650}.topic-memo-panel__edit-btn{min-width:0;min-height:0;padding:.12rem .45rem;border:1px solid var(--border);border-radius:6px;background:#faf3e0;color:#5b4328;cursor:pointer;font-family:var(--font-sans);font-size:.72rem;font-weight:650;line-height:1.2}.topic-memo-panel__preview{display:-webkit-box;margin:.5rem 0 0;padding-top:.5rem;border-top:1px solid var(--border-subtle);color:#6c563a;font-size:.82rem;line-height:1.55;overflow:hidden;text-align:left;white-space:pre-wrap;-webkit-box-orient:vertical;-webkit-line-clamp:2}.topic-memo-panel__editor{margin-top:.6rem}.topic-memo-panel__textarea{width:100%;box-sizing:border-box;resize:none;overflow:hidden;margin-bottom:.55rem;border-color:var(--border);background:#faf8ef;color:var(--ink)}.topic-memo-panel__editor-actions{display:flex;justify-content:flex-end;gap:.45rem}.topic-memo-panel__content{margin:.58rem 0 0;padding-top:.58rem;border-top:1px solid var(--border-subtle);color:#5d4a35;font-size:.86rem;line-height:1.65;text-align:left;white-space:pre-wrap}.topic-memo-panel__content--empty{color:#a39179}.topic-detail-page .topic-study-shortcuts{gap:.9rem;margin-bottom:0}.topic-home-tabs{display:flex;align-items:center;gap:1.45rem;overflow-x:auto;padding:0 0 .2rem;border-bottom:1px solid #e8e1d7;background:transparent}.topic-home-tab{min-width:unset;min-height:unset;flex:0 0 auto;position:relative;padding:0 0 .72rem;border:none;border-radius:0;background:transparent;color:#7d7469;cursor:pointer;font-size:.95rem;font-weight:700;line-height:1.2}.topic-home-tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:999px 999px 0 0;background:transparent}.topic-home-tab--active{background:transparent;color:var(--ink)}.topic-home-tab--active:after{background:#344054}.topic-detail-page button.topic-study-shortcut{position:relative;display:flex;flex-direction:row;gap:.65rem;min-width:unset;min-height:unset;padding:.85rem 2.2rem .85rem .9rem;align-items:center;justify-content:flex-start;border:1px solid #eee6dc;border-radius:16px;background:var(--surface);color:var(--ink);font-size:1rem;font-weight:600;text-align:left;box-shadow:0 14px 34px #34405414;overflow:hidden;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}.topic-study-shortcut__icon{position:relative;display:inline-flex;width:32px;height:32px;border-radius:10px;flex-shrink:0}.topic-study-shortcut__icon:before,.topic-study-shortcut__icon:after{content:"";position:absolute}.topic-study-shortcut__icon--concepts{background:#edf4ef}.topic-study-shortcut__icon--concepts:before{top:8px;right:9px;bottom:8px;left:9px;border:1.8px solid #6c8a74;border-radius:3px}.topic-study-shortcut__icon--concepts:after{top:8px;bottom:8px;left:50%;width:1.8px;background:#6c8a74;transform:translate(-50%)}.topic-study-shortcut__icon--mistakes{background:#f5eeee}.topic-study-shortcut__icon--mistakes:before{top:8px;right:10px;bottom:8px;left:10px;border:1.8px solid #a2675f;border-radius:3px}.topic-study-shortcut__icon--mistakes:after{left:14px;top:11px;width:5px;height:8px;border-right:1.8px solid #a2675f;border-bottom:1.8px solid #a2675f;transform:rotate(45deg)}.topic-study-shortcut__icon--edit{background:#eef2f7}.topic-study-shortcut__icon--edit:before{left:9px;top:8px;width:11px;height:15px;border:1.8px solid #607086;border-radius:3px}.topic-study-shortcut__icon--edit:after{left:13px;top:12px;width:8px;height:1.8px;background:#607086;box-shadow:0 5px #607086}.topic-study-shortcut__icon--bank{background:#f2f0fa}.topic-study-shortcut__icon--bank:before{top:9px;right:8px;bottom:9px;left:8px;border:1.8px solid #716795;border-radius:3px}.topic-study-shortcut__icon--bank:after{left:12px;top:13px;width:8px;height:1.8px;background:#716795;box-shadow:0 4px #716795}.topic-study-shortcut__body{display:flex;flex:1;min-width:0;flex-direction:column;gap:.28rem}.topic-study-shortcut__title{color:var(--ink);font-size:.9rem;font-weight:700;line-height:1.2}.topic-study-shortcut__count{color:#8b837a;font-family:Inter,system-ui,sans-serif;font-size:.74rem;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.2}.topic-study-shortcut__chevron{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:999px;position:absolute;top:.7rem;right:.7rem;background:transparent;color:#8b837a;font-size:1.05rem;font-weight:700;line-height:1;flex-shrink:0;transition:transform .15s ease,color .15s ease,background .15s ease}.topic-detail-page button.topic-study-shortcut:after{content:none}.topic-detail-page button.topic-study-shortcut:hover:not(:disabled){transform:translateY(-2px);border-color:#ded6cc;background:#fffdf9;box-shadow:0 18px 40px #3440541f}.topic-detail-page button.topic-study-shortcut:hover:not(:disabled) .topic-study-shortcut__chevron{transform:translate(3px);background:transparent;color:#344054}.topic-detail-page button.topic-study-shortcut:active:not(:disabled){transform:translateY(0);box-shadow:inset 0 1px 3px color-mix(in srgb,var(--ink) 10%,transparent),0 7px 16px color-mix(in srgb,var(--ink) 8%,transparent)}.topic-detail-page button.topic-study-shortcut--concepts,.topic-detail-page button.topic-study-shortcut--mistakes,.topic-detail-page button.topic-study-shortcut--edit,.topic-detail-page button.topic-study-shortcut--bank{background:var(--surface);color:var(--ink)}.topic-detail-page button.topic-study-shortcut--review{background:color-mix(in srgb,var(--accent-subtle) 54%,var(--surface));color:var(--ink)}.topic-detail-page button.topic-study-shortcut--concepts:after{background:color-mix(in srgb,var(--success) 68%,var(--border))}.topic-detail-page button.topic-study-shortcut--mistakes:after{background:color-mix(in srgb,var(--danger) 68%,var(--border))}.topic-detail-page button.topic-study-shortcut--review:after{background:color-mix(in srgb,var(--accent) 62%,var(--border))}.topic-detail-page .topic-learning-action-card,.topic-detail-page .topic-learning-quiz-card{border:1px solid #eee6dc;border-radius:18px;background:var(--surface);box-shadow:0 14px 34px #34405414}.topic-detail-page .topic-learning-action-card{background:var(--surface)}.topic-checklist-card{display:grid;gap:.85rem;padding:1rem;border:1px solid #eee6dc;border-radius:18px;background:var(--surface);box-shadow:0 14px 34px #34405414}.topic-checklist-card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.topic-checklist-card__header h2{margin:0;color:var(--ink);font-size:1rem;font-weight:800;letter-spacing:0}.topic-checklist-card__header span{color:var(--ink-muted);font-size:.78rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.topic-checklist-card__list{display:grid;gap:.2rem}.topic-checklist-card__item{display:flex;align-items:center;gap:.6rem;min-height:36px;padding:.25rem 0;border-top:1px solid rgba(103,82,55,.12)}.topic-checklist-card__label{display:flex;align-items:center;flex:1;min-width:0;gap:.55rem;color:var(--ink);font-size:.9rem;font-weight:600;line-height:1.35}.topic-checklist-card__label input{width:18px;height:18px;flex-shrink:0;accent-color:var(--accent)}.topic-checklist-card__item--done .topic-checklist-card__label span{color:var(--ink-muted);text-decoration:line-through}.topic-checklist-card__delete{width:32px;height:32px;padding:0;border:none;border-radius:50%;background:transparent;color:var(--ink-muted);cursor:pointer;font-size:1rem;line-height:1}.topic-checklist-card__delete:hover:not(:disabled){background:var(--bg-subtle);color:var(--danger)}.topic-checklist-card__empty{margin:0;color:var(--ink-muted);font-size:.86rem}.topic-checklist-card__form{display:flex;gap:.5rem}.topic-checklist-card__form input{flex:1;min-width:0;padding:.55rem .75rem;border:1px solid var(--border);border-radius:10px;background:var(--bg);color:var(--ink);font-size:.88rem}.topic-checklist-card__add-button{flex-shrink:0;padding:.52rem .85rem;border-radius:10px;font-size:.84rem;font-weight:700;white-space:nowrap}.topic-continue-panel{display:grid;gap:1rem}.topic-continue-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.topic-continue-panel__header h2{margin:0;color:var(--ink);font-size:1.02rem;font-weight:800;letter-spacing:0;line-height:1.25}.topic-study-mode-tabs{display:inline-flex;width:fit-content;max-width:100%;gap:0;padding:.22rem;border:none;border-radius:11px;background:#f0ede8}.topic-study-mode-tab{min-width:unset;min-height:unset;padding:.42rem .82rem;border:1px solid transparent;border-radius:8px;background:transparent;color:#8b837a;cursor:pointer;font-size:.8rem;font-weight:700}.topic-study-mode-tab--active{border-color:#e5e1da;background:var(--surface);color:#344054;box-shadow:0 6px 16px #34405414}.topic-study-tools{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .7rem;border:1px solid color-mix(in srgb,var(--border) 82%,var(--surface-raised));border-radius:8px;background:color-mix(in srgb,var(--surface) 88%,var(--surface-raised))}.topic-study-tools__label{color:var(--ink-faint);font-size:.76rem;font-weight:600;white-space:nowrap}.topic-study-tools__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.28rem .55rem}.topic-study-tool-link{min-width:unset;min-height:unset;padding:.24rem .2rem;border:none;background:transparent;color:var(--ink-secondary);cursor:pointer;font-size:.82rem;font-weight:500;line-height:1.2}.topic-study-tool-link:hover{color:var(--accent);text-decoration:underline;text-decoration-color:var(--accent-border);text-decoration-thickness:2px;text-underline-offset:3px}.topic-recall-inline-card{padding:1.25rem}.topic-detail-page .topic-learning-action-card h2,.topic-detail-page .topic-learning-quiz-card__header h2{color:var(--ink);font-size:1.05rem;font-weight:700}.topic-detail-page .topic-learning-action-card p,.topic-detail-page .topic-learning-quiz-card__header p{color:var(--ink-secondary)}.topic-detail-page .topic-learning-quiz-card__header{border-bottom:none}.topic-detail-page button.topic-learning-quiz-card__concept-btn{display:inline-flex;align-items:center;gap:.45rem;border-color:transparent;background:transparent;color:#344054;font-size:.8rem;font-weight:600}.topic-detail-page button.topic-learning-quiz-card__concept-btn:hover{border-color:#e5e1da;background:#f7f5f2;color:#344054}.topic-detail-page .option-button{border-color:var(--border);background:var(--surface)}.topic-detail-page .short-answer .text-input{min-height:44px;border:1px solid #e5e1da;border-radius:12px;background:var(--surface);color:var(--ink);font-size:.9rem;box-shadow:none}.topic-detail-page .short-answer .text-input:focus{border-color:#c7d7ef;box-shadow:0 0 0 3px #3440541a}.topic-detail-page .option-button:hover:not(:disabled),.topic-detail-page .option-button.selected{border-color:var(--accent-border);background:color-mix(in srgb,var(--accent-subtle) 44%,var(--surface))}.topic-detail-page button.btn-primary{border-color:#344054;background:#344054;color:var(--accent-ink);font-weight:650;box-shadow:none}.topic-detail-page button.btn-primary:hover:not(:disabled){border-color:#445068;background:#445068;box-shadow:none}.topic-detail-page button.btn-secondary{background:var(--surface);color:var(--ink-secondary);border-color:color-mix(in srgb,var(--border) 88%,var(--surface-raised));font-weight:600}.topic-detail-page button.btn-secondary:hover:not(:disabled){background:var(--surface-raised);color:var(--ink);border-color:color-mix(in srgb,var(--accent-border) 56%,var(--border))}.topic-detail-page button.btn-secondary.topic-study-shortcut--concepts{background:var(--surface);color:var(--ink);border-color:#eee6dc}.topic-detail-page button.btn-secondary.topic-study-shortcut--concepts:hover:not(:disabled){background:#fffdf9;color:var(--ink);border-color:#ded6cc}.topic-detail-page button.btn-secondary.topic-study-shortcut--mistakes{background:var(--surface);color:var(--ink);border-color:#eee6dc}.topic-detail-page button.btn-secondary.topic-study-shortcut--mistakes:hover:not(:disabled){background:#fffdf9;color:var(--ink);border-color:#ded6cc}.topic-detail-page button.btn-secondary.topic-study-shortcut--review{background:color-mix(in srgb,var(--accent-subtle) 54%,var(--surface));color:var(--ink);border-color:color-mix(in srgb,var(--accent-border) 76%,var(--border))}.topic-detail-page button.btn-secondary.topic-study-shortcut:hover:not(:disabled){filter:none}@media (min-width: 720px){.topic-learning-action-card{flex-direction:row;align-items:center;justify-content:space-between}.topic-learning-action-card__actions{width:240px;flex-shrink:0}}@media (max-width: 520px){.topic-study-tools{align-items:flex-start;flex-direction:column}.topic-study-tools__actions{justify-content:flex-start}.topic-learning-quiz-card__meta-row{align-items:flex-start;gap:.5rem}button.topic-learning-quiz-card__concept-btn{white-space:nowrap}}.topic-primary-action__icon,.topic-secondary-action__icon{font-size:1.15rem;flex-shrink:0}.topic-primary-action__body,.topic-secondary-action__body{display:flex;flex-direction:column;gap:.18rem;flex:1}.topic-primary-action__title,.topic-secondary-action__title{font-size:1rem;font-weight:700}.topic-primary-action__desc{font-size:.88rem;line-height:1.45;color:color-mix(in srgb,var(--accent-ink) 82%,transparent)}.topic-secondary-action__desc{font-size:.88rem;line-height:1.45;color:var(--ink-muted)}.quiz-show-shell{width:100%;max-width:860px;box-sizing:border-box}.quiz-show-main{width:100%;max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:.65rem}.quiz-show-main>.section{margin-bottom:0}.quiz-show-panel{display:flex;flex-direction:column;gap:1rem}.quiz-show-question-card{gap:.85rem}.quiz-show-question-card h2{margin:0;font-size:1.15rem;font-weight:600;line-height:1.6;white-space:pre-wrap}.quiz-show-question-progress{display:inline-flex;align-items:baseline;align-self:flex-start;gap:.22rem;color:var(--ink-secondary);font-size:.92rem;font-weight:700}.quiz-show-question-progress span:first-child{color:var(--accent)}.quiz-show-lobby{align-items:center;text-align:center}.quiz-show-eyebrow{margin:0;color:var(--ink-muted);font-size:.86rem;font-weight:700}.quiz-show-code{display:block;font-size:2.4rem;letter-spacing:.12em}.quiz-show-invite-link{display:flex;flex-direction:column;align-items:center;gap:.55rem;margin-top:.4rem}.quiz-show-invite-link .form-hint{max-width:100%;margin:0;overflow-wrap:anywhere}.quiz-show-copy-link-btn{min-height:unset;padding:.55rem .9rem}.quiz-show-setting-label{color:var(--ink-secondary);font-size:.92rem;font-weight:700;line-height:1.35}.quiz-show-clear-scope-btn{min-width:unset;min-height:unset;flex:0 0 auto;padding:.28rem .55rem;border-radius:7px;background:var(--surface);font-size:.78rem;font-weight:600}.quiz-show-count-stepper{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:stretch;gap:.5rem}.quiz-show-count-stepper button{min-width:unset;min-height:unset;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--ink);font-size:1.15rem;font-weight:700}.quiz-show-count-stepper input{width:100%;box-sizing:border-box;text-align:center;font-weight:700}.quiz-show-mode-options{display:grid;gap:.65rem}.quiz-show-mode-options--two{grid-template-columns:1fr 1fr}.quiz-show-mode-options--two .quiz-show-mode-option{gap:.2rem}.quiz-create-intro{margin-bottom:.4rem}.quiz-create-intro__title{margin:0 0 .3rem;font-size:1.6rem;font-weight:700;color:var(--ink)}.quiz-create-intro__subtitle{margin:0;color:var(--ink-muted);font-size:.92rem;line-height:1.5}.quiz-lobby-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem}.quiz-lobby__code{font-size:2.6rem;font-weight:700;letter-spacing:.18em;color:var(--ink);line-height:1}.quiz-lobby__qr{width:168px;height:168px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.quiz-lobby__copy{min-height:unset;padding:.6rem 1rem;display:inline-flex;align-items:center;gap:.4rem}.quiz-lobby-participants__head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.quiz-lobby-participants__count{color:var(--ink-muted);font-size:.85rem;font-weight:600}.quiz-lobby-bubbles{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem 1.25rem;justify-content:flex-start}.quiz-bubble{display:flex;flex-direction:column;align-items:center;gap:.35rem;width:3.4rem}.quiz-bubble__avatar{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--accent-subtle);border:1px solid var(--accent-border);font-size:1.5rem;line-height:1}.quiz-bubble__name{font-size:.8rem;color:var(--ink-secondary);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quiz-join__submit{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.quiz-tag-me{display:inline-block;margin-left:.35rem;padding:.02rem .32rem;border-radius:var(--radius-full);background:var(--accent-subtle);color:var(--accent);font-size:.68rem;font-weight:700;vertical-align:middle}.quiz-play-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.quiz-play-top__index{font-size:.85rem;font-weight:700;color:var(--ink-muted)}.quiz-play-top__me{display:inline-flex;align-items:center;gap:.35rem;font-size:.88rem;font-weight:600;color:var(--ink)}.quiz-play-progress{display:flex;align-items:center;gap:.6rem}.quiz-play-progress__bar{flex:1;height:8px;border-radius:var(--radius-full);background:var(--bg-subtle);overflow:hidden}.quiz-play-progress__fill{height:100%;border-radius:var(--radius-full);background:var(--accent);transition:width .3s ease}.quiz-play-progress__count{font-size:.82rem;font-weight:700;color:var(--ink-muted);font-variant-numeric:tabular-nums}.quiz-ring{position:relative;width:40px;height:40px;flex-shrink:0}.quiz-ring svg{width:40px;height:40px}.quiz-ring__track{fill:none;stroke:var(--bg-subtle);stroke-width:4}.quiz-ring__fill{fill:none;stroke:#c08a2d;stroke-width:4;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.quiz-ring__num{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;color:var(--ink)}.quiz-play-question{margin:0;font-size:1.2rem;font-weight:700;line-height:1.55;white-space:pre-wrap}.quiz-show-option--card{display:flex;align-items:center;gap:.7rem;text-align:left;padding:.9rem 1rem}.quiz-option-badge{width:1.8rem;height:1.8rem;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--bg-subtle);color:var(--ink-secondary);font-size:.82rem;font-weight:700}.quiz-show-option--selected .quiz-option-badge{background:var(--accent);color:var(--accent-ink)}.quiz-show-option--correct .quiz-option-badge{background:var(--success);color:#fff}.quiz-show-option--wrong .quiz-option-badge{background:var(--danger);color:#fff}.quiz-option-text{flex:1;min-width:0}.quiz-submitted-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .9rem;border-radius:var(--radius-md);background:color-mix(in srgb,#c08a2d 12%,var(--surface));border:1px solid color-mix(in srgb,#c08a2d 28%,var(--border))}.quiz-submitted-bar__count{font-size:.85rem;font-weight:700;color:var(--ink-secondary)}.quiz-submitted-bar__avatars{display:inline-flex;font-size:1.15rem;gap:.1rem}.quiz-reveal-result{display:flex;align-items:center;gap:.55rem;padding:.75rem 1rem;border-radius:var(--radius-md)}.quiz-reveal-result strong{font-size:1.02rem}.quiz-reveal-result__icon{width:1.6rem;height:1.6rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-full);color:#fff;font-size:.9rem;font-weight:700}.quiz-reveal-result--correct{background:var(--success-subtle);color:var(--success)}.quiz-reveal-result--correct .quiz-reveal-result__icon{background:var(--success)}.quiz-reveal-result--wrong{background:var(--danger-subtle);color:var(--danger)}.quiz-reveal-result--wrong .quiz-reveal-result__icon{background:var(--danger)}.quiz-reveal-answer{display:flex;align-items:center;gap:.55rem;padding:.75rem 1rem;border-radius:var(--radius-md);background:var(--bg-subtle)}.quiz-reveal-answer__label{font-size:.8rem;font-weight:700;color:var(--ink-muted);flex-shrink:0}.quiz-reveal-answer__value{font-size:.98rem;color:var(--ink)}.quiz-reveal-explanation{margin:0;font-size:.88rem;line-height:1.55;color:var(--ink-secondary)}.quiz-section-title{margin:.4rem 0 0;font-size:.78rem;font-weight:700;letter-spacing:.04em;color:var(--ink-muted)}.quiz-rank-list{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.45rem}.quiz-rank-list__row{display:flex;align-items:center;gap:.7rem;padding:.7rem .9rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.quiz-rank-list__row--me{border-color:var(--accent-border);background:var(--accent-subtle)}.quiz-rank-list__rank{width:1.3rem;flex-shrink:0;text-align:center;font-weight:700;color:var(--ink-secondary)}.quiz-rank-list__avatar{font-size:1.3rem;line-height:1}.quiz-rank-list__name{flex:1;min-width:0;font-weight:600;color:var(--ink)}.quiz-rank-list__score{flex-shrink:0;font-size:.84rem;color:var(--ink-muted);font-variant-numeric:tabular-nums}.quiz-finish-card{align-items:center;text-align:center}.quiz-finish__trophy{width:3.4rem;height:3.4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:color-mix(in srgb,#c08a2d 16%,var(--surface));font-size:1.7rem}.quiz-finish__title{margin:.3rem 0 0;font-size:1.7rem}.quiz-finish__subtitle{margin:0;color:var(--ink-muted);font-size:.9rem}.quiz-podium-wrap{width:100%;display:flex;flex-direction:column;gap:.75rem;margin:.5rem 0}.quiz-podium{display:flex;justify-content:center;align-items:flex-end;gap:.6rem}.quiz-podium__col{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex:0 0 7rem}.quiz-podium__avatar{width:2.8rem;height:2.8rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);font-size:1.5rem}.quiz-podium__col--1 .quiz-podium__avatar{width:3.2rem;height:3.2rem;font-size:1.7rem;border-color:color-mix(in srgb,#c08a2d 45%,var(--border))}.quiz-podium__name{font-size:.85rem;font-weight:600;color:var(--ink)}.quiz-podium__score{font-size:.74rem;color:var(--ink-muted)}.quiz-podium__bar{width:100%;display:flex;align-items:flex-start;justify-content:center;padding-top:.5rem;border-radius:var(--radius-md) var(--radius-md) 0 0;color:#fff;font-size:1.1rem;font-weight:700}.quiz-podium__col--1 .quiz-podium__bar{height:5.5rem;background:#c08a2d}.quiz-podium__col--2 .quiz-podium__bar{height:4.2rem;background:var(--accent)}.quiz-podium__col--3 .quiz-podium__bar{height:3.2rem;background:#9a6b4a}.quiz-show-mode-option{width:100%;min-width:unset;min-height:unset;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;padding:.85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);text-align:left}.quiz-show-mode-option strong{font-size:.98rem}.quiz-show-mode-option span{color:var(--ink-muted);font-size:.84rem;line-height:1.45}.quiz-show-mode-option--selected{border-color:var(--accent);background:var(--accent-subtle)}.quiz-show-mode-option--selected strong{color:var(--accent)}.quiz-show-qr{width:180px;height:180px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.quiz-show-participants{width:100%}.quiz-show-participants ul,.quiz-show-ranking{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.quiz-show-participants li,.quiz-show-ranking li{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-subtle)}.quiz-show-service-cta{display:flex;flex-direction:column;gap:.85rem;padding:1rem;border:1px solid color-mix(in srgb,var(--accent) 28%,var(--border));border-radius:var(--radius-md);background:linear-gradient(180deg,var(--accent-subtle),var(--surface))}.quiz-show-service-cta h2{margin:.25rem 0 .3rem;font-size:1.05rem}.quiz-show-service-cta p{margin:0;color:var(--ink-muted);line-height:1.55}.quiz-show-service-cta__actions{display:grid;gap:.55rem}.quiz-show-service-cta__actions .btn-primary,.quiz-show-service-cta__actions .btn-secondary{width:100%}.quiz-show-wrong-review{display:grid;gap:.75rem;margin-top:1rem}.quiz-show-wrong-review h2{margin:0;font-size:1.05rem}.quiz-show-wrong-review__list{display:grid;gap:.75rem;list-style:none;margin:0;padding:0}.quiz-show-wrong-review__item{display:grid;gap:.45rem;padding:.9rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-subtle)}.quiz-show-wrong-review__item strong,.quiz-show-wrong-review__item p{margin:0}.quiz-show-wrong-review__item span{font-weight:700;color:var(--ink)}.quiz-show-wrong-review__explanation{color:var(--ink-muted);line-height:1.55}.quiz-participant-label{display:inline-flex;align-items:center;gap:.35rem}.quiz-avatar-picker{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.45rem;max-height:14rem;overflow-y:auto;padding-right:.15rem}.quiz-avatar-option{min-width:unset;min-height:unset;width:100%;aspect-ratio:1;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:1.45rem;line-height:1}.quiz-avatar-option--selected{border-color:var(--accent);background:var(--accent-subtle);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 20%,transparent)}.quiz-show-options{display:grid;gap:.65rem}.quiz-show-options>div,.quiz-show-option{width:100%;min-width:unset;min-height:unset;padding:.85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);text-align:left}.quiz-show-submit-summary{display:flex;flex-direction:column;gap:.5rem;padding:.85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-subtle)}.quiz-show-host-answer{display:flex;flex-direction:column;gap:.55rem;border-top:1px solid var(--border);padding-top:.7rem}.quiz-show-submit-result{display:flex;flex-direction:column;gap:.65rem;margin:0;padding:.85rem .95rem;border-radius:var(--radius-md);font-weight:700}.quiz-show-submit-result__top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem}.quiz-show-submit-result__label{font-size:.86rem;white-space:nowrap}.quiz-show-submit-result__answer{min-width:0;color:var(--ink);overflow-wrap:anywhere}.quiz-show-submit-result__badge{font-size:1.15rem;white-space:nowrap}.quiz-show-submit-result__detail{display:flex;flex-direction:column;gap:.3rem;padding-top:.7rem;border-top:1px solid currentColor;color:var(--ink);font-weight:500;line-height:1.55}.quiz-show-submit-result__detail p{margin:0}.quiz-show-submit-result--correct{border:2px solid color-mix(in srgb,var(--success) 48%,transparent);background:color-mix(in srgb,var(--success-subtle) 86%,white);color:var(--success)}.quiz-show-submit-result--wrong{border:2px solid color-mix(in srgb,var(--danger) 46%,transparent);background:color-mix(in srgb,var(--danger-subtle) 86%,white);color:var(--danger)}.quiz-show-auto-advance{margin:0;padding:.7rem .85rem;border:1px solid color-mix(in srgb,var(--accent) 26%,var(--border));border-radius:var(--radius-sm);background:var(--accent-subtle);color:var(--accent);font-size:.88rem;font-weight:800;text-align:center}.quiz-show-reveal-grid{display:grid;gap:.75rem}.quiz-show-reveal-panel{display:flex;flex-direction:column;gap:.6rem;padding:.85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-subtle)}.quiz-show-reveal-panel h3{margin:0;font-size:.94rem;color:var(--ink)}.quiz-show-current-results{display:flex;flex-direction:column;gap:.45rem;padding:0;margin:0;list-style:none}.quiz-show-current-results li{display:grid;grid-template-columns:minmax(6rem,1fr) minmax(0,1.2fr) auto;align-items:center;gap:.6rem;padding:.6rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.quiz-show-result-participant{display:inline-flex;align-items:center;gap:.35rem;min-width:0;font-weight:700}.quiz-show-result-participant span:last-child,.quiz-show-result-answer{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quiz-show-result-answer{color:var(--ink-muted);font-size:.84rem}.quiz-show-result-badge{justify-self:end;min-width:3.2rem;padding:.22rem .5rem;border-radius:999px;font-size:.76rem;font-weight:800;text-align:center}.quiz-show-result-badge--correct{background:color-mix(in srgb,var(--success-subtle) 90%,white);color:var(--success)}.quiz-show-result-badge--wrong{background:color-mix(in srgb,var(--danger-subtle) 90%,white);color:var(--danger)}.quiz-show-submit-summary__top{display:flex;justify-content:space-between;align-items:center;gap:1rem}.quiz-show-submit-summary__top strong{font-size:.92rem}.quiz-show-submit-summary__empty{margin:0;color:var(--ink-muted);font-size:.86rem}.quiz-show-submitted-list{display:flex;flex-wrap:wrap;gap:.45rem;padding:0;margin:0;list-style:none}.quiz-show-submitted-list li{padding:.2rem .55rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--ink-secondary);font-size:.8rem;font-weight:600}.quiz-show-option--selected{border-color:var(--accent);background:var(--accent-subtle)}.quiz-show-option--correct{border-color:color-mix(in srgb,var(--success) 55%,transparent);background:color-mix(in srgb,var(--success-subtle) 82%,white);color:var(--success);font-weight:800}.quiz-show-option--wrong{border-color:color-mix(in srgb,var(--danger) 52%,transparent);background:color-mix(in srgb,var(--danger-subtle) 82%,white);color:var(--danger);font-weight:800}.quiz-show-progress,.quiz-show-answer{margin:0;padding:.85rem;border-radius:var(--radius-sm);background:var(--bg-subtle)}.quiz-show-public-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--bg)}.quiz-show-public-play-page{align-items:flex-start}.quiz-show-public-card{width:100%;max-width:560px;display:flex;flex-direction:column;gap:1rem}.quiz-show-public-play-card{max-width:860px}@media (min-width: 560px){.quiz-avatar-picker{grid-template-columns:repeat(8,minmax(0,1fr))}.quiz-show-service-cta{flex-direction:row;align-items:center;justify-content:space-between}.quiz-show-service-cta__actions{width:12rem;flex-shrink:0}}.topic-section{display:flex;flex-direction:column;gap:.9rem;padding:1rem;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border)}.topic-section--categories{background:linear-gradient(180deg,color-mix(in srgb,var(--study-subtle) 58%,white),var(--surface));border-color:color-mix(in srgb,var(--study-border) 80%,var(--border))}.topic-section--manage{background:linear-gradient(180deg,color-mix(in srgb,var(--bg-subtle) 76%,white),var(--surface))}.topic-section__header{display:flex;flex-direction:column;gap:.35rem}.topic-section__eyebrow{margin:0;display:inline-flex;align-self:flex-start;padding:.22rem .55rem;border-radius:999px;font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-secondary);background:color-mix(in srgb,var(--bg-subtle) 82%,white);border:1px solid color-mix(in srgb,var(--border) 72%,white)}.topic-section--categories .topic-section__eyebrow,.topic-section--practice .topic-section__eyebrow,.topic-section--manage .topic-section__eyebrow{color:var(--accent);background:color-mix(in srgb,var(--accent-subtle) 72%,white);border-color:color-mix(in srgb,var(--accent-border) 78%,white)}.topic-section__title{margin:0;font-size:1.05rem;font-weight:600}.topic-section__desc{margin:0;font-size:.9rem;line-height:1.55;color:var(--ink-muted)}.topic-section__grid{display:grid;grid-template-columns:1fr;gap:.85rem}.topic-section__grid--compact{grid-template-columns:1fr 1fr}.topic-nav-card{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem 1.1rem;border-radius:var(--radius-md);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 88%,white),color-mix(in srgb,var(--bg-subtle) 55%,white));border:1px solid color-mix(in srgb,var(--border) 78%,white);color:var(--ink);cursor:pointer;text-align:left;box-shadow:var(--shadow-sm);transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.topic-nav-card:hover{background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 94%,white),color-mix(in srgb,var(--accent-subtle) 32%,white));border-color:var(--accent-border);transform:translateY(-1px);box-shadow:var(--shadow-sm),0 10px 22px color-mix(in srgb,var(--accent) 7%,transparent)}.topic-nav-card--study{border-color:var(--accent-border)}.topic-nav-card--manage{border-color:var(--border)}.topic-nav-card__icon{font-size:1.55rem;flex-shrink:0}.topic-nav-card__body{display:flex;flex-direction:column;gap:.25rem;flex:1}.topic-nav-card__title{font-size:1.02rem;font-weight:700;color:var(--ink)}.topic-nav-card__desc{font-size:.88rem;line-height:1.5;color:var(--ink-secondary)}.topic-nav-card__arrow{font-size:1.1rem;color:var(--ink-faint);flex-shrink:0}.topic-category-list{display:grid;grid-template-columns:1fr;gap:.8rem}.topic-category-card{width:100%;min-width:unset;min-height:unset;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1rem 1.05rem;border-radius:var(--radius-md);border:1px solid var(--border);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 86%,white),color-mix(in srgb,var(--bg-subtle) 48%,white));text-align:left;cursor:pointer;box-shadow:var(--shadow-sm);transition:border-color .15s ease,background .15s ease,transform .15s ease,box-shadow .15s ease}.topic-category-card:hover{border-color:var(--accent-border);background:linear-gradient(180deg,color-mix(in srgb,var(--study-subtle) 58%,white),color-mix(in srgb,var(--surface) 92%,white));transform:translateY(-1px);box-shadow:var(--shadow-sm),0 12px 24px color-mix(in srgb,var(--accent) 9%,transparent)}.topic-category-card__title{font-size:1.04rem;font-weight:700;color:var(--ink)}.topic-category-card__meta{font-size:.88rem;line-height:1.45;color:var(--ink-muted)}.topic-category-card__meta:nth-of-type(2){color:var(--accent);font-weight:600}.quiz-settings__start-btn{width:100%;margin-top:1.5rem;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 82%,black));color:var(--accent-ink);box-shadow:0 12px 24px color-mix(in srgb,var(--accent) 18%,transparent)}.quiz-settings__start-btn:hover:not(:disabled){background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 92%,white),color-mix(in srgb,var(--accent) 82%,black))}.practice-result-summary{text-align:center;padding:2.5rem;background:linear-gradient(180deg,color-mix(in srgb,var(--study-subtle) 84%,white),var(--surface));border:1px solid color-mix(in srgb,var(--study-border) 78%,white)}.practice-result-summary--perfect{box-shadow:0 18px 34px color-mix(in srgb,var(--accent) 12%,transparent)}.practice-result-summary__score{margin:0 0 .5rem;font-size:2rem;color:var(--accent)}.practice-result-summary__meta{margin:0 0 2rem;color:var(--ink-muted)}.topic-category-card__meta--accent{color:var(--danger);font-weight:600;background:color-mix(in srgb,var(--danger-subtle) 76%,white);border:1px solid color-mix(in srgb,var(--danger-border) 70%,transparent);border-radius:999px;padding:.18rem .55rem;margin-top:.1rem}.topic-empty-state{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;padding:.2rem 0}.topic-empty-state__title{margin:0;font-size:.94rem;color:var(--ink-muted)}.overview-actions{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.overview-button{width:100%;padding:1rem 1.15rem;border-radius:var(--radius-md);font-size:1rem;font-weight:700}.bank-summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:1rem 1.25rem}.bank-summary h3{margin:0;font-size:1rem}.topic-question-bank .detail-main{grid-template-columns:1fr;width:100%}@media (max-width: 640px){.topic-section__grid--compact{grid-template-columns:1fr}}.topic-question-bank .section{align-items:stretch;width:100%;max-width:860px;margin:0 auto}.topic-question-bank .bank-summary,.topic-question-bank .question-list,.topic-question-bank .empty-state,.topic-question-bank .question-search{width:100%}.topic-question-bank .question-search{text-align:left}.topic-question-bank__header{max-width:860px}.topic-question-bank__toolbar,.topic-question-bank__selection-bar{padding:1rem;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border)}.topic-question-bank__toolbar{display:flex;flex-direction:column;gap:1rem}.topic-question-bank__toolbar-top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.topic-question-bank__eyebrow{margin:0 0 .5rem;display:inline-flex;align-self:flex-start;padding:.22rem .55rem;border-radius:999px;font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);background:color-mix(in srgb,var(--accent-subtle) 72%,white);border:1px solid color-mix(in srgb,var(--accent-border) 78%,white)}.topic-question-bank__title{margin:0;font-size:1.08rem;font-weight:600}.topic-question-bank__summary{margin:.35rem 0 0;font-size:.88rem;line-height:1.55;color:var(--ink-muted)}.topic-question-bank__add-card{display:flex;flex-direction:column;margin-bottom:.75rem}.topic-question-bank__add-actions{display:flex;flex-direction:column;gap:.6rem}.topic-question-bank__add-btn{flex:1;min-width:unset;min-height:unset;padding:.6rem 1rem}.topic-question-bank__browse-card{display:flex;flex-direction:column;gap:1rem;margin-bottom:.75rem}.topic-question-bank__browse-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.topic-question-bank__toolbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.6rem}.topic-question-bank__create-btn{width:auto;min-width:unset;padding:.6rem 1rem;font-size:.95rem}.topic-question-bank__filters{display:flex;flex-direction:column;gap:.75rem}.topic-question-bank__search-group,.topic-question-bank__category-filter{display:flex;flex-direction:column;gap:.45rem}.topic-question-bank__filter-label{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-faint)}.topic-question-bank__search-input{width:100%;padding:.68rem .8rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-subtle);color:var(--ink);font-size:.92rem;outline:none;box-sizing:border-box}.topic-question-bank__search-input:focus{border-color:var(--accent)}.topic-question-bank__category-trigger{display:flex;align-items:center;gap:.45rem;min-height:42px;padding:.3rem .35rem .3rem .75rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-subtle)}.topic-question-bank__category-label{flex:1;min-width:0;font-size:.9rem;color:var(--ink-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topic-question-bank__browse-btn,.topic-question-bank__scope-option,.topic-question-bank__ghost-btn,.topic-question-bank__apply-btn,.topic-question-bank__danger-btn{min-width:unset;min-height:unset}.topic-question-bank__browse-btn{padding:.32rem .7rem;border-radius:8px;border:1px solid var(--accent-border);background:var(--accent-subtle);color:var(--accent);cursor:pointer;font-size:.8rem}.topic-question-bank__scope-toggle{display:inline-flex;align-items:center;padding:.2rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);gap:.2rem}.topic-question-bank__scope-option{padding:.32rem .7rem;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--ink-secondary);cursor:pointer;font-size:.8rem;font-weight:600;white-space:nowrap}.topic-question-bank__scope-option--active{border-color:var(--accent-border);background:var(--accent-subtle);color:var(--accent)}.topic-question-bank__category-tree{list-style:none;margin:0;padding:.55rem;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-subtle);max-height:220px;overflow-y:auto}.topic-question-bank__category-node-btn{background:none;border:1px solid transparent;border-radius:6px;color:var(--ink-secondary);cursor:pointer;padding:.25rem .6rem;font-size:.85rem;text-align:left;min-width:unset;min-height:unset}.topic-question-bank__category-node-btn--active{background:var(--accent-subtle);border-color:var(--accent-border);color:var(--accent)}.topic-question-bank__clear-filter{background:none;border:none;color:var(--ink-faint);cursor:pointer;font-size:.8rem;padding:.1rem .3rem}.topic-question-bank__toolbar-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem}.topic-question-bank__selection-bar{display:flex;justify-content:space-between;gap:1rem;align-items:center}.topic-question-bank__selection-summary{display:flex;flex-direction:column;gap:.25rem}.topic-question-bank__selection-count{font-size:.92rem;font-weight:600;color:var(--ink)}.topic-question-bank__selection-hint{font-size:.82rem;color:var(--ink-faint)}.topic-question-bank__selection-controls{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.topic-question-bank__ghost-btn,.topic-question-bank__apply-btn,.topic-question-bank__danger-btn{padding:.42rem .8rem;border-radius:8px;font-size:.82rem}.topic-question-bank__ghost-btn{border:1px solid var(--border);background:transparent;color:var(--ink-secondary);cursor:pointer}.topic-question-bank__bulk-category{display:flex;align-items:center;gap:.45rem}.topic-question-bank__bulk-select{min-width:170px;padding:.42rem .6rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--ink);font-size:.82rem}.topic-question-bank__apply-btn{border:1px solid var(--accent-border);background:var(--accent-subtle);color:var(--accent);cursor:pointer}.topic-question-bank__danger-btn{border:1px solid var(--danger-border);background:var(--danger-subtle);color:var(--danger);cursor:pointer}.topic-question-bank__apply-btn:disabled,.topic-question-bank__danger-btn:disabled,.topic-question-bank__ghost-btn:disabled{opacity:.45;cursor:not-allowed}.topic-question-bank__empty-state{padding:1.25rem;border-radius:var(--radius-md)}.topic-question-bank__empty-state h3{margin:0 0 .45rem;font-size:1rem}.topic-question-bank__empty-state p{margin:0;font-size:.88rem;line-height:1.6;color:var(--ink-muted)}.topic-question-bank__draft-badge{font-size:.78rem;padding:.2rem .55rem;border-radius:999px;background:#facc151f;border:1px solid rgba(250,204,21,.4);color:#92400e;font-weight:600}.topic-question-bank__draft-review-cta{display:flex;align-items:center;gap:.75rem;margin-bottom:.9rem;width:100%;min-width:unset!important;min-height:unset!important;padding:.9rem 1rem;border-radius:14px;border:1px solid color-mix(in srgb,var(--accent-border) 68%,white);background:linear-gradient(180deg,color-mix(in srgb,var(--accent-subtle) 72%,white),color-mix(in srgb,var(--accent-subtle) 48%,white));color:var(--accent);text-align:left;box-shadow:0 8px 18px #3b82f614;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.topic-question-bank__draft-review-cta:hover{transform:translateY(-1px);box-shadow:0 12px 22px #3b82f61a;border-color:color-mix(in srgb,var(--accent-border) 88%,white)}.topic-question-bank__draft-review-icon{font-size:1.2rem;flex-shrink:0}.topic-question-bank__draft-review-content{display:flex;flex-direction:column;gap:.2rem;min-width:0}.topic-question-bank__draft-review-title{font-size:.97rem;font-weight:700;color:var(--accent)}.topic-question-bank__draft-review-description{font-size:.82rem;color:var(--ink-secondary)}.page-subtitle{margin:0 0 .2rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint)}.mistake-category-summary{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;margin-bottom:1rem}.mistake-category-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1.25rem;border-bottom:1px solid var(--border-subtle)}.mistake-category-summary__row:last-child{border-bottom:none}.mistake-category-summary__name{font-size:.95rem;color:var(--ink)}.mistake-category-summary__count{font-size:.85rem;font-weight:600;color:var(--danger)}.question-category-breadcrumbs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.question-category-breadcrumb{font-size:.78rem;color:var(--accent)}.question-category-breadcrumb--link{background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.question-category-breadcrumb--link:hover{color:var(--accent-hover)}.mistake-category-tag{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.78rem;font-weight:500;background:var(--accent-subtle);border:1px solid var(--accent-border);color:var(--accent)}.mistake-count-badge{font-size:.78rem;font-weight:600;color:var(--danger);white-space:nowrap;flex-shrink:0}.mistake-count-badge--high{color:var(--danger);font-size:.82rem}.mistake-category-tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.mistake-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--ink-secondary);font-size:.85rem;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.mistake-tab:hover{background:var(--bg-subtle);color:var(--ink)}.mistake-tab--active{background:var(--accent-subtle);border-color:var(--accent-border);color:var(--accent)}.mistake-tab__pct{font-size:.78rem;font-weight:600;color:var(--success)}.mistake-tab__pct--weak{color:var(--danger)}.mistake-toggle{position:relative;width:36px;height:20px;border-radius:999px;border:none;background:var(--bg-subtle);cursor:pointer;transition:background .2s;flex-shrink:0;padding:0}.mistake-toggle--on{background:var(--accent)}.mistake-toggle__knob{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:var(--accent-ink);transition:transform .2s}.mistake-toggle--on .mistake-toggle__knob{transform:translate(16px)}.mistake-resolve-btn{padding:.3rem .85rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--ink-muted);font-size:.82rem;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.mistake-resolve-btn:hover{background:var(--bg-subtle);color:var(--ink)}.mistake-resolve-btn--resolved{background:var(--accent-subtle);border-color:var(--accent-border);color:var(--accent)}.mistake-resolve-btn:disabled{opacity:.5;cursor:not-allowed}.mistake-group-header{display:flex;justify-content:space-between;align-items:center;padding:.65rem 1rem;margin:0;font-size:.88rem;font-weight:700;color:var(--ink-secondary);text-transform:uppercase;letter-spacing:.05em}.mistake-group-count{font-size:.8rem;color:var(--ink-faint);font-weight:400;text-transform:none;letter-spacing:0}.question-count-label{font-size:.9rem;font-weight:600;color:var(--ink-faint);letter-spacing:.03em;text-transform:uppercase}.question-add-card{width:100%;display:flex;align-items:center;justify-content:center;padding:.85rem 1.25rem;border:1.5px dashed var(--accent-border);border-radius:var(--radius-md);background:transparent;color:var(--ink-muted);font-size:1.05rem;font-weight:500;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.question-add-card:hover{border-color:var(--accent);background:var(--accent-subtle);color:var(--accent)}.question-add-card+.card{margin-top:.5rem}@media (max-width: 980px){.topic-question-bank .section{width:100%}.topic-question-bank__toolbar-top,.topic-question-bank__selection-bar,.topic-question-bank__toolbar-bottom{flex-direction:column;align-items:stretch}.topic-question-bank__toolbar-actions,.topic-question-bank__selection-controls{justify-content:flex-start}.topic-question-bank__filters{grid-template-columns:1fr}.topic-question-bank__bulk-category{width:100%}.topic-question-bank__bulk-select{flex:1;min-width:0}}@media (max-width: 640px){.topic-question-bank__toolbar,.topic-question-bank__selection-bar,.question-card{padding:.9rem}.topic-question-bank__toolbar-actions>button,.topic-question-bank__selection-controls>button{width:100%}.topic-question-bank__bulk-category{flex-direction:column;align-items:stretch}.question-card__top{flex-direction:column}.question-card__side{width:100%}.question-card-actions{justify-content:flex-end}}.bank-summary p{margin:0;color:var(--ink-secondary)}.section{display:flex;flex-direction:column;gap:1rem}.section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%}.section-header-actions{display:flex;gap:.75rem;flex-wrap:wrap}.section-header h2{margin:0;font-size:1.15rem}.section-hint{font-size:.85rem;color:var(--ink-faint);font-weight:400}.section-description{margin:.65rem 0 0;color:var(--ink-secondary);line-height:1.6;max-width:70ch}.section-header>.btn-primary{min-width:180px}.section-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:inherit;cursor:pointer;padding:.3rem .5rem;margin-left:-.5rem;border-radius:8px;font-family:inherit;text-align:left;transition:background .15s}.section-toggle:hover{background:var(--bg-subtle)}.section-toggle__arrow{font-size:2rem;color:var(--ink-secondary);flex-shrink:0;margin-left:.35rem;line-height:1}.section-subtitle{margin:.35rem 0 0;color:var(--ink-muted);font-size:.92rem}.section--spacious{margin-top:.55rem}.section--category-manager{padding:0;background:transparent;border:none;display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.category-sidebar{width:260px;flex-shrink:0}.category-sidebar--collapsed{display:none}.category-sidebar__toggle{display:flex;align-items:center;gap:.45rem;min-width:unset;min-height:unset;padding:.38rem .72rem;border-radius:999px;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 88%,white);color:var(--ink-muted);font-size:.82rem;font-weight:600;white-space:nowrap;cursor:pointer}.category-sidebar__toggle:hover{border-color:var(--accent-border);color:var(--accent)}.category-main-content{flex:1;min-width:0}.section-heading{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.25rem}.section-heading--row{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem}.section-heading__content{display:flex;flex-direction:column;gap:.65rem;min-width:0}.section-heading__eyebrow{margin:0;display:inline-flex;align-self:flex-start;padding:.22rem .55rem;border-radius:999px;font-size:.74rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:color-mix(in srgb,var(--accent-subtle) 72%,white);border:1px solid color-mix(in srgb,var(--accent-border) 78%,white)}.section-heading__title{margin:0;font-size:1.28rem;font-weight:700;color:var(--ink)}.section-heading__desc{margin:0;font-size:.92rem;line-height:1.55;color:var(--ink-muted)}.topic-category-overview{display:flex;flex-direction:column;gap:.65rem;padding:1.2rem;background:linear-gradient(180deg,color-mix(in srgb,var(--study-subtle) 82%,white),var(--surface));border:1px solid color-mix(in srgb,var(--study-border) 76%,white)}.topic-category-overview__eyebrow{margin:0;display:inline-flex;align-self:flex-start;padding:.22rem .55rem;border-radius:999px;font-size:.74rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:color-mix(in srgb,var(--accent-subtle) 70%,white);border:1px solid color-mix(in srgb,var(--accent-border) 74%,white)}.topic-category-overview__title{margin:0;font-size:1.28rem;font-weight:700;color:var(--ink)}.topic-category-overview__desc{margin:0;font-size:.94rem;line-height:1.6;color:var(--ink-muted)}.topic-category-overview__cta{align-self:flex-start;min-width:unset!important}.category-manager-card{display:flex;flex-direction:column;gap:.65rem;padding:1.2rem;min-height:320px;background:linear-gradient(180deg,color-mix(in srgb,var(--study-subtle) 82%,white) 0%,color-mix(in srgb,var(--study-subtle) 58%,white) 20%,var(--surface) 20%,var(--surface) 100%);border:1px solid color-mix(in srgb,var(--study-border) 76%,white);border-radius:var(--radius-lg)}.category-manager-card--unclassified{min-height:auto;background:var(--surface)}.unclassified-note-section{display:flex;flex-direction:column;gap:.55rem}.category-root-section{order:1}.topic-url-link-card{order:2}.topic-category-memo-card{padding:0 .35rem}button.topic-category-read-mode-button{display:inline-flex;align-items:center;gap:.38rem;min-width:unset;min-height:unset;padding:.32rem .48rem;border:0;border-radius:8px;background:transparent;color:var(--ink-secondary);font-size:.78rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:color .15s ease,background .15s ease}button.topic-category-read-mode-button:hover{background:var(--bg-subtle);color:var(--accent)}.topic-category-read-mode-button svg{width:1rem;height:1rem;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.topic-category-memo-card__display{display:flex;align-items:flex-start;gap:.8rem;width:100%;min-width:unset;min-height:unset;padding:1rem 1.15rem;border:0;border-left:4px solid color-mix(in srgb,var(--accent) 28%,var(--border));border-radius:0 14px 14px 0;background:color-mix(in srgb,var(--surface) 82%,#fffaf0);color:var(--ink-secondary);cursor:text;text-align:left}.topic-category-memo-card__display p{margin:0;font-family:var(--font-serif);font-size:.98rem;font-style:italic;line-height:1.65;white-space:pre-wrap}.topic-category-memo-card__icon{flex:0 0 auto;color:var(--ink-muted);font-size:1.15rem;line-height:1.5}.topic-category-memo-card__editor{display:grid;gap:.65rem;padding:1rem 1.15rem;border-left:4px solid var(--accent-border);border-radius:0 14px 14px 0;background:color-mix(in srgb,var(--surface) 82%,#fffaf0)}.textarea-list-tools{display:inline-flex;align-items:center;justify-content:flex-end;gap:.25rem;flex-wrap:wrap}.textarea-list-tools--right{display:flex;width:100%}.textarea-list-help{display:grid;gap:.32rem;margin:.25rem 0 .4rem;padding:.55rem .65rem;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-raised);color:var(--ink-secondary);font-size:.78rem;line-height:1.45}.textarea-list-help__row{display:flex;justify-content:space-between;gap:.75rem}.textarea-list-help__kbd{flex:0 0 auto;color:var(--ink);font-weight:700}.textarea-list-tool-button{width:1.75rem;height:1.75rem;min-width:unset!important;min-height:unset!important;padding:0;border:1px solid var(--border);border-radius:6px;background:var(--surface-raised);color:var(--ink-secondary);font-size:.84rem;font-weight:700;line-height:1;cursor:pointer;box-shadow:0 2px 6px #0f172a0f}.textarea-list-tool-button:hover{border-color:var(--accent-border);background:var(--accent-subtle);color:var(--accent)}.textarea-list-tool-button--selected{border-color:var(--accent);background:var(--accent-subtle);color:var(--accent)}.textarea-list-tool-button--help{border-style:dashed;color:var(--ink-muted)}.topic-category-memo-card__textarea{min-height:5rem;padding:.3rem .2rem;border:0;border-radius:0;background:transparent;font-family:var(--font-serif);font-size:.98rem;font-style:italic;line-height:1.65;resize:none;overflow:hidden}.topic-category-memo-card__actions{display:flex;justify-content:flex-end;gap:.45rem}.topic-category-memo-card__actions button{padding:.35rem .75rem;font-size:.8rem}.topic-url-link-card{gap:.18rem;margin-bottom:.9rem;--topic-link-indent: .75rem}.topic-url-link-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.topic-url-link-card__title{margin:0 0 .5rem}.topic-url-link-card__description{margin:.22rem 0 0;color:var(--ink-muted);font-size:.78rem;line-height:1.4}.topic-url-link-card__list{display:flex;flex-direction:column;margin:0 0 .5rem;padding:0 0 0 var(--topic-link-indent);list-style:none}.topic-url-link-card__item{display:flex;align-items:center;gap:.65rem;min-width:0;padding:.8rem 0 .8rem .15rem;border-bottom:1px solid var(--border)}.topic-url-link-card__anchor{flex:0 0 auto;color:var(--accent);font-size:.875rem;font-weight:500;text-decoration:none}.topic-url-link-card__url{flex:1;min-width:0;color:var(--ink-muted);font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topic-url-link-card__empty{margin:0;color:var(--ink-muted);font-size:.84rem}.topic-url-link-card__form{display:flex;flex-direction:column;gap:6px}.topic-url-link-card__form--divided{padding-top:.5rem;border-top:1px solid var(--border)}.topic-url-link-card__field{display:grid;gap:.25rem;color:var(--ink-muted);font-size:.76rem;font-weight:700}.topic-url-link-card__form input{width:100%;box-sizing:border-box;padding:.45rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);color:var(--ink);font-size:.875rem}.topic-url-link-card__actions{display:flex;justify-content:flex-end;gap:6px}.topic-url-link-card__add-row{display:flex;padding-top:0;border-top:0}.topic-url-link-card__add-row--divided{padding:.6rem 0 0 var(--topic-link-indent);border-top:0}.topic-url-link-card__add-button{min-width:unset!important;min-height:unset!important;padding:.4rem .85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:none;color:var(--ink);font-size:.875rem;font-weight:500;cursor:pointer}.topic-url-link-card__cancel-button,.topic-url-link-card__save-button{min-width:unset!important;min-height:unset!important;padding:.4rem .85rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;cursor:pointer}.topic-url-link-card__cancel-button{border:1px solid var(--border);background:none;color:var(--ink-muted)}.topic-url-link-card__save-button{border:0;background:var(--accent);color:var(--on-accent, white)}.topic-url-link-card__save-button:disabled{cursor:pointer;opacity:.5}.topic-url-link-card__title,.unclassified-note-section__title{color:var(--ink);font-size:.88rem;font-weight:750;letter-spacing:0;line-height:1.35}.unclassified-note-section__title{margin:0}.unclassified-note-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.45rem}.unclassified-note-section__heading{display:grid;gap:.25rem}.unclassified-note-section__add-button{flex:0 0 auto;align-self:flex-start;width:auto;white-space:nowrap}.unclassified-note-section .section-toggle{min-width:0}.unclassified-note-section__description,.unclassified-note-empty{margin:0;color:var(--ink-muted);font-size:.88rem}.unclassified-note-form{display:grid;gap:.7rem;padding:.9rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.unclassified-note-form textarea{resize:none;overflow:hidden;line-height:1.55}.concept-note-form-label__optional{margin-left:.25rem;color:var(--ink-muted);font-size:.82em;font-weight:650}.unclassified-note-form__actions{display:flex;justify-content:flex-end;gap:.5rem}.unclassified-note-list{display:grid;gap:.75rem}.unclassified-note-list .unclassified-inbox-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:.65rem;padding:1rem 1.1rem;border-color:color-mix(in srgb,var(--border) 88%,#cfbea2);border-radius:16px;background:color-mix(in srgb,var(--surface) 97%,#fffaf3);box-shadow:0 6px 18px #4c3f2d0e}.unclassified-inbox-card .concept-note-list-item__header{display:contents}.unclassified-inbox-card__pin{display:inline-flex;align-items:center;justify-content:center;grid-column:1;grid-row:1 / span 2;width:2.45rem;height:2.45rem;border-radius:12px;background:color-mix(in srgb,#ffe7a3 52%,var(--surface));color:color-mix(in srgb,#b7791f 78%,var(--ink))}.unclassified-inbox-card__pin svg{width:1.2rem;height:1.2rem;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.unclassified-inbox-card .concept-note-list-item__toggle{grid-column:2;grid-row:1}.unclassified-inbox-card .concept-note-list-item__arrow{display:none}.unclassified-inbox-card .concept-note-list-item__title{font-size:.98rem;font-weight:750}.unclassified-inbox-card .concept-note-list-item__menu{grid-column:3;grid-row:1}.unclassified-inbox-card__summary{grid-column:2;grid-row:2;min-width:0;margin:.12rem 0 0;overflow:hidden;color:var(--ink-muted);font-size:.82rem;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.unclassified-inbox-card>.concept-note-list-item__content,.unclassified-inbox-card>.concept-note-list-item__image,.unclassified-inbox-card>p[style],.unclassified-inbox-card>div[style]{grid-column:1 / -1}.category-tree-root{display:flex;flex-direction:column;gap:1rem}.category-tree-root--row{gap:.5rem}.category-root-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.7rem}.category-toc-title{margin:0;color:var(--ink);font-family:var(--font-sans);font-size:1.12rem;font-weight:700}.category-toc-heading{display:grid;justify-items:start;gap:.25rem}.category-toc-heading--content-aligned{padding-left:.65rem}.category-root-toolbar__left{display:flex;align-items:center;gap:.55rem;min-width:0;flex-wrap:wrap}.category-root-toolbar__add{min-width:unset;min-height:unset;flex:0 0 auto;padding:.46rem .82rem;border:1px solid var(--accent);border-radius:12px;background:color-mix(in srgb,var(--accent) 78%,#26344d);color:var(--accent-ink);font-size:.86rem;font-weight:800;cursor:pointer;box-shadow:0 6px 14px #2563eb29}.category-root-toolbar__add:hover{background:var(--accent-hover)}.category-sort-select{display:inline-flex;position:relative;align-items:center;gap:.35rem;padding:0;border:0;border-radius:0;background:transparent;color:var(--ink-faint);font-size:.78rem;font-weight:700;white-space:nowrap}.category-sort-select__label{color:var(--ink-muted);font-size:.8rem;font-weight:800}.category-sort-select__button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:6rem;min-height:unset;padding:.28rem .65rem;border:1px solid var(--border);border-radius:8px;background-color:var(--surface);color:var(--ink-muted);font:inherit;font-size:.84rem;font-weight:800;line-height:1.2;cursor:pointer}.category-sort-select__chevron{color:var(--ink-muted);font-size:.82rem;line-height:1}.category-sort-select__menu{position:absolute;top:calc(100% + .35rem);left:calc(100% - 6rem);z-index:40;display:grid;min-width:6rem;padding:.25rem;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-md)}.category-sort-select__item{width:100%;min-width:unset;min-height:unset;padding:.48rem .55rem;border:0;border-radius:8px;background:transparent;color:var(--ink-muted);font:inherit;font-size:.82rem;font-weight:800;text-align:center;cursor:pointer}.category-sort-select__item:hover,.category-sort-select__item--active{background:var(--bg-subtle);color:var(--ink)}.category-custom-order-hint{display:inline-flex;align-items:center;min-height:2rem;padding:.24rem .62rem;border-radius:999px;background:color-mix(in srgb,var(--accent-subtle) 58%,white);color:var(--accent);font-size:.78rem;font-weight:800}.category-custom-order-hint--inline{align-self:flex-start;margin:.15rem 0 .35rem}.category-custom-order-hint--toc{align-self:flex-start;margin:-.25rem 0 .35rem}.category-toc-card{gap:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--border) 88%,#cfbea2);border-radius:18px;background:color-mix(in srgb,var(--surface) 97%,#fffaf3);box-shadow:0 10px 26px #4c3f2d12}.category-toc-card--empty{overflow:visible}.category-empty-start{position:relative;display:block;padding:1.2rem 1rem}.category-empty-start__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.category-empty-start__title{flex:1;min-width:0;margin:0;color:var(--ink);font-size:.98rem;font-weight:800}.category-empty-start__action{flex:0 0 auto}.category-toc-card .category-toc-row{min-height:4.65rem;gap:.65rem;padding:.6rem 1rem;border:0;border-radius:0;background:transparent}.category-toc-card .category-toc-row+.category-toc-row{border-top:1px solid color-mix(in srgb,var(--border) 78%,transparent)}.category-toc-card .category-toc-row:hover{background:color-mix(in srgb,var(--bg-subtle) 70%,transparent)}.category-toc-card .category-chip__drag-handle{width:1.45rem;height:2rem;margin-left:0;background:transparent;color:color-mix(in srgb,var(--ink-muted) 72%,#bcae96);font-size:0}.category-toc-card .category-chip__drag-handle:before{content:"⠿";font-size:1rem}.category-toc-row__index{width:1.7rem;flex:0 0 auto;color:color-mix(in srgb,var(--accent) 60%,var(--ink));font-family:var(--font-sans);font-size:.88rem;font-weight:650;text-align:center}.category-toc-card .category-chip__name{padding:.6rem 0;font-family:var(--font-sans);font-size:.94rem;font-weight:700}.category-toc-card .category-chip__rename{border-left:0;border-radius:8px}.category-toc-row__chevron{flex:0 0 auto;color:var(--ink-muted);font-family:var(--font-serif);font-size:1.55rem;line-height:1}.category-chip{display:flex;align-items:center;gap:.35rem;width:100%;border:1px solid var(--border);border-radius:999px;background:color-mix(in srgb,var(--surface) 90%,white);overflow:hidden;transition:border-color .15s ease}.category-chip[draggable=true]{cursor:grab}.category-chip--dragging{border-color:var(--accent);box-shadow:0 8px 18px #2563eb24;opacity:.72}.category-chip--drop-target{border-color:var(--accent);background:var(--accent-subtle)}.category-chip:hover{border-color:var(--accent-border)}.category-chip__drag-handle{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;margin-left:.32rem;border-radius:999px;color:var(--ink-muted);background:color-mix(in srgb,var(--bg-subtle) 78%,white);font-size:.8rem;font-weight:800;flex:0 0 auto;touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none}.category-chip__name{flex:1;border:none;background:none;color:var(--ink);font-size:.9rem;font-weight:600;padding:.42rem .85rem;cursor:pointer;min-width:unset;min-height:unset;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-chip__name:hover{color:var(--accent)}.category-chip__rename{border:none;border-left:1px solid var(--border);background:none;color:var(--ink-muted);font-size:.75rem;padding:.42rem .65rem;cursor:pointer;min-width:unset;min-height:unset;white-space:nowrap}.category-chip__rename:hover{background:color-mix(in srgb,var(--bg-subtle) 72%,white);color:var(--ink)}.category-create-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:flex-end;justify-content:center;padding:1rem;background:#0f172a47}.category-create-sheet{width:min(100%,560px);display:flex;flex-direction:column;gap:.85rem;padding:1.15rem;border:1px solid var(--border);border-radius:18px 18px var(--radius-lg) var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-lg)}.category-create-sheet__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.category-create-sheet__eyebrow{margin:0 0 .25rem;color:var(--accent);font-size:.72rem;font-weight:750}.category-create-sheet__header h2{margin:0;font-size:1.25rem}.category-create-sheet__field{display:flex;flex-direction:column;gap:.4rem;color:var(--ink-secondary);font-size:.82rem;font-weight:700}.category-create-sheet__field input,.category-create-sheet__field textarea,.category-create-sheet__field select{width:100%;box-sizing:border-box;padding:.75rem .85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle);color:var(--ink);font:inherit;font-weight:500}.category-create-sheet__readonly-value{width:100%;box-sizing:border-box;padding:.75rem .85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle);color:var(--ink-muted);font-size:.9rem;font-weight:600}.category-create-sheet__field textarea{min-height:92px;resize:vertical}.category-create-sheet__field input:focus,.category-create-sheet__field textarea:focus,.category-create-sheet__field select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-subtle)}.category-create-sheet__error{margin:0;color:var(--danger);font-size:.84rem}.category-create-sheet__actions{display:flex;justify-content:flex-end;gap:.6rem;padding-top:.25rem}.category-item-container{display:flex;flex-direction:column;gap:.65rem}.category-card{display:block;width:100%;box-sizing:border-box;text-align:left;background:color-mix(in srgb,var(--accent-subtle) 20%,white)!important;border:1px solid color-mix(in srgb,var(--border) 68%,white);border-radius:var(--radius-lg);padding:1.1rem 1.1rem 1.05rem;box-shadow:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.category-card:hover{border-color:var(--accent-border);background:color-mix(in srgb,var(--accent-subtle) 32%,white)!important;box-shadow:0 10px 20px color-mix(in srgb,var(--accent) 6%,transparent);transform:translateY(-1px)}.category-card:focus-visible{outline:2px solid var(--accent-border);outline-offset:3px}.category-card:active{background:var(--surface)}.category-card .category-row:hover{background:transparent}.category-rename-btn{background:none;border:none;cursor:pointer;font-size:1rem;padding:.2rem .4rem;opacity:1;color:var(--ink-faint);transition:color .15s ease,background .15s ease;flex-shrink:0}.category-card:hover .category-rename-btn,.category-rename-btn:hover{color:var(--ink);background:color-mix(in srgb,var(--bg-subtle) 72%,white);border-radius:8px}.category-rename-row{display:flex;align-items:center;gap:.35rem;flex:1}.category-rename-input{flex:1;background:var(--bg-subtle);border:1px solid var(--accent-border);border-radius:6px;color:var(--ink);font-size:.95rem;padding:.2rem .5rem;outline:none}.category-rename-save,.category-rename-cancel{background:none;border:none;cursor:pointer;font-size:1rem;padding:.2rem .35rem;border-radius:6px;line-height:1;flex-shrink:0}.category-rename-save{color:var(--success)}.category-rename-save:hover{background:var(--success-subtle)}.category-rename-cancel{color:var(--danger)}.category-rename-cancel:hover{background:var(--danger-subtle)}.category-card .category-title-row,.category-card .category-description,.category-card .category-name{text-align:left}.category-row{display:flex;align-items:flex-start;gap:.75rem;background:transparent!important}.category-manager-header__action{min-width:unset!important;min-height:unset!important;padding:.3rem .58rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--accent-border) 85%,white);background:color-mix(in srgb,var(--accent-subtle) 72%,white);color:var(--accent);font-size:.7rem;font-weight:700;box-shadow:0 1px #3b82f614;white-space:nowrap}.category-explorer{display:flex;flex-direction:column;gap:.85rem}.category-manager-card--explorer{min-height:unset;padding:.9rem}.category-manager-card--roots{min-height:auto;padding:.35rem;border:0;background:transparent}.category-manager-card--unclassified{padding:1.5rem .35rem .35rem;border:0;background:transparent}.category-explorer__toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap}.category-explorer__search{flex:1;padding:.72rem .9rem;border-radius:12px;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 88%,white);color:var(--ink);font-size:.95rem;box-sizing:border-box}.category-explorer__browse-btn{min-width:unset;min-height:unset;padding:.52rem .82rem;border-radius:12px;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 88%,white);color:var(--ink);font-size:.9rem;font-weight:600;white-space:nowrap;flex-shrink:0}.category-explorer__tree,.category-explorer__group{list-style:none;margin:0;padding:0}.category-explorer__tree{display:flex;flex-direction:column;gap:.18rem;overflow-y:auto;max-height:calc(100vh - 260px)}.category-explorer__row{display:flex;align-items:center;gap:.35rem}.category-explorer__toggle{border:none;background:none;color:var(--ink-muted);cursor:pointer;width:1.4rem;min-width:unset;min-height:unset;padding:0;font-size:1rem;flex-shrink:0}.category-explorer__toggle--placeholder{display:inline-block;cursor:default}.category-explorer__item{width:100%;border:none;background:none;color:var(--ink);padding:.28rem .4rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer;text-align:left;border-radius:6px;transition:background .12s ease,color .12s ease}.category-explorer__item:hover{background:color-mix(in srgb,var(--accent-subtle) 45%,white);color:var(--accent)}.category-explorer__name{font-size:.88rem;font-weight:500;color:inherit}.category-explorer__highlight{background:color-mix(in srgb,var(--accent-subtle) 78%,white);color:var(--accent);padding:0 .12rem;border-radius:4px}.category-explorer__meta{font-size:.72rem;color:var(--ink-muted);white-space:nowrap}.toggle-btn{min-width:2.5rem;min-height:2.5rem;border-radius:50%;border:1px solid var(--border);background:var(--bg-subtle);color:var(--ink);font-size:.85rem;cursor:pointer;display:grid;place-items:center}.toggle-btn.expanded{transform:rotate(90deg)}.category-content{flex:1;min-width:0;background:transparent!important}.category-title-row{display:flex;align-items:flex-start;flex-direction:column;gap:.55rem;margin-bottom:.48rem}.category-name{font-weight:700;font-size:1.05rem;color:var(--ink)}.category-badge{background:color-mix(in srgb,var(--accent-subtle) 68%,white);color:var(--accent);border:1px solid color-mix(in srgb,var(--accent-border) 72%,white);padding:.18rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600;display:inline-flex;align-self:flex-start;white-space:normal;line-height:1.35}.category-description{margin:0;line-height:1.6;color:var(--ink-secondary);font-size:.93rem}.category-description.muted{color:var(--ink-muted)}.category-actions{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end;align-items:center}.action-pill{border:none;background:var(--bg-subtle);color:var(--ink);border-radius:999px;padding:.55rem .9rem;font-size:.82rem;cursor:pointer;transition:background .15s ease}.action-pill:hover{background:var(--surface-raised)}.action-pill.delete{background:var(--danger-subtle);color:var(--danger)}.child-categories{display:flex;flex-direction:column;gap:.75rem;margin-left:1.25rem}.modal-content.bottom-sheet{max-width:520px;width:100%;border-radius:var(--radius-lg);padding:1.5rem}.modal-header{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.modal-header h2{margin:0;font-size:1.25rem}.modal-subtitle{margin:0;color:var(--ink-secondary);font-size:.95rem}.close-btn{align-self:flex-end;border:1px solid var(--border);background:var(--bg-subtle);color:var(--ink);width:2.75rem;height:2.75rem;border-radius:var(--radius-md);cursor:pointer;font-size:1.15rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.option-row{flex-direction:row;align-items:center;gap:.75rem}.option-row input{flex:1}.remove-option-btn{min-width:28px;width:28px;height:28px;padding:0;font-size:1rem;display:inline-flex;justify-content:center;align-items:center;border-radius:10px}.form-group input,.form-group textarea,.form-group select{width:100%;border:1px solid var(--border);background:var(--bg-subtle);color:var(--ink);border-radius:var(--radius-md);padding:.95rem 1rem;font-size:.98rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--accent)}.form-group select option,select option{background:var(--surface);color:var(--ink)}.modal-footer{display:flex;justify-content:flex-end;gap:.85rem;margin-top:1rem}.btn-secondary.btn-small,.btn-primary.btn-small,button.btn-primary,button.btn-secondary{min-width:130px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px;padding:1.5rem 1rem;border-radius:var(--radius-md);border:1px dashed var(--border);background:var(--bg-subtle);text-align:center}.empty-title{margin:0 0 .45rem;font-weight:700;font-size:1.05rem}.empty-message{margin:0 0 1rem;color:var(--ink-secondary)}@media (max-width: 860px){.detail-main{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:stretch}.btn-secondary.btn-small,.btn-primary.btn-small{width:100%}.category-row{flex-direction:column}.category-actions{justify-content:flex-start}.child-categories{margin-left:0}}@media (max-width: 640px){.layout-container{padding:.75rem}.page-header{padding:1rem;border-radius:var(--radius-lg)}.header-info h1{font-size:1.5rem}.page-header-nav{align-items:center}.page-header-nav-right{gap:.4rem}.section-header{gap:.75rem}.category-card{padding:.9rem}.toggle-btn{min-width:2.2rem;min-height:2.2rem}.category-name{font-size:.98rem}.action-pill{padding:.45rem .75rem;font-size:.78rem}.modal-content.bottom-sheet{padding:1.25rem}}.category-badges{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.badge{background:var(--accent-subtle);color:var(--accent);border:1px solid var(--accent-border);padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:600;font-family:var(--font-sans)}.question-list{display:grid;gap:1rem}.question-card{display:flex;flex-direction:column;gap:.9rem;padding:1rem;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);transition:border-color .15s ease}.question-card--selected{border-color:var(--danger-border);background:var(--danger-subtle)}.question-card__top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.question-card__main{flex:1;min-width:0;width:100%}.question-card__side{flex-shrink:0}.question-card__meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-bottom:0}.question-card__title{margin:0;font-size:1rem;line-height:1.45}.question-card__categories{margin-top:.65rem;margin-bottom:0}.question-card__details{display:flex;flex-direction:column;gap:.4rem}.question-card-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:flex-start;margin-bottom:.55rem;width:100%}.question-type{display:inline-flex;padding:.2rem .55rem;border-radius:999px;background:var(--accent-subtle);color:var(--accent);font-size:.78rem;font-weight:700}.question-card-actions{display:flex;gap:.3rem;flex-shrink:0;align-items:flex-start;justify-self:end}.question-card-icon-btn{display:flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 .5rem;border:none;border-radius:8px;background:#2563eb14;color:#1d4ed8;cursor:pointer;font-size:.78rem;font-weight:600;transition:background .15s ease,color .15s ease}.question-card-icon-btn:hover{background:#2563eb24;color:#1e40af}.question-card-icon-btn--danger{background:var(--danger-subtle);color:var(--danger)}.question-card-icon-btn--danger:hover{background:#ef444424;color:var(--danger)}.btn-inline-spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle}.question-options{margin:.75rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem}.question-option{font-size:.9rem;color:var(--ink-secondary);padding:.4rem .75rem;border-radius:8px;background:var(--bg-subtle);counter-increment:option-counter}.question-options{counter-reset:option-counter}.question-option:before{content:counter(option-counter) ". ";font-weight:600;color:var(--ink-faint);margin-right:.25rem}.question-option--correct{color:var(--success);background:var(--success-subtle)}.question-option--correct:before{color:var(--success)}.question-option--selectable{cursor:pointer}.question-option--selectable:hover{background:var(--accent-subtle)}.question-option--selected{background:var(--accent-subtle);color:var(--accent)}.question-inline-practice{border-top:1px solid var(--border-subtle);margin-top:.75rem;padding-top:.75rem}.question-inline-input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--bg-subtle);color:var(--ink);font-size:.95rem;box-sizing:border-box}.question-inline-feedback{border-radius:8px;padding:.75rem 1rem}.question-inline-feedback--correct{background:var(--success-subtle);border:1px solid var(--success-border)}.question-inline-feedback--wrong{background:var(--danger-subtle);border:1px solid var(--danger-border)}.question-inline-feedback__result{margin:0 0 .4rem;font-weight:600;font-size:.95rem}.question-inline-feedback--correct .question-inline-feedback__result{color:var(--success)}.question-inline-feedback--wrong .question-inline-feedback__result{color:var(--danger)}.question-inline-feedback__answer,.question-inline-feedback__explanation{margin:.25rem 0 0;font-size:.88rem;color:var(--ink-muted)}.question-meta{margin:0;color:var(--ink-secondary);font-size:.95rem}.empty-title{margin:0 0 .5rem;font-size:1.05rem}.topic-title-row{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:8px;flex-wrap:nowrap}.topic-title-row h1{margin:0;word-break:keep-all}.edit-button{background:var(--surface);border:1px solid var(--border);cursor:pointer;padding:6px 10px;border-radius:var(--radius-md);color:var(--ink-secondary);font-size:.95rem;font-weight:500;transition:background .15s ease;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.edit-button:hover{background:var(--bg-subtle);border-color:var(--accent-border)}.topic-edit-form{display:flex;flex-direction:column;gap:16px;width:100%;max-width:500px}.topic-name-input,.topic-description-input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 16px;color:var(--ink);font-family:var(--font-sans);font-size:1rem;transition:border-color .15s ease}.topic-name-input:focus,.topic-description-input:focus{outline:none;border-color:var(--accent)}.topic-name-input{font-size:1.5rem;font-weight:700;font-family:var(--font-sans)}.topic-description-input{resize:vertical;min-height:60px;font-size:.9rem}.topic-edit-actions{display:flex;gap:8px;justify-content:flex-start}.btn-small{padding:8px 16px;font-size:.9rem;border-radius:8px}.btn-icon{display:flex;align-items:center;justify-content:center;padding:13px 18px;min-height:48px;border:none;border-radius:var(--radius-md);background:var(--success);color:var(--accent-ink);font-size:1.3rem;font-weight:300;line-height:1;cursor:pointer;transition:opacity .2s;flex-shrink:0}.btn-icon:hover{opacity:.85}.spinner-container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.spinner{width:44px;height:44px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.topic-create-page{min-height:100dvh;display:flex;justify-content:center;padding:3rem 1rem 4rem}.topic-create-card{width:100%;max-width:480px;height:fit-content;padding:2rem}.topic-create-step{display:flex;flex-direction:column;gap:1.5rem}.topic-create-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-faint);margin:0}.topic-create-title{font-family:var(--font-sans);font-size:1.5rem;font-weight:600;color:var(--ink);line-height:1.3;letter-spacing:-.015em;margin:0}.topic-create-desc{font-size:.9rem;color:var(--ink-muted);line-height:1.6;margin:0}.topic-create-fields{display:flex;flex-direction:column;gap:.6rem}.topic-create-actions{display:flex;gap:.75rem;justify-content:flex-end}.topic-create-actions--col{flex-direction:column;align-items:flex-start}.curriculum-generating{display:flex;flex-direction:column;gap:.6rem;padding:.25rem 0}.curriculum-generating__bar{width:100%;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.curriculum-generating__fill{height:100%;background:var(--accent);border-radius:2px;animation:curriculum-progress 1.8s ease-in-out infinite}@keyframes curriculum-progress{0%{width:30%;transform:translate(-100%)}to{width:30%;transform:translate(400%)}}.curriculum-generating__label{margin:0;font-size:.84rem;color:var(--ink-muted);min-height:1.2em}.topic-create-purposes{display:flex;flex-direction:column;gap:.6rem}.topic-create-purpose-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.85rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);cursor:pointer;text-align:left;width:100%;min-width:unset;min-height:unset;transition:border-color .15s,background .15s}.topic-create-purpose-btn:hover{border-color:var(--accent-border);background:var(--bg-subtle)}.topic-create-purpose-btn--active{border-color:var(--accent);background:var(--accent-subtle)}.topic-create-purpose-label{font-size:.95rem;font-weight:600;color:var(--ink)}.topic-create-purpose-btn--active .topic-create-purpose-label{color:var(--accent)}.topic-create-purpose-desc{font-size:.82rem;color:var(--ink-muted)}.topic-create-draft{display:flex;flex-direction:column;gap:.6rem;max-height:380px;overflow-y:auto}.topic-create-draft-cat{border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1rem;background:var(--surface)}.topic-create-draft-cat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.45rem}.topic-create-draft-cat-name{font-size:.95rem;font-weight:600;color:var(--ink)}.topic-create-draft-subs{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.35rem}.topic-create-draft-sub{font-size:.8rem;color:var(--ink-secondary);background:var(--bg-subtle);border-radius:var(--radius-sm);padding:.18rem .35rem .18rem .55rem;display:flex;align-items:center;gap:.2rem}.topic-create-draft-editable{cursor:text;border-radius:var(--radius-sm);padding:.05rem .2rem;transition:background .12s}.topic-create-draft-editable:hover{background:var(--bg-subtle)}.topic-create-draft-inline-input{font-size:inherit;font-weight:inherit;color:var(--ink);background:var(--surface);border:1px solid var(--accent);border-radius:var(--radius-sm);padding:.1rem .35rem;outline:none;min-width:0;width:100%}.learn-space-header{gap:.5rem;padding-top:.65rem;padding-bottom:1rem}.learn-space-header-info{width:100%;align-items:flex-start;text-align:left;gap:.35rem;padding:0 .25rem}.page-header-kicker{display:inline-flex;align-items:center;border-radius:999px;padding:.16rem .5rem;font-size:.72rem;font-weight:700;color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,var(--surface) 88%)}.learn-space-header-copy{margin:0;max-width:42rem;font-size:.95rem;line-height:1.5;color:var(--ink-secondary)}.learn-space-header-action{padding:.4rem .8rem;font-size:.84rem;border-radius:999px}.learn-space-shelf{width:100%;display:flex;flex-direction:column;gap:1rem}.learn-space-shelf-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.learn-space-shelf-title-group{display:flex;flex-direction:column;gap:.28rem;min-width:0}.learn-space-shelf-badge{display:inline-flex;align-self:flex-start;padding:.14rem .48rem;border-radius:999px;font-size:.72rem;font-weight:700;color:var(--ink-secondary);background:var(--bg-subtle)}.learn-space-shelf-title{margin:0;font-size:1.18rem;font-weight:750;color:var(--ink)}.learn-space-shelf-description{margin:0;font-size:.9rem;line-height:1.45;color:var(--ink-secondary)}.learn-space-new-pack-btn,.learn-space-inline-btn{padding:.38rem .8rem;font-size:.84rem;border-radius:999px}.learn-space-create-pack-row{display:flex;gap:.5rem;margin-bottom:.25rem}.learn-space-empty-state{border:1px dashed var(--border);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 90%,var(--bg-subtle) 10%),var(--surface));border-radius:18px;padding:1.4rem 1.1rem;text-align:center}.learn-space-empty-title{margin:0 0 .4rem;font-size:1rem;font-weight:700;color:var(--ink)}.learn-space-empty-copy{margin:0;font-size:.9rem;line-height:1.55;color:var(--ink-secondary)}.learn-space-pack-list{display:flex;flex-direction:column;gap:.75rem}.learn-space-pack-card{display:flex;align-items:center;gap:.85rem;padding:1rem 1.05rem;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 95%,var(--bg-subtle) 5%),var(--surface));box-shadow:0 10px 26px #0f172a0d;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.learn-space-pack-card:hover{transform:translateY(-1px);box-shadow:0 14px 30px #0f172a14;border-color:color-mix(in srgb,var(--border) 65%,var(--accent) 35%)}.learn-space-pack-card-main{flex:1;min-width:0;display:flex;align-items:center;gap:.8rem}.learn-space-pack-icon{width:2.8rem;height:2.8rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:14px;background:color-mix(in srgb,var(--accent) 10%,var(--surface) 90%);font-size:1.2rem}.learn-space-pack-name{display:block;font-size:1rem;font-weight:700;color:var(--ink)}.learn-space-pack-meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.45rem}.learn-space-pack-chip{display:inline-flex;align-items:center;border-radius:999px;padding:.18rem .55rem;font-size:.76rem;font-weight:600;color:var(--ink-secondary);background:var(--bg-subtle)}.learn-space-pack-arrow{color:var(--ink-faint);flex-shrink:0;font-size:1.25rem}.learn-space-pack-actions{display:flex;align-items:center;gap:.15rem;flex-shrink:0}.learn-space-pack-icon-btn{background:none;border:none;cursor:pointer;font-size:.82rem;padding:.22rem .28rem;color:var(--ink-muted)}.learn-space-pack-icon-btn:hover{color:var(--ink)}@media (max-width: 680px){.learn-space-shelf-header{flex-direction:column;align-items:stretch}.learn-space-new-pack-btn{align-self:flex-start}.learn-space-create-pack-row{flex-wrap:wrap}.learn-space-pack-card{align-items:flex-start;flex-wrap:wrap}.learn-space-pack-actions{margin-left:auto}}.note-search-fab{position:fixed;bottom:1.75rem;right:1.75rem;z-index:60;width:3rem;height:3rem;border-radius:50%;background:var(--accent);color:#fff;font-size:1.1rem;box-shadow:0 4px 12px #0000002e;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.note-search-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0f172a73;display:flex;align-items:flex-start;justify-content:center;padding:3.5rem 1rem 1rem}@media (max-width: 600px){.note-search-backdrop{padding:1rem 0 0;align-items:flex-end}}.note-search-modal{width:min(100%,540px);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 12px 40px #00000040;display:flex;flex-direction:column;max-height:72vh;overflow:hidden}@media (max-width: 600px){.note-search-modal{width:100%;max-height:85dvh;border-radius:var(--radius) var(--radius) 0 0}}@media (max-height: 500px){.note-search-modal{max-height:90dvh}.note-search-backdrop{padding:.5rem 1rem;align-items:flex-start}}.note-search-header{display:flex;flex-direction:column;gap:.5rem;padding:.75rem .75rem .75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0}.note-search-header-row{display:flex;align-items:center;gap:.5rem}.note-search-input{margin:0}.note-search-filter{margin:0;font-size:.85rem}.note-search-body{overflow-y:auto;flex:1;background:var(--bg)}.note-search-status{text-align:center;color:var(--ink-muted);font-size:.9rem;padding:2rem 0}.note-search-result-item{display:block;width:100%;text-align:left;padding:.75rem 1rem;border:none;border-bottom:1px solid var(--border);background:var(--bg);cursor:pointer;transition:background .1s}.note-search-result-item:last-child{border-bottom:none}.note-search-result-item:hover{background:var(--surface)}.note-search-result-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.note-search-result-title{font-weight:600;font-size:.9rem;color:var(--ink);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-search-result-topic{font-size:.75rem;color:var(--accent);background:var(--accent-soft);padding:.1rem .5rem;border-radius:999px;white-space:nowrap;flex-shrink:0;max-width:45%;overflow:hidden;text-overflow:ellipsis}.note-search-result-preview{font-size:.82rem;color:var(--ink-muted);margin:0;line-height:1.5}.note-search-detail{padding:.75rem 1rem}.note-search-detail-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.note-search-back-btn{font-size:.82rem;color:var(--ink-muted);background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.25rem .6rem}.note-search-back-btn:hover{background:var(--surface);color:var(--ink)}.note-search-goto-btn{font-size:.8rem;color:#fff;background:var(--accent);border:none;border-radius:var(--radius-sm);cursor:pointer;padding:.25rem .65rem}.note-search-goto-btn:hover{opacity:.88}.note-search-detail-breadcrumb{font-size:.78rem;color:var(--ink-muted);margin:0 0 .85rem}.note-search-detail-title{font-size:1rem;font-weight:700;color:var(--ink);margin:0 0 .75rem}.note-search-detail-content{font-size:.88rem;color:var(--ink);line-height:1.7;white-space:pre-wrap;word-break:break-word;margin:0}mark.note-search-hl{background:color-mix(in srgb,var(--accent) 22%,transparent);color:var(--accent);border-radius:2px;font-weight:700}.topic-create-source-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.topic-create-source-tab{padding:.35rem .85rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--ink-muted);font-size:.88rem;cursor:pointer}.topic-create-source-tab--active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:600}.topic-create-file-area{margin-bottom:1rem}.topic-create-file-pick-btn{width:100%;padding:.7rem 1rem;border:1.5px dashed var(--border);border-radius:var(--radius-sm);background:var(--surface-alt);color:var(--ink-muted);font-size:.9rem;cursor:pointer;text-align:center}.topic-create-file-pick-btn:hover{border-color:var(--accent);color:var(--accent)}.topic-create-file-selected{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-alt)}.topic-create-file-name{flex:1;font-size:.88rem;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topic-create-image-preview{position:relative;display:inline-block}.topic-create-image-preview img{max-width:100%;max-height:200px;border-radius:var(--radius-sm);display:block}.topic-create-image-preview button{position:absolute;top:.25rem;right:.25rem;background:#00000080;color:#fff;border:none;border-radius:50%;width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;cursor:pointer}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.note-drawer{animation:slideUp .22s cubic-bezier(.32,.72,0,1)}.nav-dropdown{position:absolute;top:calc(100% + .4rem);left:0;z-index:200;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 4px 20px #0000001a;min-width:160px;overflow:hidden;display:flex;flex-direction:column}.nav-dropdown--right{left:auto;right:0}.nav-dropdown__item{border:none;background:none;text-align:left;padding:.68rem 1rem;font-size:.9rem;color:var(--ink);cursor:pointer;min-width:unset;min-height:unset;width:100%;border-radius:0}.nav-dropdown__item:hover{background:var(--bg-subtle)}.nav-dropdown__item+.nav-dropdown__item{border-top:1px solid var(--border-subtle)}.category-detail-stack{width:100%;max-width:1040px;display:flex;flex-direction:column;gap:.35rem}.section.category-detail-content-card{gap:.2rem;padding:.7rem 1.25rem;margin:0!important}.category-detail-card-badge{display:inline-flex;align-items:center;align-self:flex-start;padding:.18rem .55rem;margin-left:-.3rem;margin-bottom:.4rem;border:1px solid color-mix(in srgb,var(--accent-border) 72%,white);border-radius:999px;background:color-mix(in srgb,var(--accent-subtle) 68%,white);color:var(--accent);font-size:.78rem;font-weight:600;line-height:1.35;white-space:nowrap}.category-detail-stack>.category-detail-content-card+.category-detail-content-card{margin-top:0!important}.category-detail-nav-actions,.topic-screen-nav-actions{display:flex;align-items:center;gap:.5rem}.category-detail-nav-button,.topic-detail-dashboard-button,.topic-screen-nav-button{width:44px;height:44px;min-width:unset;min-height:unset;padding:0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.category-detail-nav-button:hover,.topic-detail-dashboard-button:hover,.topic-screen-nav-button:hover{background:var(--bg-subtle);border-color:var(--accent-border);color:var(--accent)}.category-detail-dashboard-icon,.topic-detail-dashboard-icon,.topic-screen-dashboard-icon{display:grid;grid-template-columns:repeat(2,7px);grid-template-rows:repeat(2,7px);gap:4px}.category-detail-dashboard-icon span,.topic-detail-dashboard-icon span,.topic-screen-dashboard-icon span{width:7px;height:7px;border-radius:2px;background:currentColor}.category-detail-topic-icon,.topic-screen-topic-icon{display:flex;flex-direction:column;gap:4px;width:20px}.category-detail-topic-icon span,.topic-screen-topic-icon span{display:block;height:3px;border-radius:999px;background:currentColor}.category-detail-topic-icon span:nth-child(1),.topic-screen-topic-icon span:nth-child(1){width:18px}.category-detail-topic-icon span:nth-child(2),.topic-screen-topic-icon span:nth-child(2){width:14px}.category-detail-topic-icon span:nth-child(3),.topic-screen-topic-icon span:nth-child(3){width:20px}.category-detail-stack .breadcrumb,.category-detail-stack .breadcrumb-item{gap:.15rem}.category-detail-stack .breadcrumb-link{margin:-.16rem -.25rem;padding:.16rem .25rem;border-radius:7px;color:var(--accent);font-weight:650;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.category-detail-stack .breadcrumb-link:hover{background:var(--accent-subtle);color:var(--accent);text-decoration:none}.category-detail-stack .breadcrumb-link:focus-visible{outline:none;background:var(--accent-subtle);box-shadow:0 0 0 2px var(--accent-border)}.category-detail-content-card .section-header{margin-top:0}.category-detail-content-card .section-description{width:100%;max-width:none}.category-detail-subsection{display:flex;flex-direction:column;gap:.18rem}.category-detail-subsection--divided{margin-top:.5rem;padding-top:.9rem;border-top:1px solid var(--border)}.category-detail-empty-text{margin:0;color:var(--ink-faint);font-size:.875rem;line-height:1.6}.category-detail-content-card .section-toggle{padding-top:0;padding-bottom:0}.category-detail-content-card .section-toggle__arrow{font-size:1.15rem;margin-left:0}.section.category-detail-editorial-card{padding:1.5rem 1.75rem;gap:.35rem;border-radius:20px;background:color-mix(in srgb,var(--surface) 96%,#fffaf0);box-shadow:0 14px 34px #4c3f2d14}.category-detail-editorial-card .category-detail-card-badge{margin:0 0 .75rem;padding:0;border:0;background:transparent;color:var(--ink-muted);font-size:.76rem;font-weight:750;letter-spacing:.08em}.category-detail-editorial-card .section-toggle{gap:.45rem}.category-detail-editorial-card .section-toggle h3{color:var(--ink-muted);font-size:.82rem!important;font-weight:750!important;letter-spacing:.04em}.category-detail-editorial-card .section-toggle__arrow{color:var(--ink-faint);font-size:.85rem}.category-detail-summary-body,.category-detail-description-body{margin-top:.45rem}.category-detail-summary-callout{padding:1.25rem 1.4rem;border:1px solid color-mix(in srgb,#d7ae44 44%,var(--border));border-radius:16px;background:color-mix(in srgb,#fff4c7 72%,var(--surface))}.category-detail-summary-callout p{color:color-mix(in srgb,var(--ink) 88%,#6a5424)!important;font-size:1.02rem!important;font-weight:650;line-height:1.75!important}.category-detail-description-body>.section-description{min-height:5.4rem;padding:.15rem .1rem 0;color:var(--ink-secondary);font-size:.96rem;line-height:1.9}.category-detail-edit-textarea{margin-bottom:.5rem}.category-detail-editorial-card .category-detail-subsection--divided{margin-top:1rem;padding-top:1.15rem;border-color:color-mix(in srgb,var(--border) 75%,transparent)}.concept-note-list-item{position:relative;border:1px solid var(--border);border-radius:10px;padding:.5rem .65rem;background:var(--surface)}.concept-note-list-item--editorial{overflow:visible;padding:1.1rem 1.2rem 1.1rem 1.45rem;border-radius:15px;border-color:color-mix(in srgb,var(--border) 86%,#ccb992);background:color-mix(in srgb,var(--surface) 97%,#fffaf2);box-shadow:0 7px 20px #4c3f2d0e}.concept-note-list-item--editorial:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;border-radius:15px 0 0 15px;background:color-mix(in srgb,var(--accent) 24%,#dbe6f7)}.concept-note-list-item--editorial+.concept-note-list-item--editorial{margin-top:.55rem}.concept-note-list-item--editorial .concept-note-list-item__title{font-family:var(--font-serif);font-size:1.05rem;font-weight:750;letter-spacing:-.01em}.concept-note-list-item__details{display:flex;flex-direction:column;gap:.65rem;margin-top:.8rem}.concept-note-list-item__detail-row{display:grid;grid-template-columns:5.2rem minmax(0,1fr);gap:.8rem;align-items:start}.concept-note-list-item__label{color:var(--ink-muted);font-size:.75rem;font-weight:750;line-height:1.7}.concept-note-list-item__cue,.concept-note-list-item--editorial .concept-note-list-item__content{margin:0;font-size:.88rem;line-height:1.7}.concept-note-list-item__cue{color:var(--ink-secondary);font-family:var(--font-serif);font-style:italic}.concept-note-list-item__summary{margin:.9rem 0 0;padding:.65rem .85rem;border-radius:10px;background:color-mix(in srgb,var(--accent-subtle) 72%,var(--surface));color:var(--ink-secondary);font-size:.8rem;font-weight:650;line-height:1.55}.category-detail-content-card .category-tree-root--row{gap:.65rem;margin-top:.55rem}.category-detail-content-card .category-chip--toc{min-height:3.5rem;gap:.65rem;padding:.55rem .75rem;overflow:visible;border-radius:14px;background:color-mix(in srgb,var(--surface) 97%,#fffaf2);box-shadow:0 4px 14px #4c3f2d0b}.category-detail-content-card .category-chip--toc .category-chip__drag-handle{width:1.5rem;height:1.5rem;margin-left:0;background:transparent}.category-detail-content-card .category-chip--toc .category-chip__name{padding:.35rem 0;font-size:.94rem;font-weight:700}.category-detail-content-card .category-chip--toc .category-chip__rename{border-left:0;border-radius:8px;padding:.35rem .5rem}.category-chip__chevron{flex:0 0 auto;color:var(--ink-muted);font-family:var(--font-serif);font-size:1.55rem;line-height:1}@media (max-width: 680px){.section.category-detail-editorial-card{padding:1.15rem 1rem;border-radius:16px}.category-detail-summary-callout{padding:1rem}.category-detail-summary-callout p{font-size:.95rem!important}.concept-note-list-item--editorial{padding:.95rem .9rem .95rem 1.15rem}.concept-note-list-item__detail-row{grid-template-columns:1fr;gap:.15rem}.category-detail-content-card .category-chip--toc{gap:.45rem;padding:.5rem .6rem}.category-detail-content-card .category-chip--toc .category-chip__rename{font-size:0}.category-detail-content-card .category-chip--toc .category-chip__rename:after{content:"편집";font-size:.72rem}}.concept-note-list-item__header{display:flex;align-items:center;justify-content:space-between;gap:.45rem}.concept-note-list-item__toggle{flex:1;min-width:0;min-height:unset;padding:.2rem 0;border:none;background:none;color:var(--ink);display:flex;align-items:center;gap:.35rem;text-align:left;cursor:pointer}.concept-note-list-item__toggle:hover .concept-note-list-item__title{color:var(--accent)}.concept-note-list-item__arrow{flex-shrink:0;color:var(--ink-muted);font-size:.78rem;line-height:1}.concept-note-list-item__title{min-width:0;color:var(--ink);font-size:.92rem;font-weight:650;line-height:1.35;word-break:keep-all;overflow-wrap:anywhere;transition:color .15s ease}.concept-note-list-item__menu{position:relative;flex-shrink:0}button.concept-note-list-item__menu-button{width:32px;height:32px;min-width:unset!important;min-height:unset!important;font-size:1rem;letter-spacing:.04em}.concept-note-list-item__dropdown{min-width:136px}.concept-note-list-item__content{margin:.45rem 0 .05rem;color:var(--ink-secondary);font-size:.875rem;line-height:1.6;white-space:pre-wrap}.concept-note-list-item__image{display:block;max-width:100%;margin-top:.45rem;border:1px solid var(--border);border-radius:8px}.concept-note-list-loading{display:flex;flex-direction:column;gap:.45rem;padding:.65rem;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.concept-note-list-loading__bar{display:block;width:62%;height:.8rem;border-radius:999px;background:linear-gradient(90deg,var(--bg-subtle),var(--border),var(--bg-subtle));background-size:200% 100%;animation:concept-note-loading 1.2s ease-in-out infinite}.concept-note-list-loading__bar--wide{width:86%}@keyframes concept-note-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.concept-note-review-card{padding:1.25rem;cursor:pointer;animation:concept-note-review-enter .18s ease-out;backface-visibility:hidden;transform-origin:center;transform-style:preserve-3d;transition:transform .15s ease-in,opacity .15s ease-in,box-shadow .16s ease}.concept-note-review-main{display:flex;flex-direction:column;gap:1rem;padding-bottom:4rem}.concept-note-review-card--back{cursor:default}.concept-note-review-card--flipping{opacity:.68;transform:perspective(900px) rotateY(90deg)}.concept-note-review-card:focus-visible{outline:3px solid var(--accent-border);outline-offset:3px}@keyframes concept-note-review-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.concept-note-review-card__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--border);color:var(--ink-muted);font-size:.86rem;font-weight:600}.concept-note-review-card__meta strong{color:var(--accent)}.concept-note-review-card__scope-button{min-width:unset;min-height:unset;margin-left:auto;padding:.25rem .6rem;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--ink-muted);cursor:pointer;font:inherit;font-size:.78rem;font-weight:800;line-height:1.2}.concept-note-review-card__scope-button:hover{border-color:var(--accent-border);color:var(--accent)}.concept-note-review-card h2{margin:0 0 .75rem;color:var(--ink);font-size:1.25rem;line-height:1.45}.concept-note-review-card__label{display:block;margin:.75rem 0 .3rem;color:var(--ink-muted);font-size:.82rem;font-weight:800;letter-spacing:0}.concept-note-review-card__meta+.concept-note-review-card__label{margin-top:0}.concept-note-review-card__topic-block{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--border)}.concept-note-review-card__topic-block .concept-note-review-card__label{margin-top:0}.concept-note-review-card .concept-note-review-card__topic{margin:0;overflow:hidden;color:var(--ink-secondary);font-size:.88rem;font-weight:700;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.concept-note-review-card .concept-note-review-card__front-text,.concept-note-review-card .concept-note-review-card__question{margin:0 0 1.25rem;color:var(--ink);font-size:1.08rem;font-weight:700;line-height:1.6;white-space:pre-wrap}.concept-note-review-card .concept-note-review-card__summary{margin:0 0 .8rem;padding:.85rem;border:1px solid var(--accent-border);border-radius:var(--radius-md);background:var(--accent-subtle);color:var(--ink);font-weight:700}.concept-note-review-card .concept-note-review-card__content{margin:0}.concept-note-review-scratch{width:100%;min-height:4.5rem;margin:0 0 .75rem;padding:.65rem .75rem;overflow:hidden;resize:none;box-sizing:border-box;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle);color:var(--ink);font:inherit;font-size:.92rem;line-height:1.55}.concept-note-review-scratch:focus{outline:2px solid var(--accent-border);outline-offset:2px}.concept-note-review-card p{margin:0;color:var(--ink-secondary);font-size:1rem;line-height:1.75;white-space:pre-wrap}.concept-note-review-card img{display:block;max-width:100%;margin-top:1rem;border:1px solid var(--border);border-radius:var(--radius-md)}.concept-note-review-card__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-top:1.25rem}.concept-note-pick-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.concept-note-pick-toolbar__count{color:var(--ink-muted);font-size:.82rem}.concept-note-pick-list{display:flex;flex-direction:column;max-height:320px;overflow-y:auto}.concept-note-pick-group-label{padding:.5rem .25rem .2rem;color:var(--ink-muted);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.concept-note-pick-row{display:grid;grid-template-columns:1.35rem minmax(0,1fr);align-items:start;gap:.6rem;padding:.5rem;border-radius:6px;cursor:pointer}.concept-note-pick-row--selected{background:var(--accent-subtle)}.concept-note-pick-row__checkbox{width:1.05rem;height:1.05rem;margin:.1rem 0 0}.concept-note-pick-row__title{min-width:0;color:var(--ink);font-size:.88rem;line-height:1.45;overflow-wrap:anywhere;word-break:keep-all}.concept-note-review-complete{padding:1.5rem;text-align:center}.concept-note-review-complete h2{margin:0 0 .5rem;color:var(--ink)}@media (max-width: 560px){.concept-note-review-card__actions{grid-template-columns:1fr}}@media (max-width: 680px){.topic-category-memo-card{padding:0}.topic-category-memo-card__display,.topic-category-memo-card__editor{padding:.85rem .9rem}.category-toc-heading--content-aligned{padding-left:1rem}.category-root-toolbar{align-items:center}.category-sort-select__button{font-size:.78rem}.category-root-toolbar__add{padding:.42rem .65rem}.category-toc-card .category-toc-row{min-height:4rem;gap:.35rem;padding:.5rem .65rem}.category-toc-card .category-chip__rename{font-size:0}.category-toc-card .category-chip__rename:after{content:"편집";font-size:.7rem}.unclassified-note-list .unclassified-inbox-card{padding:.85rem}.unclassified-inbox-card__pin{width:2.1rem;height:2.1rem}.unclassified-note-section__header{align-items:flex-start;flex-direction:row}.unclassified-note-section__heading{min-width:0}}.concept-book-reader{min-height:100vh;background:radial-gradient(circle at 50% 18%,#ffffffbf,#fff0 34%),linear-gradient(90deg,rgba(160,137,105,.1),transparent 9%,transparent 91%,rgba(120,91,58,.12)),#f5f1e8;color:#2f2922}.concept-book-reader:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(circle at 24% 42%,rgba(104,86,58,.06),transparent 18%);background-size:100% 100%;mix-blend-mode:multiply}.concept-book-reader__header{position:sticky;top:0;z-index:20;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);background:#f5f1e8f0;border-bottom:1px solid rgba(92,75,52,.22);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.concept-book-reader__header-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1.25rem .6rem}.concept-book-reader__current-page{display:flex;align-items:flex-start;gap:.75rem;padding:0 1.25rem .4rem}.concept-book-reader__brand{display:flex;align-items:center;gap:.6rem;flex:1;min-width:0}.concept-book-reader__tools{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.concept-book-reader__title{flex:1;min-width:0;overflow:hidden;color:#55452f;font-size:.98rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}button.concept-book-reader__icon-btn{color:#4a3c2b}.concept-book-reader__progress-wrap{display:flex;align-items:center;gap:.6rem;padding:0 1.25rem .4rem}.concept-book-reader__page-count{color:#8b7b65;font-size:.75rem;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0}.concept-book-reader__progress{flex:1;height:2px;background:#54432e2e}.concept-book-reader__progress-fill{height:100%;background:#8e1e25;transition:width .3s}.concept-book-reader__search-panel{box-sizing:border-box;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);padding:.75rem 1rem;border-bottom:1px solid rgba(92,75,52,.16);background:#faf7eff5}.concept-book-reader__search-input{display:block;width:100%;box-sizing:border-box;padding:.55rem .85rem;border:1px solid rgba(92,75,52,.2);border-radius:8px;background:#fffdf7e6;color:#2f2922;font-size:.9rem}.concept-book-reader__page{display:flex;flex-direction:column;width:100%;min-height:calc(100vh - 120px);box-sizing:border-box;padding:.75rem .25rem 7.4rem}.concept-book-reader__overview{display:grid;width:100%;max-width:900px;box-sizing:border-box;margin:0 auto 1.55rem;padding:0 0 1rem .55rem;border-bottom:1px solid rgba(103,82,55,.18)}.concept-book-reader__location{display:grid;gap:.45rem}.concept-book-reader__overview-label{color:#8b7356;font-family:Inter,system-ui,sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.concept-book-reader__location-path{min-width:0;color:#635647;font-size:.98rem;line-height:1.55;overflow-wrap:anywhere;word-break:keep-all}.concept-book-reader__chapter{max-width:860px;width:100%;box-sizing:border-box;margin:0 auto 1.35rem;text-align:left}.concept-book-reader__chapter h1{margin:0;color:#2d251f;font-size:clamp(1.65rem,5.5vw,2.35rem);font-weight:700;line-height:1.35;letter-spacing:0}.concept-book-reader__chapter-meta{margin:1.25rem 0 0;color:#8b8172;font-size:.95rem;font-style:italic}.concept-book-reader__section,.concept-book-reader__notes,.concept-book-reader__related{width:100%;box-sizing:border-box;margin:0 0 1.1rem;border-top:1px solid rgba(103,82,55,.18);border-bottom:1px solid rgba(103,82,55,.14);background:#fffdf76b}.concept-book-reader__section{padding:1.05rem .2rem 1.05rem .8rem}.concept-book-reader__section-label,.concept-book-reader__notes-header p{margin:0 0 .8rem;color:#6f5738;font-family:Inter,system-ui,sans-serif;font-size:.82rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.concept-book-reader__section--summary .concept-book-reader__section-label{color:#8e1e25}.concept-book-reader__body-copy{margin:0;color:#43372b;font-size:1.02rem;line-height:1.9;white-space:pre-wrap}.concept-book-reader__notes-header{display:flex;align-items:center;justify-content:space-between;padding:1rem .75rem .2rem .55rem}.concept-book-reader__related-list,.concept-book-reader__category-list{display:grid;gap:0}.concept-book-reader__category-link{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:unset;min-height:unset;padding:.7rem 0;border:none;border-bottom:1px solid var(--border);background:none;color:var(--ink);cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:500;line-height:1.55;text-align:left}.concept-book-reader__category-link span:first-child{flex:1 1 auto;min-width:0;overflow-wrap:anywhere;word-break:keep-all}.concept-book-reader__category-link span:last-child{flex-shrink:0;margin-left:.5rem;color:var(--ink-muted);font-size:.8rem}.concept-book-reader__child-section{padding-top:1.05rem}.concept-book-reader__related-link{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;width:100%;min-width:0;min-height:unset;padding:.8rem .85rem;border:none;border-top:1px solid rgba(103,82,55,.12);background:transparent;color:#43372b;cursor:pointer;font-family:inherit;font-size:.98rem;font-weight:700;line-height:1.55;text-align:left}.concept-book-reader__related-link span:first-child{min-width:0;word-break:keep-all;overflow-wrap:anywhere}.concept-book-reader__related-link span:last-child{flex-shrink:0;color:#8e1e25;font-size:.9rem}.concept-book-reader__related-empty{margin:0;padding:.45rem .2rem .9rem;color:#8b8172;font-size:.9rem}.concept-book-reader__note-list{display:flex;flex-direction:column}.concept-book-reader__note-toggle{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:.8rem;padding:.85rem .75rem .85rem .2rem;border:none;background:none;cursor:pointer;min-width:unset;min-height:unset;text-align:left}.concept-book-reader__note-index{flex-shrink:0;width:1.45rem;color:#9c917f;font-family:Inter,system-ui,sans-serif;font-size:.82rem;font-weight:800;line-height:1.9;text-align:right;font-variant-numeric:tabular-nums}.concept-book-reader__note-title-wrap{flex:1;min-width:0}.concept-book-reader__note-title{display:inline-flex;align-items:center;gap:.4rem;max-width:100%;color:#332820;font-size:1rem;font-weight:700;line-height:1.5}.concept-book-reader__note-title-text{min-width:0}.concept-book-reader__bookmark-mark{position:relative;flex-shrink:0;width:.72rem;height:1rem;margin-top:.08rem;border-radius:.18rem .18rem .08rem .08rem;background:linear-gradient(180deg,#f0c25b,#d8893f);box-shadow:0 1px #ffffff73 inset,0 1px 4px #5c3d1833}.concept-book-reader__bookmark-mark:after{content:"";position:absolute;left:50%;bottom:-1px;width:.34rem;height:.34rem;background:var(--surface);transform:translate(-50%) rotate(45deg)}.concept-book-reader__note-cue-preview{display:block;margin-top:.24rem;color:#8b8172;font-size:.85rem;line-height:1.55;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.concept-book-reader__note-arrow{flex-shrink:0;margin-top:.2rem;color:#9b927f;font-size:.72rem}.concept-book-reader__note--expanded{background:#fff9eed9;border-left:3px solid rgba(139,115,86,.35);margin-left:-3px}.concept-book-reader__note-open{border-top:1px dashed rgba(103,82,55,.16)}.concept-book-reader__note-body{display:grid;gap:.75rem;padding:1rem 1rem .85rem}.concept-book-reader__cornell-block{display:grid;gap:.24rem}.concept-book-reader__cornell-block span{color:#8b7356;font-family:Inter,system-ui,sans-serif;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.concept-book-reader__cornell-block p{margin:0;color:#4a3c2f;font-size:.96rem;line-height:1.82;white-space:pre-wrap}.concept-book-reader__cornell-block--summary{padding-top:.7rem;border-top:1px solid rgba(103,82,55,.14)}.concept-book-reader__note-image{display:block;max-width:100%;margin-top:.2rem;border:1px solid rgba(103,82,55,.18);border-radius:8px}.concept-book-reader__note-actions{padding:.75rem 1rem .95rem;border-top:1px solid rgba(103,82,55,.12)}@media (max-width: 520px){.concept-book-reader__note-body{padding:.95rem .85rem .8rem}.concept-book-reader__note-actions{padding:.75rem .85rem .9rem}}.concept-book-reader__practice-btn{min-width:unset;min-height:unset;padding:.4rem .85rem;border:1px solid rgba(142,30,37,.32);border-radius:8px;background:#8e1e250f;color:#8e1e25;cursor:pointer;font-size:.84rem;font-weight:700}.concept-book-reader__empty{color:#8b8172;font-size:.94rem;text-align:center}.concept-book-reader__body-copy.concept-book-reader__empty{text-align:left;font-style:italic;font-size:.88rem;color:#b0a898;margin:0}.concept-book-reader__pager{position:fixed;left:0;right:0;bottom:0;z-index:95;padding:.9rem 1rem calc(.9rem + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#f5f1e8b8,#f5f1e8f5);border-top:1px solid rgba(103,82,55,.14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.concept-book-reader__pager-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:520px;margin:0 auto}.concept-book-reader__pager-page{grid-column:2;grid-row:1;color:#8b8172;font-size:.9rem;white-space:nowrap}.concept-book-reader__page-btn{min-width:unset;min-height:unset;padding:.42rem .5rem;border:none;background:transparent;color:#7f7566;cursor:pointer;font-family:inherit;font-size:.92rem}.concept-book-reader__page-btn:first-child{grid-column:1;text-align:right}.concept-book-reader__page-btn--next{grid-column:3;text-align:left}.concept-book-reader__page-btn:disabled{opacity:.35;cursor:default}.concept-book-reader__page-content{max-width:900px;width:100%;margin:0 auto}@media (min-width: 900px){.concept-book-reader__overview,.concept-book-reader__page-content{max-width:none}}.concept-book-reader__toc-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:98;background:#2f292247}.concept-book-reader__toc-panel{position:fixed;right:1.2rem;bottom:8.6rem;z-index:99;width:min(340px,calc(100vw - 2.4rem));max-height:60vh;overflow-y:auto;border:1px solid rgba(103,82,55,.2);border-radius:10px;background:#fbf7ee;box-shadow:0 18px 40px #2f292233}.concept-book-reader__toc-header{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;border-bottom:1px solid rgba(103,82,55,.14);color:#2f2922;font-size:1.1rem;font-style:normal;font-weight:700}.category-detail-content-card .empty-state{min-height:unset;padding:0;border:none;background:transparent;align-items:flex-start;text-align:left}.category-detail-content-card .empty-title,.category-detail-content-card .empty-message{margin:0}.landing-section-title{text-align:center;font-size:1.35rem;font-weight:800;color:var(--ink);margin:0 0 1.75rem}.landing-intro{padding:2rem 0 .5rem;text-align:center}.landing-intro__title{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;color:var(--ink);margin:0 0 .75rem;line-height:1.3}.landing-intro__sub{font-size:1rem;line-height:1.75;color:var(--ink-secondary);max-width:560px;margin:0 auto}.landing-intro__break{display:none}@media (min-width: 600px){.landing-intro__break{display:block}}.landing-audience-section{padding:2rem 0 2.5rem}.landing-steps{padding:2.5rem 0}.landing-steps-row{display:flex;align-items:flex-start;gap:.25rem}.landing-step-card{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.landing-step-num{font-size:.7rem;font-weight:800;color:var(--accent);letter-spacing:.05em;background:var(--accent-soft);padding:.1rem .5rem;border-radius:999px;margin-bottom:.5rem}.landing-step-icon{font-size:1.75rem;margin-bottom:.5rem;display:block}.landing-step-title{font-weight:700;font-size:.95rem;color:var(--ink);margin:0 0 .35rem}.landing-step-desc{font-size:.82rem;color:var(--ink-muted);margin:0;line-height:1.5}.landing-step-arrow{font-size:1.5rem;color:var(--ink-faint);flex-shrink:0;align-self:center;padding:0 .25rem}@media (max-width: 600px){.landing-steps-row{flex-direction:column;gap:.5rem;align-items:stretch}.landing-step-card{width:100%}.landing-step-arrow{display:none}}.landing-structure{background:var(--bg-subtle);border-radius:var(--radius-md);padding:2.5rem 1.5rem;margin-bottom:2rem}.landing-structure-flow{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.landing-struct-node{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-width:80px}.landing-struct-icon{font-size:1.2rem}.landing-struct-label{font-weight:700;font-size:.82rem;color:var(--ink);margin-top:.2rem}.landing-struct-desc{font-size:.7rem;color:var(--ink-muted);margin-top:.1rem;white-space:nowrap}.landing-struct-arrow{font-size:1.4rem;color:var(--ink-faint);flex-shrink:0}.landing-struct-leaves{display:flex;flex-direction:column;gap:.35rem}.landing-struct-leaf{padding:.3rem .7rem;border:1px solid var(--accent);border-radius:999px;background:var(--accent-soft);font-size:.78rem;font-weight:600;color:var(--accent);white-space:nowrap}@media (max-width: 700px){.landing-structure-flow{flex-direction:column;align-items:stretch}.landing-struct-node{flex-direction:row;justify-content:flex-start;text-align:left;gap:.5rem;min-width:unset}.landing-struct-desc{white-space:normal}.landing-struct-arrow{display:none}.landing-struct-leaves{flex-direction:row;flex-wrap:wrap}}.landing-features{padding:2.5rem 0}.landing-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.landing-feature-card{padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.landing-feature-icon{font-size:1.5rem;display:block;margin-bottom:.5rem}.landing-feature-title{font-weight:700;font-size:.9rem;color:var(--ink);margin:0 0 .35rem}.landing-feature-desc{font-size:.82rem;color:var(--ink-muted);margin:0;line-height:1.5}@media (max-width: 800px){.landing-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.landing-features-grid{grid-template-columns:1fr}}.landing-audience{padding:2.5rem 0}.landing-audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.landing-audience-card{padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-subtle)}.landing-audience-icon{font-size:1.75rem;display:block;margin-bottom:.5rem}.landing-audience-title{font-weight:700;font-size:.95rem;color:var(--ink);margin:0 0 .4rem}.landing-audience-desc{font-size:.83rem;color:var(--ink-muted);margin:0;line-height:1.5}@media (max-width: 500px){.landing-audience-grid{grid-template-columns:1fr}}.pricing-page{min-height:100dvh;display:flex;flex-direction:column;background:var(--bg)}.pricing-nav{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border-subtle);background:color-mix(in srgb,var(--bg) 90%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.pricing-nav-inner{width:100%;max-width:1120px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.pricing-content{max-width:960px;margin:0 auto;padding:3rem 1.5rem 4rem;flex:1;width:100%}.pricing-hero{text-align:center;margin-bottom:2.5rem}.pricing-title{font-size:2rem;font-weight:800;color:var(--ink);margin:0 0 .5rem}.pricing-subtitle{font-size:1rem;color:var(--ink-muted);margin:0}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem;align-items:start}.pricing-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.pricing-card--highlight{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.pricing-card-name{font-size:1.3rem;font-weight:800;margin:0}.pricing-badge{font-size:.72rem;font-weight:700;background:var(--accent);color:var(--accent-ink);padding:.15rem .5rem;border-radius:999px;white-space:nowrap}.pricing-card-summary{font-size:.83rem;color:var(--ink-muted);margin:.35rem 0 0;line-height:1.5}.pricing-feature-list{display:flex;flex-direction:column;gap:.55rem;margin:0}.pricing-feature-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.83rem}.pricing-feature-row dt{color:var(--ink-muted);flex-shrink:0}.pricing-feature-row dd{color:var(--ink);font-weight:600;text-align:right;margin:0}.pricing-feature-row--muted{color:var(--ink-faint)!important;font-weight:400!important}.pricing-ai-section{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1.5rem;margin-bottom:1.5rem}.pricing-ai-title{font-size:1rem;font-weight:700;color:var(--ink);margin:0 0 .25rem}.pricing-ai-note{font-size:.82rem;color:var(--ink-muted);margin:0 0 1rem}.pricing-ai-list{display:flex;flex-direction:column;gap:.65rem}.pricing-ai-row{display:flex;flex-direction:column;gap:.1rem;font-size:.83rem}.pricing-ai-row strong{color:var(--ink)}.pricing-ai-row span{color:var(--ink-muted)}.pricing-footer-note{text-align:center;font-size:.82rem;color:var(--ink-faint);margin:0}@media (max-width: 700px){.pricing-grid{grid-template-columns:1fr}}@media (max-width: 520px){.pricing-nav-inner{align-items:flex-start;flex-direction:column}.pricing-nav-inner .landing-nav-actions{width:100%;justify-content:space-between}}.learn-space-page{min-height:100vh;color:var(--ink);gap:0;background:linear-gradient(180deg,#f7f5f2,#fbfaf8 48%,#f4f2ef)}.desk-dashboard .page-header,.learn-space-page .page-header{background:transparent;width:min(100%,640px);max-width:640px;margin:0 auto;padding:.8rem .15rem .35rem;min-height:unset;border:none;border-radius:0;position:relative;z-index:30;overflow:visible;align-items:stretch}.learn-space-page .detail-main--wide{width:min(100%,640px);max-width:640px;display:flex;flex-direction:column;gap:1rem;padding-bottom:calc(96px + var(--safe-bottom))}.space-subtitle{margin:-.15rem 0 0;font-size:.95rem;font-weight:500;color:#8b837a;padding:0 .25rem}.space-filters{display:flex;gap:.7rem;padding:.35rem 0 0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.space-filters::-webkit-scrollbar{display:none}.space-filter-chip{padding:.58rem 1rem;border-radius:999px;border:1px solid #e2ddd6;background:#ffffffdb;font-size:.92rem;font-weight:700;color:#595856;cursor:pointer;white-space:nowrap;min-width:unset;min-height:unset;flex-shrink:0;box-shadow:0 5px 14px #34405412;transition:background .14s ease,color .14s ease,border-color .14s ease,transform .14s ease,box-shadow .14s ease}.space-filter-chip:hover{transform:translateY(-1px);border-color:#c9d3e4;background:#f7f9fc}.space-filter-chip--active{background:#eef4ff;color:#344054;border-color:#c7d7ef;box-shadow:inset 0 0 0 1px #34405414,0 8px 18px #3440541a}.space-filter-chip--active:hover{background:#e8f0fc;color:#344054;border-color:#bccde5}.space-search-wrap{position:relative;padding:0}.space-search-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.space-search-icon:before{content:"";position:absolute;top:1px;right:4px;bottom:4px;left:1px;border:2px solid #9b948e;border-radius:999px}.space-search-icon:after{content:"";position:absolute;right:1px;bottom:1px;width:7px;height:2px;border-radius:999px;background:#9b948e;transform:rotate(45deg);transform-origin:center}.space-search-input{width:100%;font-size:1rem;padding:.9rem 1rem .9rem 2.55rem;border:1px solid #e4dfd8;border-radius:12px;background:var(--surface);color:#252525;margin:0;box-shadow:0 8px 20px #3440540d}.space-search-input:focus{border-color:#c3d0e3;box-shadow:0 0 0 3px #3440541f}.space-section-title{margin:-.1rem 0 -.25rem;padding:0 .2rem;font-size:.95rem;font-weight:750;color:#8b837a}.space-resume-banner{position:relative;display:flex;align-items:center;gap:1rem;background:#344054;border-radius:20px;padding:1.55rem 1.45rem;width:100%;border:none;cursor:pointer;text-align:left;box-shadow:0 18px 38px #34405433;overflow:hidden}.space-resume-banner:before{content:"";position:absolute;inset:0 0 0 auto;width:34%;background:#ffffff0f;transform:skew(-18deg) translate(18%)}.space-resume-banner:hover{background:#3d485d}.space-resume-content{position:relative;z-index:1;flex:1;min-width:0}.space-resume-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:700;color:#c9d5e8;margin-bottom:.45rem}.space-resume-label:before{content:"";width:9px;height:9px;border-radius:999px;background:#9fb0cc;box-shadow:inset 0 0 0 3px #344054a6}.space-resume-title{margin:0;font-family:var(--font-sans);font-size:clamp(1.05rem,3.8vw,1.35rem);font-weight:750;color:#fffdf9;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.space-resume-btn{position:relative;z-index:1;background:#fffdf9;color:#344054;border-radius:14px;padding:.75rem 1rem;font-size:.95rem;font-weight:700;white-space:nowrap;flex-shrink:0}.space-topic-list{display:flex;flex-direction:column;border:1px solid #e5e1da;border-radius:18px;background:var(--surface);overflow:hidden;box-shadow:0 14px 34px #34405414;padding:0;margin:0}.space-topic-row{position:relative;display:flex;align-items:stretch;border-bottom:1px solid #ece8e2;background:var(--surface);width:100%;list-style:none}.space-topic-row:last-child{border-bottom:none}.space-topic-row__main{flex:1;display:flex;align-items:stretch;border:none;background:transparent;cursor:pointer;text-align:left;padding:0;min-width:0;transition:background .14s ease,transform .14s ease}.space-topic-row__main:hover{background:#fbfaf7}.space-topic-row__edit{display:flex;align-items:center;padding:0 1.05rem 0 .7rem;border:none;background:transparent;color:#8b837a;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap;min-width:unset;min-height:unset;flex-shrink:0}.space-topic-row__edit:hover{background:#fbfaf7;color:#344054}.space-topic-row__favorite{display:inline-flex;align-items:center;justify-content:center;width:44px;border:none;background:transparent;color:#cfc8bf;font-size:1.35rem;line-height:1;cursor:pointer;flex-shrink:0;transition:color .14s ease,transform .14s ease}.space-topic-row__favorite:hover{color:#c79b38;transform:translateY(-1px)}.space-topic-row__favorite--active{color:#c79b38}.space-topic-row__accent{width:6px;flex-shrink:0;box-shadow:none}.space-topic-row__body{flex:1;padding:1rem;min-width:0}.space-topic-row__title{display:flex;align-items:center;gap:.45rem;min-width:0;margin-bottom:.22rem}.space-topic-row__name{display:block;font-size:1.02rem;font-weight:750;color:#222326;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.space-topic-row__public-badge{flex-shrink:0;border-radius:999px;border:1px solid #c7d7ef;background:#f5f8fe;color:#344054;font-size:.72rem;font-weight:700;line-height:1;padding:.28rem .52rem;white-space:nowrap}.space-topic-row__meta{display:flex;align-items:center;gap:.3rem;font-size:.9rem;flex-wrap:wrap}.space-topic-row__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.space-topic-row__dot--continue{background:#6f86a5}.space-topic-row__dot--review{background:#a98762}.space-topic-row__dot--stale{background:#8b837a}.space-topic-row__dot--progress{background:#78967d}.space-topic-row__dot--fresh{background:#9d835c}.space-topic-row__status--continue{color:#506a8c;font-weight:700}.space-topic-row__status--review{color:#966b3f;font-weight:700}.space-topic-row__status--stale{color:#7f766e}.space-topic-row__status--progress{color:#718373}.space-topic-row__status--fresh{color:#927b58}.space-topic-row__detail{color:#8b837a}.library-page{background:radial-gradient(circle at 16% 8%,rgba(183,161,128,.08),transparent 28%),linear-gradient(180deg,#f8f5ef,#fbf8f2 55%,#f5f1e9)}.library-page .page-header{padding-bottom:.15rem}.library-page__main{gap:1rem!important;padding-top:.35rem!important}.library-search{position:relative}.library-search__icon{position:absolute;z-index:1;left:1.15rem;top:50%;width:15px;height:15px;border:2px solid #938b7e;border-radius:50%;transform:translateY(-57%);pointer-events:none}.library-search__icon:after{content:"";position:absolute;right:-6px;bottom:-4px;width:7px;height:2px;border-radius:999px;background:#938b7e;transform:rotate(45deg)}.library-search__input{width:100%;margin:0;padding:1rem 1.1rem 1rem 3rem;border:1px solid #e2dace;border-radius:16px;background:#fffdf9f0;color:#332f29;font-size:.92rem;box-shadow:0 7px 18px #4d402e0d}.library-search__input:focus{border-color:#b9ad9c;box-shadow:0 0 0 3px #7e705b1a}.library-page__count{margin:.15rem 0 -.35rem;padding:0 .2rem;color:#918779;font-size:.82rem;font-weight:750}.library-book-list{display:flex;flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none}.library-book-card{min-width:0;overflow:hidden;border:1px solid #e1d9cd;border-radius:18px;background:#fffdf9f7;box-shadow:0 8px 20px #4d402e0f;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.library-book-card:hover{border-color:#d3c7b7;box-shadow:0 12px 26px #4d402e17;transform:translateY(-1px)}button.library-book-card__button{display:flex;align-items:stretch;width:100%;min-width:unset;min-height:unset;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.library-book-card__spine{width:12px;min-height:132px;flex:0 0 12px;box-shadow:inset -2px 0 #2c261f1a}.library-book-card__body{display:flex;flex:1;min-width:0;flex-direction:column;padding:1rem 1.1rem .95rem}.library-book-card__title-row{display:flex;min-width:0;align-items:center;gap:.6rem}.library-book-card__title{min-width:0;overflow:hidden;color:#2e2a25;font-size:1rem;font-weight:750;letter-spacing:-.02em;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.library-book-card__badge{flex-shrink:0;padding:.28rem .55rem;border:1px solid #c7d0df;border-radius:999px;background:#f2f5fa;color:#52627d;font-size:.67rem;font-weight:750;line-height:1;white-space:nowrap}.library-book-card__description{display:-webkit-box;margin-top:.55rem;overflow:hidden;color:#59534b;font-size:.86rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.library-book-card__owner{display:flex;min-height:1.2rem;align-items:center;margin-top:auto;padding-top:.55rem;color:#9a9185;font-size:.76rem}@media (max-width: 520px){.library-page__main{gap:1.05rem!important}.library-book-list{gap:.7rem}.library-book-card__spine{min-height:122px}.library-book-card__body{padding:1rem .95rem .9rem}.space-topic-row__body{padding:.95rem .55rem .95rem .75rem}.space-topic-row__title{flex-wrap:wrap;gap:.28rem .4rem}.space-topic-row__name{flex:1 1 100%}.space-topic-row__favorite{width:34px}.space-topic-row__edit{padding:0 .55rem}}.learn-space-page .empty-state{border:1px dashed #d9d2c8;border-radius:16px;background:#ffffffc7;color:#8b837a;box-shadow:0 12px 30px #3440540f}.space-menu-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fffdf9;border:1px solid #e5e1da;border-radius:12px;box-shadow:0 18px 34px #34405424;min-width:160px;z-index:300;overflow:hidden}.space-menu-item{display:block;width:100%;padding:.7rem 1rem;text-align:left;font-size:.9rem;color:#2f3747;background:none;border:none;border-bottom:1px solid #ece8e2;cursor:pointer;min-width:unset;min-height:unset}.space-menu-item:last-child{border-bottom:none}.space-menu-item:hover{background:#f7f5f2}.space-pack-row{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;border-bottom:1px solid #ece8e2}.space-pack-row:last-child{border-bottom:none}.space-pack-row__name{flex:1;display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:none;border:none;cursor:pointer;text-align:left;padding:.3rem 0;font-size:.9rem;font-weight:600;color:#2f3747;min-width:0}.fab.space-note-fab{min-width:unset!important;min-height:unset!important;width:auto;height:auto;padding:.9rem 1.1rem;border-radius:999px;font-size:.88rem;font-weight:700;background:#344054;color:#fffdf9;box-shadow:0 14px 30px #34405442}.fab.space-fab{min-width:unset!important;min-height:unset!important;width:auto;height:auto;padding:.9rem 1.1rem;border-radius:999px;font-size:.88rem;font-weight:800;background:var(--ink);color:var(--bg);box-shadow:0 10px 28px #00000038}.desk-dashboard.layout-container.detail-page{width:100%;max-width:none;min-height:100dvh;margin:0;padding:0 1rem calc(96px + var(--safe-bottom));border:none;border-radius:0;align-items:stretch;gap:.75rem}.desk-dashboard .desk-main{width:min(100%,640px);max-width:640px;margin:0 auto}.desk-dashboard .desk-fab{right:1.5rem}.desk-dashboard .desk-hero,.desk-dashboard .desk-section{background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-md)}.desk-dashboard .desk-hero{position:relative;overflow:visible;padding-top:1.65rem}.desk-dashboard .desk-hero__top-row{margin-top:-.15rem;margin-bottom:.1rem}.desk-dashboard .desk-hero:before{content:"";position:absolute;top:-2px;left:50%;transform:translate(-50%);width:22px;height:42px;background:var(--accent);clip-path:polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);z-index:2}.desk-dashboard .desk-hero__badge{background:transparent;padding:0;font-size:.83rem;font-weight:700;letter-spacing:.02em}.desk-dashboard .desk-hero__badge--continue,.desk-dashboard .desk-hero__badge--review,.desk-dashboard .desk-hero__badge--mistakes,.desk-dashboard .desk-hero__badge--reading{color:var(--accent)}.desk-dashboard .desk-hero__title{font-size:1.25rem;font-weight:700;color:var(--ink);line-height:1.2;background:none;border:none;padding:0;margin:0;cursor:pointer;text-align:left;min-width:unset;min-height:unset;text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--border)}.desk-dashboard .desk-hero__title:hover{text-decoration-color:var(--ink)}.desk-dashboard .desk-hero__line{color:var(--ink-secondary)}.desk-dashboard .desk-hero__actions{display:flex;flex-direction:column;align-items:stretch;gap:.55rem;width:100%;margin-top:1rem}.desk-dashboard .desk-hero__actions>button{width:100%}.desk-dashboard .desk-hero__progress{height:10px;background:var(--border);border-radius:3px}.desk-dashboard .desk-hero__progress-fill{background:var(--accent);border-radius:3px}.desk-dashboard .desk-hero__primary{background:var(--accent);color:var(--bg);border-color:var(--accent)}.desk-dashboard .desk-hero__primary:hover{background:var(--accent-hover)}.desk-dashboard .desk-hero__secondary{background:transparent;border:1.5px solid var(--border);color:var(--ink)}.desk-dashboard .desk-hero__secondary:hover{background:var(--surface-raised)}.desk-dashboard .desk-section__title{font-size:.8rem;font-weight:600;color:var(--ink-muted);letter-spacing:.09em}.desk-dashboard .desk-list-card,.desk-dashboard .desk-public-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm);padding-left:1.2rem;position:relative}.desk-dashboard .desk-list-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:12px 0 0 12px;background:var(--accent)}.desk-dashboard .desk-list-card__badge{border-radius:4px}.desk-dashboard .desk-list-card__badge--continue,.desk-dashboard .desk-list-card__badge--review,.desk-dashboard .desk-list-card__badge--mistakes{background:var(--accent-subtle);color:var(--accent)}.desk-dashboard .desk-list-card__title{font-weight:600;color:var(--ink)}.desk-dashboard .desk-list-card__meta{color:var(--ink-muted)}.desk-dashboard .desk-public-card__title{color:var(--ink)}.desk-dashboard .desk-public-card__meta{color:var(--ink-muted)}.desk-dashboard .fab.desk-fab{background:var(--accent);color:var(--bg);box-shadow:var(--shadow-lg)}.desk-dashboard .desk-fab-group{position:fixed;right:1.5rem;bottom:calc(1.25rem + var(--safe-bottom));z-index:100;display:flex;flex-direction:column;align-items:flex-end;gap:.55rem}.desk-dashboard .desk-fab-group .fab.desk-fab{position:static;right:auto;bottom:auto}.desk-dashboard .fab.desk-fab--note{background:var(--surface);color:var(--accent);border:1px solid var(--accent-border)}.desk-quick-note-modal{display:flex;flex-direction:column;gap:.75rem;max-height:min(86dvh,720px);overflow:hidden}.desk-quick-note-list{flex:1;min-height:0;overflow-y:auto;padding:0 .15rem .15rem 0;overscroll-behavior:contain}.desk-dashboard .empty-state{color:var(--ink-muted)}.desk-header-greeting{font-size:1rem;font-weight:400;color:var(--ink);line-height:1.25;margin:0;flex:1;text-align:left}.desk-shelf-meta{font-size:.875rem;color:var(--ink-muted);margin:0 0 .5rem;text-align:left;padding-left:.75rem}.desk-hero__section-label{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;font-size:.85rem;font-weight:600;color:var(--ink-muted);margin:0}.desk-hero__last-studied{color:var(--ink-muted);font-size:.8rem;font-weight:500}.desk-hero__last-studied:before{content:"("}.desk-hero__last-studied:after{content:")"}.learning-theory{width:100%}.learning-theory__intro{margin-bottom:1.75rem}.learning-theory__intro p{font-size:.9rem;color:var(--ink-secondary);line-height:1.65;margin:0;max-width:640px}.learning-theory__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 768px){.learning-theory__grid{grid-template-columns:1fr}}.learning-theory__card{display:flex;flex-direction:column;gap:.4rem;border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem;background:var(--surface)}.learning-theory__badge{font-size:.72rem;font-weight:600;color:var(--accent);line-height:1.4}.learning-theory__title{font-size:.95rem;font-weight:700;color:var(--ink);margin:.15rem 0 0}.learning-theory__subtitle{font-size:.85rem;font-weight:600;color:var(--ink-secondary);margin:0}.learning-theory__body{font-size:.83rem;color:var(--ink-secondary);line-height:1.6;margin:.25rem 0 0;flex:1}.learning-theory__usage{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-subtle, var(--border))}.learning-theory__usage>span{display:block;font-size:.72rem;font-weight:700;color:var(--accent);margin-bottom:.25rem}.learning-theory__usage>p{font-size:.82rem;color:var(--ink-secondary);line-height:1.55;margin:0}.landing-science{padding:2rem 0 2.4rem}.landing-science__title{font-size:1.45rem;font-weight:700;line-height:1.35;color:var(--ink);margin:0 0 1rem;text-align:center}.cnf-breadcrumb{font-size:.72rem;color:var(--ink-muted);text-align:center;padding:.6rem 1rem 0;letter-spacing:.01em}.cnf-action-bar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem .75rem;width:100%;box-sizing:border-box}.cnf-cancel-btn{background:none;border:none;color:var(--ink-secondary);cursor:pointer;font-size:.88rem;padding:.3rem 0;min-width:unset!important;min-height:unset!important}.cnf-cancel-btn:hover{color:var(--ink)}.cnf-ai-btn{background:none;border:1px solid var(--accent-border);border-radius:var(--radius-full);color:var(--accent);cursor:pointer;font-size:.82rem;font-weight:500;padding:.3rem .85rem;min-width:unset!important;min-height:unset!important}.cnf-ai-btn:hover{background:var(--accent-subtle)}.cnf-save-btn{background:var(--ink)!important;color:#faf8f5!important;border:none!important;border-radius:var(--radius-md)!important;padding:.38rem 1.1rem!important;font-size:.9rem!important;font-weight:600!important;cursor:pointer;min-width:unset!important;min-height:unset!important}.cnf-save-btn:disabled{opacity:.45;cursor:not-allowed}.cnf-ai-panel{width:100%;background:var(--accent-subtle);border:1px solid var(--accent-border);border-radius:var(--radius-lg);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.5rem;box-sizing:border-box;margin-bottom:.5rem}.cnf-card{background:var(--surface-raised);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.5rem 1.5rem 1rem;display:flex;flex-direction:column}.cnf-title-input{width:100%;border:none;outline:none;background:transparent;font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--ink);padding:0;line-height:1.3;box-sizing:border-box}.cnf-title-input::placeholder{color:var(--ink-faint)}.cnf-divider{border:none;border-top:1px solid var(--border);margin:1rem 0 0}.cnf-section{display:flex;flex-direction:column;gap:.5rem;padding:.85rem 0;border-bottom:1px solid var(--border-subtle)}.cnf-section:last-child{border-bottom:none;padding-bottom:.25rem}.cnf-label{font-size:.76rem;font-weight:700;color:var(--ink-muted);letter-spacing:.02em}.cnf-label-sub{font-weight:400;color:var(--ink-faint)}.cnf-content-area{width:100%;border:none;outline:none;background-image:repeating-linear-gradient(to bottom,transparent,transparent calc(1.7rem - 1px),var(--border-subtle) calc(1.7rem - 1px),var(--border-subtle) 1.7rem);background-size:100% 1.7rem;line-height:1.7rem;padding:0 .15rem;resize:none;overflow:hidden;font-size:.9rem;color:var(--ink);box-sizing:border-box;min-height:5.1rem;font-family:var(--font-sans);background-color:transparent}.cnf-cue-wrapper{display:flex;align-items:flex-start;border-left:3px solid var(--accent-border);padding:.45rem .5rem .45rem .75rem;gap:.45rem;background:var(--surface);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.cnf-cue-q{font-family:var(--font-serif);font-style:italic;font-size:.95rem;color:var(--accent);line-height:1.5;flex-shrink:0;font-weight:600}.cnf-cue-input{flex:1;border:none;outline:none;background:transparent;font-size:.9rem;font-style:italic;color:var(--ink);padding:0;font-family:var(--font-sans);line-height:1.5}.cnf-cue-input::placeholder{color:var(--ink-faint);font-style:italic}.cnf-title-input,.cnf-cue-input,.cnf-summary-input{resize:none;overflow:hidden}.cnf-summary-input{width:100%;border:1px solid var(--accent-border);outline:none;background:var(--accent-subtle);border-radius:var(--radius-md);padding:.5rem .8rem;font-size:.88rem;color:var(--ink);box-sizing:border-box;font-family:var(--font-sans);line-height:1.5}.cnf-summary-input::placeholder{color:var(--ink-muted)}.cnf-image-drop{display:flex;flex-direction:row;align-items:center;gap:.75rem;border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1rem;background:var(--bg-subtle);cursor:pointer}.cnf-image-drop:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cnf-image-icon{color:var(--ink-faint);flex-shrink:0;display:flex;align-items:center}.cnf-image-hint{font-size:.84rem;color:var(--ink-muted)}.cnf-paraphrase-panel{margin-top:.5rem;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle)}.cnf-category-pill{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);padding:.38rem .9rem;font-size:.84rem;color:var(--ink-secondary);cursor:pointer;min-width:unset!important;min-height:unset!important}.cnf-category-pill:hover{background:var(--bg-subtle);border-color:var(--ink-faint)}.gip-main{width:100%;max-width:1040px;padding:0 0 2rem;display:flex;flex-direction:column;gap:1.5rem}.gip-description-card{display:flex;align-items:flex-start;gap:.7rem;border-left:3px solid var(--accent-border);border-radius:0 var(--radius-lg) var(--radius-lg) 0;padding:.9rem 1.1rem;background:var(--surface);border-top:1px solid var(--border);border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.gip-description-icon{font-size:1.1rem;color:var(--ink-faint);line-height:1.5;flex-shrink:0;letter-spacing:-.05em}.gip-description-text{margin:0;font-size:.88rem;color:var(--ink-secondary);line-height:1.65;font-style:italic}.gip-section-label{font-size:.8rem;color:var(--ink-muted);font-weight:600;padding-bottom:.5rem}.gip-count{color:var(--accent);font-weight:700}.gip-card{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--surface)}.gip-request-list{display:flex;flex-direction:column;gap:.5rem}.gip-request-card{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg)}.gip-request-name{margin:0;font-size:.92rem;font-weight:700;color:var(--ink)}.gip-request-status{margin:.15rem 0 0;font-size:.76rem;color:var(--ink-muted)}.gip-request-actions{display:flex;gap:.4rem;flex-shrink:0}.gip-empty{font-size:.85rem;color:var(--ink-muted);text-align:center;padding:1rem 1.25rem;border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--surface)}.gip-member-row{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.25rem}.gip-member-row--me{background:var(--bg-subtle)}.gip-section-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.5rem}.gip-share-btn{background:var(--accent);color:var(--accent-ink);border:none;border-radius:10px;padding:.38rem .85rem;font-size:.8rem;font-weight:600;cursor:pointer;min-width:unset!important;min-height:unset!important}.gip-share-btn:hover{background:var(--accent-hover)}.gip-topic-row{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.1rem}.gip-topic-spine{width:4px;height:36px;border-radius:2px;flex-shrink:0}.gip-topic-spine--edit{background:#4b7a5f}.gip-topic-spine--read{background:#c4a062}.gip-topic-name{font-weight:600;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink)}.gip-topic-access{font-size:.74rem;font-weight:600;margin-top:.1rem}.gip-topic-access--edit{color:#4b7a5f}.gip-topic-access--read{color:#c4a062}.gip-empty-inline{padding:1.5rem;text-align:center;color:var(--ink-muted);font-size:.88rem}.scratchpad-fab{position:fixed;left:1.25rem;bottom:calc(1.25rem + var(--safe-bottom));z-index:250;width:48px;height:48px;min-width:unset;min-height:unset;padding:0;border-radius:var(--radius-full);border:1px solid var(--accent-border);background:var(--surface);color:var(--accent);font-size:1.2rem;line-height:1;cursor:pointer;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center}.scratchpad-fab:hover{background:var(--accent-subtle)}button.floating-tool-button{height:48px!important;min-width:unset!important;min-height:unset!important;box-sizing:border-box;align-items:center}.floating-tool-button--explorer{justify-content:center;bottom:calc(1.25rem + var(--safe-bottom))}.floating-tool-button--raised{bottom:calc(5.25rem + var(--safe-bottom))}.scratchpad-panel{position:fixed;left:1.25rem;bottom:calc(5.25rem + var(--safe-bottom));z-index:250;width:min(320px,calc(100vw - 2.5rem));max-height:min(70dvh,560px);display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;animation:fadeIn .15s ease}.scratchpad-panel__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem .9rem;border-bottom:1px solid var(--border-subtle)}.scratchpad-panel__title{font-size:.92rem;font-weight:700;color:var(--ink)}.scratchpad-panel__close{min-width:unset;min-height:unset;padding:.15rem .4rem;border:none;background:none;color:var(--ink-muted);font-size:.95rem;cursor:pointer;border-radius:var(--radius-sm)}.scratchpad-panel__close:hover{background:var(--bg-subtle)}.scratchpad-panel__body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:.85rem .9rem 1rem;display:flex;flex-direction:column;gap:.85rem}.scratchpad-group__label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted);margin-bottom:.4rem}.scratchpad-group__chips{display:flex;flex-wrap:wrap;gap:.35rem}.scratchpad-chip{min-width:34px;min-height:34px;padding:0 .4rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-raised);color:var(--ink);font-size:.95rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.scratchpad-chip:hover{border-color:var(--accent-border);background:var(--accent-subtle)}.scratchpad-chip--copied{border-color:var(--success-border);background:var(--success-subtle);color:var(--success)}.scratchpad-chip--wide{min-width:unset;min-height:34px;padding:0 .65rem;font-size:.82rem;font-weight:700}.scratchpad-memo__head{display:flex;align-items:center;justify-content:space-between}.scratchpad-memo__copy{min-width:unset;min-height:unset;padding:.2rem .55rem;border:1px solid var(--accent-border);border-radius:var(--radius-sm);background:transparent;color:var(--accent);font-size:.76rem;font-weight:600;cursor:pointer}.scratchpad-memo__copy:disabled{opacity:.5;cursor:not-allowed}.scratchpad-memo__textarea{width:100%;box-sizing:border-box;margin-top:.4rem;padding:.5rem .6rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--ink);font-size:.88rem;line-height:1.5;resize:vertical;font-family:var(--font-sans)}.scratchpad-memo__textarea:focus{outline:none;border-color:var(--accent-border)}.stats-summary{margin:0 0 1.75rem;padding:.15rem 1rem;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.stats-summary__row{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid var(--border-subtle)}.stats-summary__row:last-child{border-bottom:none}.stats-summary__label{margin:0;font-size:.85rem;color:var(--ink-muted)}.stats-summary__value{margin:0;font-size:.92rem;font-weight:700;color:var(--ink);font-variant-numeric:tabular-nums}.stats-section{margin-bottom:1.75rem}.stats-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.85rem;flex-wrap:wrap}.stats-section__title{margin:0;font-size:1rem;font-weight:700;color:var(--ink)}.stats-section__hint{font-size:.76rem;color:var(--ink-muted)}.stats-sort{display:flex;gap:.4rem}.stats-sort__btn{min-width:unset;min-height:unset;padding:.35rem .8rem;border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);color:var(--ink-muted);font-size:.82rem;font-weight:600;cursor:pointer}.stats-sort__btn--active{border-color:var(--accent-border);background:var(--accent-subtle);color:var(--accent)}.stats-cat-list{display:flex;flex-direction:column;gap:.55rem}.stats-cat-row{display:flex;flex-direction:column;gap:.5rem;padding:.9rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.stats-cat-row__head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.stats-cat-row__name{font-size:.9rem;font-weight:600;color:var(--ink);min-width:0;word-break:keep-all;overflow-wrap:anywhere}.stats-bar{flex:1;height:7px;border-radius:var(--radius-full);overflow:hidden;background:var(--bg-subtle)}.stats-bar--split{display:flex}.stats-bar__fill{height:100%}.stats-bar__fill--correct{background:var(--success);flex-shrink:0}.stats-bar__fill--wrong{background:var(--danger);flex-shrink:0}.stats-cat-row__num{font-size:.78rem;color:var(--ink-muted);white-space:nowrap;flex-shrink:0;text-align:right}.stats-dist__empty{margin:0;padding:1.25rem;text-align:center;font-size:.85rem;color:var(--ink-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.stats-donut-wrap{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;padding:1.1rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.stats-donut{width:140px;height:140px;flex-shrink:0}.stats-legend{list-style:none;margin:0;padding:0;flex:1;min-width:180px;display:flex;flex-direction:column;gap:.5rem}.stats-legend__item{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.stats-legend__dot{width:11px;height:11px;border-radius:3px;flex-shrink:0}.stats-legend__name{flex:1;min-width:0;color:var(--ink);word-break:keep-all;overflow-wrap:anywhere}.stats-legend__val{color:var(--ink-muted);white-space:nowrap;flex-shrink:0;font-variant-numeric:tabular-nums}.stats-legend__name--link{min-width:unset;min-height:unset;padding:0;border:none;background:none;text-align:left;color:var(--accent);font:inherit;cursor:pointer}.stats-legend__name--link:hover{text-decoration:underline}.stats-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.15rem;margin-bottom:.85rem;font-size:.82rem}.stats-crumbs__seg{display:inline-flex;align-items:center;gap:.15rem}.stats-crumbs__sep{color:var(--ink-faint)}.stats-crumbs__item{min-width:unset;min-height:unset;padding:.1rem .3rem;border:none;background:none;color:var(--accent);font:inherit;cursor:pointer;border-radius:var(--radius-sm)}.stats-crumbs__item:disabled{color:var(--ink);font-weight:600;cursor:default}
