
:root {
    --titan-main: #ffffff;
    --titan-bg: #050505;
    --titan-card: #0c0c0c;
    --titan-border: #1a1a1a;
    --titan-accent: #333333;
    --titan-text-dim: #666666;
}
body { margin: 0; background: var(--titan-bg); color: var(--titan-main); font-family: 'Inter', -apple-system, sans-serif; -webkit-font-smoothing: antialiased; }
.titan-pinnacle { position: fixed; top: 0; width: 100%; height: 60px; background: rgba(5,5,5,0.8); backdrop-filter: blur(20px); z-index: 2000; border-bottom: 2px solid var(--titan-border); }
.titan-inner { max-width: 1260px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.alloy-logo img { height: 22px; filter: contrast(1.2); }
.alloy-nav { display: flex; list-style: none; gap: 40px; margin: 0; padding: 0; }
.alloy-nav a { color: var(--titan-text-dim); text-decoration: none; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; transition: 0.3s; }
.alloy-nav a:hover, .alloy-nav .active-beam { color: #fff; }
.active-beam { position: relative; }
.active-beam::after { content: ''; position: absolute; bottom: -21px; left: 0; width: 100%; height: 2px; background: #fff; box-shadow: 0 0 10px #fff; }
.vault-auth-btn { background: #fff; color: #000; padding: 8px 20px; font-weight: 800; text-decoration: none; font-size: 11px; border: 1px solid #fff; transition: 0.3s; }
.vault-auth-btn:hover { background: transparent; color: #fff; }
.iron-notice-bar { margin: 85px auto 10px; max-width: 1260px; padding: 0 20px; }
.iron-notice-inner { border: 1px solid var(--titan-border); padding: 14px 22px; background: var(--titan-card); display: flex; align-items: center; }
.beam-dot { width: 8px; height: 8px; background: #fff; border-radius: 2px; margin-right: 15px; transform: rotate(45deg); }
.forge-matrix { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.forge-tile { display: block; background: var(--titan-card); border: 1px solid var(--titan-border); text-decoration: none; transition: 0.4s; position: relative; overflow: hidden; }
.forge-tile:hover { border-color: #444; transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.6); }
.crush-visual { width: 100%; aspect-ratio: 1.1; display: flex; align-items: center; justify-content: center; background: #000; }
.crush-visual img { width: 55%; height: auto; transition: 0.5s; filter: grayscale(0.5); }
.forge-tile:hover .crush-visual img { transform: scale(1.1); filter: grayscale(0); }
.crush-details { padding: 25px; border-top: 1px solid var(--titan-border); }
.crush-name { font-size: 15px; font-weight: 700; color: #ddd; height: 42px; overflow: hidden; margin-bottom: 20px; line-height: 1.4; }
.crush-meta { display: flex; justify-content: space-between; align-items: flex-end; }
.crush-price { font-family: 'Inter', sans-serif; font-size: 22px; font-weight: 900; color: #fff; }
.crush-sales { font-size: 10px; color: #333; font-family: monospace; font-weight: 800; border: 1px solid #1a1a1a; padding: 2px 6px; }
