@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f8fafc;--bg-elevated:#f1f5f9;--surface:#fffffff0;--surface-strong:#fff;--surface-soft:#f1f5f9;--border:#e2e8f0;--border-strong:#cbd5e1;--text:#0f172a;--text-soft:#334155;--text-muted:#64748b;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-glow:#2563eb1f;--accent-purple:#7c3aed;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--shadow-sm:0 2px 8px #0f172a0a;--shadow-md:0 8px 24px #0f172a12;--shadow-lg:0 16px 36px #0f172a1a;--card-shadow-resting:0 2px 10px #0f172a0a, 0 1px 3px #0f172a05;--card-shadow-hover:0 12px 28px -4px #0f172a17, 0 4px 14px -2px var(--accent-glow);--radius-xl:20px;--radius-lg:14px;--radius-md:10px;--radius-sm:6px;--max-width:1600px;--article-width:100%}body[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#303446;--bg-elevated:#292c3c;--surface:#292c3cf0;--surface-strong:#414559;--surface-soft:#51576d;--border:#626880;--border-strong:#737994;--text:#c6d0f5;--text-soft:#b5bfe2;--text-muted:#949cbb;--accent:#8caaee;--accent-hover:#85c1dc;--accent-glow:#8caaee2e;--accent-purple:#ca9ee6;--success:#a6d189;--warning:#e5c890;--danger:#e78284;--shadow-sm:0 2px 8px #23263466;--shadow-md:0 8px 24px #2326348c;--shadow-lg:0 16px 40px #232634b3;--card-shadow-resting:0 4px 14px #00000040, 0 1px 3px #0003;--card-shadow-hover:0 14px 32px -4px #00000080, 0 4px 16px -2px var(--accent-glow)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{min-width:320px;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6;transition:background-color .2s,color .2s}a{color:inherit;text-decoration:none}button,input{font:inherit}#root{min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}.page-shell{width:min(calc(100% - 40px), var(--max-width));flex:1;margin:0 auto;padding:32px 0 64px}.reading-progress-bar{background:linear-gradient(90deg, var(--accent), var(--accent-purple));z-index:100;border-radius:0 2px 2px 0;height:3px;transition:width .1s ease-out;position:fixed;top:0;left:0}.site-header{z-index:50;background:var(--surface);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .2s;position:sticky;top:0}.site-header--hidden{transform:translateY(-100%)}.site-header__inner{width:min(calc(100% - 40px), var(--max-width));justify-content:space-between;align-items:center;gap:16px;margin:0 auto;padding:16px 0;display:flex}.brand{color:var(--text);letter-spacing:-.01em;align-items:center;gap:10px;font-size:1.05rem;font-weight:700;transition:opacity .15s;display:flex}.brand h1{font-size:inherit;font-weight:inherit;margin:0;line-height:1}.brand:hover{opacity:.85}.brand__mark{border-radius:var(--radius-md);background:var(--surface-soft);border:1px solid var(--border-strong);width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.header-actions{align-items:center;gap:12px;display:flex}.header-secondary-button{color:var(--text-soft);background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.header-secondary-button:hover{color:var(--text);background:var(--surface-strong);border-color:var(--border-strong)}.theme-toggle{background:var(--surface-strong);border:1px solid var(--border-strong);cursor:pointer;-webkit-user-select:none;user-select:none;box-shadow:var(--shadow-sm);border-radius:24px;align-items:center;gap:2px;padding:3px;transition:all .18s;display:inline-flex}.theme-toggle:hover{border-color:var(--accent)}.theme-toggle__option{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);border-radius:18px;padding:5px 14px;font-size:.78rem;font-weight:600;transition:all .18s cubic-bezier(.16,1,.3,1)}.theme-toggle__option.is-active{color:var(--text);background:var(--surface-soft);box-shadow:var(--shadow-sm);font-weight:700}body[data-theme=dark] .theme-toggle__option.is-active{background:var(--surface-soft);color:var(--text)}.home-hero{border-bottom:1px solid var(--border);margin-bottom:40px;padding-bottom:32px}.home-hero__eyebrow{background:var(--accent-glow);color:var(--accent);letter-spacing:.06em;text-transform:uppercase;border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.home-hero__title{letter-spacing:-.02em;color:var(--text);margin-bottom:12px;font-family:Newsreader,Georgia,serif;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:500;line-height:1.15}.home-hero__subtitle{color:var(--text-soft);max-width:640px;font-size:1.1rem;line-height:1.6}.control-panel{flex-direction:column;gap:20px;margin-bottom:36px;display:flex}.panel-header{align-items:center;gap:14px;display:flex}.search-shell{flex:1;align-items:center;display:flex;position:relative}.search-shell__icon{color:var(--text-muted);pointer-events:none;transition:color .15s;position:absolute;left:16px}.search-shell__input{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;height:44px;color:var(--text);box-shadow:var(--shadow-sm);padding:0 44px 0 46px;font-size:.95rem;font-weight:500;transition:all .18s}.search-shell__input::-webkit-search-cancel-button{appearance:none;display:none}.search-shell__input::-webkit-search-decoration{appearance:none;display:none}.search-shell__input::-webkit-search-results-button{appearance:none;display:none}.search-shell__input::-webkit-search-results-decoration{appearance:none;display:none}.search-shell:focus-within .search-shell__icon{color:var(--accent)}.search-shell__input:focus{border-color:var(--accent);background:var(--bg-elevated);box-shadow:0 0 0 3px var(--accent-glow), var(--shadow-md);outline:none}.search-shell__input::placeholder{color:var(--text-muted);font-weight:400}.search-clear{background:var(--surface-soft);border:1px solid var(--border);color:var(--text-soft);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex;position:absolute;right:12px}.search-clear:hover{color:var(--text);background:var(--surface-strong);border-color:var(--border-strong);transform:scale(1.08)}.search-shortcut-badge{color:var(--text-muted);background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);pointer-events:none;letter-spacing:.05em;padding:2px 7px;font-size:.72rem;font-weight:600;position:absolute;right:14px}.view-toggle{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-lg);height:44px;box-shadow:var(--shadow-sm);align-items:center;padding:4px;display:flex}.view-toggle__btn{height:100%;color:var(--text-muted);border-radius:var(--radius-md);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 12px;transition:all .15s;display:flex}.view-toggle__btn:hover{color:var(--text)}.view-toggle__btn.is-active{background:var(--surface-soft);color:var(--accent);box-shadow:var(--shadow-sm)}.filter-bar{scrollbar-width:none;align-items:center;gap:10px;padding:4px 2px 10px;display:flex;overflow-x:auto}.filter-bar::-webkit-scrollbar{display:none}.filter-pill{color:var(--text-soft);background:var(--surface-strong);border:1px solid var(--border);cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-sm);border-radius:24px;align-items:center;gap:8px;padding:8px 16px;font-size:.88rem;font-weight:500;transition:all .18s cubic-bezier(.16,1,.3,1);display:inline-flex}.filter-pill__icon{color:var(--text-muted);transition:color .18s,transform .18s}.filter-pill:hover{color:var(--text);background:var(--surface);border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.filter-pill:hover .filter-pill__icon{color:var(--accent);transform:scale(1.1)}.filter-pill.is-active{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-hover));box-shadow:0 4px 14px var(--accent-glow);border-color:#0000;font-weight:600}.filter-pill.is-active .filter-pill__icon{color:#fff}body[data-theme=light] .filter-pill.is-active{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-hover))}.post-grid--grid{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}@media (width<=1440px){.post-grid--grid{grid-template-columns:repeat(4,1fr)}}@media (width<=1100px){.post-grid--grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.post-grid--grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.post-grid--grid{grid-template-columns:1fr}}.post-grid--list{flex-direction:column;gap:16px;display:flex}.post-card{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;overflow:hidden}.post-card--grid{flex-direction:column}.post-card--list{flex-direction:row;align-items:stretch}.post-card__thumb{background-position:50%;background-size:cover;background-color:var(--surface-soft)}.post-card--grid .post-card__thumb{width:100%;height:145px}.post-card--list .post-card__thumb{flex-shrink:0;width:220px}.post-card__body{flex-direction:column;flex:1;padding:16px;display:flex}.post-card__topline{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.post-chip{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);font-size:.72rem;font-weight:700}.priority-badge{color:var(--text-muted);align-items:center;gap:4px;font-size:.7rem;font-weight:600;display:inline-flex}.post-card__title{letter-spacing:-.005em;color:var(--text);margin-bottom:6px;font-family:Plus Jakarta Sans,sans-serif;font-size:.98rem;font-weight:600;line-height:1.45;transition:color .15s}.post-card:hover .post-card__title{color:var(--accent)}.post-card__excerpt{color:var(--text-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:.88rem;line-height:1.45;display:-webkit-box;overflow:hidden}.tag-row{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.tag{color:var(--text-muted);background:var(--surface-soft);border-radius:var(--radius-sm);border:1px solid var(--border);padding:3px 8px;font-size:.75rem}.post-card__footer{background:var(--surface-soft);border-top:1px solid var(--border);border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg);justify-content:space-between;align-items:center;margin:auto -16px -16px;padding:10px 16px;transition:background-color .2s,border-color .2s;display:flex}.post-card:hover .post-card__footer{background:var(--bg-elevated);border-top-color:var(--border-strong)}.post-meta{color:var(--text-muted);align-items:center;gap:6px;font-size:.8rem;display:inline-flex}.post-card__actions{align-items:center;gap:8px;display:flex}.icon-button{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.icon-button:hover{color:var(--text);background:var(--surface-soft)}.cta-link{border-radius:var(--radius-sm);color:var(--accent);background:0 0;align-items:center;gap:6px;padding:5px 10px;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s,background-color .2s,transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s;display:inline-flex}.cta-link svg{transition:transform .2s cubic-bezier(.16,1,.3,1)}.cta-link:hover{color:var(--accent-hover);background:var(--accent-glow);box-shadow:0 2px 8px var(--accent-glow);transform:translate(2px)}.cta-link:hover svg{transform:translate(4px)}.post-card:hover .cta-link svg{transform:translate(3px)}.cta-link--muted{color:var(--text-muted);cursor:not-allowed;box-shadow:none!important;background:0 0!important;transform:none!important}.empty-state{text-align:center;color:var(--text-muted);padding:64px 20px}.empty-state h2{color:var(--text);margin:12px 0 6px;font-size:1.2rem}.article-page{max-width:var(--max-width);margin:0 auto}.back-link{color:var(--text-soft);align-items:center;gap:8px;margin-bottom:32px;font-size:.88rem;font-weight:600;transition:color .15s;display:inline-flex}.back-link:hover{color:var(--accent)}.article-hero{border-bottom:1px solid var(--border);grid-template-columns:1fr;gap:24px;margin-bottom:48px;padding-bottom:36px;display:grid}@media (width>=768px){.article-hero{grid-template-columns:1fr 240px}}.article-hero__eyebrow{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:12px;font-size:.82rem;font-weight:700}.article-hero h1{letter-spacing:-.02em;color:var(--text);margin-bottom:16px;font-family:Newsreader,Georgia,serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:500;line-height:1.18}.article-hero__summary{color:var(--text-soft);font-size:1.15rem;line-height:1.6}.article-hero__meta{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:16px;height:fit-content;padding:20px;display:flex}.author-badge{align-items:center;gap:12px;display:flex}.author-badge__mark{background:linear-gradient(135deg, var(--accent), var(--accent-purple));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:700;display:flex}.author-badge strong{color:var(--text);font-size:.92rem;display:block}.author-badge span{color:var(--text-muted);font-size:.78rem}.meta-row{gap:16px;display:flex}.article-share-btn{width:100%;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.article-share-btn:hover{background:var(--accent-glow);color:var(--accent);border-color:var(--accent)}.article-content{max-width:var(--article-width);color:var(--text);margin:0 auto;font-size:1.08rem;line-height:1.75}.article-content p{color:var(--text);margin-bottom:1.5rem}.article-lead{color:var(--text-soft);font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:2rem!important}.article-content h2{color:var(--text);letter-spacing:-.01em;margin:2.5rem 0 1rem;font-family:Newsreader,Georgia,serif;font-size:1.8rem;font-weight:500}.article-content h3{color:var(--text);margin:2rem 0 .8rem;font-size:1.3rem;font-weight:700}.article-panel{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-lg);margin:2rem 0;padding:24px}.article-panel--accent{background:var(--accent-glow);border-color:var(--accent)}.article-stack{flex-direction:column;gap:20px;margin:2rem 0;display:flex}.insight-card{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-lg);gap:20px;padding:24px;display:flex}.spotlight-card{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:32px;padding:24px}.post-card,.insight-card,.spotlight-card,.article-panel{transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s,box-shadow .25s cubic-bezier(.16,1,.3,1);box-shadow:10px 8px 24px -4px #0f172a29,4px 2px 10px -1px #2563eb24}body[data-theme=dark] .post-card,body[data-theme=dark] .insight-card,body[data-theme=dark] .spotlight-card,body[data-theme=dark] .article-panel{box-shadow:12px 10px 28px -4px #000000a6,5px 3px 14px -1px #8caaee33}.post-card:hover,.insight-card:hover,.spotlight-card:hover,.article-panel:hover{border-color:var(--border-strong);transform:translateY(-4px);box-shadow:16px 12px 36px -4px #0f172a3d,8px 4px 18px -1px #2563eb38}body[data-theme=dark] .post-card:hover,body[data-theme=dark] .insight-card:hover,body[data-theme=dark] .spotlight-card:hover,body[data-theme=dark] .article-panel:hover{box-shadow:18px 14px 42px -4px #000000d1,8px 5px 22px -1px #8caaee52}.insight-index{color:var(--accent);font-family:Newsreader,Georgia,serif;font-size:1.8rem;font-weight:600;line-height:1}.insight-card h2{margin-top:0!important;font-size:1.3rem!important}.bullet-list,.resource-list{margin:1rem 0;padding-left:1.2rem}.bullet-list li,.resource-list li{margin-bottom:.6rem}blockquote{border-left:3px solid var(--accent);background:var(--surface-soft);color:var(--text-soft);border-radius:0 var(--radius-md) var(--radius-md) 0;margin:1.5rem 0;padding:16px 20px;font-family:Newsreader,Georgia,serif;font-size:1.15rem;font-style:italic}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:100;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.18s ease-out forwards modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-card{background:var(--surface-strong);border:1px solid var(--border-strong);border-radius:var(--radius-xl);width:100%;max-width:580px;max-height:85vh;box-shadow:var(--shadow-lg);padding:32px;animation:.2s cubic-bezier(.16,1,.3,1) forwards modalSlideUp;position:relative;overflow-y:auto}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{background:var(--surface-soft);border:1px solid var(--border);color:var(--text-soft);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex;position:absolute;top:24px;right:24px}.modal-close:hover{color:var(--text);background:var(--surface);border-color:var(--border-strong);transform:scale(1.05)}.modal-copy{margin-bottom:24px}.modal-eyebrow{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:6px;font-size:.75rem;font-weight:700;display:inline-block}.modal-copy h2{color:var(--text);margin-bottom:8px;font-family:Newsreader,Georgia,serif;font-size:1.8rem;font-weight:500}.modal-intro{color:var(--text-soft);font-size:.95rem}.tech-stack-list{flex-direction:column;gap:12px;display:flex}.tech-item{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:flex-start;gap:16px;padding:16px;transition:all .15s;display:flex}.tech-item:hover{background:var(--surface);border-color:var(--border-strong);transform:translate(2px)}.tech-item__icon{border-radius:var(--radius-md);background:var(--accent-glow);width:40px;height:40px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.tech-item__icon--sky{color:#99d1db;background:#99d1db2e}.tech-item__icon--amber{color:#e5c890;background:#e5c8902e}.tech-item__icon--violet{color:#babbf1;background:#babbf12e}.tech-item__icon--rose{color:#eebebe;background:#eebebe2e}.tech-item__icon--emerald{color:#a6d189;background:#a6d1892e}.tech-item__icon--cyan{color:#81c8be;background:#81c8be2e}.tech-item__icon--slate{color:#838ba7;background:#838ba72e}.tech-item__icon--lime{color:#a6d189;background:#a6d1892e}.tech-item h3{color:var(--text);margin-bottom:4px;font-size:1rem;font-weight:700}.tech-item p{color:var(--text-soft);font-size:.88rem;line-height:1.45}.table-wrap{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-strong);width:100%;margin:1.5rem 0;overflow-x:auto}.table-wrap table{border-collapse:collapse;text-align:left;width:100%;font-size:.92rem}.table-wrap th{background:var(--surface-soft);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--border);padding:14px 18px;font-size:.82rem;font-weight:700}.table-wrap td{color:var(--text);border-bottom:1px solid var(--border);padding:14px 18px;line-height:1.5}.table-wrap tr:last-child td{border-bottom:none}.table-wrap tr:nth-child(2n) td{background:color-mix(in srgb, var(--surface-soft) 40%, transparent)}.table-wrap tr:hover td{background:color-mix(in srgb, var(--accent) 6%, transparent)}.site-footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);margin-top:auto;padding:24px 0;font-size:.85rem}
