 #logo {
        display: block;
        margin: 10px auto 0 auto;
        max-width: 60%;
        page-break-inside: avoid;
    }
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');
        
        body { font-family: 'Inter', sans-serif; }
        
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
        .sensitivity-point { transition: all 0.2s; cursor: pointer; }
        .sensitivity-point:hover { transform: scale(1.1); }
        
        .tab-btn.active {
            background-color: #2563eb;
            color: white;
            border-color: #2563eb;
            box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
        }