body { font-family: 'Plus Jakarta Sans', sans-serif; background-color: #f0f3f8; }
        ::-webkit-scrollbar { width: 6px; height: 6px; }
        ::-webkit-scrollbar-track { background: transparent; }
        ::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
        ::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
        .view-section { display: none !important; opacity: 0; transition: opacity 0.3s ease; }
        .view-section.active { display: block !important; opacity: 1; animation: fadeIn 0.4s ease forwards; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
        .glass-panel { background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); }
        .soft-shadow { box-shadow: 0 10px 40px -10px rgba(0,0,0,0.05); }