@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* _content/AG_UCP/Pages/Authorized/Accounts/AccountsDashboard.razor.rz.scp.css */
/* _content/AG_UCP/Pages/Authorized/Templates/Gamemap/Gamemap.razor.rz.scp.css */
/* _content/AG_UCP/Pages/Authorized/Tickets/Dialogs/AddTicketDialog.razor.rz.scp.css */
/* _content/AG_UCP/Pages/Unauthorized/Impressum.razor.rz.scp.css */
/* _content/AG_UCP/Pages/Unauthorized/Landingpage.razor.rz.scp.css */
/* CSS Reset */
*[b-667fsulsgh], *[b-667fsulsgh]::before, *[b-667fsulsgh]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* CSS Variables */
:root[b-667fsulsgh] {
    --primary: #124b9b;
    --primary-dark: #2563eb;
    --bg: #0a0a0a;
    --surface: #1a1a1a;
    --surface-light: #2a2a2a;
    --text: #f5f5f5;
    --text-muted: #cfcfcf;
    --accent: #56bd54;
    --border: #333;
    --max-width: 1200px;
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;
    --transition: 0.3s ease;
}

/* Base Styles */
html[b-667fsulsgh] {
    scroll-behavior: smooth;
}

body[b-667fsulsgh] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: var(--text);
    background-color: var(--bg);

    /* BACKGROUND IMAGE PLACEHOLDER - Replace YOUR_BACKGROUND.jpg with your image path */
    background-image:
            linear-gradient(to bottom, rgba(10, 10, 10, 0.35), rgba(10, 10, 10, 0.65)),
            url("https://cdn.discordapp.com/attachments/1218626675248463993/1469462185448050885/Screenshot_49.png?ex=698eff0e&is=698dad8e&hm=e5e2e561ffcbb99d0db3c2723f005b9a267c19f0f2516c5739e597074872e9c8&");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.container[b-667fsulsgh] {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* Header */
.header[b-667fsulsgh] {
    position: sticky;
    top: 0;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
    z-index: 1000;
    padding: var(--spacing-sm) 0;
}

.header__content[b-667fsulsgh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
}

.header__logo[b-667fsulsgh] {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header__nav[b-667fsulsgh] {
    display: flex;
    gap: var(--spacing-md);
    flex-wrap: wrap;
}

.nav__link[b-667fsulsgh] {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color var(--transition);
    padding: 0.5rem 0;
}

.nav__link:hover[b-667fsulsgh],
.nav__link:focus[b-667fsulsgh] {
    color: var(--primary);
    outline: none;
}

/* Hero Section */
.hero[b-667fsulsgh] {
    padding: var(--spacing-xl) 0;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero__content[b-667fsulsgh] {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.hero__badge[b-667fsulsgh] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-bottom: 25px;
    margin-top: -25px;
}

.hero__title[b-667fsulsgh] {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 800;
    margin-bottom: var(--spacing-sm);
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero__subtitle[b-667fsulsgh] {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    color: var(--text);
    margin-bottom: var(--spacing-md);
    font-weight: 600;
}

.hero__description[b-667fsulsgh] {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: var(--text-muted);
    margin-bottom: var(--spacing-lg);
    line-height: 1.8;
}

.hero__cta[b-667fsulsgh] {
    display: flex;
    gap: var(--spacing-sm);
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.btn[b-667fsulsgh] {
    display: inline-block;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all var(--transition);
    border: 2px solid transparent;
    cursor: pointer;
}

.btn--primary[b-667fsulsgh] {
    background: var(--primary);
    color: white;
}

.btn--primary:hover[b-667fsulsgh],
.btn--primary:focus[b-667fsulsgh] {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
    outline: none;
}

.btn--secondary[b-667fsulsgh] {
    background: transparent;
    color: var(--text);
    border-color: var(--border);
}

.btn--secondary:hover[b-667fsulsgh],
.btn--secondary:focus[b-667fsulsgh] {
    border-color: var(--primary);
    color: var(--primary);
    outline: none;
}

.btn--large[b-667fsulsgh] {
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
}

/* Section Base */
.section[b-667fsulsgh] {
    padding: var(--spacing-xl) 0;
}

.section__title[b-667fsulsgh] {
    font-size: clamp(2rem, 5vw, 2.75rem);
    margin-bottom: var(--spacing-sm);
    text-align: center;
    font-weight: 700;
}

.section__intro[b-667fsulsgh] {
    text-align: center;
    color: var(--text-muted);
    font-size: clamp(1rem, 2vw, 1.125rem);
    margin-bottom: var(--spacing-lg);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Features Section */
.features[b-667fsulsgh] {
    background: var(--surface);
}

.features__grid[b-667fsulsgh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-md);
}

.card[b-667fsulsgh] {
    background: var(--surface-light);
    padding: var(--spacing-md);
    border-radius: 12px;
    border: 1px solid var(--border);
    transition: all var(--transition);
}

.card:hover[b-667fsulsgh] {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 10px 40px rgba(59, 130, 246, 0.15);
}

.card__icon[b-667fsulsgh] {
    font-size: 2.5rem;
    margin-bottom: var(--spacing-sm);
}

.card__title[b-667fsulsgh] {
    font-size: 1.375rem;
    margin-bottom: var(--spacing-sm);
    font-weight: 700;
}

.card__text[b-667fsulsgh] {
    color: var(--text-muted);
    line-height: 1.7;
}

.card__list[b-667fsulsgh] {
    list-style: none;
    margin-top: var(--spacing-sm);
    color: var(--text-muted);
}

.card__list li[b-667fsulsgh] {
    padding: 0.375rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.card__list li[b-667fsulsgh]::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary);
}

.card--accent[b-667fsulsgh] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(139, 92, 246, 0.05));
}

/* Einreise Section */
.steps[b-667fsulsgh] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    max-width: 800px;
    margin: 0 auto var(--spacing-lg);
}

.step[b-667fsulsgh] {
    display: flex;
    gap: var(--spacing-md);
    background: var(--surface);
    padding: var(--spacing-md);
    border-radius: 12px;
    border: 1px solid var(--border);
    transition: border-color var(--transition);
}

.step:hover[b-667fsulsgh] {
    border-color: var(--primary);
}

.step__number[b-667fsulsgh] {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.step__content[b-667fsulsgh] {
    flex: 1;
}

.step__title[b-667fsulsgh] {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.step__text[b-667fsulsgh] {
    color: var(--text-muted);
    line-height: 1.7;
}

.einreise__note[b-667fsulsgh] {
    background: var(--surface);
    padding: var(--spacing-md);
    border-radius: 8px;
    border-left: 4px solid var(--accent);
    color: var(--text-muted);
    font-size: 0.95rem;
    max-width: 800px;
    margin: 0 auto;
}

/* Wege Section */
.wege[b-667fsulsgh] {
    background: var(--surface);
}

.wege__grid[b-667fsulsgh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-md);
}

/* Community Section */
.stats[b-667fsulsgh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-md);
}

.stat[b-667fsulsgh] {
    text-align: center;
    padding: var(--spacing-md);
    background: var(--surface);
    border-radius: 12px;
    border: 1px solid var(--border);
}

.stat__icon[b-667fsulsgh] {
    font-size: 2.5rem;
    margin-bottom: var(--spacing-sm);
}

.stat__label[b-667fsulsgh] {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat__text[b-667fsulsgh] {
    color: var(--text-muted);
}

/* Kontakt Section */
.kontakt[b-667fsulsgh] {
    background: var(--surface);
}

.kontakt__links[b-667fsulsgh] {
    display: flex;
    gap: var(--spacing-sm);
    justify-content: center;
    margin-bottom: var(--spacing-lg);
    flex-wrap: wrap;
}

.kontakt__info[b-667fsulsgh] {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.kontakt__info p[b-667fsulsgh] {
    color: var(--text-muted);
    margin-bottom: var(--spacing-md);
}

.kontakt__methods[b-667fsulsgh] {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    flex-wrap: wrap;
}

.kontakt__link[b-667fsulsgh] {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    transition: color var(--transition);
}

.kontakt__link:hover[b-667fsulsgh],
.kontakt__link:focus[b-667fsulsgh] {
    color: var(--accent);
    outline: none;
}

/* Footer */
.footer[b-667fsulsgh] {
    background: var(--bg);
    border-top: 1px solid var(--border);
    padding: var(--spacing-md) 0;
    text-align: center;
}

.footer__text[b-667fsulsgh] {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.footer__hint[b-667fsulsgh] {
    color: var(--text-muted);
    font-size: 0.8rem;
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header__nav[b-667fsulsgh] {
        width: 100%;
        justify-content: center;
        gap: var(--spacing-sm);
    }

    .nav__link[b-667fsulsgh] {
        font-size: 0.875rem;
    }

    .hero[b-667fsulsgh] {
        padding: var(--spacing-lg) 0;
        min-height: auto;
    }

    .section[b-667fsulsgh] {
        padding: var(--spacing-lg) 0;
    }

    .features__grid[b-667fsulsgh],
    .wege__grid[b-667fsulsgh] {
        grid-template-columns: 1fr;
    }

    .step[b-667fsulsgh] {
        flex-direction: column;
        text-align: center;
    }

    .step__number[b-667fsulsgh] {
        margin: 0 auto;
    }

    .stats[b-667fsulsgh] {
        grid-template-columns: 1fr;
    }

    .hero__cta[b-667fsulsgh],
    .kontakt__links[b-667fsulsgh] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-667fsulsgh] {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container[b-667fsulsgh] {
        padding: 0 var(--spacing-sm);
    }

    .header__logo[b-667fsulsgh] {
        font-size: 1.125rem;
    }

    .card[b-667fsulsgh] {
        padding: var(--spacing-sm);
    }
}

/* Focus Styles for Accessibility */
a:focus-visible[b-667fsulsgh],
button:focus-visible[b-667fsulsgh] {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}
/* _content/AG_UCP/Pages/Unauthorized/RegisterDialog.razor.rz.scp.css */
/* _content/AG_UCP/Shared/MainLayout.razor.rz.scp.css */
.page[b-ljgehxu3qu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ljgehxu3qu] {
    flex: 1;
}

.sidebar[b-ljgehxu3qu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ljgehxu3qu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ljgehxu3qu]  a, .top-row .btn-link[b-ljgehxu3qu] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ljgehxu3qu] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ljgehxu3qu] {
        display: none;
    }

    .top-row.auth[b-ljgehxu3qu] {
        justify-content: space-between;
    }

    .top-row a[b-ljgehxu3qu], .top-row .btn-link[b-ljgehxu3qu] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ljgehxu3qu] {
        flex-direction: row;
    }

    .sidebar[b-ljgehxu3qu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ljgehxu3qu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ljgehxu3qu], article[b-ljgehxu3qu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
