:root{--bg: #0d1117;--surface: #161b22;--border: #30363d;--text: #e6edf3;--text-muted: #8b949e;--accent: #58a6ff;--accent-hover: #79c0ff;--btn-bg: #ff9900;--btn-hover: #ffad33;--radius: 8px}@media(prefers-color-scheme:light){:root:not(.force-dark){--bg: #ffffff;--surface: #f6f8fa;--border: #d1d9e0;--text: #1f2328;--text-muted: #656d76;--accent: #0969da;--accent-hover: #0550ae;--btn-bg: #ff9900;--btn-hover: #e68a00}}.force-light{--bg: #ffffff;--surface: #f6f8fa;--border: #d1d9e0;--text: #1f2328;--text-muted: #656d76;--accent: #0969da}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;background:transparent;color:var(--text);line-height:1.5;padding:10px;overflow:visible}.widget-outer{position:relative;border:1px solid var(--border);border-radius:12px;padding:6px;background:var(--bg)}.widget-inner{border:1px solid var(--border);border-radius:8px;padding:24px 20px 20px;background:var(--surface);position:relative;overflow:visible}.seal{width:140px;height:140px;transform:rotate(12deg);z-index:10;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5));cursor:default;flex-shrink:0;align-self:center}.seal-circle{width:140px;height:140px;background:radial-gradient(circle at 35% 35%,#c0282e,#8b0000 60%,#6b0000);border-radius:50%;border:4px solid #d4443a;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px #ffffff26,inset 0 -2px 6px #0000004d,0 0 0 3px #8b00004d;position:relative}.seal-check{width:26px;height:26px;margin-bottom:4px}.seal-text{font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.06em;text-align:center;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.4)}.seal-sub{font-size:9px;font-weight:400;color:#ffffffb3;text-align:center;margin-top:3px;text-shadow:0 1px 1px rgba(0,0,0,.3)}.seal-circle:before{content:"";position:absolute;inset:5px;border-radius:50%;border:1.5px dashed rgba(255,255,255,.25);pointer-events:none}.glossary{margin-bottom:20px}.glossary-label{font-size:15px;color:var(--text-muted);margin-bottom:8px;display:flex;align-items:center;gap:6px}.glossary-label svg{width:14px;height:14px}.search-wrap{position:relative}.search-input{width:100%;padding:12px 16px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:17px;transition:border-color .2s}.search-input:focus{border-color:var(--accent)}.search-input::placeholder{color:var(--text-muted)}.results{position:absolute;top:100%;left:0;right:0;z-index:100;margin-top:4px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);max-height:280px;overflow-y:auto;display:none;box-shadow:0 4px 16px #0006}.results.active{display:block}.result-item{display:block;padding:10px 14px;border-bottom:1px solid var(--border);text-decoration:none;color:inherit;transition:background .15s}.result-item:last-child{border-bottom:none}.result-item:hover{background:var(--bg)}.result-term{font-size:16px;font-weight:600;color:var(--accent)}.result-def{font-size:14px;color:var(--text-muted);margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.no-results{padding:14px;text-align:center;color:var(--text-muted);font-size:15px}.books-section{margin-bottom:8px}.books-label{font-size:15px;color:var(--text-muted);margin-bottom:14px}.books-row{display:flex;align-items:center;gap:28px;justify-content:center}.books{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.book{width:150px;flex-shrink:0}.book-cover-wrap{width:150px;height:225px;border-radius:6px;overflow:hidden;background:var(--bg);border:2px solid var(--accent);box-shadow:0 2px 12px #0000004d;margin-bottom:10px}.book-cover{width:100%;height:100%;object-fit:cover;display:block}.book-title{font-size:16px;font-weight:600;color:var(--text);text-align:center;margin-bottom:3px}.book-author{font-size:14px;color:var(--text-muted);text-align:center;margin-bottom:10px}.book-btn{display:block;text-align:center;padding:8px 12px;background:var(--btn-bg);color:#000;font-size:15px;font-weight:600;text-decoration:none;border-radius:5px;transition:background .2s}.book-btn:hover{background:var(--btn-hover)}.book-soon{display:block;text-align:center;padding:8px 12px;font-size:14px;color:var(--text-muted);font-style:italic;border:1px dashed var(--border);border-radius:5px}.widget-promo{text-align:center;margin-bottom:14px;font-size:12px;color:var(--text-muted)}.widget-promo a{color:var(--accent);text-decoration:none;font-weight:600}.widget-promo a:hover{text-decoration:underline}.affiliate-note{text-align:center;font-size:10px;color:var(--text-muted);opacity:.7;margin-top:6px}.branding{text-align:center;padding-top:10px}.branding a{font-size:11px;color:var(--text-muted);text-decoration:none;opacity:.5}.branding a:hover{color:var(--accent);opacity:1}@media(max-width:600px){body{padding:6px}.widget-inner{padding:18px 14px 14px}.books-row{flex-direction:column;gap:20px}.books{flex-direction:column;align-items:center;gap:20px}.seal{width:110px;height:110px;transform:rotate(8deg)}.seal-circle{width:110px;height:110px}.seal-check{width:22px;height:22px}.seal-text{font-size:10px}.seal-sub{font-size:8px}.book{width:140px}.book-cover-wrap{width:140px;height:210px}}
