.blog-home{background:linear-gradient(#0a0a0f 0%,#0f0f15 100%);min-height:100vh}.hero{text-align:center;background:radial-gradient(at 50% 0,#d4b48326 0%,#0000 50%),linear-gradient(#0a0a0f 0%,#0f0f15 100%);padding:6rem 1rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;filter:blur(30px);background:radial-gradient(circle,#d4b4831f 0%,#0000 70%);width:300px;height:300px;animation:8s ease-in-out infinite heroGlow;position:absolute;top:-20%;left:50%;transform:translate(-50%)}@keyframes heroGlow{0%,to{opacity:.4;transform:translate(-50%)scale(1)}50%{opacity:.7;transform:translate(-50%)scale(1.1)}}.hero:after{content:"";background:linear-gradient(90deg,#0000,#d4b4834d 50%,#0000);height:1px;position:absolute;top:0;left:0;right:0}.hero-content{z-index:10;max-width:100%;margin:0 auto;position:relative}.hero-label{letter-spacing:.2em;text-transform:uppercase;color:#d4b483;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.6rem;font-weight:700;display:flex}.hero h1{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 0%,#f0e6d6 25%,#d4b483 50%,#f0e6d6 75%,#fff 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1.1;animation:8s ease-in-out infinite gradientShift}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.subtitle{color:#ffffffbf;letter-spacing:.01em;margin:0 auto 2.5rem;padding:0 1rem;font-size:.95rem;font-weight:300;line-height:1.6}.hero-stats{justify-content:center;align-items:center;margin-top:2.5rem;display:flex}.stats-inner{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff08 0%,#d4b4830d 50%,#ffffff08 100%);border:1px solid #d4b48333;border-radius:16px;flex-direction:column;align-items:center;gap:1.25rem;width:90%;max-width:320px;padding:1.25rem 1.75rem;display:flex;box-shadow:0 4px 16px #0000004d}.stat{color:#ffffffe6;justify-content:center;align-items:center;gap:.625rem;width:100%;min-height:44px;font-size:.85rem;font-weight:600;display:flex}.stat svg{color:#d4b483;filter:drop-shadow(0 0 6px #d4b48380)}.stat-divider{background:linear-gradient(90deg,#0000,#d4b4834d 50%,#0000);width:70%;height:1px}.categories-section{background:#0a0a0f80;border-bottom:1px solid #ffffff0d;padding:2rem 0 1.5rem}.categories-section .container{padding:0}.categories-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.75rem;padding:.5rem 1rem;display:flex;overflow-x:auto}.categories-scroll::-webkit-scrollbar{display:none}.category-pill{color:var(--cat-color);cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1.5px solid #ffffff1a;border-radius:2rem;flex-shrink:0;align-items:center;min-height:44px;padding:.625rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.category-pill:active{transform:scale(.95)}.category-pill.active{background:var(--cat-color);color:#0a0a0f;border-color:var(--cat-color)}.posts-section{padding:2.5rem 0 4rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.posts-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.blog-card{background:#12121a99;border:1px solid #ffffff0f;border-radius:12px;transition:all .3s;overflow:hidden}.blog-card:active{transform:scale(.98)}.card-link{color:inherit;text-decoration:none;display:block}.card-image{height:220px;position:relative;overflow:hidden}.image{-o-object-fit:cover;object-fit:cover}.category-badge{color:#0a0a0f;text-transform:uppercase;letter-spacing:.05em;border-radius:2rem;padding:.375rem .875rem;font-size:.7rem;font-weight:600;position:absolute;top:.875rem;left:.875rem}.card-content{padding:1.25rem}.card-meta{color:#ffffff80;justify-content:space-between;align-items:center;margin-bottom:.875rem;font-size:.8rem;display:flex}.read-time{align-items:center;gap:.3rem;display:flex}.card-title{color:#fff;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;line-height:1.3}.card-excerpt{color:#ffffffa6;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.read-more{color:#d4b483;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:inline-flex}.loading-state,.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:4rem 1.5rem;display:flex}.empty-state{background:#12121a66;border:1px solid #ffffff0f;border-radius:16px;margin:0 1rem}.empty-state svg{color:#d4b483;opacity:.6;margin-bottom:1.5rem}.empty-state h3{color:#fffc;margin:0 0 .75rem;font-family:Playfair Display,serif;font-size:1.5rem}.empty-state p{color:#ffffff80;font-size:.95rem}.loading-spinner{border:3px solid #d4b48333;border-top-color:#d4b483;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width:768px){.hero{padding:8rem 2rem 5rem}.hero:before{width:500px;height:500px}.hero h1{margin-bottom:1.5rem;font-size:4rem}.subtitle{margin-bottom:3rem;padding:0;font-size:1.1rem}.hero-label{gap:1rem;font-size:.65rem}.stats-inner{border-radius:100px;flex-direction:row;gap:2.5rem;width:auto;max-width:none;padding:1.75rem 3rem}.stat{width:auto;font-size:.9rem}.stat-divider{width:1px;height:35px}.container{padding:0 2rem}.posts-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.card-image{height:240px}.card-content{padding:1.75rem}.card-title{font-size:1.4rem}.card-excerpt{-webkit-line-clamp:3;line-clamp:3}}@media (min-width:1024px){.hero{padding:10rem 2rem 6rem}.hero:before{width:800px;height:800px}.hero h1{margin-bottom:2rem;font-size:5.5rem}.subtitle{max-width:700px;margin-bottom:4rem;font-size:1.2rem}.stats-inner{gap:3rem;padding:2rem 3.5rem}.stat:hover{color:#fff;transform:translateY(-2px)}.stat:hover svg{transform:scale(1.1)}.posts-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.card-image{height:280px}.blog-card:hover{border-color:#d4b4834d;transform:translateY(-8px);box-shadow:0 12px 40px #d4b48333}.blog-card:hover .image{transform:scale(1.08)}.blog-card:hover .read-more{gap:.75rem}.category-pill:hover{background:var(--cat-color);color:#0a0a0f;border-color:var(--cat-color)}}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}@media (max-width:767px){html{-moz-text-size-adjust:100%;text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@supports (padding-top:env(safe-area-inset-top)){.hero{padding-top:calc(6rem + env(safe-area-inset-top))}}button,a{-webkit-tap-highlight-color:#d4b4831a}
