@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";:root{color-scheme:light;--ink: #1f2329;--ink-soft: #616975;--accent: #21433b;--accent-strong: #18342d;--accent-warm: #b56c50;--panel: rgba(255, 252, 246, .8);--panel-strong: rgba(255, 249, 240, .96);--line: rgba(81, 70, 58, .1);--line-strong: rgba(81, 70, 58, .18);--shadow: 0 20px 55px rgba(79, 63, 49, .12);--shadow-soft: 0 10px 28px rgba(79, 63, 49, .08);--radius-xl: 30px;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 12px;--font-sans: "Pretendard", "Noto Sans KR", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);color:var(--ink);background:radial-gradient(circle at top left,rgba(203,223,214,.88),transparent 28%),radial-gradient(circle at top right,rgba(239,225,199,.82),transparent 26%),linear-gradient(180deg,#f7f1e7,#f4ecdf 48%,#efe4d5);letter-spacing:-.02em}body.is-modal-open{overflow:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.32),transparent 40%),radial-gradient(circle at 20% 18%,rgba(255,255,255,.44),transparent 16%),radial-gradient(circle at 85% 14%,rgba(255,255,255,.26),transparent 14%);opacity:.85}::selection{background:#b56c502e}button,input,summary{font:inherit}#app{position:relative;z-index:1}.page-shell{width:min(1480px,calc(100vw - 28px));margin:0 auto;padding:20px 0 40px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.brand-stack{display:grid;gap:4px}.brand-kicker,.subject-number,.chapter-label,.note-kicker,.eyebrow,.field-label,.section-label,.meta-label{margin:0;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft)}.brand-name{font-size:clamp(1.25rem,2.1vw,2rem);line-height:1.14}.brand-subcopy{margin:0;color:var(--ink-soft);font-size:.96rem;font-weight:600}.menu-button,.menu-close{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border:1px solid rgba(255,255,255,.7);border-radius:18px;background:#fffffff2;box-shadow:var(--shadow-soft);color:var(--ink);cursor:pointer}.menu-button svg,.menu-close svg,.search-submit svg{width:22px;height:22px}.search-shell{margin-bottom:12px}.subject-stage-banner{display:flex;justify-content:center;width:100%;margin-bottom:14px}.subject-stage-banner p{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin:0 auto;padding:12px 18px;border:1px solid rgba(255,255,255,.78);border-radius:18px;background:#fffffff0;box-shadow:var(--shadow-soft);color:var(--accent-strong);font-size:.96rem;font-weight:800;letter-spacing:-.02em;text-align:center}.search-form{margin:0}.search-field{position:relative;display:flex;flex-direction:column;gap:10px;padding:14px 16px;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--panel-strong);box-shadow:var(--shadow-soft)}.search-field input{width:100%;border:1px solid transparent;outline:0;padding:13px 54px 13px 2px;background:transparent;color:var(--ink);font-size:1rem}.search-submit{position:absolute;right:14px;bottom:12px;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;border-radius:14px;background:#21433b1a;color:var(--accent);cursor:pointer}.search-notice{margin:8px 2px 0;color:var(--ink-soft);font-size:.9rem;line-height:1.5}.utility-deck{display:grid;gap:12px;margin-bottom:14px;min-width:0}.utility-card{min-width:0;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fffbf5d1;box-shadow:var(--shadow-soft)}.utility-card.is-empty{padding:12px 14px}.utility-hub-card,.utility-panel-shell{min-width:0}.utility-hub-card{display:grid;gap:12px;padding:14px 16px;border:1px solid var(--line);border-radius:24px;background:#ffffffd1;box-shadow:var(--shadow-soft)}.utility-hub-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.utility-hub-header strong{display:block;margin-top:4px;font-size:1rem}.utility-hub-pills{display:flex;flex-wrap:wrap;gap:8px}.utility-hub-pill{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;border:1px solid rgba(33,67,59,.08);border-radius:999px;background:#f8f4ece6;color:var(--ink-soft);cursor:pointer;transition:all .18s ease}.utility-hub-pill:hover{transform:translateY(-1px);border-color:#21433b24}.utility-hub-pill.is-active{background:#21433bf0;border-color:#21433bf0;color:#f8f4ea;box-shadow:var(--shadow-soft)}.utility-hub-pill.is-empty{opacity:.72}.utility-hub-pill-label,.utility-hub-pill-hint{white-space:nowrap}.utility-hub-pill-label{font-size:.9rem;font-weight:700}.utility-hub-pill-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 8px;border-radius:999px;background:#21433b14;color:var(--ink);font-size:.82rem;font-weight:800}.utility-hub-pill.is-active .utility-hub-pill-count{background:#ffffff2e;color:#f8f4ea}.utility-hub-pill-hint{font-size:.78rem;font-weight:700;letter-spacing:.03em;opacity:.74}.utility-panel-shell{animation:utility-panel-in .22s ease}@keyframes utility-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.utility-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.utility-card-header strong{display:block;margin-top:4px;font-size:1rem}.utility-card-header>div{min-width:0}.search-result-card .field-label,.review-shelf-card .field-label,.quiz-lab-card .field-label,.bookmark-shelf-card .field-label,.done-shelf-card .field-label,.utility-hub-card .field-label{display:inline-flex;align-items:center;gap:8px}.search-result-card .field-label:before,.review-shelf-card .field-label:before,.quiz-lab-card .field-label:before,.bookmark-shelf-card .field-label:before,.done-shelf-card .field-label:before,.utility-hub-card .field-label:before{content:"";flex:0 0 18px;width:18px;height:18px;border-radius:999px;border:1px solid rgba(33,67,59,.08);background-color:#ffffffd6;background-repeat:no-repeat;background-position:center;background-size:12px 12px}.search-result-card .field-label:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2321433b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.5 4a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13Z'/%3E%3Cpath d='m19 19-3.6-3.6'/%3E%3C/svg%3E")}.review-shelf-card .field-label:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2321433b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4.5' y='6' width='15' height='13.5' rx='3'/%3E%3Cpath d='M8 4.5v3M16 4.5v3M8 11.5h8M8 15h5'/%3E%3C/svg%3E")}.quiz-lab-card .field-label:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2321433b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.2 8.5a3.1 3.1 0 1 1 5 2.4c-.9.7-1.7 1.3-1.7 2.6'/%3E%3Ccircle cx='12' cy='17.4' r='.9' fill='%2321433b' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3C/svg%3E")}.bookmark-shelf-card .field-label:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2321433b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 5.5h10a1 1 0 0 1 1 1V19l-6-3.5L6 19V6.5a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E")}.done-shelf-card .field-label:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2321433b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6.5 12.5 3.5 3.5 7.5-8'/%3E%3Ccircle cx='12' cy='12' r='8.5' stroke-width='1.7'/%3E%3C/svg%3E")}.utility-hub-card .field-label:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2321433b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 19.5h4.2l9.7-9.7a1.8 1.8 0 0 0 0-2.6l-1.6-1.6a1.8 1.8 0 0 0-2.6 0l-9.7 9.7v4.2Z'/%3E%3Cpath d='m12.8 6.8 4.4 4.4'/%3E%3C/svg%3E")}.utility-card.is-empty .utility-card-header{margin-bottom:6px}.utility-card.is-empty .utility-card-header strong{font-size:.92rem}.utility-clear{border:1px solid rgba(33,67,59,.08);border-radius:14px;background:#ffffffb8;color:var(--ink-soft);padding:9px 12px;cursor:pointer}.utility-empty{margin:0;color:var(--ink-soft);line-height:1.6;font-size:.9rem}.utility-card.is-empty .utility-empty{line-height:1.5;font-size:.84rem}.search-result-list,.review-shelf-list,.quiz-lab-result-list,.bookmark-shelf-list,.done-shelf-list{display:flex;width:100%;max-width:100%;min-width:0;gap:10px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.search-result-button,.review-shelf-item,.quiz-result-button,.bookmark-shelf-item,.done-shelf-item{flex:0 0 clamp(188px,26vw,224px);min-width:0;max-width:min(100%,224px);display:grid;gap:5px;padding:12px 13px;border:1px solid rgba(33,67,59,.08);border-radius:18px;background:#ffffffd1;color:inherit;text-align:left;cursor:pointer;transition:all .18s ease}.note-utility-button{border-color:#b56c501f;background:linear-gradient(180deg,#fbf5ddf5,#f6edcdf5);box-shadow:inset 0 1px #ffffffb8}.search-result-button:hover,.review-shelf-item:hover,.quiz-result-button:hover,.bookmark-shelf-item:hover,.done-shelf-item:hover{border-color:#21433b2e;transform:translateY(-1px)}.search-result-button span,.review-shelf-item span,.quiz-result-button span,.bookmark-shelf-item span,.done-shelf-item span{color:var(--ink-soft);font-size:.78rem;font-weight:700;letter-spacing:.04em}.search-result-button strong,.review-shelf-item strong,.quiz-result-button strong,.bookmark-shelf-item strong,.done-shelf-item strong{font-size:.95rem;line-height:1.4;word-break:keep-all;overflow-wrap:anywhere}.quiz-lab-intro{display:grid;gap:12px}.quiz-lab-card{display:grid;gap:18px}.quiz-lab-card .utility-card-header{margin-bottom:0}.quiz-lab-intro p,.quiz-answer-copy{margin:0;color:var(--ink-soft);line-height:1.65}.quiz-lab-start{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:0;border-radius:16px;background:#21433beb;color:#f8f4ea;cursor:pointer}.quiz-stage{display:grid;gap:7px;padding:13px 14px;border-radius:16px;background:#efe1c785}.quiz-stage span{color:var(--ink-soft);font-size:.78rem;font-weight:700;letter-spacing:.04em}.quiz-stage strong,.quiz-question-card strong{line-height:1.5}.quiz-question-card{display:grid;gap:14px;padding:15px 16px;border-radius:18px;border:1px solid rgba(33,67,59,.08);background:#ffffffc2}.quiz-lab-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}.quiz-rate-grid{margin-top:4px}.mode-inline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.mode-button{position:relative;min-height:42px;padding:9px 8px;border:1px solid rgba(33,67,59,.08);border-radius:16px;background:#fff9;color:var(--ink-soft);font-size:.88rem;white-space:nowrap;cursor:pointer;transition:all .18s ease}.mode-button.is-active{background:#21433bf2;border-color:#21433bf2;color:#f8f4ea;font-weight:700;box-shadow:var(--shadow-soft)}.mode-button.is-speaking{box-shadow:0 0 0 2px #edc16d8c,0 10px 24px #21433b29}.mode-button.is-speaking:after{content:"";position:absolute;top:7px;right:8px;width:7px;height:7px;border-radius:999px;background:#f3cf75;box-shadow:0 0 0 4px #f3cf752e}.mode-inline.is-modal{gap:6px;margin-bottom:0;padding:6px;border:1px solid rgba(33,67,59,.08);border-radius:20px;background:#f6f0e6eb;box-shadow:inset 0 1px #ffffffb3}.mode-inline.is-modal .mode-button{min-height:40px;padding:8px 10px;font-size:.82rem;border-radius:14px;border-color:transparent;background:transparent}.mode-inline.is-modal .mode-button.is-active{background:#21433bf0;border-color:#21433bf0}.hero-card{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.95fr);gap:18px;margin-bottom:18px;padding:24px;border:1px solid rgba(33,67,59,.1);border-radius:var(--radius-xl);background:radial-gradient(circle at 0% 0%,rgba(219,230,223,.9),transparent 30%),radial-gradient(circle at 100% 0%,rgba(239,225,199,.95),transparent 30%),var(--panel);box-shadow:var(--shadow)}.eyebrow{display:inline-flex;align-items:center;gap:8px}.eyebrow-dot{width:8px;height:8px;border-radius:999px;background:var(--accent-warm)}.hero-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-top:16px}.hero-title-row h1{margin:6px 0 0;font-size:clamp(2rem,3vw,3.2rem);line-height:1.04}.source-pill,.weight-badge,.page-badge,.chapter-count{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:8px 12px;border-radius:999px;background:#ffffffc7;border:1px solid var(--line);color:var(--ink-soft);font-size:.84rem;font-weight:700}.hero-description,.chapter-description,.chapter-summary-box p,.note-summary-band p,.empty-state p,.empty-state-hint p{margin:0;color:var(--ink-soft);line-height:1.72}.hero-description{margin-top:14px;max-width:66ch;font-size:1rem}.chip-row,.keyword-stack{display:flex;flex-wrap:wrap;gap:8px}.chip-row{margin-top:18px}.chip,.keyword-pill{display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;background:#ffffffb8;border:1px solid var(--line);color:var(--ink-soft);font-size:.84rem;font-weight:600}.hero-side{display:flex;flex-direction:column;gap:14px}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.stat-card,.hero-meta,.chapter-nav-card,.chapter-summary-box,.empty-state,.empty-state-hint{border:1px solid var(--line);background:#fffbf5c7;box-shadow:var(--shadow-soft)}.stat-card{padding:14px;border-radius:var(--radius-md)}.stat-label{display:block;font-size:.76rem;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.08em}.stat-value{display:block;margin-top:8px;font-size:clamp(1.1rem,1.7vw,1.55rem)}.hero-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;border-radius:var(--radius-lg)}.hero-meta strong{display:block;margin-top:8px;font-size:1rem}.mindmap-shell{margin-bottom:18px}.version-heading{margin:34px 0 20px}.version-heading p{display:inline-flex;align-items:center;justify-content:center;min-height:58px;margin:0;padding:14px 20px;border:1px solid rgba(255,255,255,.72);border-radius:22px;background:#ffffffeb;color:var(--accent-strong);font-size:clamp(1.25rem,2vw,1.7rem);font-weight:900;letter-spacing:-.05em;line-height:1;box-shadow:var(--shadow-soft)}.mindmap-card{position:relative;padding:26px 22px;border:1px solid rgba(33,67,59,.1);border-radius:var(--radius-xl);background:radial-gradient(circle at 50% 45%,rgba(219,230,223,.5),transparent 24%),#fffbf5c7;box-shadow:var(--shadow-soft);overflow:hidden}.mindmap-card:before,.mindmap-card:after{content:"";position:absolute;left:50%;top:50%;background:#21433b1a;transform:translate(-50%,-50%)}.mindmap-card:before{width:min(68%,720px);height:1px}.mindmap-card:after{width:1px;height:min(68%,280px)}.mindmap-center{position:absolute;top:50%;left:50%;z-index:1;display:grid;place-items:center;gap:4px;width:168px;height:168px;padding:16px;border-radius:999px;background:#21433bf5;color:#f8f4ea;box-shadow:0 16px 35px #21433b38;transform:translate(-50%,-50%);text-align:center}.mindmap-center strong{font-size:2rem;line-height:1}.mindmap-kicker,.mindmap-caption{font-size:.82rem;font-weight:700;letter-spacing:.02em}.mindmap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 100px;min-height:360px}.mindmap-branch{position:relative;padding:18px;border:1px solid var(--line);border-radius:22px;background:#ffffffb8;box-shadow:var(--shadow-soft)}.mindmap-branch:before{content:"";position:absolute;width:48px;height:1px;top:50%;background:#21433b24}.branch-1:before,.branch-3:before{right:-48px}.branch-2:before,.branch-4:before{left:-48px}.mindmap-branch-head{display:grid;gap:4px;margin-bottom:12px}.mindmap-branch-head span{color:var(--ink-soft);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mindmap-node-list{display:flex;flex-wrap:wrap;gap:8px}.mindmap-node{display:inline-flex;align-items:center;padding:8px 10px;border:1px solid rgba(181,108,80,.08);border-radius:999px;background:#efe1c785;color:var(--ink);font-size:.84rem;line-height:1.35;cursor:pointer}.study-layout{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:16px;align-items:start}.chapter-nav{position:sticky;top:18px}.chapter-nav .mode-inline{margin-bottom:10px}.chapter-nav-card{padding:16px;border-radius:var(--radius-lg)}.chapter-nav-title{margin:0 0 12px;font-size:.95rem;font-weight:800}.chapter-link-list{display:flex;flex-direction:column;gap:8px}.chapter-link{display:grid;gap:3px;width:100%;padding:12px 13px;text-align:left;cursor:pointer;border-radius:14px;color:inherit;background:#ffffff9e;border:1px solid transparent}.chapter-link:hover{border-color:#21433b2e}.chapter-link strong{font-size:.94rem;line-height:1.35}.chapter-link span:last-child,.chapter-link.is-muted{color:var(--ink-soft)}.content-panel{display:flex;flex-direction:column;gap:18px}.chapter-section{padding:18px;border-radius:var(--radius-xl);border:1px solid var(--line);background:#fffaf3bd;box-shadow:var(--shadow-soft);animation:fade-up .42s ease both}.chapter-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.chapter-header h2,.empty-state h2{margin:6px 0 0;font-size:clamp(1.34rem,2vw,2rem)}.chapter-description{margin-top:12px}.chapter-summary-box{margin-top:14px;padding:14px 15px;border-radius:var(--radius-md)}.note-stack{display:flex;flex-direction:column;gap:12px;margin-top:14px}.note-card{border:1px solid rgba(81,70,58,.09);border-radius:20px;background:linear-gradient(180deg,#fbf5ddeb,#f6edcdeb);box-shadow:0 10px 24px #4f3f310f;overflow:hidden}.note-card.is-hot{border-color:#b55d3a2e}.note-card.is-saved{border-color:#21433b33}.note-card.is-done{border-color:#b56c502e;box-shadow:0 10px 24px #4f3f310f,inset 0 0 0 1px #b56c500f}.note-card.is-viewed{border-color:#21433b24;box-shadow:0 10px 24px #4f3f310f,inset 0 0 0 1px #21433b0d}.note-summary{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border:0;background:transparent;text-align:left;cursor:pointer}.note-header-copy h3{margin:6px 0 0;font-size:1.12rem;line-height:1.36}.note-preview{margin:8px 0 0;color:var(--ink-soft);line-height:1.6}.note-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.weight-badge{background:#b56c501f;color:var(--accent-warm);border-color:#b56c501f}.page-badge{background:#21433b0f;color:var(--accent)}.note-body{display:flex;flex-direction:column;gap:12px;padding:0 18px 18px}.note-actions{display:flex;flex-wrap:wrap;gap:8px}.note-action{border:1px solid var(--line);border-radius:999px;background:#ffffffd1;color:var(--ink-soft);padding:8px 12px;cursor:pointer;transition:all .18s ease}.note-action:hover{border-color:#21433b2e;transform:translateY(-1px)}.note-action.is-active{font-weight:700}.note-action.is-saved{background:#dbe6dfeb;border-color:#21433b2e;color:var(--accent)}.note-action.is-done{background:#efe1c7eb;border-color:#b56c502e;color:#8c4f32}.note-keywords{display:flex;flex-wrap:wrap;gap:8px}.keyword-island{display:grid;gap:10px;padding:12px 13px;border:1px solid rgba(181,108,80,.12);border-radius:18px;background:linear-gradient(180deg,#fffaeef5,#f9f2def5);box-shadow:inset 0 1px #ffffffb8}.keyword-island-label{margin:0;color:var(--accent-warm);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.keyword-island .keyword-pill{background:#ffffffe0;border-color:#b56c501f}.keyword-highlight{padding:0 .18em;border-radius:.42em;color:inherit;background:linear-gradient(180deg,#fff0 34%,#f9e29aeb 34%,#f4d26df5);box-decoration-break:clone;-webkit-box-decoration-break:clone}.recall-card,.review-coach-card{display:grid;gap:12px;padding:15px 16px;border-radius:18px;border:1px solid rgba(33,67,59,.08);background:#ffffffb8}.recall-card{background:linear-gradient(180deg,#fffbf3fa,#f7efdef5);border-color:#b56c5024}.recall-card.is-active{box-shadow:inset 0 0 0 1px #b56c5014}.recall-card-header,.review-coach-copy{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.recall-card-header strong,.review-coach-copy strong{display:block;margin-top:4px;font-size:1rem;line-height:1.4}.recall-status{display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border-radius:999px;background:#ffffffd6;border:1px solid rgba(181,108,80,.12);color:var(--accent-warm);font-size:.78rem;font-weight:700;white-space:nowrap}.recall-prompt,.review-coach-copy p{margin:0;color:var(--ink-soft);line-height:1.64}.recall-textarea{width:100%;min-height:128px;resize:vertical;padding:14px 15px;border:1px solid rgba(33,67,59,.1);border-radius:16px;background:#ffffffdb;color:var(--ink);line-height:1.68}.recall-actions{display:flex;flex-wrap:wrap;gap:8px}.recall-answer-card{display:grid;gap:10px;padding:14px 15px;border-radius:16px;border:1px solid rgba(181,108,80,.14);background:#fffcf4eb}.recall-answer-block{display:grid;gap:6px}.recall-answer-block strong{font-size:.9rem}.recall-answer-block p{margin:0;color:var(--ink-soft);line-height:1.68}.note-answer-shell{position:relative;min-height:0}.note-answer-overlay{display:none}.note-answer-shell.is-concealed{min-height:260px}.note-answer-shell.is-concealed>:not(.note-answer-overlay){filter:blur(12px);opacity:.18;pointer-events:none;-webkit-user-select:none;user-select:none}.note-answer-shell.is-concealed .note-answer-overlay{position:absolute;inset:0;z-index:1;display:grid;align-content:center;justify-items:center;gap:10px;padding:28px 18px;border-radius:22px;background:#fff9f0e6;text-align:center}.note-answer-overlay strong{font-size:1rem}.note-answer-overlay p{max-width:28ch;margin:0;color:var(--ink-soft);line-height:1.62}.confidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.confidence-button{display:grid;gap:5px;justify-items:flex-start;padding:12px 13px;border:1px solid rgba(33,67,59,.1);border-radius:16px;background:#ffffffd6;color:var(--ink);text-align:left;cursor:pointer;transition:all .18s ease}.confidence-button:hover{border-color:#21433b2e;transform:translateY(-1px)}.confidence-button strong{font-size:.94rem}.confidence-button span{color:var(--ink-soft);font-size:.8rem}.confidence-button.is-active{background:#efe1c7eb;border-color:#b56c502e}.cornell-grid{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(0,1.35fr);gap:12px}.cue-panel,.core-panel,.note-summary-band,.quiz-card{padding:14px 15px;border-radius:16px;border:1px solid var(--line)}.cue-panel{background:#efe1c759}.core-panel{background:#ffffffad}.note-summary-band{background:#dbe6df61}.quiz-summary{margin-bottom:2px}.note-section{padding:0 1px}.cornell-grid+.note-section,.note-section+.note-summary-band,.quiz-summary+.quiz-grid{margin-top:14px}.bullet-list{margin:10px 0 0;padding-left:18px;color:var(--ink-soft);line-height:1.72}.bullet-list.compact{margin-top:8px}.quiz-grid{display:grid;gap:10px}.quiz-card{background:#ffffffc2}.quiz-card summary{cursor:pointer;font-weight:700}.quiz-card p{margin:10px 0 0;color:var(--ink-soft);line-height:1.7}.note-modal-layer{position:fixed;inset:0;z-index:30}.note-modal-backdrop{position:absolute;inset:0;border:0;background:#171b2157}.note-modal{position:absolute;inset:min(28px,4vh) min(24px,4vw);max-width:980px;height:min(920px,calc(100vh - 56px));height:min(920px,calc(100svh - 56px));height:min(920px,calc(100dvh - 56px));margin:auto;display:flex;flex-direction:column;gap:14px;min-height:0;padding:22px;border-radius:28px;border:1px solid rgba(33,67,59,.14);background:#fffaf3fa;box-shadow:0 24px 80px #171b212e;overflow:hidden;transform-origin:top center}.note-modal-controls{position:absolute;top:14px;right:14px;z-index:2;display:inline-flex;align-items:center;gap:8px}.note-modal-speech,.note-modal-rate,.note-modal-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(33,67,59,.1);border-radius:15px;background:#fffffff5;box-shadow:var(--shadow-soft);color:var(--ink);cursor:pointer}.note-modal-speech svg,.note-modal-close svg{width:20px;height:20px}.note-modal-rate{width:auto;min-width:60px;padding:0 11px;font-size:.84rem;font-weight:800}.note-modal-speech.is-active{background:#21433bf0;border-color:#21433bf0;color:#f8f4ea}.note-modal-rate.is-active{border-color:#21433b2e;background:#efe1c7e0;color:var(--accent-strong)}.note-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-right:180px}.note-modal-header h3{margin:6px 0 0;font-size:clamp(1.3rem,2.2vw,2rem);line-height:1.2}.note-modal-toolbar{display:grid;grid-template-columns:max-content max-content minmax(0,1fr) minmax(0,1fr);gap:6px;align-items:center}.note-toolbar-chip,.note-modal-toolbar .note-action{display:flex;align-items:center;justify-content:center;min-width:0;min-height:36px;padding:6px 8px;border-radius:13px;font-size:.76rem;line-height:1.2;text-align:center;white-space:nowrap}.note-toolbar-chip{border:1px solid rgba(33,67,59,.08);font-weight:700}.note-modal-toolbar .note-action{width:100%}.note-modal-body{flex:1 1 auto;display:flex;flex-direction:column;gap:14px;min-height:0;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding-right:4px}.note-modal-body>*{flex:0 0 auto}.note-modal-study-tools{display:grid;gap:14px;max-height:0;padding-top:0;border-top:1px solid transparent;overflow:hidden;transform-origin:top center;opacity:0;transform:translateY(-6px);pointer-events:none;transition:max-height .28s cubic-bezier(.22,1,.36,1),padding-top .22s ease,border-color .22s ease,opacity .18s ease,transform .22s ease}.note-modal-study-tools.is-open{max-height:1200px;padding-top:14px;border-top-color:#21433b14;opacity:1;transform:translateY(0);pointer-events:auto}.note-modal-study-toggle-wrap{display:flex;justify-content:center;padding-top:4px;scroll-margin-top:12px}.note-modal-study-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border:1px solid rgba(33,67,59,.08);border-radius:999px;background:#fffffff5;color:#1f2329b8;font-weight:700;box-shadow:var(--shadow-soft);cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}.note-modal-study-toggle:hover{transform:translateY(-1px)}.note-modal-study-toggle.is-open{background:#f9f2def5;color:var(--accent-strong)}.note-modal-footer{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:10px;align-items:center;padding-top:10px;border-top:1px solid rgba(33,67,59,.08)}.note-nav-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 12px;border:1px solid rgba(33,67,59,.1);border-radius:16px;background:#ffffffc7;color:var(--ink);cursor:pointer;transition:all .18s ease}.note-nav-button svg{width:18px;height:18px;flex:0 0 auto}.note-nav-button:hover:not(:disabled){border-color:#21433b33;transform:translateY(-1px)}.note-nav-button:disabled{opacity:.42;cursor:default}.note-nav-button.is-next{justify-content:center}.note-nav-progress{display:grid;gap:2px;text-align:center}.note-nav-progress strong{font-size:.92rem}.note-nav-progress span{color:var(--ink-soft);font-size:.78rem;white-space:nowrap}@keyframes modal-body-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.empty-state{padding:30px;border-radius:var(--radius-xl)}.empty-state-hint{margin-top:16px;padding:14px 16px;border-radius:var(--radius-md)}.menu-layer{position:fixed;inset:0;z-index:20;pointer-events:none}.menu-layer.is-open{pointer-events:auto}.menu-backdrop{position:absolute;inset:0;border:0;background:#171b213d;opacity:0;transition:opacity .18s ease}.menu-layer.is-open .menu-backdrop{opacity:1}.menu-drawer{position:absolute;top:0;right:0;width:min(360px,90vw);height:100%;display:flex;flex-direction:column;padding:20px 18px 20px 20px;background:#fffbf5fa;box-shadow:-18px 0 48px #211a141f;border-radius:30px 0 0 30px;overflow:hidden;transform:translate(108%);transition:transform .22s ease}.menu-layer.is-open .menu-drawer{transform:translate(0)}.menu-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.menu-title{display:block;margin-top:4px;font-size:1.12rem}.menu-subject-list{display:flex;flex-direction:column;gap:10px;margin-top:18px;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:6px}.menu-subject-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px;border:1px solid var(--line);border-radius:18px;background:#ffffffb8;text-align:left;cursor:pointer}.menu-subject-item.is-active{border-color:#21433b2e;background:#dbe6dfb8}.menu-subject-number{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;border-radius:14px;background:#21433b14;color:var(--accent);font-weight:800}.menu-subject-copy{display:grid;gap:4px}.menu-subject-copy strong{font-size:.98rem}.menu-subject-copy span{color:var(--ink-soft);font-size:.86rem}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.hero-card,.study-layout{grid-template-columns:1fr}.chapter-nav{position:static}}@media(min-width:1024px){.utility-deck{grid-template-columns:repeat(2,minmax(0,1fr))}.search-result-card,.utility-hub-card,.utility-panel-shell{grid-column:1 / -1}}@media(max-width:780px){.page-shell{width:min(100vw - 20px,100%);padding-top:14px}.brand-name{font-size:1.25rem}.brand-subcopy{font-size:.88rem}.stat-grid,.hero-meta,.cornell-grid{grid-template-columns:1fr}.subject-stage-banner{display:flex;justify-content:center;margin-bottom:12px}.subject-stage-banner p{min-height:44px;padding:11px 15px;font-size:.88rem;border-radius:16px}.mode-inline{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mindmap-card{padding:18px}.version-heading{margin:26px 0 14px}.version-heading p{min-height:52px;padding:12px 16px;font-size:1.08rem;border-radius:18px}.mindmap-card:before,.mindmap-card:after,.mindmap-branch:before{display:none}.mindmap-center{position:static;width:100%;height:auto;min-height:132px;border-radius:28px;transform:none;margin-bottom:12px}.mindmap-grid{grid-template-columns:1fr;gap:12px;min-height:0}.mode-button{min-height:40px;padding:8px 6px;font-size:.8rem;border-radius:14px}.hero-title-row,.chapter-header,.note-summary,.note-modal-header{flex-direction:column;align-items:flex-start}.hero-card,.chapter-section,.empty-state,.menu-drawer{padding:18px}.utility-card{padding:14px}.utility-card.is-empty{padding:11px 12px}.utility-hub-card{padding:13px 14px;border-radius:22px}.utility-hub-pills{gap:7px}.utility-hub-pill{min-height:40px;padding:0 11px}.utility-hub-pill-label{font-size:.86rem}.utility-hub-pill-count{min-width:24px;height:24px;padding:0 7px;font-size:.78rem}.utility-hub-pill-hint{font-size:.74rem}.utility-card-header{gap:10px}.search-result-button,.review-shelf-item,.quiz-result-button,.bookmark-shelf-item,.done-shelf-item{flex-basis:min(208px,72vw);max-width:min(208px,72vw);padding:11px 12px;border-radius:16px}.note-body{padding:0 16px 16px}.note-summary{padding:15px 16px}.note-meta{justify-content:flex-start}.keyword-island{padding:11px 12px;border-radius:16px}.recall-card,.review-coach-card,.quiz-question-card{padding:13px 14px;border-radius:16px}.quiz-lab-start{width:100%}.recall-textarea{min-height:116px;padding:12px 13px}.confidence-grid{grid-template-columns:1fr}.source-pill,.chapter-count{align-self:flex-start}.note-modal{inset:12px;padding:16px;border-radius:22px;height:min(920px,calc(100vh - 24px));height:min(920px,calc(100svh - 24px));height:min(920px,calc(100dvh - 24px))}.note-modal-toolbar{gap:6px}.note-toolbar-chip,.note-modal-toolbar .note-action{min-height:34px;padding:6px 5px;font-size:.7rem;border-radius:12px}.mode-inline.is-modal{padding:5px;border-radius:18px}.mode-inline.is-modal .mode-button{min-height:36px;padding:7px 4px;font-size:.74rem;border-radius:12px}.note-modal-footer{gap:8px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.note-nav-button{min-height:38px;padding:8px;border-radius:14px;font-size:.76rem}.note-nav-progress strong{font-size:.84rem}.note-nav-progress span{font-size:.7rem}.note-modal-close{width:44px;height:44px;border-radius:15px}.note-modal-rate{min-width:56px;padding:0 10px;font-size:.78rem}.note-modal-controls{top:12px;right:12px;gap:8px}.note-modal-header{padding-right:170px}}@media(pointer:coarse){.note-modal-speech,.note-modal-rate,.note-modal-close{min-height:46px}.note-modal-speech,.note-modal-close{width:46px;height:46px}.note-modal-speech svg,.note-modal-close svg{width:21px;height:21px}.note-modal-rate{min-width:62px;padding:0 12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
