/* ============================================
   LumaSpace — Coming Soon Styles
   ============================================ */

:root {
    --ls-bg: #08080a;
    --ls-surface: #111114;
    --ls-text: #f0f0f5;
    --ls-text-muted: #6b6b80;
    --ls-accent-1: #6366f1;
    --ls-accent-2: #a855f7;
    --ls-accent-3: #ec4899;
    --ls-accent-4: #06b6d4;
    --ls-accent-5: #22c55e;
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body {
    font-family: var(--font-family);
    background: var(--ls-bg);
    color: var(--ls-text);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

/* --- Ambient Background Glow --- */
.ambient {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.12;
}

.ambient-orb:nth-child(1) {
    width: 600px; height: 600px;
    top: -200px; left: -100px;
    background: var(--ls-accent-1);
    animation: af1 20s ease-in-out infinite;
}

.ambient-orb:nth-child(2) {
    width: 500px; height: 500px;
    bottom: -150px; right: -100px;
    background: var(--ls-accent-3);
    animation: af2 25s ease-in-out infinite;
}

.ambient-orb:nth-child(3) {
    width: 400px; height: 400px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: var(--ls-accent-2);
    animation: af3 18s ease-in-out infinite;
}

@keyframes af1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(80px, 60px) scale(1.1); }
    66% { transform: translate(-40px, 30px) scale(0.95); }
}

@keyframes af2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-60px, -40px) scale(1.05); }
    66% { transform: translate(30px, -60px) scale(0.9); }
}

@keyframes af3 {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.2); }
}

/* --- Content --- */
.content {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 24px;
}

/* --- Animated Gradient Icon --- */
.logo-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
    position: relative;
    animation: fadeUp 1s ease-out 0.2s both;
}

.logo-icon-inner {
    width: 100%;
    height: 100%;
    border-radius: 28px;
    background: linear-gradient(
        135deg,
        var(--ls-accent-1),
        var(--ls-accent-2),
        var(--ls-accent-3),
        var(--ls-accent-4),
        var(--ls-accent-5),
        var(--ls-accent-1)
    );
    background-size: 400% 400%;
    animation: gShift 5s ease-in-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 60px rgba(99, 102, 241, 0.25),
        0 0 120px rgba(168, 85, 247, 0.15),
        0 20px 60px rgba(0, 0, 0, 0.4);
    transform: rotate(12deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.logo-icon:hover .logo-icon-inner {
    transform: rotate(0deg) scale(1.05);
}

.logo-icon-inner svg {
    width: 56px;
    height: 56px;
    fill: white;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    animation: sparkle 12s linear infinite;
}

@keyframes sparkle {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.logo-icon::before {
    content: '';
    position: absolute;
    top: -8px; left: -8px; right: -8px; bottom: -8px;
    border-radius: 32px;
    background: linear-gradient(
        135deg,
        var(--ls-accent-1),
        var(--ls-accent-2),
        var(--ls-accent-3),
        var(--ls-accent-4),
        var(--ls-accent-5),
        var(--ls-accent-1)
    );
    background-size: 400% 400%;
    animation: gShift 5s ease-in-out infinite;
    filter: blur(20px);
    opacity: 0.4;
    z-index: -1;
}

@keyframes gShift {
    0% { background-position: 0% 50%; }
    25% { background-position: 100% 0%; }
    50% { background-position: 100% 100%; }
    75% { background-position: 0% 100%; }
    100% { background-position: 0% 50%; }
}

/* --- Title --- */
.title {
    font-size: clamp(48px, 10vw, 80px);
    font-weight: 800;
    letter-spacing: -3px;
    line-height: 1;
    margin-bottom: 16px;
    animation: fadeUp 1s ease-out 0.4s both;
    user-select: none;
}

.title-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #e0e0ff 40%, #c4b5fd 60%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- Tagline --- */
.tagline {
    font-size: 16px;
    color: var(--ls-text-muted);
    font-weight: 400;
    letter-spacing: 0.5px;
    animation: fadeUp 1s ease-out 0.6s both;
    margin-bottom: 6px;
}

/* --- Powered By --- */
.powered-by {
    font-size: 11px;
    color: var(--ls-text-muted);
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.5;
    animation: fadeUp 1s ease-out 0.8s both;
    margin-top: 48px;
}

.powered-by a {
    color: var(--ls-text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.powered-by a:hover {
    color: var(--ls-text);
}

/* --- Floating Particles --- */
.particles {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 0;
}

.particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    animation: pDrift 10s ease-in-out infinite;
}

@keyframes pDrift {
    0%, 100% { opacity: 0; transform: translateY(0) scale(0.5); }
    50% { opacity: 0.4; transform: translateY(-80px) scale(1); }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- Noise Overlay --- */
.noise {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 2;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 256px 256px;
}
