/* Vibrant neon theme for public pages */
.flashy-theme {
    --fx-bg-1: #090b1c;
    --fx-bg-2: #130f2f;
    --fx-surface: rgba(17, 21, 45, 0.82);
    --fx-border: rgba(129, 99, 255, 0.35);
    --fx-text: #f4f7ff;
    --fx-muted: #aeb8de;
    --fx-neon-a: #7a5cff;
    --fx-neon-b: #00d4ff;
    --fx-neon-c: #ff4bd8;
    --fx-neon-d: #9dff00;
    background:
        radial-gradient(1000px 560px at 10% -10%, rgba(255, 75, 216, 0.3), transparent 55%),
        radial-gradient(900px 540px at 90% 0%, rgba(0, 212, 255, 0.22), transparent 60%),
        linear-gradient(145deg, var(--fx-bg-1), var(--fx-bg-2));
    color: var(--fx-text);
}

.flashy-theme::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: -1;
}

.flashy-theme .header {
    background: rgba(10, 12, 34, 0.78);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.flashy-theme .header-content {
    min-height: 74px;
}

.flashy-theme .header-menu a {
    color: #ecf0ff;
    font-weight: 600;
    letter-spacing: 0.04em;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.45rem 1rem;
    transition: all 0.2s ease;
}

.flashy-theme .header-menu a:hover {
    border-color: rgba(0, 212, 255, 0.4);
    background: rgba(0, 212, 255, 0.12);
    box-shadow: 0 0 18px rgba(0, 212, 255, 0.25);
}

.flashy-theme .main-section,
.flashy-theme .hdomain-section,
.flashy-theme .services-section,
.flashy-theme .about-section,
.flashy-theme .faq-section,
.flashy-theme .contact-section {
    position: relative;
}
.live_time_container {
    min-width: 850px;
    background: #000000;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}
.flashy-theme .main_live_time {
    display: flex;
    justify-content: center;
    /* padding: 0 0 0.35rem; */
}

.flashy-theme .live_time-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0.58rem 1.35rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 212, 255, 0.75);
    background:
        radial-gradient(90% 180% at 0% 0%, rgba(0, 212, 255, 0.18), transparent 68%),
        linear-gradient(180deg, rgba(10, 28, 61, 0.95), rgba(6, 16, 37, 0.95));
    box-shadow:
        0 0 0 1px rgba(0, 212, 255, 0.18) inset,
        0 0 24px rgba(0, 212, 255, 0.28),
        0 8px 18px rgba(0, 0, 0, 0.35);
}

.flashy-theme .live_time-content p {
    margin: 0;
    color: #6ff2ff;
    font-size: 1.62rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-shadow: 0 0 12px rgba(0, 212, 255, 0.45);
}

.flashy-theme .main-banners,
.flashy-theme .hdomain-banners,
.flashy-theme .hero-swiper,
.flashy-theme .banner-swiper.swiper,
.flashy-theme .map-container,
.flashy-theme .about-content,
.flashy-theme .faq-container,
.flashy-theme .contact-form-wrapper,
.flashy-theme .contact-btn {
    /* border: 1px solid var(--fx-border); */
    /* border-radius: 18px; */
    box-shadow:
        0 14px 34px rgba(6, 10, 34, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.flashy-theme .hero-swiper,
.flashy-theme .banner-swiper.swiper {
    overflow: hidden;
}

.flashy-theme .hero-content,
.flashy-theme .slide-content {
    background: linear-gradient(130deg, rgba(10, 14, 38, 0.75), rgba(32, 18, 73, 0.5));
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 1.2rem 1.4rem;
    backdrop-filter: blur(2px);
}

.flashy-theme .hero-content h2,
.flashy-theme .section-title h1,
.flashy-theme .section-title h2 {
    color: #ffffff;
    text-shadow: 0 0 18px rgba(122, 92, 255, 0.45);
}

.flashy-theme .hero-content p,
.flashy-theme .section-title p,
.flashy-theme .about-text p,
.flashy-theme .faq-content p,
.flashy-theme .contact-description p {
    color: #dadada;
    padding: 0.8rem;
}

.flashy-theme .info-hero-title h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1.12;
    margin-bottom: 0.6rem;
}

.flashy-theme .info-hero-title p {
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    line-height: 1.55;
}

.flashy-theme .services-section,
.flashy-theme .about-section,
.flashy-theme .faq-section,
.flashy-theme .contact-section {
    background: transparent;
}

.flashy-theme .service-card,
.flashy-theme .about-text,
.flashy-theme .faq-item,
.flashy-theme .info-card {
    background: var(--fx-surface);
    border: 1px solid rgba(0, 212, 255, 0.18);
    color: var(--fx-text);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.flashy-theme .service-card:hover,
.flashy-theme .faq-item:hover {
    transform: translateY(-6px);
    border-color: rgba(157, 255, 0, 0.45);
    box-shadow: 0 0 24px rgba(157, 255, 0, 0.2), 0 14px 34px rgba(0, 0, 0, 0.4);
}

.flashy-theme .service-icon {
    background: linear-gradient(140deg, var(--fx-neon-a), var(--fx-neon-b));
    box-shadow: 0 0 24px rgba(122, 92, 255, 0.5);
}

.flashy-theme .service-icon i,
.flashy-theme .service-card h3,
.flashy-theme .about-text h3,
.flashy-theme .faq-question h3,
.flashy-theme .faq-question span,
.flashy-theme .contact-form-header h2,
.flashy-theme .btn-left span {
    color: #ffffff;
}

.flashy-theme .faq-question {
    background: linear-gradient(90deg, rgba(122, 92, 255, 0.15), rgba(0, 212, 255, 0.1));
    /* border-radius: 14px; */
    border: 1px solid rgba(122, 92, 255, 0.28);
}

.flashy-theme .faq-answer {
    border-top-color: rgba(255, 255, 255, 0.1);
    background-color: #211429;
    padding-left: 1.5rem;
}

.flashy-theme .faq-question span,
.flashy-theme .faq-answer > span {
    background: linear-gradient(140deg, var(--fx-neon-c), var(--fx-neon-a));
    color: #fff;
    box-shadow: 0 0 16px rgba(255, 75, 216, 0.35);
    width: 2.2rem;
    height: 2.2rem;
    min-width: 2.2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 1.15rem;
    font-weight: 700;
    margin-right: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.flashy-theme .faq-answer > span {
    float: left;
    margin-top: 0.2rem;
}

.flashy-theme .faq-contact {
    background: rgba(7, 12, 30, 0.7);
    border: 1px solid rgba(0, 212, 255, 0.24);
    border-radius: 12px;
}

.flashy-theme .faq-contact p,
.flashy-theme .faq-contact li {
    color: var(--fx-text);
}

.flashy-theme .contact-btn {
    background: linear-gradient(120deg, rgba(30, 23, 70, 0.9), rgba(11, 26, 51, 0.95));
}

.flashy-theme .contact-btn.kakao-btn {
    border-color: rgba(157, 255, 0, 0.45);
    box-shadow: 0 0 22px rgba(157, 255, 0, 0.18);
}

.flashy-theme .contact-btn.telegram-btn {
    border-color: rgba(0, 212, 255, 0.5);
    box-shadow: 0 0 22px rgba(0, 212, 255, 0.2);
}

.flashy-theme .btn-left i {
    color: var(--fx-neon-d);
}

.flashy-theme .telegram-btn .btn-left i {
    color: var(--fx-neon-b);
}

.flashy-theme .btn-right span {
    color: var(--fx-muted);
}

.flashy-theme .contact-form-wrapper {
    background: linear-gradient(145deg, rgba(16, 20, 45, 0.95), rgba(10, 16, 38, 0.98));
    border: 1px solid rgba(0, 212, 255, 0.28);
    border-radius: 18px;
    overflow: hidden;
    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.45),
        0 0 26px rgba(122, 92, 255, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.flashy-theme .contact-form-header {
    background: linear-gradient(92deg, rgba(0, 212, 255, 0.2), rgba(122, 92, 255, 0.3), rgba(255, 75, 216, 0.28));
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.flashy-theme .contact-form-header h2 {
    color: #f7fbff;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-shadow: 0 0 16px rgba(122, 92, 255, 0.45);
}

.flashy-theme .contact-form {
    background: linear-gradient(180deg, rgba(11, 17, 39, 0.92), rgba(8, 13, 33, 0.95));
    padding: 1.4rem 1.2rem 1.3rem;
}

.flashy-theme .contact-form .form-group {
    margin-bottom: 1rem;
}

.flashy-theme .contact-form label {
    color: #dfe8ff;
    font-weight: 600;
    font-size: 0.9rem;
}

.flashy-theme .contact-form input,
.flashy-theme .contact-form textarea {
    background: rgba(7, 12, 30, 0.92);
    border: 1px solid rgba(0, 212, 255, 0.28);
    color: #f7f9ff;
    border-radius: 11px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.flashy-theme .contact-form input::placeholder,
.flashy-theme .contact-form textarea::placeholder {
    color: rgba(206, 218, 255, 0.45);
}

.flashy-theme .contact-form input:focus,
.flashy-theme .contact-form textarea:focus {
    outline: none;
    background: rgba(10, 16, 38, 0.98);
    border-color: rgba(157, 255, 0, 0.65);
    box-shadow: 0 0 0 3px rgba(157, 255, 0, 0.18), 0 0 16px rgba(0, 212, 255, 0.2);
}

.flashy-theme .contact-form .form-note {
    color: rgba(192, 206, 246, 0.7);
    font-size: 0.78rem;
}

.flashy-theme .contact-form .form-message {
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 0.9rem;
    padding: 0.72rem 0.85rem;
}

.flashy-theme .contact-form .form-message.success {
    background: rgba(157, 255, 0, 0.12);
    border-color: rgba(157, 255, 0, 0.45);
    color: #d5ff8d;
}

.flashy-theme .contact-form .form-message.error {
    background: rgba(255, 75, 115, 0.12);
    border-color: rgba(255, 75, 115, 0.45);
    color: #ffb4c7;
}

.flashy-theme .form-submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.9rem;
}

.flashy-theme .submit-btn,
.flashy-theme .cta-btn {
    background: linear-gradient(90deg, var(--fx-neon-a), var(--fx-neon-c));
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.72rem 1.6rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 0 20px rgba(122, 92, 255, 0.45);
}

.flashy-theme .submit-btn:hover,
.flashy-theme .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 28px rgba(255, 75, 216, 0.45);
}

.flashy-theme .personality-link {
    background: linear-gradient(125deg, rgba(21, 26, 54, 0.92), rgba(10, 18, 40, 0.95));
    border: 1px solid rgba(0, 212, 255, 0.3);
}

.flashy-theme .personality-link-content span,
.flashy-theme .personality-link-profile span {
    color: #f2f7ff;
}

.flashy-theme .personality-link:hover {
    border-color: rgba(157, 255, 0, 0.5);
    box-shadow: 0 0 24px rgba(157, 255, 0, 0.2);
}

.flashy-theme .live-video-list {
    margin-top: 1.4rem;
    display: grid;
    gap: 1rem;
}

.flashy-theme .live-video-item {
    background: linear-gradient(135deg, rgba(20, 24, 54, 0.9), rgba(9, 17, 41, 0.95));
    border: 1px solid rgba(0, 212, 255, 0.26);
    border-radius: 16px;
    padding: 0.95rem;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.flashy-theme .live-video-channel {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.flashy-theme .live-video-channel-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(122, 92, 255, 0.45);
    object-fit: cover;
}

.flashy-theme .live-video-channel-name {
    color: #f4f7ff;
    font-weight: 700;
    font-size: 0.98rem;
}

.flashy-theme .live-video-channel-link {
    color: #7edbff;
    font-size: 0.8rem;
}

.flashy-theme .live-video-card {
    width: 100%;
    background: rgba(6, 12, 33, 0.78);
    border: 1px solid rgba(122, 92, 255, 0.35);
    border-radius: 12px;
    padding: 0.55rem;
    text-align: left;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.flashy-theme .live-video-card:hover {
    transform: translateY(-2px);
    border-color: rgba(157, 255, 0, 0.45);
    box-shadow: 0 0 22px rgba(157, 255, 0, 0.16);
}

.flashy-theme .live-video-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
}

.flashy-theme .live-video-title {
    margin-top: 0.55rem;
    color: #e9eeff;
    font-size: 0.9rem;
    line-height: 1.45;
}

.flashy-theme .youtube-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.flashy-theme .youtube-video-modal.is-open {
    display: flex;
}

.flashy-theme .youtube-video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(2px);
}

.flashy-theme .youtube-video-modal-dialog {
    position: relative;
    width: min(980px, 100%);
    background: #070d21;
    border: 1px solid rgba(122, 92, 255, 0.4);
    border-radius: 14px;
    padding: 0.85rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.flashy-theme .youtube-video-modal-frame-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.flashy-theme .youtube-video-modal-frame-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
}

.flashy-theme .youtube-video-modal-close {
    position: absolute;
    right: 0.3rem;
    top: -2.2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid rgba(122, 92, 255, 0.4);
    background: rgba(9, 15, 37, 0.95);
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
}

.flashy-theme .footer {
    background: rgba(7, 10, 29, 0.88);
    border-top: 1px solid rgba(122, 92, 255, 0.26);
}

.flashy-theme .footer p {
    color: #9aa8d5;
}

@media (max-width: 992px) {
    .flashy-theme .header-menu {
        gap: 0.25rem;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .flashy-theme .header-menu a {
        font-size: 0.82rem;
        padding: 0.38rem 0.8rem;
    }

    .flashy-theme .hero-content,
    .flashy-theme .slide-content {
        padding: 0.9rem 1rem;
    }
}

@media (max-width: 768px) {
    .flashy-theme .header-content {
        flex-direction: column;
        gap: 0.6rem;
        padding: 0.5rem 0;
    }

    .flashy-theme .header-menu {
        justify-content: center;
    }

    .flashy-theme .service-card,
    .flashy-theme .faq-item,
    .flashy-theme .contact-form-wrapper,
    .flashy-theme .contact-btn {
        border-radius: 14px;
    }

    .flashy-theme .service-card:hover,
    .flashy-theme .faq-item:hover {
        transform: none;
    }

    .flashy-theme .contact-form {
        padding: 1.1rem 0.95rem 1rem;
    }

    .flashy-theme .form-submit {
        justify-content: center;
    }

    .flashy-theme .submit-btn {
        width: 100%;
        max-width: 280px;
        padding: 0.7rem 1rem;
    }

    .flashy-theme .info-hero-title h1 {
        font-size: 1.65rem;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }

    .flashy-theme .info-hero-title p {
        font-size: 0.95rem;
        line-height: 1.5;
        word-break: keep-all;
    }

    .flashy-theme .live_time-content {
        min-height: 40px;
        padding: 0.52rem 1rem;
    }

    .flashy-theme .live_time-content p {
        font-size: 1.02rem;
    }

    .flashy-theme .youtube-video-modal-dialog {
        padding: 0.55rem;
    }
}

@media (max-width: 480px) {
    .flashy-theme .header-menu a {
        font-size: 0.75rem;
        padding: 0.34rem 0.65rem;
    }

    .flashy-theme .contact-description p,
    .flashy-theme .section-title p {
        font-size: 0.92rem;
    }

    .flashy-theme .info-hero-title h1 {
        font-size: 1.45rem;
    }

    .flashy-theme .info-hero-title p {
        font-size: 0.88rem;
    }

    .flashy-theme .faq-answer {
        padding-left: 1.2rem;
    }

    .flashy-theme .faq-question span,
    .flashy-theme .faq-answer > span {
        width: 1.9rem;
        height: 1.9rem;
        min-width: 1.9rem;
        font-size: 1rem;
        margin-right: 0.75rem;
    }

    .live_time_container {
        min-width: 350px;
    }
}
