*{font-family:Calibri,Segoe UI,sans-serif;box-sizing:border-box}h1{text-align:center;color:#333;font-size:2rem;margin-bottom:2rem}.form-container{max-width:600px;margin:2rem auto;padding:2rem}.ad-form{gap:1.5rem;max-width:100%;margin:0 auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ad-form,.form-group{display:flex;flex-direction:column;width:100%}.form-group{gap:.5rem}.form-group input[type=password],.form-group input[type=text]{width:100%;max-width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem;transition:all .2s ease;background:#f8f9fa;box-sizing:border-box}.form-group input[type=password]:focus,.form-group input[type=text]:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 2px rgba(0,112,243,.1);background:#fff}.form-group label{font-weight:500;font-size:1rem;color:#333;margin-bottom:.25rem}.ad-form button{padding:.75rem 1.5rem;background-color:#0070f3;color:#fff;font-size:1rem;font-weight:500;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease;width:100%}.ad-form button:hover:not(:disabled){background-color:#0051a2}.ad-form button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{color:#dc3545;text-align:center;margin-top:1rem;padding:.75rem;background:#fef2f2;border-radius:.5rem;border:1px solid #fecaca}.loading{opacity:.7;cursor:not-allowed}.success-message{color:#16a34a;text-align:center;margin-top:1rem;padding:.75rem;background:#f0fdf4;border-radius:.5rem;border:1px solid #bbf7d0}button{font:inherit;cursor:pointer}