@import"https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--brand-dark: #0f1111;--brand-surface: #1a1c1c;--brand-border: #2a2c2c;--brand-accent: #f59e0b;--brand-accent-hover: #fbbf24;--brand-text: #efefef;--brand-text-muted: #8e9090;--brand-text-dim: #5c5d5d}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--brand-dark);color:var(--brand-text);line-height:1.6;margin:0;overflow-x:hidden}.serif-font{font-family:Crimson Pro,Georgia,serif}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.glass-panel{background:#1a1c1ccc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--brand-border)}.text-gradient{background:linear-gradient(135deg,#f59e0b,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;grid-auto-flow:dense}@media(min-width:640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.card-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.card-grid{grid-template-columns:repeat(4,1fr)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #f59e0b33}50%{box-shadow:0 0 20px 4px #f59e0b1a}}.animate-fade-in-up{animation:fadeInUp .6s ease-out both}.animate-fade-in{animation:fadeIn .4s ease-out both}.animate-slide-in-bottom{animation:slideInFromBottom .5s ease-out both}.animate-shimmer{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}.animate-pulse-glow{animation:pulseGlow 3s ease-in-out infinite}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}.stagger-7{animation-delay:.35s}.stagger-8{animation-delay:.4s}.card-hover{transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s cubic-bezier(.25,.46,.45,.94),border-color .3s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:0 20px 60px -12px #00000080,0 0 0 1px #f59e0b1a}.image-lazy{opacity:0;transition:opacity .5s ease}.image-lazy.loaded{opacity:1}::selection{background:#f59e0b4d;color:#fff}:focus-visible{outline:2px solid var(--brand-accent);outline-offset:2px}input:focus{outline:none}.article-content a{color:var(--brand-accent);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.article-content a:hover{color:var(--brand-accent-hover)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
