﻿:root{--bg-color:#080808;--text-main:#f0f0f0;--text-muted:#888;--accent:#c5a059;--font-title:"Oswald",sans-serif;--font-body:"EB Garamond",serif;}*{box-sizing:border-box;margin:0;padding:0;}.bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background:url("/img/trench_crusade_bg.webp") no-repeat center center/cover;opacity:.3;filter:grayscale(100%) contrast(120%);z-index:0;}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-body);height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:relative;}body::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");opacity:.4;pointer-events:none;z-index:0;}body::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 30%,#000 100%);pointer-events:none;z-index:1;}.container{z-index:10;text-align:center;padding:2rem;max-width:800px;width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem;}.logo-container{max-width:400px;width:80%;margin-bottom:1rem;}.logo-container img{width:100%;height:auto;filter:drop-shadow(0 0 20px rgba(0,0,0,.8));}h1{font-family:var(--font-title);font-weight:700;text-transform:uppercase;letter-spacing:4px;font-size:1.5rem;color:var(--accent);margin-bottom:.5rem;position:relative;display:inline-block;}h1::before,h1::after{content:"";display:block;width:60px;height:1px;background:var(--accent);position:absolute;top:50%;}h1::before{left:-80px;}h1::after{right:-80px;}p.description{font-size:1.25rem;line-height:1.6;color:var(--text-muted);max-width:500px;font-style:italic;}.social-links{margin-top:3rem;display:flex;gap:2rem;list-style:none;}.social-links a{font-family:var(--font-title);color:var(--text-main);text-decoration:none;text-transform:uppercase;font-size:.9rem;letter-spacing:2px;padding-bottom:5px;border-bottom:1px solid transparent;transition:all .3s ease;}.social-links a:hover{color:var(--accent);border-bottom:1px solid var(--accent);text-shadow:0 0 10px rgba(197,160,89,.4);}@media(max-width:600px){h1::before,h1::after{display:none;}.logo-container{width:90%;}}