/*
 * Theme primitives
 * surface: layout backgrounds and elevated containers
 * accent: interactive highlights and active states
 * warning: cautionary messaging and at-risk status
 * success: positive confirmations and online states
 */
:root {
  color-scheme: dark;
  --color-surface-base: #020617;
  --color-surface-panel: rgba(15, 23, 42, 0.88);
  --color-surface-panel-strong: rgba(15, 23, 42, 0.94);
  --color-surface-elevated: rgba(30, 41, 59, 0.75);
  --color-text-primary: #e2e8f0;
  --color-text-muted: #94a3b8;
  --color-text-heading: #f8fafc;
  --color-accent: #38bdf8;
  --color-accent-strong: #0ea5e9;
  --color-accent-soft: rgba(56, 189, 248, 0.2);
  --color-warning: #f97316;
  --color-warning-soft: rgba(249, 115, 22, 0.2);
  --color-success: #34d399;
  --color-success-soft: rgba(34, 197, 94, 0.2);
  --space-1: 0.25rem; --space-2: 0.5rem; --space-3: 0.75rem; --space-4: 1rem; --space-5: 1.25rem; --space-6: 1.5rem; --space-8: 2rem; --space-10: 2.5rem; --space-12: 3rem;
  --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px; --radius-xl: 20px; --radius-pill: 999px;
  --shadow-sm: 0 8px 18px rgba(2, 6, 23, 0.28);
  --shadow-md: 0 18px 38px rgba(2, 6, 23, 0.4);
  --shadow-lg: 0 28px 48px rgba(2, 6, 23, 0.55);
  --focus-ring-color: rgba(56, 189, 248, 0.95);
  --focus-ring-offset: 3px;
  --font-family-base: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --font-size-xs: 0.75rem; --font-size-sm: 0.875rem; --font-size-md: 1rem; --font-size-lg: 1.125rem; --font-size-xl: 1.35rem; --font-size-2xl: 1.75rem;
  --font-size-3xl: clamp(2rem, 3vw, 2.8rem);
  --line-height-body: 1.6;
  --line-height-heading: 1.2;
  --motion-fast: 150ms;
  --motion-base: 200ms;
  --motion-slow: 260ms;
  --easing-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --breakpoint-sm: 640px;
  --breakpoint-md: 880px;
  --breakpoint-lg: 1100px;
}

*,*::before,*::after{box-sizing:border-box;}
body{font-family:var(--font-family-base);color:var(--color-text-primary);}
h1,h2,h3,h4,h5,h6{line-height:var(--line-height-heading);color:var(--color-text-heading);margin-block:0;}
p{line-height:var(--line-height-body);}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset);}
.skip-to-main{position:absolute;left:var(--space-4);top:-3rem;z-index:1000;padding:var(--space-3) var(--space-4);border-radius:var(--radius-pill);background:rgba(15,23,42,.95);color:var(--color-text-heading);text-decoration:none;border:1px solid rgba(148,163,184,.5);}
.skip-to-main:focus-visible{top:var(--space-4);}
.sr-only-header,.sr-only-footer{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}
.ui-card{background:var(--color-surface-panel);border:1px solid rgba(148,163,184,.25);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-6);}
.ui-nav-pill,.ui-badge,.ui-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);font-weight:600;letter-spacing:.04em;}
.ui-nav-pill{padding:.55rem 1.1rem;text-decoration:none;background:rgba(15,23,42,.68);color:var(--color-text-heading);border:1px solid rgba(148,163,184,.3);}
.ui-section-header{text-align:center;margin-bottom:1.5rem;}
.ui-section-header h2{margin:0;text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-heading);}
.ui-btn{padding:.75rem 1.4rem;text-decoration:none;border:1px solid transparent;cursor:pointer;}
.ui-btn--accent{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#f8fafc;box-shadow:0 18px 35px rgba(79,70,229,.45);}
.ui-panel{background:var(--color-surface-panel-strong);border:1px solid rgba(148,163,184,.25);border-radius:var(--radius-xl);padding:var(--space-8);}
.ui-status-badge{display:inline-flex;padding:.25rem .7rem;border-radius:var(--radius-pill);font-size:var(--font-size-sm);font-weight:700;text-transform:uppercase;letter-spacing:.06em;}
.ui-status-badge--success{background:var(--color-success-soft);color:#dcfce7;}
.ui-status-badge--warning{background:var(--color-warning-soft);color:#ffedd5;}
.ui-grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-6);}
.ui-link-polish,.ui-btn,.ui-nav-pill{transition:transform var(--motion-fast) var(--easing-standard),box-shadow var(--motion-fast) var(--easing-standard),border-color var(--motion-fast) var(--easing-standard),background-color var(--motion-fast) var(--easing-standard),color var(--motion-fast) var(--easing-standard);}
.ui-link-polish:hover,.ui-link-polish:focus-visible,.ui-btn:hover,.ui-btn:focus-visible,.ui-nav-pill:hover,.ui-nav-pill:focus-visible{transform:translateY(-1px);}
.ui-link-polish:active,.ui-btn:active,.ui-nav-pill:active{transform:translateY(0);}

/* Shared interaction polish for existing page-level selectors */
:is(nav a,.command-menu__link,.command-nav a,.vault-nav a,.back-link,.quick-jump-list a,.recommendation-link,.resource-plus-card__cta,.donation-submit,.membership-banner .membership-cta,.action-button,.ghost-button){
  transition:transform var(--motion-fast) var(--easing-standard),box-shadow var(--motion-fast) var(--easing-standard),border-color var(--motion-fast) var(--easing-standard),background-color var(--motion-fast) var(--easing-standard),color var(--motion-fast) var(--easing-standard);
}
:is(nav a,.command-menu__link,.command-nav a,.vault-nav a,.back-link,.quick-jump-list a,.recommendation-link,.resource-plus-card__cta,.donation-submit,.membership-banner .membership-cta,.action-button,.ghost-button):hover,
:is(nav a,.command-menu__link,.command-nav a,.vault-nav a,.back-link,.quick-jump-list a,.recommendation-link,.resource-plus-card__cta,.donation-submit,.membership-banner .membership-cta,.action-button,.ghost-button):focus-visible{transform:translateY(-1px);}
:is(nav a,.command-menu__link,.command-nav a,.vault-nav a,.back-link,.quick-jump-list a,.recommendation-link,.resource-plus-card__cta,.donation-submit,.membership-banner .membership-cta,.action-button,.ghost-button):active{transform:translateY(0);}

.stack-wrap-sm{display:flex;flex-wrap:wrap;gap:.75rem;}
.text-muted-top{color:#94a3b8;margin-top:.5rem;}
.text-muted-top-lg{color:#94a3b8;margin-top:1rem;}
.community-meta{display:block;margin-top:.25rem;color:#cbd5e1;}
.community-meta--schedule{color:#facc15;font-weight:600;}
.community-meta--focus{color:#38bdf8;font-weight:600;}
.community-meta--muted{color:#cbd5e1;}
.block-spacer-xs{display:block;margin-top:.25rem;}
.mt-sm-reset{margin:.5rem 0 0;}
.mt-xs{margin-top:.35rem;}
.mt-xl{margin-top:2.5rem;}

/* Extracted from authsite-1.0/index.php */
    :root {
        color-scheme: dark;
    }

    * {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        background-color: #020617;
        background-image: radial-gradient(circle at 15% 20%, rgba(250, 204, 21, 0.22), transparent 30%),
            radial-gradient(circle at 82% 18%, rgba(129, 140, 248, 0.26), transparent 26%),
            linear-gradient(140deg, rgba(7, 13, 29, 0.95), rgba(15, 23, 42, 0.9)),
            url("/images/vaderdeathstar.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #e2e8f0;
    }

    .container {
        min-height: 100vh;
        backdrop-filter: blur(4px);
        background: rgba(2, 6, 23, 0.62);
        position: relative;
        isolation: isolate;
    }

    .container::before {
        content: '';
        position: fixed;
        inset: 0;
        pointer-events: none;
        background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.8px, transparent 1px);
        background-size: 3px 3px;
        opacity: 0.12;
        z-index: -1;
    }

    header {
        padding: 3rem 1.5rem 2.5rem;
        text-align: center;
        color: #f8fafc;
    }

    header h1 {
        margin: 0;
        font-size: clamp(2.4rem, 4vw, 3.2rem);
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    header p {
        margin: 0.75rem auto 0;
        font-size: 1.1rem;
        max-width: 720px;
        color: #cbd5e1;
        line-height: 1.6;
    }

    nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        margin-top: 2.5rem;
    }

    .nav-greeting {
        display: inline-flex;
        align-items: center;
        padding: 0.6rem 1.1rem;
        border-radius: 999px;
        background: rgba(94, 234, 212, 0.15);
        color: #99f6e4;
        font-weight: 600;
        letter-spacing: 0.06em;
    }

    .nav-links {
        display: inline-flex;
        gap: 0.75rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    nav a {
        color: #f8fafc;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-decoration: none;
        padding: 0.7rem 1.35rem;
        border-radius: 999px;
        border: 1px solid rgba(148, 163, 184, 0.35);
        background: rgba(15, 23, 42, 0.7);
        transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    }

    nav a:hover,
    nav a:focus-visible {
        transform: translateY(-1px);
        border-color: rgba(94, 234, 212, 0.6);
        box-shadow: 0 18px 35px rgba(45, 212, 191, 0.25);
    }

    nav a:focus-visible {
        outline-color: var(--focus-ring-color);
    }

    .quick-jump {
        margin: 1.25rem auto 0;
        max-width: 1080px;
        padding: 0 1.5rem;
    }

    .quick-jump-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem;
        justify-content: center;
    }

    .quick-jump-list a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.55rem 1rem;
        border-radius: 999px;
        text-decoration: none;
        color: #e2e8f0;
        background: rgba(15, 23, 42, 0.78);
        border: 1px solid rgba(59, 130, 246, 0.42);
        font-size: 0.85rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        transition: box-shadow 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
    }

    .quick-jump-list a:hover,
    .quick-jump-list a:focus-visible {
        transform: translateY(-1px);
        border-color: rgba(250, 204, 21, 0.7);
        box-shadow: 0 14px 28px rgba(30, 64, 175, 0.35);
    }

    .quick-jump-list a:focus-visible {
        outline-color: var(--focus-ring-color);
    }

    .focus-section {
        margin-top: 2.6rem;
    }

    .focus-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1rem;
    }

    .focus-card {
        background: linear-gradient(145deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.92));
        border: 1px solid rgba(250, 204, 21, 0.25);
        border-radius: 16px;
        padding: 1.2rem;
        box-shadow: 0 14px 26px rgba(2, 6, 23, 0.42);
    }

    .focus-card h3 {
        margin: 0 0 0.4rem;
        color: #fde68a;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.95rem;
    }

    .focus-card p {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.55;
    }

    main {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1.5rem 4rem;
    }

    .status-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1.5rem;
        margin-top: 3rem;
    }

    .status-card {
        background: rgba(15, 23, 42, 0.88);
        border-radius: 18px;
        padding: 1.75rem;
        border: 1px solid rgba(148, 163, 184, 0.25);
        text-align: center;
        box-shadow: 0 25px 45px rgba(2, 6, 23, 0.45);
    }

    .status-card h2 {
        margin-top: 0;
        font-size: 1.1rem;
        letter-spacing: 0.08em;
        color: #f8fafc;
        text-transform: uppercase;
    }

    .status-indicator {
        font-size: 1.05rem;
        font-weight: 600;
        margin-top: 0.75rem;
    }

    .status-indicator.online {
        color: #34d399;
    }

    .status-indicator.offline {
        color: #f97316;
    }

    .players-online {
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 0.5rem;
        color: #facc15;
    }

    .status-meta {
        list-style: none;
        margin: 0.85rem 0 0;
        padding: 0;
        display: grid;
        gap: 0.35rem;
        font-size: 0.9rem;
        color: #cbd5e1;
        text-align: left;
    }

    .status-meta li {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
        background: rgba(15, 23, 42, 0.6);
        border-radius: 12px;
        padding: 0.55rem 0.75rem;
    }

    .status-meta strong {
        color: #f8fafc;
        font-weight: 600;
    }

    .status-meta small {
        color: #94a3b8;
        font-size: 0.8rem;
    }

    .telemetry-wrapper {
        margin-top: 4rem;
        background: rgba(15, 23, 42, 0.88);
        border: 1px solid rgba(148, 163, 184, 0.25);
        border-radius: 20px;
        padding: 2.5rem;
        box-shadow: 0 25px 45px rgba(2, 6, 23, 0.45);
    }

    .telemetry-header {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 1.75rem;
        text-align: left;
    }

    .telemetry-header h2 {
        margin: 0;
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #f8fafc;
    }

    .telemetry-header p {
        margin: 0;
        color: #cbd5e1;
        max-width: 720px;
        line-height: 1.6;
    }

    .telemetry-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.5rem;
    }

    .telemetry-card {
        background: rgba(2, 6, 23, 0.65);
        border-radius: 18px;
        padding: 1.5rem;
        border: 1px solid rgba(94, 234, 212, 0.25);
        display: flex;
        flex-direction: column;
        gap: 0.85rem;
    }

    .telemetry-card h3 {
        margin: 0;
        font-size: 1rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #99f6e4;
    }

    .telemetry-stats {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 0.5rem;
        font-size: 0.95rem;
        color: #e2e8f0;
    }

    .telemetry-stats li {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
    }

    .telemetry-stats strong {
        color: #f8fafc;
        font-weight: 600;
    }

    .telemetry-empty {
        margin: 0;
        color: #94a3b8;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .telemetry-wrapper > .telemetry-empty {
        padding: 1.25rem 1rem;
        border-radius: 12px;
        background: rgba(15, 23, 42, 0.6);
        border: 1px dashed rgba(148, 163, 184, 0.35);
        text-align: center;
    }

    .recommendation-wrapper {
        margin-top: 2rem;
        background: rgba(15, 23, 42, 0.86);
        border: 1px solid rgba(129, 140, 248, 0.35);
        border-radius: 20px;
        padding: 2rem;
        box-shadow: 0 25px 45px rgba(15, 23, 42, 0.4);
    }

    .recommendation-header h2 {
        margin: 0;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #e2e8f0;
    }

    .recommendation-header p {
        margin: 0.45rem 0 0;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .recommendation-grid {
        list-style: none;
        margin: 1.5rem 0 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1rem;
    }

    .recommendation-card {
        background: rgba(2, 6, 23, 0.6);
        border-radius: 16px;
        border: 1px solid rgba(148, 163, 184, 0.28);
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }

    .recommendation-card h3 {
        margin: 0;
        font-size: 0.96rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #f8fafc;
    }

    .recommendation-card p {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.55;
        font-size: 0.92rem;
    }

    .recommendation-link {
        margin-top: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.35rem;
        padding: 0.55rem 0.9rem;
        border-radius: 999px;
        background: rgba(99, 102, 241, 0.2);
        border: 1px solid rgba(129, 140, 248, 0.55);
        color: #c7d2fe;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 0.03em;
        transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
    }

    .recommendation-link:hover {
        transform: translateY(-1px);
        border-color: rgba(165, 180, 252, 0.8);
        background-color: rgba(99, 102, 241, 0.28);
    }

    .hero-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
        margin-top: 3.5rem;
    }

    .hero-card {
        background: rgba(15, 23, 42, 0.92);
        border-radius: 20px;
        padding: 2rem;
        border: 1px solid rgba(56, 189, 248, 0.25);
        box-shadow: 0 24px 48px rgba(8, 47, 73, 0.35);
    }

    .hero-card h3 {
        margin: 0 0 0.75rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #e0f2fe;
    }

    .hero-card p {
        margin: 0 0 0.75rem;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .donation-section {
        margin: 4rem auto;
        max-width: 640px;
        padding: 2.5rem 2rem;
        border-radius: 24px;
        background: rgba(30, 41, 59, 0.75);
        border: 1px solid rgba(148, 163, 184, 0.2);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.5);
        text-align: center;
    }

    .donation-section h2 {
        margin: 0;
        font-size: clamp(1.75rem, 2.4vw, 2.35rem);
        color: #f8fafc;
    }

    .donation-message {
        margin: 0.75rem auto 1.75rem;
        max-width: 56ch;
        color: rgba(226, 232, 240, 0.85);
        line-height: 1.6;
    }

    .donation-banner {
        margin: 0 0 1.5rem;
        padding: 0.9rem 1.2rem;
        border-radius: 12px;
        font-weight: 600;
    }

    .donation-banner.is-success {
        background: rgba(34, 197, 94, 0.2);
        color: rgba(220, 252, 231, 1);
        border: 1px solid rgba(22, 163, 74, 0.35);
    }

    .donation-banner.is-warning {
        background: rgba(249, 115, 22, 0.2);
        color: rgba(255, 237, 213, 1);
        border: 1px solid rgba(194, 65, 12, 0.35);
    }

    .donation-progress-wrapper {
        margin: 0 auto;
        max-width: 480px;
    }

    .donation-progress-text {
        margin-bottom: 0.75rem;
        font-weight: 600;
        color: #e2e8f0;
    }

    .donation-progress {
        width: 100%;
        height: 22px;
        border-radius: 999px;
        overflow: hidden;
        appearance: none;
        background-color: rgba(15, 23, 42, 0.65);
        border: 1px solid rgba(148, 163, 184, 0.25);
    }

    .donation-progress::-webkit-progress-bar {
        background-color: rgba(15, 23, 42, 0.65);
        border-radius: 999px;
    }

    .donation-progress::-webkit-progress-value {
        background: linear-gradient(90deg, #38bdf8, #a855f7);
        border-radius: 999px;
    }

    .donation-progress::-moz-progress-bar {
        background: linear-gradient(90deg, #38bdf8, #a855f7);
        border-radius: 999px;
    }

    .donation-progress-summary {
        display: flex;
        justify-content: space-between;
        margin: 0.75rem auto 0;
        max-width: 480px;
        font-size: 0.95rem;
        color: rgba(203, 213, 225, 0.95);
    }

    .donation-progress-summary strong {
        font-weight: 700;
        color: #f1f5f9;
    }

    .donation-submit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
        padding: 0.95rem 2.5rem;
        border-radius: 14px;
        background: linear-gradient(135deg, #6366f1, #4f46e5);
        color: #f8fafc;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: 0.04em;
        box-shadow: 0 18px 35px rgba(79, 70, 229, 0.45);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .donation-submit:hover,
    .donation-submit:focus-visible {
        transform: translateY(-2px);
        box-shadow: 0 20px 45px rgba(79, 70, 229, 0.6);
    }

    .donation-submit:focus-visible {
        outline: 3px solid rgba(45, 212, 191, 0.9);
        outline-offset: 3px;
    }

    .donation-disclaimer {
        margin: 1.5rem 0 0;
        font-size: 0.85rem;
        color: rgba(203, 213, 225, 0.8);
        line-height: 1.6;
    }

    .hero-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
        color: #e2e8f0;
    }

    .hero-card li {
        margin-bottom: 0.55rem;
        padding-left: 1.2rem;
        position: relative;
    }

    .hero-card li::before {
        content: '\2727';
        position: absolute;
        left: 0;
        color: #38bdf8;
    }

    .community-section {
        margin-top: 3.25rem;
    }

    .section-header {
        text-align: center;
        margin-bottom: 1.6rem;
    }

    .section-header h2 {
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.14em;
    }

    .section-header p {
        margin: 0.75rem auto 0;
        max-width: 720px;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .community-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.25rem;
    }

    .community-card {
        background: rgba(15, 23, 42, 0.9);
        border-radius: 18px;
        padding: 1.55rem;
        border: 1px solid rgba(45, 212, 191, 0.25);
        box-shadow: 0 24px 40px rgba(8, 47, 73, 0.35);
        display: flex;
        flex-direction: column;
        gap: 0.7rem;
    }

    .community-card h3 {
        margin: 0;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #99f6e4;
    }

    .community-card p {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .community-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
        color: #e2e8f0;
    }

    .community-card li {
        margin-bottom: 0.55rem;
        padding-left: 1.2rem;
        position: relative;
    }

    .community-card li::before {
        content: '\2605';
        position: absolute;
        left: 0;
        color: #38bdf8;
    }

    .projects-section {
        margin-top: 4rem;
    }

    .projects-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.75rem;
    }

    .project-card {
        background: rgba(15, 23, 42, 0.92);
        border-radius: 20px;
        padding: 1.6rem;
        border: 1px solid rgba(59, 130, 246, 0.32);
        box-shadow: 0 26px 48px rgba(15, 23, 42, 0.42);
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .project-card h3 {
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: #93c5fd;
    }

    .project-card p {
        margin: 0;
        color: #e2e8f0;
        line-height: 1.6;
    }

    .project-card ul {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #cbd5e1;
    }

    .project-card li {
        margin-bottom: 0.6rem;
        padding-left: 1.3rem;
        position: relative;
    }

    .project-card li::before {
        content: '\2726';
        position: absolute;
        left: 0;
        color: #60a5fa;
    }

    .feature-section,
    .steps-section,
    .timeline-section {
        margin-top: 3.25rem;
    }

    .feature-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.25rem;
    }

    .feature-card {
        background: rgba(15, 23, 42, 0.92);
        border-radius: 20px;
        padding: 1.6rem;
        border: 1px solid rgba(56, 189, 248, 0.3);
        box-shadow: 0 24px 48px rgba(8, 47, 73, 0.35);
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }

    .feature-card h3 {
        margin: 0;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #bae6fd;
    }

    .feature-card p {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .feature-card ul {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #e2e8f0;
    }

    .feature-card li {
        margin-bottom: 0.5rem;
        padding-left: 1.2rem;
        position: relative;
    }

    .feature-card li::before {
        content: '\2726';
        position: absolute;
        left: 0;
        color: #38bdf8;
    }

    .steps-section {
        background: rgba(15, 23, 42, 0.85);
        border-radius: 22px;
        border: 1px solid rgba(148, 163, 184, 0.2);
        padding: 2.1rem 1.75rem;
        box-shadow: 0 24px 44px rgba(2, 6, 23, 0.35);
    }

    .stepper {
        counter-reset: steps;
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 1rem;
    }

    .stepper li {
        counter-increment: steps;
        background: rgba(15, 23, 42, 0.9);
        border: 1px solid rgba(56, 189, 248, 0.25);
        border-radius: 16px;
        padding: 1.1rem 1.35rem 1.1rem 3.1rem;
        position: relative;
        color: #e2e8f0;
        line-height: 1.6;
    }

    .stepper li::before {
        content: counter(steps);
        position: absolute;
        left: 1.3rem;
        top: 1.2rem;
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 50%;
        background: linear-gradient(135deg, #38bdf8, #0ea5e9);
        color: #0f172a;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

    .timeline-section .section-header p {
        max-width: 680px;
    }

    .timeline {
        position: relative;
        margin-top: 2rem;
        padding-left: 1.5rem;
    }

    .timeline::before {
        content: '';
        position: absolute;
        left: 0.55rem;
        top: 0.5rem;
        bottom: 0.5rem;
        width: 2px;
        background: linear-gradient(180deg, rgba(56, 189, 248, 0.6), rgba(94, 234, 212, 0.2));
    }

    .timeline-item {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .timeline-item:last-child {
        margin-bottom: 0;
    }

    .timeline-item::before {
        content: '';
        position: absolute;
        left: -0.1rem;
        top: 0.35rem;
        width: 0.9rem;
        height: 0.9rem;
        border-radius: 50%;
        background: #38bdf8;
        box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.2);
    }

    .timeline-year {
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #facc15;
    }

    .timeline-item h3 {
        margin: 0.35rem 0 0.4rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #e0f2fe;
    }

    .timeline-item p {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .community-dual-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.25rem;
        margin-top: 2rem;
    }

    .community-panel {
        background: rgba(15, 23, 42, 0.9);
        border-radius: 18px;
        padding: 1.5rem;
        border: 1px solid rgba(148, 163, 184, 0.25);
        box-shadow: 0 20px 36px rgba(2, 6, 23, 0.35);
    }

    .community-panel h3 {
        margin: 0 0 0.75rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #e0f2fe;
    }

    .spotlight-list,
    .broadcast-list,
    .support-list,
    .guild-list,
    .value-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .spotlight-list li,
    .broadcast-list li,
    .support-list li,
    .guild-list li,
    .value-list li {
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        padding: 0.65rem 0;
    }

    .spotlight-list li:last-child,
    .broadcast-list li:last-child,
    .support-list li:last-child,
    .guild-list li:last-child,
    .value-list li:last-child {
        border-bottom: none;
    }

    .broadcast-channel {
        font-weight: 700;
        color: #facc15;
        display: block;
    }

    .support-list a {
        color: #38bdf8;
        text-decoration: none;
        font-weight: 600;
        text-underline-offset: 0.18em;
        transition: color 0.15s ease, text-decoration-color 0.15s ease, box-shadow 0.15s ease;
    }

    .support-list a:hover,
    .support-list a:focus-visible {
        color: #5eead4;
        text-decoration: underline;
        text-decoration-color: rgba(250, 204, 21, 0.95);
    }

    .support-list a:focus-visible {
        outline-color: var(--focus-ring-color);
        border-radius: 4px;
        box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.75);
    }

    .tribute-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.25rem;
        margin-top: 2.5rem;
    }

    .tribute-card {
        background: rgba(15, 23, 42, 0.9);
        border-radius: 18px;
        padding: 1.35rem;
        border: 1px solid rgba(56, 189, 248, 0.25);
        box-shadow: 0 18px 32px rgba(14, 116, 144, 0.35);
    }

    .tribute-card blockquote {
        margin: 0;
        font-style: italic;
        color: #e2e8f0;
        line-height: 1.6;
    }

    .tribute-card cite {
        display: block;
        margin-top: 0.85rem;
        color: #94a3b8;
        font-style: normal;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-size: 0.85rem;
    }

    .value-list li {
        display: flex;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .value-list strong {
        color: #38bdf8;
    }

    .species-section {
        margin-top: 3.25rem;
    }

    .species-header {
        text-align: center;
    }

    .species-header h2 {
        margin-bottom: 0.5rem;
        text-transform: uppercase;
        letter-spacing: 0.14em;
    }

    .species-header p {
        margin: 0 auto;
        max-width: 620px;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .species-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 1.25rem;
        margin-top: 2rem;
    }

    .species-card {
        background: rgba(15, 23, 42, 0.9);
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid rgba(148, 163, 184, 0.25);
        box-shadow: 0 18px 32px rgba(2, 6, 23, 0.35);
        transition: transform 0.15s ease;
    }

    .species-card:hover {
        transform: translateY(-4px);
    }

    .species-card img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 8 / 5;
        object-fit: cover;
        object-position: center top;
    }

    .species-card strong {
        display: block;
        padding: 0.85rem 1rem;
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #e0f2fe;
    }

    footer {
        padding: 2rem 1rem 3rem;
        text-align: center;
        color: #94a3b8;
        font-size: 0.9rem;
    }

    @media (max-width: 880px) {
        nav a {
            flex: 1 1 170px;
        }

        .quick-jump {
            padding: 0 1rem;
        }
    }

    @media (max-width: 640px) {
        header {
            padding-top: 2.25rem;
        }

        header p {
            font-size: 1rem;
        }

        .nav-links {
            width: 100%;
            justify-content: center;
        }

        nav a {
            width: 100%;
            text-align: center;
        }

        main {
            padding: 0 1rem 3rem;
        }

        .status-grid {
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        .donation-card {
            padding: 2rem 1.25rem;
        }

        .donation-submit {
            width: 100%;
            justify-self: stretch;
            text-align: center;
        }

        .telemetry-wrapper {
            padding: 2rem 1.25rem;
        }

        .quick-jump-list a {
            flex: 1 1 44%;
        }

        .species-card img {
            aspect-ratio: 8 / 5;
        }
    }

/* Extracted from authsite-1.0/commlink.php */
        :root {
            color-scheme: dark;
            --bg-gradient: radial-gradient(circle at top, rgba(15, 23, 42, 0.92) 0%, rgba(8, 11, 19, 0.98) 55%, rgba(2, 6, 12, 1) 100%);
            --panel-bg: rgba(12, 18, 32, 0.78);
            --panel-border: rgba(94, 234, 212, 0.18);
            --panel-border-strong: rgba(56, 189, 248, 0.35);
            --panel-soft: rgba(148, 163, 184, 0.15);
            --panel-glow: rgba(56, 189, 248, 0.15);
            --accent: #38bdf8;
            --accent-strong: #0ea5e9;
            --accent-soft: rgba(56, 189, 248, 0.18);
            --text-primary: #e2e8f0;
            --text-muted: #94a3b8;
            --success: #34d399;
            --danger: #f87171;
            --input-bg: rgba(15, 23, 42, 0.55);
            --input-border: rgba(148, 163, 184, 0.28);
        }

        body.commlink-body {
            margin: 0;
            min-height: 100vh;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: var(--bg-gradient), url('/images/star_wars_1.jpg') no-repeat center/cover fixed;
            color: var(--text-primary);
            position: relative;
            isolation: isolate;
        }

        body.commlink-body::before {
            content: '';
            position: fixed;
            inset: 0;
            background: linear-gradient(135deg, rgba(2, 6, 12, 0.85) 0%, rgba(8, 13, 24, 0.4) 45%, rgba(2, 6, 12, 0.85) 100%);
            z-index: -1;
        }

        .commlink-shell {
            max-width: 1180px;
            margin: 0 auto;
            padding: 2.25rem 1.25rem 3.75rem;
            display: flex;
            flex-direction: column;
            gap: 1.75rem;
        }

        .commlink-header {
            background: rgba(8, 13, 24, 0.88);
            border: 1px solid var(--panel-border-strong);
            border-radius: 20px;
            padding: 1.75rem 2rem;
            display: flex;
            flex-wrap: wrap;
            gap: 1.25rem 2rem;
            align-items: flex-start;
            box-shadow: 0 25px 55px rgba(2, 6, 23, 0.55);
            backdrop-filter: blur(12px);
        }

        .commlink-header h1 {
            margin: 0 0 0.5rem;
            font-size: clamp(1.8rem, 1.5rem + 2vw, 2.4rem);
            letter-spacing: 0.08em;
        }

        .commlink-header p {
            margin: 0;
            color: var(--text-muted);
            max-width: 640px;
            line-height: 1.6;
        }

        .back-link {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--accent);
            text-decoration: none;
            font-weight: 600;
            letter-spacing: 0.04em;
            padding: 0.35rem 0.75rem;
            border-radius: 999px;
            border: 1px solid transparent;
            transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
        }

        .back-link:hover {
            border-color: var(--panel-border-strong);
            background: rgba(56, 189, 248, 0.12);
            color: #e0f2fe;
        }

        .viewer-chip {
            margin-left: auto;
            padding: 0.6rem 1.1rem;
            border-radius: 999px;
            background: var(--panel-soft);
            border: 1px solid var(--panel-border);
            color: var(--text-primary);
            font-weight: 600;
            letter-spacing: 0.05em;
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
        }

        .viewer-label {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            color: var(--text-muted);
        }

        .commlink-stats {
            display: grid;
            gap: 1rem;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        }

        .stat-card {
            border: 1px solid rgba(148, 163, 184, 0.2);
            border-radius: 16px;
            padding: 0.85rem 1rem;
            background: rgba(9, 15, 28, 0.78);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            box-shadow: 0 16px 28px rgba(2, 6, 23, 0.35);
        }

        .stat-label {
            font-size: 0.8rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--text-muted);
        }

        .stat-value {
            font-size: 1.4rem;
            font-weight: 700;
            letter-spacing: 0.04em;
        }

        .commlink-grid {
            display: grid;
            gap: 1.5rem;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        }

        .commlink-panel {
            background: var(--panel-bg);
            border: 1px solid var(--panel-border);
            border-radius: 20px;
            padding: 1.35rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            box-shadow: 0 22px 45px rgba(4, 9, 20, 0.45);
            position: relative;
            overflow: hidden;
            transition: transform 0.2s ease, border-color 0.2s ease;
        }

        .commlink-panel::before {
            content: '';
            position: absolute;
            inset: 0 0 auto 0;
            height: 3px;
            background: linear-gradient(90deg, rgba(56, 189, 248, 0) 0%, rgba(56, 189, 248, 0.6) 50%, rgba(56, 189, 248, 0) 100%);
            opacity: 0.6;
        }

        .commlink-panel:hover {
            transform: translateY(-2px);
            border-color: var(--panel-border-strong);
        }

        .commlink-panel h2 {
            margin: 0;
            font-size: 1.2rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .panel-header {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            gap: 0.75rem;
        }

        .panel-subtitle {
            margin: -0.4rem 0 0;
            color: var(--text-muted);
            font-size: 0.9rem;
        }

        .ghost-button {
            background: transparent;
            border: 1px solid var(--panel-border);
            border-radius: 999px;
            color: var(--text-primary);
            padding: 0.35rem 0.85rem;
            font-weight: 600;
            letter-spacing: 0.03em;
            cursor: pointer;
            transition: border-color 0.15s ease, color 0.15s ease;
        }

        .ghost-button:hover {
            border-color: var(--accent);
            color: var(--accent);
        }

        .ghost-button:focus-visible,
        .action-button:focus-visible,
        input:focus-visible,
        textarea:focus-visible,
        button:focus-visible {
            outline: 2px solid var(--accent);
            outline-offset: 2px;
        }

        .action-button {
            background: linear-gradient(135deg, var(--accent), var(--accent-strong));
            border: none;
            border-radius: 999px;
            color: #0b1120;
            font-weight: 700;
            letter-spacing: 0.05em;
            padding: 0.6rem 1.4rem;
            cursor: pointer;
            transition: transform 0.15s ease, box-shadow 0.15s ease;
        }

        .action-button:hover {
            transform: translateY(-1px);
            box-shadow: 0 15px 35px rgba(56, 189, 248, 0.35);
        }

        .chat-panel {
            grid-column: span 1;
        }

        @media (min-width: 1100px) {
            .chat-panel {
                grid-column: span 2;
            }
        }

        .chat-feed {
            display: flex;
            flex-direction: column;
            gap: 0.85rem;
            max-height: 420px;
            overflow-y: auto;
            padding-right: 0.35rem;
            scrollbar-width: thin;
            scrollbar-color: rgba(56, 189, 248, 0.4) transparent;
        }

        .chat-feed::-webkit-scrollbar {
            width: 6px;
        }

        .chat-feed::-webkit-scrollbar-thumb {
            background: rgba(56, 189, 248, 0.35);
            border-radius: 999px;
        }

        .chat-message {
            background: rgba(15, 23, 42, 0.62);
            border: 1px solid rgba(148, 163, 184, 0.22);
            border-radius: 16px;
            padding: 0.75rem 0.85rem;
            display: flex;
            flex-direction: column;
            gap: 0.45rem;
            transition: border-color 0.15s ease, transform 0.15s ease;
        }

        .chat-message:hover {
            border-color: rgba(56, 189, 248, 0.35);
            transform: translateY(-1px);
        }

        .chat-meta {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            font-size: 0.85rem;
            color: var(--text-muted);
        }

        .chat-author {
            font-weight: 700;
            color: var(--text-primary);
        }

        .chat-body {
            margin: 0;
            line-height: 1.5;
            white-space: pre-wrap;
        }

        .station-badge {
            margin-top: 0.35rem;
            padding: 0.5rem 0.7rem;
            border-radius: 12px;
            border: 1px solid rgba(56, 189, 248, 0.22);
            background: rgba(13, 23, 42, 0.65);
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }

        .station-badge.is-compact {
            padding: 0.45rem 0.6rem;
            border-radius: 10px;
        }

        .station-name {
            font-weight: 600;
            letter-spacing: 0.04em;
        }

        .station-details {
            font-size: 0.85rem;
            color: var(--text-muted);
        }

        .station-status {
            font-size: 0.78rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--text-muted);
        }

        .station-status.is-online {
            color: var(--success);
        }

        .station-status.is-offline {
            color: var(--danger);
        }

        .station-badge-group {
            display: flex;
            flex-direction: column;
            gap: 0.3rem;
            margin-top: 0.6rem;
        }

        .station-label {
            font-size: 0.8rem;
            letter-spacing: 0.08em;
            color: var(--text-muted);
            text-transform: uppercase;
        }

        .presence-station,
        .mail-station,
        .forum-station,
        .reply-station {
            font-size: 0.8rem;
            color: var(--text-muted);
        }

        .mail-station {
            margin-top: 0.2rem;
        }

        .forum-thread-meta + .forum-station {
            margin-top: 0.2rem;
        }

        .chat-form textarea {
            width: 100%;
            min-height: 70px;
            border-radius: 14px;
            border: 1px solid var(--input-border);
            background: var(--input-bg);
            color: var(--text-primary);
            padding: 0.75rem;
            font-size: 1rem;
            resize: vertical;
        }

        .chat-form-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
        }

        .form-feedback {
            font-size: 0.85rem;
            color: var(--text-muted);
            min-height: 1.2rem;
        }

        .form-feedback.is-error {
            color: var(--danger);
        }

        .form-feedback.is-success {
            color: var(--success);
        }

        .presence-list,
        .mail-list,
        .forum-thread-list,
        .forum-reply-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .presence-item {
            border: 1px solid rgba(148, 163, 184, 0.22);
            border-radius: 14px;
            padding: 0.65rem 0.75rem;
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 0.35rem 0.5rem;
            background: rgba(15, 23, 42, 0.55);
            transition: border-color 0.15s ease, transform 0.15s ease;
        }

        .presence-item:hover {
            border-color: rgba(56, 189, 248, 0.35);
            transform: translateY(-1px);
        }

        .presence-name {
            font-weight: 600;
            letter-spacing: 0.03em;
        }

        .presence-location {
            color: var(--accent);
            font-size: 0.85rem;
        }

        .presence-time {
            font-size: 0.8rem;
            color: var(--text-muted);
            grid-column: 1 / -1;
        }

        .mail-item {
            width: 100%;
            border: 1px solid rgba(148, 163, 184, 0.2);
            border-radius: 14px;
            padding: 0.75rem 0.85rem;
            background: rgba(15, 23, 42, 0.55);
            color: inherit;
            text-align: left;
            display: flex;
            flex-direction: column;
            gap: 0.35rem;
            cursor: pointer;
            transition: border-color 0.15s ease, transform 0.15s ease;
        }

        .mail-item.is-station {
            border-color: rgba(56, 189, 248, 0.4);
            box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.25);
        }

        .mail-item:hover,
        .mail-item.is-active {
            border-color: var(--accent);
            transform: translateY(-1px);
        }

        .mail-item.unread {
            border-color: var(--accent-soft);
            background: rgba(56, 189, 248, 0.08);
        }

        .mail-item-subject {
            font-weight: 600;
            letter-spacing: 0.02em;
        }

        .mail-item-meta {
            font-size: 0.85rem;
            color: var(--text-muted);
        }

        .mail-item-origin {
            font-size: 0.72rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--accent);
        }

        .mail-detail,
        .forum-thread-view {
            border: 1px solid rgba(148, 163, 184, 0.2);
            border-radius: 16px;
            background: rgba(15, 23, 42, 0.55);
            padding: 1rem;
            display: flex;
            flex-direction: column;
            gap: 0.6rem;
            min-height: 150px;
            box-shadow: inset 0 0 0 1px rgba(2, 6, 23, 0.4);
        }

        .mail-detail h3,
        .forum-thread-view h3 {
            margin: 0;
            letter-spacing: 0.04em;
        }

        .mail-detail-meta,
        .forum-thread-meta {
            font-size: 0.85rem;
            color: var(--text-muted);
        }

        .mail-detail-origin {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 0.75rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--accent);
            background: rgba(56, 189, 248, 0.12);
            border-radius: 999px;
            padding: 0.2rem 0.75rem;
        }

        .mail-detail-body,
        .forum-thread-body,
        .forum-reply-body {
            margin: 0;
            white-space: pre-wrap;
            line-height: 1.55;
        }

        .mail-form,
        .forum-thread-form,
        .forum-reply-form {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .mail-form label,
        .forum-thread-form label,
        .forum-reply-form label {
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
            font-size: 0.9rem;
            letter-spacing: 0.03em;
            color: var(--text-muted);
        }

        .mail-form input,
        .mail-form textarea,
        .forum-thread-form input,
        .forum-thread-form textarea,
        .forum-reply-form textarea {
            border-radius: 12px;
            border: 1px solid var(--input-border);
            background: var(--input-bg);
            color: var(--text-primary);
            padding: 0.65rem;
            font-size: 0.95rem;
        }

        .mail-form textarea,
        .forum-thread-form textarea,
        .forum-reply-form textarea {
            min-height: 120px;
            resize: vertical;
        }

        .mail-form input:focus,
        .mail-form textarea:focus,
        .forum-thread-form input:focus,
        .forum-thread-form textarea:focus,
        .forum-reply-form textarea:focus {
            border-color: var(--accent);
        }

        .mail-actions,
        .forum-actions {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .forum-thread-button {
            width: 100%;
            border: 1px solid rgba(148, 163, 184, 0.22);
            border-radius: 14px;
            padding: 0.75rem 0.85rem;
            background: rgba(15, 23, 42, 0.55);
            color: inherit;
            text-align: left;
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 0.35rem 0.6rem;
            cursor: pointer;
            transition: border-color 0.15s ease, transform 0.15s ease;
        }

        .forum-thread-button:hover,
        .forum-thread-button.is-active {
            border-color: var(--accent);
            transform: translateY(-1px);
        }

        .forum-thread-subject {
            font-weight: 600;
        }

        .forum-thread-meta {
            font-size: 0.85rem;
            color: var(--text-muted);
        }

        .forum-thread-time {
            font-size: 0.8rem;
            color: var(--text-muted);
            justify-self: end;
        }

        .forum-thread-view h4 {
            margin: 0.75rem 0 0.35rem;
            font-size: 1rem;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .forum-reply {
            border: 1px solid rgba(148, 163, 184, 0.18);
            border-radius: 14px;
            padding: 0.7rem 0.8rem;
            background: rgba(13, 21, 38, 0.6);
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
        }

        .forum-reply-meta {
            font-size: 0.85rem;
            color: var(--text-muted);
        }

        .empty {
            font-size: 0.9rem;
            color: var(--text-muted);
            padding: 0.7rem 0.8rem;
            border-radius: 12px;
            border: 1px dashed rgba(148, 163, 184, 0.25);
            background: rgba(15, 23, 42, 0.35);
        }

        .panel-divider {
            border: none;
            border-top: 1px solid rgba(148, 163, 184, 0.18);
            margin: 0.25rem 0 0.5rem;
        }

        .holo-mail-panel .holo-mail-header {
            display: flex;
            flex-direction: column;
            gap: 0.35rem;
        }

        .holo-mail-panel .holo-mail-subtitle {
            margin: 0;
            color: var(--text-muted);
        }

        .holo-mail-panel .holo-mail-grid {
            display: grid;
            gap: 1rem;
        }

        .holo-mail-panel .holo-mail-card {
            border: 1px solid rgba(94, 234, 212, 0.25);
            border-radius: 16px;
            padding: 1.1rem;
            background: rgba(15, 23, 42, 0.6);
            box-shadow: 0 16px 32px rgba(15, 23, 42, 0.4);
        }

        .holo-mail-panel .holo-mail-card header {
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
            margin-bottom: 0.75rem;
        }

        .holo-mail-panel .holo-mail-card strong {
            font-size: 1.05rem;
            letter-spacing: 0.05em;
        }

        .holo-mail-panel .holo-mail-card time {
            font-size: 0.82rem;
            color: var(--text-muted);
        }

        .holo-mail-panel .holo-mail-meta {
            font-size: 0.9rem;
            color: var(--text-muted);
        }

        .holo-mail-panel .holo-mail-body {
            margin: 0;
            font-size: 0.95rem;
            line-height: 1.55;
            white-space: pre-wrap;
        }

        .holo-mail-panel .holo-mail-empty,
        .holo-mail-panel .holo-mail-error {
            padding: 1rem 1.1rem;
            border-radius: 12px;
            border: 1px solid rgba(148, 163, 184, 0.3);
            background: rgba(30, 41, 59, 0.6);
            color: #e2e8f0;
        }

        .holo-mail-panel .holo-mail-error {
            border-color: rgba(248, 113, 113, 0.45);
            background: rgba(248, 113, 113, 0.2);
            color: #fecaca;
        }
    

/* Extracted from authsite-1.0/dashboard.php */
        body {
            margin: 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: radial-gradient(circle at top, rgba(15, 23, 42, 0.95) 0%, rgba(2, 6, 23, 0.95) 45%, rgba(0, 0, 0, 0.98) 100%), url('/images/stormtrooper.jpg') no-repeat center/cover fixed;
            color: #e2e8f0;
        }

        body.no-js .tab-panel {
            display: block;
        }

        .dashboard-shell {
            max-width: 1200px;
            margin: 0 auto;
            padding: 3rem 1.5rem 4rem;
        }

        .command-topbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            margin-bottom: 2.5rem;
            padding: 1rem 1.5rem;
            border-radius: 16px;
            background: rgba(15, 23, 42, 0.82);
            border: 1px solid rgba(148, 163, 184, 0.28);
            box-shadow: 0 18px 38px rgba(2, 6, 23, 0.55);
            backdrop-filter: blur(10px);
        }

        .command-brand {
            font-size: 0.95rem;
            text-transform: uppercase;
            letter-spacing: 0.18em;
            font-weight: 700;
            color: #38bdf8;
            text-decoration: none;
        }

        .command-menu {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-end;
            gap: 0.75rem;
        }

        .command-menu__link {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.55rem 1.25rem;
            border-radius: 999px;
            border: 1px solid rgba(148, 163, 184, 0.24);
            background: rgba(15, 23, 42, 0.65);
            color: #e2e8f0;
            font-size: 0.9rem;
            font-weight: 600;
            letter-spacing: 0.06em;
            text-decoration: none;
            transition: transform 0.18s ease, box-shadow 0.18s ease, border 0.18s ease;
        }

        .command-menu__link:hover,
        .command-menu__link:focus {
            transform: translateY(-2px);
            border-color: rgba(56, 189, 248, 0.45);
            box-shadow: 0 16px 32px rgba(14, 165, 233, 0.35);
            outline: none;
        }

        .command-menu__link.is-active {
            border-color: rgba(56, 189, 248, 0.55);
            color: #bae6fd;
            box-shadow: 0 18px 38px rgba(14, 165, 233, 0.3);
        }

        .command-menu__link.is-highlight {
            background: linear-gradient(135deg, rgba(56, 189, 248, 0.25), rgba(14, 165, 233, 0.15));
            border-color: rgba(56, 189, 248, 0.6);
            color: #f0f9ff;
            box-shadow: 0 20px 42px rgba(14, 165, 233, 0.35);
        }

        header {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            align-items: center;
            text-align: center;
        }

        header h1 {
            margin: 0;
            font-size: 2.4rem;
            letter-spacing: 0.12em;
        }

        header p {
            margin: 0;
            color: #cbd5e1;
            max-width: 720px;
        }

        .header-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            justify-content: center;
            color: #94a3b8;
        }

        .layout-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.75rem;
        }

        .card {
            background: rgba(15, 23, 42, 0.9);
            border-radius: 18px;
            padding: 1.75rem;
            border: 1px solid rgba(148, 163, 184, 0.22);
            box-shadow: 0 28px 48px rgba(2, 6, 23, 0.55);
        }

        .resource-plus-card {
            position: relative;
            background: linear-gradient(135deg, rgba(14, 165, 233, 0.14), rgba(56, 189, 248, 0.08));
            border-color: rgba(56, 189, 248, 0.45);
            overflow: hidden;
        }

        .resource-plus-card::after {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.28), transparent 55%);
            opacity: 0.8;
            pointer-events: none;
        }

        .resource-plus-card h3 {
            position: relative;
            margin-top: 0;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .resource-plus-card p {
            position: relative;
            color: rgba(226, 232, 240, 0.88);
            line-height: 1.6;
        }

        .resource-plus-card__cta {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
            margin-top: 1.25rem;
            padding: 0.75rem 1.5rem;
            border-radius: 999px;
            background: linear-gradient(135deg, #0ea5e9, #22d3ee);
            color: #0f172a;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-decoration: none;
            box-shadow: 0 22px 44px rgba(14, 165, 233, 0.4);
            transition: transform 0.18s ease, box-shadow 0.18s ease;
        }

        .resource-plus-card__cta:hover,
        .resource-plus-card__cta:focus {
            transform: translateY(-2px);
            box-shadow: 0 28px 55px rgba(14, 165, 233, 0.5);
            outline: none;
        }

        .resource-plus-card__note {
            position: relative;
            display: block;
            margin-top: 0.85rem;
            color: rgba(203, 213, 225, 0.85);
            font-size: 0.85rem;
            letter-spacing: 0.05em;
        }

        .profile-card {
            display: grid;
            grid-template-columns: 120px 1fr;
            gap: 1.25rem;
            align-items: center;
        }

        .profile-card img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid rgba(56, 189, 248, 0.4);
            box-shadow: 0 12px 22px rgba(15, 23, 42, 0.5);
        }

        .profile-card h2 {
            margin: 0;
            letter-spacing: 0.08em;
        }

        .profile-meta {
            margin: 0.5rem 0 0;
            color: #94a3b8;
            line-height: 1.6;
        }

        .station-link-card {
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
        }

        .station-link-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
        }

        .station-link-chip {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.35rem 0.9rem;
            border-radius: 999px;
            font-size: 0.75rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 600;
            border: 1px solid transparent;
        }

        .station-link-chip.is-linked {
            background: rgba(34, 197, 94, 0.18);
            border-color: rgba(34, 197, 94, 0.4);
            color: #bbf7d0;
        }

        .station-link-chip.is-warning {
            background: rgba(251, 191, 36, 0.16);
            border-color: rgba(251, 191, 36, 0.35);
            color: #fcd34d;
        }

        .station-link-chip.is-error {
            background: rgba(248, 113, 113, 0.16);
            border-color: rgba(248, 113, 113, 0.35);
            color: #fecaca;
        }

        .station-link-body {
            display: grid;
            grid-template-columns: 82px 1fr;
            gap: 1.25rem;
            align-items: center;
        }

        .station-link-avatar {
            width: 82px;
            height: 82px;
            border-radius: 50%;
            border: 2px solid rgba(56, 189, 248, 0.4);
            object-fit: cover;
            box-shadow: 0 10px 20px rgba(15, 23, 42, 0.45);
        }

        .station-link-avatar--fallback {
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(15, 23, 42, 0.85);
            color: #38bdf8;
            font-size: 1.5rem;
            font-weight: 600;
        }

        .station-link-details {
            display: flex;
            flex-direction: column;
            gap: 0.35rem;
        }

        .station-link-name {
            margin: 0;
            font-size: 1.1rem;
            letter-spacing: 0.04em;
        }

        .station-link-summary,
        .station-link-meta {
            margin: 0;
            color: #94a3b8;
            font-size: 0.92rem;
        }

        .station-link-status {
            margin: 0;
            font-size: 0.9rem;
            letter-spacing: 0.04em;
        }

        .station-link-status.is-online {
            color: #86efac;
        }

        .station-link-status.is-offline {
            color: #fbbf24;
        }

        .station-link-message {
            margin: 0;
            color: #94a3b8;
            font-size: 0.92rem;
        }

        .status-hint {
            color: #94a3b8;
            font-size: 0.88rem;
        }

        .status-pill {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.35rem 0.75rem;
            border-radius: 999px;
            font-size: 0.78rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            background: rgba(74, 222, 128, 0.15);
            color: #bbf7d0;
        }

        .progress-track {
            height: 10px;
            border-radius: 999px;
            background: rgba(148, 163, 184, 0.25);
            overflow: hidden;
            margin: 1rem 0;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(135deg, #38bdf8, #34d399);
        }

        .tab-nav {
            margin-top: 2.5rem;
            display: inline-flex;
            gap: 0.75rem;
            padding: 0.5rem;
            border-radius: 999px;
            background: rgba(15, 23, 42, 0.6);
            border: 1px solid rgba(148, 163, 184, 0.2);
        }

        .tab-nav button {
            background: transparent;
            border: none;
            padding: 0.6rem 1.4rem;
            border-radius: 999px;
            color: #cbd5e1;
            font-weight: 600;
            letter-spacing: 0.06em;
            cursor: pointer;
            transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
        }

        .tab-nav button[aria-selected="true"] {
            background: linear-gradient(135deg, rgba(56, 189, 248, 0.25), rgba(96, 165, 250, 0.35));
            color: #e0f2fe;
            transform: translateY(-1px);
        }

        .map-card {
            grid-column: 1 / -1;
            position: relative;
            overflow: hidden;
        }

        .map-tab-panel {
            display: flex;
            justify-content: center;
        }

        .map-tab-panel .map-card {
            width: min(960px, 100%);
        }

        .map-blurb {
            margin-top: 0.35rem;
            color: #94a3b8;
        }

        .map-actions {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            flex-wrap: wrap;
            margin: 1rem 0 0.35rem;
        }

        .map-request-button {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            padding: 0.65rem 1.25rem;
            border-radius: 12px;
            background: linear-gradient(135deg, #f472b6, #c084fc);
            color: #0f172a;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-decoration: none;
            box-shadow: 0 14px 28px rgba(244, 114, 182, 0.28);
        }

        .map-actions__hint {
            color: #cbd5e1;
            font-size: 0.95rem;
        }

        .map-controls {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin: 1rem 0 1.25rem;
        }

        .map-filter {
            margin-top: 1.1rem;
            padding: 1rem;
            border-radius: 16px;
            background: rgba(15, 23, 42, 0.65);
            border: 1px solid rgba(148, 163, 184, 0.25);
            display: grid;
            gap: 0.75rem;
        }

        .map-filter__label {
            font-size: 0.75rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: #94a3b8;
            font-weight: 700;
        }

        .map-filter__field {
            display: flex;
            gap: 0.5rem;
            flex-wrap: wrap;
        }

        .map-filter__field input {
            flex: 1 1 220px;
            padding: 0.65rem 0.9rem;
            border-radius: 12px;
            border: 1px solid rgba(148, 163, 184, 0.35);
            background: rgba(15, 23, 42, 0.8);
            color: #e2e8f0;
            font-size: 0.95rem;
        }

        .map-filter__clear {
            padding: 0.55rem 1rem;
            border-radius: 12px;
            border: 1px solid rgba(148, 163, 184, 0.4);
            background: rgba(30, 64, 175, 0.25);
            color: #e2e8f0;
            font-weight: 600;
            cursor: pointer;
        }

        .map-filter__results {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            gap: 0.5rem;
        }

        .map-filter__results.is-hidden {
            display: none;
        }

        .map-filter__results button {
            width: 100%;
            text-align: left;
            padding: 0.7rem 0.9rem;
            border-radius: 12px;
            border: 1px solid rgba(148, 163, 184, 0.25);
            background: rgba(15, 23, 42, 0.8);
            color: #e2e8f0;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }

        .map-filter__results strong {
            font-size: 0.95rem;
            letter-spacing: 0.05em;
        }

        .map-filter__results span {
            color: #94a3b8;
            font-size: 0.8rem;
        }

        .map-filter__hint {
            color: #94a3b8;
            font-size: 0.82rem;
            margin: 0;
        }

        .map-controls button {
            background: rgba(15, 23, 42, 0.65);
            border: 1px solid rgba(148, 163, 184, 0.35);
            color: #cbd5e1;
            padding: 0.45rem 1rem;
            border-radius: 999px;
            font-weight: 600;
            letter-spacing: 0.05em;
            cursor: pointer;
            transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
        }

        .map-controls button.is-active {
            background: linear-gradient(135deg, rgba(56, 189, 248, 0.28), rgba(14, 165, 233, 0.42));
            border-color: rgba(56, 189, 248, 0.65);
            color: #0f172a;
            transform: translateY(-1px);
        }

        .galaxy-map {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            border-radius: 18px;
            border: 1px solid rgba(148, 163, 184, 0.2);
            background: radial-gradient(circle at top, rgba(30, 64, 175, 0.2) 0%, rgba(8, 47, 73, 0.5) 50%, rgba(2, 6, 23, 0.85) 100%);
            overflow: hidden;
        }

        .galaxy-map svg {
            width: 100%;
            height: 100%;
            display: block;
        }

        .galaxy-map__tooltip {
            position: absolute;
            pointer-events: none;
            background: rgba(15, 23, 42, 0.95);
            border: 1px solid rgba(148, 163, 184, 0.4);
            padding: 0.65rem 0.85rem;
            border-radius: 12px;
            color: #e2e8f0;
            font-size: 0.85rem;
            box-shadow: 0 16px 32px rgba(15, 23, 42, 0.45);
            opacity: 0;
            transition: opacity 0.15s ease;
            transform: translate(-50%, -110%);
            min-width: 200px;
        }

        .galaxy-map__tooltip strong {
            display: block;
            letter-spacing: 0.06em;
            margin-bottom: 0.25rem;
        }

        .galaxy-map__tooltip span {
            display: block;
            color: #94a3b8;
            font-size: 0.78rem;
        }

        .map-legend {
            margin-top: 1.25rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            align-items: center;
            color: #94a3b8;
        }

        .map-legend__label {
            font-size: 0.82rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .map-legend__list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .map-legend__item {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.3rem 0.6rem;
            border-radius: 999px;
            background: rgba(15, 23, 42, 0.6);
            border: 1px solid rgba(148, 163, 184, 0.25);
            color: #cbd5e1;
            font-size: 0.78rem;
            letter-spacing: 0.04em;
        }

        .map-legend__swatch {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(148, 163, 184, 0.5);
        }

        .map-readout {
            margin-top: 1rem;
            padding: 0.85rem 1rem;
            border-radius: 12px;
            background: rgba(30, 64, 175, 0.12);
            border: 1px solid rgba(56, 189, 248, 0.2);
            color: #bfdbfe;
            font-size: 0.9rem;
            letter-spacing: 0.04em;
        }

        .map-fallback {
            margin-top: 1rem;
            padding-left: 1.1rem;
            color: #94a3b8;
        }

        .map-fallback li {
            margin-bottom: 0.4rem;
        }

        .map-fallback.is-hidden {
            display: none;
        }

        .planet-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 1.75rem;
            margin-top: 1.75rem;
            background: rgba(15, 23, 42, 0.82);
            border: 1px solid rgba(148, 163, 184, 0.2);
            border-radius: 18px;
            padding: 1.5rem;
            box-shadow: 0 24px 42px rgba(2, 6, 23, 0.55);
        }

        .planet-gallery[hidden] {
            display: none;
        }

        .planet-gallery__visual {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            background: radial-gradient(circle at 30% 20%, rgba(56, 189, 248, 0.18), rgba(15, 23, 42, 0.8));
            border-radius: 16px;
            overflow: hidden;
            padding: 1.25rem;
            min-height: 280px;
        }

        .planet-gallery__visual img {
            width: 100%;
            height: 100%;
            max-height: 360px;
            object-fit: cover;
            border-radius: 12px;
            filter: drop-shadow(0 18px 32px rgba(15, 23, 42, 0.65));
        }

        .planet-gallery__badge {
            position: absolute;
            top: 1rem;
            right: 1rem;
            padding: 0.35rem 0.9rem;
            border-radius: 999px;
            font-size: 0.75rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            background: rgba(56, 189, 248, 0.25);
            color: #e0f2fe;
        }

        .planet-gallery__details {
            display: flex;
            flex-direction: column;
            gap: 0.85rem;
        }

        .planet-gallery__summary {
            margin: 0;
            color: #94a3b8;
            line-height: 1.6;
        }

        .planet-gallery__cities {
            display: grid;
            gap: 0.85rem;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .planet-city {
            padding: 0.9rem 1.1rem;
            border-radius: 14px;
            background: rgba(15, 23, 42, 0.7);
            border: 1px solid rgba(148, 163, 184, 0.25);
            box-shadow: 0 14px 26px rgba(15, 23, 42, 0.45);
        }

        .planet-city h4 {
            margin: 0;
            font-size: 1.05rem;
            letter-spacing: 0.06em;
        }

        .planet-city__meta {
            margin-top: 0.4rem;
            color: #94a3b8;
            font-size: 0.82rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.75rem;
        }

        .planet-city__meta span {
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }

        .planet-city__meta strong {
            font-size: 0.75rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #e2e8f0;
        }

        .planet-city__status {
            margin-top: 0.6rem;
            color: #cbd5e1;
            font-size: 0.88rem;
            line-height: 1.5;
        }

        .planet-city__actions {
            margin-top: 0.75rem;
        }

        .planet-city__actions button {
            padding: 0.45rem 0.9rem;
            border-radius: 999px;
            border: 1px solid rgba(56, 189, 248, 0.5);
            background: rgba(14, 165, 233, 0.2);
            color: #e0f2fe;
            font-size: 0.75rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 700;
            cursor: pointer;
        }

        .galaxy-map__pin {
            cursor: pointer;
            outline: none;
        }

        .galaxy-map__pin.is-active circle {
            stroke-width: 3;
            stroke: rgba(255, 255, 255, 0.95);
        }

        .galaxy-map__pin:focus circle {
            stroke-width: 3;
            stroke: rgba(255, 255, 255, 0.9);
        }

        .tab-panels {
            margin-top: 2.5rem;
        }

        .tab-panel {
            display: none;
            gap: 1.75rem;
        }

        .tab-panel.is-active {
            display: block;
        }

        .tab-panel .layout-grid {
            margin-top: 0;
        }

        .server-status-list {
            list-style: none;
            padding: 0;
            margin: 1.25rem 0 0;
        }

        .server-status-list li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.75rem 0;
            border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        }

        .server-status-list li:last-child {
            border-bottom: none;
        }

        .status-online {
            color: #4ade80;
            font-weight: 600;
        }

        .status-offline {
            color: #f87171;
            font-weight: 600;
        }

        .card h3 {
            margin-top: 0;
            letter-spacing: 0.1em;
        }

        .card h4 {
            margin: 1rem 0 0.5rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-size: 0.85rem;
            color: #94a3b8;
        }

        .card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .card ul li {
            padding: 0.65rem 0;
            border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        }

        .card ul li:last-child {
            border-bottom: none;
        }

        .broadcast-feed li,
        .event-highlight li,
        .guild-highlight li,
        .ally-prompts li,
        .support-links li {
            display: flex;
            flex-direction: column;
            gap: 0.45rem;
        }

        .broadcast-tag {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.25rem 0.6rem;
            border-radius: 999px;
            background: rgba(250, 204, 21, 0.18);
            color: #facc15;
            font-size: 0.75rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            width: fit-content;
        }

        .ally-channel {
            font-weight: 700;
            color: #38bdf8;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            font-size: 0.75rem;
        }

        .support-links a {
            color: #38bdf8;
            text-decoration: none;
            font-weight: 600;
        }

        .support-links a:hover {
            text-decoration: underline;
        }

        .inspiration-quote {
            font-style: italic;
            color: #e0f2fe;
            line-height: 1.6;
        }

        .inspiration-meta {
            margin-top: 0.75rem;
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
            color: #94a3b8;
            font-size: 0.85rem;
        }

        .value-chip {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.3rem 0.7rem;
            border-radius: 999px;
            background: rgba(56, 189, 248, 0.18);
            color: #bae6fd;
            font-size: 0.75rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            width: fit-content;
        }

        .biography {
            margin-top: 1rem;
            line-height: 1.6;
            color: #cbd5e1;
        }

        .quick-links {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 0.75rem;
            margin-top: 1.25rem;
        }

        .quick-links a {
            display: inline-block;
            padding: 0.85rem 1.15rem;
            border-radius: 12px;
            text-decoration: none;
            text-align: center;
            background: rgba(37, 99, 235, 0.18);
            color: #bfdbfe;
            font-weight: 600;
            letter-spacing: 0.05em;
            transition: transform 0.15s ease, box-shadow 0.15s ease;
        }

        .quick-links a:hover {
            transform: translateY(-1px);
            box-shadow: 0 18px 28px rgba(37, 99, 235, 0.35);
        }

        .friend-form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin-top: 1rem;
        }

        .friend-form input[type="text"] {
            flex: 1 1 220px;
            padding: 0.65rem 0.85rem;
            border-radius: 12px;
            border: 1px solid rgba(148, 163, 184, 0.3);
            background: rgba(15, 23, 42, 0.85);
            color: #e2e8f0;
        }

        .friend-form button {
            padding: 0.65rem 1.4rem;
            border: none;
            border-radius: 12px;
            font-weight: 600;
            letter-spacing: 0.06em;
            background: linear-gradient(135deg, #38bdf8, #6366f1);
            color: #0f172a;
            cursor: pointer;
        }

        .friend-columns {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 1.25rem;
            margin-top: 1.5rem;
        }

        .friend-list li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.75rem;
        }

        .friend-name {
            font-weight: 600;
            color: #e2e8f0;
        }

        .friend-handle {
            display: block;
            font-size: 0.8rem;
            color: #94a3b8;
        }

        .friend-actions {
            display: flex;
            gap: 0.5rem;
        }

        .friend-actions form {
            margin: 0;
        }

        .friend-actions button {
            padding: 0.45rem 0.9rem;
            border-radius: 10px;
            border: none;
            font-size: 0.8rem;
            letter-spacing: 0.05em;
            cursor: pointer;
        }

        .friend-actions .approve {
            background: rgba(34, 197, 94, 0.2);
            color: #bbf7d0;
        }

        .friend-actions .decline {
            background: rgba(248, 113, 113, 0.2);
            color: #fecaca;
        }

        .friend-empty {
            color: #94a3b8;
            font-style: italic;
        }

        .cta-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin-top: 1.25rem;
        }

        .cta-links a {
            padding: 0.75rem 1.1rem;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            letter-spacing: 0.05em;
            background: rgba(96, 165, 250, 0.15);
            color: #bfdbfe;
        }

        .cta-links a.secondary {
            background: rgba(45, 212, 191, 0.15);
            color: #99f6e4;
        }

        .feature-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            margin-left: 0.6rem;
            padding: 0.25rem 0.6rem;
            border-radius: 999px;
            font-size: 0.68rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            background: rgba(59, 130, 246, 0.18);
            color: #dbeafe;
            border: 1px solid rgba(96, 165, 250, 0.45);
        }

        .feature-badge::before {
            content: "β";
            font-size: 0.82rem;
        }

        .alert {
            margin: 1.5rem auto 0;
            max-width: 820px;
            padding: 1rem 1.25rem;
            border-radius: 14px;
            border: 1px solid transparent;
            font-weight: 600;
            letter-spacing: 0.04em;
            text-align: center;
        }

        .alert-success {
            background: rgba(34, 197, 94, 0.15);
            border-color: rgba(34, 197, 94, 0.4);
            color: #bbf7d0;
        }

        .alert-error {
            background: rgba(248, 113, 113, 0.12);
            border-color: rgba(248, 113, 113, 0.35);
            color: #fecaca;
        }

        .alert-info {
            background: rgba(59, 130, 246, 0.12);
            border-color: rgba(59, 130, 246, 0.3);
            color: #bfdbfe;
        }

        footer {
            margin-top: 3rem;
            text-align: center;
            color: #64748b;
            font-size: 0.9rem;
        }

        @media (max-width: 900px) {
            .command-topbar {
                flex-direction: column;
                align-items: flex-start;
            }

            .command-menu {
                justify-content: flex-start;
            }
        }

        @media (max-width: 720px) {
            header h1 {
                font-size: 2rem;
            }

            .profile-card {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .profile-card img {
                margin: 0 auto;
            }

            .tab-nav {
                flex-direction: column;
                border-radius: 20px;
            }

            .tab-nav button {
                width: 100%;
            }
        }

        .admin-link {
            margin-top: 0;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1.6rem;
            border-radius: 999px;
            background: linear-gradient(135deg, #22d3ee, #0ea5e9);
            color: #0f172a;
            text-decoration: none;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            box-shadow: 0 16px 40px rgba(14, 165, 233, 0.35);
        }

        .admin-link:hover {
            transform: translateY(-2px);
        }

        .market-link {
            margin-top: 0;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.65rem 1.4rem;
            border-radius: 999px;
            background: linear-gradient(135deg, #fbbf24, #f97316);
            color: #0f172a;
            text-decoration: none;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            box-shadow: 0 16px 36px rgba(251, 191, 36, 0.3);
        }

        .market-link:hover {
            transform: translateY(-1px);
        }

        .commlink-link {
            margin-top: 0;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.65rem 1.4rem;
            border-radius: 999px;
            background: linear-gradient(135deg, #38bdf8, #3b82f6);
            color: #0f172a;
            text-decoration: none;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            box-shadow: 0 16px 36px rgba(56, 189, 248, 0.3);
        }

        .commlink-link:hover {
            transform: translateY(-1px);
        }
    

/* Extracted from authsite-1.0/info_center.php */
        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: 'Orbitron', 'Segoe UI', Tahoma, sans-serif;
            background: radial-gradient(circle at 20% 20%, rgba(69, 160, 255, 0.12), transparent 55%),
                radial-gradient(circle at 80% 10%, rgba(255, 78, 162, 0.18), transparent 60%),
                linear-gradient(140deg, #02040f 0%, #050f2a 35%, #061533 65%, #02040f 100%);
            color: #f2f6ff;
            min-height: 100vh;
            position: relative;
            line-height: 1.6;
        }

        body::before {
            content: '';
            position: fixed;
            inset: 0;
            background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160"%3E%3Cg fill="none" fill-opacity="0.55"%3E%3Ccircle fill="%23ffffff" cx="4" cy="4" r="1"/%3E%3Ccircle fill="%23ffffff" cx="44" cy="84" r="1"/%3E%3Ccircle fill="%23ffffff" cx="124" cy="44" r="1"/%3E%3Ccircle fill="%23ffffff" cx="84" cy="124" r="1"/%3E%3Ccircle fill="%23ffffff" cx="156" cy="156" r="1"/%3E%3C/g%3E%3C/svg%3E');
            opacity: 0.45;
            pointer-events: none;
            animation: twinkle 18s linear infinite;
            z-index: 0;
        }

        @keyframes twinkle {
            0%, 100% { opacity: 0.4; }
            50% { opacity: 0.7; }
        }

        body[data-theme="aurora"] {
            background: radial-gradient(circle at 10% 10%, rgba(41, 233, 255, 0.18), transparent 55%),
                radial-gradient(circle at 90% 20%, rgba(255, 238, 173, 0.2), transparent 60%),
                linear-gradient(160deg, #071414 0%, #0b2f2f 45%, #061533 100%);
            color: #ecf8ff;
        }

        a {
            color: #65c6ff;
            text-decoration: none;
            transition: color 0.2s ease, text-shadow 0.2s ease;
        }

        a:hover {
            color: #ffe066;
            text-shadow: 0 0 6px rgba(255, 224, 102, 0.45);
        }

        header {
            position: relative;
            background: linear-gradient(120deg, rgba(3, 16, 44, 0.95), rgba(16, 44, 92, 0.88));
            border-bottom: 1px solid rgba(122, 196, 255, 0.35);
            padding: 2.25rem 2rem 1.75rem;
            overflow: hidden;
            z-index: 1;
        }

        header::after {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 20% 50%, rgba(255, 214, 126, 0.25), transparent 65%),
                radial-gradient(circle at 80% 40%, rgba(160, 215, 255, 0.2), transparent 70%);
            mix-blend-mode: screen;
            pointer-events: none;
        }

        header h1 {
            margin: 0;
            font-size: clamp(2.25rem, 4vw, 3.25rem);
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            text-shadow: 0 0 12px rgba(101, 198, 255, 0.5);
            position: relative;
            z-index: 1;
        }

        header p {
            margin: 0.35rem 0 0;
            font-size: 1.1rem;
            color: rgba(199, 220, 255, 0.85);
            max-width: 720px;
            position: relative;
            z-index: 1;
        }

        .holonet-actions {
            display: flex;
            gap: 1rem;
            margin-top: 1.5rem;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }

        .holonet-actions a {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.6rem 1.1rem;
            border-radius: 999px;
            background: linear-gradient(135deg, rgba(69, 160, 255, 0.25), rgba(101, 198, 255, 0.08));
            border: 1px solid rgba(101, 198, 255, 0.45);
            font-size: 0.95rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #e6f3ff;
        }

        .holonet-actions a:hover {
            border-color: rgba(255, 224, 102, 0.65);
            box-shadow: 0 0 14px rgba(255, 224, 102, 0.35);
        }

        main {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 320px;
            gap: 1.75rem;
            max-width: 1200px;
            padding: 2.5rem 2rem 3rem;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .galactic-frame {
            position: relative;
            border: 1px solid rgba(101, 198, 255, 0.35);
            border-radius: 14px;
            padding: 2.25rem;
            background: rgba(5, 14, 35, 0.85);
            box-shadow: 0 24px 50px rgba(2, 12, 28, 0.65);
            overflow: hidden;
        }

        .galactic-frame::before,
        .galactic-frame::after {
            content: '';
            position: absolute;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(101, 198, 255, 0.28) 0%, transparent 70%);
            pointer-events: none;
        }

        .galactic-frame::before {
            top: -60px;
            right: -60px;
        }

        .galactic-frame::after {
            bottom: -80px;
            left: -80px;
            background: radial-gradient(circle, rgba(255, 224, 102, 0.25) 0%, transparent 75%);
        }

        article {
            position: relative;
            z-index: 1;
        }

        article h2 {
            font-size: 1.85rem;
            font-weight: 600;
            margin-top: 2.25rem;
            border-bottom: 1px solid rgba(101, 198, 255, 0.35);
            padding-bottom: 0.45rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #ffe066;
        }

        article h3 {
            font-size: 1.25rem;
            margin-top: 1.45rem;
            color: #65c6ff;
            letter-spacing: 0.04em;
        }

        article p {
            margin: 0.75rem 0;
        }

        article ol, article ul {
            margin: 0.5rem 0 1rem 1.5rem;
        }

        .toc {
            background: rgba(10, 27, 58, 0.65);
            border: 1px solid rgba(101, 198, 255, 0.35);
            padding: 1.25rem;
            margin-bottom: 1.75rem;
            font-size: 0.95rem;
            border-radius: 10px;
            backdrop-filter: blur(4px);
            position: relative;
        }

        .toc-title {
            font-weight: 600;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            color: rgba(224, 245, 255, 0.9);
            letter-spacing: 0.08em;
        }

        .toc ul {
            list-style: none;
            padding-left: 0.75rem;
            margin: 0;
        }

        .toc ul ul {
            padding-left: 1rem;
            margin-top: 0.35rem;
        }

        .toc li {
            margin: 0.25rem 0;
        }

        .toc a {
            color: rgba(196, 225, 255, 0.9);
            display: inline-block;
            padding: 0.25rem 0.4rem;
            border-radius: 4px;
        }

        .toc a:hover,
        .toc a:focus {
            color: #ffe066;
        }

        .toc a.active {
            background: rgba(101, 198, 255, 0.18);
            color: #ffe066;
        }

        .holonet-controls {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 1.5rem;
            align-items: center;
        }

        .holonet-controls label {
            display: flex;
            flex-direction: column;
            gap: 0.35rem;
            font-size: 0.85rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(199, 220, 255, 0.7);
        }

        .holonet-search {
            padding: 0.65rem 0.85rem;
            min-width: 260px;
            border-radius: 8px;
            border: 1px solid rgba(101, 198, 255, 0.4);
            background: rgba(8, 22, 44, 0.85);
            color: #ecf8ff;
        }

        .holonet-search:focus {
            outline: none;
            box-shadow: 0 0 0 2px rgba(255, 224, 102, 0.35);
        }

        .theme-toggle {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.6rem 1rem;
            border-radius: 10px;
            border: 1px solid rgba(255, 224, 102, 0.45);
            background: rgba(51, 30, 6, 0.55);
            color: #ffe066;
            cursor: pointer;
            text-transform: uppercase;
            font-size: 0.8rem;
            letter-spacing: 0.1em;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .theme-toggle:hover {
            transform: translateY(-1px);
            box-shadow: 0 0 14px rgba(255, 224, 102, 0.45);
        }

        .holonet-shortcuts {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
            margin-bottom: 1.5rem;
        }

        .holonet-shortcuts a {
            padding: 0.5rem 0.85rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 224, 102, 0.4);
            font-size: 0.8rem;
            letter-spacing: 0.1em;
            color: rgba(255, 242, 204, 0.95);
            text-transform: uppercase;
            background: rgba(61, 30, 2, 0.45);
        }

        .holonet-shortcuts a:hover {
            background: rgba(255, 224, 102, 0.35);
            color: #071424;
        }

        .infobox {
            background: rgba(8, 18, 38, 0.88);
            border: 1px solid rgba(101, 198, 255, 0.35);
            padding: 1.5rem;
            font-size: 0.95rem;
            border-radius: 14px;
            box-shadow: 0 18px 32px rgba(2, 12, 28, 0.55);
            backdrop-filter: blur(6px);
        }

        .infobox h2 {
            margin-top: 0;
            font-size: 1.15rem;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #ffe066;
        }

        .section-image {
            display: block;
            width: 100%;
            max-height: 260px;
            object-fit: cover;
            margin: 1rem 0;
            border-radius: 6px;
            border: 1px solid rgba(101, 198, 255, 0.45);
        }

        .subsection-image {
            display: block;
            width: 100%;
            max-height: 220px;
            object-fit: cover;
            margin: 0.75rem 0;
            border-radius: 4px;
            border: 1px solid rgba(101, 198, 255, 0.35);
        }

        .infobox dl {
            margin: 0;
        }

        .infobox dt {
            font-weight: 600;
            margin-top: 0.75rem;
        }

        .infobox dd {
            margin: 0.25rem 0 0;
        }

        .infobox p {
            margin: 0.75rem 0 0;
            line-height: 1.5;
        }

        .infobox ul {
            list-style: none;
            padding-left: 0;
            margin: 1rem 0 0;
        }

        .infobox li {
            margin: 0.5rem 0;
        }

        .infobox li a {
            color: rgba(196, 225, 255, 0.95);
        }

        .holonet-broadcast {
            margin-top: 1.75rem;
            padding: 1rem 1.2rem;
            border-radius: 10px;
            background: rgba(69, 160, 255, 0.12);
            border: 1px solid rgba(101, 198, 255, 0.35);
        }

        .holonet-broadcast h3 {
            margin-top: 0;
            color: #65c6ff;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-size: 0.95rem;
        }

        .galactic-rail {
            position: sticky;
            top: 2rem;
            margin-top: 2rem;
            padding: 1.25rem;
            border-radius: 12px;
            background: rgba(8, 22, 44, 0.85);
            border: 1px solid rgba(101, 198, 255, 0.3);
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .galactic-rail h3 {
            margin: 0;
            font-size: 0.9rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(224, 245, 255, 0.9);
        }

        .galactic-rail a {
            color: rgba(196, 225, 255, 0.85);
            font-size: 0.85rem;
        }

        .back-to-top {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.55rem 0.85rem;
            border-radius: 999px;
            border: 1px solid rgba(101, 198, 255, 0.3);
            background: rgba(8, 22, 44, 0.65);
            color: rgba(196, 225, 255, 0.95);
            text-transform: uppercase;
            font-size: 0.75rem;
            letter-spacing: 0.1em;
            margin-top: 2rem;
        }

        .back-to-top:hover {
            color: #ffe066;
            border-color: rgba(255, 224, 102, 0.5);
        }

        footer {
            max-width: 1100px;
            margin: 0 auto;
            padding: 1rem 2rem 3rem;
            font-size: 0.9rem;
            color: rgba(199, 220, 255, 0.65);
            text-align: center;
        }

        @media (max-width: 900px) {
            main {
                grid-template-columns: 1fr;
            }

            .infobox {
                order: -1;
                position: relative;
                top: 0;
            }

            .galactic-rail {
                position: relative;
                top: 0;
                margin-top: 1.5rem;
            }

            .holonet-controls {
                flex-direction: column;
                align-items: stretch;
            }

            .theme-toggle {
                align-self: flex-start;
            }
        }
    

/* Extracted from authsite-1.0/addnewuser.php */
        body {
            background-image: url("/images/vaderdeathstar.jpg");
            background-color: black;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center;
            background-size: cover;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 0;
            color: #f8f9fa;
        }

        .register-wrapper {
            max-width: 540px;
            margin: 4rem auto;
            background: rgba(12, 12, 16, 0.85);
            border-radius: 16px;
            padding: 2.5rem;
            box-shadow: 0 25px 45px rgba(0, 0, 0, 0.65);
            backdrop-filter: blur(6px);
        }

        .register-wrapper h1 {
            font-size: 2rem;
            margin-bottom: 0.25rem;
            text-align: center;
            letter-spacing: 0.08em;
        }

        .register-wrapper p.subtitle {
            text-align: center;
            margin-bottom: 2rem;
            color: #e0e6ed;
            font-size: 0.95rem;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.35rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            font-size: 0.75rem;
            color: #9fb3c8;
        }

        input[type="text"],
        input[type="email"],
        input[type="password"] {
            width: 100%;
            padding: 0.75rem 1rem;
            border-radius: 8px;
            border: 1px solid rgba(159, 179, 200, 0.25);
            background: rgba(10, 12, 18, 0.9);
            color: #ffffff;
            font-size: 1rem;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="password"]:focus {
            border-color: #5bc0de;
            box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.25);
            outline: none;
        }

        .form-actions {
            text-align: center;
            margin-top: 2rem;
        }

        button[type="submit"] {
            background: linear-gradient(135deg, #28a745, #20c997);
            color: #ffffff;
            border: none;
            padding: 0.85rem 2.5rem;
            font-size: 1.05rem;
            border-radius: 999px;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            transition: transform 0.15s ease, box-shadow 0.15s ease;
        }

        button[type="submit"]:hover {
            transform: translateY(-1px);
            box-shadow: 0 15px 30px rgba(32, 201, 151, 0.35);
        }

        .requirements {
            font-size: 0.85rem;
            line-height: 1.5;
            color: #cbd5e1;
            margin-top: 0.5rem;
        }

        .terms {
            font-size: 0.85rem;
            color: #a0aec0;
        }

        a {
            color: #5bc0de;
        }

        a:hover {
            color: #63e6be;
            text-decoration: underline;
        }

        .nav-link {
            text-align: center;
            margin-top: 1rem;
        }

        .nav-link a {
            font-weight: 600;
            letter-spacing: 0.08em;
        }
    


@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    nav a:hover,
    .quick-jump-list a:hover,
    .donation-submit:hover,
    .species-card:hover,
    .timeline-item:hover {
        transform: none !important;
    }
}
