HOME

/* ARTILECTWORLD HOMEPAGE – Cyberpunk Command Deck */ .artilect-home { font-family: ‘Rajdhani’, system-ui, sans-serif; background: #050505; color: #00ffea; min-height: 100vh; padding: 40px 15px 100px; position: relative; overflow: hidden; } .artilect-home::before { content: ”; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 50% 20%, rgba(0,255,234,0.08) 0%, transparent 60%); pointer-events: none; } .oi-title { font-family: ‘Orbitron’, sans-serif; font-size: clamp(3rem, 10vw, 6.5rem); font-weight: 900; line-height: 0.85; text-transform: uppercase; text-shadow: 0 0 20px #fff, 0 0 40px #00ffff, 0 0 70px #ff00ff, 0 0 90px #ffff00; margin: 10px 0; } .oi-subtitle { font-size: clamp(1.2rem, 4.5vw, 1.6rem); color: #00ff9f; letter-spacing: 4px; margin: 15px 0 40px; } .section { max-width: 1100px; margin: 80px auto; padding: 0 20px; } .card { background: rgba(15,15,35,0.95); border: 1px solid #00ffea; box-shadow: 0 0 40px rgba(0,255,234,0.15); padding: 40px 35px; border-radius: 8px; position: relative; } .topic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .topic-item { background: #111; border: 1px solid #00ffea; padding: 25px; transition: all 0.3s; } .topic-item:hover { border-color: #ff00ff; box-shadow: 0 0 25px #ff00ff; transform: translateY(-5px); } .proof-table { width: 100%; border-collapse: collapse; margin: 25px 0; font-size: 1.05rem; } .proof-table th, .proof-table td { padding: 16px 12px; border-bottom: 1px solid #00ffea33; text-align: left; } .proof-table th { color: #ffff00; font-weight: 600; } .btn { background: #ffff00; color: #000; padding: 16px 40px; font-size: 1.25rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; border: none; cursor: pointer; box-shadow: 0 0 30px #ffff00; transition: all 0.4s; display: inline-block; margin: 20px 0; } .btn:hover { background: #00ffea; box-shadow: 0 0 45px #00ffea; transform: scale(1.05); } .crew { display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; margin-top: 30px; } .crew-member { text-align: center; min-width: 140px; } .crew-member .emoji { font-size: 4rem; display: block; margin-bottom: 10px; }