/*
  iStewards Standalone Stylesheet
  Generated from current project CSS files and inline <style> blocks.
  This file is not integrated into the iStewards project.
  Source project: istewards_current_2026-04-22_no-sql.zip
*/

/* ==========================================================
   Shared CSS file: internal-nav.css
   ========================================================== */
/* Shared internal navigation for protected iStewards pages */
.internal-shell {
    width: 100%;
    margin-bottom: 32px;
    color: var(--text-main, #f3f4f6);
}

body.has-internal-nav .internal-shell {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

body.internal-flex-start {
    justify-content: flex-start !important;
}

body.internal-stack {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 100vh;
}

.internal-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 8%;
    border-bottom: 1px solid var(--border, rgba(255,255,255,0.1));
    background: rgba(7,10,17,0.95);
    backdrop-filter: blur(8px);
    position: sticky;
    top: 0;
    z-index: 50;
}

.internal-logo {
    color: var(--text-main, #f3f4f6);
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -1px;
}

.internal-logo span {
    color: var(--primary, #2563eb);
}

.internal-userbox {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--text-muted, #9ca3af);
    font-size: 0.92rem;
}

.internal-nav-avatar {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid var(--border, rgba(255,255,255,0.1));
    background: linear-gradient(135deg, rgba(37,99,235,0.35), rgba(139,92,246,0.26));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 1000;
    line-height: 1;
    overflow: hidden;
    flex: 0 0 auto;
    box-shadow: 0 10px 28px rgba(0,0,0,0.24);
}

.internal-nav-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.internal-btn {
    border: none;
    border-radius: 9px;
    padding: 10px 16px;
    color: #fff;
    background: var(--primary, #2563eb);
    font-weight: 800;
    cursor: pointer;
    transition: 0.18s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.internal-btn:hover {
    background: var(--primary-hover, #1d4ed8);
    transform: translateY(-1px);
}

.internal-btn-outline {
    background: transparent;
    border: 1px solid var(--border, rgba(255,255,255,0.1));
    color: var(--text-main, #f3f4f6);
}

.internal-btn-outline:hover {
    border-color: var(--primary, #2563eb);
    background: transparent;
}

.internal-second-nav {
    padding: 14px 8%;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: #0b101b;
    display: flex;
    gap: 12px;
    overflow-x: auto;
}

.internal-nav-pill {
    border: 1px solid var(--border, rgba(255,255,255,0.1));
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--text-muted, #9ca3af);
    text-decoration: none;
    font-weight: 800;
    font-size: 0.86rem;
    white-space: nowrap;
}

.internal-nav-pill:hover,
.internal-nav-pill.is-active {
    color: #fff;
    border-color: var(--primary, #2563eb);
}

.internal-nav-pill.is-active {
    background: rgba(37,99,235,0.14);
}

@media (max-width: 680px) {
    .internal-topbar {
        align-items: flex-start;
        gap: 14px;
        flex-direction: column;
    }

    .internal-userbox {
        flex-wrap: wrap;
    }
}


/* ==========================================================
   Inline styles from: academy.html
   ========================================================== */
:root{--bg-dark:#070a11;--bg-card:#111827;--primary:#2563eb;--success:#10b981;--warning:#f59e0b;--text-main:#f3f4f6;--text-muted:#9ca3af;--border:rgba(255,255,255,.1)}*{box-sizing:border-box}body{margin:0;background:var(--bg-dark);color:var(--text-main);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;display:flex;justify-content:center;padding:40px}.container{width:100%;max-width:1180px}.hidden{display:none!important}.hero{margin-bottom:26px}.hero h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1;margin:0 0 12px;letter-spacing:-.06em}.hero p,.muted{color:var(--text-muted);line-height:1.6}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.wide{grid-column:span 2}.full{grid-column:1/-1}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:0 20px 55px rgba(0,0,0,.22)}.card h2,.card h3{margin:0 0 10px;letter-spacing:-.03em}.badge{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(37,99,235,.28);color:#bfdbfe;background:rgba(37,99,235,.1);margin-bottom:12px}.badge.draft{color:#fcd34d;border-color:rgba(245,158,11,.3);background:rgba(245,158,11,.1)}.badge.done{color:#6ee7b7;border-color:rgba(16,185,129,.3);background:rgba(16,185,129,.1)}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.metric{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.06);border-radius:13px;padding:14px}.metric strong{display:block;font-size:1.8rem}.metric span{color:var(--text-muted);font-size:.82rem;font-weight:800}.course-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.course-card{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:12px}.course-card.is-active{border-color:rgba(37,99,235,.55);box-shadow:0 0 0 1px rgba(37,99,235,.3)}.course-meta{display:flex;flex-wrap:wrap;gap:8px}.pill{display:inline-flex;border:1px solid var(--border);border-radius:999px;padding:6px 9px;color:var(--text-muted);font-size:.75rem;font-weight:900}.progress-bar{width:100%;height:8px;background:rgba(255,255,255,.08);border-radius:999px;overflow:hidden}.progress-bar span{display:block;height:100%;width:0;background:linear-gradient(90deg,#2563eb,#10b981);border-radius:999px}.btn-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}.btn{border:none;background:var(--primary);color:white;padding:10px 14px;border-radius:9px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-outline{background:transparent;border:1px solid var(--border)}.btn-success{background:var(--success)}.btn[disabled]{opacity:.58;cursor:not-allowed}.module-block{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:16px;margin-top:14px}.lesson-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;border-top:1px solid rgba(255,255,255,.06);padding:12px 0 0;margin-top:12px}.lesson-row:first-of-type{border-top:none;padding-top:0;margin-top:0}.lesson-title{font-weight:900}.lesson-content{margin-top:10px;padding:14px;border-radius:12px;background:rgba(0,0,0,.18);color:#d1d5db;line-height:1.65;white-space:pre-wrap}.empty,.error-box{padding:16px;border-radius:14px;background:rgba(255,255,255,.045);color:var(--text-muted);border:1px solid rgba(255,255,255,.07);line-height:1.55}.error-box{color:#fca5a5;border-color:rgba(239,68,68,.26);background:rgba(239,68,68,.08)}@media(max-width:900px){body{padding:24px}.grid,.course-grid{grid-template-columns:1fr}.wide{grid-column:auto}.metric-grid{grid-template-columns:1fr}.lesson-row{grid-template-columns:1fr}}


/* ==========================================================
   Inline styles from: admin.html
   ========================================================== */
        :root {
            --bg-dark: #070a11;
            --bg-card: #111827;
            --bg-card-soft: #0f172a;
            --primary: #2563eb;
            --primary-soft: rgba(37, 99, 235, 0.14);
            --text-main: #f3f4f6;
            --text-muted: #9ca3af;
            --success: #10b981;
            --danger: #ef4444;
            --warning: #f59e0b;
            --border: rgba(255,255,255,0.08);
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
        body { background-color: var(--bg-dark); color: var(--text-main); padding: 40px 8%; }

        header { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 28px; }
        h1 { font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -0.04em; }
        h1 span { color: var(--primary); }
        .muted { color: var(--text-muted); font-size: 0.9rem; line-height: 1.5; }
        .error-note { color: var(--danger); font-size: 0.85rem; margin-top: 10px; }
        .success-note { color: var(--success); font-size: 0.85rem; margin-top: 10px; }

        .header-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
        button, .btn { padding: 8px 12px; border-radius: 8px; border: none; cursor: pointer; font-weight: 700; font-size: 0.82rem; transition: 0.2s; text-decoration: none; display:inline-flex; align-items:center; justify-content:center; gap:6px; }
        button:hover:not(:disabled), .btn:hover { opacity: 0.9; transform: translateY(-1px); }
        button:disabled { opacity:0.55; cursor:not-allowed; }
        .btn-primary, .refresh-btn { background: var(--primary); color: white; }
        .btn-outline { background: transparent; color: var(--text-main); border: 1px solid var(--border); }
        .btn-success { background: var(--success); color: white; }
        .btn-danger { background: var(--danger); color: white; }
        .btn-warning { background: var(--warning); color: #111827; }
        .btn-small { padding: 6px 9px; font-size: 0.75rem; border-radius: 7px; }

        .stats { display: grid; grid-template-columns: repeat(5, minmax(140px, 1fr)); gap: 14px; margin-bottom: 22px; }
        .stat-card { background: var(--bg-card); padding: 18px; border-radius: 14px; border: 1px solid var(--border); }
        .stat-card span { display: block; font-size: 0.72rem; color: var(--text-muted); text-transform: uppercase; letter-spacing:0.08em; }
        .stat-card div { font-size: 1.55rem; font-weight: 900; margin-top: 6px; }

        .tabs { display:flex; gap:10px; flex-wrap:wrap; margin: 20px 0; border-bottom: 1px solid var(--border); padding-bottom: 12px; }
        .tab-btn { background: transparent; color: var(--text-muted); border: 1px solid var(--border); }
        .tab-btn.is-active { background: var(--primary-soft); color:#fff; border-color:rgba(37,99,235,0.55); }
        .panel { display:none; }
        .panel.is-active { display:block; }

        .card { background: var(--bg-card); border:1px solid var(--border); border-radius:16px; overflow:hidden; margin-bottom: 22px; }
        .card-head { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; padding:18px 20px; border-bottom:1px solid var(--border); background:rgba(255,255,255,0.02); }
        .card-head h2 { font-size:1.05rem; margin-bottom:4px; }
        .table-wrap { width:100%; overflow:auto; }
        table { width:100%; border-collapse: collapse; min-width: 920px; }
        th { text-align: left; padding: 13px 15px; background: rgba(255,255,255,0.02); color: var(--text-muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing:0.06em; white-space:nowrap; }
        td { padding: 13px 15px; border-top: 1px solid rgba(255,255,255,0.05); font-size: 0.86rem; vertical-align:top; }
        .cell-main { font-weight:800; }
        .cell-sub { color:var(--text-muted); font-size:0.76rem; margin-top:3px; word-break:break-all; }
        .actions { display:flex; flex-wrap:wrap; gap:8px; }

        input, select, textarea { width:100%; padding:9px 10px; border-radius:8px; border:1px solid var(--border); background:#0b1220; color:var(--text-main); font-size:0.84rem; outline:none; }
        textarea { min-height:78px; resize:vertical; }
        label { color:var(--text-muted); font-size:0.74rem; text-transform:uppercase; letter-spacing:0.06em; font-weight:800; display:block; margin-bottom:6px; }
        .field-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:14px; }
        .form-card { padding: 18px 20px; border-top:1px solid var(--border); background:rgba(255,255,255,0.015); }

        .status-badge { padding: 4px 8px; border-radius: 999px; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; display:inline-flex; white-space:nowrap; }
        .status-pending, .status-open, .status-planned, .status-onboarding_started { background: rgba(245, 158, 11, 0.12); color: var(--warning); }
        .status-approved, .status-active, .status-ready, .status-completed, .status-closed { background: rgba(16, 185, 129, 0.12); color: var(--success); }
        .status-rejected, .status-inactive, .status-suspended, .status-failed { background: rgba(239, 68, 68, 0.12); color: var(--danger); }
        .status-default, .status-not_configured, .status-not_ready { background: rgba(156, 163, 175, 0.12); color: var(--text-muted); }
        .pill { display:inline-flex; border:1px solid var(--border); color:var(--text-muted); border-radius:999px; padding:3px 8px; font-size:0.72rem; font-weight:700; margin: 2px 3px 2px 0; white-space:nowrap; }
        .pill.good { color:var(--success); border-color:rgba(16,185,129,0.35); }
        .pill.warn { color:var(--warning); border-color:rgba(245,158,11,0.35); }

        .empty { padding: 28px; text-align:center; color:var(--text-muted); }
        .manager-box { display:grid; grid-template-columns: 1.1fr 1fr; gap:18px; padding: 18px 20px; border-top:1px solid var(--border); }
        .manager-list { display:grid; gap:10px; }
        .manager-row { display:flex; justify-content:space-between; align-items:center; gap:12px; padding:10px 12px; border:1px solid var(--border); border-radius:10px; background:rgba(255,255,255,0.025); }
        .hidden { display:none !important; }

        @media (max-width: 1100px) {
            body { padding: 28px 5%; }
            header { flex-direction:column; }
            .stats { grid-template-columns: repeat(2, 1fr); }
            .field-grid, .manager-box { grid-template-columns: 1fr; }
        }


/* ==========================================================
   Inline styles from: apply.html
   ========================================================== */
        :root { --bg-dark:#070a11; --bg-card:#111827; --primary:#2563eb; --primary-hover:#1d4ed8; --text-main:#f3f4f6; --text-muted:#9ca3af; --border:rgba(255,255,255,0.1); }
        * { margin:0; padding:0; box-sizing:border-box; font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
        body { min-height:100vh; background:radial-gradient(circle at top,#16213a 0%,var(--bg-dark) 55%); color:var(--text-main); display:flex; align-items:center; justify-content:center; padding:24px; }
        .card { width:100%; max-width:560px; background:rgba(17,24,39,0.94); border:1px solid var(--border); border-radius:20px; padding:34px; text-align:center; box-shadow:0 24px 70px rgba(0,0,0,0.42); }
        h1 { font-size:2rem; margin-bottom:12px; letter-spacing:-0.04em; }
        h1 span { color:var(--primary); }
        p { color:var(--text-muted); line-height:1.55; margin-bottom:22px; }
        .btn { display:inline-flex; align-items:center; justify-content:center; border:none; border-radius:10px; padding:13px 18px; background:var(--primary); color:white; font-weight:900; text-decoration:none; cursor:pointer; }
        .btn:hover { background:var(--primary-hover); }
        .btn-outline { background:transparent; border:1px solid var(--border); margin-left:8px; }


/* ==========================================================
   Inline styles from: dashboard.html
   ========================================================== */
        :root {
            --bg-dark: #070a11;
            --bg-card: #111827;
            --bg-soft: #0b101b;
            --primary: #2563eb;
            --primary-hover: #1d4ed8;
            --text-main: #f3f4f6;
            --text-muted: #9ca3af;
            --border: rgba(255,255,255,0.1);
            --success: #10b981;
            --warning: #f59e0b;
            --danger: #ef4444;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
        body { background: var(--bg-dark); color: var(--text-main); min-height: 100vh; }
        a { color: inherit; text-decoration: none; }
        .hidden { display: none !important; }
        .topbar { display: flex; justify-content: space-between; align-items: center; padding: 22px 8%; border-bottom: 1px solid var(--border); background: rgba(7,10,17,0.95); backdrop-filter: blur(8px); position: sticky; top: 0; z-index: 10; }
        .logo { font-size: 1.6rem; font-weight: 900; letter-spacing: -1px; }
        .logo span { color: var(--primary); }
        .userbox { display: flex; align-items: center; gap: 14px; color: var(--text-muted); font-size: 0.92rem; }
        .topbar-avatar { width: 34px; height: 34px; border-radius: 999px; border: 1px solid var(--border); background: linear-gradient(135deg, rgba(37,99,235,0.35), rgba(139,92,246,0.26)); display: inline-flex; align-items: center; justify-content: center; color: white; font-weight: 1000; font-size: 0.78rem; line-height: 1; overflow: hidden; flex: 0 0 auto; box-shadow: 0 10px 28px rgba(0,0,0,0.24); }
        .topbar-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .btn { border: none; border-radius: 9px; padding: 10px 16px; color: white; background: var(--primary); font-weight: 800; cursor: pointer; transition: 0.18s; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
        .btn:hover { background: var(--primary-hover); transform: translateY(-1px); }
        .btn-outline { background: transparent; border: 1px solid var(--border); color: var(--text-main); }
        .btn-outline:hover { border-color: var(--primary); background: transparent; }
        .btn[disabled] { opacity: 0.55; cursor: not-allowed; transform: none; }
        .btn[disabled]:hover { background: var(--primary); transform: none; }
        .btn-outline[disabled]:hover { background: transparent; border-color: var(--border); }
        .event-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; align-items: center; }
        .role-demand { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 4px; }
        .role-chip { border: 1px solid var(--border); border-radius: 999px; padding: 4px 8px; color: var(--text-muted); font-size: 0.75rem; font-weight: 900; background: rgba(255,255,255,0.03); }
        .role-chip.open { color: #fcd34d; border-color: rgba(245,158,11,0.28); background: rgba(245,158,11,0.08); }
        .role-chip.full { color: #6ee7b7; border-color: rgba(16,185,129,0.28); background: rgba(16,185,129,0.08); }
        .booking-status { color: var(--text-muted); font-size: 0.82rem; line-height: 1.4; }
        .booking-status.success { color: #6ee7b7; }
        .booking-status.error { color: #fca5a5; }
        .second-nav { padding: 14px 8%; border-bottom: 1px solid rgba(255,255,255,0.06); background: var(--bg-soft); display: flex; gap: 12px; overflow-x: auto; }
        .nav-pill { border: 1px solid var(--border); padding: 9px 14px; border-radius: 999px; color: var(--text-muted); font-weight: 800; font-size: 0.86rem; white-space: nowrap; }
        .nav-pill:hover, .nav-pill.is-active { color: white; border-color: var(--primary); }
        .nav-pill.is-active { background: rgba(37,99,235,0.14); }
        main { padding: 48px 8%; }
        .hero { margin-bottom: 34px; max-width: 900px; }
        h1 { font-size: clamp(2.2rem, 4vw, 3.5rem); letter-spacing: -0.06em; line-height: 1.05; margin-bottom: 14px; }
        .lead { color: var(--text-muted); font-size: 1.08rem; max-width: 760px; }
        .section-title { font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin: 34px 0 16px; }
        .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
        .card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 18px; padding: 26px; min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; transition: 0.22s; }
        a.card:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(37,99,235,0.16); }
        .card h2 { font-size: 1.35rem; margin-bottom: 10px; }
        .card p { color: var(--text-muted); line-height: 1.55; margin-bottom: 20px; }
        .card-tight { min-height: auto; justify-content: flex-start; }
        .wide-card { grid-column: span 2; }
        .badge { display: inline-flex; align-items: center; width: max-content; padding: 5px 9px; border-radius: 999px; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 900; margin-bottom: 18px; }
        .badge-steward { color: #93c5fd; background: rgba(37,99,235,0.14); }
        .badge-league { color: #6ee7b7; background: rgba(16,185,129,0.12); }
        .badge-admin { color: #fcd34d; background: rgba(245,158,11,0.12); }
        .badge-info { color: #c4b5fd; background: rgba(139,92,246,0.14); }
        .profile-overview { display: grid; grid-template-columns: 86px 1fr; gap: 18px; align-items: start; }
        .avatar { width: 78px; height: 78px; border-radius: 22px; border: 1px solid var(--border); background: linear-gradient(135deg, rgba(37,99,235,0.35), rgba(139,92,246,0.26)); display: flex; align-items: center; justify-content: center; color: white; font-weight: 1000; font-size: 1.55rem; overflow: hidden; box-shadow: 0 18px 40px rgba(0,0,0,0.26); }
        .avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .display-name-form { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 14px 0 4px; }
        .display-name-form input { min-width: min(100%, 280px); flex: 1; border: 1px solid var(--border); background: rgba(255,255,255,0.04); color: var(--text-main); border-radius: 10px; padding: 11px 12px; outline: none; font-weight: 700; }
        .display-name-form input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(37,99,235,0.16); }
        .form-status { min-height: 18px; color: var(--text-muted); font-size: 0.84rem; margin-top: 2px; }
        .form-status.success { color: #6ee7b7; }
        .form-status.error { color: #fca5a5; }
        .pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 4px; }
        .status-pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; border: 1px solid var(--border); color: var(--text-muted); font-size: 0.84rem; font-weight: 800; }
        .status-pill.yes { color: #6ee7b7; border-color: rgba(16,185,129,0.28); background: rgba(16,185,129,0.08); }
        .status-pill.no { color: #fca5a5; border-color: rgba(239,68,68,0.28); background: rgba(239,68,68,0.08); }
        .metric-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 14px; margin-top: 14px; }
        .metric { border: 1px solid var(--border); background: rgba(255,255,255,0.03); border-radius: 14px; padding: 15px; }
        .metric strong { display: block; font-size: 1.7rem; line-height: 1; margin-bottom: 7px; }
        .metric span { color: var(--text-muted); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 800; }
        .list { display: grid; gap: 10px; margin-top: 12px; }
        .list-item { border: 1px solid var(--border); background: rgba(255,255,255,0.03); border-radius: 14px; padding: 14px; display: grid; gap: 7px; }
        .list-item-head { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
        .list-item-title { font-weight: 900; }
        .list-item-meta { color: var(--text-muted); font-size: 0.84rem; line-height: 1.45; }
        .mini-badge { padding: 4px 8px; border-radius: 999px; font-size: 0.72rem; font-weight: 900; background: rgba(37,99,235,0.14); color: #93c5fd; white-space: nowrap; }
        .mini-badge.warning { background: rgba(245,158,11,0.12); color: #fcd34d; }
        .mini-badge.success { background: rgba(16,185,129,0.12); color: #6ee7b7; }
        .muted-box { border: 1px dashed rgba(255,255,255,0.16); border-radius: 14px; padding: 14px; color: var(--text-muted); font-size: 0.9rem; line-height: 1.5; margin-top: 12px; }
        .notice { margin-top: 28px; padding: 16px; border-radius: 14px; border: 1px solid rgba(245,158,11,0.22); background: rgba(245,158,11,0.07); color: #fbbf24; font-size: 0.9rem; line-height: 1.5; }
        .error-note { color: #fca5a5; font-size: 0.9rem; line-height: 1.45; }

        @media (max-width: 980px) { .wide-card { grid-column: span 1; } }
        @media (max-width: 680px) {
            .topbar { align-items: flex-start; gap: 14px; flex-direction: column; }
            .userbox { flex-wrap: wrap; }
            main { padding-top: 34px; }
            .list-item-head { flex-direction: column; }
            .profile-overview { grid-template-columns: 1fr; }
        }


/* ==========================================================
   Inline styles from: index.html
   ========================================================== */
        :root {
            --bg-dark: #070a11;
            --bg-card: #111827;
            --primary: #2563eb;
            --primary-hover: #1d4ed8;
            --accent: #facc15; 
            --text-main: #f3f4f6;
            --text-muted: #9ca3af;
            --success: #10b981;
            --ir-red: #ea1d2b;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', system-ui, -apple-system, sans-serif;
        }

        body {
            background-color: var(--bg-dark);
            color: var(--text-main);
            line-height: 1.6;
            overflow-x: hidden;
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.2rem 10%;
            background: rgba(7, 10, 17, 0.95);
            backdrop-filter: blur(8px);
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            border-bottom: 1px solid rgba(255,255,255,0.05);
        }

        .logo {
            font-size: 1.7rem;
            font-weight: 900;
            letter-spacing: -1.5px;
            color: var(--text-main);
            text-decoration: none;
        }

        .logo span {
            color: var(--primary);
        }

        .nav-links a {
            color: var(--text-main);
            text-decoration: none;
            margin-left: 2rem;
            font-weight: 500;
            transition: color 0.2s;
            font-size: 0.95rem;
        }

        .nav-links a:hover {
            color: var(--primary);
        }

        .btn-nav-apply-unused {
            background-color: var(--primary);
            color: white !important;
            padding: 0.6rem 1.4rem;
            border-radius: 6px;
            font-weight: 600;
            transition: background 0.3s;
        }

        .btn-nav-apply-unused:hover {
            background-color: var(--primary-hover);
        }

        .btn-nav-login {
            color: var(--text-main) !important;
            padding: 0.55rem 1.2rem;
            border-radius: 6px;
            border: 1px solid rgba(255,255,255,0.12);
        }

        .btn-nav-login:hover {
            border-color: var(--primary);
            color: white !important;
        }

        /* Hero Section */
        .hero {
            padding: 12rem 10% 8rem;
            text-align: center;
            position: relative;
            background-color: #0c1220;
            background-image: linear-gradient(rgba(7, 10, 17, 0.8), rgba(7, 10, 17, 1)), 
                              url('assets/pic/hero-image.png');
            background-size: cover;
            background-position: center;
        }

        .hero h1 {
            font-size: 4rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            line-height: 1.1;
            letter-spacing: -2px;
        }

        .hero p {
            font-size: 1.35rem;
            color: var(--text-muted);
            max-width: 750px;
            margin: 0 auto 3rem;
        }

        .cta-group {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
        }

        .btn-primary {
            background-color: var(--primary);
            color: white;
            padding: 1.1rem 2.2rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            transition: transform 0.2s, background 0.3s;
        }

        .btn-primary:hover {
            background-color: var(--primary-hover);
            transform: translateY(-2px);
        }

        .btn-secondary {
            background-color: var(--bg-card);
            color: white;
            padding: 1.1rem 2.2rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            border: 1px solid rgba(255,255,255,0.08);
            transition: all 0.3s;
        }

        .btn-secondary:hover {
            background-color: #1a2233;
            border-color: var(--primary);
        }

        /* Feature Cards Highlighting */
        .features {
            padding: 6rem 10%;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 3rem;
        }

        .feature-card {
            background: var(--bg-card);
            padding: 3rem;
            border-radius: 16px;
            border: 1px solid rgba(255,255,255,0.03);
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease; /* Transition für Hover */
        }

        .feature-card:hover {
            transform: translateY(-10px);
            border-color: var(--primary);
            box-shadow: 0 10px 30px -10px rgba(37, 99, 235, 0.3);
        }

        .app-preview-mask {
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 180px;
            height: 120px;
            background: url('assets/pic/app-preview.png');
            background-size: cover;
            border-radius: 10px;
            opacity: 0.15;
            transform: rotate(-5deg);
            border: 1px solid var(--primary);
            transition: opacity 0.3s;
        }

        .feature-card:hover .app-preview-mask {
            opacity: 0.3;
        }

        .feature-card h3 {
            margin-bottom: 1.2rem;
            font-size: 1.6rem;
            color: var(--primary);
            font-weight: 800;
        }

        .event-jump-form {
            display: flex;
            gap: 0.75rem;
            margin-top: 1.5rem;
            position: relative;
            z-index: 1;
        }

        .event-jump-input {
            min-width: 0;
            flex: 1;
            background: #1f2937;
            border: 1px solid rgba(255,255,255,0.12);
            padding: 0.85rem 1rem;
            color: white;
            border-radius: 8px;
            outline: none;
            font-size: 0.95rem;
        }

        .event-jump-input:focus {
            border-color: var(--primary);
        }

        .btn-inline {
            background-color: var(--primary);
            color: white;
            border: none;
            padding: 0.85rem 1.2rem;
            border-radius: 8px;
            font-weight: 800;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
        }

        .btn-inline:hover {
            background-color: var(--primary-hover);
            transform: translateY(-1px);
        }

        .form-hint {
            color: var(--text-muted);
            font-size: 0.85rem;
            margin-top: 0.75rem;
            position: relative;
            z-index: 1;
        }

        .form-error {
            color: #fca5a5;
            font-size: 0.85rem;
            margin-top: 0.75rem;
            min-height: 1.2em;
            position: relative;
            z-index: 1;
        }

        /* Pricing Cards Highlighting */
        .pricing {
            padding: 8rem 10%;
            background: #090e17;
        }

        .section-title {
            text-align: center;
            margin-bottom: 5rem;
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 2.5rem;
            align-items: center;
        }

        .price-card {
            background: var(--bg-card);
            padding: 4rem 3rem;
            border-radius: 20px;
            text-align: center;
            border: 1px solid rgba(255,255,255,0.03);
            transition: all 0.3s ease;
        }

        .price-card:hover {
            transform: translateY(-5px);
            border-color: rgba(255,255,255,0.1);
        }

        /* Spezielles Highlight für die mittlere Karte */
        .price-card.featured {
            border: 2px solid var(--primary);
            background: #141d30;
            box-shadow: 0 20px 40px -20px rgba(37, 99, 235, 0.4);
            transform: scale(1.05);
            z-index: 2;
        }

        .price-card.featured:hover {
            transform: scale(1.07) translateY(-5px);
        }

        .price {
            font-size: 3.5rem;
            font-weight: 900;
            margin: 2rem 0;
        }

        .price span {
            font-size: 1.1rem;
            color: var(--text-muted);
        }

        .price-features {
            list-style: none;
            margin-bottom: 3rem;
            text-align: left;
        }

        .price-features li {
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
        }

        .price-features li::before {
            content: "✓";
            color: var(--success);
            margin-right: 12px;
            font-weight: bold;
        }

        footer {
            padding: 5rem 10% 3rem;
            text-align: center;
            border-top: 1px solid rgba(255,255,255,0.05);
            color: var(--text-muted);
        }

        @media (max-width: 768px) {
            .hero h1 { font-size: 2.8rem; }
            .cta-group { flex-direction: column; }
            .event-jump-form { flex-direction: column; }
            .price-card.featured { transform: scale(1); }
            .price-card.featured:hover { transform: translateY(-5px); }
        }


/* ==========================================================
   Inline styles from: league-admin.html
   ========================================================== */
        :root {
            --bg-dark: #070a11;
            --bg-card: #111827;
            --bg-input: #1f2937;
            --primary: #2563eb;
            --primary-hover: #1d4ed8;
            --text-main: #f3f4f6;
            --text-muted: #9ca3af;
            --border: rgba(255,255,255,0.1);
            --success: #10b981;
            --danger: #ef4444;
            --warning: #f59e0b;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
        body { background-color: var(--bg-dark); color: var(--text-main); min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 20px; }
        .hidden { display: none !important; }
        .entry-grid { width: 100%; max-width: 1120px; display: grid; grid-template-columns: minmax(300px, 420px) 1fr; gap: 24px; align-items: start; margin-top: 34px; }
        .login-card, .card { background: var(--bg-card); padding: 28px; border-radius: 16px; border: 1px solid var(--border); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.35); }
        .login-card h2, .card h3 { margin-bottom: 18px; font-weight: 800; letter-spacing: -0.03em; }
        .login-card h2 span { color: var(--primary); }
        .muted { color: var(--text-muted); font-size: 0.9rem; line-height: 1.5; margin-bottom: 18px; }
        #dashboard-view { width: 100%; max-width: 1120px; margin-top: 34px; }
        .header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; width: 100%; gap: 20px; }
        .header-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
        .form-group { margin-bottom: 15px; }
        .form-grid { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
        .form-grid-3 { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
        label { display: block; margin-bottom: 6px; font-size: 0.8rem; color: var(--text-muted); font-weight: 700; }
        input, select, textarea { background: var(--bg-input); border: 1px solid var(--border); padding: 12px; color: white; border-radius: 8px; width: 100%; outline: none; transition: border-color 0.2s; }
        textarea { resize: vertical; min-height: 92px; line-height: 1.45; }
        input:focus, select:focus, textarea:focus { border-color: var(--primary); }
        .btn { padding: 12px 20px; border-radius: 8px; border: none; cursor: pointer; font-weight: 800; transition: 0.2s; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.82rem; }
        .btn-primary { background: var(--primary); color: white; }
        .btn-primary:hover { background: var(--primary-hover); }
        .btn-full { width: 100%; }
        .btn-outline { background: transparent; border: 1px solid var(--border); color: var(--text-muted); }
        .btn-outline:hover { color: white; border-color: white; }
        .btn-danger { background: rgba(239,68,68,0.16); color: #fca5a5; border: 1px solid rgba(239,68,68,0.35); }
        .btn-danger:hover { background: rgba(239,68,68,0.24); color: #fee2e2; }
        .btn-small { padding: 8px 10px; font-size: 0.72rem; }
        .btn:disabled { opacity: 0.6; cursor: not-allowed; }
        .checkbox-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; margin-top: 8px; }
        .check-card { display: flex; align-items: center; gap: 10px; padding: 10px; border: 1px solid var(--border); border-radius: 10px; background: rgba(255,255,255,0.03); color: var(--text-main); font-size: 0.88rem; }
        .check-card input { width: auto; }
        .tier-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; }
        .help { color: var(--text-muted); font-size: 0.78rem; line-height: 1.45; margin-top: 6px; }
        .notice { border: 1px solid rgba(245,158,11,0.26); background: rgba(245,158,11,0.08); color: #fbbf24; padding: 12px; border-radius: 10px; font-size: 0.82rem; line-height: 1.45; margin-top: 16px; }

        .stripe-status { display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin-top:12px; }
        .info-pill { display:inline-flex; padding:6px 10px; border-radius:999px; border:1px solid var(--border); color:var(--text-muted); font-size:0.78rem; font-weight:800; }
        .info-pill.ready { color:#6ee7b7; border-color:rgba(16,185,129,0.32); background:rgba(16,185,129,0.08); }
        .info-pill.warning { color:#fcd34d; border-color:rgba(245,158,11,0.32); background:rgba(245,158,11,0.08); }
        .recommendation-box { border:1px solid rgba(37,99,235,0.24); background:rgba(37,99,235,0.07); color:#bfdbfe; padding:12px; border-radius:10px; font-size:0.82rem; line-height:1.45; margin-top:10px; }
        .action-stack { display:grid; gap:8px; }

        .success-note { border: 1px solid rgba(16,185,129,0.28); background: rgba(16,185,129,0.08); color: #6ee7b7; padding: 12px; border-radius: 10px; font-size: 0.84rem; line-height: 1.45; margin-top: 14px; }
        .error-note { color: #fca5a5; font-size: 0.84rem; margin-top: 12px; min-height: 1.2em; }
        table { width: 100%; border-collapse: collapse; margin-top: 10px; }
        th { text-align: left; padding: 12px; color: var(--text-muted); font-size: 0.75rem; text-transform: uppercase; border-bottom: 1px solid var(--border); }
        td { padding: 15px 12px; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 0.9rem; vertical-align: top; }
        .key-badge { background: #374151; padding: 4px 8px; border-radius: 4px; font-family: monospace; color: #facc15; font-weight: bold; }
        .management-links { display: grid; gap: 8px; min-width: 170px; }
        .management-link-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
        .management-link-label { color: var(--text-muted); font-size: 0.74rem; font-weight: 800; min-width: 72px; text-transform: uppercase; letter-spacing: 0.04em; }
        .link-action { color: var(--primary); cursor: pointer; font-size: 0.75rem; text-decoration: underline; display:inline-block; background: none; border: none; padding: 0; font: inherit; }
        .link-action:hover { color: white; }
        .link-open { color: #93c5fd; }
        .status-badge { display:inline-flex; padding: 4px 8px; border-radius:999px; font-size:0.72rem; font-weight:900; background:rgba(37,99,235,0.14); color:#93c5fd; text-transform: uppercase; letter-spacing: 0.04em; }
        .status-open { background:rgba(16,185,129,0.14); color:#6ee7b7; }
        .status-planned { background:rgba(37,99,235,0.14); color:#93c5fd; }
        .status-closed, .status-completed { background:rgba(100,116,139,0.16); color:#cbd5e1; }
        .spinner { width: 16px; height: 16px; border: 2px solid rgba(255,255,255,0.35); border-top-color: white; border-radius: 50%; animation: spin 0.8s linear infinite; display: inline-block; vertical-align: middle; }
        @keyframes spin { to { transform: rotate(360deg); } }


        .league-overview-layout { width: 100%; max-width: 1120px; display: grid; grid-template-columns: minmax(320px, 1.1fr) minmax(320px, 0.9fr); gap: 24px; align-items: start; margin-top: 34px; }
        .league-list { display: grid; gap: 12px; }
        .league-row { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid var(--border); border-radius: 12px; background: rgba(255,255,255,0.03); }
        .league-row.is-selected { border-color: rgba(37,99,235,0.55); background: rgba(37,99,235,0.08); }
        .league-row h4 { margin: 0 0 6px; font-size: 1rem; }
        .league-meta { display:flex; flex-wrap:wrap; gap: 8px; align-items:center; color: var(--text-muted); font-size: 0.78rem; }
        .league-actions { display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
        .settings-grid { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
        .manager-list { display:grid; gap:10px; margin-top:12px; }
        .manager-row { display:flex; justify-content:space-between; gap:12px; align-items:center; padding: 10px 12px; border:1px solid var(--border); border-radius:10px; background:rgba(255,255,255,0.03); }
        .manager-row strong { display:block; font-size:0.9rem; }
        .manager-row span { color:var(--text-muted); font-size:0.78rem; }
        .danger-zone { border-color: rgba(239,68,68,0.28); background: rgba(239,68,68,0.06); }

        @media (max-width: 900px) {
            .entry-grid, .league-overview-layout, .form-grid, .form-grid-3, .settings-grid { grid-template-columns: 1fr; }
            .header { flex-direction: column; align-items: flex-start; }
        }


/* ==========================================================
   Inline styles from: live-ticker.html
   ========================================================== */
        :root {
            --bg-dark: #070a11;
            --bg-card: #111827;
            --primary: #2563eb;
            --text-main: #f3f4f6;
            --text-muted: #9ca3af;
            --border: rgba(255,255,255,0.1);
            --accent: #facc15;
            --success: #10b981;
            --danger: #ef4444;
            --postponed: #64748b;
            --appealed: #8b5cf6;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
        body { background-color: var(--bg-dark); color: var(--text-main); padding: 20px; line-height: 1.5; }

        .container { max-width: 900px; margin: 0 auto; }

        .header { 
            display: flex; justify-content: space-between; align-items: center; 
            margin-bottom: 30px; flex-wrap: wrap; gap: 20px;
        }
        .header h1 { font-size: 1.5rem; font-weight: 800; }
        .header h1 span { color: var(--primary); }

        .filter-box { 
            display: flex; align-items: center; gap: 10px; 
            background: var(--bg-card); padding: 10px 15px; 
            border-radius: 10px; border: 1px solid var(--border);
        }
        .filter-box input { 
            background: #1f2937; border: 1px solid var(--border); 
            padding: 8px; color: white; border-radius: 6px; outline: none; width: 120px;
        }

        /* Card Styles */
        .ticker-list { display: flex; flex-direction: column; gap: 15px; }
        
        .incident-card { 
            background: var(--bg-card); border-radius: 12px; 
            border: 1px solid var(--border); overflow: hidden;
            display: grid; grid-template-columns: 60px 1fr auto;
            transition: transform 0.2s;
        }

        .incident-number { 
            background: rgba(255,255,255,0.03); display: flex; 
            align-items: center; justify-content: center; 
            font-weight: 800; color: var(--primary); font-size: 1.2rem;
            border-right: 1px solid var(--border);
        }

        .incident-body { padding: 15px 20px; }
        .incident-meta { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.05em; }
        .incident-title { font-weight: 700; font-size: 1rem; margin-bottom: 8px; }
        .incident-title span { color: var(--accent); }
        .incident-desc { font-size: 0.9rem; color: var(--text-muted); font-style: italic; }

        .incident-status { 
            padding: 15px 20px; display: flex; flex-direction: column; 
            align-items: flex-end; justify-content: center; min-width: 150px;
            background: rgba(255,255,255,0.01);
        }

        .badge { 
            padding: 5px 10px; border-radius: 6px; font-size: 0.7rem; 
            font-weight: 800; text-transform: uppercase; margin-bottom: 5px;
        }

        /* Status Colors */
        .status-pending { background: rgba(250, 204, 21, 0.1); color: var(--accent); }
        .status-investigating { background: rgba(37, 99, 235, 0.1); color: var(--primary); }
        .status-resolved { background: rgba(16, 185, 129, 0.1); color: var(--success); }
        .status-postponed { background: rgba(100, 116, 139, 0.1); color: var(--postponed); }
        .status-appealed { background: rgba(139, 92, 246, 0.1); color: var(--appealed); }

        .penalty-text { font-weight: 800; font-size: 0.9rem; color: var(--text-main); }

        .no-data { text-align: center; padding: 50px; color: var(--text-muted); }

        @media (max-width: 600px) {
            .incident-card { grid-template-columns: 1fr; }
            .incident-number { display: none; }
            .incident-status { align-items: flex-start; border-top: 1px solid var(--border); }
        }


/* ==========================================================
   Inline styles from: login.html
   ========================================================== */
        :root {
            --bg-dark: #070a11;
            --bg-card: #111827;
            --primary: #2563eb;
            --primary-hover: #1d4ed8;
            --discord: #5865f2;
            --text-main: #f3f4f6;
            --text-muted: #9ca3af;
            --border: rgba(255,255,255,0.1);
            --danger: #ef4444;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
        body { min-height: 100vh; background: radial-gradient(circle at top, #16213a 0%, var(--bg-dark) 52%); color: var(--text-main); display: flex; align-items: center; justify-content: center; padding: 24px; }
        a { color: inherit; }
        .shell { width: 100%; max-width: 980px; display: grid; grid-template-columns: 1fr 420px; gap: 32px; align-items: center; }
        .brand { padding: 24px; }
        .logo { display: inline-block; text-decoration: none; font-size: 1.8rem; font-weight: 900; letter-spacing: -1px; margin-bottom: 32px; }
        .logo span { color: var(--primary); }
        h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -0.06em; margin-bottom: 20px; }
        .lead { color: var(--text-muted); font-size: 1.1rem; max-width: 560px; }
        .card { background: rgba(17,24,39,0.92); border: 1px solid var(--border); border-radius: 20px; padding: 32px; box-shadow: 0 24px 70px rgba(0,0,0,0.45); backdrop-filter: blur(10px); }
        .card h2 { font-size: 1.7rem; margin-bottom: 8px; letter-spacing: -0.03em; }
        .muted { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 24px; line-height: 1.55; }
        .btn { width: 100%; border: none; border-radius: 10px; padding: 13px 16px; color: white; font-weight: 800; cursor: pointer; transition: transform 0.18s, background 0.18s, border-color 0.18s; text-decoration: none; text-align: center; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
        .btn:hover { transform: translateY(-1px); }
        .btn-discord { background: var(--discord); margin-bottom: 14px; }
        .btn-discord:hover { background: #4752c4; }
        .btn-outline { background: transparent; border: 1px solid var(--border); color: var(--text-main); margin-top: 12px; }
        .btn-outline:hover { border-color: var(--primary); }
        .error { color: #fca5a5; min-height: 1.3em; font-size: 0.86rem; margin-top: 10px; }
        .info { border: 1px solid rgba(37,99,235,0.28); background: rgba(37,99,235,0.08); color: #bfdbfe; padding: 12px; border-radius: 10px; font-size: 0.84rem; line-height: 1.45; margin-top: 18px; }

        @media (max-width: 840px) {
            .shell { grid-template-columns: 1fr; }
            .brand { padding: 0; text-align: center; }
            .lead { margin: 0 auto; }
        }


/* ==========================================================
   Inline styles from: protest-success.html
   ========================================================== */
        :root {
            --bg-dark: #070a11;
            --bg-card: #111827;
            --primary: #2563eb;
            --text-main: #f3f4f6;
            --text-muted: #9ca3af;
            --success: #10b981;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
        body { background-color: var(--bg-dark); color: var(--text-main); display: flex; justify-content: center; align-items: center; min-height: 100vh; padding: 20px; }

        .success-container {
            max-width: 500px;
            width: 100%;
            background: var(--bg-card);
            padding: 50px 40px;
            border-radius: 20px;
            border: 1px solid rgba(255,255,255,0.1);
            text-align: center;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
        }

        .icon-box {
            width: 80px;
            height: 80px;
            background: rgba(16, 185, 129, 0.1);
            color: var(--success);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 40px;
            margin: 0 auto 30px;
            border: 2px solid var(--success);
        }

        h1 { font-size: 2rem; margin-bottom: 15px; letter-spacing: -1px; }
        p { color: var(--text-muted); line-height: 1.6; margin-bottom: 30px; }

        .event-badge {
            display: inline-block;
            background: rgba(37, 99, 235, 0.1);
            color: var(--primary);
            padding: 8px 16px;
            border-radius: 8px;
            font-weight: 700;
            margin-bottom: 30px;
            border: 1px solid var(--primary);
        }

        .info-steps {
            text-align: left;
            background: rgba(0,0,0,0.2);
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 30px;
            font-size: 0.9rem;
        }

        .info-steps h3 { color: var(--text-main); margin-bottom: 10px; font-size: 1rem; }
        .info-steps ul { list-style: none; color: var(--text-muted); }
        .info-steps li { margin-bottom: 8px; display: flex; align-items: center; }
        .info-steps li::before { content: "🏁"; margin-right: 10px; font-size: 0.8rem; }

        .btn-group { display: flex; flex-direction: column; gap: 10px; }
        .btn-home { background: var(--primary); color: white; padding: 14px; border-radius: 8px; text-decoration: none; font-weight: 700; transition: 0.3s; }
        .btn-secondary { color: var(--text-muted); text-decoration: none; font-size: 0.9rem; margin-top: 10px; }
        .btn-home:hover { background: #1d4ed8; transform: translateY(-2px); }


/* ==========================================================
   Inline styles from: protest.html
   ========================================================== */
        :root {
            --bg-dark: #070a11;
            --bg-card: #111827;
            --primary: #2563eb;
            --text-main: #f3f4f6;
            --text-muted: #9ca3af;
            --input-bg: #1f2937;
            --border: rgba(255,255,255,0.1);
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
        
        body { 
            background-color: var(--bg-dark); 
            color: var(--text-main); 
            display: flex; 
            justify-content: center; 
            align-items: center; 
            min-height: 100vh; 
            padding: 20px;
            line-height: 1.5;
        }

        .container { 
            max-width: 650px; 
            width: 100%; 
            background: var(--bg-card); 
            padding: 40px; 
            border-radius: 16px; 
            border: 1px solid var(--border);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
        }

        .header { text-align: center; margin-bottom: 35px; }
        .header h1 { font-size: 1.8rem; font-weight: 800; letter-spacing: -0.02em; }
        .header h1 span { color: var(--primary); }
        .header p { color: var(--text-muted); margin-top: 5px; font-size: 0.95rem; }

        .info-box { 
            background: rgba(37, 99, 235, 0.05); 
            border: 1px solid rgba(37, 99, 235, 0.2); 
            padding: 15px; 
            border-radius: 8px; 
            margin-bottom: 25px; 
            font-size: 0.85rem; 
            color: var(--text-muted);
            text-align: center;
        }

        /* Form Layout */
        .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
        .full-width { grid-column: span 2; }

        .form-group { margin-bottom: 20px; }
        label { display: block; margin-bottom: 8px; font-size: 0.85rem; font-weight: 600; color: var(--text-main); }
        
        input, select, textarea { 
            width: 100%; 
            padding: 12px 16px; 
            background: var(--input-bg); 
            border: 1px solid var(--border); 
            border-radius: 8px; 
            color: white; 
            font-size: 1rem; 
            outline: none; 
            transition: all 0.2s ease;
        }

        input:focus, select:focus, textarea:focus { 
            border-color: var(--primary); 
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
        }

        textarea { resize: vertical; min-height: 100px; }

        .btn-submit { 
            width: 100%; 
            background: var(--primary); 
            color: white; 
            padding: 16px; 
            border: none; 
            border-radius: 8px; 
            font-size: 1rem; 
            font-weight: 800; 
            cursor: pointer; 
            transition: all 0.2s; 
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-top: 10px;
        }

        .btn-submit:hover { background: #1d4ed8; transform: translateY(-1px); }
        .btn-submit:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

        @media (max-width: 500px) {
            .form-grid { grid-template-columns: 1fr; }
            .full-width { grid-column: span 1; }
            .container { padding: 25px; }
        }


/* ==========================================================
   Inline styles from: steward-dashboard.html
   ========================================================== */
        :root {
            --bg-dark: #070a11; --bg-card: #111827; --primary: #2563eb;
            --text-main: #f3f4f6; --text-muted: #9ca3af; --accent: #facc15;
            --success: #10b981; --danger: #ef4444; --border: rgba(255,255,255,0.1);
            --postponed: #64748b; --appealed: #8b5cf6;
            --internal-note: #1e293b;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
        body { background-color: var(--bg-dark); color: var(--text-main); padding: 10px; }
        
        .header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; padding: 0 5px; gap: 15px; }
        .header-actions { display: flex; gap: 10px; align-items: center; }
        .header-actions a { color: white; text-decoration: none; }
        .event-bar { background: var(--bg-card); padding: 10px; border-radius: 8px; border: 1px solid var(--border); margin-bottom: 10px; display: flex; gap: 15px; align-items: center; }
        
        input, select, textarea { 
            background: #1f2937; border: 1px solid var(--border); padding: 5px; 
            color: white; border-radius: 4px; font-size: 0.75rem; width: 100%;
        }

        table { width: 100%; border-collapse: collapse; background: var(--bg-card); font-size: 0.75rem; table-layout: fixed; }
        th { text-align: left; padding: 8px; background: rgba(255,255,255,0.02); color: var(--text-muted); text-transform: uppercase; font-size: 0.65rem; }
        td { padding: 6px; border-top: 1px solid var(--border); vertical-align: top; }

        .protest-id { font-weight: 800; color: var(--primary); font-size: 0.9rem; text-align: center; }
        .car-badge { background: #374151; padding: 2px 4px; border-radius: 3px; font-weight: bold; color: white; display: inline-block; }
        
        /* Button & Feedback Styles */
        .btn { 
            padding: 6px; border-radius: 4px; border: none; cursor: pointer; 
            font-weight: 700; transition: 0.2s; font-size: 0.7rem; 
            display: flex; justify-content: center; align-items: center; min-height: 28px;
        }
        .btn-save { background: var(--primary); color: white; width: 100%; }
        .btn-save:disabled { opacity: 0.7; cursor: not-allowed; }
        .btn-refresh { background: var(--primary); color: white; padding: 6px 15px; }

        /* Spinner Animation */
        .spinner {
            width: 14px; height: 14px;
            border: 2px solid rgba(255,255,255,0.3);
            border-radius: 50%;
            border-top-color: #fff;
            animation: spin 0.8s linear infinite;
        }
        @keyframes spin { to { transform: rotate(360deg); } }

        /* Status Farben */
        .status-select { font-weight: bold; }
        .status-pending { color: var(--accent); }
        .status-investigating { color: var(--primary); }
        .status-postponed { color: var(--postponed); }
        .status-appealed { color: var(--appealed); }
        .status-resolved { color: var(--success); }
        
        textarea { resize: vertical; min-height: 45px; line-height: 1.2; }
        .note-area { background: var(--internal-note); border-color: rgba(255,255,255,0.05); }

        .empty-msg { text-align: center; padding: 40px; color: var(--text-muted); font-size: 0.9rem; border-top: 1px solid var(--border); }


/* ==========================================================
   Inline styles from: steward-profile.html
   ========================================================== */
        :root { --bg-dark:#070a11; --bg-card:#111827; --input-bg:#1f2937; --primary:#2563eb; --primary-hover:#1d4ed8; --success:#10b981; --warning:#f59e0b; --danger:#ef4444; --text-main:#f3f4f6; --text-muted:#9ca3af; --border:rgba(255,255,255,0.1); }
        * { box-sizing:border-box; }
        body { background:var(--bg-dark); color:var(--text-main); font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; display:flex; justify-content:center; padding:40px; }
        .container { max-width:900px; width:100%; }
        .card { background:var(--bg-card); padding:30px; border-radius:16px; border:1px solid var(--border); margin-bottom:20px; box-shadow:0 20px 45px rgba(0,0,0,0.20); }
        .hidden { display:none !important; }
        h2, h3 { margin-top:0; letter-spacing:-0.02em; }
        p { line-height:1.55; }
        .muted { color:var(--text-muted); }
        .btn-oauth, .btn { background:var(--primary); color:white; padding:12px 18px; border:none; border-radius:8px; font-weight:800; cursor:pointer; text-decoration:none; display:inline-flex; align-items:center; justify-content:center; gap:8px; }
        .btn-oauth { width:100%; }
        .btn-oauth:hover, .btn:hover { background:var(--primary-hover); }
        .btn[disabled], .btn-oauth[disabled] { opacity:0.65; cursor:not-allowed; transform:none; }
        .btn-danger { background:var(--danger); }
        .btn-success { background:var(--success); }
        .event-item { background:rgba(255,255,255,0.05); padding:15px; border-radius:8px; margin-top:10px; display:flex; justify-content:space-between; align-items:center; gap:12px; }
        .stripe-status, .pill-row { display:flex; flex-wrap:wrap; gap:10px; margin:12px 0; }
        .info-pill { display:inline-flex; padding:6px 10px; border-radius:999px; border:1px solid var(--border); color:var(--text-muted); font-size:0.78rem; font-weight:900; }
        .info-pill.ready { color:#6ee7b7; border-color:rgba(16,185,129,0.32); background:rgba(16,185,129,0.08); }
        .info-pill.warning { color:#fcd34d; border-color:rgba(245,158,11,0.32); background:rgba(245,158,11,0.08); }
        .info-pill.danger { color:#fca5a5; border-color:rgba(239,68,68,0.32); background:rgba(239,68,68,0.08); }
        .error-note { color:#fca5a5; font-size:0.86rem; margin-top:10px; min-height:1.2em; }
        .success-note { color:#6ee7b7; font-size:0.86rem; margin-top:10px; min-height:1.2em; }
        .form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
        .form-group { margin-bottom:16px; }
        label { display:block; margin-bottom:7px; color:var(--text-muted); font-size:0.84rem; font-weight:800; }
        input, select, textarea { width:100%; padding:12px 14px; border-radius:8px; border:1px solid var(--border); background:var(--input-bg); color:white; outline:none; font:inherit; }
        input:focus, select:focus, textarea:focus { border-color:var(--primary); }
        textarea { min-height:110px; resize:vertical; }
        .notice { border:1px solid rgba(37,99,235,0.28); background:rgba(37,99,235,0.08); color:#bfdbfe; padding:12px; border-radius:10px; font-size:0.88rem; line-height:1.5; }
        @media (max-width:720px) { body { padding:24px; } .form-grid { grid-template-columns:1fr; } .event-item { align-items:flex-start; flex-direction:column; } }


/* ==========================================================
   Inline styles from: success.html
   ========================================================== */
        :root {
            --bg-dark: #070a11;
            --bg-card: #111827;
            --primary: #2563eb;
            --text-main: #f3f4f6;
            --text-muted: #9ca3af;
            --success: #10b981; /* Green Flag Color */
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', system-ui, -apple-system, sans-serif;
        }

        body {
            background-color: var(--bg-dark);
            color: var(--text-main);
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 20px;
        }

        .success-container {
            max-width: 500px;
            width: 100%;
            background: var(--bg-card);
            padding: 50px 40px;
            border-radius: 20px;
            border: 1px solid rgba(255,255,255,0.1);
            text-align: center;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
        }

        .icon-box {
            width: 80px;
            height: 80px;
            background: rgba(16, 185, 129, 0.1);
            color: var(--success);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 40px;
            margin: 0 auto 30px;
            border: 2px solid var(--success);
        }

        h1 {
            font-size: 2rem;
            margin-bottom: 15px;
            letter-spacing: -1px;
        }

        p {
            color: var(--text-muted);
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .steps {
            text-align: left;
            background: rgba(0,0,0,0.2);
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 30px;
            font-size: 0.9rem;
        }

        .steps h3 {
            color: var(--text-main);
            margin-bottom: 10px;
            font-size: 1rem;
        }

        .steps ul {
            list-style: none;
            color: var(--text-muted);
        }

        .steps li {
            margin-bottom: 8px;
            display: flex;
            align-items: center;
        }

        .steps li::before {
            content: "•";
            color: var(--primary);
            margin-right: 10px;
            font-weight: bold;
        }

        .btn-home {
            display: inline-block;
            background: var(--primary);
            color: white;
            padding: 14px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            transition: transform 0.2s, background 0.3s;
        }

        .btn-home:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
        }


/* ==========================================================
   Generated utility classes from static inline style attributes
   Note: These classes are not referenced by the current project;
   they are included so inline styling patterns are available for reuse.
   ========================================================== */
.inline-style-001 { background: var(--accent); color: black; font-size: 0.7rem; font-weight: 900; padding: 2px 10px; border-radius: 10px; display: inline-block; margin-bottom: 10px; text-transform: uppercase; }
.inline-style-002 { border:0;border-top:1px solid var(--border);margin:22px 0; }
.inline-style-003 { color:#ef4444; }
.inline-style-004 { color:var(--accent) }
.inline-style-005 { color:var(--danger) }
.inline-style-006 { color:var(--danger); }
.inline-style-007 { color:var(--primary) }
.inline-style-008 { color:var(--success) }
.inline-style-009 { color:var(--text-muted) }
.inline-style-010 { color:var(--text-muted); }
.inline-style-011 { color:var(--text-muted); font-size:0.8rem; margin-top:4px; }
.inline-style-012 { color:var(--text-muted); font-size:0.9rem; }
.inline-style-013 { color:var(--warning) }
.inline-style-014 { display: block; text-align: center; }
.inline-style-015 { display:flex; align-items:flex-end; }
.inline-style-016 { display:flex;align-items:flex-end; }
.inline-style-017 { display:grid; gap:12px; }
.inline-style-018 { font-size: 0.8rem; }
.inline-style-019 { font-size: 0.8rem; margin-top: 1rem; }
.inline-style-020 { font-size:1.05rem; margin-bottom:6px; }
.inline-style-021 { margin-bottom:0; }
.inline-style-022 { margin-bottom:10px; }
.inline-style-023 { margin-bottom:14px; }
.inline-style-024 { margin-bottom:16px; }
.inline-style-025 { margin-top:14px; }
.inline-style-026 { margin-top:16px; }
.inline-style-027 { margin-top:18px }
.inline-style-028 { margin-top:8px }
.inline-style-029 { margin-top:8px; }
.inline-style-030 { margin:8px 0 0;font-size:.84rem }
.inline-style-031 { text-align:center; padding:30px; color:var(--danger); }
.inline-style-032 { text-align:center; padding:30px; color:var(--text-muted); }
.inline-style-033 { width: 110px; }
.inline-style-034 { width: 140px; }
.inline-style-035 { width: 30px; }
.inline-style-036 { width: 50px; }
.inline-style-037 { width: 65px; }
.inline-style-038 { width: 75px; }
.inline-style-039 { width: 80px; }
.inline-style-040 { width: 85px; }
.inline-style-041 { width: 90px; }
.inline-style-042 { width: auto; }
