body {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    margin: 0;
    padding: 0;
    color: #f0f0f0;
    text-align: right;
    direction: rtl;
}
.container {
    max-width: 700px;
    margin: 50px auto;
    background-color: rgba(255,255,255,0.05);
    padding: 35px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}
h1 { font-size: 32px; color: #00ffe0; margin-bottom: 15px; }
h2 { font-size: 20px; color: #ccefff; margin-bottom: 20px; }
p, li { font-size: 16px; color: #e0e0e0; line-height: 1.6; }
input[type="text"] {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}
input[type="text"]::placeholder { color: #ccc; }
button {
    background-color: #00ffe0;
    color: #0b0b0b;
    font-size: 18px;
    padding: 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    transition: background 0.3s ease;
}
button:hover { background-color: #00bfa5; }
.ai-animation { font-size: 14px; color: #00ffe0; margin-top: 10px; font-style: italic; min-height: 20px; }
