:root{--color-primary:#6a00f4;--color-secondary:#00e0ff;--text:#0f172a;--muted:#475569;--bg:#fff;--border:#e2e8f0}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;color:var(--text);background:var(--bg)}.site-header{border-bottom:1px solid var(--border);padding:16px}.brand{display:flex;align-items:center;gap:12px}.logo{width:40px;height:40px}.site-name{font-weight:700;color:var(--color-primary)}.site-tagline{color:var(--muted);font-size:14px}.container{max-width:1200px;margin:0 auto;padding:24px 16px}.home-layout{display:grid;grid-template-columns:300px 1fr;grid-gap:32px;gap:32px}.sidebar{position:-webkit-sticky;position:sticky;top:24px;height:-moz-fit-content;height:fit-content}.main-content{min-width:0}.home-copy{color:var(--muted);margin-bottom:16px}.search-box{position:relative;margin-bottom:24px}.search-box form{display:flex}.search-input{flex:1 1;padding:10px 12px;border:1px solid var(--border);border-radius:6px 0 0 6px;font-size:14px}.search-button{padding:10px 16px;background:var(--color-primary);color:#fff;border:none;border-radius:0 6px 6px 0;cursor:pointer;font-size:18px}.search-button:hover{background:var(--color-secondary)}.search-results{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid var(--border);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:400px;overflow-y:auto;z-index:100}.search-result-item{display:block;padding:12px;border-bottom:1px solid var(--border);text-decoration:none;color:inherit}.search-result-item:hover{background:#f8f9fa}.search-result-item:last-child{border-bottom:none}.search-result-title{font-weight:600;color:var(--color-primary);margin-bottom:4px}.search-result-excerpt{font-size:13px;color:var(--muted);line-height:1.4}.search-no-results{padding:12px;text-align:center;color:var(--muted)}.recent-posts{background:#f8f9fa;padding:16px;border-radius:8px;border:1px solid var(--border)}.recent-posts-title{margin:0 0 12px;font-size:18px;color:var(--text)}.recent-posts-list{list-style:none;padding:0;margin:0}.recent-post-item{padding:8px 0;border-bottom:1px solid var(--border)}.recent-post-item:last-child{border-bottom:none}.recent-post-link{color:var(--color-primary);text-decoration:none;font-size:14px;line-height:1.4;display:block;margin-bottom:4px}.recent-post-link:hover{text-decoration:underline}.recent-post-date{font-size:12px;color:var(--muted)}.search-count{color:var(--muted);margin-bottom:16px}.post-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:12px;gap:12px}.post-item{padding:12px;border:1px solid var(--border);border-radius:8px}.post-item a{color:var(--color-primary);text-decoration:none;font-weight:600}.post-meta{margin-left:8px;color:var(--muted);font-size:12px}.post-excerpt{margin:8px 0 0;color:var(--muted)}.post-title{margin:0 0 4px;color:var(--color-primary)}.post .post-meta{margin:0 0 16px}.post-content p{line-height:1.7}.post-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.post-actions{display:flex;gap:8px}.post-summary{margin:12px 0 16px;color:var(--muted);font-style:italic}.comments{margin-top:32px;padding-top:16px;border-top:1px solid var(--border)}.comment-form textarea{width:100%;min-height:220px;padding:12px;border:1px solid var(--border);border-radius:8px}.comment-fields{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin:12px 0}.comment-fields input{padding:10px;border:1px solid var(--border);border-radius:6px}.btn-primary{background:linear-gradient(180deg,var(--color-secondary),var(--color-primary));color:#fff;border:0;padding:10px 16px;border-radius:6px;cursor:pointer}.btn-primary:hover{filter:brightness(1.1)}.comment-help{color:var(--muted);font-size:14px}.comment-status{margin-top:8px;padding:8px;border-radius:4px;background:#d4edda;color:#155724}.site-footer{border-top:1px solid var(--border);padding:16px;text-align:center;color:var(--muted)}@media (max-width:720px){.comment-fields{grid-template-columns:1fr}.post-header{flex-direction:column;align-items:flex-start}.home-layout{grid-template-columns:1fr}.sidebar{position:static;margin-bottom:24px}}@media print{.container{padding:0 12mm}.post-title,a{color:#000}a{text-decoration:none}.comments,.post-actions,.site-footer,header.site-header{display:none!important}}