:root{--sf-bg:#fff;--sf-surface:#f8f9fa;--sf-surface-alt:#f1f3f5;--sf-border:#e1e4e8;--sf-text:#1a1a1a;--sf-text-secondary:#4b5563;--sf-muted:#6b7280;--sf-accent:#2563eb;--sf-accent-soft:#2563eb1a;--sf-radius-lg:8px;--sf-radius-xl:12px;--sf-shadow-soft:0 2px 8px #0000000f}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--sf-bg);color:var(--sf-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:18px;line-height:1.7}a{color:var(--sf-accent);text-decoration:none}a:hover{text-decoration:underline}.sf-page{flex-direction:column;min-height:100vh;display:flex}.sf-main{flex:1}.sf-container{width:100%;max-width:680px;margin:0 auto;padding:2rem 1.5rem 3rem}.sf-header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--sf-border);background:#fffffff2;position:sticky;top:0}.sf-header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.sf-logo{color:var(--sf-text);align-items:baseline;gap:.25rem;text-decoration:none;display:inline-flex}.sf-logo:hover{text-decoration:none}.sf-logo-main{letter-spacing:-.01em;font-size:1rem;font-weight:600}.sf-logo-dot{color:var(--sf-accent);font-size:1rem}.sf-nav{gap:.5rem;display:flex}.sf-nav-link{color:var(--sf-text-secondary);border-radius:6px;padding:.5rem 1rem;font-size:.95rem;text-decoration:none;transition:all .2s}.sf-nav-link:hover{background:var(--sf-surface);color:var(--sf-text)}.sf-nav-link-active{background:var(--sf-accent-soft);color:var(--sf-accent)}.sf-footer{border-top:1px solid var(--sf-border);background:var(--sf-surface);margin-top:4rem}.sf-footer-inner{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.sf-footer-text{color:var(--sf-muted);font-size:.9rem}.sf-home{padding-top:3rem}.sf-hero{margin-bottom:4rem}.sf-hero-title{letter-spacing:-.02em;white-space:nowrap;max-width:32rem;margin:0 0 1.5rem;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;line-height:1.2}.sf-hero-image{border-radius:var(--sf-radius-lg);width:100%;height:auto;box-shadow:var(--sf-shadow-soft);margin:1.5rem 0 .5rem}.sf-image-credit{color:var(--sf-muted);margin:.5rem 0 1.5rem;font-size:.85rem;line-height:1.5}.sf-image-credit a{color:var(--sf-accent);text-decoration:none}.sf-image-credit a:hover{text-decoration:underline}.sf-hero-subtitle{color:var(--sf-text-secondary);max-width:36rem;margin-bottom:1rem;font-size:1.1rem;line-height:1.7}.sf-hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.sf-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.sf-btn-primary{background:var(--sf-accent);color:#fff;box-shadow:var(--sf-shadow-soft)}.sf-btn-primary:hover{background:#1d4ed8;text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb33}.sf-btn-ghost{color:var(--sf-text-secondary);border-color:var(--sf-border);background:0 0}.sf-btn-ghost:hover{border-color:var(--sf-text);color:var(--sf-text);text-decoration:none}.sf-section{margin-top:4rem}.sf-section-title{letter-spacing:-.01em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.sf-grid-3{gap:1.5rem;display:grid}@media (min-width:768px){.sf-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.sf-card{background:var(--sf-surface);border-radius:var(--sf-radius-lg);border:1px solid var(--sf-border);padding:1.5rem;transition:all .2s}.sf-card:hover{box-shadow:var(--sf-shadow-soft);border-color:var(--sf-accent)}.sf-card h3{margin-top:0;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.sf-card p{color:var(--sf-text-secondary);margin:0;font-size:.95rem;line-height:1.6}.sf-page-header{margin-top:2rem;margin-bottom:2rem}.sf-page-kicker{text-transform:uppercase;letter-spacing:.1em;color:var(--sf-accent);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.sf-page-title{letter-spacing:-.02em;margin:.5rem 0 1rem;font-size:2rem;font-weight:700}.sf-page-subtitle{color:var(--sf-text-secondary);max-width:42rem;font-size:1.05rem;line-height:1.7}.sf-post-list{flex-direction:column;gap:1.5rem;display:flex}.sf-post-card{background:var(--sf-surface);border-radius:var(--sf-radius-lg);border:1px solid var(--sf-border);padding:1.5rem;transition:all .2s}.sf-post-card:hover{box-shadow:var(--sf-shadow-soft);border-color:var(--sf-accent)}.sf-post-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;line-height:1.4}.sf-post-title a{color:var(--sf-text);text-decoration:none}.sf-post-title a:hover{color:var(--sf-accent)}.sf-post-meta{color:var(--sf-muted);margin-bottom:.75rem;font-size:.9rem}.sf-post-excerpt{color:var(--sf-text-secondary);margin:0;font-size:1rem;line-height:1.6}.sf-post-readmore{color:var(--sf-accent);font-size:.95rem;font-weight:500;text-decoration:none}.sf-post{max-width:680px}.sf-post-header{margin:2rem 0 3rem}.sf-post-header h1{letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2}.sf-post-meta{color:var(--sf-muted);gap:1rem;font-size:.95rem;display:flex}.sf-post-content{color:var(--sf-text);font-size:1.05rem;line-height:1.75}.sf-post-content h1,.sf-post-content h2,.sf-post-content h3{letter-spacing:-.01em;margin:2.5rem 0 1rem;font-weight:700;line-height:1.3}.sf-post-content h1{font-size:2rem}.sf-post-content h2{font-size:1.5rem}.sf-post-content h3{font-size:1.25rem}.sf-post-content p{margin:1.25rem 0}.sf-post-content ul,.sf-post-content ol{margin:1.25rem 0;padding-left:1.5rem}.sf-post-content li{margin:.5rem 0}.sf-post-content a{color:var(--sf-accent);text-underline-offset:2px;-webkit-text-decoration:underline #2563eb4d;text-decoration:underline #2563eb4d}.sf-post-content a:hover{-webkit-text-decoration-color:var(--sf-accent);text-decoration-color:var(--sf-accent)}.sf-post-content blockquote{border-left:3px solid var(--sf-accent);color:var(--sf-text-secondary);margin:1.5rem 0;padding-left:1.5rem;font-style:italic}.sf-post-content code{background:var(--sf-surface);border:1px solid var(--sf-border);border-radius:3px;padding:.2em .4em;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.9em}.sf-post-content pre{background:var(--sf-surface);border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);margin:1.5rem 0;padding:1.25rem;overflow-x:auto}.sf-post-content pre code{background:0 0;border:none;padding:0;font-size:.9rem;line-height:1.6}.sf-post-content table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.95rem}.sf-post-content th,.sf-post-content td{border:1px solid var(--sf-border);text-align:left;padding:.75rem}.sf-post-content th{background:var(--sf-surface);font-weight:600}.sf-post-content tr:hover{background:var(--sf-surface)}.sf-section-footer{margin-top:2rem}.sf-link{color:var(--sf-accent);font-weight:500;text-decoration:none}.sf-link:hover{text-decoration:underline}.sf-tooltip-wrapper{display:inline;position:relative}.sf-tooltip-trigger{border-bottom:1px dotted var(--sf-accent);cursor:help}.sf-tooltip-content{background:var(--sf-text);color:#fff;white-space:normal;z-index:100;pointer-events:none;border-radius:6px;width:400px;margin-top:.5rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.4;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.sf-tooltip-content:after{content:"";border:6px solid #0000;border-bottom-color:var(--sf-text);position:absolute;bottom:100%;left:50%;transform:translate(-50%)}@media (max-width:640px){body{font-size:17px}.sf-container{padding:1.5rem 1.25rem 2rem}.sf-header-inner{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem}.sf-hero-title{font-size:1.75rem}.sf-hero-subtitle{font-size:1rem}.sf-grid-3{grid-template-columns:1fr}}
