:root{--bg:#f5f5f7;--card:#fff;--ink:#111114;--muted:#6e6e73;--line:#e5e5e7;--accent:#161617;--ok:#157a45;--warn:#9a6200;--shadow:0 14px 40px rgba(0,0,0,.06)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}.topbar{height:68px;background:rgba(255,255,255,.86);backdrop-filter:saturate(180%) blur(20px);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(0,0,0,.05)}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-weight:720;letter-spacing:.08em;font-size:14px}.brand-mark{width:30px;height:30px;border-radius:9px;background:#111;color:white;display:grid;place-items:center;font-weight:800}.beta{font-size:11px;font-weight:700;letter-spacing:.12em;color:#6e6e73}.hero{max-width:980px;margin:0 auto;padding:104px 24px 86px;text-align:center}.hero-kicker,.eyebrow{font-size:12px;font-weight:750;letter-spacing:.16em;color:#777}.hero h1{font-size:clamp(46px,7vw,82px);line-height:.98;letter-spacing:-.055em;margin:18px 0 24px;font-weight:760}.hero p{font-size:20px;color:var(--muted);margin:0 0 36px}.search-box{height:66px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:var(--shadow);border-radius:19px;display:flex;align-items:center;padding:8px 8px 8px 20px;max-width:820px;margin:0 auto}.search-box svg{width:24px;height:24px;fill:none;stroke:#777;stroke-width:1.7}.search-box input{flex:1;border:0;outline:0;font-size:18px;padding:0 15px;background:transparent;min-width:0}.search-box button,.ghost{border:0;cursor:pointer;font-weight:760;letter-spacing:.05em}.search-box button{height:48px;border-radius:13px;padding:0 25px;background:#111;color:#fff}.quick-links{display:flex;gap:9px;justify-content:center;flex-wrap:wrap;margin-top:24px}.chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-size:13px;cursor:pointer;color:#353539}.results,.document{max-width:1180px;margin:0 auto;padding:36px 24px 90px}.hidden{display:none!important}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.section-head h2{font-size:36px;letter-spacing:-.04em;margin:7px 0 0}.ghost{background:transparent;border:1px solid var(--line);border-radius:11px;padding:10px 13px;color:#555}.results-list{display:grid;gap:12px}.result-card{display:grid;grid-template-columns:170px 1fr auto;gap:22px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;text-decoration:none;color:inherit;transition:.15s}.result-card:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.05)}.code{font-weight:780;letter-spacing:-.01em}.result-title{font-size:17px;font-weight:630}.result-meta{font-size:13px;color:var(--muted);margin-top:6px}.arrow{font-size:22px;color:#999}.status{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:740;letter-spacing:.04em}.status:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ok)}.status.replaced:before{background:var(--warn)}.doc-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:26px}.doc-main,.doc-side{background:#fff;border:1px solid var(--line);border-radius:22px}.doc-main{padding:42px}.doc-side{padding:24px;height:max-content;position:sticky;top:92px}.back{display:inline-flex;color:#666;text-decoration:none;font-size:14px;margin-bottom:28px}.doc-code{font-size:13px;font-weight:780;letter-spacing:.13em;color:#777}.doc-title{font-size:40px;line-height:1.08;letter-spacing:-.045em;margin:12px 0 18px}.doc-subtitle{font-size:18px;color:var(--muted);line-height:1.5}.notice{margin:28px 0;padding:18px 20px;border-radius:14px;background:#f7f7f8;border:1px solid #ececef}.notice strong{display:block;margin-bottom:5px}.notice p{margin:0;color:#666;line-height:1.5}.doc-section{border-top:1px solid var(--line);padding-top:28px;margin-top:34px}.doc-section h3{font-size:22px;margin:0 0 14px}.facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}.fact{padding:14px 0;border-bottom:1px solid #eee}.fact-label{font-size:11px;letter-spacing:.08em;color:#888;font-weight:700}.fact-value{margin-top:6px;font-size:15px;line-height:1.4}.side-title{font-size:12px;color:#888;font-weight:750;letter-spacing:.1em;margin-bottom:14px}.side-row{padding:12px 0;border-bottom:1px solid #eee}.side-row:last-child{border:0}.side-row b{display:block;font-size:14px;margin-bottom:5px}.side-row span{font-size:13px;color:#777}.source-link{display:block;margin-top:18px;text-align:center;text-decoration:none;background:#111;color:#fff;padding:13px;border-radius:12px;font-size:13px;font-weight:730}.empty{padding:60px 20px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:20px;color:#777}footer{max-width:1180px;margin:0 auto;padding:26px 24px 44px;border-top:1px solid #ddd;display:flex;justify-content:space-between;color:#8a8a8f;font-size:12px}
@media(max-width:760px){.hero{padding-top:70px}.search-box button{padding:0 16px}.result-card{grid-template-columns:1fr}.arrow{display:none}.doc-grid{grid-template-columns:1fr}.doc-side{position:static}.doc-main{padding:25px}.doc-title{font-size:31px}.facts{grid-template-columns:1fr}.topbar{padding:0 16px}}
.full-text{white-space:pre-wrap;font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1.72;color:#26262a;overflow-wrap:anywhere}
.stored-note{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:12px 15px;margin:0 0 22px;background:#f2f8f4;border:1px solid #dcebe1;border-radius:12px;font-size:13px}
.stored-note strong{color:#14683d}.stored-note span{color:#6e6e73}
.source-link.secondary{background:#f1f1f3;color:#222;margin-bottom:8px}
@media(max-width:760px){.stored-note{align-items:flex-start;flex-direction:column}}
