*,:before,:after{box-sizing:border-box}:root{--bg:#faf8f4;--surface:#f0ebe1;--border:#d4ccc0;--text:#1c1a17;--text-muted:#6e6358;--accent:#d52b1e;--accent-dark:#b82318;--link:#b82318}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;line-height:1.65}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{color:var(--text);margin-top:2rem;margin-bottom:.75rem;line-height:1.2}h1{margin-top:0;font-size:2rem}h2{font-size:1.4rem}h3{font-size:1.1rem}p{margin:0 0 1rem}ul,ol{margin:0 0 1rem;padding-left:1.5rem}li{margin-bottom:.3rem}table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.9rem}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.6rem .75rem}th{color:var(--text);background:var(--surface);font-weight:600}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.5rem 0;display:grid}.stat-card{border:1px solid var(--border);background:#fff;border-radius:6px;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.stat-card .stat-value{color:var(--accent);font-size:2rem;font-weight:700;line-height:1}.stat-card .stat-label{color:var(--text-muted);margin-top:.4rem;font-size:.8rem}.callout{border-left:4px solid var(--accent);background:#fff;border-radius:0 4px 4px 0;margin:1.5rem 0;padding:1rem 1.25rem;box-shadow:0 1px 3px #0000000f}.callout p:last-child{margin-bottom:0}.btn{cursor:pointer;border:none;border-radius:4px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark);color:#fff;text-decoration:none}.btn-secondary{color:var(--text);border:1px solid var(--border);background:#fff}.btn-secondary:hover{background:var(--surface);text-decoration:none}.tag{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:3px;padding:.2rem .6rem;font-size:.75rem;display:inline-block}.page-hero{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:1.5rem;position:relative}.page-hero:after{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23d52b1e' opacity='0.07' d='M50 5 L55 35 L85 25 L70 50 L90 55 L65 60 L70 90 L50 75 L30 90 L35 60 L10 55 L30 50 L15 25 L45 35 Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:80px;height:80px;position:absolute;top:0;right:0}.page-hero .eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.5rem;font-size:.8rem}input,textarea,select{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:4px;width:100%;margin-bottom:1rem;padding:.6rem .75rem;font-family:inherit;font-size:.95rem}input:focus,textarea:focus,select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #d52b1e1a}label{color:var(--text-muted);margin-bottom:.3rem;font-size:.85rem;display:block}.form-field{margin-bottom:1.25rem}.prose{max-width:680px;line-height:1.8}.hero-lead{color:var(--text-muted);max-width:600px}.prose-list{color:var(--text-muted);max-width:640px;font-size:.9rem;line-height:2}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem 1.5rem}.card-sm{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem}.card-accent{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:0 8px 8px 0;padding:1.25rem 1.5rem}.card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.card-grid-sm{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;display:grid}.btn-row{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.link-row{flex-wrap:wrap;gap:1.5rem;padding:0 0 2rem;font-size:.88rem;display:flex}.section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);border-bottom:1px solid var(--border);margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;font-size:.75rem;font-weight:700}.overline{letter-spacing:.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.quote-block{border-left:3px solid var(--accent);margin:0;padding:0 0 0 1rem;font-size:1.05rem;font-style:italic;line-height:1.6}.knox-comment{background:var(--bg);border-left:3px solid var(--accent);color:var(--text-muted);border-radius:0 6px 6px 0;margin-top:.75rem;padding:.65rem .9rem;font-size:.82rem;line-height:1.6}.knox-label{text-transform:uppercase;letter-spacing:.5px;color:var(--accent);margin-bottom:.25rem;font-size:.62rem;font-weight:700;display:block}.feed-stack{flex-direction:column;gap:.75rem;display:flex}.feed-header{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.feed-title-link{color:var(--text);font-size:.95rem;font-weight:600;line-height:1.4;text-decoration:none;display:block}.feed-title-link:hover{color:var(--accent);text-decoration:none}.feed-excerpt{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 .65rem;font-size:.82rem;line-height:1.6;display:-webkit-box;overflow:hidden}.feed-excerpt--2{-webkit-line-clamp:2;margin-bottom:0}.feed-meta{color:var(--text-muted);gap:1rem;font-size:.72rem;display:flex}.source-badge{text-transform:uppercase;letter-spacing:.4px;border-radius:4px;padding:2px 7px;font-size:.65rem;font-weight:700}.source-badge--reddit{color:#fff;background:#ff4500}.source-badge--youtube{color:#fff;background:#c00}.source-badge--news{background:var(--border);color:var(--text)}.pinned-badge{color:var(--accent);text-transform:uppercase;letter-spacing:.4px;margin-left:auto;font-size:.65rem;font-weight:700}.feed-time{color:var(--text-muted);font-size:.72rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.shimmer{background:linear-gradient(90deg, var(--surface) 25%, var(--border) 50%, var(--surface) 75%);background-size:200% 100%;border-radius:4px;animation:1.4s infinite shimmer}.pill{letter-spacing:.5px;text-transform:uppercase;color:#fff;border-radius:999px;padding:2px 10px;font-size:.7rem;font-weight:700;display:inline-block}.tag-accent{background:var(--surface);border:1px solid var(--border);color:var(--accent);border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-block}.tag-flagged{color:var(--accent);background:#2a0a0a;border:1px solid #3a1a1a;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-block}.faq-list{flex-direction:column;gap:1.25rem;display:flex}.faq-item{border-bottom:1px solid var(--border);padding-bottom:1.25rem}.faq-item h3{margin-top:0;font-size:1rem}.faq-item p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.7}.page-centered{text-align:center;padding:4rem 0}.table-wrap{overflow-x:auto}.flex-stack{flex-direction:column;gap:1.25rem;display:flex}.emp-wrap{max-width:900px;margin:0 auto;padding:3rem 1.5rem}.emp-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem 1.5rem;transition:border-color .15s}.emp-card:hover{border-color:var(--text-muted)}.emp-name{font-size:1.1rem;font-weight:700}.emp-role{color:var(--text-muted);margin-top:2px;font-size:.875rem}.emp-loc{color:var(--text-muted);margin-top:2px;font-size:.8rem}.emp-tag{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:4px;padding:3px 10px;font-size:.8rem}.emp-tag-sm{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:4px;padding:2px 8px;font-size:.75rem}.emp-quote-card{background:var(--bg);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:0 6px 6px 0;padding:1.25rem 1.25rem 1.25rem 1.5rem}.emp-quote{color:var(--text);margin:0;font-size:1rem;font-style:italic;line-height:1.65}.emp-inline-quote{border-left:3px solid var(--accent);color:var(--text-muted);margin:1rem 0 0;padding-left:1rem;font-size:.875rem;font-style:italic;line-height:1.5}.emp-note{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:6px;padding:.875rem 1rem;font-size:.9rem;line-height:1.6}.emp-section-head{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:0;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.nav{border-bottom:1px solid var(--border);border-top:4px solid var(--accent);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1.5rem;display:flex;box-shadow:0 1px 4px #00000012}.nav-brand{color:var(--text);letter-spacing:-.01em;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.nav-brand:hover{color:var(--accent);text-decoration:none}.nav-logo{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.nav-brand-leaf{font-size:1.15rem;line-height:1;display:inline-block}.nav-links{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.nav-links a{color:var(--text-muted);font-size:.9rem;text-decoration:none;transition:color .15s}.nav-links a:hover,.nav-links a.active{color:var(--text)}.nav-cta{background:var(--accent);border-radius:4px;padding:.4rem 1rem;font-weight:600;color:#fff!important;font-size:.85rem!important;transition:background .15s!important}.nav-cta:hover{background:var(--accent-dark)!important;text-decoration:none!important}.chat-overlay{z-index:1000;background:#00000059;justify-content:flex-end;align-items:flex-end;padding:1rem;display:flex;position:fixed;inset:0}.chat-widget{background:var(--bg);border:1px solid var(--border);border-top:3px solid var(--accent);border-radius:12px;flex-direction:column;width:380px;max-width:calc(100vw - 2rem);max-height:calc(100vh - 6rem);display:flex;overflow:hidden;box-shadow:0 8px 40px #0000002e}.chat-header{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.chat-header-identity{align-items:center;gap:.75rem;display:flex}.chat-header-avatar{object-fit:cover;border:2px solid var(--accent);border-radius:50%;width:40px;height:40px}.chat-header-name{color:var(--text);font-size:.95rem;font-weight:700}.chat-header-sub{color:var(--text-muted);font-size:.75rem}.chat-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1rem;line-height:1}.chat-close:hover{color:var(--text)}.chat-messages{flex-direction:column;flex:1;gap:.875rem;min-height:0;padding:1rem;display:flex;overflow-y:auto}.chat-msg{align-items:flex-end;gap:.5rem;display:flex}.chat-msg--user{flex-direction:row-reverse}.chat-msg-avatar{object-fit:cover;border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:32px;height:32px}.chat-msg-avatar--user{border-color:var(--accent);opacity:.7}.chat-bubble{white-space:pre-wrap;border-radius:12px;max-width:78%;padding:.6rem .875rem;font-size:.875rem;line-height:1.6}.chat-bubble--knox{background:var(--surface);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:4px}.chat-bubble--user{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.chat-typing-dots{align-items:center;gap:4px;height:1rem;display:inline-flex}.chat-typing-dots span{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite chat-dot-bounce}.chat-typing-dots span:nth-child(2){animation-delay:.2s}.chat-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes chat-dot-bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}.chat-input-area{border-top:1px solid var(--border);flex-shrink:0;padding:.75rem 1rem}.chat-rate-limit{color:#e67e22;margin-bottom:.5rem;font-size:.75rem}.chat-input-row{align-items:flex-end;gap:.5rem;display:flex}.chat-input{background:var(--surface);border:1px solid var(--border);color:var(--text);resize:none;border-radius:8px;outline:none;flex:1;min-height:38px;max-height:120px;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;line-height:1.5}.chat-input:focus{border-color:var(--accent)}.chat-send{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;transition:opacity .15s;display:flex}.chat-send:disabled{opacity:.4;cursor:not-allowed}.chat-send:not(:disabled):hover{opacity:.85}.chat-disclaimer{color:var(--text-muted);text-align:center;opacity:.7;margin-top:.5rem;font-size:.68rem}.chat-fab{z-index:900;border:2px solid var(--accent);cursor:pointer;background:0 0;border-radius:50%;width:56px;height:56px;padding:0;transition:transform .2s,box-shadow .2s;position:fixed;bottom:1.5rem;right:1.5rem;overflow:hidden;box-shadow:0 4px 16px #00000080}.chat-fab:hover{transform:scale(1.08);box-shadow:0 6px 24px #c0392b80}.chat-fab img{object-fit:cover;width:100%;height:100%}@media (width<=480px){.chat-overlay{padding:0}.chat-widget{border-radius:12px 12px 0 0;width:100%;max-width:100%;max-height:85vh}.chat-fab{bottom:1rem;right:1rem}}.shell{flex-direction:column;min-height:100vh;display:flex}.main{flex:1;width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem}.page-wrap{animation:.15s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);background:var(--surface);padding:1.5rem;font-size:.8rem;position:relative}.footer:before{content:"🍁";opacity:.5;margin-bottom:.5rem;font-size:1.1rem;display:block}.footer a{color:var(--text-muted)}.footer a:hover{color:var(--accent)}.footer-small{margin-top:.25rem;font-size:.72rem}
