:root{--bg: #f7f7f8;--surface: #ffffff;--text: #17171a;--text-muted: #5c626b;--border: #e3e5e8;--black: #0f0f11;--silver: #c4ced4;--silver-dark: #8f9aa3;--link: #17171a;--fiesta-pink: #e13a8f;--fiesta-orange: #ef7c00;--fiesta-teal: #00b2a9;--max-width: 960px;--prose-width: 720px}@media(prefers-color-scheme:dark){:root{--bg: #0e0e10;--surface: #17171a;--text: #ececee;--text-muted: #9aa1a9;--border: #26262a;--link: #ececee}}*{box-sizing:border-box;margin:0;padding:0}html{font-size:17px;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang TC,Microsoft JhengHei,sans-serif;background:var(--bg);color:var(--text);line-height:1.7;display:flex;flex-direction:column;min-height:100vh}main{flex:1;padding-bottom:4rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}a{color:var(--link)}img{max-width:100%;height:auto}.site-header{background:var(--black)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding-top:.9rem;padding-bottom:.9rem}.brand{font-size:1.35rem;font-weight:800;letter-spacing:.04em;color:var(--silver);text-decoration:none}.brand span{color:#fff}.site-header nav{display:flex;align-items:center;gap:1.1rem}.site-header nav a{color:var(--silver);text-decoration:none;font-size:.95rem;font-weight:500}.site-header nav a:hover{color:#fff}.lang-switch{border:1px solid var(--silver-dark);border-radius:999px;padding:.1rem .7rem}.fiesta-stripe{height:3px;background:linear-gradient(90deg,var(--fiesta-pink),var(--fiesta-orange),var(--fiesta-teal))}.hero{background:var(--surface);border-bottom:1px solid var(--border);padding:3rem 0 2.6rem;margin-bottom:2.2rem}.hero h1{font-size:clamp(1.9rem,4.5vw,2.8rem);line-height:1.2;letter-spacing:-.01em}.hero .accent{background:linear-gradient(90deg,var(--fiesta-pink),var(--fiesta-orange),var(--fiesta-teal));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{margin-top:.7rem;color:var(--text-muted);font-size:1.05rem;max-width:40em}.section-title{font-size:1.05rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1.2rem}.post-list{display:grid;gap:1rem}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.3rem 1.5rem}.post-card .post-meta{display:flex;align-items:center;gap:.7rem;font-size:.85rem;color:var(--text-muted);margin-bottom:.4rem}.badge{background:var(--silver);color:var(--black);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:.08rem .6rem}.post-card h2{font-size:1.25rem;line-height:1.35}.post-card h2 a{text-decoration:none}.post-card h2 a:hover{text-decoration:underline}.post-card p{margin-top:.45rem;color:var(--text-muted);font-size:.97rem}.post{max-width:var(--prose-width);padding-top:2.4rem}.post-header .post-meta{color:var(--text-muted);font-size:.9rem;margin-bottom:.6rem}.post-header h1{font-size:clamp(1.7rem,4vw,2.3rem);line-height:1.25;letter-spacing:-.01em}.translation-link{margin-top:.8rem}.translation-link a{color:var(--fiesta-teal);font-weight:600;text-decoration:none}.back-link{display:inline-block;margin-top:2.4rem;color:var(--text-muted);font-size:.92rem;text-decoration:none}.back-link:hover{color:var(--text)}.prose{margin-top:1.8rem}.prose>*+*{margin-top:1.05em}.prose h2{font-size:1.45rem;margin-top:1.8em;line-height:1.3}.prose h3{font-size:1.15rem;margin-top:1.5em}.prose ul,.prose ol{padding-left:1.4em}.prose li+li{margin-top:.35em}.prose blockquote{border-left:3px solid var(--silver);padding-left:1em;color:var(--text-muted)}.prose hr{border:none;border-top:1px solid var(--border)}.prose a{text-decoration-color:var(--silver-dark);text-underline-offset:2px}.prose table{width:100%;border-collapse:collapse;font-size:.92rem;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--border);padding:.5rem .75rem;text-align:left;white-space:nowrap}.prose td:first-child,.prose th:first-child{white-space:normal}.prose thead th{background:var(--black);color:var(--silver);font-weight:700}.prose tbody tr:nth-child(2n){background:var(--surface)}.prose figure{margin:1.5em 0}.prose figcaption{font-size:.85rem;color:var(--text-muted);margin-top:.4em}.related{margin-top:3rem;padding-top:1.6rem;border-top:1px solid var(--border)}.related ul{list-style:none;display:grid;gap:.9rem}.related li{display:flex;flex-direction:column;gap:.15rem}.related a{font-weight:600;text-decoration:none;line-height:1.4}.related a:hover{text-decoration:underline}.related time{font-size:.85rem;color:var(--text-muted)}.page{max-width:var(--prose-width);padding-top:2.4rem}.page h1{font-size:clamp(1.7rem,4vw,2.3rem);margin-bottom:1rem}.site-footer{background:var(--black);color:var(--silver);padding:1.6rem 0 1.8rem;font-size:.85rem;line-height:1.6}.site-footer .disclaimer{color:var(--silver-dark);max-width:52em}.site-footer .meta{margin-top:.6rem}.site-footer a{color:var(--silver)}.notfound{text-align:center;padding-top:5rem}.notfound h1{font-size:2rem;margin-bottom:.6rem}.notfound p{color:var(--text-muted);margin-bottom:1.4rem}@media(max-width:640px){.header-inner{flex-direction:column;gap:.5rem}}
