*{padding:0;margin:0;box-sizing:border-box}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}section{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out}section.fade-in{animation:fadeInUp .8s ease-out forwards}section.fade-in-instant{opacity:1;transform:translateY(0)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(./cat_meme-C_4oyIkI.png);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.1;z-index:-1}.top-bar{background-color:#fff;padding:15px 0;position:sticky;top:0;z-index:1000}.navigation{max-width:1200px;margin:0 auto;display:flex;justify-content:flex-end;gap:30px;padding:0 60px}.navigation a{color:#000;text-decoration:none;font-weight:500;transition:color .3s ease}.navigation a:hover{color:#fff}main{max-width:1200px;margin:0 auto;padding:0 60px}.fun-fact-section{padding:80px 0 40px;position:relative}.fun-fact-content{position:relative}.fun-fact-text{max-width:60%}.fun-fact-text h1{font-size:2.5rem;margin-bottom:30px;color:#000}.fun-fact-text p{font-size:1.1rem;line-height:1.8;margin-bottom:15px;color:#333}.minecraft-characters{display:flex;gap:20px;align-items:flex-end;position:absolute;right:0;bottom:-100px;z-index:10}.minecraft-characters img{height:200px;width:auto;object-fit:contain}.art-gallery-section{padding:80px 0;position:relative;background-color:#fff}.gallery-header{text-align:center;margin-bottom:60px}.gallery-header h2{font-size:3rem;margin-bottom:0;color:#000}.gallery-header p{font-size:1.1rem;color:#666}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.gallery-item{aspect-ratio:1;background-color:#d3d3d3;border-radius:8px;overflow:hidden}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.work-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e0e0e0;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:15px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px #00000014}.work-card iframe{width:100%;aspect-ratio:16 / 9;border-radius:8px;border:none}.work-card p{font-size:1.1rem;font-weight:500;color:#2c3e50;text-align:center;margin:0}@media(max-width:768px){main{padding:0 30px}.fun-fact-content{flex-direction:column;gap:40px}.fun-fact-text h1{font-size:2rem}.minecraft-characters{justify-content:center}.gallery-header h2{font-size:2rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:20px}}
