/* Global Styles & Amazon Theme */
body { font-family: 'Inter', sans-serif; }
.terminal-font { font-family: 'JetBrains Mono', monospace; }

.glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Custom scrollbar */
.custom-scroll::-webkit-scrollbar {
    width: 4px;
}
.custom-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: #1e293b;
    border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #FF9900;
}

.glass-hover:hover {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 153, 0, 0.3);
}
