:root{--bg-primary: #fffcf9;--bg-secondary: #f7f1ec;--bg-card: #ffffff;--accent: #e0345f;--accent-hover: #be1d4c;--accent-soft: rgba(224, 52, 95, .07);--accent-border: rgba(224, 52, 95, .22);--text-main: #2b2020;--text-muted: #6b5b57;--text-dim: #a89a94;--border-color: #efe3dc;--border-light: #f6ece5;--font-thai: "Sarabun", "Prompt", "Noto Sans Thai", "Leelawadee UI", system-ui, -apple-system, sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;--max-w: 1060px;--content-w: 720px}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-thai);background-color:var(--bg-primary);color:var(--text-main);line-height:1.75;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{min-height:100vh;display:flex;flex-direction:column}a{color:var(--accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}.content-container{width:100%;max-width:var(--content-w);margin:0 auto}.site-header{padding:1rem 0;background:var(--bg-card);border-bottom:1px solid var(--border-color)}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;gap:1rem}.logo-brand{display:flex;align-items:center;gap:.65rem;color:var(--text-main);text-decoration:none}.logo-brand:hover{text-decoration:none}.logo-bubble{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,var(--accent) 0%,#f06a8f 100%);color:#fff;font-weight:800;font-size:.82rem;box-shadow:0 4px 12px #e0345f47}.logo-text{font-size:1.25rem;font-weight:800;letter-spacing:-.01em}.nav-links{display:flex;gap:1.4rem;list-style:none;align-items:center}.nav-links a{color:var(--text-muted);font-size:.95rem;font-weight:600;padding:.3rem .75rem;border-radius:9999px;transition:background .15s ease,color .15s ease}.nav-links a:hover{color:var(--accent);background:var(--accent-soft);text-decoration:none}.hero{padding:3.25rem 0 2.75rem;text-align:center;background:radial-gradient(ellipse 60% 80% at 50% 0%,rgba(224,52,95,.09) 0%,transparent 70%)}.hero-emoji-badge{display:inline-flex;align-items:center;gap:.45rem;background:var(--bg-card);border:1px solid var(--accent-border);color:var(--accent);border-radius:9999px;padding:.35rem 1rem;font-size:.82rem;font-weight:700;margin-bottom:1.1rem}.hero-title{font-size:2.4rem;font-weight:800;line-height:1.3;letter-spacing:-.01em;margin-bottom:.85rem;color:var(--text-main)}.hero-desc{font-size:1.08rem;color:var(--text-muted);max-width:620px;margin:0 auto}.section-head{display:flex;align-items:center;gap:.75rem;margin:.5rem 0 1.4rem}.section-head .section-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);flex-shrink:0}.section-head h2{font-size:1.45rem;font-weight:800;letter-spacing:-.01em}.cards-section{padding:2.75rem 0 1rem}.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.article-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border-color);border-radius:18px;padding:1.6rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.article-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #e0345f1a;border-color:var(--accent-border)}.article-meta-header{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.85rem;font-size:.8rem;color:var(--text-dim)}.article-category{background:var(--accent-soft);color:var(--accent);border-radius:9999px;padding:.2rem .7rem;font-weight:700;font-size:.75rem}.article-card-title{font-size:1.3rem;font-weight:800;line-height:1.45;margin-bottom:.55rem}.article-card-title a{color:var(--text-main)}.article-card-title a:hover{color:var(--accent);text-decoration:none}.article-card-excerpt{font-size:.95rem;color:var(--text-muted);line-height:1.7;flex-grow:1;margin-bottom:1rem}.article-card-footer{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:var(--text-dim);padding-top:.9rem;border-top:1px dashed var(--border-color)}.read-more-link{font-weight:700;display:inline-flex;align-items:center;gap:.3rem}.read-more-link:hover{text-decoration:none;gap:.55rem;transition:gap .15s ease}.links-section{padding:1.5rem 0 2.5rem}.link-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;list-style:none}.link-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:1.35rem}.link-card a{font-weight:700;font-size:.98rem;line-height:1.5;display:block;margin-bottom:.4rem}.link-card p{font-size:.85rem;color:var(--text-muted);line-height:1.6}.about-strip{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:18px;padding:1.75rem 2rem;margin-bottom:2.5rem;display:flex;gap:1.5rem;align-items:center}.about-strip .about-icon{font-size:1.8rem;flex-shrink:0}.about-strip h2{font-size:1.15rem;font-weight:800;margin-bottom:.3rem}.about-strip p{color:var(--text-muted);font-size:.94rem;line-height:1.7}.article-single{max-width:var(--content-w);margin:0 auto;background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:2.5rem 2.75rem}.article-h1{font-size:1.95rem;font-weight:800;line-height:1.4;margin-bottom:1rem;color:var(--text-main)}.article-summary-lead{font-size:1.08rem;color:var(--text-muted);margin-bottom:1.75rem;line-height:1.75;padding:1rem 1.25rem;background:var(--accent-soft);border-radius:12px}.article-prose{color:#4a3f3b;font-size:1.03rem;line-height:1.9}.article-prose h2{font-size:1.4rem;font-weight:800;color:var(--text-main);margin:2.25rem 0 .9rem}.article-prose h3{font-size:1.15rem;font-weight:700;color:var(--text-main);margin:1.6rem 0 .65rem}.article-prose p{margin-bottom:1.3rem}.article-prose ul,.article-prose ol{margin:1rem 0 1.5rem 1.6rem}.article-prose li{margin-bottom:.55rem}.article-prose li::marker{color:var(--accent)}.article-prose blockquote{background:var(--bg-secondary);border-radius:12px;padding:1rem 1.4rem;margin:1.5rem 0;color:var(--text-muted);font-weight:500}.article-prose pre{background-color:#2b2020;border-radius:12px;padding:1.15rem 1.25rem;overflow-x:auto;font-family:var(--font-mono);font-size:.85rem;margin:1.5rem 0;color:#f5ece5}.article-prose code{font-family:var(--font-mono);background:var(--accent-soft);color:var(--accent-hover);padding:.12rem .4rem;border-radius:5px;font-size:.86em}.article-prose pre code{background:transparent;color:inherit;padding:0}.article-prose strong{color:var(--text-main)}.article-footer-meta{margin-top:2.25rem;padding-top:1.25rem;border-top:1px dashed var(--border-color);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.83rem;color:var(--text-dim)}.article-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag-badge{background:var(--bg-secondary);border-radius:9999px;color:var(--text-muted);padding:.2rem .65rem;font-size:.75rem;font-weight:600}.permalink-link{font-weight:700}.site-footer{margin-top:auto;background-color:var(--bg-secondary);border-top:1px solid var(--border-color);padding:2.75rem 0 1.75rem;color:var(--text-muted);font-size:.9rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:1.75rem}.footer-brand h3{color:var(--text-main);font-size:1.15rem;font-weight:800;margin-bottom:.5rem}.footer-col h4{color:var(--text-main);font-size:.8rem;margin-bottom:.75rem;font-weight:800}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--accent)}.footer-bottom{padding-top:1.25rem;border-top:1px solid var(--border-color);text-align:center;font-size:.8rem;color:var(--text-dim)}@media (max-width: 720px){.hero-title{font-size:1.7rem}.nav-wrapper{flex-direction:column;gap:.6rem}.card-grid,.link-cards{grid-template-columns:1fr}.article-single{padding:1.5rem 1.25rem;border-radius:14px}.article-h1{font-size:1.45rem}.about-strip{flex-direction:column;align-items:flex-start;gap:.6rem}.footer-grid{grid-template-columns:1fr;gap:1.4rem}.nav-links{gap:.5rem;font-size:.88rem}}.post-archive{margin:0 0 4rem}.post-archive-title{font-size:1.05rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-sunset, var(--accent-yellow, var(--accent, var(--rust, #888))));margin-bottom:1.1rem;padding-bottom:.7rem;border-bottom:1px solid var(--border-subtle, var(--border-color, var(--line, var(--rule, #333))))}.post-archive-list{list-style:none;margin:0;padding:0}.post-archive-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1.2rem;padding:.95rem 0;border-bottom:1px dashed var(--border-subtle, var(--border-color, var(--line, var(--rule, #333))))}.post-archive-item:last-child{border-bottom:none}.post-archive-item h3{font-size:1rem;font-weight:700;margin:0 0 .25rem;line-height:1.4}.post-archive-item h3 a{color:inherit}.post-archive-item p{font-size:.85rem;color:var(--text-muted, var(--muted, var(--ink-soft, #94a3b8)));line-height:1.5;margin:0 0 .3rem}.post-archive-meta{font-size:.72rem;font-family:var(--font-mono, ui-monospace, monospace);color:var(--text-dim, var(--faint, var(--text-muted, #777)));text-transform:uppercase;letter-spacing:.06em}.post-archive-more{font-size:.82rem;font-weight:700;white-space:nowrap;margin-top:.2rem}.archive-nav{display:flex;justify-content:space-between;margin-top:1.75rem;font-weight:700;font-size:.92rem}@media (max-width: 640px){.post-archive-item{flex-direction:column;gap:.4rem}}.has-dropdown{position:relative}.dropdown-toggle{cursor:pointer}.dropdown-toggle .caret{font-size:.7em;margin-left:.15rem}.nav-dropdown{display:none;position:absolute;top:100%;left:0;min-width:180px;list-style:none;margin:0;padding:.4rem 0;background-color:var(--bg-card, var(--bg-secondary, #131b2e));border:1px solid var(--border-color, #23314d);border-radius:8px;box-shadow:0 10px 30px #0006;z-index:60}.has-dropdown:hover .nav-dropdown,.has-dropdown:focus-within .nav-dropdown{display:block}.nav-dropdown li{display:block}.nav-dropdown li a{display:block;padding:.5rem 1rem;white-space:nowrap}.nav-dropdown li a:hover{background-color:#ffffff0d}@media (max-width: 640px){.has-dropdown{position:static}.nav-dropdown{position:static;border:none;box-shadow:none;padding-left:1rem}.has-dropdown:focus-within .nav-dropdown,.has-dropdown:hover .nav-dropdown{display:block}}.link-index{margin-top:2.75rem;padding-top:1.5rem;border-top:1px solid var(--border-color, #23314d)}.link-index-title{font-size:.95rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--accent, #f43f5e);margin:0 0 1rem}.link-index-list{list-style:none;margin:0;padding:0;columns:4;column-gap:1.5rem}.link-index-list li{break-inside:avoid;margin-bottom:.3rem;font-size:.78rem}.link-index-list li a{color:var(--text-muted, #94a3b8);transition:color .15s ease}.link-index-list li a:hover{color:var(--accent, #f43f5e)}@media (max-width: 900px){.link-index-list{columns:3}}@media (max-width: 640px){.link-index-list{columns:2}}.link-index-list--titles{columns:2;column-gap:2rem}.link-index-list--titles li{font-size:.82rem;margin-bottom:.45rem;line-height:1.4}@media (max-width: 640px){.link-index-list--titles{columns:1}}
