/* --- Components --- */
.glass-panel {
    background: var(--surface-glass);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-glass);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.panel-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--accent-cyan);
    text-transform: uppercase;
}

/* --- Premium Neon Button --- */
.btn-neon-open {
    position: relative;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-glass);
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: var(--transition);
    letter-spacing: 2px;
}

.btn-neon-open:hover {
    background: rgba(0, 242, 255, 0.1);
    border-color: var(--accent-cyan);
    box-shadow: 0 0 30px var(--glow-cyan);
    transform: scale(1.05);
}

.btn-neon-open .btn-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, var(--accent-cyan) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    pointer-events: none;
}

.btn-neon-open:hover .btn-glow {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.2;
}

/* --- Secondary Neon Button --- */
.btn-neon-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 10px;
}

.btn-neon-secondary:hover {
    border-color: var(--accent-purple);
    color: white;
    box-shadow: 0 0 20px var(--glow-purple);
    background: rgba(112, 0, 255, 0.05);
}

/* --- Pulse Icon --- */
.pulse-icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-cyan);
    box-shadow: 0 0 10px var(--accent-cyan);
    animation: pulse 2s infinite;
}

/* Scrollbars */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: var(--accent-cyan); border-radius: 3px; }

/* Global Utilities */
.btn-text-link {
    background: none;
    border: none;
    color: var(--accent-cyan);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    opacity: 0.6;
    transition: var(--transition);
}

.btn-text-link:hover {
    opacity: 1;
    text-shadow: 0 0 8px var(--glow-cyan);
}

.neon-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-glass);
    border-radius: 8px;
    padding: 12px 16px;
    color: white;
    outline: none;
    transition: var(--transition);
    font-size: 14px;
}

.neon-input:focus {
    border-color: var(--accent-cyan);
    box-shadow: 0 0 10px var(--glow-cyan);
    background: rgba(255, 255, 255, 0.08);
}

/* --- Utility Helpers --- */
.w-350 { width: 350px; }
.font-sm { font-size: 13px; }

/* Status Badges */
.badge-cyan {
    background: rgba(0, 242, 255, 0.1);
    color: var(--accent-cyan);
    border: 1px solid var(--accent-cyan);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 800;
}

.badge-purple {
    background: rgba(112, 0, 255, 0.1);
    color: var(--accent-purple);
    border: 1px solid var(--accent-purple);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 800;
}

.badge-dark {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

/* Neon Borders & Shadows */
.border-neon-cyan { border-color: var(--accent-cyan) !important; }
.border-neon-purple { border-color: var(--accent-purple) !important; }

.shadow-neon-cyan { box-shadow: 0 0 15px var(--glow-cyan) !important; }
.shadow-neon-purple { box-shadow: 0 0 15px var(--glow-purple) !important; }

.text-neon-cyan { color: var(--accent-cyan) !important; text-shadow: 0 0 8px var(--glow-cyan); }
.text-neon-pink { color: var(--accent-pink) !important; text-shadow: 0 0 8px var(--accent-pink); }
.text-neon-purple { color: var(--accent-purple) !important; text-shadow: 0 0 8px var(--glow-purple); }

/* --- Dashboard Components --- */
.activity-log-container {
    margin-top: 15px;
    font-size: 12px;
    font-family: 'Fira Code', monospace;
    color: rgba(255, 255, 255, 0.7);
}

.log-info-purple { color: var(--accent-purple); }
.log-sync-cyan { color: var(--accent-cyan); }

/* --- Utility Helpers --- */
.p-0 { padding: 0 !important; }
.overflow-hidden { overflow: hidden; }
.text-pink { color: var(--accent-pink); }
.text-center { text-align: center; }
.border-t-glow { border-top: 1px solid rgba(255, 255, 255, 0.05); }
.hidden { display: none !important; }
.h-full { height: 100%; }

/* Feedback state classes (used by auth.js setFeedback) */
.feedback-success { color: #4CAF50; }
.feedback-error   { color: var(--accent-pink); }
.feedback-info    { color: var(--accent-cyan); }
.feedback-pending { color: var(--accent-purple); }

/* --- Modular Logs --- */
.log-timestamp-cyan { color: var(--accent-cyan); }
.log-timestamp-purple { color: var(--accent-purple); }
.log-ready-cyan { color: var(--accent-cyan); }

/* MFA sections hidden by default (state managed by profile.js via classList) */
.mfa-setup-section,
.mfa-active-msg { display: none; }

/* --- Chat Components --- */
.peers-online-text {
    font-size: 12px;
    opacity: 0.5;
}

.chat-sender {
    font-size: 10px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}
.chat-sender-me { color: var(--accent-purple); }
.chat-sender-peer { color: var(--accent-cyan); }

.chat-input-bar {
    padding-top: 16px;
    display: flex;
    gap: 12px;
}

.chat-input-field {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-glass);
    border-radius: 8px;
    padding: 12px;
    color: white;
    outline: none;
    transition: var(--transition);
}

.chat-input-field:focus {
    border-color: var(--accent-cyan);
    box-shadow: 0 0 10px var(--glow-cyan);
}

/* --- Navigation --- */
.active-settings-tab {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: var(--accent-cyan) !important;
    color: white !important;
}

/* --- Explorer Components --- */
.explorer-subtree {
    padding-left: 15px;
}

.explorer-placeholder {
    padding: 20px;
    text-align: center;
    opacity: 0.5;
    font-size: 13px;
}

.explorer-placeholder-icon {
    font-size: 24px;
    margin-bottom: 12px;
    display: block;
    color: var(--accent-cyan);
}

.chat-send-btn {
    background: var(--accent-purple);
    color: white;
    border: none;
    width: 48px;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition);
}

.chat-send-btn:hover {
    box-shadow: 0 0 15px var(--glow-purple);
}

/* --- Editor Components --- */
.btn-editor-save {
    background: var(--accent-cyan);
    color: var(--bg-dark);
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.btn-editor-save:hover {
    box-shadow: 0 0 12px var(--glow-cyan);
}

/* --- Modal Info Text --- */
.modal-info-text {
    font-size: 13px;
    opacity: 0.7;
    line-height: 1.6;
}

/* --- Admin Components --- */
.access-level-text {
    font-size: 11px;
    color: var(--accent-pink);
}

.admin-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.stats-card-mini {
    margin-bottom: 0;
    padding: 15px;
    border-color: rgba(255, 255, 255, 0.05);
}

.stats-label-mini {
    font-size: 10px;
    opacity: 0.5;
    letter-spacing: 1px;
}

.stats-value-cyan { font-size: 24px; font-weight: 800; color: var(--accent-cyan); }
.stats-value-purple { font-size: 24px; font-weight: 800; color: var(--accent-purple); }
.stats-value-green { font-size: 18px; font-weight: 700; color: #4CAF50; }

.admin-section-title {
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--accent-cyan);
    margin-bottom: 0;
}

.admin-add-btn {
    font-size: 10px;
    padding: 8px 15px;
}

/* Role Icons */
.user-role-icon-admin { color: var(--accent-purple); margin-right: 8px; }
.user-role-icon-free { color: var(--accent-cyan); margin-right: 8px; }
.user-role-icon-subscriber { color: var(--accent-cyan); margin-right: 8px; }
.user-role-icon-pro { color: var(--accent-purple); margin-right: 8px; }
.user-role-icon-beta_tester { color: var(--accent-pink); margin-right: 8px; }
.user-role-icon-staff { color: var(--accent-cyan); margin-right: 8px; }
.user-role-icon-founder { color: var(--accent-purple); margin-right: 8px; }

.modal-user-manage {
    max-width: 450px;
}

.select-neon {
    appearance: none;
}

/* --- Utility Helpers --- */
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-30 { padding: 30px; }
.block { display: block; }
.pointer { cursor: pointer; }
.align-start { align-items: flex-start; }
.font-xs { font-size: 10px; }
.mb-5 { margin-bottom: 5px; }
.w-300 { width: 300px; }

/* --- Network Components --- */
.network-title {
    font-size: 24px;
    letter-spacing: 4px;
    color: var(--accent-cyan);
    margin-bottom: 8px;
}

.network-subtitle-text {
    font-size: 11px;
    opacity: 0.5;
    letter-spacing: 1px;
}

.network-status-text {
    font-size: 10px;
    margin-top: 8px;
    font-family: 'Fira Code', monospace;
    color: var(--accent-purple);
}

.scan-status-text {
    font-family: 'Fira Code', monospace;
    font-size: 10px;
    color: var(--accent-cyan);
}

.mesh-log-container {
    height: 250px;
    overflow-y: auto;
    padding: 15px;
    font-family: 'Fira Code', monospace;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

.log-timestamp-purple { color: var(--accent-purple); }
.log-timestamp-cyan { color: var(--accent-cyan); }

.stat-bar-bg {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.stat-bar-fill {
    height: 100%;
    border-radius: 2px;
    width: var(--progress-width, 0%);
    transition: width 0.5s ease-out;
}

.cyan-glow {
    background: var(--accent-cyan);
    box-shadow: 0 0 10px var(--glow-cyan);
}

.purple-glow {
    background: var(--accent-purple);
    box-shadow: 0 0 10px var(--glow-purple);
}

/* --- Sidebar Components --- */
.hub-title {
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--accent-cyan);
}

.hub-subtitle {
    font-size: 10px;
    color: var(--accent-purple);
    font-weight: 700;
}

.nav-header {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.sidebar-footer {
    margin-top: auto;
    padding-top: 20px;
}

.user-icon-sm {
    font-size: 20px;
    color: var(--accent-purple);
}

.user-name-text {
    font-size: 12px;
    font-weight: 700;
    color: white;
}

.user-tier-text {
    font-size: 9px;
    color: var(--accent-cyan);
    font-weight: 800;
    letter-spacing: 1px;
}

.mfa-warning {
    color: var(--accent-pink) !important;
}

.modal-profile {
    max-width: 400px;
    border-color: var(--accent-purple) !important;
}

.input-label {
    display: block;
    font-size: 10px;
    opacity: 0.6;
    margin-bottom: 8px;
}

.mfa-settings-container {
    padding: 10px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border: 1px solid rgba(112, 0, 255, 0.2);
}

.mfa-status-label {
    font-size: 11px;
    color: var(--accent-purple);
    font-weight: 700;
}

.mfa-status-text {
    font-size: 10px;
    font-weight: 700;
    opacity: 0.6;
}

.mfa-setup-section {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 15px;
    margin-top: 10px;
    text-align: center;
}

.mfa-instruction-text {
    font-size: 10px;
    opacity: 0.6;
    display: block;
    margin-bottom: 15px;
}

.mfa-qr-container {
    background: white;
    padding: 15px;
    display: inline-block;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.mfa-verify-label {
    font-size: 10px;
    color: var(--accent-cyan);
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.mfa-verify-input {
    width: 100%;
    text-align: center;
    letter-spacing: 4px;
}

.mfa-disclaimer {
    font-size: 9px;
    opacity: 0.5;
    margin-top: 10px;
}

.mfa-active-msg {
    display: none;
    text-align: center;
    color: #4CAF50;
    font-size: 10px;
    font-weight: 700;
    margin-top: 10px;
}

.profile-sync-btn {
    width: 100%;
    border-color: var(--accent-purple);
    color: white;
}

/* --- Modal Contexts --- */
.modal-restricted {
    max-width: 400px;
    border-color: var(--accent-cyan) !important;
}

.modal-content.modal-auth {
    max-width: 400px;
}

/* --- Status & Auth Components --- */
.icon-accent-lg {
    font-size: 40px;
    color: var(--accent-cyan);
}

.invite-only-badge {
    background: rgba(0, 242, 255, 0.05);
    border-radius: 8px;
    border: 1px dashed var(--accent-cyan);
}

.status-invite-text {
    font-size: 11px;
    font-weight: 700;
    color: var(--accent-cyan);
}

.auth-subtext {
    font-size: 11px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
}

.text-cyan { color: var(--accent-cyan); }
.text-purple { color: var(--accent-purple); }
.text-white { color: white; }

.mfa-icon {
    font-size: 30px;
    color: var(--accent-cyan);
    margin-bottom: 10px;
}

.mfa-title {
    font-size: 14px;
    color: white;
}

.mfa-subtitle {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}

.mfa-input {
    text-align: center;
    letter-spacing: 5px;
    font-size: 18px;
}

.auth-feedback {
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
    min-height: 20px;
}

/* --- Modals & Overlays --- */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    overflow-y: auto;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-overlay.active {
    display: flex;
    opacity: 1;
}

.modal-content {
    animation: modalSlideIn 0.3s ease-out;
}

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

/* --- Specialized Component Styles --- */
.profile-trigger:hover {
    border-color: var(--accent-cyan) !important;
    box-shadow: 0 0 15px var(--glow-purple);
    background: rgba(112, 0, 255, 0.1) !important;
}

.neon-table .badge.subscriber { 
    background: rgba(0, 242, 255, 0.1); 
    color: var(--accent-cyan); 
    border: 1px solid rgba(0, 242, 255, 0.3); 
}

.neon-table .badge.pro { 
    background: rgba(112, 0, 255, 0.1); 
    color: var(--accent-purple); 
    border: 1px solid rgba(112, 0, 255, 0.3); 
}

.neon-table .badge.beta_tester { 
    background: rgba(255, 0, 229, 0.1); 
    color: var(--accent-pink); 
    border: 1px solid rgba(255, 0, 229, 0.3); 
}

.neon-table .badge.staff { 
    background: rgba(0, 242, 255, 0.1); 
    color: var(--accent-cyan); 
    border: 1px solid rgba(0, 242, 255, 0.3); 
}

.neon-table .badge.founder { 
    background: rgba(112, 0, 255, 0.1); 
    color: var(--accent-purple); 
    border: 1px solid rgba(112, 0, 255, 0.3); 
}
/* --- Sidebar System Status --- */
.sidebar-status-box {
    margin-top: 15px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.status-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-label {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.status-value {
    font-size: 11px;
    font-weight: 600;
    color: var(--accent-cyan);
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-value.inactive {
    color: rgba(255, 255, 255, 0.3);
}

/* --- Welcome Hub Redesign Components --- */
.participant-strip {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgba(10, 10, 11, 0.8);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-glass);
    padding: 12px 24px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.strip-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.strip-label {
    font-size: 10px;
    font-weight: 800;
    color: var(--accent-purple);
    letter-spacing: 2px;
}

.strip-value {
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-shadow: 0 0 10px var(--glow-cyan);
}

.welcome-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: radial-gradient(circle at center, rgba(0, 242, 255, 0.05) 0%, transparent 70%);
    margin: -24px -24px 24px -24px;
    padding: 40px 0 20px 0;
    overflow: hidden;
}

#welcome-mesh-canvas {
    width: 100%;
    height: 100%;
}

.hero-overlay {
    text-align: center;
    pointer-events: none;
    z-index: 10;
    margin-bottom: 20px;
}

.hero-canvas-container {
    width: 100%;
    height: 350px;
    position: relative;
}

.industrial-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.pillar-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-glass);
    padding: 30px;
    border-radius: 12px;
    transition: var(--transition);
}

.pillar-card:hover {
    border-color: var(--accent-cyan);
    background: rgba(0, 242, 255, 0.03);
    transform: translateY(-5px);
}

.pillar-icon {
    font-size: 32px;
    color: var(--accent-cyan);
    margin-bottom: 20px;
}

.pillar-title {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    color: white;
    margin-bottom: 12px;
}

.pillar-desc {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

.mhs-ring-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    width: 220px;
    height: 220px;
    margin: 0 auto 10px;
    position: relative;
}

.mhs-svg-ring {
    transform: rotate(-90deg);
}

.mhs-ring-circle {
    fill: none;
    stroke-width: 8;
    stroke: rgba(255, 255, 255, 0.05);
}

.mhs-ring-progress {
    fill: none;
    stroke-width: 8;
    stroke: var(--mhs-safe);
    stroke-linecap: round;
    stroke-dasharray: 565;
    stroke-dashoffset: 565;
    transition: stroke-dashoffset 1.5s ease-out;
    filter: drop-shadow(0 0 5px var(--mhs-safe));
}

.mhs-score-display {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mhs-value-group {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.mhs-value {
    font-size: 42px;
    font-weight: 900;
    color: white;
    line-height: 1;
}

.mhs-percent {
    font-size: 14px;
    font-weight: 700;
    opacity: 0.6;
}

.mhs-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

.pqc-audit-console {
    background: var(--console-bg);
    border: 1px solid var(--accent-purple);
    box-shadow: inset 0 0 15px rgba(112, 0, 255, 0.1);
    border-radius: 8px;
    padding: 16px;
    font-family: 'Fira Code', monospace;
    font-size: 11px;
    color: var(--console-text);
    margin-top: 10px;
    height: 150px;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}

.pqc-audit-console::before {
    content: "PQC SECURITY AUDIT CONSOLE";
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 9px;
    color: var(--accent-purple);
    font-weight: 900;
}

.console-line {
    margin-bottom: 4px;
}

.console-prompt {
    color: var(--accent-pink);
    margin-right: 8px;
}

.console-dim {
    color: var(--console-dim);
}

.mcp-discovery-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));
    padding: 4px 12px;
    border-radius: 4px;
    color: white;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    transition: var(--transition);
}

.mcp-discovery-badge:hover {
    box-shadow: 0 0 15px var(--glow-cyan);
    transform: translateY(-2px);
}
/* --- Sovereign Compliance Beacon --- */
.compliance-beacon-welcome {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 20px;
    backdrop-filter: blur(5px);
    animation: fadeIn 0.8s ease-out;
}

.beacon-light {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
}

.beacon-light.status-green {
    background: #00ff88;
    box-shadow: 0 0 10px #00ff88;
}

.beacon-light.status-green::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    border: 1px solid #00ff88;
    animation: ripple 2s infinite;
}

@keyframes ripple {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.5); opacity: 0; }
}

.beacon-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #00ff88;
}

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