@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--accent:#6366f1;--accent-light:#818cf8;--bg:#0c0c18;--surface:#141425;--surface-2:#1c1c34;--border:#ffffff0f;--text:#e2e8f0;--text-muted:#94a3b8;--text-dim:#64748b}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}.site-header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0c0c18cc;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:860px;margin:0 auto;padding:16px 24px;display:flex}.header-brand{color:var(--text);align-items:center;gap:10px;text-decoration:none;display:flex}.header-logo{background:linear-gradient(135deg, var(--accent), #4f46e5);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 16px #6366f140}.header-title{letter-spacing:-.02em;font-size:16px;font-weight:700}.header-subtitle{color:var(--text-dim);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:500}.header-actions{align-items:center;gap:8px;display:flex}.header-rss{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.header-rss:hover{color:var(--text);background:#ffffff08;border-color:#ffffff1f}.hero{text-align:center;max-width:860px;margin:0 auto;padding:64px 24px 32px}.hero h1{letter-spacing:-.03em;background:linear-gradient(135deg, #fff 30%, var(--accent-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:42px;font-weight:800}.hero p{color:var(--text-muted);max-width:480px;margin:0 auto;font-size:16px;line-height:1.7}.filters{flex-wrap:wrap;justify-content:center;gap:8px;max-width:860px;margin:0 auto;padding:0 24px 32px;display:flex}.filter-search{flex:0 320px;position:relative}.filter-search-icon{color:var(--text-dim);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.filter-search input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:10px;outline:none;padding:9px 14px 9px 36px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s}.filter-search input:focus{border-color:#6366f180;box-shadow:0 0 0 3px #6366f11a}.filter-search input::placeholder{color:var(--text-dim)}.filter-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:20px;padding:8px 16px;font-family:inherit;font-size:12px;font-weight:500;transition:all .15s}.filter-btn:hover{color:var(--text);border-color:#ffffff1f}.filter-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.timeline{max-width:860px;margin:0 auto;padding:0 24px 80px;position:relative}.timeline:before{content:"";background:linear-gradient(180deg, var(--border) 0%, transparent 100%);width:1px;position:absolute;top:0;bottom:0;left:44px}.post{margin-bottom:40px;padding-left:72px;animation:.4s ease-out both slideUp;position:relative}.post:first-child{animation-delay:0s}.post:nth-child(2){animation-delay:60ms}.post:nth-child(3){animation-delay:.12s}.post:nth-child(4){animation-delay:.18s}.post:nth-child(5){animation-delay:.24s}.post-dot{border:2px solid var(--bg);width:13px;height:13px;box-shadow:0 0 0 3px var(--surface);z-index:2;border-radius:50%;position:absolute;top:24px;left:38px}.post-card{border:1px solid var(--border);background:var(--surface);border-radius:16px;transition:all .25s;overflow:hidden}.post-card:hover{border-color:#6366f133;transform:translateY(-2px);box-shadow:0 8px 40px #0003}.post-header{padding:20px 24px 0}.post-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.post-type{letter-spacing:.02em;text-transform:uppercase;border-radius:6px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-flex}.post-date{color:var(--text-dim);font-size:12px;font-weight:500}.post-products{gap:4px;margin-left:auto;display:flex}.post-product{text-transform:uppercase;color:var(--text-dim);letter-spacing:.04em;background:#ffffff0a;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:600}.post-title{color:#fff;letter-spacing:-.02em;margin-bottom:6px;font-size:20px;font-weight:700;line-height:1.3}.post-summary{color:var(--text-muted);margin-bottom:16px;font-size:14px;line-height:1.6}.post-body{color:var(--text-muted);padding:0 24px 24px;font-size:14px;line-height:1.7}.post-body h1{color:#fff;margin:18px 0 8px;font-size:20px;font-weight:700}.post-body h2{color:#fff;margin:16px 0 6px;font-size:17px;font-weight:700}.post-body h3{color:#fff;margin:14px 0 4px;font-size:15px;font-weight:600}.post-body p{margin-bottom:10px}.post-body a{color:var(--accent-light);text-underline-offset:2px;text-decoration:underline}.post-body ul,.post-body ol{margin:8px 0;padding-left:20px}.post-body li{margin-bottom:4px}.post-body code{color:#f472b6;background:#ffffff0f;border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:.88em}.post-body pre{border:1px solid var(--border);background:#0a0a16;border-radius:10px;margin:10px 0;padding:14px 16px;overflow-x:auto}.post-body pre code{color:var(--text);background:0 0;padding:0}.post-body blockquote{border-left:3px solid var(--accent);opacity:.8;margin:10px 0;padding-left:14px;font-style:italic}.post-body img{border-radius:10px;max-width:100%;margin:10px 0}.post-body table{border-collapse:collapse;width:100%;margin:10px 0;font-size:13px}.post-body th,.post-body td{text-align:left;border:1px solid var(--border);padding:8px 12px}.post-body th{color:var(--text-dim);background:#ffffff08;font-weight:600}.post-toggle{border-top:1px solid var(--border);color:var(--accent-light);cursor:pointer;background:0 0;border-bottom:none;border-left:none;border-right:none;align-items:center;gap:6px;width:100%;padding:12px 24px;font-family:inherit;font-size:12px;font-weight:500;transition:background .15s;display:flex}.post-toggle:hover{background:#6366f10d}.post-tags{flex-wrap:wrap;gap:5px;margin-top:12px;padding:0 24px 16px;display:flex}.post-tag{color:var(--accent-light);background:#6366f11a;border-radius:5px;padding:2px 8px;font-size:10px;font-weight:500}.type-new_feature{color:#22c55e;background:#22c55e1f}.type-improvement{color:#3b82f6;background:#3b82f61f}.type-bug_fix{color:#f97316;background:#f973161f}.type-security{color:#ef4444;background:#ef44441f}.type-training{color:#a855f7;background:#a855f71f}.type-known_issue{color:#f59e0b;background:#f59e0b1f}.type-maintenance{color:#6b7280;background:#6b72801f}.type-critical_notice{color:#f43f5e;background:#f43f5e1f}.dot-new_feature{background:#22c55e}.dot-improvement{background:#3b82f6}.dot-bug_fix{background:#f97316}.dot-security{background:#ef4444}.dot-training{background:#a855f7}.dot-known_issue{background:#f59e0b}.dot-maintenance{background:#6b7280}.dot-critical_notice{background:#f43f5e}.empty-state{text-align:center;padding:80px 24px}.empty-icon{opacity:.2;margin-bottom:16px;font-size:48px}.empty-title{color:var(--text);opacity:.6;margin-bottom:6px;font-size:18px;font-weight:600}.empty-subtitle{color:var(--text-dim);font-size:14px}.site-footer{text-align:center;border-top:1px solid var(--border);max-width:860px;color:var(--text-dim);margin:0 auto;padding:24px;font-size:11px}.site-footer a{color:var(--accent-light);text-decoration:none}.skeleton{background:linear-gradient(90deg, var(--surface) 25%, var(--surface-2) 50%, var(--surface) 75%);background-size:200% 100%;border-radius:8px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.hero h1{font-size:28px}.hero p{font-size:14px}.timeline:before{left:20px}.post{padding-left:44px}.post-dot{left:14px}.post-title{font-size:17px}.post-header,.post-body,.post-tags{padding-left:16px;padding-right:16px}.header-inner{padding:12px 16px}.filters{padding:0 16px 24px}}
