:root{color-scheme:light;--bg: #f6f2ea;--panel: #fffaf1;--text: #1d2939;--muted: #667085;--line: #e4d8c6;--accent: #b45309;--accent-strong: #7c2d12;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}*{box-sizing:border-box}body{position:relative;margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(180,83,9,.16),transparent 34rem),linear-gradient(180deg,#fff7ed 0%,var(--bg) 28rem)}body:before{position:fixed;inset:-20% auto auto -10%;z-index:0;width:42rem;height:42rem;border-radius:999px;background:radial-gradient(circle,rgba(251,146,60,.2),transparent 68%);content:"";filter:blur(8px);pointer-events:none;animation:ambient-drift 18s ease-in-out infinite alternate}a{color:inherit;text-decoration:none;transition:color .18s ease}a:hover{color:var(--accent)}.site-shell{position:relative;z-index:1;width:min(1080px,calc(100% - 32px));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;padding:28px 0;animation:rise-in .56s ease both}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.03em}.brand-mark{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;color:#fff7ed;background:var(--accent-strong);box-shadow:0 14px 30px #7c2d123d;transition:transform .18s ease,box-shadow .18s ease}.brand:hover .brand-mark{transform:rotate(-5deg) scale(1.04);box-shadow:0 18px 36px #7c2d124d}.site-nav{display:flex;gap:22px;color:var(--muted);font-size:15px}.site-nav a,.section-head a{position:relative}.site-nav a:after,.section-head a:after{position:absolute;right:0;bottom:-5px;left:0;height:1px;background:currentColor;content:"";transform:scaleX(0);transform-origin:right;transition:transform .18s ease}.site-nav a:hover:after,.section-head a:hover:after{transform:scaleX(1);transform-origin:left}.site-main{padding:48px 0 80px}.site-footer{padding:36px 0 48px;border-top:1px solid var(--line);color:var(--muted)}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:48px;align-items:end;padding:56px 0 72px}.hero:after{position:absolute;right:8%;bottom:14%;z-index:-1;width:12rem;height:12rem;border:1px solid rgba(180,83,9,.16);border-radius:999px;content:"";animation:slow-pulse 7s ease-in-out infinite}.hero>div{animation:rise-in .68s ease 90ms both}.eyebrow{color:var(--accent);font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hero h1,.page-title{margin:14px 0 22px;max-width:820px;font-size:clamp(42px,8vw,88px);line-height:.95;letter-spacing:-.07em}.hero h1{max-width:920px;background:linear-gradient(110deg,var(--accent-strong),#1d2939 42%,#b45309 76%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p,.page-description{max-width:680px;color:var(--muted);font-size:19px;line-height:1.85}.hero-card{padding:28px;border:1px solid var(--line);border-radius:28px;background:#fffaf1d1;box-shadow:0 24px 70px #7c2d121f;animation:rise-in .68s ease .22s both;backdrop-filter:blur(14px);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.hero-card:hover{transform:translateY(-5px) rotate(.3deg);border-color:#b453095c;box-shadow:0 30px 80px #7c2d1229}.hero-card strong{display:block;margin-bottom:10px;font-size:18px}.hero-card p{margin:0;font-size:15px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-head h2{margin:0;font-size:30px;letter-spacing:-.04em}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.post-list{display:grid;gap:18px}.post-card{position:relative;overflow:hidden;min-height:220px;padding:24px;border:1px solid var(--line);border-radius:26px;background:#fffaf1db;animation:rise-in .62s ease both;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.post-card:before{position:absolute;inset:0;background:linear-gradient(135deg,rgba(251,146,60,.18),transparent 42%);content:"";opacity:0;transition:opacity .22s ease}.post-card>*{position:relative}.post-card:hover{transform:translateY(-6px);border-color:#b453096b;box-shadow:0 18px 48px #7c2d121f}.post-card:hover:before{opacity:1}.post-meta{color:var(--muted);font-size:14px}.post-card h2{margin:18px 0 12px;font-size:24px;line-height:1.18;letter-spacing:-.04em}.post-card p{color:var(--muted);line-height:1.7}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.tag{padding:5px 10px;border-radius:999px;color:var(--accent-strong);background:#ffedd5;font-size:13px;transition:transform .18s ease,background .18s ease}.post-card:hover .tag{background:#fed7aa;transform:translateY(-1px)}.prose{max-width:760px;margin:0 auto;font-size:18px;line-height:1.9}.prose h1{margin:12px 0 24px;font-size:clamp(38px,7vw,68px);line-height:1;letter-spacing:-.06em}.prose h2{margin-top:44px;font-size:30px;letter-spacing:-.04em}.prose p,.prose li{color:#344054}.prose a{color:var(--accent-strong);text-decoration:underline;text-underline-offset:4px}.prose code{padding:2px 6px;border-radius:8px;background:#ffedd5;color:var(--accent-strong)}.prose pre{overflow-x:auto;padding:18px;border-radius:18px;background:#1f2937;color:#f9fafb}.prose pre code{padding:0;background:transparent;color:inherit}.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;color:#fff7ed;background:var(--accent-strong);font-weight:700;box-shadow:0 16px 34px #7c2d1238;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.button-link:hover{transform:translateY(-2px);color:#fff7ed;background:var(--accent);box-shadow:0 20px 42px #7c2d1247}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes ambient-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(16vw,8vh,0) scale(1.08)}}@keyframes slow-pulse{0%,to{opacity:.38;transform:scale(.92)}50%{opacity:.72;transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:760px){.site-header,.section-head{align-items:flex-start;flex-direction:column}.hero,.post-grid{grid-template-columns:1fr}.hero{padding-top:28px}}
