@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");*{box-sizing:border-box}html{font-family:Merriweather,serif}body{background-color:#181817;color:#e5e5e1}body,ul{margin:0}ul{list-style:none;padding:0}#page{width:90%;max-width:60rem;margin:2rem auto}#main-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}#logo{font-family:Inter,sans-serif;font-size:1.5rem;border-radius:4px}#main-header #logo a,#main-header #logo a:hover{color:#e1e1d7;text-decoration:none}#main-header ul{display:flex;gap:2rem;font-weight:700}#main-header ul a{text-decoration:none;color:#e5e5e1;padding:.5rem 1rem;border-radius:4px}#main-header ul a.active,#main-header ul a:hover{background-color:#bcbcb7;color:#181817}#home{margin:3rem auto;max-width:50rem;text-align:center}#home img{width:8rem;border-radius:50%;box-shadow:0 0 10px 0 #181817}#home h1{margin-top:3rem;font-size:2.5rem}#home p{margin:2rem 0;color:#bcbcb7;font-size:1.1rem}#home a{display:inline-block;padding:1rem 2rem;background-color:#bcbcb7;color:#181817;border-radius:4px;text-decoration:none;font-weight:700;margin-top:2rem}#home a:hover{background-color:#e5e5e1}.news-list{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr))}.news-list a{display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:#e5e5e1;text-decoration:none;border-radius:4px;font-size:1.2rem;padding:0 0 1rem}.news-list a img{width:100%;height:14rem;object-fit:cover;border-radius:4px}.news-list a:hover{background-color:#2d2d2b}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.85);display:flex;justify-content:center;align-items:center}.news-article img{width:7rem;margin-bottom:1rem;border-radius:4px}.modal{background-color:#bababa;padding:2rem;border-radius:4px;border:none;box-shadow:0 0 10px 0 #181817;max-width:50rem;width:100%}.modal h1,.modal h2{margin:0}#archive-header ul{display:flex;gap:1rem;margin-bottom:2rem}#archive-header ul a{text-decoration:none;color:#b0b0a6;border-radius:4px;font-weight:700;font-size:1.25rem}#archive-header ul a.active,#archive-header ul a:hover{color:#e5e5e1}#archive-filter{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #b0b0a6}.error{text-align:center;margin-top:3rem}.fullscreen-image{width:100%}.fullscreen-image img{width:100%;height:100%;object-fit:contain}.container{max-width:100%;margin:0 auto;padding:60px;background:linear-gradient(135deg,#111,#eee);border:8px solid #fff;box-shadow:0 0 60px hsla(0,0%,100%,.5);position:relative;backdrop-filter:blur(8px)}.title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:30px;color:#fff;text-shadow:2px 2px 4px rgba(255,0,102,.8);animation:glitchText 2s infinite alternate,bounceText 1s infinite}.grid{display:grid;gap:24px;background:linear-gradient(135deg,#111 5%,#eee 0);padding:30px;border-radius:15px;border:3px solid #fff;animation:moveGradient 6s ease-in-out infinite}.card{border:6px solid #fff;padding:20px;border-radius:15px;background:radial-gradient(circle,#f06,#222);color:#fff;text-align:center;position:relative;transition:transform .3s,box-shadow .3s}.card:hover{transform:scale(1.05);box-shadow:0 0 20px rgba(255,0,102,.8)}.card img{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:20%;border:4px solid #fff;box-shadow:0 0 10px rgba(0,0,0,.6);margin-bottom:18px;animation:spinImage 10s linear infinite}.card-title{font-size:1.8rem;font-weight:700;margin-bottom:12px;background:linear-gradient(90deg,#111,#eee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:1.5px;animation:flickerText 1s infinite alternate}.card-description{font-size:1rem;color:#fff;text-shadow:0 0 12px rgba(255,0,102,.8);animation:glowingText 2s infinite alternate}@keyframes glitchText{0%,to{transform:skewX(10deg);text-shadow:3px 3px 5px #ececec}50%{transform:skewX(-10deg);text-shadow:-3px -3px 5px #f06}}@keyframes moveGradient{0%,to{background-position:0 0}50%{background-position:100% 100%}}@keyframes spinImage{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes glowingText{0%{text-shadow:0 0 15px #f06}50%{text-shadow:0 0 25px #f06}to{text-shadow:0 0 15px #f06}}@keyframes flickerText{0%{opacity:1;text-shadow:0 0 5px #f06}50%{opacity:.5;text-shadow:0 0 10px #f06}to{opacity:1;text-shadow:0 0 5px #f06}}@keyframes bounceText{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:1280px){.container{padding:50px}.title{font-size:2.5rem}.grid{padding:25px}.card img{max-height:400px}}@media (max-width:1024px){.container{padding:40px}.title{font-size:2.2rem}.grid{grid-template-columns:repeat(2,1fr);padding:20px}.card img{max-height:350px}}@media (max-width:768px){.container{padding:30px}.title{font-size:1.8rem}.grid{grid-template-columns:repeat(1,1fr);padding:15px}.card img{max-height:300px}}@media (max-width:480px){.container{padding:20px}.title{font-size:1.5rem}.grid{padding:10px}.card img{max-height:250px}.card-title{font-size:1.2rem}.card-description{font-size:.9rem}}