:root{--dts-red: #B01E28;--dts-red-dk: #8c171f;--dts-red-lt: #fdf0f0;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-400: #9ca3af;--gray-600: #4b5563;--gray-800: #1f2937;--gray-900: #111827;--surface: #fff;--mark-bg: #fff3cd;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow: 0 2px 8px rgba(0,0,0,.1);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "SF Mono", "Fira Code", "Consolas", monospace;--max-w: 820px}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--dts-red-lt: #2a0a0c;--gray-50: #111827;--gray-100: #1f2937;--gray-200: #374151;--gray-400: #6b7280;--gray-600: #d1d5db;--gray-800: #f3f4f6;--gray-900: #f9fafb;--surface: #1f2937;--mark-bg: #5a4a00}}:root[data-theme=dark]{--dts-red-lt: #2a0a0c;--gray-50: #111827;--gray-100: #1f2937;--gray-200: #374151;--gray-400: #6b7280;--gray-600: #d1d5db;--gray-800: #f3f4f6;--gray-900: #f9fafb;--surface: #1f2937;--mark-bg: #5a4a00}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);color:var(--gray-800);background:var(--gray-50);line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--dts-red);text-decoration:none}a:hover{text-decoration:underline}.navbar{background:var(--surface);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100}.navbar-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;height:60px;display:flex;align-items:center;gap:1rem}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.05rem;color:var(--gray-900);text-decoration:none}.navbar-logo .logo-dot{width:28px;height:28px;background:var(--dts-red);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700;letter-spacing:-.5px;flex-shrink:0}.navbar-spacer{flex:1}#search-wrapper{flex:1;max-width:420px;position:relative}#search-input{width:100%;padding:.45rem 1rem .45rem 2.5rem;border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.9rem;background:var(--gray-50);color:var(--gray-800);outline:none;transition:border-color .2s,box-shadow .2s}#search-input:focus{border-color:var(--dts-red);box-shadow:0 0 0 3px #b01e281f}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--gray-400);pointer-events:none;width:16px;height:16px}#search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--surface);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-lg);max-height:420px;overflow-y:auto;z-index:200;display:none}#search-results.open{display:block}.result-item{display:block;padding:.75rem 1rem;border-bottom:1px solid var(--gray-100);color:var(--gray-800);text-decoration:none;transition:background .15s}.result-item:last-child{border-bottom:none}.result-item:hover{background:var(--gray-50)}.result-title{font-weight:500;font-size:.9rem;margin-bottom:2px}.result-meta{font-size:.78rem;color:var(--gray-400)}.result-excerpt{font-size:.82rem;color:var(--gray-600);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}mark{background:var(--mark-bg);color:var(--gray-900);border-radius:2px;padding:0 2px}.result-empty{padding:1rem;font-size:.88rem;color:var(--gray-400);text-align:center}.page-wrap{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem}.page-wrap.narrow{max-width:var(--max-w)}.hero{background:linear-gradient(135deg,var(--dts-red) 0%,var(--dts-red-dk) 100%);color:#fff;padding:3.5rem 1.5rem 2.5rem;text-align:center}.hero h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.hero p{font-size:1.05rem;opacity:.88;margin-bottom:1.5rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-top:2rem}.category-card{background:var(--surface);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;transition:box-shadow .2s,border-color .2s;text-decoration:none;color:inherit;display:block}.category-card:hover{box-shadow:var(--shadow);border-color:var(--dts-red);text-decoration:none}.category-icon{width:40px;height:40px;background:var(--dts-red-lt);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.25rem}.category-card h2{font-size:1rem;font-weight:600;margin-bottom:.35rem}.category-card p{font-size:.85rem;color:var(--gray-600);margin-bottom:.75rem}.category-count{font-size:.78rem;color:var(--gray-400)}.article-list{margin-top:1.5rem}.article-list-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--gray-100);text-decoration:none;color:var(--gray-800)}.article-list-item:hover .article-list-title{color:var(--dts-red)}.article-list-title{font-weight:500;font-size:.95rem}.article-list-meta{font-size:.8rem;color:var(--gray-400);margin-top:2px}.article-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.breadcrumb{font-size:.82rem;color:var(--gray-400);margin-bottom:.75rem;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.breadcrumb a{color:var(--gray-600)}.article-title{font-size:1.75rem;font-weight:700;line-height:1.3}.article-meta{margin-top:.75rem;font-size:.82rem;color:var(--gray-400);display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.tag{display:inline-block;padding:.2em .65em;background:var(--gray-100);color:var(--gray-600);border-radius:20px;font-size:.75rem;text-decoration:none}.tag:hover{background:var(--dts-red-lt);color:var(--dts-red);text-decoration:none}.share-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem 1rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.85rem;cursor:pointer;color:var(--gray-800);transition:background .15s,border-color .15s;font-family:var(--font)}.share-btn:hover{background:var(--dts-red-lt);border-color:var(--dts-red);color:var(--dts-red)}.share-btn.copied{background:#ecfdf5;border-color:#10b981;color:#047857}.prose{max-width:var(--max-w);font-size:.97rem;line-height:1.75;color:var(--gray-800)}.prose h1{font-size:1.75rem;font-weight:700;line-height:1.3;margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-200);color:var(--gray-900)}.prose h2{font-size:1.3rem;font-weight:600;line-height:1.35;margin:2rem 0 .75rem;padding-bottom:.35rem;border-bottom:1px solid var(--gray-200);color:var(--gray-900)}.prose h3{font-size:1.05rem;font-weight:600;line-height:1.4;margin:1.5rem 0 .5rem;color:var(--gray-900)}.prose h4{font-size:1rem;font-weight:600;margin:1.25rem 0 .5rem;color:var(--gray-800)}.prose p{margin-bottom:1rem}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1rem}.prose li{margin-bottom:.35rem}.prose img{max-width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--gray-200);margin:1rem 0}.prose pre{background:var(--gray-900);color:#e5e7eb;padding:1rem 1.25rem;border-radius:var(--radius);overflow-x:auto;font-size:.87rem;margin:1rem 0}.prose code{background:var(--gray-100);padding:.15em .4em;border-radius:4px;font-size:.87em;font-family:var(--font-mono)}.prose pre code{background:none;padding:0}.prose table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}.prose th{text-align:left;padding:.6rem .9rem;background:var(--gray-100);border:1px solid var(--gray-200);font-weight:600}.prose td{padding:.55rem .9rem;border:1px solid var(--gray-200)}.prose blockquote{border-left:3px solid var(--dts-red);padding:.75rem 1rem;margin:1rem 0;background:var(--dts-red-lt);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.article-layout{display:grid;grid-template-columns:1fr 240px;gap:3rem;align-items:start;max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem}@media (max-width: 768px){.article-layout{grid-template-columns:1fr}.article-sidebar{display:none}}.article-sidebar{position:sticky;top:80px;font-size:.85rem}.sidebar-section{background:var(--surface);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1rem}.sidebar-section h3{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);margin-bottom:.75rem}.related-link{display:block;padding:.35rem 0;color:var(--gray-600);text-decoration:none;font-size:.85rem;border-bottom:1px solid var(--gray-100)}.related-link:last-child{border-bottom:none}.related-link:hover{color:var(--dts-red)}.ki-info{background:var(--surface);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2rem}.endpoint-box{background:var(--gray-900);color:#e5e7eb;border-radius:var(--radius);padding:1rem 1.25rem;font-family:var(--font-mono);font-size:.88rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1rem 0}.copy-btn{background:transparent;border:1px solid #4b5563;color:#9ca3af;padding:.3rem .75rem;border-radius:var(--radius-sm);font-size:.8rem;cursor:pointer;white-space:nowrap;transition:border-color .15s,color .15s}.copy-btn:hover{border-color:#9ca3af;color:#fff}footer{border-top:1px solid var(--gray-200);padding:1.5rem;text-align:center;font-size:.82rem;color:var(--gray-400);margin-top:4rem}#dts-chat{position:fixed;right:1.25rem;bottom:1.25rem;z-index:1000}#chat-toggle{display:inline-flex;align-items:center;gap:.5rem;background:var(--dts-red);color:#fff;border:none;padding:.7rem 1.1rem;border-radius:999px;cursor:pointer;font-weight:600;font-size:.95rem;box-shadow:0 6px 20px #0003}#chat-toggle:hover{background:var(--dts-red-dk)}#chat-panel{position:absolute;right:0;bottom:3.6rem;width:min(400px,calc(100vw - 2.5rem));height:min(560px,calc(100vh - 6rem));display:flex;flex-direction:column;overflow:hidden;background:var(--surface);border:1px solid var(--gray-200);border-radius:14px;box-shadow:0 12px 40px #00000038}#chat-panel[hidden]{display:none}.chat-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.8rem 1rem;background:var(--dts-red);color:#fff}.chat-head strong{display:block;font-size:.95rem}.chat-sub{font-size:.72rem;opacity:.85}#chat-close{background:none;border:none;color:#fff;font-size:1.1rem;cursor:pointer;line-height:1}.chat-log{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:var(--gray-50, #f9fafb)}.chat-msg{display:flex;flex-direction:column;max-width:88%}.chat-msg.user{align-self:flex-end;align-items:flex-end}.chat-msg.bot{align-self:flex-start}.chat-bubble{padding:.6rem .8rem;border-radius:12px;font-size:.9rem;line-height:1.45;word-wrap:break-word;overflow-wrap:anywhere}.chat-msg.user .chat-bubble{background:var(--dts-red);color:#fff;border-bottom-right-radius:4px}.chat-msg.bot .chat-bubble{background:var(--surface);color:var(--gray-800);border:1px solid var(--gray-200);border-bottom-left-radius:4px}.chat-bubble img{max-width:100%;border-radius:8px;margin:.4rem 0;display:block}.chat-bubble a{color:var(--dts-red)}.chat-msg.user .chat-bubble a{color:#fff;text-decoration:underline}.chat-msg.typing .chat-bubble{color:var(--gray-400);letter-spacing:.15em}.chat-sources{margin-top:.35rem;font-size:.74rem;color:var(--gray-600)}.chat-sources a{color:var(--dts-red);margin-right:.25rem}.chat-form{display:flex;gap:.5rem;padding:.7rem;border-top:1px solid var(--gray-200);background:var(--surface)}#chat-input{flex:1;padding:.55rem .75rem;border:1px solid var(--gray-200);border-radius:8px;font-size:.9rem;background:var(--gray-50);color:var(--gray-800)}#chat-send{background:var(--dts-red);color:#fff;border:none;border-radius:8px;width:40px;cursor:pointer;font-size:1rem}#chat-send:disabled{opacity:.5;cursor:default}#chat-cancel{background:none;border:1px solid var(--gray-200);color:var(--gray-600);border-radius:8px;width:36px;cursor:pointer;font-size:.85rem}#chat-cancel:hover{border-color:var(--dts-red);color:var(--dts-red)}.chat-disclaimer{margin:0;padding:0 .7rem .6rem;font-size:.68rem;color:var(--gray-400);background:var(--surface)}@media (max-width: 480px){#dts-chat{right:.75rem;bottom:.75rem}#chat-panel{bottom:3.4rem;height:min(70vh,540px)}}.theme-toggle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-600);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.theme-toggle:hover{color:var(--dts-red);border-color:var(--dts-red)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:block}:root[data-theme=dark] .theme-toggle .icon-sun{display:block}:root[data-theme=dark] .theme-toggle .icon-moon{display:none}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .theme-toggle .icon-sun{display:block}:root:not([data-theme=light]) .theme-toggle .icon-moon{display:none}}.lager-table{width:100%;border-collapse:collapse;font-size:.88rem}.lager-table th,.lager-table td{text-align:left;padding:.55rem .75rem;border-bottom:1px solid var(--gray-200);white-space:nowrap}.lager-table th{color:var(--gray-600);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em}.lager-table tr:hover td{background:var(--gray-50)}
