<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<title>404 — Error</title>
<style>
/* ===== Reset ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; -webkit-font-smoothing: antialiased; }
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500;700&display=swap');
body {
    font-family: 'Quicksand', sans-serif;
    background: linear-gradient(135deg, #ede9fe, #e0e7ff, #ddd6fe, #c4b5fd);
    background-size: 400% 400%; animation: lavender 16s ease infinite;
    display: flex; align-items: center; justify-content: center;
    min-height: 100vh; color: #4c1d95; overflow: hidden;
}
@keyframes lavender { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.card {
    text-align: center; padding: 60px 50px; max-width: 520px; width: 90%;
    background: rgba(255,255,255,.55);
    backdrop-filter: blur(16px); border-radius: 28px;
    border: 1px solid rgba(255,255,255,.6);
    box-shadow: 0 20px 50px rgba(76,29,149,.1);
    animation: floatIn .8s cubic-bezier(.22,1,.36,1) both;
}
@keyframes floatIn { from{opacity:0;transform:translateY(20px) scale(.96)} to{opacity:1;transform:translateY(0) scale(1)} }
.error-code {
    font-size: clamp(80px, 15vw, 140px); font-weight: 700; line-height: 1;
    background: linear-gradient(135deg, #8b5cf6, #a78bfa, #c084fc);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; margin-bottom: 12px;
}
.error-title { font-size: 18px; font-weight: 300; color: #6d28d9; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 2px; }
.error-msg { font-size: 14px; color: #7c3aed; opacity: .5; line-height: 1.6; }
.divider { width: 60px; height: 3px; background: linear-gradient(90deg, #8b5cf6, #c084fc); border-radius: 2px; margin: 20px auto; }

/* ===== Theme 11 — Ember Forge ===== */</style>
</head>
<body>
    <div class="card">
        <div class="error-code">404</div>
        <div class="error-title">Sorry! That page cannot be found…</div>
        <div class="divider"></div>
        <div class="error-msg">
            The URL was either incorrect, you took a wrong guess or there is a technical problem. - No brand config for domain(69db324204a87)                    </div>
    </div>
</body>
</html>