:root {
    --vr-primary: #00d4ff;
    --vr-secondary: #ff006e;
    --vr-accent: #a78bfa;
    --vr-gold: #fbbf24;
    --vr-success: #10b981;
    --vr-danger: #ef4444;
    --bg-dark: #050811;
    --panel-bg: rgba(10, 14, 39, 0.95);
    --text-light: #e2e8f0;
    --text-dim: #a8bcd4;
    --sidebar-width: 280px;
}

@media (max-width: 992px) {
    .chat-full { height: 92dvh; }
    .btn-auth-txt { display: none; }
    .agent-selector { padding: 0.35rem 0.7rem; font-size: 0.8rem; }
    .agent-selector select { font-size: 0.85rem; max-width: 120px; }
    .message { max-width: 90%; font-size: 0.95rem; }
    .usage-meter-small { padding: 0.35rem 0.7rem; }
}

@media (max-width: 768px) {
    .chat-header { padding: 0.7rem 0.8rem !important; gap: 0.5rem !important; }
    .chat-header-actions { gap: 0.3rem; }
    .agent-selector { padding: 0.25rem 0.5rem; font-size: 0.75rem; }
    .agent-selector select { font-size: 0.8rem; max-width: 100px; padding: 1px 4px; }
    .flex-actions-group { gap: 0.3rem; }
    .btn-new-chat { padding: 0.4rem 0.6rem; font-size: 0.8rem; }
    .btn-planes-header { padding: 0.35rem 0.6rem; font-size: 0.75rem; }
    .btn-planes-header span.planes-txt { display: none; }
    .usage-meter-small { padding: 0.25rem 0.5rem; gap: 0.4rem; }
    .usage-text { font-size: 0.7rem; }
    .usage-bar-small { min-width: 40px; height: 4px; }
    .chat-messages { padding: 1rem !important; gap: 1rem; }
    .message { max-width: 92%; padding: 10px 14px; font-size: 0.9rem; }
    .message.system { max-width: 85%; }
    .input-wrapper { padding: 4px 8px; }
    .message-input { font-size: 15px; height: 40px; padding: 0 12px; }
    .btn-send { width: 34px; height: 34px; }
    .subscription-banner { padding: 0.7rem; gap: 0.5rem; }
    .banner-content h4 { font-size: 0.85rem; }
    .banner-content p { font-size: 0.75rem; }
    .btn-upgrade { padding: 0.4rem 0.8rem; font-size: 0.8rem; }
    .blocked-title { font-size: 1.3rem; }
    .blocked-message { font-size: 0.9rem; }
    div[style*="padding: 1.5rem"] { padding: 0.8rem 1rem !important; }
    p[style*="font-size: 12px"] { font-size: 11px !important; }
}

@media (max-width: 576px) {
    :root { --sidebar-width: 85vw; }
    .chat-full { height: 100dvh !important; border-radius: 0 !important; border-left: none !important; border-right: none !important; }
    .chat-header { padding: 0.6rem 0.6rem !important; gap: 0.4rem !important; }
    .chat-header-main { order: 1; flex: 1 1 100% !important; min-width: 0; }
    .chat-header-actions { order: 2; display: flex; width: 100%; justify-content: space-between; align-items: center; gap: 0.3rem; flex-wrap: wrap; }
    .agent-selector { padding: 0.2rem 0.4rem; font-size: 0.7rem; gap: 0.2rem; }
    .agent-selector select { font-size: 0.75rem; max-width: 85px; padding: 1px 3px; }
    .flex-actions-group li { margin-right: 0 !important; }
    .btn-new-chat { padding: 0.35rem 0.5rem; font-size: 0.75rem; }
    .btn-new-chat span { display: none; }
    .btn-auth-signin, .btn-auth-signup { padding: 0.35rem 0.5rem !important; font-size: 0.75rem !important; }
    .btn-planes-header { padding: 0.3rem 0.45rem; font-size: 0.7rem; gap: 0.2rem; }
    .btn-lang-toggle { padding: 0.25rem 0.45rem; font-size: 0.7rem; }
    .chat-messages { padding: 0.8rem !important; gap: 0.8rem; }
    .message { max-width: 95% !important; padding: 10px 13px; font-size: 0.9rem !important; }
    .message.system { max-width: 90% !important; font-size: 0.8rem; padding: 8px 12px; }
    .input-wrapper { padding: 3px 6px; border-radius: 20px; }
    .message-input { font-size: 16px; height: 38px; padding: 0 10px; }
    .btn-send { width: 32px; height: 32px; }
    .btn-send svg { width: 15px; height: 15px; }
    div[style*="padding: 1.5rem"] { padding: 0.6rem 0.8rem !important; }
    p[style*="font-size: 12px"] { font-size: 10px !important; margin-top: 6px !important; }
    .subscription-banner { flex-direction: column; text-align: center; padding: 0.6rem; }
    .banner-text { flex-direction: column; text-align: center; }
    .banner-icon { font-size: 1.2rem; }
    .banner-content h4 { font-size: 0.8rem; }
    .banner-content p { font-size: 0.7rem; }
    .btn-upgrade { width: 100%; justify-content: center; padding: 0.4rem 0.8rem; font-size: 0.8rem; }
    .blocked-content { padding: 1.5rem; }
    .blocked-icon { font-size: 3rem; margin-bottom: 1rem; }
    .blocked-title { font-size: 1.2rem; }
    .blocked-message { font-size: 0.85rem; }
    .blocked-actions { flex-direction: column; gap: 0.5rem; }
    .blocked-actions button { width: 100% !important; }
    .side_nav { width: var(--sidebar-width); }
    .sidebar-header { padding: 0 1rem 1rem; }
    .gem-menu-item { padding: 0.6rem 1rem; font-size: 0.85rem; }
    .usage-meter-small { padding: 0.25rem 0.4rem; gap: 0.3rem; }
    .usage-text { font-size: 0.65rem; }
    .usage-bar-small { min-width: 30px; height: 4px; }
}

@media (max-width: 400px) {
    .agent-selector span { display: none; }
    .agent-selector select { max-width: 75px; font-size: 0.7rem; }
    .btn-new-chat i { margin: 0; }
    .btn-planes-header i { margin: 0; }
    .btn-planes-header { padding: 0.25rem 0.35rem; }
    .btn-lang-toggle { padding: 0.25rem 0.4rem; }
    .btn-lang-toggle .lang-label { display: none; }
    .chat-messages { padding: 0.5rem !important; }
    .message { padding: 8px 10px; font-size: 0.85rem !important; }
    .message-input { height: 34px; font-size: 14px; }
    .btn-send { width: 28px; height: 28px; min-width: 28px; }
    .btn-send svg { width: 13px; height: 13px; }
    .inline-menu-trigger { width: 34px; height: 34px; font-size: 0.9rem; }
}

.inline-menu-trigger {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(0, 212, 255, 0.25);
    border-radius: 10px;
    width: 42px; height: 42px;
    color: var(--text-light);
    font-size: 1.1rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.inline-menu-trigger:hover {
    background: rgba(0, 212, 255, 0.15);
    border-color: var(--vr-primary);
    color: var(--vr-primary);
    box-shadow: 0 0 12px rgba(0, 212, 255, 0.3);
    transform: scale(1.02);
}
.sidebar-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000; display: none;
    backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.sidebar-overlay.active { display: block; }
.side_nav {
    position: fixed; top: 0; left: calc(var(--sidebar-width) * -1);
    width: var(--sidebar-width); height: 100dvh;
    background: #0B1120;
    border-right: 1px solid rgba(0, 212, 255, 0.2);
    z-index: 2001;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex; flex-direction: column; padding: 1rem 0;
}
.side_nav.open { left: 0; box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5); }
.sidebar-header { padding: 0 1.5rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.gem-menu-item {
    display: flex; align-items: center; padding: 0.8rem 1.5rem;
    color: var(--text-light); text-decoration: none; gap: 1rem;
    cursor: pointer; transition: background 0.2s;
    border: none; background: transparent; width: 100%; text-align: left;
}
.gem-menu-item:hover { background: rgba(0, 212, 255, 0.1); color: var(--vr-primary); }
.gem-menu-item-icon { width: 24px; text-align: center; font-size: 1.1rem; color: var(--vr-accent); }
.sidebar-footer { margin-top: auto; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 0.5rem; }
.config-section { position: relative; }
.config-submenu { padding-left: 1rem; background: rgba(0, 0, 0, 0.2); }
.btn-auth-signin, .btn-auth-signup {
    padding: 0.5rem 1.2rem; border-radius: 12px; font-size: 0.9rem;
    cursor: pointer; transition: all 0.3s ease;
    display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none;
}
.btn-auth-signin:hover, .btn-auth-signup:hover {
    transform: scale(1.02); box-shadow: 0 0 15px rgba(0, 212, 255, 0.4); opacity: 0.9;
}
.user-profile-badge {
    display: flex; align-items: center; gap: 0.8rem;
    padding: 0.6rem 1.5rem; background: rgba(0, 212, 255, 0.05);
    border-left: 3px solid var(--vr-primary); color: var(--text-light); font-size: 0.9rem;
}
.user-avatar-status {
    position: relative; width: 28px; height: 28px;
    background: rgba(167, 139, 250, 0.2); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--vr-accent); font-size: 0.85rem;
}
.status-online {
    position: absolute; bottom: 0; right: 0; width: 8px; height: 8px;
    background-color: #10b981; border-radius: 50%; border: 1.5px solid #0B1120;
}

.stars-background {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    z-index: -2; pointer-events: none;
    background: #050811;
}
.stars-background::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background-image:
        radial-gradient(1px 1px at 10% 20%, rgba(255,255,255,0.4), transparent),
        radial-gradient(1px 1px at 30% 60%, rgba(255,255,255,0.3), transparent),
        radial-gradient(1.5px 1.5px at 50% 10%, rgba(255,255,255,0.5), transparent),
        radial-gradient(1px 1px at 70% 40%, rgba(255,255,255,0.3), transparent),
        radial-gradient(1px 1px at 90% 80%, rgba(255,255,255,0.4), transparent),
        radial-gradient(1px 1px at 15% 85%, rgba(255,255,255,0.2), transparent),
        radial-gradient(1.5px 1.5px at 45% 45%, rgba(255,255,255,0.3), transparent),
        radial-gradient(1px 1px at 60% 90%, rgba(255,255,255,0.4), transparent),
        radial-gradient(1px 1px at 80% 15%, rgba(255,255,255,0.2), transparent),
        radial-gradient(1px 1px at 25% 35%, rgba(255,255,255,0.3), transparent),
        radial-gradient(1px 1px at 75% 55%, rgba(255,255,255,0.2), transparent),
        radial-gradient(1.5px 1.5px at 55% 75%, rgba(255,255,255,0.4), transparent),
        radial-gradient(1px 1px at 5% 50%, rgba(255,255,255,0.3), transparent),
        radial-gradient(1px 1px at 95% 30%, rgba(255,255,255,0.2), transparent),
        radial-gradient(1px 1px at 40% 95%, rgba(255,255,255,0.3), transparent);
    background-size: 100% 100%;
    opacity: 0.6;
}

.gradient-overlay {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at top right, rgba(0, 212, 255, 0.12), transparent 40%),
                radial-gradient(circle at bottom left, rgba(255, 0, 110, 0.08), transparent 40%);
    z-index: -1; pointer-events: none;
}

.chat-full {
    height: 85dvh; background: var(--bg-dark);
    border-radius: 20px; border: 1px solid rgba(0, 212, 255, 0.3);
    box-shadow: 0 0 40px rgba(0, 212, 255, 0.2);
    overflow: hidden; display: flex; flex-direction: column;
}
.chat-header {
    background: var(--panel-bg); padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 212, 255, 0.3);
    display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap;
}
.agent-selector {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(167, 139, 250, 0.3);
    border-radius: 12px; padding: 0.5rem 1rem;
    font-size: 0.9rem; color: var(--text-light);
}
.agent-selector select {
    background: #0f1629;
    border: 1px solid rgba(167, 139, 250, 0.2);
    color: var(--text-light); font-size: 1rem;
    outline: none; cursor: pointer; padding: 2px 6px; border-radius: 6px;
}
.chat-messages {
    flex: 1; overflow-y: auto; padding: 2rem;
    display: flex; flex-direction: column; gap: 1.5rem;
    -webkit-overflow-scrolling: touch;
}
.message {
    max-width: 85%; padding: 14px 20px;
    border-radius: 18px; line-height: 1.6;
    font-size: 1.05rem; word-break: break-word;
}
.message.user {
    align-self: flex-end;
    background: linear-gradient(135deg, var(--vr-primary), #0099ff);
    color: black; border-bottom-right-radius: 4px;
}
.message.ai {
    align-self: flex-start; background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(167, 139, 250, 0.3);
    border-bottom-left-radius: 4px;
}
.message.ai.verified {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.1), rgba(167, 139, 250, 0.1));
    border: 1px solid rgba(251, 191, 36, 0.4);
    box-shadow: 0 0 15px rgba(251, 191, 36, 0.15);
}
.verified-badge {
    display: inline-flex; align-items: center; gap: 0.3rem;
    padding: 0.2rem 0.6rem; background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.3); border-radius: 12px;
    font-size: 0.75rem; color: var(--vr-gold); margin-bottom: 0.5rem;
}
.verified-badge i { color: var(--vr-gold); }
.message.system {
    align-self: center; background: rgba(15, 23, 42, 0.9);
    border: 1px dashed rgba(167, 139, 250, 0.4); border-radius: 16px;
    font-size: 0.9rem; color: var(--text-dim); max-width: 70%;
    text-align: center; padding: 12px 18px;
}
.btn-new-chat {
    padding: 0.5rem 1.2rem; background: rgba(255, 255, 255, 0.1);
    border: none; border-radius: 12px; color: white;
    font-size: 0.9rem; cursor: pointer; transition: all 0.3s ease;
}
.btn-new-chat:hover { background: rgba(255, 255, 255, 0.18); }
.typing-indicator {
    display: inline-flex; gap: 4px; padding: 8px 12px; border-radius: 10px;
    background: rgba(167, 139, 250, 0.1);
    border: 1px solid rgba(167, 139, 250, 0.2);
    font-size: 0.85rem; color: var(--text-dim);
}
.typing-indicator span {
    width: 6px; height: 6px; border-radius: 50%;
    background-color: var(--text-dim);
    animation: bounce 1.4s infinite ease-in-out both;
}
.typing-indicator span:nth-child(1) { animation-delay: -0.32s; }
.typing-indicator span:nth-child(2) { animation-delay: -0.16s; }

@keyframes bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

.input-wrapper {
    position: relative; display: flex; align-items: center;
    background: #0f1629; border: 1px solid rgba(0, 212, 255, 0.4);
    border-radius: 24px; padding: 6px 10px;
}
.message-input {
    flex: 1; background: transparent; color: #ffffff;
    border: none; outline: none; font-size: 16px;
    height: 45px; padding: 0 20px;
}
.btn-send {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--vr-primary); border: none; color: #050811;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all 0.2s ease;
}
.btn-send:hover:not(:disabled) { background: var(--vr-secondary); transform: scale(1.05); }
.btn-send:disabled { background: #374151; cursor: not-allowed; }
.btn-menu-trigger {
    background: transparent; border: none; color: white;
    font-size: 1.5rem; cursor: pointer; padding: 0.5rem;
    display: flex; align-items: center;
}
.w-100 { width: 100%; }
.flex-actions-group {
    display: inline-flex; align-items: center; gap: 0.5rem;
    list-style: none; padding: 0; margin: 0;
}
.subscription-banner {
    background: linear-gradient(90deg, rgba(239, 68, 68, 0.15), rgba(251, 191, 36, 0.1));
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 12px; padding: 1rem; margin-bottom: 1rem;
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 1rem;
}
.subscription-banner.warning {
    background: linear-gradient(90deg, rgba(251, 191, 36, 0.1), rgba(249, 115, 22, 0.1));
    border-color: rgba(251, 191, 36, 0.3);
}
.subscription-banner.info {
    background: linear-gradient(90deg, rgba(0, 212, 255, 0.1), rgba(167, 139, 250, 0.1));
    border-color: rgba(0, 212, 255, 0.2);
}
.banner-text { display: flex; align-items: center; gap: 0.75rem; }
.banner-icon { font-size: 1.5rem; }
.banner-content h4 { margin: 0 0 0.25rem 0; color: var(--text-light); font-size: 0.95rem; }
.banner-content p { margin: 0; color: var(--text-dim); font-size: 0.85rem; }
.btn-upgrade {
    background: linear-gradient(135deg, var(--vr-gold), #f59e0b);
    border: none; color: #050811; padding: 0.5rem 1rem;
    border-radius: 10px; font-weight: 600; cursor: pointer; transition: all 0.3s ease;
}
.btn-upgrade:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(251, 191, 36, 0.4); }
.btn-planes-header {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border: none; color: #050811; padding: 0.4rem 0.9rem;
    border-radius: 8px; font-weight: 600; font-size: 0.8rem;
    cursor: pointer; transition: all 0.3s ease;
    display: flex; align-items: center; gap: 0.35rem; white-space: nowrap;
}
.btn-planes-header:hover { transform: translateY(-1px); box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4); }
.btn-lang-toggle {
    background: rgba(0, 212, 255, 0.1); border: 1px solid rgba(0, 212, 255, 0.25);
    color: var(--vr-primary); padding: 0.35rem 0.7rem; border-radius: 8px;
    font-weight: 600; font-size: 0.8rem; cursor: pointer; transition: all 0.3s ease;
    display: flex; align-items: center; white-space: nowrap;
}
.btn-lang-toggle:hover { background: rgba(0, 212, 255, 0.2); transform: translateY(-1px); }
.lang-label { font-size: 0.75rem; letter-spacing: 0.5px; }
.usage-meter-small {
    display: flex; align-items: center; gap: 0.75rem;
    padding: 0.5rem 1rem; background: rgba(167, 139, 250, 0.08);
    border-radius: 10px; margin-top: 0.5rem;
}
.usage-text { font-size: 0.8rem; color: var(--text-dim); white-space: nowrap; }
.usage-bar-small {
    flex: 1; height: 6px; background: rgba(148, 163, 184, 0.15);
    border-radius: 3px; overflow: hidden;
}
.usage-fill-small {
    height: 100%; background: linear-gradient(90deg, var(--vr-primary), var(--vr-accent));
    border-radius: 3px; transition: width 0.5s ease;
}
.usage-fill-small.warning { background: linear-gradient(90deg, var(--vr-gold), #f59e0b); }
.usage-fill-small.danger { background: linear-gradient(90deg, #ef4444, #dc2626); }
.knowledge-hint { font-size: 0.75rem; color: #c89b3c; text-align: center; margin-top: 4px; }
.blocked-overlay {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(5, 8, 17, 0.95); backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center;
    z-index: 100; border-radius: 20px;
}
.blocked-content { text-align: center; padding: 2rem; max-width: 450px; }
.blocked-icon { font-size: 4rem; margin-bottom: 1.5rem; opacity: 0.8; }
.blocked-title { font-size: 1.75rem; font-weight: 700; color: var(--text-light); margin: 0 0 0.75rem 0; }
.blocked-message { color: var(--text-dim); line-height: 1.6; margin-bottom: 2rem; }
.blocked-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.expert-review-btn {
    background: rgba(167, 139, 250, 0.15); color: #a78bfa;
    border: 1px solid rgba(167, 139, 250, 0.3);
    border-radius: 8px; padding: 0.4rem 1rem; font-size: 0.8rem;
    cursor: pointer; transition: all 0.2s; font-weight: 500;
}
.expert-review-btn:hover:not(:disabled) { background: rgba(167, 139, 250, 0.25); border-color: #a78bfa; }
.expert-review-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.hero-empty {
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; padding: 2.5rem 1.5rem; text-align: center;
    min-height: calc(100% - 2rem); gap: 1.25rem; width: 100%; max-width: 640px;
    margin: 0 auto; animation: fadeIn 0.4s ease;
}

.hero-badge {
    display: flex; align-items: center; gap: 0.5rem;
    background: rgba(0, 212, 255, 0.1); border: 1px solid rgba(0, 212, 255, 0.2);
    padding: 0.4rem 1rem; border-radius: 999px; font-size: 0.75rem;
    color: var(--vr-primary); font-weight: 500;
}

.hero-title {
    font-size: 2rem; font-weight: 800; line-height: 1.2; margin: 0;
    background: linear-gradient(135deg, #00d4ff 0%, #a78bfa 50%, #fbbf24 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    color: var(--text-dim); font-size: 1rem; line-height: 1.6; margin: 0;
    max-width: 520px;
}
.hero-subtitle strong { color: var(--text-light); }

.hero-stats {
    display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap;
    padding: 1rem 0;
}

.hero-stat {
    display: flex; flex-direction: column; align-items: center; gap: 0.2rem;
}

.hero-stat-num {
    font-size: 1.6rem; font-weight: 800; color: var(--vr-primary);
    line-height: 1;
}

.hero-stat-label {
    font-size: 0.72rem; color: var(--text-dim); text-transform: uppercase;
    letter-spacing: 0.05em; font-weight: 500;
}

.hero-features {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem;
    width: 100%;
}

.hero-feature {
    display: flex; flex-direction: column; align-items: center; gap: 0.4rem;
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px; padding: 1rem 0.75rem; transition: all 0.2s;
}

.hero-feature:hover { border-color: rgba(0, 212, 255, 0.3); background: rgba(0, 212, 255, 0.05); }

.hero-feature strong { font-size: 0.85rem; color: var(--text-light); }
.hero-feature span { font-size: 0.75rem; color: var(--text-dim); line-height: 1.4; }

.feature-icon { font-size: 1.3rem; color: var(--vr-primary); }

.hero-suggested {
    display: flex; flex-direction: column; align-items: center; gap: 0.75rem;
    width: 100%;
}

.hero-suggested-title {
    font-size: 0.85rem; color: var(--text-dim); margin: 0;
    font-weight: 500;
}

.suggested-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem;
    width: 100%;
}

.suggested-chip {
    display: flex; align-items: center; gap: 0.5rem;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px; padding: 0.65rem 0.9rem; font-size: 0.78rem;
    color: var(--text-dim); cursor: pointer; transition: all 0.2s;
    text-align: left; font-family: inherit; line-height: 1.3;
}

.suggested-chip:hover {
    border-color: var(--vr-primary); color: var(--text-light);
    background: rgba(0, 212, 255, 0.08);
}

.suggested-chip i { font-size: 0.8rem; color: var(--vr-gold); flex-shrink: 0; }

.hero-cta-row {
    margin-top: 0.5rem;
}

.hero-cta-btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    color: #050811 !important; padding: 0.75rem 1.75rem; border-radius: 12px;
    font-weight: 700; font-size: 0.95rem; text-decoration: none;
    transition: all 0.2s; box-shadow: 0 4px 20px rgba(0, 212, 255, 0.25);
}

.hero-cta-btn:hover {
    transform: translateY(-1px); box-shadow: 0 6px 30px rgba(0, 212, 255, 0.35);
}

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

@media (max-width: 576px) {
    .hero-empty { padding: 1.5rem 1rem; gap: 1rem; }
    .hero-title { font-size: 1.4rem; }
    .hero-subtitle { font-size: 0.85rem; }
    .hero-stats { gap: 1.25rem; }
    .hero-stat-num { font-size: 1.2rem; }
    .hero-features { grid-template-columns: 1fr; }
    .suggested-grid { grid-template-columns: 1fr; }
}
