bodyx{background-image:linear-gradient(0deg,#7867e4,#a491ed 19%,#c7b8f4 29%,#eae4fb,#fff,#fff 53%,#fff,#fff,#fbfaff,#f7f5fe 81%,#f2f0fe 89%,#eeecfe 98%);background-repeat:no-repeat}.home-container{max-width:1200px;margin:0 auto;height:100%;gap:6rem;display:flex;flex-direction:column}.top-bar{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:center;height:-moz-fit-content;height:fit-content;padding:1.5rem 2rem;margin-bottom:-5rem}.home-section{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:1rem 2rem;overflow:hidden;flex-shrink:0}.home-section h1{font-family:Quicksand,sans-serif}.hero-section-image{width:100%;max-width:800px;height:auto;border-radius:var(--border-radius);border:1px solid hsla(var(--primary),.4);box-shadow:0 2px 4px hsla(var(--primary),.2);-o-object-fit:cover;object-fit:cover}.hero-section-image-parts{display:none;flex-shrink:0;background-color:hsl(var(--background))}.hero-title{font-size:3rem;text-align:center;color:var(--color-text)}.highlight{display:inline-block;background-color:hsla(var(--primary),.1);color:hsl(var(--primary));border-radius:.5rem;padding:0 1rem;font-family:Space Grotesk;font-weight:700}.feed-card-list{display:flex;flex-wrap:wrap;gap:2rem}.feed-card{padding:.5rem 1rem;border:1px solid hsl(var(--border));border-radius:var(--border-radius);font-family:Space Grotesk;text-decoration:none;display:flex;flex-direction:column;gap:.5rem;position:relative;overflow:hidden;width:100%;flex:1;min-width:10rem;transition:box-shadow .2s ease,transform .2s ease;background-color:hsl(var(--background))}.feed-card:hover{box-shadow:0 4px 8px #0000001a}.feed-card:nth-child(1){transform:rotate(-4deg)}.feed-card:nth-child(1):hover{transform:rotate(-4deg) translateY(-2px)}.feed-card:nth-child(2){transform:rotate(4deg)}.feed-card:nth-child(2):hover{transform:rotate(4deg) translateY(-2px)}.feed-card-image-wrapper{display:flex;justify-content:center}.feed-card-image-wrapper:after{content:"";background:linear-gradient(to bottom,transparent,rgba(255,255,255,1));height:100%;position:absolute;width:100%;top:0;left:0}.feed-card-image{border-radius:.5rem;overflow:hidden;width:12rem;height:8rem;-o-object-fit:cover;object-fit:cover;-o-object-position:0% 0%;object-position:0% 0%}.home-footer{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:2rem;border-radius:1rem 1rem 0 0}.home-footer-content{max-width:1200px;margin:0 auto}.home-footer-content *{color:hsl(var(--primary-foreground))!important}@media (max-width: 768px){.hero-title{font-size:1.6rem}.hero-section-image{display:none}.hero-section-image-parts{display:inline}.feed-card:nth-child(1){transform:rotate(-3deg)}.feed-card:nth-child(2){transform:rotate(3deg)}}
