@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap");body{font-family:Space Grotesk,system-ui,sans-serif;margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*,:after,:before{box-sizing:inherit}.font-display{font-family:Outfit,Space Grotesk,sans-serif}.noise-overlay:before{opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.grain:after,.noise-overlay:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:1}.grain:after{opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%{box-shadow:0 4px 0 rgb(var(--bg-primary))}50%{box-shadow:0 6px 20px rgba(200,255,60,.3)}to{box-shadow:0 4px 0 rgb(var(--bg-primary))}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.animate-fadeInUp{animation:fadeInUp .7s cubic-bezier(.22,1,.36,1) forwards}.animate-slideInFromLeft{animation:slideInFromLeft .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.15s;opacity:0}.animate-slideInFromRight{animation:slideInFromRight .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.3s;opacity:0}.animate-bounceIn{animation:bounceIn .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.45s;opacity:0}.animate-slideInUp{animation:slideInUp .6s cubic-bezier(.22,1,.36,1) forwards;opacity:0}.animate-pulseGlow{animation:pulseGlow 2.5s ease-in-out infinite}.animate-shimmer{animation:shimmer 2s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-gradient{background-size:200% 200%;animation:gradient-shift 4s ease infinite}.hover\:scale-102:hover{transform:scale(1.02)}.card-hover{transition:all .4s cubic-bezier(.22,1,.36,1)}.card-hover:hover{transform:translateY(-4px);box-shadow:0 20px 40px -12px rgba(0,0,0,.15)}.border-glow{position:relative}.border-glow:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(200,255,60,.3),transparent,rgba(200,255,60,.1));z-index:-1;opacity:0;transition:opacity .4s ease}.border-glow:hover:after{opacity:1}.highlight-accent{background-image:linear-gradient(to top,rgb(var(--bg-accent)) .35em,transparent .35em);-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:0 .05em}@media (max-width:639px){.senja-embed{transform:scale(.75)!important;transform-origin:center center!important;margin-bottom:-12px!important}}.bg-dot-pattern{background-image:radial-gradient(circle,rgb(var(--bg-primary)/.07) 1px,transparent 1px);background-size:24px 24px}.bg-grid-pattern-dark{background-image:linear-gradient(hsla(0,0%,100%,.03) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.03) 1px,transparent 0);background-size:48px 48px}.section-divider{height:1px;background:linear-gradient(to right,transparent,rgb(var(--bg-light-gray)),transparent)}.blog-content{color:#0a0a0a;line-height:1.8;font-family:Space Grotesk,system-ui,sans-serif}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{color:#0a0a0a;font-family:Outfit,Space Grotesk,sans-serif;font-weight:700;margin-top:2em;margin-bottom:.75em;line-height:1.2;letter-spacing:-.02em}.blog-content h1{font-size:2.5em}.blog-content h2{font-size:2em}.blog-content h3{font-size:1.5em}.blog-content p{color:#0a0a0a;margin-bottom:1.5em;line-height:1.8}.blog-content a{color:#0a0a0a;text-decoration:underline;-webkit-text-decoration-color:rgb(var(--bg-accent));text-decoration-color:rgb(var(--bg-accent));text-underline-offset:3px;text-decoration-thickness:2px;font-weight:500;transition:all .2s}.blog-content a:hover{color:rgb(var(--bg-accent));background-color:rgba(200,255,60,.1)}.blog-content strong{color:#0a0a0a;font-weight:700}.blog-content ol,.blog-content ul{color:#0a0a0a;margin-bottom:1.5em;padding-left:1.5em}.blog-content li{color:#0a0a0a;margin-bottom:.5em}.blog-content blockquote{border-left:3px solid rgb(var(--bg-accent));padding-left:1.5em;margin:2em 0;font-style:italic;color:rgb(var(--text-secondary))}.blog-content code{background-color:rgb(var(--bg-lighter-gray));padding:.2em .4em;border-radius:6px;font-size:.88em;color:#0a0a0a}.blog-content pre{background-color:rgb(var(--bg-secondary));color:rgb(var(--text-accent));padding:1.5em;border-radius:12px;overflow-x:auto;margin:2em 0}.blog-content pre code{background-color:transparent;padding:0;color:rgb(var(--text-accent))}.blog-content img{max-width:100%;height:auto;border-radius:16px;margin:2em 0}.blog-content table{width:100%;border-collapse:collapse;margin:2em 0}.blog-content td,.blog-content th{border:1px solid rgb(var(--bg-light-gray));padding:.75em;text-align:left}.blog-content th{background-color:rgb(var(--bg-lighter-gray));font-weight:700}.blog-content hr{border:none;border-top:1px solid rgb(var(--bg-light-gray));margin:3em 0}.blog-content>:first-child{margin-top:0}.blog-content>:last-child{margin-bottom:0}
/*# sourceMappingURL=7d9f11d3aaa64b82.css.map*/