body { margin: 0; font-family: 'Inter', sans-serif; background: #0a0e14; color: white; display: flex; align-items: center; justify-content: center; height: 100vh; text-align: center; }
h1 { font-size: 5rem; letter-spacing: -3px; margin: 0; }
h1 span { color: #007bff; }
p { font-size: 1.5rem; opacity: 0.6; margin-bottom: 30px; }
.search-box { background: rgba(255,255,255,0.05); padding: 5px; border-radius: 15px; border: 1px solid rgba(255,255,255,0.1); display: flex; max-width: 400px; margin: 0 auto; }
#search-input { flex: 1; background: transparent; border: none; color: white; padding: 15px; font-size: 18px; outline: none; }
#search-btn { background: #007bff; border: none; color: white; padding: 0 20px; border-radius: 10px; cursor: pointer; }
