.reader{min-height:100vh}.r-header{position:sticky;top:0;z-index:60;background:color-mix(in srgb,var(--background) 82%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--hairline)}.r-header .bar{display:flex;align-items:center;justify-content:space-between;gap:18px;height:64px;padding:0 24px}.r-header .left{display:flex;align-items:center;gap:16px;min-width:0}.r-header .brand{display:inline-flex;align-items:center;gap:9px;font-weight:700;letter-spacing:-.02em}.r-header .brand .mark{width:19px;height:19px;border-radius:5px;background:var(--brand-red)}.r-header .brand .mute{color:var(--muted-foreground);font-weight:600}.r-header .divider{width:1px;height:22px;background:var(--hairline)}.r-header .doctitle{font-size:.92rem;font-weight:600;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.r-header .right{display:flex;align-items:center;gap:14px}.r-progress{height:3px;background:transparent}.r-progress .fill{height:100%;width:0;background:var(--brand-red);transition:width .12s linear}.menu-toggle{display:none}.r-shell{display:grid;grid-template-columns:300px minmax(0,1fr);gap:0;align-items:start}.r-toc{position:sticky;top:64px;align-self:start;height:calc(100vh - 64px);overflow-y:auto;border-right:1px solid var(--hairline);padding:30px 22px 60px}.r-toc .toc-label{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground);margin:0 0 14px 8px}.r-toc ol{list-style:none;margin:0;padding:0}.r-toc .ch-item>a{display:block;padding:8px 10px;border-radius:var(--radius-md);font-weight:700;font-size:.92rem;letter-spacing:-.01em;color:var(--foreground)}.r-toc .ch-item>a .kap{display:block;font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:1px}.r-toc .ch-item{margin-bottom:4px}.r-toc .sec-list{margin:2px 0 10px;padding-left:10px;border-left:1px solid var(--hairline)}.r-toc .sec-list a{display:block;padding:5px 10px;border-radius:var(--radius-md);font-size:.85rem;color:var(--muted-foreground);line-height:1.35}.r-toc a:hover{background:var(--muted);color:var(--foreground)}.r-toc a.active{color:var(--brand-red);background:color-mix(in srgb,var(--brand-red) 8%,transparent);font-weight:600}.r-toc .ch-item>a.active{color:var(--brand-red)}.r-main{padding:0 24px}.r-article{max-width:760px;margin:0 auto;padding:56px 0 120px}.r-article .chapter{padding-top:26px;scroll-margin-top:84px}.r-article .chapter+.chapter{margin-top:46px;border-top:1px solid var(--hairline)}.r-article .kap-eyebrow{font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-red)}.r-article h2{font-size:clamp(2rem,3.4vw,2.7rem);margin:12px 0 0;letter-spacing:-.025em}.r-article section.sec{scroll-margin-top:84px;margin-top:44px}.r-article h3{font-size:1.5rem;margin:0 0 4px;letter-spacing:-.02em;display:flex;gap:12px;align-items:baseline}.r-article h3 .secnum{color:var(--brand-red);font-size:1.05rem;font-weight:700;font-variant-numeric:tabular-nums}.r-article h4{font-size:1.12rem;font-weight:700;margin:30px 0 0;letter-spacing:-.01em}.r-article p{font-size:1.06rem;line-height:1.72;color:var(--foreground);margin-top:18px;text-wrap:pretty}.r-article .lead{color:var(--muted-foreground)}.r-article ul{margin:16px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.r-article ul li{position:relative;padding-left:26px;font-size:1.04rem;line-height:1.6;color:var(--foreground)}.r-article ul li:before{content:"";position:absolute;left:4px;top:11px;width:6px;height:6px;border-radius:999px;background:var(--brand-red)}.r-article .r-table-wrap{margin:26px 0 0;overflow-x:auto;border:1px solid var(--hairline);border-radius:var(--radius-lg)}.r-article .r-table{width:100%;border-collapse:collapse;font-size:.92rem}.r-article .r-table th,.r-article .r-table td{padding:10px 14px;text-align:left;vertical-align:top;border-bottom:1px solid var(--hairline);border-right:1px solid var(--hairline)}.r-article .r-table th:last-child,.r-article .r-table td:last-child{border-right:0}.r-article .r-table tbody tr:last-child td{border-bottom:0}.r-article .r-table thead th{background:var(--muted);font-weight:700;letter-spacing:.02em;white-space:nowrap}.r-article .r-table tbody tr:nth-child(2n) td{background:color-mix(in srgb,var(--muted) 45%,transparent)}.r-article .r-table td:not(:first-child),.r-article .r-table th:not(:first-child){font-variant-numeric:tabular-nums}.r-article .r-figure{margin:28px 0 0}.r-article .r-figure img{width:100%;height:auto;display:block;border:1px solid var(--hairline);border-radius:var(--radius-lg);background:var(--card);box-shadow:0 12px 30px -20px #00000059}.r-article .checklist{margin-top:30px;padding:24px 26px;border-radius:var(--radius-2xl);background:var(--muted);border:1px solid var(--hairline)}.r-article .checklist .ck-head{display:flex;align-items:center;gap:10px;font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--foreground);margin-bottom:6px}.r-article .checklist .ck-head svg{width:16px;height:16px;color:var(--brand-red)}.r-article .checklist ul{margin-top:14px}.r-article .checklist ul li{padding-left:30px;font-size:.98rem;color:var(--foreground)}.r-article .checklist ul li:before{content:"";left:0;top:3px;width:17px;height:17px;border-radius:5px;background:transparent;border:1.5px solid var(--brand-red)}.r-article .checklist ul li:after{content:"";position:absolute;left:5px;top:7px;width:6px;height:9px;border:solid var(--brand-red);border-width:0 2px 2px 0;transform:rotate(40deg)}.r-article .chapter[data-kind=sources] p{font-size:.9rem;color:var(--muted-foreground);line-height:1.55;word-break:break-word}.r-article .author-photo{width:116px;height:116px;border-radius:999px;float:left;margin:6px 26px 10px 0;overflow:hidden;background:linear-gradient(135deg,#2a2c31,#1a1b1f);color:#fff;display:grid;place-items:center;font-weight:700;font-size:1.9rem;letter-spacing:-.02em;object-fit:cover;object-position:center 14%;box-shadow:0 14px 30px -16px #00000080}.r-footer{border-top:1px solid var(--hairline);padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px 24px;flex-wrap:wrap;font-size:.82rem;color:var(--muted-foreground)}.r-footer .r-foot-links{display:flex;gap:20px;flex-wrap:wrap}.r-footer a{color:var(--muted-foreground);transition:color .2s}.r-footer a:hover{color:var(--foreground)}.r-totop{position:fixed;right:22px;bottom:22px;z-index:50;width:44px;height:44px;border-radius:999px;border:1px solid var(--hairline);background:var(--card);color:var(--foreground);display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 30px -12px #0006;opacity:0;pointer-events:none;transition:opacity .25s}.r-totop.show{opacity:1;pointer-events:auto}.r-totop svg{width:18px;height:18px}.toc-backdrop{display:none}@media(max-width:900px){.r-shell{grid-template-columns:1fr}.menu-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;background:var(--muted);border:1px solid var(--hairline);border-radius:var(--radius-md);padding:8px 12px;font-weight:600;font-size:.85rem;color:var(--foreground)}.menu-toggle svg{width:16px;height:16px}.r-toc{position:fixed;top:0;left:0;bottom:0;height:100vh;width:320px;max-width:86vw;background:var(--background);z-index:80;transform:translate(-100%);transition:transform .3s cubic-bezier(.22,.61,.36,1);padding-top:24px}.r-toc.open{transform:none}.toc-backdrop{position:fixed;inset:0;background:#0006;z-index:79;opacity:0;pointer-events:none;transition:opacity .3s}.toc-backdrop.open{opacity:1;pointer-events:auto}.r-header .doctitle{display:none}}@media(max-width:560px){.r-article{padding-top:36px}.r-header .right .label-full{display:none}}
