.search input:disabled{background:#f1ede5;color:#91887d;cursor:not-allowed}.theory-intro,.pdf-intro{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.theory-intro h2,.pdf-intro h2{margin:.25rem 0 .45rem;font-size:1.55rem}.theory-intro p,.pdf-intro p{margin:0;color:var(--muted);max-width:840px}.theory-legend{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.theory-legend span{font-size:.72rem;font-weight:850;padding:5px 8px;border:1px solid var(--line);border-radius:999px;background:#fff}.theory-legend span:nth-child(1){color:var(--orange)}.theory-legend span:nth-child(2){color:var(--purple)}.theory-legend span:nth-child(3){color:var(--green)}.theory-legend span:nth-child(4){color:var(--blue)}.theory-index{display:flex;gap:7px;overflow:auto;padding:4px 2px 13px;margin-bottom:4px;scrollbar-width:thin}.theory-index button{flex:0 0 auto;border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px 10px;text-align:left;cursor:pointer;font-size:.78rem;font-weight:800;box-shadow:0 3px 10px rgba(0,0,0,.025)}.theory-index button:hover{border-color:var(--orange);transform:translateY(-1px)}.theory-index small{display:block;color:var(--muted);font-size:.65rem;font-weight:700;margin-top:2px}.theory-chapter{background:rgba(255,254,249,.98);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden;margin:0 0 18px;scroll-margin-top:88px}.theory-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:22px;align-items:center;padding:22px 24px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fffef9 0%,#faf7f0 100%)}.theory-head h2{font-size:1.45rem;line-height:1.15;letter-spacing:-.02em;margin:.35rem 0 .65rem}.theory-head p{margin:0;color:#514b43;max-width:800px}.theory-figure{border:1px solid var(--line);border-radius:17px;background:#fff;padding:7px;min-height:170px;display:grid;place-items:center;overflow:hidden}.theory-figure svg{width:100%;height:auto;max-height:220px}.theory-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.theory-actions button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:7px 10px;font-size:.75rem;font-weight:850;cursor:pointer}.theory-actions button:first-child{color:var(--blue)}.theory-actions button:hover{border-color:#b9ad9d}.theory-topics{padding:4px 24px 18px}.theory-topic{display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;padding:19px 0;border-bottom:1px dashed var(--line)}.theory-topic:last-child{border-bottom:0}.topic-num{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--orange2);color:var(--orange);font-size:.72rem;font-weight:900;margin-top:1px}.theory-topic:nth-child(2n) .topic-num{background:var(--blue2);color:var(--blue)}.theory-topic h3{font-size:1.04rem;margin:0 0 7px}.topic-body{color:#403b35;font-size:.91rem;line-height:1.67}.topic-body mjx-container{color:#171717}.example{margin-top:11px;padding:10px 12px;border-left:3px solid var(--green);background:#f3f8ef;border-radius:0 11px 11px 0;display:grid;gap:2px;font-size:.82rem}.example b{color:var(--green);font-size:.7rem;text-transform:uppercase;letter-spacing:.07em}.example span{color:#4d5845}.pdf-macros{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:7px;margin:12px 0}.pdf-macros button{border:1px solid var(--line);background:#fff;border-radius:13px;padding:9px 10px;text-align:left;cursor:pointer;min-width:0}.pdf-macros button:hover,.pdf-macros button.active{border-color:var(--orange);background:#fff8f3;box-shadow:0 0 0 3px rgba(232,120,63,.07)}.pdf-macros b{display:block;font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf-macros small{display:block;color:var(--muted);font-size:.65rem;margin-top:2px}.pdf-shell{background:#2f2d29;border-radius:18px;overflow:hidden;border:1px solid #292723;box-shadow:0 16px 35px rgba(25,22,18,.16)}.pdf-toolbar{display:flex;align-items:center;gap:8px;min-height:54px;padding:8px 10px;background:#262522;color:#fff;border-bottom:1px solid #47443f}.pdf-toolbar>button:not(.ghost){width:36px;height:36px;border:1px solid #55514b;border-radius:9px;background:#34322e;color:#fff;cursor:pointer;font-weight:900}.pdf-toolbar label{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#d8d1c7}.pdf-toolbar input{width:64px;border:1px solid #5a554e;border-radius:8px;background:#191816;color:#fff;padding:6px 7px;text-align:center;outline:none}.pdf-toolbar input:focus{border-color:var(--orange)}.pdf-toolbar .ghost{margin-left:auto;background:#34322e;color:#fff;border-color:#55514b;height:36px}.pdf-title{font-size:.76rem;font-weight:800;color:#f0b28f;padding-left:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf-frame-wrap{position:relative;background:#55514c;min-height:72vh}.pdf-frame-wrap iframe{width:100%;height:calc(100vh - 155px);min-height:720px;border:0;background:#555}.pdf-missing{display:none;min-height:65vh;place-items:center;align-content:center;text-align:center;color:#fff;padding:30px}.pdf-missing.show{display:grid}.pdf-missing b{font-size:1.2rem}.pdf-missing span{color:#ddd5cc;margin-top:7px}.pdf-missing code{background:#1e1d1a;border-radius:6px;padding:2px 5px}.mobile-nav{grid-template-columns:repeat(5,1fr)!important}@media(max-width:1180px){.pdf-macros{grid-template-columns:repeat(4,minmax(120px,1fr))}.theory-head{grid-template-columns:1fr}.theory-figure{max-width:650px;width:100%}}@media(max-width:780px){.theory-intro,.pdf-intro{display:block}.theory-legend{justify-content:flex-start;margin-top:12px}.theory-index{margin-left:-2px;margin-right:-2px}.theory-chapter{border-radius:17px}.theory-head{padding:17px 15px;gap:14px}.theory-head h2{font-size:1.22rem}.theory-figure{min-height:130px}.theory-topics{padding:2px 15px 12px}.theory-topic{grid-template-columns:32px minmax(0,1fr);gap:9px;padding:15px 0}.topic-num{width:28px;height:28px;border-radius:9px;font-size:.64rem}.topic-body{font-size:.87rem;line-height:1.6}.pdf-macros{display:flex;overflow:auto;gap:6px;padding-bottom:5px}.pdf-macros button{flex:0 0 150px}.pdf-toolbar{position:sticky;top:0;z-index:2;flex-wrap:wrap}.pdf-title{order:3;width:100%;padding:0 4px}.pdf-toolbar .ghost{font-size:.68rem;padding:0 8px}.pdf-frame-wrap iframe{height:calc(100vh - 180px);min-height:590px}.mobile-nav button{font-size:.68rem!important;padding-left:1px!important;padding-right:1px!important}}@media(max-width:480px){.theory-actions button{flex:1}.pdf-toolbar label{font-size:.7rem}.pdf-toolbar input{width:52px}.pdf-toolbar .ghost{margin-left:0}.pdf-frame-wrap iframe{min-height:520px}}@media print{.theory-index,.theory-actions,.pdf-macros,.pdf-shell{display:none!important}.theory-chapter{box-shadow:none;break-inside:auto}.theory-head{grid-template-columns:1fr 300px}.theory-topic{break-inside:avoid}}
