*{margin:0;padding:0;box-sizing:border-box}::selection{background:#fbbf244d;color:#fafafa}body{margin:0;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f1115;background:radial-gradient(ellipse at center,#16181d,#0f1115 70%);background-attachment:fixed;color:#e4e4e7;min-height:100vh}.container{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;max-width:900px;margin:0 auto;padding:2rem}.profile-section{display:flex;gap:3rem;align-items:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.profile-image{width:200px;height:200px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,255,255,.08);box-shadow:0 0 0 1px #ffffff08,0 25px 50px -12px #0009,0 0 80px -20px #fbbf2426;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);animation:fadeInUp .7s ease-out both}.profile-image:hover{transform:scale(1.03);box-shadow:0 0 0 1px #ffffff0f,0 30px 60px -12px #0009,0 0 100px -20px #fbbf2440}.profile-content{animation:fadeInUp .7s ease-out .15s both}.greeting{font-size:3rem;font-weight:600;margin-bottom:.5rem;color:#fafafa;letter-spacing:-.03em;line-height:1.1}.tagline{font-size:1.35rem;line-height:1.5;color:#6b6b6b;margin-bottom:0;font-weight:400;letter-spacing:-.01em}.current{font-size:1rem;line-height:1.5;color:#8a8a8a;margin-top:1rem;font-weight:400;letter-spacing:-.005em;animation:fadeInUp .7s ease-out .225s both}.current-secondary{margin-top:.35rem;animation-delay:.28s}.current-link{color:#e4e4e7;text-decoration:none;font-weight:500;border-bottom:1px solid rgba(251,191,36,.4);transition:color .2s ease,border-color .2s ease}.current-link:hover,.current-link:focus{color:#fafafa;border-bottom-color:#fbbf24e6;outline:none}.social-links{display:flex;gap:.25rem;margin-top:2rem;animation:fadeInUp .7s ease-out .3s both}.social-link{color:#525252;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;padding:.625rem;border-radius:10px;background:transparent}.social-link:hover{color:#fafafa;background:#ffffff0f;transform:translateY(-2px)}.social-link:focus{outline:none;color:#fafafa;background:#ffffff0f;box-shadow:0 0 0 2px #fbbf2466}.social-link:active{transform:translateY(0)}.social-link svg{width:22px;height:22px}@media(max-width:768px){.container{padding:1.5rem}.profile-section{flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.profile-image{width:140px;height:140px;box-shadow:0 0 0 1px #ffffff08,0 20px 40px -10px #00000080,0 0 60px -15px #fbbf241f}.profile-content{animation-delay:.2s}.greeting{font-size:2rem;margin-bottom:.25rem;letter-spacing:-.02em}.tagline{font-size:1.15rem;letter-spacing:-.005em}.social-links{justify-content:center;margin-top:1.5rem;gap:.125rem;animation-delay:.35s}.social-link{padding:.75rem}.social-link svg{width:26px;height:26px}}.blog-wrap{max-width:720px;margin:0 auto;padding:3.5rem 1.5rem 6rem;animation:fadeInUp .6s ease-out both}.blog-nav{margin-bottom:3.5rem}.blog-nav-home{color:#8a8a8a;text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:-.005em;transition:color .2s ease}.blog-nav-home:hover{color:#fafafa}.site-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:3.25rem;gap:1rem}.site-nav-brand{color:#e4e4e7;text-decoration:none;font-size:.95rem;font-weight:600;letter-spacing:-.01em;transition:color .2s ease}.site-nav-brand:hover{color:#fbbf24}.site-nav-tabs{display:flex;gap:.3rem}.site-nav-tab{color:#8a8a8a;text-decoration:none;font-size:.88rem;font-weight:500;letter-spacing:-.005em;padding:.4rem .8rem;border-radius:8px;transition:color .2s ease,background .2s ease}.site-nav-tab:hover{color:#fafafa;background:#ffffff0a}.site-nav-tab.active{color:#fbbf24;background:#fbbf241a}.blog-header{margin-bottom:3rem}.blog-title{font-size:2.6rem;font-weight:600;color:#fafafa;letter-spacing:-.03em;line-height:1.1;margin-bottom:.65rem}.blog-sub{font-size:1.05rem;color:#8a8a8a;line-height:1.55;letter-spacing:-.005em;max-width:30rem}.post-list{list-style:none;margin:0;padding:0}.post-list-item{border-top:1px solid rgba(255,255,255,.07)}.post-list-item:last-child{border-bottom:1px solid rgba(255,255,255,.07)}.post-link{display:block;padding:1.7rem .5rem;text-decoration:none;transition:padding-left .22s cubic-bezier(.4,0,.2,1),background .22s ease;border-radius:8px}.post-link:hover{background:#ffffff06;padding-left:1rem}.post-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#6b6b6b;font-weight:500;letter-spacing:.01em;margin-bottom:.5rem}.post-dot{opacity:.6}.post-list-title{font-size:1.4rem;font-weight:600;color:#fafafa;letter-spacing:-.02em;line-height:1.25;margin-bottom:.45rem}.post-link:hover .post-list-title{color:#fbbf24}.post-list-desc{font-size:.98rem;color:#8a8a8a;line-height:1.55;letter-spacing:-.005em}.blog-empty{color:#6b6b6b;font-size:1rem}.post-header{margin-bottom:2.6rem}.post-title{font-size:2.5rem;font-weight:600;color:#fafafa;letter-spacing:-.03em;line-height:1.12;margin-top:.7rem}.post-back{display:inline-block;color:#8a8a8a;text-decoration:none;font-size:.88rem;font-weight:500;letter-spacing:-.005em;margin-bottom:1.4rem;transition:color .2s ease}.post-back:hover{color:#fbbf24}.post-body{font-size:1.08rem;line-height:1.75;color:#c4c4cc;letter-spacing:-.003em}.post-body>*:first-child{margin-top:0}.post-body h2{font-size:1.5rem;font-weight:600;color:#fafafa;letter-spacing:-.02em;line-height:1.25;margin:2.8rem 0 1rem}.post-body h3{font-size:1.18rem;font-weight:600;color:#fafafa;letter-spacing:-.015em;margin:2rem 0 .7rem}.post-body p{margin:1.15rem 0}.post-body a{color:#fbbf24;text-decoration:none;border-bottom:1px solid rgba(251,191,36,.35);transition:border-color .2s ease}.post-body a:hover{border-bottom-color:#fbbf24e6}.post-body strong{color:#fafafa;font-weight:600}.post-body em{font-style:italic}.post-body ul,.post-body ol{margin:1.15rem 0;padding-left:1.3rem}.post-body li{margin:.4rem 0;padding-left:.3rem}.post-body li::marker{color:#6b6b6b}.post-body blockquote{margin:1.6rem 0;padding:.2rem 0 .2rem 1.3rem;border-left:3px solid rgba(251,191,36,.5);color:#9a9aa2;font-style:italic}.post-body blockquote p{margin:.4rem 0}.post-body code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86em;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:4px;padding:.1rem .36rem}.post-body pre{background:#16181d;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.1rem 1.3rem;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:none;border:none;padding:0;font-size:.84rem;line-height:1.6;color:#c4c4cc}.post-body hr{border:none;border-top:1px solid rgba(255,255,255,.08);margin:2.6rem 0}.post-body table{width:100%;border-collapse:collapse;margin:1.6rem 0;font-size:.92rem}.post-body th,.post-body td{text-align:left;padding:.6rem .85rem;border-bottom:1px solid rgba(255,255,255,.08)}.post-body th{color:#fafafa;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.post-body td{color:#b4b4bc}.post-body img{max-width:100%;border-radius:10px;margin:1.6rem 0;border:1px solid rgba(255,255,255,.08)}.post-footer{margin-top:4rem;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,.07)}.post-figure{margin:2.2rem 0;overflow-x:auto}.post-figure .heat{border-collapse:separate;border-spacing:4px;width:100%;min-width:460px;margin:0}.post-figure .heat thead th{font-size:.66rem;text-transform:uppercase;letter-spacing:.05em;color:#8a8a8a;font-weight:600;padding:0 .3rem .55rem;border:none;text-align:center}.post-figure .heat thead th:first-child{text-align:right}.post-figure .heat tbody th{text-align:right;padding:0 .7rem 0 0;color:#e4e4e7;font-weight:600;font-size:.84rem;border:none;white-space:nowrap;text-transform:none;letter-spacing:0}.post-figure .heat td{text-align:center;font-variant-numeric:tabular-nums;font-weight:700;font-size:.86rem;border:none;border-radius:5px;padding:.5rem .3rem;color:#15110a}.post-figure .star{opacity:.55;font-size:.78em;vertical-align:1px}.post-figure .h-exc{background:#34d399}.post-figure .h-good{background:#a3e635}.post-figure .h-ok{background:#fbbf24}.post-figure .h-poor{background:#fb923c}.post-figure .h-bad{background:#f87171}.post-figure figcaption{margin-top:.9rem;font-size:.86rem;color:#6b6b6b;line-height:1.55}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:1.6rem 0}.spec-card{background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:.95rem 1.05rem;transition:border-color .2s ease,background .2s ease}.spec-card:hover{border-color:#fbbf2447;background:#ffffff0a}.spec-card-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.4rem}.spec-name{color:#fafafa;font-weight:600;font-size:.95rem;letter-spacing:-.012em}.post-body a.spec-link{border-bottom:none;transition:color .2s ease}.post-body a.spec-link:hover{color:#fbbf24}.spec-tag{flex-shrink:0;font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .5rem;border-radius:999px;white-space:nowrap}.tag-oss{background:#a3e63524;color:#bef264}.tag-api{background:#fbbf2424;color:#fcd34d}.tag-he{background:#60a5fa24;color:#93c5fd}.tag-en{background:#f8717124;color:#fca5a5}.tag-mix{background:#c084fc24;color:#d8b4fe}.spec-card p{margin:0;color:#9a9aa2;font-size:.9rem;line-height:1.5}.cost-chart{display:flex;flex-direction:column;gap:.55rem}.cost-row{display:flex;align-items:center;gap:.7rem}.cost-name{flex:0 0 5.6rem;text-align:right;font-size:.8rem;font-weight:600;color:#e4e4e7;white-space:nowrap}.cost-track{flex:1;height:.8rem;background:#ffffff0d;border-radius:4px;overflow:hidden}.cost-bar{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,#fbbf24,#f59e0b)}.cost-val{flex:0 0 3.2rem;font-size:.8rem;font-variant-numeric:tabular-nums;font-weight:600;color:#8a8a8a}.home-writing{margin-top:2.75rem;padding-top:1.9rem;border-top:1px solid rgba(255,255,255,.07);animation:fadeInUp .7s ease-out .4s both}.home-writing-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.4rem}.home-writing-head h2{font-size:.76rem;text-transform:uppercase;letter-spacing:.13em;color:#6b6b6b;font-weight:600}.home-writing-all{font-size:.85rem;color:#8a8a8a;text-decoration:none;transition:color .2s ease}.home-writing-all:hover{color:#fbbf24}.home-post-list{list-style:none;margin:0;padding:0}.home-post{display:block;padding:.8rem 0;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.05)}.home-post-list li:last-child .home-post{border-bottom:none}.home-post-title{display:block;color:#e4e4e7;font-weight:500;font-size:1.02rem;letter-spacing:-.012em;line-height:1.35;transition:color .2s ease}.home-post:hover .home-post-title{color:#fbbf24}.home-post-meta{display:block;color:#6b6b6b;font-size:.8rem;margin-top:.2rem}@media(max-width:768px){.blog-wrap{padding:2.5rem 1.3rem 4.5rem}.blog-nav{margin-bottom:2.5rem}.blog-title{font-size:2.1rem}.post-title{font-size:2rem}.post-body{font-size:1.04rem}.post-body h2{font-size:1.35rem}.home-writing{width:100%}.spec-grid{grid-template-columns:1fr}.post-figure{overflow-x:visible}.post-figure .heat{min-width:0;border-spacing:3px}.post-figure .heat thead th{white-space:normal;font-size:.58rem;padding:0 .1rem .4rem;letter-spacing:.03em}.post-figure .heat tbody th{white-space:normal;font-size:.74rem;padding-right:.4rem}.post-figure .heat td{font-size:.78rem;padding:.45rem .12rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e4e4e7;background-color:#1a1e2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%}
