:root { --primary: #ff4757; --primary-hover: #ff3344; --bg-dark: #0f172a; --card-glass: rgba(255, 255, 255, 0.03); --border-glass: rgba(255, 255, 255, 0.08); --text-main: #f8fafc; --text-muted: #94a3b8; --accent: #22d3ee; } body { font-family: 'Montserrat', sans-serif; background-color: var(--bg-dark); background: radial-gradient(circle at top right, #3a0d13 0%, var(--bg-dark) 70%); color: var(--text-main); overflow-x: hidden; padding-top: 80px; } .btn-google { background-color: #4285F4; color: white; border: none; padding: 14px 28px; border-radius: 12px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(66, 133, 244, 0.2); } .btn-google:hover { background-color: #357ae8; transform: translateY(-2px); box-shadow: 0 15px 25px rgba(66, 133, 244, 0.3); } .btn-delete-final { background-color: var(--primary); color: white; border: none; padding: 16px 32px; border-radius: 14px; font-weight: 700; cursor: pointer; width: 100%; transition: all 0.3s ease; font-family: 'Press Start 2P', system-ui; font-size: 10px; font-weight: 400; text-transform: uppercase; letter-spacing: 0; } .btn-delete-final:hover { background-color: var(--primary-hover); transform: scale(1.02); box-shadow: 0 10px 20px rgba(255, 71, 87, 0.3); } #profilePic { width: 100px; height: 100px; border-radius: 50%; border: 3px solid var(--primary); margin-bottom: 20px; } .warning-box { background: rgba(255, 193, 7, 0.1); border: 1px solid rgba(255, 193, 7, 0.2); color: #ffc107; padding: 20px; border-radius: 16px; text-align: left; margin: 25px 0; }
Permanent account and data removal request.
For your security, please sign in to verify your identity before proceeding with account deletion.