@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f639721981034f88-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_246ccd{font-family:Geist,Geist Fallback;font-style:normal}.__variable_246ccd{--font-geist:"Geist","Geist Fallback"}:root{--bg:#ffffff;--bg-secondary:#fafafa;--surface:#ffffff;--text:#000000;--text-muted:#666666;--border:#eaeaea;--accent:#0070f3;--radius:0.25rem}:root.dark{--bg:#000000;--bg-secondary:#111111;--surface:#111111;--text:#ffffff;--text-muted:#888888;--border:#333333;--accent:#0070f3}*,:after,:before{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--font-geist,"Geist",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif);margin:0;line-height:1.6;transition:background .2s,color .2s}.container{max-width:1000px;margin:0 auto;padding:0 1.5rem}a{color:inherit;text-decoration:none}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg) 85%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:3.5rem}.site-title{font-weight:700;font-size:1.05rem;letter-spacing:-.02em;color:var(--text)}.header-controls{display:flex;align-items:center;gap:1rem}.live-clock{font-size:.85rem;color:var(--text-muted);white-space:nowrap}.theme-btn{background:none;border:1px solid var(--border);border-radius:var(--radius);padding:.25rem .6rem;cursor:pointer;color:var(--text);font-size:1rem;transition:border-color .15s;line-height:1}.theme-btn:hover{border-color:var(--accent)}.site-nav{background:var(--bg-secondary);border-bottom:1px solid var(--border);font-size:.78rem}.site-nav .container{display:flex;align-items:center;height:2rem;gap:0}.site-nav-link{padding:0 .55rem;color:var(--text-muted);font-weight:500;transition:color .15s;white-space:nowrap;text-decoration:none;cursor:pointer}.site-nav-link:hover{color:var(--accent)}.site-nav-link.active{color:var(--accent);font-weight:700}.site-nav-sep{display:inline-block;width:1px;height:1rem;background:var(--border);margin:0 .4rem;vertical-align:middle}.filter-bar{display:flex;gap:.5rem;padding:2rem 0 1.5rem;flex-wrap:wrap}.filter-btn{padding:.375rem 1.1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.filter-btn:hover{border-color:var(--accent);color:var(--accent)}.filter-btn[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:#fff}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-gap:1.25rem;gap:1.25rem;padding-bottom:3rem}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .2s,border-color .2s}.post-card:hover{box-shadow:0 4px 16px rgba(0 0 0/.07);border-color:var(--accent)}:root.dark .post-card:hover{box-shadow:0 0 0 1px var(--accent)}.post-card-img{display:block;width:calc(100% + 3rem);height:180px;object-fit:cover;margin:-1.5rem -1.5rem 0;border-radius:var(--radius) var(--radius) 0 0}.post-card-body{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;flex:1 1}.post-card-meta{display:flex;align-items:center;justify-content:space-between}.badge{font-size:.7rem;font-weight:700;padding:.2rem .65rem;border-radius:var(--radius);text-transform:uppercase;letter-spacing:.06em}.badge-Sport{background:#dcfce7;color:#15803d}.badge-Travel{background:#dbeafe;color:#1d4ed8}.badge-Uncategorized{background:var(--bg-secondary);color:var(--text-muted)}:root.dark .badge-Sport{background:#14532d;color:#86efac}:root.dark .badge-Travel{background:#1e3a5f;color:#93c5fd}:root.dark .badge-Uncategorized{background:var(--bg-secondary);color:var(--text-muted)}.post-date{font-size:.8rem;color:var(--text-muted)}.post-title{font-size:1.05rem;font-weight:600;color:var(--text);line-height:1.4;letter-spacing:-.01em;transition:color .15s}.post-title:hover{color:var(--accent)}.post-excerpt{font-size:.875rem;color:var(--text-muted);line-height:1.65;flex:1 1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.read-more{font-size:.82rem;font-weight:600;color:var(--accent);margin-top:.25rem}.read-more:hover{text-decoration:underline}.article-back{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;color:var(--text-muted);padding:1.5rem 0 0;transition:color .15s}.article-back:hover{color:var(--accent)}.post-hero{width:100%;max-height:420px;object-fit:cover;border-radius:var(--radius);margin-bottom:1.5rem}article.post{max-width:680px;margin:0 auto;padding:2rem 0 4rem}article.post h1{font-size:2rem;font-weight:700;line-height:1.25;letter-spacing:-.03em;margin:1rem 0 .5rem}article.post .post-card-meta{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}article.post p{margin:0 0 1.25rem;color:var(--text);font-size:1rem;line-height:1.75}.page-header{padding:2.5rem 0 0}.page-header h2{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .25rem}.page-header p{color:var(--text-muted);font-size:.9rem;margin:0}.site-footer{border-top:1px solid var(--border);background:var(--bg-secondary);margin-top:3rem;padding:2rem 0}.site-footer .about{max-width:680px;font-size:.85rem;color:var(--text-muted);line-height:1.65;margin:0}.site-footer .about strong{display:block;font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.35rem}.about-page{max-width:680px;margin:0 auto;padding:2.5rem 0 4rem}.about-page h1{font-size:2rem;font-weight:700;letter-spacing:-.03em;margin:0 0 1rem}.about-teaser{font-size:1.05rem;color:var(--text-muted);line-height:1.7;margin:0 0 2.5rem}.about-section{margin-bottom:2.5rem}.about-section h2{font-size:1.1rem;font-weight:600;margin:0 0 .35rem}.about-tech{font-size:.9rem;color:var(--text-muted);margin:0 0 1rem}.about-img{width:100%;border-radius:var(--radius);border:1px solid var(--border);display:block}