@import"https://fonts.googleapis.com/css2?family=Google+Sans:wght@300;400;500;700;900&display=swap";:root{--bg-color: #050505;--bg-color-light: #111111;--text-main: #f8fafc;--text-muted: #94a3b8;--accent-red: #e10600;--accent-red-glow: rgba(225, 6, 0, .4);--accent-gradient: linear-gradient(135deg, #e10600, #ff4d4d);--glass-bg: rgba(20, 20, 20, .6);--glass-border: rgba(255, 255, 255, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Google Sans,sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.6;min-height:100vh;background-image:radial-gradient(circle at 10% 20%,rgba(225,6,0,.08),transparent 35%),radial-gradient(circle at 90% 80%,rgba(225,6,0,.05),transparent 40%),linear-gradient(to bottom right,#050505,#0a0a0a);background-attachment:fixed}h1,h2,h3,h4,h5,h6{font-family:Google Sans,sans-serif;font-weight:800;line-height:1.2;letter-spacing:-.02em}a{color:var(--accent-red);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}a:hover{text-shadow:0 0 12px var(--accent-red-glow)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{padding:1.2rem 0;border-bottom:1px solid var(--glass-border);background:#050505b3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);position:sticky;top:0;z-index:100;box-shadow:0 4px 30px #00000080}header .logo{font-size:1.8rem;font-weight:900;font-family:Google Sans,sans-serif;color:var(--text-main);text-transform:uppercase;letter-spacing:2px;font-style:italic;display:inline-block}header .logo span{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-left:4px}.glass-card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:20px;padding:1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;display:flex;flex-direction:column;position:relative;animation:fadeUp .6s ease-out backwards}.glass-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);opacity:.5}.glass-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #0009,0 0 20px #e1060026;border-color:#e1060066;background:#191919b3}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.news-grid article:nth-child(1){animation-delay:.1s}.news-grid article:nth-child(2){animation-delay:.2s}.news-grid article:nth-child(3){animation-delay:.3s}.news-grid article:nth-child(4){animation-delay:.4s}.news-grid article:nth-child(5){animation-delay:.5s}.news-grid article:nth-child(6){animation-delay:.6s}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}.news-card-img{width:calc(100% + 3rem);max-width:none;margin:-1.5rem -1.5rem 1.5rem;aspect-ratio:16/9;object-fit:cover;border-radius:0;transition:transform .5s ease;display:block}.glass-card:hover .news-card-img{transform:scale(1.05)}.news-card-title{font-size:1.15rem;margin-bottom:1rem;line-height:1.4;color:var(--text-main);transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.glass-card:hover .news-card-title a{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}.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 .8rem}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-meta{flex-direction:column;gap:.5rem;font-size:.85rem}.article-meta span:nth-child(2){display:none}}.article-header{max-width:1200px;margin:3rem auto 2rem;text-align:left}.article-title{font-size:2rem;margin-bottom:1.5rem;line-height:1.3;text-shadow:0 4px 20px rgba(0,0,0,.5)}.article-meta{color:var(--accent-red);font-weight:600;font-size:.95rem;display:flex;justify-content:flex-start;gap:1rem;opacity:.8}.article-content{max-width:1200px;margin:0 auto;font-size:1.15rem;line-height:1.8;color:var(--text-main);background:var(--glass-bg);padding:2.5rem 2rem;border-radius:24px;border:1px solid var(--glass-border);box-shadow:0 10px 40px #0000004d;backdrop-filter:blur(12px);overflow:hidden}.article-content p{margin-bottom:1.8rem}.article-content ul,.article-content ol{margin-bottom:1.8rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem}.article-content img{width:calc(100% + 4rem)!important;max-width:none!important;margin:2rem -2rem!important;border-radius:0!important;box-shadow:none!important;border:none!important;display:block!important;object-fit:cover!important}.article-content>p:first-child>img,.article-content>img:first-child,.article-content>figure:first-child>img{margin-top:-2.5rem!important}.article-content p:last-child{text-align:left!important}.article-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:4rem;padding-bottom:4rem;gap:1rem}.article-navigation .nav-item{flex:1}.article-navigation .nav-item.left{text-align:left}.article-navigation .nav-item.center{text-align:center}.article-navigation .nav-item.right{text-align:right}.nav-btn{display:inline-block;white-space:nowrap}.glass-btn{background:var(--glass-bg);border:1px solid var(--glass-border)}.glass-btn.disabled{background:#ffffff0d;color:var(--text-muted);cursor:not-allowed}.primary-btn{background:linear-gradient(135deg,var(--accent-red),hsl(350,80%,45%));border:none}@media(max-width:768px){.article-header{margin:1rem 0}.article-title{font-size:1.4rem;line-height:1.3;margin-bottom:1rem}.article-content{padding:0;font-size:1.05rem;border-radius:0;margin-bottom:2rem;background:transparent;border:none;box-shadow:none;backdrop-filter:none}.article-content figure{margin:1.5rem 0}.article-content img{width:100%;margin:1.5rem 0}.article-content>p:first-child>img,.article-content>img:first-child,.article-content>figure:first-child>img{margin-top:0}.article-content figure:first-child img{border-radius:8px!important}.article-content img{border-radius:8px!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}.article-navigation{flex-direction:row;gap:.5rem;padding-bottom:2rem}.article-navigation .nav-item{width:auto;text-align:center!important}.article-navigation .nav-btn{width:auto;display:inline-block;padding:.6rem .5rem;font-size:.85rem}}
