/* Anime Ecchi Auth - minimal styling */
.ae-box {
    max-width: 480px;
    margin: 48px auto;
    background: #0f0f12;
    padding: 28px;
    border-radius: 12px;
    color: #eee;
    box-shadow: 0 10px 30px rgba(255,20,140,0.08), inset 0 1px 0 rgba(255,255,255,0.02);
    border: 1px solid rgba(255,20,140,0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.ae-box h2 { margin-top: 0; color: #ffc2e6; font-size: 22px; }
.ae-box input[type="text"], .ae-box input[type="email"], .ae-box input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    margin-bottom: 12px;
    border: 1px solid #333;
    border-radius: 8px;
    background: #111;
    color: #fff;
}
.ae-box button {
    background: linear-gradient(90deg,#ff0077,#ff66aa);
    border: none;
    padding: 10px 16px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}
.ae-small { font-size: 13px; color: #ccc; }
.ae-link { color: #ff99c7; text-decoration: none; }
.ae-link:hover { text-decoration: underline; }
.ae-error { color: #ff6666; margin-bottom: 12px; }
.ae-success { color: #7fff86; margin-bottom: 12px; }
