@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@400;700;900&display=swap";:root{--bg-color: hsl(0, 0%, 5%);--bg-color-light: hsl(0, 0%, 10%);--text-main: hsl(0, 0%, 95%);--text-muted: hsl(0, 0%, 65%);--accent-red: hsl(350, 85%, 55%);--accent-red-glow: hsla(350, 85%, 55%, .4);--glass-bg: hsla(0, 0%, 15%, .6);--glass-border: hsla(0, 0%, 100%, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.6;min-height:100vh;background-image:radial-gradient(circle at 15% 50%,hsla(350,85%,55%,.05),transparent 25%),radial-gradient(circle at 85% 30%,hsla(350,85%,55%,.05),transparent 25%)}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:800;line-height:1.2}a{color:var(--accent-red);text-decoration:none;transition:all .3s ease}a:hover{text-shadow:0 0 8px var(--accent-red-glow)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{padding:1.5rem 0;border-bottom:1px solid var(--glass-border);background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:sticky;top:0;z-index:100}header .logo{font-size:1.5rem;font-weight:900;font-family:Outfit,sans-serif;color:var(--text-main);text-transform:uppercase;letter-spacing:2px}header .logo span{color:var(--accent-red)}.glass-card{background:var(--glass-bg);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:16px;padding:1.5rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease;overflow:hidden;display:flex;flex-direction:column}.glass-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000080,0 0 15px var(--accent-red-glow);border-color:#ee2b4b4d}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin:3rem 0}.news-card-img{width:calc(100% + 3rem);margin:-1.5rem -1.5rem 1.5rem;height:200px;object-fit:cover;border-bottom:1px solid var(--glass-border);transition:transform .5s ease}.glass-card:hover .news-card-img{transform:scale(1.05)}.news-card-title{font-size:1.25rem;margin-bottom:1rem;color:var(--text-main);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.read-more{margin-top:auto;display:inline-block;padding:.5rem 1.2rem;background:linear-gradient(135deg,var(--accent-red),hsl(350,80%,45%));color:#fff;border-radius:8px;font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:1px}.read-more:hover{background:linear-gradient(135deg,hsl(350,80%,60%),var(--accent-red));text-shadow:none;box-shadow:0 4px 15px var(--accent-red-glow);color:#fff}.article-header{margin:3rem 0;text-align:center}.article-title{font-size:2.5rem;margin-bottom:1.5rem}.article-meta{color:var(--text-muted);font-size:.95rem;display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.article-content{background:var(--glass-bg);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:20px;padding:3rem;margin-bottom:4rem;font-size:1.1rem;overflow:hidden}.article-content figure{margin:2rem 0;text-align:center}.article-content figure:first-child{margin:-3rem -3rem 2rem}.article-content img{border-radius:12px!important;box-shadow:0 8px 25px #00000080;max-width:100%;display:block;width:100%}.article-content figure:first-child img{border-radius:20px 20px 0 0!important}.article-content p{margin-bottom:1.5rem}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{margin-top:2.5rem;margin-bottom:1rem;line-height:1.3}.article-content h2:first-child,.article-content h3:first-child{margin-top:0}.article-content blockquote{border-left:4px solid var(--accent-red);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#d9d9d9;background:#ffffff08;padding:1.5rem;border-radius:0 12px 12px 0}.hashtags{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--glass-border);display:flex;flex-wrap:wrap;gap:.8rem}.tag{background:#ee2b4b26;color:var(--accent-red);padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;border:1px solid hsla(350,85%,55%,.3)}hr{border:none;border-top:1px solid var(--glass-border);margin:3rem 0}.hero-section{text-align:center;margin:4rem 0}.hero-title{font-size:3.5rem;margin-bottom:1rem;text-shadow:0 0 20px var(--accent-red-glow)}.hero-subtitle{color:var(--text-muted);font-size:1.2rem;max-width:600px;margin:0 auto}@media(max-width:768px){.container{padding:0 1.2rem}header{padding:1rem 0}header .logo{font-size:1.5rem}.hero-section{margin:2rem 0}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem;padding:0 1rem}.news-grid{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.article-header{margin:1.5rem 0}.article-title{font-size:1.5rem;line-height:1.4;margin-bottom:1rem}.article-meta{flex-direction:column;gap:.5rem;font-size:.85rem}.article-meta span:nth-child(2){display:none}.article-content{padding:1.5rem;font-size:1rem;border-radius:12px;margin-bottom:2rem}.article-content figure{margin:1.5rem -1.5rem}.article-content figure:first-child{margin:-1.5rem -1.5rem 1.5rem}.article-content figure:first-child img{border-radius:12px 12px 0 0!important}.article-content img{border-radius:0!important}.article-content blockquote{padding:1rem;margin:1.5rem 0;font-size:1.05rem}hr{margin:2rem 0}.hashtags{margin-top:2rem;padding-top:1.5rem}}
