/* ASTA E CSS-ul */ .obsidian-form { background-color: #1a1a1a; /* Fundalul clasic Obsidian */ color: #dcddde; padding: 25px; border-radius: 8px; font-family: 'Inter', sans-serif; border: 1px solid #303030; max-width: 400px; } h2 { color: #9974d0; margin-top: 0; } /* Accent mov */ .input-group { margin-bottom: 15px; } label { display: block; margin-bottom: 5px; font-size: 0.9em; color: #a3a3a3; } input, textarea { width: 100%; background: #202020; border: 1px solid #3e3e3e; border-radius: 4px; padding: 10px; color: white; outline: none; } input:focus, textarea:focus { border-color: #7b58ad; } button { background-color: #7b58ad; color: white; border: none; padding: 10px 20px; border-radius: 4px; cursor: pointer; font-weight: bold; width: 100%; } button:hover { background-color: #9974d0; }